@sanity/ui 0.37.17 → 0.37.18

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.
@@ -6580,6 +6580,7 @@ var TextArea = /*#__PURE__*/forwardRef(function TextArea(props, forwardedRef) {
6580
6580
  "data-ui": "TextArea"
6581
6581
  }, /*#__PURE__*/React.createElement(InputRoot$1, null, /*#__PURE__*/React.createElement(Input$1, _extends({
6582
6582
  "data-as": "textarea",
6583
+ "data-scheme": rootTheme.scheme,
6583
6584
  "data-tone": rootTheme.tone
6584
6585
  }, restProps, {
6585
6586
  "$fontSize": useArrayProp(fontSize),
@@ -6595,6 +6596,7 @@ var TextArea = /*#__PURE__*/forwardRef(function TextArea(props, forwardedRef) {
6595
6596
  "$radius": useArrayProp(radius),
6596
6597
  "$scheme": rootTheme.scheme,
6597
6598
  "$tone": rootTheme.tone,
6599
+ "data-scheme": rootTheme.scheme,
6598
6600
  "data-tone": rootTheme.tone
6599
6601
  })));
6600
6602
  });