@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.
@@ -7526,6 +7526,7 @@ const TextArea = /*#__PURE__*/forwardRef(function TextArea(props, forwardedRef)
7526
7526
  "data-ui": "TextArea"
7527
7527
  }, /*#__PURE__*/React.createElement(InputRoot$1, null, /*#__PURE__*/React.createElement(Input$1, _extends({
7528
7528
  "data-as": "textarea",
7529
+ "data-scheme": rootTheme.scheme,
7529
7530
  "data-tone": rootTheme.tone
7530
7531
  }, restProps, {
7531
7532
  "$fontSize": useArrayProp(fontSize),
@@ -7541,6 +7542,7 @@ const TextArea = /*#__PURE__*/forwardRef(function TextArea(props, forwardedRef)
7541
7542
  "$radius": useArrayProp(radius),
7542
7543
  "$scheme": rootTheme.scheme,
7543
7544
  "$tone": rootTheme.tone,
7545
+ "data-scheme": rootTheme.scheme,
7544
7546
  "data-tone": rootTheme.tone
7545
7547
  })));
7546
7548
  });