labsense-ui-kit 1.2.59 → 1.2.60
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 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7772,7 +7772,8 @@ var SelectOption = function SelectOption(_ref36) {
|
|
|
7772
7772
|
icon: icon.name,
|
|
7773
7773
|
size: icon.size || 14,
|
|
7774
7774
|
weight: icon.weight || '1px',
|
|
7775
|
-
color: icon.color || themeColors.vms.text.medium
|
|
7775
|
+
color: icon.color || themeColors.vms.text.medium,
|
|
7776
|
+
cursor: 'pointer'
|
|
7776
7777
|
}), label ? React__default.createElement(LabelText$1, {
|
|
7777
7778
|
"$color": color,
|
|
7778
7779
|
"$disabled": disabled,
|