@sanity/ui 2.8.10 → 2.8.11-canary.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/dist/_chunks-cjs/getTheme_v2.js +84 -28
- package/dist/_chunks-cjs/getTheme_v2.js.map +1 -1
- package/dist/_chunks-es/getTheme_v2.mjs +84 -28
- package/dist/_chunks-es/getTheme_v2.mjs.map +1 -1
- package/dist/_legacy/getTheme_v2.esm.js +84 -28
- package/dist/_legacy/getTheme_v2.esm.js.map +1 -1
- package/dist/index.esm.js +2965 -2964
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2966 -2966
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2965 -2964
- package/dist/index.mjs.map +1 -1
- package/dist/theme.esm.js +1197 -448
- package/dist/theme.esm.js.map +1 -1
- package/dist/theme.js +1197 -448
- package/dist/theme.js.map +1 -1
- package/dist/theme.mjs +1197 -448
- package/dist/theme.mjs.map +1 -1
- package/package.json +30 -36
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/ui",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.11-canary.0",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"sanity",
|
|
6
6
|
"ui",
|
|
@@ -51,32 +51,6 @@
|
|
|
51
51
|
"src",
|
|
52
52
|
"theme.js"
|
|
53
53
|
],
|
|
54
|
-
"scripts": {
|
|
55
|
-
"build": "run-s clean pkg:build pkg:check figma:pkg:build",
|
|
56
|
-
"clean": "rimraf .workshop dist",
|
|
57
|
-
"commit": "cz",
|
|
58
|
-
"cypress:dev": "run-p dev cypress:open",
|
|
59
|
-
"cypress:open": "cypress open",
|
|
60
|
-
"cypress:run": "cypress run",
|
|
61
|
-
"dev": "run-p storybook:dev workshop:dev",
|
|
62
|
-
"figma:pkg:build": "cd figma && pnpm build",
|
|
63
|
-
"format": "prettier --write --cache --ignore-unknown .",
|
|
64
|
-
"lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx",
|
|
65
|
-
"pkg:build": "pkg build --strict",
|
|
66
|
-
"pkg:check": "pkg --strict",
|
|
67
|
-
"prepare": "husky install",
|
|
68
|
-
"prepack": "pnpm build",
|
|
69
|
-
"release": "semantic-release",
|
|
70
|
-
"storybook:build": "storybook build",
|
|
71
|
-
"storybook:dev": "storybook dev -p 6006",
|
|
72
|
-
"test": "jest",
|
|
73
|
-
"test:browser": "start-server-and-test 'run-s workshop:build workshop:start' http://localhost:1337 'run-s cypress:run'",
|
|
74
|
-
"ts:check": "tsc",
|
|
75
|
-
"watch": "pkg watch --strict",
|
|
76
|
-
"workshop:build": "workshop build",
|
|
77
|
-
"workshop:dev": "workshop dev",
|
|
78
|
-
"workshop:start": "http-server -a localhost -c-0 -p 1337 -s -P http://localhost:1337/index.html? dist"
|
|
79
|
-
},
|
|
80
54
|
"commitlint": {
|
|
81
55
|
"extends": [
|
|
82
56
|
"@commitlint/config-conventional"
|
|
@@ -110,6 +84,7 @@
|
|
|
110
84
|
"@sanity/icons": "^3.4.0",
|
|
111
85
|
"csstype": "^3.1.3",
|
|
112
86
|
"framer-motion": "11.0.8",
|
|
87
|
+
"react-compiler-runtime": "19.0.0-beta-6fc168f-20241025",
|
|
113
88
|
"react-refractor": "^2.2.0",
|
|
114
89
|
"use-effect-event": "^1.0.2"
|
|
115
90
|
},
|
|
@@ -121,7 +96,7 @@
|
|
|
121
96
|
"@commitlint/cli": "^19.4.0",
|
|
122
97
|
"@commitlint/config-conventional": "^19.2.2",
|
|
123
98
|
"@juggle/resize-observer": "^3.4.0",
|
|
124
|
-
"@sanity/pkg-utils": "^6.
|
|
99
|
+
"@sanity/pkg-utils": "^6.11.6",
|
|
125
100
|
"@sanity/prettier-config": "^1.0.2",
|
|
126
101
|
"@sanity/semantic-release-preset": "^5.0.0",
|
|
127
102
|
"@sanity/ui-workshop": "^2.0.16",
|
|
@@ -152,6 +127,7 @@
|
|
|
152
127
|
"@types/refractor": "^3.4.1",
|
|
153
128
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
154
129
|
"@typescript-eslint/parser": "^7.18.0",
|
|
130
|
+
"babel-plugin-react-compiler": "beta",
|
|
155
131
|
"commitizen": "^4.3.0",
|
|
156
132
|
"cypress": "^13.13.2",
|
|
157
133
|
"cypress-real-events": "^1.13.0",
|
|
@@ -163,7 +139,7 @@
|
|
|
163
139
|
"eslint-plugin-jsx-a11y": "^6.9.0",
|
|
164
140
|
"eslint-plugin-prettier": "^5.2.1",
|
|
165
141
|
"eslint-plugin-react": "^7.35.0",
|
|
166
|
-
"eslint-plugin-react-compiler": "
|
|
142
|
+
"eslint-plugin-react-compiler": "beta",
|
|
167
143
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
168
144
|
"eslint-plugin-storybook": "^0.8.0",
|
|
169
145
|
"http-server": "^14.1.1",
|
|
@@ -195,19 +171,37 @@
|
|
|
195
171
|
"react-is": "^18",
|
|
196
172
|
"styled-components": "^5.2 || ^6"
|
|
197
173
|
},
|
|
198
|
-
"packageManager": "pnpm@9.7.0",
|
|
199
174
|
"engines": {
|
|
200
175
|
"node": ">=14.0.0"
|
|
201
176
|
},
|
|
202
177
|
"publishConfig": {
|
|
203
178
|
"access": "public"
|
|
204
179
|
},
|
|
205
|
-
"pnpm": {
|
|
206
|
-
"overrides": {
|
|
207
|
-
"conventional-changelog-conventionalcommits": ">= 8.0.0"
|
|
208
|
-
}
|
|
209
|
-
},
|
|
210
180
|
"esm.sh": {
|
|
211
181
|
"bundle": false
|
|
182
|
+
},
|
|
183
|
+
"scripts": {
|
|
184
|
+
"build": "run-s clean pkg:build pkg:check figma:pkg:build",
|
|
185
|
+
"clean": "rimraf .workshop dist",
|
|
186
|
+
"commit": "cz",
|
|
187
|
+
"cypress:dev": "run-p dev cypress:open",
|
|
188
|
+
"cypress:open": "cypress open",
|
|
189
|
+
"cypress:run": "cypress run",
|
|
190
|
+
"dev": "run-p storybook:dev workshop:dev",
|
|
191
|
+
"figma:pkg:build": "cd figma && pnpm build",
|
|
192
|
+
"format": "prettier --write --cache --ignore-unknown .",
|
|
193
|
+
"lint": "eslint . --ext .cjs,.js,.jsx,.mjs,.ts,.tsx",
|
|
194
|
+
"pkg:build": "pkg build --strict",
|
|
195
|
+
"pkg:check": "pkg --strict",
|
|
196
|
+
"release": "semantic-release",
|
|
197
|
+
"storybook:build": "storybook build",
|
|
198
|
+
"storybook:dev": "storybook dev -p 6006",
|
|
199
|
+
"test": "jest",
|
|
200
|
+
"test:browser": "start-server-and-test 'run-s workshop:build workshop:start' http://localhost:1337 'run-s cypress:run'",
|
|
201
|
+
"ts:check": "tsc",
|
|
202
|
+
"watch": "pkg watch --strict",
|
|
203
|
+
"workshop:build": "workshop build",
|
|
204
|
+
"workshop:dev": "workshop dev",
|
|
205
|
+
"workshop:start": "http-server -a localhost -c-0 -p 1337 -s -P http://localhost:1337/index.html? dist"
|
|
212
206
|
}
|
|
213
|
-
}
|
|
207
|
+
}
|