@sanity/ui 1.3.2 → 1.3.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/dist/index.esm.js +5 -5
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/package.json +38 -38
- package/src/components/dialog/dialog.tsx +1 -0
- package/src/primitives/button/__workshop__/sanityUploadButton.tsx +1 -0
- package/src/primitives/heading/heading.tsx +1 -0
- package/src/primitives/label/label.tsx +1 -0
- package/src/primitives/text/text.tsx +1 -0
- package/src/utils/srOnly/srOnly.tsx +1 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/ui",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"source": "./src/index.ts",
|
|
@@ -50,45 +50,45 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@floating-ui/react-dom": "1.1.1",
|
|
53
|
-
"@sanity/color": "^2.2.
|
|
54
|
-
"@sanity/icons": "^2.
|
|
55
|
-
"csstype": "^3.1.
|
|
56
|
-
"framer-motion": "^10.
|
|
53
|
+
"@sanity/color": "^2.2.5",
|
|
54
|
+
"@sanity/icons": "^2.3.1",
|
|
55
|
+
"csstype": "^3.1.2",
|
|
56
|
+
"framer-motion": "^10.12.16",
|
|
57
57
|
"react-refractor": "^2.1.7"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@babel/core": "^7.
|
|
61
|
-
"@babel/preset-env": "^7.
|
|
62
|
-
"@babel/preset-react": "^7.
|
|
63
|
-
"@babel/preset-typescript": "^7.
|
|
64
|
-
"@commitlint/cli": "^17.
|
|
65
|
-
"@commitlint/config-conventional": "^17.
|
|
60
|
+
"@babel/core": "^7.22.1",
|
|
61
|
+
"@babel/preset-env": "^7.22.4",
|
|
62
|
+
"@babel/preset-react": "^7.22.3",
|
|
63
|
+
"@babel/preset-typescript": "^7.21.5",
|
|
64
|
+
"@commitlint/cli": "^17.6.5",
|
|
65
|
+
"@commitlint/config-conventional": "^17.6.5",
|
|
66
66
|
"@juggle/resize-observer": "^3.4.0",
|
|
67
|
-
"@sanity/pkg-utils": "^2.2
|
|
68
|
-
"@sanity/semantic-release-preset": "^4.1.
|
|
67
|
+
"@sanity/pkg-utils": "^2.3.2",
|
|
68
|
+
"@sanity/semantic-release-preset": "^4.1.1",
|
|
69
69
|
"@sanity/ui-workshop": "^1.2.1",
|
|
70
|
-
"@testing-library/dom": "^9.
|
|
70
|
+
"@testing-library/dom": "^9.3.0",
|
|
71
71
|
"@testing-library/jest-dom": "^5.16.5",
|
|
72
72
|
"@testing-library/react": "^14.0.0",
|
|
73
|
-
"@types/jest": "^29.
|
|
73
|
+
"@types/jest": "^29.5.2",
|
|
74
74
|
"@types/jest-axe": "^3.5.5",
|
|
75
|
-
"@types/node": "^18.
|
|
76
|
-
"@types/react": "^18.
|
|
77
|
-
"@types/react-dom": "^18.
|
|
78
|
-
"@types/react-is": "^
|
|
75
|
+
"@types/node": "^18.16.16",
|
|
76
|
+
"@types/react": "^18.2.9",
|
|
77
|
+
"@types/react-dom": "^18.2.4",
|
|
78
|
+
"@types/react-is": "^18.2.0",
|
|
79
79
|
"@types/refractor": "^3.0.2",
|
|
80
80
|
"@types/styled-components": "^5.1.26",
|
|
81
|
-
"@types/testing-library__jest-dom": "^5.14.
|
|
82
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
83
|
-
"@typescript-eslint/parser": "^5.
|
|
81
|
+
"@types/testing-library__jest-dom": "^5.14.6",
|
|
82
|
+
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
|
83
|
+
"@typescript-eslint/parser": "^5.59.9",
|
|
84
84
|
"commitizen": "^4.3.0",
|
|
85
|
-
"cypress": "^12.
|
|
86
|
-
"cypress-real-events": "^1.
|
|
85
|
+
"cypress": "^12.14.0",
|
|
86
|
+
"cypress-real-events": "^1.8.1",
|
|
87
87
|
"cz-conventional-changelog": "^3.3.0",
|
|
88
|
-
"esbuild": "^0.17.
|
|
88
|
+
"esbuild": "^0.17.19",
|
|
89
89
|
"esbuild-register": "^3.4.2",
|
|
90
|
-
"eslint": "^8.
|
|
91
|
-
"eslint-config-prettier": "^8.
|
|
90
|
+
"eslint": "^8.42.0",
|
|
91
|
+
"eslint-config-prettier": "^8.8.0",
|
|
92
92
|
"eslint-plugin-import": "^2.27.5",
|
|
93
93
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
94
94
|
"eslint-plugin-prettier": "^4.2.1",
|
|
@@ -96,22 +96,22 @@
|
|
|
96
96
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
97
97
|
"http-server": "^14.1.1",
|
|
98
98
|
"husky": "^8.0.3",
|
|
99
|
-
"jest": "^29.
|
|
100
|
-
"jest-axe": "^7.0.
|
|
101
|
-
"jest-environment-jsdom": "^29.
|
|
102
|
-
"lint-staged": "^13.
|
|
103
|
-
"module-alias": "^2.2.
|
|
99
|
+
"jest": "^29.5.0",
|
|
100
|
+
"jest-axe": "^7.0.1",
|
|
101
|
+
"jest-environment-jsdom": "^29.5.0",
|
|
102
|
+
"lint-staged": "^13.2.2",
|
|
103
|
+
"module-alias": "^2.2.3",
|
|
104
104
|
"npm-run-all": "^4.1.5",
|
|
105
|
-
"prettier": "^2.8.
|
|
105
|
+
"prettier": "^2.8.8",
|
|
106
106
|
"react": "^18.2.0",
|
|
107
107
|
"react-dom": "^18.2.0",
|
|
108
108
|
"react-is": "^18.2.0",
|
|
109
|
-
"rimraf": "^5.0.
|
|
110
|
-
"semantic-release": "^21.0.
|
|
109
|
+
"rimraf": "^5.0.1",
|
|
110
|
+
"semantic-release": "^21.0.3",
|
|
111
111
|
"start-server-and-test": "^2.0.0",
|
|
112
|
-
"styled-components": "^5.3.
|
|
113
|
-
"tsconfig-paths": "^4.
|
|
114
|
-
"typescript": "^5.
|
|
112
|
+
"styled-components": "^5.3.11",
|
|
113
|
+
"tsconfig-paths": "^4.2.0",
|
|
114
|
+
"typescript": "^5.1.3"
|
|
115
115
|
},
|
|
116
116
|
"peerDependencies": {
|
|
117
117
|
"react": "^18",
|