labsense-ui-kit 1.4.22 → 1.4.23

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
@@ -10549,6 +10549,7 @@ var TextField = function TextField(_ref28) {
10549
10549
  onClick: toggleDropdown,
10550
10550
  onChange: handleTimeInput,
10551
10551
  "$disabled": isDisabled,
10552
+ disabled: isDisabled,
10552
10553
  "$size": size,
10553
10554
  "$color": color || themeColors.vms.text.dark,
10554
10555
  "$background": background || themeColors.vms["default"].tertiary,
@@ -10620,6 +10621,7 @@ var TextField = function TextField(_ref28) {
10620
10621
  value: inputValue,
10621
10622
  placeholder: placeholder,
10622
10623
  "$disabled": isDisabled,
10624
+ disabled: isDisabled,
10623
10625
  onChange: onChange,
10624
10626
  "$size": size,
10625
10627
  "$color": color || themeColors.vms.text.dark,