@sanity/ui 2.5.0 → 2.6.0
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/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.esm.js +2 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/core/primitives/textArea/textArea.tsx +6 -0
package/dist/index.js
CHANGED
|
@@ -3982,6 +3982,7 @@ const Root$d = styledComponents.styled.span(switchBaseStyles), Input$2 = styledC
|
|
|
3982
3982
|
padding = 3,
|
|
3983
3983
|
radius = 2,
|
|
3984
3984
|
weight,
|
|
3985
|
+
__unstable_disableFocusRing,
|
|
3985
3986
|
...restProps
|
|
3986
3987
|
} = props, ref = react.useRef(null), rootTheme = useRootTheme();
|
|
3987
3988
|
return react.useImperativeHandle(
|
|
@@ -4009,6 +4010,7 @@ const Root$d = styledComponents.styled.span(switchBaseStyles), Input$2 = styledC
|
|
|
4009
4010
|
Presentation$1,
|
|
4010
4011
|
{
|
|
4011
4012
|
$radius: useArrayProp(radius),
|
|
4013
|
+
$unstableDisableFocusRing: __unstable_disableFocusRing,
|
|
4012
4014
|
$scheme: rootTheme.scheme,
|
|
4013
4015
|
$tone: rootTheme.tone,
|
|
4014
4016
|
"data-border": border2 ? "" : void 0,
|