@sanity/ui 2.3.2 → 2.3.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.3.2",
3
+ "version": "2.3.3",
4
4
  "keywords": [
5
5
  "sanity",
6
6
  "ui",
@@ -119,7 +119,7 @@
119
119
  "@commitlint/cli": "^19.3.0",
120
120
  "@commitlint/config-conventional": "^19.2.2",
121
121
  "@juggle/resize-observer": "^3.4.0",
122
- "@sanity/pkg-utils": "^6.9.1",
122
+ "@sanity/pkg-utils": "^6.9.3",
123
123
  "@sanity/semantic-release-preset": "^4.1.8",
124
124
  "@sanity/ui-workshop": "^2.0.15",
125
125
  "@storybook/addon-a11y": "^8.0.8",
@@ -432,7 +432,7 @@ export const defaultColorTokens: ThemeColorTokens = {
432
432
  muted: {
433
433
  bg: ['50', '950'],
434
434
  },
435
- placeholder: ['400', '600 50%'],
435
+ placeholder: ['400', '600'],
436
436
  },
437
437
  hovered: {
438
438
  border: ['300', '700'],