@sanity/vision 6.2.1-next.8 → 6.3.0-next.23

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.
@@ -0,0 +1,2 @@
1
+ // No-op shim for `bundle.css` in runtimes that cannot import `.css` files directly.
2
+ export default ""
package/lib/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ import "@sanity/vision/bundle.css";
1
2
  import { visionTool } from "./_chunks-es/index.js";
2
3
  export {
3
4
  visionTool
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/vision",
3
- "version": "6.2.1-next.8",
3
+ "version": "6.3.0-next.23",
4
4
  "description": "Sanity plugin for running/debugging GROQ-queries against Sanity datasets",
5
5
  "keywords": [
6
6
  "admin",
@@ -28,14 +28,16 @@
28
28
  "lib"
29
29
  ],
30
30
  "type": "module",
31
- "sideEffects": [
32
- "*.css",
33
- "*.css.ts"
34
- ],
35
31
  "main": "./lib/index.js",
36
32
  "types": "./lib/index.d.ts",
37
33
  "exports": {
38
34
  ".": "./lib/index.js",
35
+ "./bundle.css": {
36
+ "browser": "./lib/bundle.css",
37
+ "style": "./lib/bundle.css",
38
+ "node": "./lib/bundle.css.js",
39
+ "default": "./lib/bundle.css.js"
40
+ },
39
41
  "./package.json": "./package.json"
40
42
  },
41
43
  "dependencies": {
@@ -66,7 +68,7 @@
66
68
  "devDependencies": {
67
69
  "@rolldown/plugin-babel": "^0.2.3",
68
70
  "@sanity/client": "^7.23.0",
69
- "@sanity/pkg-utils": "^10.5.8",
71
+ "@sanity/pkg-utils": "^10.7.1",
70
72
  "@testing-library/react": "^16.3.2",
71
73
  "@types/lodash-es": "^4.17.12",
72
74
  "@types/react": "^19.2.17",
@@ -83,11 +85,11 @@
83
85
  "styled-components": "npm:@sanity/styled-components@^6.1.24",
84
86
  "vite": "^8.1.0",
85
87
  "vitest": "^4.1.9",
86
- "@repo/package.bundle": "6.2.1-next.8+c14b50a05a",
87
- "@repo/package.config": "6.2.1-next.8+c14b50a05a",
88
- "@repo/test-config": "6.2.1-next.8+c14b50a05a",
89
- "sanity": "6.2.1-next.8+c14b50a05a",
90
- "@repo/tsconfig": "6.2.1-next.8+c14b50a05a"
88
+ "@repo/package.bundle": "6.3.0-next.23+d0ce99f46b",
89
+ "@repo/package.config": "6.3.0-next.23+d0ce99f46b",
90
+ "@repo/test-config": "6.3.0-next.23+d0ce99f46b",
91
+ "@repo/tsconfig": "6.3.0-next.23+d0ce99f46b",
92
+ "sanity": "6.3.0-next.23+d0ce99f46b"
91
93
  },
92
94
  "peerDependencies": {
93
95
  "react": "^19.2.2",