@sanity/ui 2.15.2 → 2.15.4
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/package.json +9 -10
- package/_visual-editing.js +0 -2
- package/dist/_legacy/_visual-editing.esm.js +0 -5414
- package/dist/_legacy/_visual-editing.esm.js.map +0 -1
- package/dist/_legacy/getTheme_v2.esm.js +0 -398
- package/dist/_legacy/getTheme_v2.esm.js.map +0 -1
- package/dist/_legacy/refractor.esm.js +0 -26
- package/dist/_legacy/refractor.esm.js.map +0 -1
- package/dist/_visual-editing.esm.js +0 -31
- package/dist/_visual-editing.esm.js.map +0 -1
- package/dist/index.esm.js +0 -1730
- package/dist/index.esm.js.map +0 -1
- package/dist/theme.esm.js +0 -3723
- package/dist/theme.esm.js.map +0 -1
- package/theme.js +0 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/ui",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.4",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"sanity",
|
|
6
6
|
"ui",
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"author": "Sanity.io <hello@sanity.io>",
|
|
22
22
|
"sideEffects": false,
|
|
23
|
+
"type": "commonjs",
|
|
23
24
|
"exports": {
|
|
24
25
|
".": {
|
|
25
26
|
"source": "./exports/index.ts",
|
|
@@ -42,7 +43,7 @@
|
|
|
42
43
|
"./package.json": "./package.json"
|
|
43
44
|
},
|
|
44
45
|
"main": "./dist/index.js",
|
|
45
|
-
"module": "./dist/index.
|
|
46
|
+
"module": "./dist/index.mjs",
|
|
46
47
|
"types": "./dist/index.d.ts",
|
|
47
48
|
"typesVersions": {
|
|
48
49
|
"*": {
|
|
@@ -57,9 +58,7 @@
|
|
|
57
58
|
"files": [
|
|
58
59
|
"dist",
|
|
59
60
|
"exports",
|
|
60
|
-
"src"
|
|
61
|
-
"_visual-editing.js",
|
|
62
|
-
"theme.js"
|
|
61
|
+
"src"
|
|
63
62
|
],
|
|
64
63
|
"scripts": {
|
|
65
64
|
"build": "run-s clean pkg:build pkg:check figma:pkg:build",
|
|
@@ -121,7 +120,7 @@
|
|
|
121
120
|
"@sanity/icons": "^3.7.0",
|
|
122
121
|
"csstype": "^3.1.3",
|
|
123
122
|
"framer-motion": "^12.4.10",
|
|
124
|
-
"react-compiler-runtime": "19.0.0-beta-
|
|
123
|
+
"react-compiler-runtime": "19.0.0-beta-bafa41b-20250307",
|
|
125
124
|
"react-refractor": "^2.2.0",
|
|
126
125
|
"use-effect-event": "^1.0.2"
|
|
127
126
|
},
|
|
@@ -132,7 +131,7 @@
|
|
|
132
131
|
"@babel/preset-typescript": "^7.26.0",
|
|
133
132
|
"@commitlint/cli": "^19.7.1",
|
|
134
133
|
"@commitlint/config-conventional": "^19.7.1",
|
|
135
|
-
"@sanity/pkg-utils": "^
|
|
134
|
+
"@sanity/pkg-utils": "^7.0.4",
|
|
136
135
|
"@sanity/prettier-config": "^1.0.3",
|
|
137
136
|
"@sanity/semantic-release-preset": "^5.0.0",
|
|
138
137
|
"@sanity/ui-workshop": "^2.0.31",
|
|
@@ -164,7 +163,7 @@
|
|
|
164
163
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
165
164
|
"@typescript-eslint/parser": "^7.18.0",
|
|
166
165
|
"@vitejs/plugin-react": "^4.3.4",
|
|
167
|
-
"babel-plugin-react-compiler": "19.0.0-beta-
|
|
166
|
+
"babel-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
|
|
168
167
|
"babel-plugin-styled-components": "^2.1.4",
|
|
169
168
|
"commitizen": "^4.3.1",
|
|
170
169
|
"cypress": "^13.17.0",
|
|
@@ -176,9 +175,9 @@
|
|
|
176
175
|
"eslint-plugin-import": "^2.31.0",
|
|
177
176
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
178
177
|
"eslint-plugin-react": "^7.37.4",
|
|
179
|
-
"eslint-plugin-react-compiler": "19.0.0-beta-
|
|
178
|
+
"eslint-plugin-react-compiler": "19.0.0-beta-bafa41b-20250307",
|
|
180
179
|
"eslint-plugin-react-hooks": "experimental",
|
|
181
|
-
"eslint-plugin-storybook": "^0.11.
|
|
180
|
+
"eslint-plugin-storybook": "^0.11.4",
|
|
182
181
|
"http-server": "^14.1.1",
|
|
183
182
|
"husky": "^8.0.3",
|
|
184
183
|
"jest": "^29.7.0",
|
package/_visual-editing.js
DELETED