@sanity/ui 2.15.1 → 2.15.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ui",
3
- "version": "2.15.1",
3
+ "version": "2.15.3",
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.esm.js",
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",
@@ -120,7 +119,7 @@
120
119
  "@sanity/color": "^3.0.6",
121
120
  "@sanity/icons": "^3.7.0",
122
121
  "csstype": "^3.1.3",
123
- "framer-motion": "^12.4.9",
122
+ "framer-motion": "^12.4.10",
124
123
  "react-compiler-runtime": "19.0.0-beta-40c6c23-20250301",
125
124
  "react-refractor": "^2.2.0",
126
125
  "use-effect-event": "^1.0.2"
@@ -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": "^6.13.4",
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",
@@ -178,11 +177,11 @@
178
177
  "eslint-plugin-react": "^7.37.4",
179
178
  "eslint-plugin-react-compiler": "19.0.0-beta-40c6c23-20250301",
180
179
  "eslint-plugin-react-hooks": "experimental",
181
- "eslint-plugin-storybook": "^0.11.3",
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",
185
- "jest-axe": "^9.0.0",
184
+ "jest-axe": "^10.0.0",
186
185
  "jest-environment-jsdom": "^29.7.0",
187
186
  "lint-staged": "^14.0.1",
188
187
  "module-alias": "^2.2.3",
@@ -1,2 +0,0 @@
1
- // AUTO-GENERATED – DO NOT EDIT
2
- export * from './dist/_visual-editing.esm'