@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.esm.js
CHANGED
|
@@ -6451,6 +6451,7 @@ const TextInput = forwardRef(function TextInput2(props, forwardedRef) {
|
|
|
6451
6451
|
style: CLEAR_BUTTON_BOX_STYLE,
|
|
6452
6452
|
tone: customValidity ? "critical" : "inherit",
|
|
6453
6453
|
children: /* @__PURE__ */jsx(Button, _objectSpread(_objectSpread({
|
|
6454
|
+
"aria-label": "Clear",
|
|
6454
6455
|
"data-qa": "clear-button",
|
|
6455
6456
|
fontSize,
|
|
6456
6457
|
icon: CloseIcon,
|