@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.js
CHANGED
|
@@ -6855,7 +6855,7 @@ const TextArea = react.forwardRef(function TextArea2(props, forwardedRef) {
|
|
|
6855
6855
|
disabled = false,
|
|
6856
6856
|
fontSize = 2,
|
|
6857
6857
|
padding = 3,
|
|
6858
|
-
radius =
|
|
6858
|
+
radius = 2,
|
|
6859
6859
|
weight,
|
|
6860
6860
|
...restProps
|
|
6861
6861
|
} = props;
|
|
@@ -6929,7 +6929,7 @@ const TextInput = react.forwardRef(function TextInput2(props, forwardedRef) {
|
|
|
6929
6929
|
onClear,
|
|
6930
6930
|
padding: paddingProp = 3,
|
|
6931
6931
|
prefix,
|
|
6932
|
-
radius: radiusProp =
|
|
6932
|
+
radius: radiusProp = 2,
|
|
6933
6933
|
readOnly,
|
|
6934
6934
|
space: spaceProp = 3,
|
|
6935
6935
|
suffix,
|
|
@@ -8941,7 +8941,7 @@ const MenuItem = react.forwardRef(function MenuItem2(props, forwardedRef) {
|
|
|
8941
8941
|
as = "button",
|
|
8942
8942
|
children,
|
|
8943
8943
|
disabled,
|
|
8944
|
-
fontSize =
|
|
8944
|
+
fontSize = 1,
|
|
8945
8945
|
hotkeys,
|
|
8946
8946
|
icon,
|
|
8947
8947
|
iconRight,
|