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.
package/dist/index.js CHANGED
@@ -7973,12 +7973,12 @@ var SelectOption = function SelectOption(_ref36) {
7973
7973
  "$size": size
7974
7974
  }, label) : React__default.createElement(LabelText$1, {
7975
7975
  "$fontStyle": fontStyle ? fontStyle : 'italic',
7976
- "$color": themeColors.vms.text.light,
7976
+ "$color": color || themeColors.vms.text.medium,
7977
7977
  "$size": size
7978
7978
  }, labelText), React__default.createElement(Icon, {
7979
7979
  icon: isOpen ? 'UpArrow' : 'DownArrow',
7980
7980
  size: 7,
7981
- color: themeColors.vms.text.medium
7981
+ color: color || themeColors.vms.text.medium
7982
7982
  })), isOpen && React__default.createElement(DropdownMenu$1, {
7983
7983
  "$width": width,
7984
7984
  "$menuBackground": menuBackground,
@@ -9038,7 +9038,7 @@ var Pagination = function Pagination(_ref4) {
9038
9038
  "$gap": '4px',
9039
9039
  "$alignItems": 'center'
9040
9040
  }, React__default.createElement(PageInput, {
9041
- type: 'number',
9041
+ type: 'text',
9042
9042
  value: inputPage,
9043
9043
  onChange: handleInputChange,
9044
9044
  min: 1,