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 +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.modern.js
CHANGED
|
@@ -10544,6 +10544,7 @@ var TextField = function TextField(_ref28) {
|
|
|
10544
10544
|
onClick: toggleDropdown,
|
|
10545
10545
|
onChange: handleTimeInput,
|
|
10546
10546
|
"$disabled": isDisabled,
|
|
10547
|
+
disabled: isDisabled,
|
|
10547
10548
|
"$size": size,
|
|
10548
10549
|
"$color": color || themeColors.vms.text.dark,
|
|
10549
10550
|
"$background": background || themeColors.vms["default"].tertiary,
|
|
@@ -10615,6 +10616,7 @@ var TextField = function TextField(_ref28) {
|
|
|
10615
10616
|
value: inputValue,
|
|
10616
10617
|
placeholder: placeholder,
|
|
10617
10618
|
"$disabled": isDisabled,
|
|
10619
|
+
disabled: isDisabled,
|
|
10618
10620
|
onChange: onChange,
|
|
10619
10621
|
"$size": size,
|
|
10620
10622
|
"$color": color || themeColors.vms.text.dark,
|