@sanity/ui 2.0.0-alpha.4 → 2.0.0-alpha.5
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.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/src/components/menu/menuItem.tsx +1 -1
- package/src/primitives/textArea/textArea.tsx +1 -1
- package/src/primitives/textInput/textInput.tsx +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -6842,7 +6842,7 @@ const TextArea = forwardRef(function TextArea2(props, forwardedRef) {
|
|
|
6842
6842
|
disabled = false,
|
|
6843
6843
|
fontSize = 2,
|
|
6844
6844
|
padding = 3,
|
|
6845
|
-
radius =
|
|
6845
|
+
radius = 2,
|
|
6846
6846
|
weight,
|
|
6847
6847
|
...restProps
|
|
6848
6848
|
} = props;
|
|
@@ -6916,7 +6916,7 @@ const TextInput = forwardRef(function TextInput2(props, forwardedRef) {
|
|
|
6916
6916
|
onClear,
|
|
6917
6917
|
padding: paddingProp = 3,
|
|
6918
6918
|
prefix,
|
|
6919
|
-
radius: radiusProp =
|
|
6919
|
+
radius: radiusProp = 2,
|
|
6920
6920
|
readOnly,
|
|
6921
6921
|
space: spaceProp = 3,
|
|
6922
6922
|
suffix,
|
|
@@ -8928,7 +8928,7 @@ const MenuItem = forwardRef(function MenuItem2(props, forwardedRef) {
|
|
|
8928
8928
|
as = "button",
|
|
8929
8929
|
children,
|
|
8930
8930
|
disabled,
|
|
8931
|
-
fontSize =
|
|
8931
|
+
fontSize = 1,
|
|
8932
8932
|
hotkeys,
|
|
8933
8933
|
icon,
|
|
8934
8934
|
iconRight,
|