labsense-ui-kit 1.2.72 → 1.2.74

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.
@@ -7969,12 +7969,12 @@ var SelectOption = function SelectOption(_ref36) {
7969
7969
  "$size": size
7970
7970
  }, label) : React.createElement(LabelText$1, {
7971
7971
  "$fontStyle": fontStyle ? fontStyle : 'italic',
7972
- "$color": themeColors.vms.text.light,
7972
+ "$color": color || themeColors.vms.text.medium,
7973
7973
  "$size": size
7974
7974
  }, labelText), React.createElement(Icon, {
7975
7975
  icon: isOpen ? 'UpArrow' : 'DownArrow',
7976
7976
  size: 7,
7977
- color: themeColors.vms.text.medium
7977
+ color: color || themeColors.vms.text.medium
7978
7978
  })), isOpen && React.createElement(DropdownMenu$1, {
7979
7979
  "$width": width,
7980
7980
  "$menuBackground": menuBackground,
@@ -9034,7 +9034,7 @@ var Pagination = function Pagination(_ref4) {
9034
9034
  "$gap": '4px',
9035
9035
  "$alignItems": 'center'
9036
9036
  }, React.createElement(PageInput, {
9037
- type: 'number',
9037
+ type: 'text',
9038
9038
  value: inputPage,
9039
9039
  onChange: handleInputChange,
9040
9040
  min: 1,