@primer/styled-react 0.0.0-20251120192300 → 0.0.0-20251121122908
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ npm install -S @primer/styled-react
|
|
|
13
13
|
|
|
14
14
|
## Usage
|
|
15
15
|
|
|
16
|
-
This is a
|
|
16
|
+
This is a package designed to interop between Primer and existing
|
|
17
17
|
styled-components usage. As a result, expect breaking changes between minor
|
|
18
18
|
versions as components will be removed when their `sx` usage goes to zero.
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@primer/styled-react",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-20251121122908",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@babel/preset-react": "^7.28.5",
|
|
45
45
|
"@babel/preset-typescript": "^7.28.5",
|
|
46
|
-
"@primer/react": "0.0.0-
|
|
46
|
+
"@primer/react": "0.0.0-20251121122908",
|
|
47
47
|
"@rollup/plugin-babel": "^6.1.0",
|
|
48
48
|
"@types/react": "18.3.11",
|
|
49
49
|
"@types/react-dom": "18.3.1",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"typescript": "^5.9.2"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
|
-
"@primer/react": "0.0.0-
|
|
63
|
+
"@primer/react": "0.0.0-20251121122908",
|
|
64
64
|
"@types/react": "18.x || 19.x",
|
|
65
65
|
"@types/react-dom": "18.x || 19.x",
|
|
66
66
|
"@types/react-is": "18.x || 19.x",
|