From 5cf0f08d5e11075aedcbf1d0d16393045d7f1cc0 Mon Sep 17 00:00:00 2001 From: Jonas Kuske <30421456+jonaskuske@users.noreply.github.com> Date: Tue, 28 May 2019 00:16:28 +0200 Subject: [PATCH] fix: reference correct versions in legacy default builds --- dist/dark-legacy.css | 4 ++-- dist/dark-legacy.css.map | 2 +- dist/dark-legacy.min.css | 2 +- dist/dark-legacy.min.css.map | 2 +- dist/light-legacy.css | 4 ++-- dist/light-legacy.css.map | 2 +- dist/light-legacy.min.css | 2 +- dist/light-legacy.min.css.map | 2 +- src/builds/dark-legacy.css | 5 +++-- src/builds/light-legacy.css | 5 +++-- 10 files changed, 16 insertions(+), 14 deletions(-) diff --git a/dist/dark-legacy.css b/dist/dark-legacy.css index 43034d7..dc441cb 100755 --- a/dist/dark-legacy.css +++ b/dist/dark-legacy.css @@ -1,7 +1,7 @@ -@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css'); -@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.min.css') (prefers-color-scheme: light); +@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark-legacy.standalone.min.css'); +@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light-legacy.standalone.min.css') (prefers-color-scheme: light); /** * Dark-themed version for legacy browsers: * Loads the compiled, standalone version of the dark theme, diff --git a/dist/dark-legacy.css.map b/dist/dark-legacy.css.map index 6056281..38adc95 100644 --- a/dist/dark-legacy.css.map +++ b/dist/dark-legacy.css.map @@ -1 +1 @@ -{"version":3,"sources":["dark-legacy.css"],"names":[],"mappings":";;AAOA,qFAAqF;AACrF,oHAAoH;AARpH;;;;;EAKE","file":"dark-legacy.css","sourcesContent":["/**\n * Dark-themed version for legacy browsers:\n * Loads the compiled, standalone version of the dark theme,\n * but overrides it with the compiled, standalone version of the light theme\n * if a system-wide theme preference is set on the user's device.\n */\n\n@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css');\n@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.min.css') (prefers-color-scheme: light);\n"]} \ No newline at end of file +{"version":3,"sources":["dark-legacy.css"],"names":[],"mappings":";;AAOA,uGAAuG;AACvG,sIAC6B;AAT7B;;;;;EAKE","file":"dark-legacy.css","sourcesContent":["/**\n * Dark-themed version for legacy browsers:\n * Loads the compiled, standalone version of the dark theme,\n * but overrides it with the compiled, standalone version of the light theme\n * if a system-wide theme preference is set on the user's device.\n */\n\n@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark-legacy.standalone.min.css');\n@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light-legacy.standalone.min.css')\n(prefers-color-scheme: light);\n"]} \ No newline at end of file diff --git a/dist/dark-legacy.min.css b/dist/dark-legacy.min.css index b8558b0..94da0ff 100755 --- a/dist/dark-legacy.min.css +++ b/dist/dark-legacy.min.css @@ -1,2 +1,2 @@ -@import url("https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css");@import url("https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.min.css") (prefers-color-scheme: light); +@import url("https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark-legacy.standalone.min.css");@import url("https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light-legacy.standalone.min.css") (prefers-color-scheme: light); /*# sourceMappingURL=dark-legacy.min.css.map */ diff --git a/dist/dark-legacy.min.css.map b/dist/dark-legacy.min.css.map index 4d7fb14..d505260 100644 --- a/dist/dark-legacy.min.css.map +++ b/dist/dark-legacy.min.css.map @@ -1 +1 @@ -{"version":3,"sources":["dark-legacy.css"],"names":[],"mappings":"AAOA,qFAAqF,CACrF,oHAAoH","file":"dark-legacy.min.css","sourcesContent":["/**\n * Dark-themed version for legacy browsers:\n * Loads the compiled, standalone version of the dark theme,\n * but overrides it with the compiled, standalone version of the light theme\n * if a system-wide theme preference is set on the user's device.\n */\n\n@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css');\n@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.min.css') (prefers-color-scheme: light);\n"]} \ No newline at end of file +{"version":3,"sources":["dark-legacy.css"],"names":[],"mappings":"AAOA,uGAAuG,CACvG,sIAHE","file":"dark-legacy.min.css","sourcesContent":["/**\n * Dark-themed version for legacy browsers:\n * Loads the compiled, standalone version of the dark theme,\n * but overrides it with the compiled, standalone version of the light theme\n * if a system-wide theme preference is set on the user's device.\n */\n\n@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark-legacy.standalone.min.css');\n@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light-legacy.standalone.min.css')\n(prefers-color-scheme: light);\n"]} \ No newline at end of file diff --git a/dist/light-legacy.css b/dist/light-legacy.css index b9a521a..5024db4 100755 --- a/dist/light-legacy.css +++ b/dist/light-legacy.css @@ -1,7 +1,7 @@ -@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.min.css'); -@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css') (prefers-color-scheme: dark); +@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light-legacy.standalone.min.css'); +@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark-legacy.standalone.min.css') (prefers-color-scheme: dark); /** * Light-themed version for legacy browsers: * Loads the compiled, standalone version of the light theme at runtime, diff --git a/dist/light-legacy.css.map b/dist/light-legacy.css.map index 32e01fe..9933d89 100644 --- a/dist/light-legacy.css.map +++ b/dist/light-legacy.css.map @@ -1 +1 @@ -{"version":3,"sources":["light-legacy.css"],"names":[],"mappings":";;AAOA,sFAAsF;AACtF,kHAAkH;AARlH;;;;;EAKE","file":"light-legacy.css","sourcesContent":["/**\n * Light-themed version for legacy browsers:\n * Loads the compiled, standalone version of the light theme at runtime,\n * but overrides it with the compiled, standalone version of the dark theme\n * if a system-wide theme preference is set on the user's device.\n */\n\n@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.min.css');\n@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css') (prefers-color-scheme: dark);\n"]} \ No newline at end of file +{"version":3,"sources":["light-legacy.css"],"names":[],"mappings":";;AAOA,wGAAwG;AACxG,oIAC4B;AAT5B;;;;;EAKE","file":"light-legacy.css","sourcesContent":["/**\n * Light-themed version for legacy browsers:\n * Loads the compiled, standalone version of the light theme at runtime,\n * but overrides it with the compiled, standalone version of the dark theme\n * if a system-wide theme preference is set on the user's device.\n */\n\n@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light-legacy.standalone.min.css');\n@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark-legacy.standalone.min.css')\n(prefers-color-scheme: dark);\n"]} \ No newline at end of file diff --git a/dist/light-legacy.min.css b/dist/light-legacy.min.css index db050a6..a29606f 100755 --- a/dist/light-legacy.min.css +++ b/dist/light-legacy.min.css @@ -1,2 +1,2 @@ -@import url("https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.min.css");@import url("https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css") (prefers-color-scheme: dark); +@import url("https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light-legacy.standalone.min.css");@import url("https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark-legacy.standalone.min.css") (prefers-color-scheme: dark); /*# sourceMappingURL=light-legacy.min.css.map */ diff --git a/dist/light-legacy.min.css.map b/dist/light-legacy.min.css.map index adbd50d..c571405 100644 --- a/dist/light-legacy.min.css.map +++ b/dist/light-legacy.min.css.map @@ -1 +1 @@ -{"version":3,"sources":["light-legacy.css"],"names":[],"mappings":"AAOA,sFAAsF,CACtF,kHAAkH","file":"light-legacy.min.css","sourcesContent":["/**\n * Light-themed version for legacy browsers:\n * Loads the compiled, standalone version of the light theme at runtime,\n * but overrides it with the compiled, standalone version of the dark theme\n * if a system-wide theme preference is set on the user's device.\n */\n\n@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.min.css');\n@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css') (prefers-color-scheme: dark);\n"]} \ No newline at end of file +{"version":3,"sources":["light-legacy.css"],"names":[],"mappings":"AAOA,wGAAwG,CACxG,oIAHE","file":"light-legacy.min.css","sourcesContent":["/**\n * Light-themed version for legacy browsers:\n * Loads the compiled, standalone version of the light theme at runtime,\n * but overrides it with the compiled, standalone version of the dark theme\n * if a system-wide theme preference is set on the user's device.\n */\n\n@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light-legacy.standalone.min.css');\n@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark-legacy.standalone.min.css')\n(prefers-color-scheme: dark);\n"]} \ No newline at end of file diff --git a/src/builds/dark-legacy.css b/src/builds/dark-legacy.css index c0170fe..85c00b9 100755 --- a/src/builds/dark-legacy.css +++ b/src/builds/dark-legacy.css @@ -5,5 +5,6 @@ * if a system-wide theme preference is set on the user's device. */ -@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css'); -@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.min.css') (prefers-color-scheme: light); +@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark-legacy.standalone.min.css'); +@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light-legacy.standalone.min.css') +(prefers-color-scheme: light); diff --git a/src/builds/light-legacy.css b/src/builds/light-legacy.css index 064d82f..588a32d 100755 --- a/src/builds/light-legacy.css +++ b/src/builds/light-legacy.css @@ -5,5 +5,6 @@ * if a system-wide theme preference is set on the user's device. */ -@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light.min.css'); -@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css') (prefers-color-scheme: dark); +@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/light-legacy.standalone.min.css'); +@import url('https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark-legacy.standalone.min.css') +(prefers-color-scheme: dark);