labsense-ui-kit 1.2.16 → 1.2.17
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 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6303,12 +6303,12 @@ var SelectOption = function SelectOption(_ref36) {
|
|
|
6303
6303
|
weight: icon.weight || '1px',
|
|
6304
6304
|
color: icon.color || themeColors.text.medium
|
|
6305
6305
|
}), label ? React__default.createElement(LabelText$1, {
|
|
6306
|
-
color: color,
|
|
6306
|
+
"$color": color,
|
|
6307
6307
|
"$disabled": disabled,
|
|
6308
6308
|
"$size": size
|
|
6309
6309
|
}, label) : React__default.createElement(LabelText$1, {
|
|
6310
6310
|
"$fontStyle": fontStyle ? fontStyle : 'italic',
|
|
6311
|
-
color: themeColors.text.light,
|
|
6311
|
+
"$color": themeColors.text.light,
|
|
6312
6312
|
"$size": size
|
|
6313
6313
|
}, labelText), React__default.createElement(Icon, {
|
|
6314
6314
|
icon: isOpen ? 'UpArrow' : 'DownArrow',
|