@sanity/ui 1.0.0 → 1.0.1
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 +1 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +10 -8
- package/src/components/autocomplete/__workshop__/constrainedHeight.tsx +2 -2
- package/src/global.ts +6 -0
- package/src/primitives/textInput/textInput.tsx +1 -0
package/dist/index.js
CHANGED
|
@@ -6464,6 +6464,7 @@ const TextInput = react.forwardRef(function TextInput2(props, forwardedRef) {
|
|
|
6464
6464
|
style: CLEAR_BUTTON_BOX_STYLE,
|
|
6465
6465
|
tone: customValidity ? "critical" : "inherit",
|
|
6466
6466
|
children: /* @__PURE__ */jsxRuntime.jsx(Button, _objectSpread(_objectSpread({
|
|
6467
|
+
"aria-label": "Clear",
|
|
6467
6468
|
"data-qa": "clear-button",
|
|
6468
6469
|
fontSize,
|
|
6469
6470
|
icon: icons.CloseIcon,
|