@webstudio-is/css-data 0.72.0 → 0.73.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/lib/__generated__/keyword-values.js +0 -588
- package/lib/__generated__/property-value-descriptions.js +2937 -0
- package/lib/cjs/__generated__/keyword-values.js +0 -588
- package/lib/cjs/__generated__/property-value-descriptions.js +2957 -0
- package/lib/cjs/parse-css.js +12 -1
- package/lib/cjs/property-parsers/background.js +15 -1
- package/lib/parse-css.js +12 -1
- package/lib/property-parsers/background.js +15 -1
- package/lib/types/bin/property-value-descriptions.d.ts +1 -0
- package/lib/types/src/__generated__/keyword-values.d.ts +21 -21
- package/lib/types/src/__generated__/property-value-descriptions.d.ts +2933 -0
- package/package.json +8 -5
- package/src/__generated__/keyword-values.ts +0 -588
- package/src/__generated__/property-value-descriptions.ts +4574 -0
- package/src/parse-css.ts +14 -1
- package/src/property-parsers/background.ts +17 -1
|
@@ -152,34 +152,6 @@ export const keywordValues = {
|
|
|
152
152
|
"yellow",
|
|
153
153
|
"yellowgreen",
|
|
154
154
|
"currentColor",
|
|
155
|
-
"ActiveBorder",
|
|
156
|
-
"ActiveCaption",
|
|
157
|
-
"AppWorkspace",
|
|
158
|
-
"Background",
|
|
159
|
-
"ButtonFace",
|
|
160
|
-
"ButtonHighlight",
|
|
161
|
-
"ButtonShadow",
|
|
162
|
-
"ButtonText",
|
|
163
|
-
"CaptionText",
|
|
164
|
-
"GrayText",
|
|
165
|
-
"Highlight",
|
|
166
|
-
"HighlightText",
|
|
167
|
-
"InactiveBorder",
|
|
168
|
-
"InactiveCaption",
|
|
169
|
-
"InactiveCaptionText",
|
|
170
|
-
"InfoBackground",
|
|
171
|
-
"InfoText",
|
|
172
|
-
"Menu",
|
|
173
|
-
"MenuText",
|
|
174
|
-
"Scrollbar",
|
|
175
|
-
"ThreeDDarkShadow",
|
|
176
|
-
"ThreeDFace",
|
|
177
|
-
"ThreeDHighlight",
|
|
178
|
-
"ThreeDLightShadow",
|
|
179
|
-
"ThreeDShadow",
|
|
180
|
-
"Window",
|
|
181
|
-
"WindowFrame",
|
|
182
|
-
"WindowText",
|
|
183
155
|
"initial",
|
|
184
156
|
"inherit",
|
|
185
157
|
"unset",
|
|
@@ -513,34 +485,6 @@ export const keywordValues = {
|
|
|
513
485
|
"yellow",
|
|
514
486
|
"yellowgreen",
|
|
515
487
|
"currentColor",
|
|
516
|
-
"ActiveBorder",
|
|
517
|
-
"ActiveCaption",
|
|
518
|
-
"AppWorkspace",
|
|
519
|
-
"Background",
|
|
520
|
-
"ButtonFace",
|
|
521
|
-
"ButtonHighlight",
|
|
522
|
-
"ButtonShadow",
|
|
523
|
-
"ButtonText",
|
|
524
|
-
"CaptionText",
|
|
525
|
-
"GrayText",
|
|
526
|
-
"Highlight",
|
|
527
|
-
"HighlightText",
|
|
528
|
-
"InactiveBorder",
|
|
529
|
-
"InactiveCaption",
|
|
530
|
-
"InactiveCaptionText",
|
|
531
|
-
"InfoBackground",
|
|
532
|
-
"InfoText",
|
|
533
|
-
"Menu",
|
|
534
|
-
"MenuText",
|
|
535
|
-
"Scrollbar",
|
|
536
|
-
"ThreeDDarkShadow",
|
|
537
|
-
"ThreeDFace",
|
|
538
|
-
"ThreeDHighlight",
|
|
539
|
-
"ThreeDLightShadow",
|
|
540
|
-
"ThreeDShadow",
|
|
541
|
-
"Window",
|
|
542
|
-
"WindowFrame",
|
|
543
|
-
"WindowText",
|
|
544
488
|
"initial",
|
|
545
489
|
"inherit",
|
|
546
490
|
"unset",
|
|
@@ -757,34 +701,6 @@ export const keywordValues = {
|
|
|
757
701
|
"yellow",
|
|
758
702
|
"yellowgreen",
|
|
759
703
|
"currentColor",
|
|
760
|
-
"ActiveBorder",
|
|
761
|
-
"ActiveCaption",
|
|
762
|
-
"AppWorkspace",
|
|
763
|
-
"Background",
|
|
764
|
-
"ButtonFace",
|
|
765
|
-
"ButtonHighlight",
|
|
766
|
-
"ButtonShadow",
|
|
767
|
-
"ButtonText",
|
|
768
|
-
"CaptionText",
|
|
769
|
-
"GrayText",
|
|
770
|
-
"Highlight",
|
|
771
|
-
"HighlightText",
|
|
772
|
-
"InactiveBorder",
|
|
773
|
-
"InactiveCaption",
|
|
774
|
-
"InactiveCaptionText",
|
|
775
|
-
"InfoBackground",
|
|
776
|
-
"InfoText",
|
|
777
|
-
"Menu",
|
|
778
|
-
"MenuText",
|
|
779
|
-
"Scrollbar",
|
|
780
|
-
"ThreeDDarkShadow",
|
|
781
|
-
"ThreeDFace",
|
|
782
|
-
"ThreeDHighlight",
|
|
783
|
-
"ThreeDLightShadow",
|
|
784
|
-
"ThreeDShadow",
|
|
785
|
-
"Window",
|
|
786
|
-
"WindowFrame",
|
|
787
|
-
"WindowText",
|
|
788
704
|
"initial",
|
|
789
705
|
"inherit",
|
|
790
706
|
"unset",
|
|
@@ -956,34 +872,6 @@ export const keywordValues = {
|
|
|
956
872
|
"yellow",
|
|
957
873
|
"yellowgreen",
|
|
958
874
|
"currentColor",
|
|
959
|
-
"ActiveBorder",
|
|
960
|
-
"ActiveCaption",
|
|
961
|
-
"AppWorkspace",
|
|
962
|
-
"Background",
|
|
963
|
-
"ButtonFace",
|
|
964
|
-
"ButtonHighlight",
|
|
965
|
-
"ButtonShadow",
|
|
966
|
-
"ButtonText",
|
|
967
|
-
"CaptionText",
|
|
968
|
-
"GrayText",
|
|
969
|
-
"Highlight",
|
|
970
|
-
"HighlightText",
|
|
971
|
-
"InactiveBorder",
|
|
972
|
-
"InactiveCaption",
|
|
973
|
-
"InactiveCaptionText",
|
|
974
|
-
"InfoBackground",
|
|
975
|
-
"InfoText",
|
|
976
|
-
"Menu",
|
|
977
|
-
"MenuText",
|
|
978
|
-
"Scrollbar",
|
|
979
|
-
"ThreeDDarkShadow",
|
|
980
|
-
"ThreeDFace",
|
|
981
|
-
"ThreeDHighlight",
|
|
982
|
-
"ThreeDLightShadow",
|
|
983
|
-
"ThreeDShadow",
|
|
984
|
-
"Window",
|
|
985
|
-
"WindowFrame",
|
|
986
|
-
"WindowText",
|
|
987
875
|
"initial",
|
|
988
876
|
"inherit",
|
|
989
877
|
"unset",
|
|
@@ -1162,34 +1050,6 @@ export const keywordValues = {
|
|
|
1162
1050
|
"yellow",
|
|
1163
1051
|
"yellowgreen",
|
|
1164
1052
|
"currentColor",
|
|
1165
|
-
"ActiveBorder",
|
|
1166
|
-
"ActiveCaption",
|
|
1167
|
-
"AppWorkspace",
|
|
1168
|
-
"Background",
|
|
1169
|
-
"ButtonFace",
|
|
1170
|
-
"ButtonHighlight",
|
|
1171
|
-
"ButtonShadow",
|
|
1172
|
-
"ButtonText",
|
|
1173
|
-
"CaptionText",
|
|
1174
|
-
"GrayText",
|
|
1175
|
-
"Highlight",
|
|
1176
|
-
"HighlightText",
|
|
1177
|
-
"InactiveBorder",
|
|
1178
|
-
"InactiveCaption",
|
|
1179
|
-
"InactiveCaptionText",
|
|
1180
|
-
"InfoBackground",
|
|
1181
|
-
"InfoText",
|
|
1182
|
-
"Menu",
|
|
1183
|
-
"MenuText",
|
|
1184
|
-
"Scrollbar",
|
|
1185
|
-
"ThreeDDarkShadow",
|
|
1186
|
-
"ThreeDFace",
|
|
1187
|
-
"ThreeDHighlight",
|
|
1188
|
-
"ThreeDLightShadow",
|
|
1189
|
-
"ThreeDShadow",
|
|
1190
|
-
"Window",
|
|
1191
|
-
"WindowFrame",
|
|
1192
|
-
"WindowText",
|
|
1193
1053
|
"initial",
|
|
1194
1054
|
"inherit",
|
|
1195
1055
|
"unset",
|
|
@@ -1368,34 +1228,6 @@ export const keywordValues = {
|
|
|
1368
1228
|
"yellow",
|
|
1369
1229
|
"yellowgreen",
|
|
1370
1230
|
"currentColor",
|
|
1371
|
-
"ActiveBorder",
|
|
1372
|
-
"ActiveCaption",
|
|
1373
|
-
"AppWorkspace",
|
|
1374
|
-
"Background",
|
|
1375
|
-
"ButtonFace",
|
|
1376
|
-
"ButtonHighlight",
|
|
1377
|
-
"ButtonShadow",
|
|
1378
|
-
"ButtonText",
|
|
1379
|
-
"CaptionText",
|
|
1380
|
-
"GrayText",
|
|
1381
|
-
"Highlight",
|
|
1382
|
-
"HighlightText",
|
|
1383
|
-
"InactiveBorder",
|
|
1384
|
-
"InactiveCaption",
|
|
1385
|
-
"InactiveCaptionText",
|
|
1386
|
-
"InfoBackground",
|
|
1387
|
-
"InfoText",
|
|
1388
|
-
"Menu",
|
|
1389
|
-
"MenuText",
|
|
1390
|
-
"Scrollbar",
|
|
1391
|
-
"ThreeDDarkShadow",
|
|
1392
|
-
"ThreeDFace",
|
|
1393
|
-
"ThreeDHighlight",
|
|
1394
|
-
"ThreeDLightShadow",
|
|
1395
|
-
"ThreeDShadow",
|
|
1396
|
-
"Window",
|
|
1397
|
-
"WindowFrame",
|
|
1398
|
-
"WindowText",
|
|
1399
1231
|
"initial",
|
|
1400
1232
|
"inherit",
|
|
1401
1233
|
"unset",
|
|
@@ -1585,34 +1417,6 @@ export const keywordValues = {
|
|
|
1585
1417
|
"yellow",
|
|
1586
1418
|
"yellowgreen",
|
|
1587
1419
|
"currentColor",
|
|
1588
|
-
"ActiveBorder",
|
|
1589
|
-
"ActiveCaption",
|
|
1590
|
-
"AppWorkspace",
|
|
1591
|
-
"Background",
|
|
1592
|
-
"ButtonFace",
|
|
1593
|
-
"ButtonHighlight",
|
|
1594
|
-
"ButtonShadow",
|
|
1595
|
-
"ButtonText",
|
|
1596
|
-
"CaptionText",
|
|
1597
|
-
"GrayText",
|
|
1598
|
-
"Highlight",
|
|
1599
|
-
"HighlightText",
|
|
1600
|
-
"InactiveBorder",
|
|
1601
|
-
"InactiveCaption",
|
|
1602
|
-
"InactiveCaptionText",
|
|
1603
|
-
"InfoBackground",
|
|
1604
|
-
"InfoText",
|
|
1605
|
-
"Menu",
|
|
1606
|
-
"MenuText",
|
|
1607
|
-
"Scrollbar",
|
|
1608
|
-
"ThreeDDarkShadow",
|
|
1609
|
-
"ThreeDFace",
|
|
1610
|
-
"ThreeDHighlight",
|
|
1611
|
-
"ThreeDLightShadow",
|
|
1612
|
-
"ThreeDShadow",
|
|
1613
|
-
"Window",
|
|
1614
|
-
"WindowFrame",
|
|
1615
|
-
"WindowText",
|
|
1616
1420
|
"initial",
|
|
1617
1421
|
"inherit",
|
|
1618
1422
|
"unset",
|
|
@@ -1784,34 +1588,6 @@ export const keywordValues = {
|
|
|
1784
1588
|
"yellow",
|
|
1785
1589
|
"yellowgreen",
|
|
1786
1590
|
"currentColor",
|
|
1787
|
-
"ActiveBorder",
|
|
1788
|
-
"ActiveCaption",
|
|
1789
|
-
"AppWorkspace",
|
|
1790
|
-
"Background",
|
|
1791
|
-
"ButtonFace",
|
|
1792
|
-
"ButtonHighlight",
|
|
1793
|
-
"ButtonShadow",
|
|
1794
|
-
"ButtonText",
|
|
1795
|
-
"CaptionText",
|
|
1796
|
-
"GrayText",
|
|
1797
|
-
"Highlight",
|
|
1798
|
-
"HighlightText",
|
|
1799
|
-
"InactiveBorder",
|
|
1800
|
-
"InactiveCaption",
|
|
1801
|
-
"InactiveCaptionText",
|
|
1802
|
-
"InfoBackground",
|
|
1803
|
-
"InfoText",
|
|
1804
|
-
"Menu",
|
|
1805
|
-
"MenuText",
|
|
1806
|
-
"Scrollbar",
|
|
1807
|
-
"ThreeDDarkShadow",
|
|
1808
|
-
"ThreeDFace",
|
|
1809
|
-
"ThreeDHighlight",
|
|
1810
|
-
"ThreeDLightShadow",
|
|
1811
|
-
"ThreeDShadow",
|
|
1812
|
-
"Window",
|
|
1813
|
-
"WindowFrame",
|
|
1814
|
-
"WindowText",
|
|
1815
1591
|
"initial",
|
|
1816
1592
|
"inherit",
|
|
1817
1593
|
"unset",
|
|
@@ -1990,34 +1766,6 @@ export const keywordValues = {
|
|
|
1990
1766
|
"yellow",
|
|
1991
1767
|
"yellowgreen",
|
|
1992
1768
|
"currentColor",
|
|
1993
|
-
"ActiveBorder",
|
|
1994
|
-
"ActiveCaption",
|
|
1995
|
-
"AppWorkspace",
|
|
1996
|
-
"Background",
|
|
1997
|
-
"ButtonFace",
|
|
1998
|
-
"ButtonHighlight",
|
|
1999
|
-
"ButtonShadow",
|
|
2000
|
-
"ButtonText",
|
|
2001
|
-
"CaptionText",
|
|
2002
|
-
"GrayText",
|
|
2003
|
-
"Highlight",
|
|
2004
|
-
"HighlightText",
|
|
2005
|
-
"InactiveBorder",
|
|
2006
|
-
"InactiveCaption",
|
|
2007
|
-
"InactiveCaptionText",
|
|
2008
|
-
"InfoBackground",
|
|
2009
|
-
"InfoText",
|
|
2010
|
-
"Menu",
|
|
2011
|
-
"MenuText",
|
|
2012
|
-
"Scrollbar",
|
|
2013
|
-
"ThreeDDarkShadow",
|
|
2014
|
-
"ThreeDFace",
|
|
2015
|
-
"ThreeDHighlight",
|
|
2016
|
-
"ThreeDLightShadow",
|
|
2017
|
-
"ThreeDShadow",
|
|
2018
|
-
"Window",
|
|
2019
|
-
"WindowFrame",
|
|
2020
|
-
"WindowText",
|
|
2021
1769
|
"initial",
|
|
2022
1770
|
"inherit",
|
|
2023
1771
|
"unset",
|
|
@@ -2196,34 +1944,6 @@ export const keywordValues = {
|
|
|
2196
1944
|
"yellow",
|
|
2197
1945
|
"yellowgreen",
|
|
2198
1946
|
"currentColor",
|
|
2199
|
-
"ActiveBorder",
|
|
2200
|
-
"ActiveCaption",
|
|
2201
|
-
"AppWorkspace",
|
|
2202
|
-
"Background",
|
|
2203
|
-
"ButtonFace",
|
|
2204
|
-
"ButtonHighlight",
|
|
2205
|
-
"ButtonShadow",
|
|
2206
|
-
"ButtonText",
|
|
2207
|
-
"CaptionText",
|
|
2208
|
-
"GrayText",
|
|
2209
|
-
"Highlight",
|
|
2210
|
-
"HighlightText",
|
|
2211
|
-
"InactiveBorder",
|
|
2212
|
-
"InactiveCaption",
|
|
2213
|
-
"InactiveCaptionText",
|
|
2214
|
-
"InfoBackground",
|
|
2215
|
-
"InfoText",
|
|
2216
|
-
"Menu",
|
|
2217
|
-
"MenuText",
|
|
2218
|
-
"Scrollbar",
|
|
2219
|
-
"ThreeDDarkShadow",
|
|
2220
|
-
"ThreeDFace",
|
|
2221
|
-
"ThreeDHighlight",
|
|
2222
|
-
"ThreeDLightShadow",
|
|
2223
|
-
"ThreeDShadow",
|
|
2224
|
-
"Window",
|
|
2225
|
-
"WindowFrame",
|
|
2226
|
-
"WindowText",
|
|
2227
1947
|
"initial",
|
|
2228
1948
|
"inherit",
|
|
2229
1949
|
"unset",
|
|
@@ -2395,34 +2115,6 @@ export const keywordValues = {
|
|
|
2395
2115
|
"yellow",
|
|
2396
2116
|
"yellowgreen",
|
|
2397
2117
|
"currentColor",
|
|
2398
|
-
"ActiveBorder",
|
|
2399
|
-
"ActiveCaption",
|
|
2400
|
-
"AppWorkspace",
|
|
2401
|
-
"Background",
|
|
2402
|
-
"ButtonFace",
|
|
2403
|
-
"ButtonHighlight",
|
|
2404
|
-
"ButtonShadow",
|
|
2405
|
-
"ButtonText",
|
|
2406
|
-
"CaptionText",
|
|
2407
|
-
"GrayText",
|
|
2408
|
-
"Highlight",
|
|
2409
|
-
"HighlightText",
|
|
2410
|
-
"InactiveBorder",
|
|
2411
|
-
"InactiveCaption",
|
|
2412
|
-
"InactiveCaptionText",
|
|
2413
|
-
"InfoBackground",
|
|
2414
|
-
"InfoText",
|
|
2415
|
-
"Menu",
|
|
2416
|
-
"MenuText",
|
|
2417
|
-
"Scrollbar",
|
|
2418
|
-
"ThreeDDarkShadow",
|
|
2419
|
-
"ThreeDFace",
|
|
2420
|
-
"ThreeDHighlight",
|
|
2421
|
-
"ThreeDLightShadow",
|
|
2422
|
-
"ThreeDShadow",
|
|
2423
|
-
"Window",
|
|
2424
|
-
"WindowFrame",
|
|
2425
|
-
"WindowText",
|
|
2426
2118
|
"initial",
|
|
2427
2119
|
"inherit",
|
|
2428
2120
|
"unset",
|
|
@@ -2597,34 +2289,6 @@ export const keywordValues = {
|
|
|
2597
2289
|
"yellow",
|
|
2598
2290
|
"yellowgreen",
|
|
2599
2291
|
"currentColor",
|
|
2600
|
-
"ActiveBorder",
|
|
2601
|
-
"ActiveCaption",
|
|
2602
|
-
"AppWorkspace",
|
|
2603
|
-
"Background",
|
|
2604
|
-
"ButtonFace",
|
|
2605
|
-
"ButtonHighlight",
|
|
2606
|
-
"ButtonShadow",
|
|
2607
|
-
"ButtonText",
|
|
2608
|
-
"CaptionText",
|
|
2609
|
-
"GrayText",
|
|
2610
|
-
"Highlight",
|
|
2611
|
-
"HighlightText",
|
|
2612
|
-
"InactiveBorder",
|
|
2613
|
-
"InactiveCaption",
|
|
2614
|
-
"InactiveCaptionText",
|
|
2615
|
-
"InfoBackground",
|
|
2616
|
-
"InfoText",
|
|
2617
|
-
"Menu",
|
|
2618
|
-
"MenuText",
|
|
2619
|
-
"Scrollbar",
|
|
2620
|
-
"ThreeDDarkShadow",
|
|
2621
|
-
"ThreeDFace",
|
|
2622
|
-
"ThreeDHighlight",
|
|
2623
|
-
"ThreeDLightShadow",
|
|
2624
|
-
"ThreeDShadow",
|
|
2625
|
-
"Window",
|
|
2626
|
-
"WindowFrame",
|
|
2627
|
-
"WindowText",
|
|
2628
2292
|
"initial",
|
|
2629
2293
|
"inherit",
|
|
2630
2294
|
"unset",
|
|
@@ -2802,34 +2466,6 @@ export const keywordValues = {
|
|
|
2802
2466
|
"yellow",
|
|
2803
2467
|
"yellowgreen",
|
|
2804
2468
|
"currentColor",
|
|
2805
|
-
"ActiveBorder",
|
|
2806
|
-
"ActiveCaption",
|
|
2807
|
-
"AppWorkspace",
|
|
2808
|
-
"Background",
|
|
2809
|
-
"ButtonFace",
|
|
2810
|
-
"ButtonHighlight",
|
|
2811
|
-
"ButtonShadow",
|
|
2812
|
-
"ButtonText",
|
|
2813
|
-
"CaptionText",
|
|
2814
|
-
"GrayText",
|
|
2815
|
-
"Highlight",
|
|
2816
|
-
"HighlightText",
|
|
2817
|
-
"InactiveBorder",
|
|
2818
|
-
"InactiveCaption",
|
|
2819
|
-
"InactiveCaptionText",
|
|
2820
|
-
"InfoBackground",
|
|
2821
|
-
"InfoText",
|
|
2822
|
-
"Menu",
|
|
2823
|
-
"MenuText",
|
|
2824
|
-
"Scrollbar",
|
|
2825
|
-
"ThreeDDarkShadow",
|
|
2826
|
-
"ThreeDFace",
|
|
2827
|
-
"ThreeDHighlight",
|
|
2828
|
-
"ThreeDLightShadow",
|
|
2829
|
-
"ThreeDShadow",
|
|
2830
|
-
"Window",
|
|
2831
|
-
"WindowFrame",
|
|
2832
|
-
"WindowText",
|
|
2833
2469
|
"initial",
|
|
2834
2470
|
"inherit",
|
|
2835
2471
|
"unset",
|
|
@@ -3046,34 +2682,6 @@ export const keywordValues = {
|
|
|
3046
2682
|
"yellow",
|
|
3047
2683
|
"yellowgreen",
|
|
3048
2684
|
"currentColor",
|
|
3049
|
-
"ActiveBorder",
|
|
3050
|
-
"ActiveCaption",
|
|
3051
|
-
"AppWorkspace",
|
|
3052
|
-
"Background",
|
|
3053
|
-
"ButtonFace",
|
|
3054
|
-
"ButtonHighlight",
|
|
3055
|
-
"ButtonShadow",
|
|
3056
|
-
"ButtonText",
|
|
3057
|
-
"CaptionText",
|
|
3058
|
-
"GrayText",
|
|
3059
|
-
"Highlight",
|
|
3060
|
-
"HighlightText",
|
|
3061
|
-
"InactiveBorder",
|
|
3062
|
-
"InactiveCaption",
|
|
3063
|
-
"InactiveCaptionText",
|
|
3064
|
-
"InfoBackground",
|
|
3065
|
-
"InfoText",
|
|
3066
|
-
"Menu",
|
|
3067
|
-
"MenuText",
|
|
3068
|
-
"Scrollbar",
|
|
3069
|
-
"ThreeDDarkShadow",
|
|
3070
|
-
"ThreeDFace",
|
|
3071
|
-
"ThreeDHighlight",
|
|
3072
|
-
"ThreeDLightShadow",
|
|
3073
|
-
"ThreeDShadow",
|
|
3074
|
-
"Window",
|
|
3075
|
-
"WindowFrame",
|
|
3076
|
-
"WindowText",
|
|
3077
2685
|
"initial",
|
|
3078
2686
|
"inherit",
|
|
3079
2687
|
"unset",
|
|
@@ -3263,34 +2871,6 @@ export const keywordValues = {
|
|
|
3263
2871
|
"yellow",
|
|
3264
2872
|
"yellowgreen",
|
|
3265
2873
|
"currentColor",
|
|
3266
|
-
"ActiveBorder",
|
|
3267
|
-
"ActiveCaption",
|
|
3268
|
-
"AppWorkspace",
|
|
3269
|
-
"Background",
|
|
3270
|
-
"ButtonFace",
|
|
3271
|
-
"ButtonHighlight",
|
|
3272
|
-
"ButtonShadow",
|
|
3273
|
-
"ButtonText",
|
|
3274
|
-
"CaptionText",
|
|
3275
|
-
"GrayText",
|
|
3276
|
-
"Highlight",
|
|
3277
|
-
"HighlightText",
|
|
3278
|
-
"InactiveBorder",
|
|
3279
|
-
"InactiveCaption",
|
|
3280
|
-
"InactiveCaptionText",
|
|
3281
|
-
"InfoBackground",
|
|
3282
|
-
"InfoText",
|
|
3283
|
-
"Menu",
|
|
3284
|
-
"MenuText",
|
|
3285
|
-
"Scrollbar",
|
|
3286
|
-
"ThreeDDarkShadow",
|
|
3287
|
-
"ThreeDFace",
|
|
3288
|
-
"ThreeDHighlight",
|
|
3289
|
-
"ThreeDLightShadow",
|
|
3290
|
-
"ThreeDShadow",
|
|
3291
|
-
"Window",
|
|
3292
|
-
"WindowFrame",
|
|
3293
|
-
"WindowText",
|
|
3294
2874
|
"initial",
|
|
3295
2875
|
"inherit",
|
|
3296
2876
|
"unset",
|
|
@@ -3459,34 +3039,6 @@ export const keywordValues = {
|
|
|
3459
3039
|
"yellow",
|
|
3460
3040
|
"yellowgreen",
|
|
3461
3041
|
"currentColor",
|
|
3462
|
-
"ActiveBorder",
|
|
3463
|
-
"ActiveCaption",
|
|
3464
|
-
"AppWorkspace",
|
|
3465
|
-
"Background",
|
|
3466
|
-
"ButtonFace",
|
|
3467
|
-
"ButtonHighlight",
|
|
3468
|
-
"ButtonShadow",
|
|
3469
|
-
"ButtonText",
|
|
3470
|
-
"CaptionText",
|
|
3471
|
-
"GrayText",
|
|
3472
|
-
"Highlight",
|
|
3473
|
-
"HighlightText",
|
|
3474
|
-
"InactiveBorder",
|
|
3475
|
-
"InactiveCaption",
|
|
3476
|
-
"InactiveCaptionText",
|
|
3477
|
-
"InfoBackground",
|
|
3478
|
-
"InfoText",
|
|
3479
|
-
"Menu",
|
|
3480
|
-
"MenuText",
|
|
3481
|
-
"Scrollbar",
|
|
3482
|
-
"ThreeDDarkShadow",
|
|
3483
|
-
"ThreeDFace",
|
|
3484
|
-
"ThreeDHighlight",
|
|
3485
|
-
"ThreeDLightShadow",
|
|
3486
|
-
"ThreeDShadow",
|
|
3487
|
-
"Window",
|
|
3488
|
-
"WindowFrame",
|
|
3489
|
-
"WindowText",
|
|
3490
3042
|
"initial",
|
|
3491
3043
|
"inherit",
|
|
3492
3044
|
"unset",
|
|
@@ -4450,34 +4002,6 @@ export const keywordValues = {
|
|
|
4450
4002
|
"yellow",
|
|
4451
4003
|
"yellowgreen",
|
|
4452
4004
|
"currentColor",
|
|
4453
|
-
"ActiveBorder",
|
|
4454
|
-
"ActiveCaption",
|
|
4455
|
-
"AppWorkspace",
|
|
4456
|
-
"Background",
|
|
4457
|
-
"ButtonFace",
|
|
4458
|
-
"ButtonHighlight",
|
|
4459
|
-
"ButtonShadow",
|
|
4460
|
-
"ButtonText",
|
|
4461
|
-
"CaptionText",
|
|
4462
|
-
"GrayText",
|
|
4463
|
-
"Highlight",
|
|
4464
|
-
"HighlightText",
|
|
4465
|
-
"InactiveBorder",
|
|
4466
|
-
"InactiveCaption",
|
|
4467
|
-
"InactiveCaptionText",
|
|
4468
|
-
"InfoBackground",
|
|
4469
|
-
"InfoText",
|
|
4470
|
-
"Menu",
|
|
4471
|
-
"MenuText",
|
|
4472
|
-
"Scrollbar",
|
|
4473
|
-
"ThreeDDarkShadow",
|
|
4474
|
-
"ThreeDFace",
|
|
4475
|
-
"ThreeDHighlight",
|
|
4476
|
-
"ThreeDLightShadow",
|
|
4477
|
-
"ThreeDShadow",
|
|
4478
|
-
"Window",
|
|
4479
|
-
"WindowFrame",
|
|
4480
|
-
"WindowText",
|
|
4481
4005
|
"invert",
|
|
4482
4006
|
"initial",
|
|
4483
4007
|
"inherit",
|
|
@@ -4873,34 +4397,6 @@ export const keywordValues = {
|
|
|
4873
4397
|
"yellow",
|
|
4874
4398
|
"yellowgreen",
|
|
4875
4399
|
"currentColor",
|
|
4876
|
-
"ActiveBorder",
|
|
4877
|
-
"ActiveCaption",
|
|
4878
|
-
"AppWorkspace",
|
|
4879
|
-
"Background",
|
|
4880
|
-
"ButtonFace",
|
|
4881
|
-
"ButtonHighlight",
|
|
4882
|
-
"ButtonShadow",
|
|
4883
|
-
"ButtonText",
|
|
4884
|
-
"CaptionText",
|
|
4885
|
-
"GrayText",
|
|
4886
|
-
"Highlight",
|
|
4887
|
-
"HighlightText",
|
|
4888
|
-
"InactiveBorder",
|
|
4889
|
-
"InactiveCaption",
|
|
4890
|
-
"InactiveCaptionText",
|
|
4891
|
-
"InfoBackground",
|
|
4892
|
-
"InfoText",
|
|
4893
|
-
"Menu",
|
|
4894
|
-
"MenuText",
|
|
4895
|
-
"Scrollbar",
|
|
4896
|
-
"ThreeDDarkShadow",
|
|
4897
|
-
"ThreeDFace",
|
|
4898
|
-
"ThreeDHighlight",
|
|
4899
|
-
"ThreeDLightShadow",
|
|
4900
|
-
"ThreeDShadow",
|
|
4901
|
-
"Window",
|
|
4902
|
-
"WindowFrame",
|
|
4903
|
-
"WindowText",
|
|
4904
4400
|
"initial",
|
|
4905
4401
|
"inherit",
|
|
4906
4402
|
"unset",
|
|
@@ -5154,34 +4650,6 @@ export const keywordValues = {
|
|
|
5154
4650
|
"yellow",
|
|
5155
4651
|
"yellowgreen",
|
|
5156
4652
|
"currentColor",
|
|
5157
|
-
"ActiveBorder",
|
|
5158
|
-
"ActiveCaption",
|
|
5159
|
-
"AppWorkspace",
|
|
5160
|
-
"Background",
|
|
5161
|
-
"ButtonFace",
|
|
5162
|
-
"ButtonHighlight",
|
|
5163
|
-
"ButtonShadow",
|
|
5164
|
-
"ButtonText",
|
|
5165
|
-
"CaptionText",
|
|
5166
|
-
"GrayText",
|
|
5167
|
-
"Highlight",
|
|
5168
|
-
"HighlightText",
|
|
5169
|
-
"InactiveBorder",
|
|
5170
|
-
"InactiveCaption",
|
|
5171
|
-
"InactiveCaptionText",
|
|
5172
|
-
"InfoBackground",
|
|
5173
|
-
"InfoText",
|
|
5174
|
-
"Menu",
|
|
5175
|
-
"MenuText",
|
|
5176
|
-
"Scrollbar",
|
|
5177
|
-
"ThreeDDarkShadow",
|
|
5178
|
-
"ThreeDFace",
|
|
5179
|
-
"ThreeDHighlight",
|
|
5180
|
-
"ThreeDLightShadow",
|
|
5181
|
-
"ThreeDShadow",
|
|
5182
|
-
"Window",
|
|
5183
|
-
"WindowFrame",
|
|
5184
|
-
"WindowText",
|
|
5185
4653
|
"initial",
|
|
5186
4654
|
"inherit",
|
|
5187
4655
|
"unset",
|
|
@@ -5373,34 +4841,6 @@ export const keywordValues = {
|
|
|
5373
4841
|
"yellow",
|
|
5374
4842
|
"yellowgreen",
|
|
5375
4843
|
"currentColor",
|
|
5376
|
-
"ActiveBorder",
|
|
5377
|
-
"ActiveCaption",
|
|
5378
|
-
"AppWorkspace",
|
|
5379
|
-
"Background",
|
|
5380
|
-
"ButtonFace",
|
|
5381
|
-
"ButtonHighlight",
|
|
5382
|
-
"ButtonShadow",
|
|
5383
|
-
"ButtonText",
|
|
5384
|
-
"CaptionText",
|
|
5385
|
-
"GrayText",
|
|
5386
|
-
"Highlight",
|
|
5387
|
-
"HighlightText",
|
|
5388
|
-
"InactiveBorder",
|
|
5389
|
-
"InactiveCaption",
|
|
5390
|
-
"InactiveCaptionText",
|
|
5391
|
-
"InfoBackground",
|
|
5392
|
-
"InfoText",
|
|
5393
|
-
"Menu",
|
|
5394
|
-
"MenuText",
|
|
5395
|
-
"Scrollbar",
|
|
5396
|
-
"ThreeDDarkShadow",
|
|
5397
|
-
"ThreeDFace",
|
|
5398
|
-
"ThreeDHighlight",
|
|
5399
|
-
"ThreeDLightShadow",
|
|
5400
|
-
"ThreeDShadow",
|
|
5401
|
-
"Window",
|
|
5402
|
-
"WindowFrame",
|
|
5403
|
-
"WindowText",
|
|
5404
4844
|
"initial",
|
|
5405
4845
|
"inherit",
|
|
5406
4846
|
"unset",
|
|
@@ -5607,34 +5047,6 @@ export const keywordValues = {
|
|
|
5607
5047
|
"yellow",
|
|
5608
5048
|
"yellowgreen",
|
|
5609
5049
|
"currentColor",
|
|
5610
|
-
"ActiveBorder",
|
|
5611
|
-
"ActiveCaption",
|
|
5612
|
-
"AppWorkspace",
|
|
5613
|
-
"Background",
|
|
5614
|
-
"ButtonFace",
|
|
5615
|
-
"ButtonHighlight",
|
|
5616
|
-
"ButtonShadow",
|
|
5617
|
-
"ButtonText",
|
|
5618
|
-
"CaptionText",
|
|
5619
|
-
"GrayText",
|
|
5620
|
-
"Highlight",
|
|
5621
|
-
"HighlightText",
|
|
5622
|
-
"InactiveBorder",
|
|
5623
|
-
"InactiveCaption",
|
|
5624
|
-
"InactiveCaptionText",
|
|
5625
|
-
"InfoBackground",
|
|
5626
|
-
"InfoText",
|
|
5627
|
-
"Menu",
|
|
5628
|
-
"MenuText",
|
|
5629
|
-
"Scrollbar",
|
|
5630
|
-
"ThreeDDarkShadow",
|
|
5631
|
-
"ThreeDFace",
|
|
5632
|
-
"ThreeDHighlight",
|
|
5633
|
-
"ThreeDLightShadow",
|
|
5634
|
-
"ThreeDShadow",
|
|
5635
|
-
"Window",
|
|
5636
|
-
"WindowFrame",
|
|
5637
|
-
"WindowText",
|
|
5638
5050
|
"initial",
|
|
5639
5051
|
"inherit",
|
|
5640
5052
|
"unset",
|