@fkui/theme-desktop 6.36.0 → 6.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/metadata.mjs +32 -4
- package/dist/theme-auto.css +11 -7
- package/dist/theme-auto.js +1 -1
- package/dist/theme-dark.css +6 -4
- package/dist/theme-dark.js +6 -4
- package/dist/theme-light.css +4 -2
- package/dist/theme-light.js +4 -2
- package/package.json +4 -4
- package/src/_version.scss +1 -1
package/dist/metadata.mjs
CHANGED
|
@@ -545,8 +545,8 @@ export default {
|
|
|
545
545
|
"palette": "fk-black-15"
|
|
546
546
|
},
|
|
547
547
|
"dark": {
|
|
548
|
-
"value": "#
|
|
549
|
-
"palette": "fk-black-
|
|
548
|
+
"value": "#8d8e91",
|
|
549
|
+
"palette": "fk-black-50"
|
|
550
550
|
}
|
|
551
551
|
}
|
|
552
552
|
},
|
|
@@ -690,6 +690,20 @@ export default {
|
|
|
690
690
|
}
|
|
691
691
|
}
|
|
692
692
|
},
|
|
693
|
+
{
|
|
694
|
+
"name": "--fkds-color-feedback-text-on-warning",
|
|
695
|
+
"comment": null,
|
|
696
|
+
"values": {
|
|
697
|
+
"light": {
|
|
698
|
+
"value": "#1b1e23",
|
|
699
|
+
"palette": "fk-black-100"
|
|
700
|
+
},
|
|
701
|
+
"dark": {
|
|
702
|
+
"value": "#1b1e23",
|
|
703
|
+
"palette": "fk-black-100"
|
|
704
|
+
}
|
|
705
|
+
}
|
|
706
|
+
},
|
|
693
707
|
{
|
|
694
708
|
"name": "--fkds-color-feedback-text-positive",
|
|
695
709
|
"comment": null,
|
|
@@ -713,8 +727,22 @@ export default {
|
|
|
713
727
|
"palette": "green-a-100"
|
|
714
728
|
},
|
|
715
729
|
"dark": {
|
|
716
|
-
"value": "#
|
|
717
|
-
"palette": "green-a-
|
|
730
|
+
"value": "#35805b",
|
|
731
|
+
"palette": "green-a-85"
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"name": "--fkds-color-header-text-primary",
|
|
737
|
+
"comment": null,
|
|
738
|
+
"values": {
|
|
739
|
+
"light": {
|
|
740
|
+
"value": "#fff",
|
|
741
|
+
"palette": null
|
|
742
|
+
},
|
|
743
|
+
"dark": {
|
|
744
|
+
"value": "#fff",
|
|
745
|
+
"palette": null
|
|
718
746
|
}
|
|
719
747
|
}
|
|
720
748
|
},
|
package/dist/theme-auto.css
CHANGED
|
@@ -168,6 +168,7 @@
|
|
|
168
168
|
--fkds-color-feedback-border-negative:#ca1515;
|
|
169
169
|
--fkds-color-feedback-text-negative:#ca1515;
|
|
170
170
|
--fkds-color-feedback-text-positive:#35805b;
|
|
171
|
+
--fkds-color-feedback-text-on-warning:#1b1e23;
|
|
171
172
|
--fkds-color-select-background-primary-default:#4a52b6;
|
|
172
173
|
--fkds-color-select-background-primary-hover:#e5e5f5;
|
|
173
174
|
--fkds-color-select-background-primary-active:#e5e5f5;
|
|
@@ -181,7 +182,8 @@
|
|
|
181
182
|
--fkds-color-navigation-background-hover:#dbe9e2;
|
|
182
183
|
--fkds-color-navigation-background-selected:#35805b;
|
|
183
184
|
--fkds-color-header-background-primary:#116a3e;
|
|
184
|
-
--
|
|
185
|
+
--fkds-color-header-text-primary:#fff;
|
|
186
|
+
--fkui-theme-default-version:"6.37.0";
|
|
185
187
|
}
|
|
186
188
|
}
|
|
187
189
|
@media (prefers-color-scheme:dark){
|
|
@@ -338,7 +340,7 @@
|
|
|
338
340
|
--fkds-color-action-border-primary-active:#e5e5f5;
|
|
339
341
|
--fkds-color-action-border-primary-focus:#e5e5f5;
|
|
340
342
|
--fkds-color-feedback-background-neutral:#1b1e23;
|
|
341
|
-
--fkds-color-feedback-background-neutral-strong:#
|
|
343
|
+
--fkds-color-feedback-background-neutral-strong:#8d8e91;
|
|
342
344
|
--fkds-color-feedback-background-info:#1b1e23;
|
|
343
345
|
--fkds-color-feedback-background-info-strong:#a4a8db;
|
|
344
346
|
--fkds-color-feedback-background-positive:#1b1e23;
|
|
@@ -354,6 +356,7 @@
|
|
|
354
356
|
--fkds-color-feedback-border-negative:#e48a8a;
|
|
355
357
|
--fkds-color-feedback-text-negative:#e48a8a;
|
|
356
358
|
--fkds-color-feedback-text-positive:#88b49f;
|
|
359
|
+
--fkds-color-feedback-text-on-warning:#1b1e23;
|
|
357
360
|
--fkds-color-select-background-primary-default:#a4a8db;
|
|
358
361
|
--fkds-color-select-background-primary-hover:#656cc1;
|
|
359
362
|
--fkds-color-select-background-primary-active:#656cc1;
|
|
@@ -366,25 +369,26 @@
|
|
|
366
369
|
--fkds-color-navigation-border-selected:#35805b;
|
|
367
370
|
--fkds-color-navigation-background-hover:#88b49f;
|
|
368
371
|
--fkds-color-navigation-background-selected:#35805b;
|
|
369
|
-
--fkds-color-header-background-primary:#
|
|
370
|
-
--
|
|
372
|
+
--fkds-color-header-background-primary:#35805b;
|
|
373
|
+
--fkds-color-header-text-primary:#fff;
|
|
374
|
+
--fkui-theme-default-version:"6.37.0";
|
|
371
375
|
}
|
|
372
376
|
}
|
|
373
377
|
:root{
|
|
374
|
-
--fkui-theme-default-version:"6.
|
|
378
|
+
--fkui-theme-default-version:"6.37.0";
|
|
375
379
|
color-scheme:light dark;
|
|
376
380
|
}
|
|
377
381
|
@media (prefers-color-scheme:light){
|
|
378
382
|
:root{
|
|
379
383
|
--f-font-size-default-rem:14px;
|
|
380
384
|
--f-font-size-default-large-up-rem:14px;
|
|
381
|
-
--fkui-theme-desktop-version:"6.
|
|
385
|
+
--fkui-theme-desktop-version:"6.37.0";
|
|
382
386
|
}
|
|
383
387
|
}
|
|
384
388
|
@media (prefers-color-scheme:dark){
|
|
385
389
|
:root{
|
|
386
390
|
--f-font-size-default-rem:14px;
|
|
387
391
|
--f-font-size-default-large-up-rem:14px;
|
|
388
|
-
--fkui-theme-desktop-version:"6.
|
|
392
|
+
--fkui-theme-desktop-version:"6.37.0";
|
|
389
393
|
}
|
|
390
394
|
}
|
package/dist/theme-auto.js
CHANGED
package/dist/theme-dark.css
CHANGED
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
--fkds-color-action-border-primary-active:#e5e5f5;
|
|
152
152
|
--fkds-color-action-border-primary-focus:#e5e5f5;
|
|
153
153
|
--fkds-color-feedback-background-neutral:#1b1e23;
|
|
154
|
-
--fkds-color-feedback-background-neutral-strong:#
|
|
154
|
+
--fkds-color-feedback-background-neutral-strong:#8d8e91;
|
|
155
155
|
--fkds-color-feedback-background-info:#1b1e23;
|
|
156
156
|
--fkds-color-feedback-background-info-strong:#a4a8db;
|
|
157
157
|
--fkds-color-feedback-background-positive:#1b1e23;
|
|
@@ -167,6 +167,7 @@
|
|
|
167
167
|
--fkds-color-feedback-border-negative:#e48a8a;
|
|
168
168
|
--fkds-color-feedback-text-negative:#e48a8a;
|
|
169
169
|
--fkds-color-feedback-text-positive:#88b49f;
|
|
170
|
+
--fkds-color-feedback-text-on-warning:#1b1e23;
|
|
170
171
|
--fkds-color-select-background-primary-default:#a4a8db;
|
|
171
172
|
--fkds-color-select-background-primary-hover:#656cc1;
|
|
172
173
|
--fkds-color-select-background-primary-active:#656cc1;
|
|
@@ -179,9 +180,10 @@
|
|
|
179
180
|
--fkds-color-navigation-border-selected:#35805b;
|
|
180
181
|
--fkds-color-navigation-background-hover:#88b49f;
|
|
181
182
|
--fkds-color-navigation-background-selected:#35805b;
|
|
182
|
-
--fkds-color-header-background-primary:#
|
|
183
|
-
--
|
|
183
|
+
--fkds-color-header-background-primary:#35805b;
|
|
184
|
+
--fkds-color-header-text-primary:#fff;
|
|
185
|
+
--fkui-theme-default-version:"6.37.0";
|
|
184
186
|
--f-font-size-default-rem:14px;
|
|
185
187
|
--f-font-size-default-large-up-rem:14px;
|
|
186
|
-
--fkui-theme-desktop-version:"6.
|
|
188
|
+
--fkui-theme-desktop-version:"6.37.0";
|
|
187
189
|
}
|
package/dist/theme-dark.js
CHANGED
|
@@ -151,7 +151,7 @@ const value = {
|
|
|
151
151
|
"--fkds-color-action-border-primary-active": "#e5e5f5",
|
|
152
152
|
"--fkds-color-action-border-primary-focus": "#e5e5f5",
|
|
153
153
|
"--fkds-color-feedback-background-neutral": "#1b1e23",
|
|
154
|
-
"--fkds-color-feedback-background-neutral-strong": "#
|
|
154
|
+
"--fkds-color-feedback-background-neutral-strong": "#8d8e91",
|
|
155
155
|
"--fkds-color-feedback-background-info": "#1b1e23",
|
|
156
156
|
"--fkds-color-feedback-background-info-strong": "#a4a8db",
|
|
157
157
|
"--fkds-color-feedback-background-positive": "#1b1e23",
|
|
@@ -167,6 +167,7 @@ const value = {
|
|
|
167
167
|
"--fkds-color-feedback-border-negative": "#e48a8a",
|
|
168
168
|
"--fkds-color-feedback-text-negative": "#e48a8a",
|
|
169
169
|
"--fkds-color-feedback-text-positive": "#88b49f",
|
|
170
|
+
"--fkds-color-feedback-text-on-warning": "#1b1e23",
|
|
170
171
|
"--fkds-color-select-background-primary-default": "#a4a8db",
|
|
171
172
|
"--fkds-color-select-background-primary-hover": "#656cc1",
|
|
172
173
|
"--fkds-color-select-background-primary-active": "#656cc1",
|
|
@@ -179,8 +180,9 @@ const value = {
|
|
|
179
180
|
"--fkds-color-navigation-border-selected": "#35805b",
|
|
180
181
|
"--fkds-color-navigation-background-hover": "#88b49f",
|
|
181
182
|
"--fkds-color-navigation-background-selected": "#35805b",
|
|
182
|
-
"--fkds-color-header-background-primary": "#
|
|
183
|
-
"--
|
|
184
|
-
"--fkui-theme-
|
|
183
|
+
"--fkds-color-header-background-primary": "#35805b",
|
|
184
|
+
"--fkds-color-header-text-primary": "#fff",
|
|
185
|
+
"--fkui-theme-default-version": "\"6.37.0\"",
|
|
186
|
+
"--fkui-theme-desktop-version": "\"6.37.0\""
|
|
185
187
|
};
|
|
186
188
|
module.exports = value;
|
package/dist/theme-light.css
CHANGED
|
@@ -167,6 +167,7 @@
|
|
|
167
167
|
--fkds-color-feedback-border-negative:#ca1515;
|
|
168
168
|
--fkds-color-feedback-text-negative:#ca1515;
|
|
169
169
|
--fkds-color-feedback-text-positive:#35805b;
|
|
170
|
+
--fkds-color-feedback-text-on-warning:#1b1e23;
|
|
170
171
|
--fkds-color-select-background-primary-default:#4a52b6;
|
|
171
172
|
--fkds-color-select-background-primary-hover:#e5e5f5;
|
|
172
173
|
--fkds-color-select-background-primary-active:#e5e5f5;
|
|
@@ -180,8 +181,9 @@
|
|
|
180
181
|
--fkds-color-navigation-background-hover:#dbe9e2;
|
|
181
182
|
--fkds-color-navigation-background-selected:#35805b;
|
|
182
183
|
--fkds-color-header-background-primary:#116a3e;
|
|
183
|
-
--
|
|
184
|
+
--fkds-color-header-text-primary:#fff;
|
|
185
|
+
--fkui-theme-default-version:"6.37.0";
|
|
184
186
|
--f-font-size-default-rem:14px;
|
|
185
187
|
--f-font-size-default-large-up-rem:14px;
|
|
186
|
-
--fkui-theme-desktop-version:"6.
|
|
188
|
+
--fkui-theme-desktop-version:"6.37.0";
|
|
187
189
|
}
|
package/dist/theme-light.js
CHANGED
|
@@ -167,6 +167,7 @@ const value = {
|
|
|
167
167
|
"--fkds-color-feedback-border-negative": "#ca1515",
|
|
168
168
|
"--fkds-color-feedback-text-negative": "#ca1515",
|
|
169
169
|
"--fkds-color-feedback-text-positive": "#35805b",
|
|
170
|
+
"--fkds-color-feedback-text-on-warning": "#1b1e23",
|
|
170
171
|
"--fkds-color-select-background-primary-default": "#4a52b6",
|
|
171
172
|
"--fkds-color-select-background-primary-hover": "#e5e5f5",
|
|
172
173
|
"--fkds-color-select-background-primary-active": "#e5e5f5",
|
|
@@ -180,7 +181,8 @@ const value = {
|
|
|
180
181
|
"--fkds-color-navigation-background-hover": "#dbe9e2",
|
|
181
182
|
"--fkds-color-navigation-background-selected": "#35805b",
|
|
182
183
|
"--fkds-color-header-background-primary": "#116a3e",
|
|
183
|
-
"--
|
|
184
|
-
"--fkui-theme-
|
|
184
|
+
"--fkds-color-header-text-primary": "#fff",
|
|
185
|
+
"--fkui-theme-default-version": "\"6.37.0\"",
|
|
186
|
+
"--fkui-theme-desktop-version": "\"6.37.0\""
|
|
185
187
|
};
|
|
186
188
|
module.exports = value;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fkui/theme-desktop",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.37.0",
|
|
4
4
|
"description": "FK Themes",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fkui",
|
|
@@ -32,15 +32,15 @@
|
|
|
32
32
|
"prepack": "npm run build"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@fkui/theme-default": "6.
|
|
35
|
+
"@fkui/theme-default": "6.37.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@fkui/theme-builder": "6.
|
|
38
|
+
"@fkui/theme-builder": "6.37.0"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">= 20",
|
|
42
42
|
"npm": ">= 7"
|
|
43
43
|
},
|
|
44
44
|
"sass": "./src/_default.scss",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "15bcc047ba64657946b3e429cbf68abae064ebcc"
|
|
46
46
|
}
|
package/src/_version.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// This is a generated file. See @fkui/theme-builder
|
|
2
|
-
$version: "6.
|
|
2
|
+
$version: "6.37.0";
|