@justfixnyc/component-library 0.53.0 → 0.53.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/src/index.es.js
CHANGED
|
@@ -552,6 +552,7 @@ const TextInput = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
|
552
552
|
invalidText,
|
|
553
553
|
invalid,
|
|
554
554
|
helperText,
|
|
555
|
+
helperElement,
|
|
555
556
|
labelText,
|
|
556
557
|
size,
|
|
557
558
|
id,
|
|
@@ -573,6 +574,7 @@ const TextInput = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
|
573
574
|
}, /*#__PURE__*/React.createElement(InputHeader, {
|
|
574
575
|
headerText: labelText,
|
|
575
576
|
helperText: helperText,
|
|
577
|
+
helperElement: helperElement,
|
|
576
578
|
invalidText: invalidText,
|
|
577
579
|
invalid: invalid,
|
|
578
580
|
labelFor: id
|
package/dist/src/index.js
CHANGED
|
@@ -563,6 +563,7 @@ const TextInput = /*#__PURE__*/React__default["default"].forwardRef((_ref, ref)
|
|
|
563
563
|
invalidText,
|
|
564
564
|
invalid,
|
|
565
565
|
helperText,
|
|
566
|
+
helperElement,
|
|
566
567
|
labelText,
|
|
567
568
|
size,
|
|
568
569
|
id,
|
|
@@ -584,6 +585,7 @@ const TextInput = /*#__PURE__*/React__default["default"].forwardRef((_ref, ref)
|
|
|
584
585
|
}, /*#__PURE__*/React__default["default"].createElement(InputHeader, {
|
|
585
586
|
headerText: labelText,
|
|
586
587
|
helperText: helperText,
|
|
588
|
+
helperElement: helperElement,
|
|
587
589
|
invalidText: invalidText,
|
|
588
590
|
invalid: invalid,
|
|
589
591
|
labelFor: id
|