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.
@@ -6299,12 +6299,12 @@ var SelectOption = function SelectOption(_ref36) {
6299
6299
  weight: icon.weight || '1px',
6300
6300
  color: icon.color || themeColors.text.medium
6301
6301
  }), label ? React.createElement(LabelText$1, {
6302
- color: color,
6302
+ "$color": color,
6303
6303
  "$disabled": disabled,
6304
6304
  "$size": size
6305
6305
  }, label) : React.createElement(LabelText$1, {
6306
6306
  "$fontStyle": fontStyle ? fontStyle : 'italic',
6307
- color: themeColors.text.light,
6307
+ "$color": themeColors.text.light,
6308
6308
  "$size": size
6309
6309
  }, labelText), React.createElement(Icon, {
6310
6310
  icon: isOpen ? 'UpArrow' : 'DownArrow',