@stylexjs/shared 0.10.1 → 0.11.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/common-types.d.ts +8 -11
- package/lib/common-types.js.flow +9 -14
- package/lib/convert-to-className.js +3 -2
- package/lib/index.d.ts +0 -5
- package/lib/index.js +1 -4
- package/lib/index.js.flow +0 -5
- package/lib/messages.d.ts +0 -1
- package/lib/messages.js +1 -2
- package/lib/messages.js.flow +0 -1
- package/lib/preprocess-rules/PreRule.d.ts +1 -10
- package/lib/preprocess-rules/PreRule.js +1 -13
- package/lib/preprocess-rules/PreRule.js.flow +1 -11
- package/lib/preprocess-rules/basic-validation.js +0 -10
- package/lib/preprocess-rules/flatten-raw-style-obj.d.ts +2 -6
- package/lib/preprocess-rules/flatten-raw-style-obj.js +0 -8
- package/lib/preprocess-rules/flatten-raw-style-obj.js.flow +3 -6
- package/lib/stylex-create.js +13 -18
- package/lib/utils/default-options.js +1 -0
- package/lib/utils/media-query-transform.d.ts +16 -0
- package/lib/utils/media-query-transform.js +53 -0
- package/lib/utils/media-query-transform.js.flow +20 -0
- package/lib/utils/object-utils.d.ts +1 -2
- package/lib/utils/object-utils.js +0 -3
- package/lib/utils/object-utils.js.flow +1 -3
- package/package.json +2 -2
- package/lib/properties/CSS Animations.json +0 -445
- package/lib/properties/CSS Backgrounds and Borders.json +0 -1085
- package/lib/properties/CSS Basic User Interface.json +0 -365
- package/lib/properties/CSS Box Alignment.json +0 -245
- package/lib/properties/CSS Box Model.json +0 -501
- package/lib/properties/CSS Color.json +0 -100
- package/lib/properties/CSS Columns.json +0 -185
- package/lib/properties/CSS Containment.json +0 -203
- package/lib/properties/CSS Counter Styles.json +0 -56
- package/lib/properties/CSS Display.json +0 -20
- package/lib/properties/CSS Flexible Box Layout.json +0 -167
- package/lib/properties/CSS Fonts.json +0 -684
- package/lib/properties/CSS Fragmentation.json +0 -110
- package/lib/properties/CSS Generated Content.json +0 -38
- package/lib/properties/CSS Grid Layout.json +0 -500
- package/lib/properties/CSS Images.json +0 -91
- package/lib/properties/CSS Inline.json +0 -38
- package/lib/properties/CSS Lists and Counters.json +0 -86
- package/lib/properties/CSS Logical Properties.json +0 -1086
- package/lib/properties/CSS Masking.json +0 -399
- package/lib/properties/CSS Miscellaneous.json +0 -38
- package/lib/properties/CSS Motion Path.json +0 -132
- package/lib/properties/CSS Overflow.json +0 -216
- package/lib/properties/CSS Pages.json +0 -83
- package/lib/properties/CSS Positioning.json +0 -166
- package/lib/properties/CSS Ruby.json +0 -55
- package/lib/properties/CSS Scroll Anchoring.json +0 -19
- package/lib/properties/CSS Scroll Snap.json +0 -604
- package/lib/properties/CSS Scrollbars.json +0 -38
- package/lib/properties/CSS Shapes.json +0 -56
- package/lib/properties/CSS Speech.json +0 -20
- package/lib/properties/CSS Table.json +0 -115
- package/lib/properties/CSS Text Decoration.json +0 -312
- package/lib/properties/CSS Text.json +0 -415
- package/lib/properties/CSS Transforms.json +0 -188
- package/lib/properties/CSS Transitions.json +0 -122
- package/lib/properties/CSS Variables.json +0 -20
- package/lib/properties/CSS View Transitions.json +0 -20
- package/lib/properties/CSS Will Change.json +0 -20
- package/lib/properties/CSS Writing Modes.json +0 -92
- package/lib/properties/Compositing and Blending.json +0 -62
- package/lib/properties/Filter Effects.json +0 -38
- package/lib/properties/MathML.json +0 -56
- package/lib/properties/Microsoft Extensions.json +0 -885
- package/lib/properties/Mozilla Extensions.json +0 -607
- package/lib/properties/Pointer Events.json +0 -20
- package/lib/properties/WebKit Extensions.json +0 -707
- package/lib/properties.json +0 -10122
- package/lib/utils/normalizers/convert-camel-case-transition-props.d.ts +0 -14
- package/lib/utils/normalizers/convert-camel-case-transition-props.js +0 -23
- package/lib/utils/normalizers/convert-camel-case-transition-props.js.flow +0 -13
@@ -1,91 +0,0 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"syntax": "from-image | <angle> | [ <angle>? flip ]",
|
4
|
-
"media": "visual",
|
5
|
-
"inherited": true,
|
6
|
-
"animationType": "discrete",
|
7
|
-
"percentages": "no",
|
8
|
-
"groups": [
|
9
|
-
"CSS Images"
|
10
|
-
],
|
11
|
-
"initial": "from-image",
|
12
|
-
"appliesto": "allElements",
|
13
|
-
"computed": "angleRoundedToNextQuarter",
|
14
|
-
"order": "uniqueOrder",
|
15
|
-
"status": "standard",
|
16
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/image-orientation",
|
17
|
-
"property": "image-orientation",
|
18
|
-
"group": "CSS Images"
|
19
|
-
},
|
20
|
-
{
|
21
|
-
"syntax": "auto | crisp-edges | pixelated",
|
22
|
-
"media": "visual",
|
23
|
-
"inherited": true,
|
24
|
-
"animationType": "discrete",
|
25
|
-
"percentages": "no",
|
26
|
-
"groups": [
|
27
|
-
"CSS Images"
|
28
|
-
],
|
29
|
-
"initial": "auto",
|
30
|
-
"appliesto": "allElements",
|
31
|
-
"computed": "asSpecified",
|
32
|
-
"order": "uniqueOrder",
|
33
|
-
"status": "standard",
|
34
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/image-rendering",
|
35
|
-
"property": "image-rendering",
|
36
|
-
"group": "CSS Images"
|
37
|
-
},
|
38
|
-
{
|
39
|
-
"syntax": "[ from-image || <resolution> ] && snap?",
|
40
|
-
"media": "visual",
|
41
|
-
"inherited": true,
|
42
|
-
"animationType": "discrete",
|
43
|
-
"percentages": "no",
|
44
|
-
"groups": [
|
45
|
-
"CSS Images"
|
46
|
-
],
|
47
|
-
"initial": "1dppx",
|
48
|
-
"appliesto": "allElements",
|
49
|
-
"computed": "asSpecifiedWithExceptionOfResolution",
|
50
|
-
"order": "uniqueOrder",
|
51
|
-
"status": "experimental",
|
52
|
-
"property": "image-resolution",
|
53
|
-
"group": "CSS Images"
|
54
|
-
},
|
55
|
-
{
|
56
|
-
"syntax": "fill | contain | cover | none | scale-down",
|
57
|
-
"media": "visual",
|
58
|
-
"inherited": false,
|
59
|
-
"animationType": "discrete",
|
60
|
-
"percentages": "no",
|
61
|
-
"groups": [
|
62
|
-
"CSS Images"
|
63
|
-
],
|
64
|
-
"initial": "fill",
|
65
|
-
"appliesto": "replacedElements",
|
66
|
-
"computed": "asSpecified",
|
67
|
-
"order": "uniqueOrder",
|
68
|
-
"status": "standard",
|
69
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/object-fit",
|
70
|
-
"property": "object-fit",
|
71
|
-
"group": "CSS Images"
|
72
|
-
},
|
73
|
-
{
|
74
|
-
"syntax": "<position>",
|
75
|
-
"media": "visual",
|
76
|
-
"inherited": true,
|
77
|
-
"animationType": "repeatableList",
|
78
|
-
"percentages": "referToWidthAndHeightOfElement",
|
79
|
-
"groups": [
|
80
|
-
"CSS Images"
|
81
|
-
],
|
82
|
-
"initial": "50% 50%",
|
83
|
-
"appliesto": "replacedElements",
|
84
|
-
"computed": "asSpecified",
|
85
|
-
"order": "uniqueOrder",
|
86
|
-
"status": "standard",
|
87
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/object-position",
|
88
|
-
"property": "object-position",
|
89
|
-
"group": "CSS Images"
|
90
|
-
}
|
91
|
-
]
|
@@ -1,38 +0,0 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"syntax": "normal | [ <number> <integer>? ]",
|
4
|
-
"media": "visual",
|
5
|
-
"inherited": false,
|
6
|
-
"animationType": "byComputedValueType",
|
7
|
-
"percentages": "no",
|
8
|
-
"groups": [
|
9
|
-
"CSS Inline"
|
10
|
-
],
|
11
|
-
"initial": "normal",
|
12
|
-
"appliesto": "firstLetterPseudoElementsAndInlineLevelFirstChildren",
|
13
|
-
"computed": "asSpecified",
|
14
|
-
"order": "uniqueOrder",
|
15
|
-
"status": "experimental",
|
16
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/initial-letter",
|
17
|
-
"property": "initial-letter",
|
18
|
-
"group": "CSS Inline"
|
19
|
-
},
|
20
|
-
{
|
21
|
-
"syntax": "[ auto | alphabetic | hanging | ideographic ]",
|
22
|
-
"media": "visual",
|
23
|
-
"inherited": false,
|
24
|
-
"animationType": "discrete",
|
25
|
-
"percentages": "no",
|
26
|
-
"groups": [
|
27
|
-
"CSS Inline"
|
28
|
-
],
|
29
|
-
"initial": "auto",
|
30
|
-
"appliesto": "firstLetterPseudoElementsAndInlineLevelFirstChildren",
|
31
|
-
"computed": "asSpecified",
|
32
|
-
"order": "uniqueOrder",
|
33
|
-
"status": "experimental",
|
34
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/initial-letter-align",
|
35
|
-
"property": "initial-letter-align",
|
36
|
-
"group": "CSS Inline"
|
37
|
-
}
|
38
|
-
]
|
@@ -1,86 +0,0 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"syntax": "<'list-style-type'> || <'list-style-position'> || <'list-style-image'>",
|
4
|
-
"media": "visual",
|
5
|
-
"inherited": true,
|
6
|
-
"animationType": [
|
7
|
-
"list-style-image",
|
8
|
-
"list-style-position",
|
9
|
-
"list-style-type"
|
10
|
-
],
|
11
|
-
"percentages": "no",
|
12
|
-
"groups": [
|
13
|
-
"CSS Lists and Counters"
|
14
|
-
],
|
15
|
-
"initial": [
|
16
|
-
"list-style-type",
|
17
|
-
"list-style-position",
|
18
|
-
"list-style-image"
|
19
|
-
],
|
20
|
-
"appliesto": "listItems",
|
21
|
-
"computed": [
|
22
|
-
"list-style-image",
|
23
|
-
"list-style-position",
|
24
|
-
"list-style-type"
|
25
|
-
],
|
26
|
-
"order": "orderOfAppearance",
|
27
|
-
"status": "standard",
|
28
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/list-style",
|
29
|
-
"property": "list-style",
|
30
|
-
"group": "CSS Lists and Counters"
|
31
|
-
},
|
32
|
-
{
|
33
|
-
"syntax": "<image> | none",
|
34
|
-
"media": "visual",
|
35
|
-
"inherited": true,
|
36
|
-
"animationType": "discrete",
|
37
|
-
"percentages": "no",
|
38
|
-
"groups": [
|
39
|
-
"CSS Lists and Counters"
|
40
|
-
],
|
41
|
-
"initial": "none",
|
42
|
-
"appliesto": "listItems",
|
43
|
-
"computed": "theKeywordListStyleImageNoneOrComputedValue",
|
44
|
-
"order": "uniqueOrder",
|
45
|
-
"status": "standard",
|
46
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/list-style-image",
|
47
|
-
"property": "list-style-image",
|
48
|
-
"group": "CSS Lists and Counters"
|
49
|
-
},
|
50
|
-
{
|
51
|
-
"syntax": "inside | outside",
|
52
|
-
"media": "visual",
|
53
|
-
"inherited": true,
|
54
|
-
"animationType": "discrete",
|
55
|
-
"percentages": "no",
|
56
|
-
"groups": [
|
57
|
-
"CSS Lists and Counters"
|
58
|
-
],
|
59
|
-
"initial": "outside",
|
60
|
-
"appliesto": "listItems",
|
61
|
-
"computed": "asSpecified",
|
62
|
-
"order": "uniqueOrder",
|
63
|
-
"status": "standard",
|
64
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/list-style-position",
|
65
|
-
"property": "list-style-position",
|
66
|
-
"group": "CSS Lists and Counters"
|
67
|
-
},
|
68
|
-
{
|
69
|
-
"syntax": "<counter-style> | <string> | none",
|
70
|
-
"media": "visual",
|
71
|
-
"inherited": true,
|
72
|
-
"animationType": "discrete",
|
73
|
-
"percentages": "no",
|
74
|
-
"groups": [
|
75
|
-
"CSS Lists and Counters"
|
76
|
-
],
|
77
|
-
"initial": "disc",
|
78
|
-
"appliesto": "listItems",
|
79
|
-
"computed": "asSpecified",
|
80
|
-
"order": "uniqueOrder",
|
81
|
-
"status": "standard",
|
82
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/list-style-type",
|
83
|
-
"property": "list-style-type",
|
84
|
-
"group": "CSS Lists and Counters"
|
85
|
-
}
|
86
|
-
]
|