@sanity/ui 4.0.0-static.10 → 4.0.0-static.12
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/css/index.css +2 -23387
- package/dist/css/index.css.map +1 -1
- package/dist/index.cjs +0 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/core/primitives/popover/popover.tsx +0 -1
- package/src/core/primitives/textInput/textInput.tsx +1 -1
package/package.json
CHANGED
|
@@ -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,
|
|
102
|
+
weight: _width,
|
|
103
103
|
width,
|
|
104
104
|
...rest
|
|
105
105
|
} = props as TextInputProps<typeof DEFAULT_TEXT_INPUT_ELEMENT>
|