@true-engineering/true-react-common-ui-kit 4.0.0-alpha11 → 4.0.0-alpha13

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.
@@ -31259,7 +31259,8 @@
31259
31259
  },
31260
31260
  symbolsCountError: {
31261
31261
  color: "red"
31262
- }
31262
+ },
31263
+ withLabel: {}
31263
31264
  });
31264
31265
  var controlWrapperStyles = {
31265
31266
  label: {
@@ -31469,6 +31470,7 @@
31469
31470
  setFocused(false);
31470
31471
  onBlur === null || onBlur === void 0 ? void 0 : onBlur(event);
31471
31472
  };
31473
+ var _obj2;
31472
31474
  return /* @__PURE__ */ jsxs(WithMessages, {
31473
31475
  errorMessage,
31474
31476
  infoMessage,
@@ -31486,10 +31488,10 @@
31486
31488
  size,
31487
31489
  isFullWidth: true,
31488
31490
  children: /* @__PURE__ */ jsx("div", _object_spread_props$5(_object_spread$5({
31489
- className: clsx(classes.wrapper, _define_property$5({}, classes.autoSized, isAutoSized))
31490
- }, isAutoSized && trueReactPlatformHelpers.addDataAttributes({
31491
- value
31492
- })), {
31491
+ className: clsx(classes.wrapper, (_obj2 = {}, _define_property$5(_obj2, classes.autoSized, isAutoSized), _define_property$5(_obj2, classes.withLabel, hasLabel), _obj2))
31492
+ }, isAutoSized && {
31493
+ "data-value": value
31494
+ }), {
31493
31495
  children: /* @__PURE__ */ jsx("textarea", _object_spread$5({
31494
31496
  ref,
31495
31497
  className: classes.textarea,