@bolttech/molecules-input-combo 0.1.2 → 0.1.4

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.
Files changed (2) hide show
  1. package/index.cjs.js +2 -2
  2. package/package.json +4 -4
package/index.cjs.js CHANGED
@@ -1602,7 +1602,7 @@ const Container = /*#__PURE__*/styled__default.default.div.withConfig({
1602
1602
  const DropdownSection = /*#__PURE__*/styled__default.default.div.withConfig({
1603
1603
  displayName: "molecules-input-combostyles__DropdownSection",
1604
1604
  componentId: "sc-14wxneq-2"
1605
- })(["position:relative;display:flex;flex-shrink:0;& > section{position:static;width:auto;height:100%;}& > section > section{outline:none;box-shadow:none;border-radius:0;background-color:transparent;margin-bottom:0;height:100%;box-sizing:border-box;align-items:center;padding-top:0;padding-bottom:0;padding-left:", ";padding-right:", ";gap:", ";}& > section > section .fieldLabel,& > section > section .requiredLabel{display:none;}& > section > section > div{flex:0 0 auto;}& > section > section input{width:auto;min-width:20px;max-width:30px;color:", ";}& section > section span.material-symbols-sharp{color:", ";font-size:", ";}& > section > .errorMessage,& > section > .helperMessage{display:none;}& > section > ul,& > section > section ~ ul{min-width:100%;}"], ({
1605
+ })(["position:relative;display:flex;flex-shrink:0;& > div[class]{position:static;width:auto;height:100%;}& > div[class] > div[class]{outline:none;box-shadow:none;border-radius:0;background-color:transparent;margin-bottom:0;height:100%;box-sizing:border-box;align-items:center;padding-top:0;padding-bottom:0;padding-left:", ";padding-right:", ";gap:", ";}& > div[class] > div[class] .fieldLabel,& > div[class] > div[class] .requiredLabel{display:none;}& > div[class] > div[class] > div{flex:0 0 auto;}& > div[class] > div[class] input{width:auto;min-width:20px;max-width:30px;color:", ";}& div[class] > div[class] span.material-symbols-sharp{color:", ";font-size:", ";}& > div[class] > .errorMessage,& > div[class] > .helperMessage{display:none;}& > div[class] > ul,& > div[class] > div[class] ~ ul{min-width:100%;}"], ({
1606
1606
  theme
1607
1607
  }) => theme.components.inputCombo.paddingHorizontal, ({
1608
1608
  theme
@@ -1766,7 +1766,7 @@ const InputCombo = /*#__PURE__*/react.forwardRef((_a, ref) => {
1766
1766
  children: jsxRuntime.jsx(moleculesDropdown.Dropdown, {
1767
1767
  id: `${id}-dropdown`,
1768
1768
  dataTestId: `${dataTestId}-dropdown`,
1769
- label: dropdownLabel,
1769
+ label: dropdownLabel || 'Select option',
1770
1770
  variant: variant,
1771
1771
  optionList: dropdownOptions,
1772
1772
  disabled: disabled,
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@bolttech/molecules-input-combo",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "dependencies": {
5
5
  "styled-components": "6.1.1",
6
6
  "react": "19.1.2",
7
- "@bolttech/atoms-select": "0.27.3",
8
- "@bolttech/molecules-dropdown": "0.37.3",
9
- "@bolttech/atoms-input": "0.30.4",
7
+ "@bolttech/atoms-select": "0.27.4",
8
+ "@bolttech/molecules-dropdown": "0.37.5",
9
+ "@bolttech/atoms-input": "0.30.5",
10
10
  "@bolttech/divider": "0.22.3",
11
11
  "@bolttech/ui-utils": "0.6.7"
12
12
  },