@sanity/ui 2.15.16 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sanity/ui",
3
- "version": "2.15.16",
3
+ "version": "2.15.17",
4
4
  "keywords": [
5
5
  "sanity",
6
6
  "ui",
@@ -175,7 +175,7 @@
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-b9cfa0d3-20250505",
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",
@@ -368,12 +368,12 @@ export const defaultColorTokens: ThemeColorTokens = {
368
368
  },
369
369
  },
370
370
  'hovered': {
371
- bg: ['50', '950'],
371
+ bg: ['50', '900'],
372
372
  fg: ['800', '200'],
373
373
  icon: ['800 70%', '300 70%'],
374
374
  },
375
375
  'pressed': {
376
- bg: ['100', '900'],
376
+ bg: ['100', '800'],
377
377
  fg: ['800', '200'],
378
378
  icon: ['800 70%', '200 70%'],
379
379
  },