@webstudio-is/css-data 0.83.0 → 0.85.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 +36 -2
- package/lib/__generated__/properties.js +81 -11
- package/lib/cjs/__generated__/keyword-values.js +36 -2
- package/lib/cjs/__generated__/properties.js +81 -11
- package/lib/cjs/custom-data.js +9 -0
- package/lib/cjs/html.js +353 -308
- package/lib/custom-data.js +9 -0
- package/lib/html.js +353 -308
- package/lib/types/__generated__/keyword-values.d.ts +9 -2
- package/lib/types/__generated__/properties.d.ts +81 -11
- package/lib/types/html.d.ts +8 -0
- package/lib/types/index.d.ts +81 -11
- package/package.json +4 -4
- package/src/__generated__/keyword-values.ts +36 -2
- package/src/__generated__/properties.ts +81 -11
- package/src/custom-data.ts +10 -0
- package/src/html.ts +387 -330
|
@@ -958,16 +958,6 @@ export const properties = {
|
|
|
958
958
|
popularity: 0.90791486,
|
|
959
959
|
appliesTo: "allElementsAndText",
|
|
960
960
|
},
|
|
961
|
-
printColorAdjust: {
|
|
962
|
-
unitGroups: [],
|
|
963
|
-
inherited: true,
|
|
964
|
-
initial: {
|
|
965
|
-
type: "keyword",
|
|
966
|
-
value: "economy",
|
|
967
|
-
},
|
|
968
|
-
popularity: 0,
|
|
969
|
-
appliesTo: "allElements",
|
|
970
|
-
},
|
|
971
961
|
colorScheme: {
|
|
972
962
|
unitGroups: [],
|
|
973
963
|
inherited: true,
|
|
@@ -1109,6 +1099,26 @@ export const properties = {
|
|
|
1109
1099
|
popularity: 0,
|
|
1110
1100
|
appliesTo: "elementsForWhichSizeContainmentCanApply",
|
|
1111
1101
|
},
|
|
1102
|
+
containerName: {
|
|
1103
|
+
unitGroups: [],
|
|
1104
|
+
inherited: false,
|
|
1105
|
+
initial: {
|
|
1106
|
+
type: "keyword",
|
|
1107
|
+
value: "none",
|
|
1108
|
+
},
|
|
1109
|
+
popularity: 0,
|
|
1110
|
+
appliesTo: "allElements",
|
|
1111
|
+
},
|
|
1112
|
+
containerType: {
|
|
1113
|
+
unitGroups: [],
|
|
1114
|
+
inherited: false,
|
|
1115
|
+
initial: {
|
|
1116
|
+
type: "keyword",
|
|
1117
|
+
value: "normal",
|
|
1118
|
+
},
|
|
1119
|
+
popularity: 0,
|
|
1120
|
+
appliesTo: "allElements",
|
|
1121
|
+
},
|
|
1112
1122
|
content: {
|
|
1113
1123
|
unitGroups: [],
|
|
1114
1124
|
inherited: false,
|
|
@@ -1127,7 +1137,7 @@ export const properties = {
|
|
|
1127
1137
|
value: "visible",
|
|
1128
1138
|
},
|
|
1129
1139
|
popularity: 0.04199404,
|
|
1130
|
-
appliesTo: "
|
|
1140
|
+
appliesTo: "elementsForWhichSizeContainmentCanApply",
|
|
1131
1141
|
},
|
|
1132
1142
|
counterIncrement: {
|
|
1133
1143
|
unitGroups: ["number"],
|
|
@@ -1321,6 +1331,16 @@ export const properties = {
|
|
|
1321
1331
|
popularity: 0.0006232,
|
|
1322
1332
|
appliesTo: "allElements",
|
|
1323
1333
|
},
|
|
1334
|
+
fontPalette: {
|
|
1335
|
+
unitGroups: [],
|
|
1336
|
+
inherited: true,
|
|
1337
|
+
initial: {
|
|
1338
|
+
type: "keyword",
|
|
1339
|
+
value: "normal",
|
|
1340
|
+
},
|
|
1341
|
+
popularity: 0,
|
|
1342
|
+
appliesTo: "allElementsAndText",
|
|
1343
|
+
},
|
|
1324
1344
|
fontVariationSettings: {
|
|
1325
1345
|
unitGroups: ["number"],
|
|
1326
1346
|
inherited: true,
|
|
@@ -1430,6 +1450,16 @@ export const properties = {
|
|
|
1430
1450
|
popularity: 0.00328361,
|
|
1431
1451
|
appliesTo: "allElements",
|
|
1432
1452
|
},
|
|
1453
|
+
fontVariantEmoji: {
|
|
1454
|
+
unitGroups: [],
|
|
1455
|
+
inherited: true,
|
|
1456
|
+
initial: {
|
|
1457
|
+
type: "keyword",
|
|
1458
|
+
value: "normal",
|
|
1459
|
+
},
|
|
1460
|
+
popularity: 0,
|
|
1461
|
+
appliesTo: "allElementsAndText",
|
|
1462
|
+
},
|
|
1433
1463
|
fontVariantLigatures: {
|
|
1434
1464
|
unitGroups: [],
|
|
1435
1465
|
inherited: true,
|
|
@@ -1610,6 +1640,16 @@ export const properties = {
|
|
|
1610
1640
|
popularity: 0,
|
|
1611
1641
|
appliesTo: "allElements",
|
|
1612
1642
|
},
|
|
1643
|
+
hyphenateLimitChars: {
|
|
1644
|
+
unitGroups: ["number"],
|
|
1645
|
+
inherited: true,
|
|
1646
|
+
initial: {
|
|
1647
|
+
type: "keyword",
|
|
1648
|
+
value: "auto",
|
|
1649
|
+
},
|
|
1650
|
+
popularity: 0,
|
|
1651
|
+
appliesTo: "allElements",
|
|
1652
|
+
},
|
|
1613
1653
|
hyphens: {
|
|
1614
1654
|
unitGroups: [],
|
|
1615
1655
|
inherited: true,
|
|
@@ -2640,6 +2680,16 @@ export const properties = {
|
|
|
2640
2680
|
popularity: 0.82360295,
|
|
2641
2681
|
appliesTo: "allElementsExceptInternalTableDisplayTypes",
|
|
2642
2682
|
},
|
|
2683
|
+
page: {
|
|
2684
|
+
unitGroups: [],
|
|
2685
|
+
inherited: false,
|
|
2686
|
+
initial: {
|
|
2687
|
+
type: "keyword",
|
|
2688
|
+
value: "auto",
|
|
2689
|
+
},
|
|
2690
|
+
popularity: 0.00131264,
|
|
2691
|
+
appliesTo: "blockElementsInNormalFlow",
|
|
2692
|
+
},
|
|
2643
2693
|
pageBreakAfter: {
|
|
2644
2694
|
unitGroups: [],
|
|
2645
2695
|
inherited: false,
|
|
@@ -2731,6 +2781,16 @@ export const properties = {
|
|
|
2731
2781
|
popularity: 0.92435004,
|
|
2732
2782
|
appliesTo: "allElements",
|
|
2733
2783
|
},
|
|
2784
|
+
printColorAdjust: {
|
|
2785
|
+
unitGroups: [],
|
|
2786
|
+
inherited: true,
|
|
2787
|
+
initial: {
|
|
2788
|
+
type: "keyword",
|
|
2789
|
+
value: "economy",
|
|
2790
|
+
},
|
|
2791
|
+
popularity: 0,
|
|
2792
|
+
appliesTo: "allElements",
|
|
2793
|
+
},
|
|
2734
2794
|
quotes: {
|
|
2735
2795
|
unitGroups: [],
|
|
2736
2796
|
inherited: true,
|
|
@@ -3522,6 +3582,16 @@ export const properties = {
|
|
|
3522
3582
|
popularity: 0.84531302,
|
|
3523
3583
|
appliesTo: "inlineLevelAndTableCellElements",
|
|
3524
3584
|
},
|
|
3585
|
+
viewTransitionName: {
|
|
3586
|
+
unitGroups: [],
|
|
3587
|
+
inherited: false,
|
|
3588
|
+
initial: {
|
|
3589
|
+
type: "keyword",
|
|
3590
|
+
value: "none",
|
|
3591
|
+
},
|
|
3592
|
+
popularity: 0,
|
|
3593
|
+
appliesTo: "allElements",
|
|
3594
|
+
},
|
|
3525
3595
|
visibility: {
|
|
3526
3596
|
unitGroups: [],
|
|
3527
3597
|
inherited: true,
|
package/src/custom-data.ts
CHANGED
|
@@ -45,3 +45,13 @@ propertiesData.MozOsxFontSmoothing = {
|
|
|
45
45
|
appliesTo: "allElements",
|
|
46
46
|
};
|
|
47
47
|
keywordValues.MozOsxFontSmoothing = ["auto", "grayscale"];
|
|
48
|
+
|
|
49
|
+
keywordValues.listStyleType = [
|
|
50
|
+
"disc",
|
|
51
|
+
"circle",
|
|
52
|
+
"square",
|
|
53
|
+
"decimal",
|
|
54
|
+
"georgian",
|
|
55
|
+
"trad-chinese-informal",
|
|
56
|
+
"kannada",
|
|
57
|
+
];
|