@cloudscape-design/components-themeable 3.0.538 → 3.0.540
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/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/button-dropdown/styles.scss +1 -1
- package/lib/internal/scss/calendar/calendar.scss +4 -4
- package/lib/internal/scss/calendar/styles.scss +16 -16
- package/lib/internal/scss/date-range-picker/calendar/grids/styles.scss +5 -5
- package/lib/internal/template/app-layout/defaults.d.ts +2 -2
- package/lib/internal/template/app-layout/defaults.d.ts.map +1 -1
- package/lib/internal/template/app-layout/defaults.js.map +1 -1
- package/lib/internal/template/app-layout/drawer/interfaces.d.ts +2 -3
- package/lib/internal/template/app-layout/drawer/interfaces.d.ts.map +1 -1
- package/lib/internal/template/app-layout/drawer/interfaces.js.map +1 -1
- package/lib/internal/template/app-layout/drawer/resizable-drawer.d.ts +1 -1
- package/lib/internal/template/app-layout/drawer/resizable-drawer.d.ts.map +1 -1
- package/lib/internal/template/app-layout/drawer/resizable-drawer.js +9 -18
- package/lib/internal/template/app-layout/drawer/resizable-drawer.js.map +1 -1
- package/lib/internal/template/app-layout/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/index.js +26 -78
- package/lib/internal/template/app-layout/index.js.map +1 -1
- package/lib/internal/template/app-layout/split-panel/constants.d.ts +3 -0
- package/lib/internal/template/app-layout/split-panel/constants.d.ts.map +1 -0
- package/lib/internal/template/app-layout/split-panel/constants.js +5 -0
- package/lib/internal/template/app-layout/split-panel/constants.js.map +1 -0
- package/lib/internal/template/app-layout/split-panel/index.d.ts +1 -0
- package/lib/internal/template/app-layout/split-panel/index.d.ts.map +1 -1
- package/lib/internal/template/app-layout/split-panel/index.js +1 -0
- package/lib/internal/template/app-layout/split-panel/index.js.map +1 -1
- package/lib/internal/template/app-layout/split-panel/provider.d.ts +2 -2
- package/lib/internal/template/app-layout/split-panel/provider.d.ts.map +1 -1
- package/lib/internal/template/app-layout/split-panel/provider.js +18 -16
- package/lib/internal/template/app-layout/split-panel/provider.js.map +1 -1
- package/lib/internal/template/app-layout/utils/use-app-layout-rect.d.ts +8 -0
- package/lib/internal/template/app-layout/utils/use-app-layout-rect.d.ts.map +1 -0
- package/lib/internal/template/app-layout/utils/{use-content-width.js → use-app-layout-rect.js} +6 -5
- package/lib/internal/template/app-layout/utils/use-app-layout-rect.js.map +1 -0
- package/lib/internal/template/app-layout/visual-refresh/split-panel.js +1 -1
- package/lib/internal/template/app-layout/visual-refresh/split-panel.js.map +1 -1
- package/lib/internal/template/button-dropdown/styles.css.js +15 -15
- package/lib/internal/template/button-dropdown/styles.scoped.css +23 -23
- package/lib/internal/template/button-dropdown/styles.selectors.js +15 -15
- package/lib/internal/template/calendar/grid/index.d.ts +3 -3
- package/lib/internal/template/calendar/grid/index.js +10 -10
- package/lib/internal/template/calendar/grid/index.js.map +1 -1
- package/lib/internal/template/calendar/header/header-button.js +2 -2
- package/lib/internal/template/calendar/header/header-button.js.map +1 -1
- package/lib/internal/template/calendar/styles.css.js +18 -18
- package/lib/internal/template/calendar/styles.scoped.css +40 -40
- package/lib/internal/template/calendar/styles.selectors.js +18 -18
- package/lib/internal/template/date-range-picker/calendar/grids/styles.css.js +25 -25
- package/lib/internal/template/date-range-picker/calendar/grids/styles.scoped.css +44 -44
- package/lib/internal/template/date-range-picker/calendar/grids/styles.selectors.js +25 -25
- package/lib/internal/template/internal/base-component/styles.scoped.css +22 -33
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/lib/internal/template/internal/generated/theming/index.cjs +30 -61
- package/lib/internal/template/internal/generated/theming/index.js +30 -61
- package/lib/internal/template/test-utils/dom/calendar/index.js +4 -4
- package/lib/internal/template/test-utils/dom/calendar/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/calendar/index.js +4 -4
- package/lib/internal/template/test-utils/selectors/calendar/index.js.map +1 -1
- package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/lib/internal/template/app-layout/utils/use-content-width.d.ts +0 -5
- package/lib/internal/template/app-layout/utils/use-content-width.d.ts.map +0 -1
- package/lib/internal/template/app-layout/utils/use-content-width.js.map +0 -1
- package/lib/internal/template/app-layout/utils/use-window-width.d.ts +0 -2
- package/lib/internal/template/app-layout/utils/use-window-width.d.ts.map +0 -1
- package/lib/internal/template/app-layout/utils/use-window-width.js +0 -13
- package/lib/internal/template/app-layout/utils/use-window-width.js.map +0 -1
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
--color-background-button-primary-default-f3veih:#0073bb;
|
|
166
166
|
--color-background-button-primary-disabled-lba03m:#ffffff;
|
|
167
167
|
--color-background-button-primary-hover-79i9hj:#0a4a74;
|
|
168
|
-
--color-background-calendar-
|
|
168
|
+
--color-background-calendar-current-date-wm9kva:#f2f3f3;
|
|
169
169
|
--color-background-cell-shaded-zw6xp4:#f2f3f3;
|
|
170
170
|
--color-background-code-editor-gutter-active-line-default-mmq122:#687078;
|
|
171
171
|
--color-background-code-editor-gutter-active-line-error-kp33q7:#d13212;
|
|
@@ -297,7 +297,7 @@
|
|
|
297
297
|
--color-text-button-primary-active-awr7hs:#ffffff;
|
|
298
298
|
--color-text-button-primary-default-7w7yjc:#ffffff;
|
|
299
299
|
--color-text-button-primary-hover-exy0sq:#ffffff;
|
|
300
|
-
--color-text-calendar-
|
|
300
|
+
--color-text-calendar-date-hover-ti96oo:#16191f;
|
|
301
301
|
--color-text-calendar-month-u6kvu0:#545b64;
|
|
302
302
|
--color-text-code-editor-gutter-active-line-9w975q:#ffffff;
|
|
303
303
|
--color-text-code-editor-gutter-default-5gmexo:#16191f;
|
|
@@ -311,7 +311,6 @@
|
|
|
311
311
|
--color-text-disabled-inline-edit-64vc6h:#545b64;
|
|
312
312
|
--color-text-dropdown-footer-rnmaph:#687078;
|
|
313
313
|
--color-text-dropdown-group-label-sizd89:#545b64;
|
|
314
|
-
--color-text-dropdown-header-z1le22:#16191f;
|
|
315
314
|
--color-text-dropdown-item-default-d4af6n:#16191f;
|
|
316
315
|
--color-text-dropdown-item-dimmed-oru6hf:#aab7b8;
|
|
317
316
|
--color-text-dropdown-item-disabled-nf1b1j:#aab7b8;
|
|
@@ -774,7 +773,7 @@
|
|
|
774
773
|
--color-background-button-primary-default-f3veih:#44b9d6;
|
|
775
774
|
--color-background-button-primary-disabled-lba03m:#2a2e33;
|
|
776
775
|
--color-background-button-primary-hover-79i9hj:#00a1c9;
|
|
777
|
-
--color-background-calendar-
|
|
776
|
+
--color-background-calendar-current-date-wm9kva:#16191f;
|
|
778
777
|
--color-background-cell-shaded-zw6xp4:#16191f;
|
|
779
778
|
--color-background-code-editor-gutter-active-line-default-mmq122:#879596;
|
|
780
779
|
--color-background-code-editor-gutter-active-line-error-kp33q7:#ff5d64;
|
|
@@ -877,7 +876,7 @@
|
|
|
877
876
|
--color-text-button-primary-active-awr7hs:#16191f;
|
|
878
877
|
--color-text-button-primary-default-7w7yjc:#16191f;
|
|
879
878
|
--color-text-button-primary-hover-exy0sq:#16191f;
|
|
880
|
-
--color-text-calendar-
|
|
879
|
+
--color-text-calendar-date-hover-ti96oo:#eaeded;
|
|
881
880
|
--color-text-calendar-month-u6kvu0:#d5dbdb;
|
|
882
881
|
--color-text-code-editor-gutter-active-line-9w975q:#16191f;
|
|
883
882
|
--color-text-code-editor-gutter-default-5gmexo:#d5dbdb;
|
|
@@ -891,7 +890,6 @@
|
|
|
891
890
|
--color-text-disabled-inline-edit-64vc6h:#95a5a6;
|
|
892
891
|
--color-text-dropdown-footer-rnmaph:#95a5a6;
|
|
893
892
|
--color-text-dropdown-group-label-sizd89:#95a5a6;
|
|
894
|
-
--color-text-dropdown-header-z1le22:#fafafa;
|
|
895
893
|
--color-text-dropdown-item-default-d4af6n:#d5dbdb;
|
|
896
894
|
--color-text-dropdown-item-dimmed-oru6hf:#687078;
|
|
897
895
|
--color-text-dropdown-item-disabled-nf1b1j:#687078;
|
|
@@ -1059,7 +1057,7 @@
|
|
|
1059
1057
|
--color-background-button-primary-default-f3veih:#44b9d6;
|
|
1060
1058
|
--color-background-button-primary-disabled-lba03m:#2a2e33;
|
|
1061
1059
|
--color-background-button-primary-hover-79i9hj:#00a1c9;
|
|
1062
|
-
--color-background-calendar-
|
|
1060
|
+
--color-background-calendar-current-date-wm9kva:#16191f;
|
|
1063
1061
|
--color-background-cell-shaded-zw6xp4:#16191f;
|
|
1064
1062
|
--color-background-code-editor-gutter-active-line-default-mmq122:#879596;
|
|
1065
1063
|
--color-background-code-editor-gutter-active-line-error-kp33q7:#ff5d64;
|
|
@@ -1162,7 +1160,7 @@
|
|
|
1162
1160
|
--color-text-button-primary-active-awr7hs:#16191f;
|
|
1163
1161
|
--color-text-button-primary-default-7w7yjc:#16191f;
|
|
1164
1162
|
--color-text-button-primary-hover-exy0sq:#16191f;
|
|
1165
|
-
--color-text-calendar-
|
|
1163
|
+
--color-text-calendar-date-hover-ti96oo:#eaeded;
|
|
1166
1164
|
--color-text-calendar-month-u6kvu0:#d5dbdb;
|
|
1167
1165
|
--color-text-code-editor-gutter-active-line-9w975q:#16191f;
|
|
1168
1166
|
--color-text-code-editor-gutter-default-5gmexo:#d5dbdb;
|
|
@@ -1176,7 +1174,6 @@
|
|
|
1176
1174
|
--color-text-disabled-inline-edit-64vc6h:#95a5a6;
|
|
1177
1175
|
--color-text-dropdown-footer-rnmaph:#95a5a6;
|
|
1178
1176
|
--color-text-dropdown-group-label-sizd89:#95a5a6;
|
|
1179
|
-
--color-text-dropdown-header-z1le22:#fafafa;
|
|
1180
1177
|
--color-text-dropdown-item-default-d4af6n:#d5dbdb;
|
|
1181
1178
|
--color-text-dropdown-item-dimmed-oru6hf:#687078;
|
|
1182
1179
|
--color-text-dropdown-item-disabled-nf1b1j:#687078;
|
|
@@ -1348,7 +1345,7 @@
|
|
|
1348
1345
|
--color-background-button-primary-default-f3veih:#0972d3;
|
|
1349
1346
|
--color-background-button-primary-disabled-lba03m:#e9ebed;
|
|
1350
1347
|
--color-background-button-primary-hover-79i9hj:#033160;
|
|
1351
|
-
--color-background-calendar-
|
|
1348
|
+
--color-background-calendar-current-date-wm9kva:#f4f4f4;
|
|
1352
1349
|
--color-background-cell-shaded-zw6xp4:#f8f8f8;
|
|
1353
1350
|
--color-background-code-editor-gutter-active-line-default-mmq122:#5f6b7a;
|
|
1354
1351
|
--color-background-code-editor-gutter-active-line-error-kp33q7:#d91515;
|
|
@@ -1462,7 +1459,7 @@
|
|
|
1462
1459
|
--color-text-link-button-normal-default-pfifu1:#0972d3;
|
|
1463
1460
|
--color-text-link-button-normal-hover-dhq1ri:#033160;
|
|
1464
1461
|
--color-text-link-button-normal-active-7nf3v1:#033160;
|
|
1465
|
-
--color-text-calendar-
|
|
1462
|
+
--color-text-calendar-date-hover-ti96oo:#000716;
|
|
1466
1463
|
--color-text-calendar-month-u6kvu0:#5f6b7a;
|
|
1467
1464
|
--color-text-code-editor-gutter-default-5gmexo:#000716;
|
|
1468
1465
|
--color-text-code-editor-status-bar-disabled-xv1fre:#7d8998;
|
|
@@ -1474,7 +1471,6 @@
|
|
|
1474
1471
|
--color-text-disabled-inline-edit-64vc6h:#414d5c;
|
|
1475
1472
|
--color-text-dropdown-footer-rnmaph:#5f6b7a;
|
|
1476
1473
|
--color-text-dropdown-group-label-sizd89:#414d5c;
|
|
1477
|
-
--color-text-dropdown-header-z1le22:#000716;
|
|
1478
1474
|
--color-text-dropdown-item-default-d4af6n:#000716;
|
|
1479
1475
|
--color-text-dropdown-item-dimmed-oru6hf:#9ba7b6;
|
|
1480
1476
|
--color-text-dropdown-item-disabled-nf1b1j:#9ba7b6;
|
|
@@ -1692,7 +1688,7 @@
|
|
|
1692
1688
|
--color-background-button-primary-default-f3veih:#539fe5;
|
|
1693
1689
|
--color-background-button-primary-disabled-lba03m:#354150;
|
|
1694
1690
|
--color-background-button-primary-hover-79i9hj:#89bdee;
|
|
1695
|
-
--color-background-calendar-
|
|
1691
|
+
--color-background-calendar-current-date-wm9kva:#354150;
|
|
1696
1692
|
--color-background-cell-shaded-zw6xp4:#192534;
|
|
1697
1693
|
--color-background-code-editor-gutter-active-line-default-mmq122:#7d8998;
|
|
1698
1694
|
--color-background-code-editor-gutter-active-line-error-kp33q7:#eb6f6f;
|
|
@@ -1798,7 +1794,7 @@
|
|
|
1798
1794
|
--color-text-button-primary-active-awr7hs:#000716;
|
|
1799
1795
|
--color-text-button-primary-default-7w7yjc:#000716;
|
|
1800
1796
|
--color-text-button-primary-hover-exy0sq:#000716;
|
|
1801
|
-
--color-text-calendar-
|
|
1797
|
+
--color-text-calendar-date-hover-ti96oo:#d1d5db;
|
|
1802
1798
|
--color-text-calendar-month-u6kvu0:#8d99a8;
|
|
1803
1799
|
--color-text-code-editor-gutter-active-line-9w975q:#000716;
|
|
1804
1800
|
--color-text-code-editor-gutter-default-5gmexo:#d1d5db;
|
|
@@ -1812,7 +1808,6 @@
|
|
|
1812
1808
|
--color-text-disabled-inline-edit-64vc6h:#9ba7b6;
|
|
1813
1809
|
--color-text-dropdown-footer-rnmaph:#8d99a8;
|
|
1814
1810
|
--color-text-dropdown-group-label-sizd89:#b6bec9;
|
|
1815
|
-
--color-text-dropdown-header-z1le22:#fbfbfb;
|
|
1816
1811
|
--color-text-dropdown-item-default-d4af6n:#d1d5db;
|
|
1817
1812
|
--color-text-dropdown-item-dimmed-oru6hf:#5f6b7a;
|
|
1818
1813
|
--color-text-dropdown-item-disabled-nf1b1j:#5f6b7a;
|
|
@@ -1948,7 +1943,7 @@
|
|
|
1948
1943
|
--color-background-button-primary-default-f3veih:#539fe5;
|
|
1949
1944
|
--color-background-button-primary-disabled-lba03m:#354150;
|
|
1950
1945
|
--color-background-button-primary-hover-79i9hj:#89bdee;
|
|
1951
|
-
--color-background-calendar-
|
|
1946
|
+
--color-background-calendar-current-date-wm9kva:#354150;
|
|
1952
1947
|
--color-background-cell-shaded-zw6xp4:#192534;
|
|
1953
1948
|
--color-background-code-editor-gutter-active-line-default-mmq122:#7d8998;
|
|
1954
1949
|
--color-background-code-editor-gutter-active-line-error-kp33q7:#eb6f6f;
|
|
@@ -2060,7 +2055,7 @@
|
|
|
2060
2055
|
--color-text-button-primary-active-awr7hs:#000716;
|
|
2061
2056
|
--color-text-button-primary-default-7w7yjc:#000716;
|
|
2062
2057
|
--color-text-button-primary-hover-exy0sq:#000716;
|
|
2063
|
-
--color-text-calendar-
|
|
2058
|
+
--color-text-calendar-date-hover-ti96oo:#d1d5db;
|
|
2064
2059
|
--color-text-calendar-month-u6kvu0:#8d99a8;
|
|
2065
2060
|
--color-text-code-editor-gutter-active-line-9w975q:#000716;
|
|
2066
2061
|
--color-text-code-editor-gutter-default-5gmexo:#d1d5db;
|
|
@@ -2074,7 +2069,6 @@
|
|
|
2074
2069
|
--color-text-disabled-inline-edit-64vc6h:#9ba7b6;
|
|
2075
2070
|
--color-text-dropdown-footer-rnmaph:#8d99a8;
|
|
2076
2071
|
--color-text-dropdown-group-label-sizd89:#b6bec9;
|
|
2077
|
-
--color-text-dropdown-header-z1le22:#fbfbfb;
|
|
2078
2072
|
--color-text-dropdown-item-default-d4af6n:#d1d5db;
|
|
2079
2073
|
--color-text-dropdown-item-dimmed-oru6hf:#5f6b7a;
|
|
2080
2074
|
--color-text-dropdown-item-disabled-nf1b1j:#5f6b7a;
|
|
@@ -2141,7 +2135,7 @@
|
|
|
2141
2135
|
--color-background-button-primary-default-f3veih:#539fe5;
|
|
2142
2136
|
--color-background-button-primary-disabled-lba03m:#354150;
|
|
2143
2137
|
--color-background-button-primary-hover-79i9hj:#89bdee;
|
|
2144
|
-
--color-background-calendar-
|
|
2138
|
+
--color-background-calendar-current-date-wm9kva:#354150;
|
|
2145
2139
|
--color-background-cell-shaded-zw6xp4:#192534;
|
|
2146
2140
|
--color-background-code-editor-gutter-active-line-default-mmq122:#7d8998;
|
|
2147
2141
|
--color-background-code-editor-gutter-active-line-error-kp33q7:#eb6f6f;
|
|
@@ -2247,7 +2241,7 @@
|
|
|
2247
2241
|
--color-text-button-primary-active-awr7hs:#000716;
|
|
2248
2242
|
--color-text-button-primary-default-7w7yjc:#000716;
|
|
2249
2243
|
--color-text-button-primary-hover-exy0sq:#000716;
|
|
2250
|
-
--color-text-calendar-
|
|
2244
|
+
--color-text-calendar-date-hover-ti96oo:#d1d5db;
|
|
2251
2245
|
--color-text-calendar-month-u6kvu0:#8d99a8;
|
|
2252
2246
|
--color-text-code-editor-gutter-active-line-9w975q:#000716;
|
|
2253
2247
|
--color-text-code-editor-gutter-default-5gmexo:#d1d5db;
|
|
@@ -2261,7 +2255,6 @@
|
|
|
2261
2255
|
--color-text-disabled-inline-edit-64vc6h:#9ba7b6;
|
|
2262
2256
|
--color-text-dropdown-footer-rnmaph:#8d99a8;
|
|
2263
2257
|
--color-text-dropdown-group-label-sizd89:#b6bec9;
|
|
2264
|
-
--color-text-dropdown-header-z1le22:#fbfbfb;
|
|
2265
2258
|
--color-text-dropdown-item-default-d4af6n:#d1d5db;
|
|
2266
2259
|
--color-text-dropdown-item-dimmed-oru6hf:#5f6b7a;
|
|
2267
2260
|
--color-text-dropdown-item-disabled-nf1b1j:#5f6b7a;
|
|
@@ -2328,7 +2321,7 @@
|
|
|
2328
2321
|
--color-background-button-primary-default-f3veih:#539fe5;
|
|
2329
2322
|
--color-background-button-primary-disabled-lba03m:#354150;
|
|
2330
2323
|
--color-background-button-primary-hover-79i9hj:#89bdee;
|
|
2331
|
-
--color-background-calendar-
|
|
2324
|
+
--color-background-calendar-current-date-wm9kva:#354150;
|
|
2332
2325
|
--color-background-cell-shaded-zw6xp4:#192534;
|
|
2333
2326
|
--color-background-code-editor-gutter-active-line-default-mmq122:#7d8998;
|
|
2334
2327
|
--color-background-code-editor-gutter-active-line-error-kp33q7:#eb6f6f;
|
|
@@ -2435,7 +2428,7 @@
|
|
|
2435
2428
|
--color-text-button-primary-active-awr7hs:#000716;
|
|
2436
2429
|
--color-text-button-primary-default-7w7yjc:#000716;
|
|
2437
2430
|
--color-text-button-primary-hover-exy0sq:#000716;
|
|
2438
|
-
--color-text-calendar-
|
|
2431
|
+
--color-text-calendar-date-hover-ti96oo:#d1d5db;
|
|
2439
2432
|
--color-text-calendar-month-u6kvu0:#8d99a8;
|
|
2440
2433
|
--color-text-code-editor-gutter-active-line-9w975q:#000716;
|
|
2441
2434
|
--color-text-code-editor-gutter-default-5gmexo:#d1d5db;
|
|
@@ -2449,7 +2442,6 @@
|
|
|
2449
2442
|
--color-text-disabled-inline-edit-64vc6h:#9ba7b6;
|
|
2450
2443
|
--color-text-dropdown-footer-rnmaph:#8d99a8;
|
|
2451
2444
|
--color-text-dropdown-group-label-sizd89:#b6bec9;
|
|
2452
|
-
--color-text-dropdown-header-z1le22:#fbfbfb;
|
|
2453
2445
|
--color-text-dropdown-item-default-d4af6n:#d1d5db;
|
|
2454
2446
|
--color-text-dropdown-item-dimmed-oru6hf:#5f6b7a;
|
|
2455
2447
|
--color-text-dropdown-item-disabled-nf1b1j:#5f6b7a;
|
|
@@ -2528,7 +2520,7 @@
|
|
|
2528
2520
|
--color-background-button-primary-default-f3veih:#539fe5;
|
|
2529
2521
|
--color-background-button-primary-disabled-lba03m:#354150;
|
|
2530
2522
|
--color-background-button-primary-hover-79i9hj:#89bdee;
|
|
2531
|
-
--color-background-calendar-
|
|
2523
|
+
--color-background-calendar-current-date-wm9kva:#354150;
|
|
2532
2524
|
--color-background-cell-shaded-zw6xp4:#192534;
|
|
2533
2525
|
--color-background-code-editor-gutter-active-line-default-mmq122:#7d8998;
|
|
2534
2526
|
--color-background-code-editor-gutter-active-line-error-kp33q7:#eb6f6f;
|
|
@@ -2635,7 +2627,7 @@
|
|
|
2635
2627
|
--color-text-button-primary-active-awr7hs:#000716;
|
|
2636
2628
|
--color-text-button-primary-default-7w7yjc:#000716;
|
|
2637
2629
|
--color-text-button-primary-hover-exy0sq:#000716;
|
|
2638
|
-
--color-text-calendar-
|
|
2630
|
+
--color-text-calendar-date-hover-ti96oo:#d1d5db;
|
|
2639
2631
|
--color-text-calendar-month-u6kvu0:#8d99a8;
|
|
2640
2632
|
--color-text-code-editor-gutter-active-line-9w975q:#000716;
|
|
2641
2633
|
--color-text-code-editor-gutter-default-5gmexo:#d1d5db;
|
|
@@ -2649,7 +2641,6 @@
|
|
|
2649
2641
|
--color-text-disabled-inline-edit-64vc6h:#9ba7b6;
|
|
2650
2642
|
--color-text-dropdown-footer-rnmaph:#8d99a8;
|
|
2651
2643
|
--color-text-dropdown-group-label-sizd89:#b6bec9;
|
|
2652
|
-
--color-text-dropdown-header-z1le22:#fbfbfb;
|
|
2653
2644
|
--color-text-dropdown-item-default-d4af6n:#d1d5db;
|
|
2654
2645
|
--color-text-dropdown-item-dimmed-oru6hf:#5f6b7a;
|
|
2655
2646
|
--color-text-dropdown-item-disabled-nf1b1j:#5f6b7a;
|
|
@@ -2914,7 +2905,7 @@
|
|
|
2914
2905
|
--color-background-button-primary-default-f3veih:#d1d5db;
|
|
2915
2906
|
--color-background-button-primary-disabled-lba03m:#354150;
|
|
2916
2907
|
--color-background-button-primary-hover-79i9hj:#ffffff;
|
|
2917
|
-
--color-background-calendar-
|
|
2908
|
+
--color-background-calendar-current-date-wm9kva:#354150;
|
|
2918
2909
|
--color-background-cell-shaded-zw6xp4:#192534;
|
|
2919
2910
|
--color-background-code-editor-gutter-active-line-default-mmq122:#7d8998;
|
|
2920
2911
|
--color-background-code-editor-gutter-active-line-error-kp33q7:#eb6f6f;
|
|
@@ -3021,7 +3012,7 @@
|
|
|
3021
3012
|
--color-text-button-primary-active-awr7hs:#000716;
|
|
3022
3013
|
--color-text-button-primary-default-7w7yjc:#000716;
|
|
3023
3014
|
--color-text-button-primary-hover-exy0sq:#000716;
|
|
3024
|
-
--color-text-calendar-
|
|
3015
|
+
--color-text-calendar-date-hover-ti96oo:#d1d5db;
|
|
3025
3016
|
--color-text-calendar-month-u6kvu0:#8d99a8;
|
|
3026
3017
|
--color-text-code-editor-gutter-active-line-9w975q:#000716;
|
|
3027
3018
|
--color-text-code-editor-gutter-default-5gmexo:#d1d5db;
|
|
@@ -3035,7 +3026,6 @@
|
|
|
3035
3026
|
--color-text-disabled-inline-edit-64vc6h:#9ba7b6;
|
|
3036
3027
|
--color-text-dropdown-footer-rnmaph:#8d99a8;
|
|
3037
3028
|
--color-text-dropdown-group-label-sizd89:#b6bec9;
|
|
3038
|
-
--color-text-dropdown-header-z1le22:#fbfbfb;
|
|
3039
3029
|
--color-text-dropdown-item-default-d4af6n:#d1d5db;
|
|
3040
3030
|
--color-text-dropdown-item-dimmed-oru6hf:#5f6b7a;
|
|
3041
3031
|
--color-text-dropdown-item-disabled-nf1b1j:#5f6b7a;
|
|
@@ -3102,7 +3092,7 @@
|
|
|
3102
3092
|
--color-background-button-primary-default-f3veih:#d1d5db;
|
|
3103
3093
|
--color-background-button-primary-disabled-lba03m:#354150;
|
|
3104
3094
|
--color-background-button-primary-hover-79i9hj:#ffffff;
|
|
3105
|
-
--color-background-calendar-
|
|
3095
|
+
--color-background-calendar-current-date-wm9kva:#354150;
|
|
3106
3096
|
--color-background-cell-shaded-zw6xp4:#192534;
|
|
3107
3097
|
--color-background-code-editor-gutter-active-line-default-mmq122:#7d8998;
|
|
3108
3098
|
--color-background-code-editor-gutter-active-line-error-kp33q7:#eb6f6f;
|
|
@@ -3209,7 +3199,7 @@
|
|
|
3209
3199
|
--color-text-button-primary-active-awr7hs:#000716;
|
|
3210
3200
|
--color-text-button-primary-default-7w7yjc:#000716;
|
|
3211
3201
|
--color-text-button-primary-hover-exy0sq:#000716;
|
|
3212
|
-
--color-text-calendar-
|
|
3202
|
+
--color-text-calendar-date-hover-ti96oo:#d1d5db;
|
|
3213
3203
|
--color-text-calendar-month-u6kvu0:#8d99a8;
|
|
3214
3204
|
--color-text-code-editor-gutter-active-line-9w975q:#000716;
|
|
3215
3205
|
--color-text-code-editor-gutter-default-5gmexo:#d1d5db;
|
|
@@ -3223,7 +3213,6 @@
|
|
|
3223
3213
|
--color-text-disabled-inline-edit-64vc6h:#9ba7b6;
|
|
3224
3214
|
--color-text-dropdown-footer-rnmaph:#8d99a8;
|
|
3225
3215
|
--color-text-dropdown-group-label-sizd89:#b6bec9;
|
|
3226
|
-
--color-text-dropdown-header-z1le22:#fbfbfb;
|
|
3227
3216
|
--color-text-dropdown-item-default-d4af6n:#d1d5db;
|
|
3228
3217
|
--color-text-dropdown-item-dimmed-oru6hf:#5f6b7a;
|
|
3229
3218
|
--color-text-dropdown-item-disabled-nf1b1j:#5f6b7a;
|
|
@@ -787,7 +787,7 @@ module.exports.preset = {
|
|
|
787
787
|
"light": "{colorBorderButtonNormalHover}",
|
|
788
788
|
"dark": "{colorBorderButtonNormalHover}"
|
|
789
789
|
},
|
|
790
|
-
"
|
|
790
|
+
"colorBackgroundCalendarCurrentDate": {
|
|
791
791
|
"light": "{colorGrey150}",
|
|
792
792
|
"dark": "{colorGrey650}"
|
|
793
793
|
},
|
|
@@ -1335,11 +1335,11 @@ module.exports.preset = {
|
|
|
1335
1335
|
"light": "{colorWhite}",
|
|
1336
1336
|
"dark": "{colorGrey900}"
|
|
1337
1337
|
},
|
|
1338
|
-
"
|
|
1338
|
+
"colorTextCalendarDateHover": {
|
|
1339
1339
|
"light": "{colorTextDropdownItemDefault}",
|
|
1340
1340
|
"dark": "{colorTextDropdownItemDefault}"
|
|
1341
1341
|
},
|
|
1342
|
-
"
|
|
1342
|
+
"colorTextCalendarDateSelected": {
|
|
1343
1343
|
"light": "{colorTextAccent}",
|
|
1344
1344
|
"dark": "{colorTextAccent}"
|
|
1345
1345
|
},
|
|
@@ -1395,10 +1395,6 @@ module.exports.preset = {
|
|
|
1395
1395
|
"light": "{colorTextGroupLabel}",
|
|
1396
1396
|
"dark": "{colorTextGroupLabel}"
|
|
1397
1397
|
},
|
|
1398
|
-
"colorTextDropdownHeader": {
|
|
1399
|
-
"light": "{colorGrey900}",
|
|
1400
|
-
"dark": "{colorGrey100}"
|
|
1401
|
-
},
|
|
1402
1398
|
"colorTextDropdownItemDefault": {
|
|
1403
1399
|
"light": "{colorTextFormDefault}",
|
|
1404
1400
|
"dark": "{colorTextFormDefault}"
|
|
@@ -2829,7 +2825,7 @@ module.exports.preset = {
|
|
|
2829
2825
|
"light": "{colorBorderButtonNormalHover}",
|
|
2830
2826
|
"dark": "{colorBorderButtonNormalHover}"
|
|
2831
2827
|
},
|
|
2832
|
-
"
|
|
2828
|
+
"colorBackgroundCalendarCurrentDate": {
|
|
2833
2829
|
"light": "{colorGrey650}",
|
|
2834
2830
|
"dark": "{colorGrey650}"
|
|
2835
2831
|
},
|
|
@@ -3377,11 +3373,11 @@ module.exports.preset = {
|
|
|
3377
3373
|
"light": "{colorGrey900}",
|
|
3378
3374
|
"dark": "{colorGrey900}"
|
|
3379
3375
|
},
|
|
3380
|
-
"
|
|
3376
|
+
"colorTextCalendarDateHover": {
|
|
3381
3377
|
"light": "{colorTextDropdownItemDefault}",
|
|
3382
3378
|
"dark": "{colorTextDropdownItemDefault}"
|
|
3383
3379
|
},
|
|
3384
|
-
"
|
|
3380
|
+
"colorTextCalendarDateSelected": {
|
|
3385
3381
|
"light": "{colorTextAccent}",
|
|
3386
3382
|
"dark": "{colorTextAccent}"
|
|
3387
3383
|
},
|
|
@@ -3437,10 +3433,6 @@ module.exports.preset = {
|
|
|
3437
3433
|
"light": "{colorTextGroupLabel}",
|
|
3438
3434
|
"dark": "{colorTextGroupLabel}"
|
|
3439
3435
|
},
|
|
3440
|
-
"colorTextDropdownHeader": {
|
|
3441
|
-
"light": "{colorGrey100}",
|
|
3442
|
-
"dark": "{colorGrey100}"
|
|
3443
|
-
},
|
|
3444
3436
|
"colorTextDropdownItemDefault": {
|
|
3445
3437
|
"light": "{colorTextFormDefault}",
|
|
3446
3438
|
"dark": "{colorTextFormDefault}"
|
|
@@ -3851,7 +3843,7 @@ module.exports.preset = {
|
|
|
3851
3843
|
"light": "{colorBorderButtonNormalHover}",
|
|
3852
3844
|
"dark": "{colorBorderButtonNormalHover}"
|
|
3853
3845
|
},
|
|
3854
|
-
"
|
|
3846
|
+
"colorBackgroundCalendarCurrentDate": {
|
|
3855
3847
|
"light": "{colorGrey650}",
|
|
3856
3848
|
"dark": "{colorGrey650}"
|
|
3857
3849
|
},
|
|
@@ -4399,11 +4391,11 @@ module.exports.preset = {
|
|
|
4399
4391
|
"light": "{colorGrey900}",
|
|
4400
4392
|
"dark": "{colorGrey900}"
|
|
4401
4393
|
},
|
|
4402
|
-
"
|
|
4394
|
+
"colorTextCalendarDateHover": {
|
|
4403
4395
|
"light": "{colorTextDropdownItemDefault}",
|
|
4404
4396
|
"dark": "{colorTextDropdownItemDefault}"
|
|
4405
4397
|
},
|
|
4406
|
-
"
|
|
4398
|
+
"colorTextCalendarDateSelected": {
|
|
4407
4399
|
"light": "{colorTextAccent}",
|
|
4408
4400
|
"dark": "{colorTextAccent}"
|
|
4409
4401
|
},
|
|
@@ -4459,10 +4451,6 @@ module.exports.preset = {
|
|
|
4459
4451
|
"light": "{colorTextGroupLabel}",
|
|
4460
4452
|
"dark": "{colorTextGroupLabel}"
|
|
4461
4453
|
},
|
|
4462
|
-
"colorTextDropdownHeader": {
|
|
4463
|
-
"light": "{colorGrey100}",
|
|
4464
|
-
"dark": "{colorGrey100}"
|
|
4465
|
-
},
|
|
4466
4454
|
"colorTextDropdownItemDefault": {
|
|
4467
4455
|
"light": "{colorTextFormDefault}",
|
|
4468
4456
|
"dark": "{colorTextFormDefault}"
|
|
@@ -4805,7 +4793,7 @@ module.exports.preset = {
|
|
|
4805
4793
|
"light": "{colorBorderButtonNormalHover}",
|
|
4806
4794
|
"dark": "{colorBorderButtonNormalHover}"
|
|
4807
4795
|
},
|
|
4808
|
-
"
|
|
4796
|
+
"colorBackgroundCalendarCurrentDate": {
|
|
4809
4797
|
"light": "{colorGrey150}",
|
|
4810
4798
|
"dark": "{colorGrey650}"
|
|
4811
4799
|
},
|
|
@@ -5353,11 +5341,11 @@ module.exports.preset = {
|
|
|
5353
5341
|
"light": "{colorWhite}",
|
|
5354
5342
|
"dark": "{colorGrey900}"
|
|
5355
5343
|
},
|
|
5356
|
-
"
|
|
5344
|
+
"colorTextCalendarDateHover": {
|
|
5357
5345
|
"light": "{colorTextDropdownItemDefault}",
|
|
5358
5346
|
"dark": "{colorTextDropdownItemDefault}"
|
|
5359
5347
|
},
|
|
5360
|
-
"
|
|
5348
|
+
"colorTextCalendarDateSelected": {
|
|
5361
5349
|
"light": "{colorTextAccent}",
|
|
5362
5350
|
"dark": "{colorTextAccent}"
|
|
5363
5351
|
},
|
|
@@ -5413,10 +5401,6 @@ module.exports.preset = {
|
|
|
5413
5401
|
"light": "{colorTextGroupLabel}",
|
|
5414
5402
|
"dark": "{colorTextGroupLabel}"
|
|
5415
5403
|
},
|
|
5416
|
-
"colorTextDropdownHeader": {
|
|
5417
|
-
"light": "{colorGrey900}",
|
|
5418
|
-
"dark": "{colorGrey100}"
|
|
5419
|
-
},
|
|
5420
5404
|
"colorTextDropdownItemDefault": {
|
|
5421
5405
|
"light": "{colorTextFormDefault}",
|
|
5422
5406
|
"dark": "{colorTextFormDefault}"
|
|
@@ -5759,7 +5743,7 @@ module.exports.preset = {
|
|
|
5759
5743
|
"light": "{colorBorderButtonNormalHover}",
|
|
5760
5744
|
"dark": "{colorBorderButtonNormalHover}"
|
|
5761
5745
|
},
|
|
5762
|
-
"
|
|
5746
|
+
"colorBackgroundCalendarCurrentDate": {
|
|
5763
5747
|
"light": "{colorGrey150}",
|
|
5764
5748
|
"dark": "{colorGrey650}"
|
|
5765
5749
|
},
|
|
@@ -6307,11 +6291,11 @@ module.exports.preset = {
|
|
|
6307
6291
|
"light": "{colorWhite}",
|
|
6308
6292
|
"dark": "{colorGrey900}"
|
|
6309
6293
|
},
|
|
6310
|
-
"
|
|
6294
|
+
"colorTextCalendarDateHover": {
|
|
6311
6295
|
"light": "{colorTextDropdownItemDefault}",
|
|
6312
6296
|
"dark": "{colorTextDropdownItemDefault}"
|
|
6313
6297
|
},
|
|
6314
|
-
"
|
|
6298
|
+
"colorTextCalendarDateSelected": {
|
|
6315
6299
|
"light": "{colorTextAccent}",
|
|
6316
6300
|
"dark": "{colorTextAccent}"
|
|
6317
6301
|
},
|
|
@@ -6367,10 +6351,6 @@ module.exports.preset = {
|
|
|
6367
6351
|
"light": "{colorTextGroupLabel}",
|
|
6368
6352
|
"dark": "{colorTextGroupLabel}"
|
|
6369
6353
|
},
|
|
6370
|
-
"colorTextDropdownHeader": {
|
|
6371
|
-
"light": "{colorGrey900}",
|
|
6372
|
-
"dark": "{colorGrey100}"
|
|
6373
|
-
},
|
|
6374
6354
|
"colorTextDropdownItemDefault": {
|
|
6375
6355
|
"light": "{colorTextFormDefault}",
|
|
6376
6356
|
"dark": "{colorTextFormDefault}"
|
|
@@ -6713,7 +6693,7 @@ module.exports.preset = {
|
|
|
6713
6693
|
"light": "{colorBorderButtonNormalHover}",
|
|
6714
6694
|
"dark": "{colorBorderButtonNormalHover}"
|
|
6715
6695
|
},
|
|
6716
|
-
"
|
|
6696
|
+
"colorBackgroundCalendarCurrentDate": {
|
|
6717
6697
|
"light": "{colorGrey150}",
|
|
6718
6698
|
"dark": "{colorGrey650}"
|
|
6719
6699
|
},
|
|
@@ -7261,11 +7241,11 @@ module.exports.preset = {
|
|
|
7261
7241
|
"light": "{colorWhite}",
|
|
7262
7242
|
"dark": "{colorGrey900}"
|
|
7263
7243
|
},
|
|
7264
|
-
"
|
|
7244
|
+
"colorTextCalendarDateHover": {
|
|
7265
7245
|
"light": "{colorTextDropdownItemDefault}",
|
|
7266
7246
|
"dark": "{colorTextDropdownItemDefault}"
|
|
7267
7247
|
},
|
|
7268
|
-
"
|
|
7248
|
+
"colorTextCalendarDateSelected": {
|
|
7269
7249
|
"light": "{colorTextAccent}",
|
|
7270
7250
|
"dark": "{colorTextAccent}"
|
|
7271
7251
|
},
|
|
@@ -7321,10 +7301,6 @@ module.exports.preset = {
|
|
|
7321
7301
|
"light": "{colorTextGroupLabel}",
|
|
7322
7302
|
"dark": "{colorTextGroupLabel}"
|
|
7323
7303
|
},
|
|
7324
|
-
"colorTextDropdownHeader": {
|
|
7325
|
-
"light": "{colorGrey900}",
|
|
7326
|
-
"dark": "{colorGrey100}"
|
|
7327
|
-
},
|
|
7328
7304
|
"colorTextDropdownItemDefault": {
|
|
7329
7305
|
"light": "{colorTextFormDefault}",
|
|
7330
7306
|
"dark": "{colorTextFormDefault}"
|
|
@@ -7669,7 +7645,7 @@ module.exports.preset = {
|
|
|
7669
7645
|
"light": "{colorBorderButtonNormalHover}",
|
|
7670
7646
|
"dark": "{colorBorderButtonNormalHover}"
|
|
7671
7647
|
},
|
|
7672
|
-
"
|
|
7648
|
+
"colorBackgroundCalendarCurrentDate": {
|
|
7673
7649
|
"light": "{colorGrey650}",
|
|
7674
7650
|
"dark": "{colorGrey650}"
|
|
7675
7651
|
},
|
|
@@ -8217,11 +8193,11 @@ module.exports.preset = {
|
|
|
8217
8193
|
"light": "{colorGrey900}",
|
|
8218
8194
|
"dark": "{colorGrey900}"
|
|
8219
8195
|
},
|
|
8220
|
-
"
|
|
8196
|
+
"colorTextCalendarDateHover": {
|
|
8221
8197
|
"light": "{colorTextDropdownItemDefault}",
|
|
8222
8198
|
"dark": "{colorTextDropdownItemDefault}"
|
|
8223
8199
|
},
|
|
8224
|
-
"
|
|
8200
|
+
"colorTextCalendarDateSelected": {
|
|
8225
8201
|
"light": "{colorTextAccent}",
|
|
8226
8202
|
"dark": "{colorTextAccent}"
|
|
8227
8203
|
},
|
|
@@ -8277,10 +8253,6 @@ module.exports.preset = {
|
|
|
8277
8253
|
"light": "{colorTextGroupLabel}",
|
|
8278
8254
|
"dark": "{colorTextGroupLabel}"
|
|
8279
8255
|
},
|
|
8280
|
-
"colorTextDropdownHeader": {
|
|
8281
|
-
"light": "{colorGrey100}",
|
|
8282
|
-
"dark": "{colorGrey100}"
|
|
8283
|
-
},
|
|
8284
8256
|
"colorTextDropdownItemDefault": {
|
|
8285
8257
|
"light": "{colorTextFormDefault}",
|
|
8286
8258
|
"dark": "{colorTextFormDefault}"
|
|
@@ -8715,7 +8687,7 @@ module.exports.preset = {
|
|
|
8715
8687
|
"colorBackgroundButtonPrimaryDefault": "color",
|
|
8716
8688
|
"colorBackgroundButtonPrimaryDisabled": "color",
|
|
8717
8689
|
"colorBackgroundButtonPrimaryHover": "color",
|
|
8718
|
-
"
|
|
8690
|
+
"colorBackgroundCalendarCurrentDate": "color",
|
|
8719
8691
|
"colorBackgroundCellShaded": "color",
|
|
8720
8692
|
"colorBackgroundCodeEditorGutterActiveLineDefault": "color",
|
|
8721
8693
|
"colorBackgroundCodeEditorGutterActiveLineError": "color",
|
|
@@ -8852,8 +8824,8 @@ module.exports.preset = {
|
|
|
8852
8824
|
"colorTextButtonPrimaryActive": "color",
|
|
8853
8825
|
"colorTextButtonPrimaryDefault": "color",
|
|
8854
8826
|
"colorTextButtonPrimaryHover": "color",
|
|
8855
|
-
"
|
|
8856
|
-
"
|
|
8827
|
+
"colorTextCalendarDateHover": "color",
|
|
8828
|
+
"colorTextCalendarDateSelected": "color",
|
|
8857
8829
|
"colorTextCalendarMonth": "color",
|
|
8858
8830
|
"colorTextCodeEditorGutterActiveLine": "color",
|
|
8859
8831
|
"colorTextCodeEditorGutterDefault": "color",
|
|
@@ -8867,7 +8839,6 @@ module.exports.preset = {
|
|
|
8867
8839
|
"colorTextDisabledInlineEdit": "color",
|
|
8868
8840
|
"colorTextDropdownFooter": "color",
|
|
8869
8841
|
"colorTextDropdownGroupLabel": "color",
|
|
8870
|
-
"colorTextDropdownHeader": "color",
|
|
8871
8842
|
"colorTextDropdownItemDefault": "color",
|
|
8872
8843
|
"colorTextDropdownItemDimmed": "color",
|
|
8873
8844
|
"colorTextDropdownItemDisabled": "color",
|
|
@@ -9881,7 +9852,7 @@ module.exports.preset = {
|
|
|
9881
9852
|
"colorBackgroundButtonPrimaryDefault": "color-background-button-primary-default",
|
|
9882
9853
|
"colorBackgroundButtonPrimaryDisabled": "color-background-button-primary-disabled",
|
|
9883
9854
|
"colorBackgroundButtonPrimaryHover": "color-background-button-primary-hover",
|
|
9884
|
-
"
|
|
9855
|
+
"colorBackgroundCalendarCurrentDate": "color-background-calendar-current-date",
|
|
9885
9856
|
"colorBackgroundCellShaded": "color-background-cell-shaded",
|
|
9886
9857
|
"colorBackgroundCodeEditorGutterActiveLineDefault": "color-background-code-editor-gutter-active-line-default",
|
|
9887
9858
|
"colorBackgroundCodeEditorGutterActiveLineError": "color-background-code-editor-gutter-active-line-error",
|
|
@@ -10018,8 +9989,8 @@ module.exports.preset = {
|
|
|
10018
9989
|
"colorTextButtonPrimaryActive": "color-text-button-primary-active",
|
|
10019
9990
|
"colorTextButtonPrimaryDefault": "color-text-button-primary-default",
|
|
10020
9991
|
"colorTextButtonPrimaryHover": "color-text-button-primary-hover",
|
|
10021
|
-
"
|
|
10022
|
-
"
|
|
9992
|
+
"colorTextCalendarDateHover": "color-text-calendar-date-hover",
|
|
9993
|
+
"colorTextCalendarDateSelected": "color-text-calendar-date-selected",
|
|
10023
9994
|
"colorTextCalendarMonth": "color-text-calendar-month",
|
|
10024
9995
|
"colorTextCodeEditorGutterActiveLine": "color-text-code-editor-gutter-active-line",
|
|
10025
9996
|
"colorTextCodeEditorGutterDefault": "color-text-code-editor-gutter-default",
|
|
@@ -10033,7 +10004,6 @@ module.exports.preset = {
|
|
|
10033
10004
|
"colorTextDisabledInlineEdit": "color-text-disabled-inline-edit",
|
|
10034
10005
|
"colorTextDropdownFooter": "color-text-dropdown-footer",
|
|
10035
10006
|
"colorTextDropdownGroupLabel": "color-text-dropdown-group-label",
|
|
10036
|
-
"colorTextDropdownHeader": "color-text-dropdown-header",
|
|
10037
10007
|
"colorTextDropdownItemDefault": "color-text-dropdown-item-default",
|
|
10038
10008
|
"colorTextDropdownItemDimmed": "color-text-dropdown-item-dimmed",
|
|
10039
10009
|
"colorTextDropdownItemDisabled": "color-text-dropdown-item-disabled",
|
|
@@ -10568,7 +10538,7 @@ module.exports.preset = {
|
|
|
10568
10538
|
"colorBackgroundButtonPrimaryDefault": "--color-background-button-primary-default-jrg2xu",
|
|
10569
10539
|
"colorBackgroundButtonPrimaryDisabled": "--color-background-button-primary-disabled-31l9pn",
|
|
10570
10540
|
"colorBackgroundButtonPrimaryHover": "--color-background-button-primary-hover-l3mbyt",
|
|
10571
|
-
"
|
|
10541
|
+
"colorBackgroundCalendarCurrentDate": "--color-background-calendar-current-date-kmb0ji",
|
|
10572
10542
|
"colorBackgroundCellShaded": "--color-background-cell-shaded-7v0jy4",
|
|
10573
10543
|
"colorBackgroundCodeEditorGutterActiveLineDefault": "--color-background-code-editor-gutter-active-line-default-n2dsul",
|
|
10574
10544
|
"colorBackgroundCodeEditorGutterActiveLineError": "--color-background-code-editor-gutter-active-line-error-ov6y7a",
|
|
@@ -10705,8 +10675,8 @@ module.exports.preset = {
|
|
|
10705
10675
|
"colorTextButtonPrimaryActive": "--color-text-button-primary-active-jqjf9n",
|
|
10706
10676
|
"colorTextButtonPrimaryDefault": "--color-text-button-primary-default-ltldxu",
|
|
10707
10677
|
"colorTextButtonPrimaryHover": "--color-text-button-primary-hover-tcoaeg",
|
|
10708
|
-
"
|
|
10709
|
-
"
|
|
10678
|
+
"colorTextCalendarDateHover": "--color-text-calendar-date-hover-llr4as",
|
|
10679
|
+
"colorTextCalendarDateSelected": "--color-text-calendar-date-selected-otk0dm",
|
|
10710
10680
|
"colorTextCalendarMonth": "--color-text-calendar-month-hxx5ey",
|
|
10711
10681
|
"colorTextCodeEditorGutterActiveLine": "--color-text-code-editor-gutter-active-line-zmlu0u",
|
|
10712
10682
|
"colorTextCodeEditorGutterDefault": "--color-text-code-editor-gutter-default-n16krn",
|
|
@@ -10720,7 +10690,6 @@ module.exports.preset = {
|
|
|
10720
10690
|
"colorTextDisabledInlineEdit": "--color-text-disabled-inline-edit-zrb7bp",
|
|
10721
10691
|
"colorTextDropdownFooter": "--color-text-dropdown-footer-7d1eld",
|
|
10722
10692
|
"colorTextDropdownGroupLabel": "--color-text-dropdown-group-label-4x4uyw",
|
|
10723
|
-
"colorTextDropdownHeader": "--color-text-dropdown-header-ga95zo",
|
|
10724
10693
|
"colorTextDropdownItemDefault": "--color-text-dropdown-item-default-4o4hes",
|
|
10725
10694
|
"colorTextDropdownItemDimmed": "--color-text-dropdown-item-dimmed-f2joj8",
|
|
10726
10695
|
"colorTextDropdownItemDisabled": "--color-text-dropdown-item-disabled-6oq3n6",
|