@bolttech/molecules-dropdown 0.3.1 → 0.3.2

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 +2 -8
  2. package/package.json +2 -2
package/index.cjs CHANGED
@@ -2257,7 +2257,7 @@ const ClickableElement = /*#__PURE__*/styled__default["default"].div.withConfig(
2257
2257
  const ContainerDropdown = /*#__PURE__*/styled__default["default"].section.withConfig({
2258
2258
  displayName: "molecules-dropdownstyles__ContainerDropdown",
2259
2259
  componentId: "sc-3wugi4-1"
2260
- })(["display:flex;padding-top:", ";padding-bottom:", ";padding-right:", ";padding-left:", ";gap:", ";background-color:", ";border:", ";border-radius:", ";box-shadow:", ";input{display:inline-block;text-overflow:ellipsis;white-space:nowrap;width:100%;overflow-x:hidden;}.fieldLabel{color:", ";font-family:", ";font-weight:", ";line-height:", ";font-size:", ";letter-spacing:", ";}.requiredLabel{color:", ";font-family:", ";font-weight:", ";line-height:", ";font-size:", ";letter-spacing:", ";}label.material-symbols-sharp{color:", ";}&:focus-within{background-color:", ";border:", ";", "}", " ", ""], ({
2260
+ })(["display:flex;padding-top:", ";padding-bottom:", ";padding-right:", ";padding-left:", ";gap:", ";background-color:", ";border:", ";border-radius:", ";box-shadow:", ";input{display:inline-block;text-overflow:ellipsis;white-space:nowrap;width:100%;overflow-x:hidden;}.fieldLabel{color:", ";font-weight:", ";line-height:", ";font-size:", ";letter-spacing:", ";}.requiredLabel{color:", ";font-weight:", ";line-height:", ";font-size:", ";letter-spacing:", ";}label.material-symbols-sharp{color:", ";}&:focus-within{background-color:", ";border:", ";", "}", " ", ""], ({
2261
2261
  theme
2262
2262
  }) => theme.components.dropdown.paddingVertical, ({
2263
2263
  theme
@@ -2287,8 +2287,6 @@ const ContainerDropdown = /*#__PURE__*/styled__default["default"].section.withCo
2287
2287
  hasValue
2288
2288
  }) => theme.components.dropdown[variant].text.color.fieldLabel[hasValue ? 'filled' : 'default'], ({
2289
2289
  theme
2290
- }) => theme.components.dropdown.fieldLabel.fontFamily, ({
2291
- theme
2292
2290
  }) => theme.components.dropdown.fieldLabel.fontWeight, ({
2293
2291
  theme
2294
2292
  }) => theme.components.dropdown.fieldLabel.lineHeight, ({
@@ -2301,8 +2299,6 @@ const ContainerDropdown = /*#__PURE__*/styled__default["default"].section.withCo
2301
2299
  hasValue
2302
2300
  }) => theme.components.dropdown[variant].text.color.required[hasValue ? 'filled' : 'default'], ({
2303
2301
  theme
2304
- }) => theme.components.dropdown.required.fontFamily, ({
2305
- theme
2306
2302
  }) => theme.components.dropdown.required.fontWeight, ({
2307
2303
  theme
2308
2304
  }) => theme.components.dropdown.required.lineHeight, ({
@@ -2379,7 +2375,7 @@ const ContainerDropdown = /*#__PURE__*/styled__default["default"].section.withCo
2379
2375
  const SectionContainer = /*#__PURE__*/styled__default["default"].section.withConfig({
2380
2376
  displayName: "molecules-dropdownstyles__SectionContainer",
2381
2377
  componentId: "sc-3wugi4-2"
2382
- })(["position:relative;.errorMessage{padding-right:", ";padding-left:", ";label{color:", ";font-family:", ";font-weight:", ";line-height:", ";font-size:", ";letter-spacing:", ";}}"], ({
2378
+ })(["position:relative;.errorMessage{padding-right:", ";padding-left:", ";label{color:", ";font-weight:", ";line-height:", ";font-size:", ";letter-spacing:", ";}}"], ({
2383
2379
  theme
2384
2380
  }) => theme.components.dropdown.paddingHorizontal, ({
2385
2381
  theme
@@ -2388,8 +2384,6 @@ const SectionContainer = /*#__PURE__*/styled__default["default"].section.withCon
2388
2384
  variant
2389
2385
  }) => theme.components.dropdown[variant].text.color.errorMessage.error, ({
2390
2386
  theme
2391
- }) => theme.components.dropdown.error.fontFamily, ({
2392
- theme
2393
2387
  }) => theme.components.dropdown.error.fontWeight, ({
2394
2388
  theme
2395
2389
  }) => theme.components.dropdown.error.lineHeight, ({
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@bolttech/molecules-dropdown",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "dependencies": {
5
5
  "@bolttech/atoms-icon": "0.1.8",
6
6
  "@bolttech/atoms-input": "0.0.1",
7
- "@bolttech/atoms-select": "0.4.0",
7
+ "@bolttech/atoms-select": "0.4.1",
8
8
  "@edirect/frontend-foundations": "0.0.51",
9
9
  "jest-styled-components": "7.1.1",
10
10
  "react": "18.2.0",