@webstudio-is/css-data 0.72.0 → 0.74.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/index.js +5 -2
- package/lib/cjs/parse-css.js +12 -1
- package/lib/cjs/property-parsers/background.js +15 -1
- package/lib/index.js +8 -2
- 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/lib/types/src/index.d.ts +1 -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/index.ts +4 -0
- package/src/parse-css.ts +14 -1
- package/src/property-parsers/background.ts +17 -1
|
@@ -174,34 +174,6 @@ const keywordValues = {
|
|
|
174
174
|
"yellow",
|
|
175
175
|
"yellowgreen",
|
|
176
176
|
"currentColor",
|
|
177
|
-
"ActiveBorder",
|
|
178
|
-
"ActiveCaption",
|
|
179
|
-
"AppWorkspace",
|
|
180
|
-
"Background",
|
|
181
|
-
"ButtonFace",
|
|
182
|
-
"ButtonHighlight",
|
|
183
|
-
"ButtonShadow",
|
|
184
|
-
"ButtonText",
|
|
185
|
-
"CaptionText",
|
|
186
|
-
"GrayText",
|
|
187
|
-
"Highlight",
|
|
188
|
-
"HighlightText",
|
|
189
|
-
"InactiveBorder",
|
|
190
|
-
"InactiveCaption",
|
|
191
|
-
"InactiveCaptionText",
|
|
192
|
-
"InfoBackground",
|
|
193
|
-
"InfoText",
|
|
194
|
-
"Menu",
|
|
195
|
-
"MenuText",
|
|
196
|
-
"Scrollbar",
|
|
197
|
-
"ThreeDDarkShadow",
|
|
198
|
-
"ThreeDFace",
|
|
199
|
-
"ThreeDHighlight",
|
|
200
|
-
"ThreeDLightShadow",
|
|
201
|
-
"ThreeDShadow",
|
|
202
|
-
"Window",
|
|
203
|
-
"WindowFrame",
|
|
204
|
-
"WindowText",
|
|
205
177
|
"initial",
|
|
206
178
|
"inherit",
|
|
207
179
|
"unset"
|
|
@@ -535,34 +507,6 @@ const keywordValues = {
|
|
|
535
507
|
"yellow",
|
|
536
508
|
"yellowgreen",
|
|
537
509
|
"currentColor",
|
|
538
|
-
"ActiveBorder",
|
|
539
|
-
"ActiveCaption",
|
|
540
|
-
"AppWorkspace",
|
|
541
|
-
"Background",
|
|
542
|
-
"ButtonFace",
|
|
543
|
-
"ButtonHighlight",
|
|
544
|
-
"ButtonShadow",
|
|
545
|
-
"ButtonText",
|
|
546
|
-
"CaptionText",
|
|
547
|
-
"GrayText",
|
|
548
|
-
"Highlight",
|
|
549
|
-
"HighlightText",
|
|
550
|
-
"InactiveBorder",
|
|
551
|
-
"InactiveCaption",
|
|
552
|
-
"InactiveCaptionText",
|
|
553
|
-
"InfoBackground",
|
|
554
|
-
"InfoText",
|
|
555
|
-
"Menu",
|
|
556
|
-
"MenuText",
|
|
557
|
-
"Scrollbar",
|
|
558
|
-
"ThreeDDarkShadow",
|
|
559
|
-
"ThreeDFace",
|
|
560
|
-
"ThreeDHighlight",
|
|
561
|
-
"ThreeDLightShadow",
|
|
562
|
-
"ThreeDShadow",
|
|
563
|
-
"Window",
|
|
564
|
-
"WindowFrame",
|
|
565
|
-
"WindowText",
|
|
566
510
|
"initial",
|
|
567
511
|
"inherit",
|
|
568
512
|
"unset"
|
|
@@ -779,34 +723,6 @@ const keywordValues = {
|
|
|
779
723
|
"yellow",
|
|
780
724
|
"yellowgreen",
|
|
781
725
|
"currentColor",
|
|
782
|
-
"ActiveBorder",
|
|
783
|
-
"ActiveCaption",
|
|
784
|
-
"AppWorkspace",
|
|
785
|
-
"Background",
|
|
786
|
-
"ButtonFace",
|
|
787
|
-
"ButtonHighlight",
|
|
788
|
-
"ButtonShadow",
|
|
789
|
-
"ButtonText",
|
|
790
|
-
"CaptionText",
|
|
791
|
-
"GrayText",
|
|
792
|
-
"Highlight",
|
|
793
|
-
"HighlightText",
|
|
794
|
-
"InactiveBorder",
|
|
795
|
-
"InactiveCaption",
|
|
796
|
-
"InactiveCaptionText",
|
|
797
|
-
"InfoBackground",
|
|
798
|
-
"InfoText",
|
|
799
|
-
"Menu",
|
|
800
|
-
"MenuText",
|
|
801
|
-
"Scrollbar",
|
|
802
|
-
"ThreeDDarkShadow",
|
|
803
|
-
"ThreeDFace",
|
|
804
|
-
"ThreeDHighlight",
|
|
805
|
-
"ThreeDLightShadow",
|
|
806
|
-
"ThreeDShadow",
|
|
807
|
-
"Window",
|
|
808
|
-
"WindowFrame",
|
|
809
|
-
"WindowText",
|
|
810
726
|
"initial",
|
|
811
727
|
"inherit",
|
|
812
728
|
"unset"
|
|
@@ -978,34 +894,6 @@ const keywordValues = {
|
|
|
978
894
|
"yellow",
|
|
979
895
|
"yellowgreen",
|
|
980
896
|
"currentColor",
|
|
981
|
-
"ActiveBorder",
|
|
982
|
-
"ActiveCaption",
|
|
983
|
-
"AppWorkspace",
|
|
984
|
-
"Background",
|
|
985
|
-
"ButtonFace",
|
|
986
|
-
"ButtonHighlight",
|
|
987
|
-
"ButtonShadow",
|
|
988
|
-
"ButtonText",
|
|
989
|
-
"CaptionText",
|
|
990
|
-
"GrayText",
|
|
991
|
-
"Highlight",
|
|
992
|
-
"HighlightText",
|
|
993
|
-
"InactiveBorder",
|
|
994
|
-
"InactiveCaption",
|
|
995
|
-
"InactiveCaptionText",
|
|
996
|
-
"InfoBackground",
|
|
997
|
-
"InfoText",
|
|
998
|
-
"Menu",
|
|
999
|
-
"MenuText",
|
|
1000
|
-
"Scrollbar",
|
|
1001
|
-
"ThreeDDarkShadow",
|
|
1002
|
-
"ThreeDFace",
|
|
1003
|
-
"ThreeDHighlight",
|
|
1004
|
-
"ThreeDLightShadow",
|
|
1005
|
-
"ThreeDShadow",
|
|
1006
|
-
"Window",
|
|
1007
|
-
"WindowFrame",
|
|
1008
|
-
"WindowText",
|
|
1009
897
|
"initial",
|
|
1010
898
|
"inherit",
|
|
1011
899
|
"unset"
|
|
@@ -1184,34 +1072,6 @@ const keywordValues = {
|
|
|
1184
1072
|
"yellow",
|
|
1185
1073
|
"yellowgreen",
|
|
1186
1074
|
"currentColor",
|
|
1187
|
-
"ActiveBorder",
|
|
1188
|
-
"ActiveCaption",
|
|
1189
|
-
"AppWorkspace",
|
|
1190
|
-
"Background",
|
|
1191
|
-
"ButtonFace",
|
|
1192
|
-
"ButtonHighlight",
|
|
1193
|
-
"ButtonShadow",
|
|
1194
|
-
"ButtonText",
|
|
1195
|
-
"CaptionText",
|
|
1196
|
-
"GrayText",
|
|
1197
|
-
"Highlight",
|
|
1198
|
-
"HighlightText",
|
|
1199
|
-
"InactiveBorder",
|
|
1200
|
-
"InactiveCaption",
|
|
1201
|
-
"InactiveCaptionText",
|
|
1202
|
-
"InfoBackground",
|
|
1203
|
-
"InfoText",
|
|
1204
|
-
"Menu",
|
|
1205
|
-
"MenuText",
|
|
1206
|
-
"Scrollbar",
|
|
1207
|
-
"ThreeDDarkShadow",
|
|
1208
|
-
"ThreeDFace",
|
|
1209
|
-
"ThreeDHighlight",
|
|
1210
|
-
"ThreeDLightShadow",
|
|
1211
|
-
"ThreeDShadow",
|
|
1212
|
-
"Window",
|
|
1213
|
-
"WindowFrame",
|
|
1214
|
-
"WindowText",
|
|
1215
1075
|
"initial",
|
|
1216
1076
|
"inherit",
|
|
1217
1077
|
"unset"
|
|
@@ -1390,34 +1250,6 @@ const keywordValues = {
|
|
|
1390
1250
|
"yellow",
|
|
1391
1251
|
"yellowgreen",
|
|
1392
1252
|
"currentColor",
|
|
1393
|
-
"ActiveBorder",
|
|
1394
|
-
"ActiveCaption",
|
|
1395
|
-
"AppWorkspace",
|
|
1396
|
-
"Background",
|
|
1397
|
-
"ButtonFace",
|
|
1398
|
-
"ButtonHighlight",
|
|
1399
|
-
"ButtonShadow",
|
|
1400
|
-
"ButtonText",
|
|
1401
|
-
"CaptionText",
|
|
1402
|
-
"GrayText",
|
|
1403
|
-
"Highlight",
|
|
1404
|
-
"HighlightText",
|
|
1405
|
-
"InactiveBorder",
|
|
1406
|
-
"InactiveCaption",
|
|
1407
|
-
"InactiveCaptionText",
|
|
1408
|
-
"InfoBackground",
|
|
1409
|
-
"InfoText",
|
|
1410
|
-
"Menu",
|
|
1411
|
-
"MenuText",
|
|
1412
|
-
"Scrollbar",
|
|
1413
|
-
"ThreeDDarkShadow",
|
|
1414
|
-
"ThreeDFace",
|
|
1415
|
-
"ThreeDHighlight",
|
|
1416
|
-
"ThreeDLightShadow",
|
|
1417
|
-
"ThreeDShadow",
|
|
1418
|
-
"Window",
|
|
1419
|
-
"WindowFrame",
|
|
1420
|
-
"WindowText",
|
|
1421
1253
|
"initial",
|
|
1422
1254
|
"inherit",
|
|
1423
1255
|
"unset"
|
|
@@ -1607,34 +1439,6 @@ const keywordValues = {
|
|
|
1607
1439
|
"yellow",
|
|
1608
1440
|
"yellowgreen",
|
|
1609
1441
|
"currentColor",
|
|
1610
|
-
"ActiveBorder",
|
|
1611
|
-
"ActiveCaption",
|
|
1612
|
-
"AppWorkspace",
|
|
1613
|
-
"Background",
|
|
1614
|
-
"ButtonFace",
|
|
1615
|
-
"ButtonHighlight",
|
|
1616
|
-
"ButtonShadow",
|
|
1617
|
-
"ButtonText",
|
|
1618
|
-
"CaptionText",
|
|
1619
|
-
"GrayText",
|
|
1620
|
-
"Highlight",
|
|
1621
|
-
"HighlightText",
|
|
1622
|
-
"InactiveBorder",
|
|
1623
|
-
"InactiveCaption",
|
|
1624
|
-
"InactiveCaptionText",
|
|
1625
|
-
"InfoBackground",
|
|
1626
|
-
"InfoText",
|
|
1627
|
-
"Menu",
|
|
1628
|
-
"MenuText",
|
|
1629
|
-
"Scrollbar",
|
|
1630
|
-
"ThreeDDarkShadow",
|
|
1631
|
-
"ThreeDFace",
|
|
1632
|
-
"ThreeDHighlight",
|
|
1633
|
-
"ThreeDLightShadow",
|
|
1634
|
-
"ThreeDShadow",
|
|
1635
|
-
"Window",
|
|
1636
|
-
"WindowFrame",
|
|
1637
|
-
"WindowText",
|
|
1638
1442
|
"initial",
|
|
1639
1443
|
"inherit",
|
|
1640
1444
|
"unset"
|
|
@@ -1806,34 +1610,6 @@ const keywordValues = {
|
|
|
1806
1610
|
"yellow",
|
|
1807
1611
|
"yellowgreen",
|
|
1808
1612
|
"currentColor",
|
|
1809
|
-
"ActiveBorder",
|
|
1810
|
-
"ActiveCaption",
|
|
1811
|
-
"AppWorkspace",
|
|
1812
|
-
"Background",
|
|
1813
|
-
"ButtonFace",
|
|
1814
|
-
"ButtonHighlight",
|
|
1815
|
-
"ButtonShadow",
|
|
1816
|
-
"ButtonText",
|
|
1817
|
-
"CaptionText",
|
|
1818
|
-
"GrayText",
|
|
1819
|
-
"Highlight",
|
|
1820
|
-
"HighlightText",
|
|
1821
|
-
"InactiveBorder",
|
|
1822
|
-
"InactiveCaption",
|
|
1823
|
-
"InactiveCaptionText",
|
|
1824
|
-
"InfoBackground",
|
|
1825
|
-
"InfoText",
|
|
1826
|
-
"Menu",
|
|
1827
|
-
"MenuText",
|
|
1828
|
-
"Scrollbar",
|
|
1829
|
-
"ThreeDDarkShadow",
|
|
1830
|
-
"ThreeDFace",
|
|
1831
|
-
"ThreeDHighlight",
|
|
1832
|
-
"ThreeDLightShadow",
|
|
1833
|
-
"ThreeDShadow",
|
|
1834
|
-
"Window",
|
|
1835
|
-
"WindowFrame",
|
|
1836
|
-
"WindowText",
|
|
1837
1613
|
"initial",
|
|
1838
1614
|
"inherit",
|
|
1839
1615
|
"unset"
|
|
@@ -2012,34 +1788,6 @@ const keywordValues = {
|
|
|
2012
1788
|
"yellow",
|
|
2013
1789
|
"yellowgreen",
|
|
2014
1790
|
"currentColor",
|
|
2015
|
-
"ActiveBorder",
|
|
2016
|
-
"ActiveCaption",
|
|
2017
|
-
"AppWorkspace",
|
|
2018
|
-
"Background",
|
|
2019
|
-
"ButtonFace",
|
|
2020
|
-
"ButtonHighlight",
|
|
2021
|
-
"ButtonShadow",
|
|
2022
|
-
"ButtonText",
|
|
2023
|
-
"CaptionText",
|
|
2024
|
-
"GrayText",
|
|
2025
|
-
"Highlight",
|
|
2026
|
-
"HighlightText",
|
|
2027
|
-
"InactiveBorder",
|
|
2028
|
-
"InactiveCaption",
|
|
2029
|
-
"InactiveCaptionText",
|
|
2030
|
-
"InfoBackground",
|
|
2031
|
-
"InfoText",
|
|
2032
|
-
"Menu",
|
|
2033
|
-
"MenuText",
|
|
2034
|
-
"Scrollbar",
|
|
2035
|
-
"ThreeDDarkShadow",
|
|
2036
|
-
"ThreeDFace",
|
|
2037
|
-
"ThreeDHighlight",
|
|
2038
|
-
"ThreeDLightShadow",
|
|
2039
|
-
"ThreeDShadow",
|
|
2040
|
-
"Window",
|
|
2041
|
-
"WindowFrame",
|
|
2042
|
-
"WindowText",
|
|
2043
1791
|
"initial",
|
|
2044
1792
|
"inherit",
|
|
2045
1793
|
"unset"
|
|
@@ -2218,34 +1966,6 @@ const keywordValues = {
|
|
|
2218
1966
|
"yellow",
|
|
2219
1967
|
"yellowgreen",
|
|
2220
1968
|
"currentColor",
|
|
2221
|
-
"ActiveBorder",
|
|
2222
|
-
"ActiveCaption",
|
|
2223
|
-
"AppWorkspace",
|
|
2224
|
-
"Background",
|
|
2225
|
-
"ButtonFace",
|
|
2226
|
-
"ButtonHighlight",
|
|
2227
|
-
"ButtonShadow",
|
|
2228
|
-
"ButtonText",
|
|
2229
|
-
"CaptionText",
|
|
2230
|
-
"GrayText",
|
|
2231
|
-
"Highlight",
|
|
2232
|
-
"HighlightText",
|
|
2233
|
-
"InactiveBorder",
|
|
2234
|
-
"InactiveCaption",
|
|
2235
|
-
"InactiveCaptionText",
|
|
2236
|
-
"InfoBackground",
|
|
2237
|
-
"InfoText",
|
|
2238
|
-
"Menu",
|
|
2239
|
-
"MenuText",
|
|
2240
|
-
"Scrollbar",
|
|
2241
|
-
"ThreeDDarkShadow",
|
|
2242
|
-
"ThreeDFace",
|
|
2243
|
-
"ThreeDHighlight",
|
|
2244
|
-
"ThreeDLightShadow",
|
|
2245
|
-
"ThreeDShadow",
|
|
2246
|
-
"Window",
|
|
2247
|
-
"WindowFrame",
|
|
2248
|
-
"WindowText",
|
|
2249
1969
|
"initial",
|
|
2250
1970
|
"inherit",
|
|
2251
1971
|
"unset"
|
|
@@ -2417,34 +2137,6 @@ const keywordValues = {
|
|
|
2417
2137
|
"yellow",
|
|
2418
2138
|
"yellowgreen",
|
|
2419
2139
|
"currentColor",
|
|
2420
|
-
"ActiveBorder",
|
|
2421
|
-
"ActiveCaption",
|
|
2422
|
-
"AppWorkspace",
|
|
2423
|
-
"Background",
|
|
2424
|
-
"ButtonFace",
|
|
2425
|
-
"ButtonHighlight",
|
|
2426
|
-
"ButtonShadow",
|
|
2427
|
-
"ButtonText",
|
|
2428
|
-
"CaptionText",
|
|
2429
|
-
"GrayText",
|
|
2430
|
-
"Highlight",
|
|
2431
|
-
"HighlightText",
|
|
2432
|
-
"InactiveBorder",
|
|
2433
|
-
"InactiveCaption",
|
|
2434
|
-
"InactiveCaptionText",
|
|
2435
|
-
"InfoBackground",
|
|
2436
|
-
"InfoText",
|
|
2437
|
-
"Menu",
|
|
2438
|
-
"MenuText",
|
|
2439
|
-
"Scrollbar",
|
|
2440
|
-
"ThreeDDarkShadow",
|
|
2441
|
-
"ThreeDFace",
|
|
2442
|
-
"ThreeDHighlight",
|
|
2443
|
-
"ThreeDLightShadow",
|
|
2444
|
-
"ThreeDShadow",
|
|
2445
|
-
"Window",
|
|
2446
|
-
"WindowFrame",
|
|
2447
|
-
"WindowText",
|
|
2448
2140
|
"initial",
|
|
2449
2141
|
"inherit",
|
|
2450
2142
|
"unset"
|
|
@@ -2619,34 +2311,6 @@ const keywordValues = {
|
|
|
2619
2311
|
"yellow",
|
|
2620
2312
|
"yellowgreen",
|
|
2621
2313
|
"currentColor",
|
|
2622
|
-
"ActiveBorder",
|
|
2623
|
-
"ActiveCaption",
|
|
2624
|
-
"AppWorkspace",
|
|
2625
|
-
"Background",
|
|
2626
|
-
"ButtonFace",
|
|
2627
|
-
"ButtonHighlight",
|
|
2628
|
-
"ButtonShadow",
|
|
2629
|
-
"ButtonText",
|
|
2630
|
-
"CaptionText",
|
|
2631
|
-
"GrayText",
|
|
2632
|
-
"Highlight",
|
|
2633
|
-
"HighlightText",
|
|
2634
|
-
"InactiveBorder",
|
|
2635
|
-
"InactiveCaption",
|
|
2636
|
-
"InactiveCaptionText",
|
|
2637
|
-
"InfoBackground",
|
|
2638
|
-
"InfoText",
|
|
2639
|
-
"Menu",
|
|
2640
|
-
"MenuText",
|
|
2641
|
-
"Scrollbar",
|
|
2642
|
-
"ThreeDDarkShadow",
|
|
2643
|
-
"ThreeDFace",
|
|
2644
|
-
"ThreeDHighlight",
|
|
2645
|
-
"ThreeDLightShadow",
|
|
2646
|
-
"ThreeDShadow",
|
|
2647
|
-
"Window",
|
|
2648
|
-
"WindowFrame",
|
|
2649
|
-
"WindowText",
|
|
2650
2314
|
"initial",
|
|
2651
2315
|
"inherit",
|
|
2652
2316
|
"unset"
|
|
@@ -2824,34 +2488,6 @@ const keywordValues = {
|
|
|
2824
2488
|
"yellow",
|
|
2825
2489
|
"yellowgreen",
|
|
2826
2490
|
"currentColor",
|
|
2827
|
-
"ActiveBorder",
|
|
2828
|
-
"ActiveCaption",
|
|
2829
|
-
"AppWorkspace",
|
|
2830
|
-
"Background",
|
|
2831
|
-
"ButtonFace",
|
|
2832
|
-
"ButtonHighlight",
|
|
2833
|
-
"ButtonShadow",
|
|
2834
|
-
"ButtonText",
|
|
2835
|
-
"CaptionText",
|
|
2836
|
-
"GrayText",
|
|
2837
|
-
"Highlight",
|
|
2838
|
-
"HighlightText",
|
|
2839
|
-
"InactiveBorder",
|
|
2840
|
-
"InactiveCaption",
|
|
2841
|
-
"InactiveCaptionText",
|
|
2842
|
-
"InfoBackground",
|
|
2843
|
-
"InfoText",
|
|
2844
|
-
"Menu",
|
|
2845
|
-
"MenuText",
|
|
2846
|
-
"Scrollbar",
|
|
2847
|
-
"ThreeDDarkShadow",
|
|
2848
|
-
"ThreeDFace",
|
|
2849
|
-
"ThreeDHighlight",
|
|
2850
|
-
"ThreeDLightShadow",
|
|
2851
|
-
"ThreeDShadow",
|
|
2852
|
-
"Window",
|
|
2853
|
-
"WindowFrame",
|
|
2854
|
-
"WindowText",
|
|
2855
2491
|
"initial",
|
|
2856
2492
|
"inherit",
|
|
2857
2493
|
"unset"
|
|
@@ -3068,34 +2704,6 @@ const keywordValues = {
|
|
|
3068
2704
|
"yellow",
|
|
3069
2705
|
"yellowgreen",
|
|
3070
2706
|
"currentColor",
|
|
3071
|
-
"ActiveBorder",
|
|
3072
|
-
"ActiveCaption",
|
|
3073
|
-
"AppWorkspace",
|
|
3074
|
-
"Background",
|
|
3075
|
-
"ButtonFace",
|
|
3076
|
-
"ButtonHighlight",
|
|
3077
|
-
"ButtonShadow",
|
|
3078
|
-
"ButtonText",
|
|
3079
|
-
"CaptionText",
|
|
3080
|
-
"GrayText",
|
|
3081
|
-
"Highlight",
|
|
3082
|
-
"HighlightText",
|
|
3083
|
-
"InactiveBorder",
|
|
3084
|
-
"InactiveCaption",
|
|
3085
|
-
"InactiveCaptionText",
|
|
3086
|
-
"InfoBackground",
|
|
3087
|
-
"InfoText",
|
|
3088
|
-
"Menu",
|
|
3089
|
-
"MenuText",
|
|
3090
|
-
"Scrollbar",
|
|
3091
|
-
"ThreeDDarkShadow",
|
|
3092
|
-
"ThreeDFace",
|
|
3093
|
-
"ThreeDHighlight",
|
|
3094
|
-
"ThreeDLightShadow",
|
|
3095
|
-
"ThreeDShadow",
|
|
3096
|
-
"Window",
|
|
3097
|
-
"WindowFrame",
|
|
3098
|
-
"WindowText",
|
|
3099
2707
|
"initial",
|
|
3100
2708
|
"inherit",
|
|
3101
2709
|
"unset"
|
|
@@ -3285,34 +2893,6 @@ const keywordValues = {
|
|
|
3285
2893
|
"yellow",
|
|
3286
2894
|
"yellowgreen",
|
|
3287
2895
|
"currentColor",
|
|
3288
|
-
"ActiveBorder",
|
|
3289
|
-
"ActiveCaption",
|
|
3290
|
-
"AppWorkspace",
|
|
3291
|
-
"Background",
|
|
3292
|
-
"ButtonFace",
|
|
3293
|
-
"ButtonHighlight",
|
|
3294
|
-
"ButtonShadow",
|
|
3295
|
-
"ButtonText",
|
|
3296
|
-
"CaptionText",
|
|
3297
|
-
"GrayText",
|
|
3298
|
-
"Highlight",
|
|
3299
|
-
"HighlightText",
|
|
3300
|
-
"InactiveBorder",
|
|
3301
|
-
"InactiveCaption",
|
|
3302
|
-
"InactiveCaptionText",
|
|
3303
|
-
"InfoBackground",
|
|
3304
|
-
"InfoText",
|
|
3305
|
-
"Menu",
|
|
3306
|
-
"MenuText",
|
|
3307
|
-
"Scrollbar",
|
|
3308
|
-
"ThreeDDarkShadow",
|
|
3309
|
-
"ThreeDFace",
|
|
3310
|
-
"ThreeDHighlight",
|
|
3311
|
-
"ThreeDLightShadow",
|
|
3312
|
-
"ThreeDShadow",
|
|
3313
|
-
"Window",
|
|
3314
|
-
"WindowFrame",
|
|
3315
|
-
"WindowText",
|
|
3316
2896
|
"initial",
|
|
3317
2897
|
"inherit",
|
|
3318
2898
|
"unset"
|
|
@@ -3481,34 +3061,6 @@ const keywordValues = {
|
|
|
3481
3061
|
"yellow",
|
|
3482
3062
|
"yellowgreen",
|
|
3483
3063
|
"currentColor",
|
|
3484
|
-
"ActiveBorder",
|
|
3485
|
-
"ActiveCaption",
|
|
3486
|
-
"AppWorkspace",
|
|
3487
|
-
"Background",
|
|
3488
|
-
"ButtonFace",
|
|
3489
|
-
"ButtonHighlight",
|
|
3490
|
-
"ButtonShadow",
|
|
3491
|
-
"ButtonText",
|
|
3492
|
-
"CaptionText",
|
|
3493
|
-
"GrayText",
|
|
3494
|
-
"Highlight",
|
|
3495
|
-
"HighlightText",
|
|
3496
|
-
"InactiveBorder",
|
|
3497
|
-
"InactiveCaption",
|
|
3498
|
-
"InactiveCaptionText",
|
|
3499
|
-
"InfoBackground",
|
|
3500
|
-
"InfoText",
|
|
3501
|
-
"Menu",
|
|
3502
|
-
"MenuText",
|
|
3503
|
-
"Scrollbar",
|
|
3504
|
-
"ThreeDDarkShadow",
|
|
3505
|
-
"ThreeDFace",
|
|
3506
|
-
"ThreeDHighlight",
|
|
3507
|
-
"ThreeDLightShadow",
|
|
3508
|
-
"ThreeDShadow",
|
|
3509
|
-
"Window",
|
|
3510
|
-
"WindowFrame",
|
|
3511
|
-
"WindowText",
|
|
3512
3064
|
"initial",
|
|
3513
3065
|
"inherit",
|
|
3514
3066
|
"unset"
|
|
@@ -4472,34 +4024,6 @@ const keywordValues = {
|
|
|
4472
4024
|
"yellow",
|
|
4473
4025
|
"yellowgreen",
|
|
4474
4026
|
"currentColor",
|
|
4475
|
-
"ActiveBorder",
|
|
4476
|
-
"ActiveCaption",
|
|
4477
|
-
"AppWorkspace",
|
|
4478
|
-
"Background",
|
|
4479
|
-
"ButtonFace",
|
|
4480
|
-
"ButtonHighlight",
|
|
4481
|
-
"ButtonShadow",
|
|
4482
|
-
"ButtonText",
|
|
4483
|
-
"CaptionText",
|
|
4484
|
-
"GrayText",
|
|
4485
|
-
"Highlight",
|
|
4486
|
-
"HighlightText",
|
|
4487
|
-
"InactiveBorder",
|
|
4488
|
-
"InactiveCaption",
|
|
4489
|
-
"InactiveCaptionText",
|
|
4490
|
-
"InfoBackground",
|
|
4491
|
-
"InfoText",
|
|
4492
|
-
"Menu",
|
|
4493
|
-
"MenuText",
|
|
4494
|
-
"Scrollbar",
|
|
4495
|
-
"ThreeDDarkShadow",
|
|
4496
|
-
"ThreeDFace",
|
|
4497
|
-
"ThreeDHighlight",
|
|
4498
|
-
"ThreeDLightShadow",
|
|
4499
|
-
"ThreeDShadow",
|
|
4500
|
-
"Window",
|
|
4501
|
-
"WindowFrame",
|
|
4502
|
-
"WindowText",
|
|
4503
4027
|
"invert",
|
|
4504
4028
|
"initial",
|
|
4505
4029
|
"inherit",
|
|
@@ -4895,34 +4419,6 @@ const keywordValues = {
|
|
|
4895
4419
|
"yellow",
|
|
4896
4420
|
"yellowgreen",
|
|
4897
4421
|
"currentColor",
|
|
4898
|
-
"ActiveBorder",
|
|
4899
|
-
"ActiveCaption",
|
|
4900
|
-
"AppWorkspace",
|
|
4901
|
-
"Background",
|
|
4902
|
-
"ButtonFace",
|
|
4903
|
-
"ButtonHighlight",
|
|
4904
|
-
"ButtonShadow",
|
|
4905
|
-
"ButtonText",
|
|
4906
|
-
"CaptionText",
|
|
4907
|
-
"GrayText",
|
|
4908
|
-
"Highlight",
|
|
4909
|
-
"HighlightText",
|
|
4910
|
-
"InactiveBorder",
|
|
4911
|
-
"InactiveCaption",
|
|
4912
|
-
"InactiveCaptionText",
|
|
4913
|
-
"InfoBackground",
|
|
4914
|
-
"InfoText",
|
|
4915
|
-
"Menu",
|
|
4916
|
-
"MenuText",
|
|
4917
|
-
"Scrollbar",
|
|
4918
|
-
"ThreeDDarkShadow",
|
|
4919
|
-
"ThreeDFace",
|
|
4920
|
-
"ThreeDHighlight",
|
|
4921
|
-
"ThreeDLightShadow",
|
|
4922
|
-
"ThreeDShadow",
|
|
4923
|
-
"Window",
|
|
4924
|
-
"WindowFrame",
|
|
4925
|
-
"WindowText",
|
|
4926
4422
|
"initial",
|
|
4927
4423
|
"inherit",
|
|
4928
4424
|
"unset"
|
|
@@ -5176,34 +4672,6 @@ const keywordValues = {
|
|
|
5176
4672
|
"yellow",
|
|
5177
4673
|
"yellowgreen",
|
|
5178
4674
|
"currentColor",
|
|
5179
|
-
"ActiveBorder",
|
|
5180
|
-
"ActiveCaption",
|
|
5181
|
-
"AppWorkspace",
|
|
5182
|
-
"Background",
|
|
5183
|
-
"ButtonFace",
|
|
5184
|
-
"ButtonHighlight",
|
|
5185
|
-
"ButtonShadow",
|
|
5186
|
-
"ButtonText",
|
|
5187
|
-
"CaptionText",
|
|
5188
|
-
"GrayText",
|
|
5189
|
-
"Highlight",
|
|
5190
|
-
"HighlightText",
|
|
5191
|
-
"InactiveBorder",
|
|
5192
|
-
"InactiveCaption",
|
|
5193
|
-
"InactiveCaptionText",
|
|
5194
|
-
"InfoBackground",
|
|
5195
|
-
"InfoText",
|
|
5196
|
-
"Menu",
|
|
5197
|
-
"MenuText",
|
|
5198
|
-
"Scrollbar",
|
|
5199
|
-
"ThreeDDarkShadow",
|
|
5200
|
-
"ThreeDFace",
|
|
5201
|
-
"ThreeDHighlight",
|
|
5202
|
-
"ThreeDLightShadow",
|
|
5203
|
-
"ThreeDShadow",
|
|
5204
|
-
"Window",
|
|
5205
|
-
"WindowFrame",
|
|
5206
|
-
"WindowText",
|
|
5207
4675
|
"initial",
|
|
5208
4676
|
"inherit",
|
|
5209
4677
|
"unset"
|
|
@@ -5395,34 +4863,6 @@ const keywordValues = {
|
|
|
5395
4863
|
"yellow",
|
|
5396
4864
|
"yellowgreen",
|
|
5397
4865
|
"currentColor",
|
|
5398
|
-
"ActiveBorder",
|
|
5399
|
-
"ActiveCaption",
|
|
5400
|
-
"AppWorkspace",
|
|
5401
|
-
"Background",
|
|
5402
|
-
"ButtonFace",
|
|
5403
|
-
"ButtonHighlight",
|
|
5404
|
-
"ButtonShadow",
|
|
5405
|
-
"ButtonText",
|
|
5406
|
-
"CaptionText",
|
|
5407
|
-
"GrayText",
|
|
5408
|
-
"Highlight",
|
|
5409
|
-
"HighlightText",
|
|
5410
|
-
"InactiveBorder",
|
|
5411
|
-
"InactiveCaption",
|
|
5412
|
-
"InactiveCaptionText",
|
|
5413
|
-
"InfoBackground",
|
|
5414
|
-
"InfoText",
|
|
5415
|
-
"Menu",
|
|
5416
|
-
"MenuText",
|
|
5417
|
-
"Scrollbar",
|
|
5418
|
-
"ThreeDDarkShadow",
|
|
5419
|
-
"ThreeDFace",
|
|
5420
|
-
"ThreeDHighlight",
|
|
5421
|
-
"ThreeDLightShadow",
|
|
5422
|
-
"ThreeDShadow",
|
|
5423
|
-
"Window",
|
|
5424
|
-
"WindowFrame",
|
|
5425
|
-
"WindowText",
|
|
5426
4866
|
"initial",
|
|
5427
4867
|
"inherit",
|
|
5428
4868
|
"unset"
|
|
@@ -5629,34 +5069,6 @@ const keywordValues = {
|
|
|
5629
5069
|
"yellow",
|
|
5630
5070
|
"yellowgreen",
|
|
5631
5071
|
"currentColor",
|
|
5632
|
-
"ActiveBorder",
|
|
5633
|
-
"ActiveCaption",
|
|
5634
|
-
"AppWorkspace",
|
|
5635
|
-
"Background",
|
|
5636
|
-
"ButtonFace",
|
|
5637
|
-
"ButtonHighlight",
|
|
5638
|
-
"ButtonShadow",
|
|
5639
|
-
"ButtonText",
|
|
5640
|
-
"CaptionText",
|
|
5641
|
-
"GrayText",
|
|
5642
|
-
"Highlight",
|
|
5643
|
-
"HighlightText",
|
|
5644
|
-
"InactiveBorder",
|
|
5645
|
-
"InactiveCaption",
|
|
5646
|
-
"InactiveCaptionText",
|
|
5647
|
-
"InfoBackground",
|
|
5648
|
-
"InfoText",
|
|
5649
|
-
"Menu",
|
|
5650
|
-
"MenuText",
|
|
5651
|
-
"Scrollbar",
|
|
5652
|
-
"ThreeDDarkShadow",
|
|
5653
|
-
"ThreeDFace",
|
|
5654
|
-
"ThreeDHighlight",
|
|
5655
|
-
"ThreeDLightShadow",
|
|
5656
|
-
"ThreeDShadow",
|
|
5657
|
-
"Window",
|
|
5658
|
-
"WindowFrame",
|
|
5659
|
-
"WindowText",
|
|
5660
5072
|
"initial",
|
|
5661
5073
|
"inherit",
|
|
5662
5074
|
"unset"
|