@sanity/ui 2.15.15 → 2.15.17
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/theme.js +2 -2
- package/dist/theme.js.map +1 -1
- package/dist/theme.mjs +2 -2
- package/dist/theme.mjs.map +1 -1
- package/package.json +11 -11
- package/src/theme/defaults/colorTokens.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sanity/ui",
|
|
3
|
-
"version": "2.15.
|
|
3
|
+
"version": "2.15.17",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"sanity",
|
|
6
6
|
"ui",
|
|
@@ -119,19 +119,19 @@
|
|
|
119
119
|
"@sanity/color": "^3.0.6",
|
|
120
120
|
"@sanity/icons": "^3.7.0",
|
|
121
121
|
"csstype": "^3.1.3",
|
|
122
|
-
"framer-motion": "^12.9.
|
|
122
|
+
"framer-motion": "^12.9.7",
|
|
123
123
|
"react-compiler-runtime": "19.1.0-rc.1",
|
|
124
124
|
"react-refractor": "^2.2.0",
|
|
125
125
|
"use-effect-event": "^1.0.2"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
|
-
"@babel/core": "^7.
|
|
129
|
-
"@babel/preset-env": "^7.
|
|
130
|
-
"@babel/preset-react": "^7.
|
|
131
|
-
"@babel/preset-typescript": "^7.27.
|
|
128
|
+
"@babel/core": "^7.27.1",
|
|
129
|
+
"@babel/preset-env": "^7.27.1",
|
|
130
|
+
"@babel/preset-react": "^7.27.1",
|
|
131
|
+
"@babel/preset-typescript": "^7.27.1",
|
|
132
132
|
"@commitlint/cli": "^19.8.0",
|
|
133
133
|
"@commitlint/config-conventional": "^19.8.0",
|
|
134
|
-
"@eslint/js": "^9.
|
|
134
|
+
"@eslint/js": "^9.26.0",
|
|
135
135
|
"@sanity/pkg-utils": "^7.2.2",
|
|
136
136
|
"@sanity/prettier-config": "^1.0.3",
|
|
137
137
|
"@sanity/semantic-release-preset": "^5.0.0",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"@types/jest": "^29.5.14",
|
|
158
158
|
"@types/jest-axe": "^3.5.9",
|
|
159
159
|
"@types/node": "^20.12.7",
|
|
160
|
-
"@types/react": "^19.1.
|
|
160
|
+
"@types/react": "^19.1.3",
|
|
161
161
|
"@types/react-dom": "^19.1.3",
|
|
162
162
|
"@types/react-is": "^19.0.0",
|
|
163
163
|
"@types/refractor": "^3.4.1",
|
|
@@ -168,14 +168,14 @@
|
|
|
168
168
|
"cypress": "^13.17.0",
|
|
169
169
|
"cypress-real-events": "^1.14.0",
|
|
170
170
|
"cz-conventional-changelog": "^3.3.0",
|
|
171
|
-
"eslint": "^9.
|
|
171
|
+
"eslint": "^9.26.0",
|
|
172
172
|
"eslint-config-prettier": "^10.1.2",
|
|
173
173
|
"eslint-formatter-compact": "^8.40.0",
|
|
174
174
|
"eslint-plugin-boundaries": "^5.0.1",
|
|
175
175
|
"eslint-plugin-import": "^2.31.0",
|
|
176
176
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
177
177
|
"eslint-plugin-react": "^7.37.5",
|
|
178
|
-
"eslint-plugin-react-hooks": "0.0.0-experimental-
|
|
178
|
+
"eslint-plugin-react-hooks": "0.0.0-experimental-7a2c7045-20250506",
|
|
179
179
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
180
180
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
181
181
|
"eslint-plugin-storybook": "^0.12.0",
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"styled-components": "^6.1.17",
|
|
201
201
|
"tsconfig-paths": "^4.2.0",
|
|
202
202
|
"typescript": "5.8.3",
|
|
203
|
-
"typescript-eslint": "^8.
|
|
203
|
+
"typescript-eslint": "^8.32.0",
|
|
204
204
|
"vite": "^5.4.19",
|
|
205
205
|
"vite-tsconfig-paths": "^5.1.4"
|
|
206
206
|
},
|
|
@@ -368,12 +368,12 @@ export const defaultColorTokens: ThemeColorTokens = {
|
|
|
368
368
|
},
|
|
369
369
|
},
|
|
370
370
|
'hovered': {
|
|
371
|
-
bg: ['50', '
|
|
371
|
+
bg: ['50', '900'],
|
|
372
372
|
fg: ['800', '200'],
|
|
373
373
|
icon: ['800 70%', '300 70%'],
|
|
374
374
|
},
|
|
375
375
|
'pressed': {
|
|
376
|
-
bg: ['100', '
|
|
376
|
+
bg: ['100', '800'],
|
|
377
377
|
fg: ['800', '200'],
|
|
378
378
|
icon: ['800 70%', '200 70%'],
|
|
379
379
|
},
|