@sanity/ui 4.0.0-static.10 → 4.0.0-static.11

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": "4.0.0-static.10",
3
+ "version": "4.0.0-static.11",
4
4
  "keywords": [
5
5
  "react",
6
6
  "ui",
@@ -171,7 +171,6 @@ export function Popover<E extends PopoverElementType = typeof DEFAULT_POPOVER_EL
171
171
  matchReferenceWidth,
172
172
  floatingBoundary = boundaryElementContext.element,
173
173
  modal,
174
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
175
174
  onActivate,
176
175
  open,
177
176
  overflow = 'hidden',
@@ -99,7 +99,7 @@ export function TextInput<E extends TextInputElementType = typeof DEFAULT_TEXT_I
99
99
  suffix,
100
100
  customValidity,
101
101
  type = 'text',
102
- weight: _width, // eslint-disable-line @typescript-eslint/no-unused-vars
102
+ weight: _width,
103
103
  width,
104
104
  ...rest
105
105
  } = props as TextInputProps<typeof DEFAULT_TEXT_INPUT_ELEMENT>