@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.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,