@sanity/ui 2.10.15 → 2.10.16

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.10.15",
3
+ "version": "2.10.16",
4
4
  "keywords": [
5
5
  "sanity",
6
6
  "ui",
@@ -107,7 +107,7 @@
107
107
  "dependencies": {
108
108
  "@floating-ui/react-dom": "^2.1.2",
109
109
  "@sanity/color": "^3.0.6",
110
- "@sanity/icons": "^3.5.6",
110
+ "@sanity/icons": "^3.5.7",
111
111
  "csstype": "^3.1.3",
112
112
  "framer-motion": "^11.15.0",
113
113
  "react-compiler-runtime": "19.0.0-beta-55955c9-20241229",
@@ -164,10 +164,10 @@
164
164
  "eslint-plugin-boundaries": "^5.0.1",
165
165
  "eslint-plugin-import": "^2.31.0",
166
166
  "eslint-plugin-jsx-a11y": "^6.10.2",
167
- "eslint-plugin-react": "^7.37.2",
167
+ "eslint-plugin-react": "^7.37.3",
168
168
  "eslint-plugin-react-compiler": "19.0.0-beta-55955c9-20241229",
169
169
  "eslint-plugin-react-hooks": "^5.1.0",
170
- "eslint-plugin-storybook": "^0.11.1",
170
+ "eslint-plugin-storybook": "^0.11.2",
171
171
  "http-server": "^14.1.1",
172
172
  "husky": "^8.0.3",
173
173
  "jest": "^29.7.0",
@@ -183,7 +183,7 @@
183
183
  "refractor": "^4.8.1",
184
184
  "rimraf": "^5.0.5",
185
185
  "semantic-release": "^24.2.1",
186
- "start-server-and-test": "^2.0.8",
186
+ "start-server-and-test": "^2.0.9",
187
187
  "storybook": "^8.4.7",
188
188
  "styled-components": "^6.1.13",
189
189
  "tsconfig-paths": "^4.2.0",
@@ -716,6 +716,7 @@ export const Autocomplete = InnerAutocomplete as <Option extends BaseAutocomplet
716
716
  | 'inputMode'
717
717
  | 'onChange'
718
718
  | 'onSelect'
719
+ | 'popover'
719
720
  | 'prefix'
720
721
  | 'ref'
721
722
  | 'role'