Commit 6429bfe
chore: bump csstype from 3.1.3 to 3.2.3 (#1867)
* chore: bump csstype from 3.1.3 to 3.2.3
- Update csstype version in package.json, packages/jest/package.json, and packages/react/package.json
- Update AtRules type mapping in babel-plugin to reflect csstype 3.2.3 changes:
- Remove @scroll-timeline (abandoned CSS proposal)
- Remove @Viewport (obsolete, no modern browser support)
- Add @container (CSS Container Queries)
- Add @position-try (CSS Anchor Positioning)
- Add @view-transition (View Transitions API)
- Add changeset documenting the upgrade and rationale
* docs: update changeset with detailed explanation of csstype bump and @container fix
- Clarify that @container was partially supported but missing from cssMap validation
- Explain what the atRules lookup table does
- Update version bumps to minor for babel-plugin (new @container support)
- Add detailed rationale for removed at-rules
- Explain impact on cssMap validation
* style: format changeset with prettier
* feat: add support for :popover-open pseudo-class
- Add '&:popover-open' to CSSPseudoClasses type in packages/react/src/types.ts
- This pseudo-class is now available in csstype 3.2.3
- Add comprehensive test in packages/react/src/css-map/__tests__/index.test.tsx
to verify popover-open works correctly with cssMap
- Test verifies base opacity, transition properties, and :popover-open state
---------
Co-authored-by: Xiaoming Wu <xwu2@atlassian.com>1 parent aef4d99 commit 6429bfe
File tree
8 files changed
+65
-10
lines changed- .changeset
- packages
- babel-plugin/src/utils
- jest
- react
- src
- css-map/__tests__
8 files changed
+65
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | | - | |
25 | 26 | | |
26 | 27 | | |
27 | | - | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
52 | 77 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7757 | 7757 | | |
7758 | 7758 | | |
7759 | 7759 | | |
7760 | | - | |
7761 | | - | |
7762 | | - | |
7763 | | - | |
| 7760 | + | |
| 7761 | + | |
| 7762 | + | |
| 7763 | + | |
7764 | 7764 | | |
7765 | 7765 | | |
7766 | 7766 | | |
| |||
0 commit comments