@bolttech/molecules-dropdown 0.33.0 → 0.33.1

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 +3 -1
  2. package/package.json +2 -2
package/index.cjs CHANGED
@@ -2272,7 +2272,7 @@ const ClickableElement = /*#__PURE__*/styled__default["default"].div.withConfig(
2272
2272
  const ContainerDropdown = /*#__PURE__*/styled__default["default"].section.withConfig({
2273
2273
  displayName: "molecules-dropdownstyles__ContainerDropdown",
2274
2274
  componentId: "sc-3wugi4-1"
2275
- })(["display:flex;padding-top:", ";padding-bottom:", ";padding-right:", ";padding-left:", ";gap:", ";background-color:", ";outline:", ";border-radius:", ";box-shadow:", ";margin-bottom:", ";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:", ";outline:", ";", "}", " ", ""], ({
2275
+ })(["display:flex;padding-top:", ";padding-bottom:", ";padding-right:", ";padding-left:", ";gap:", ";background-color:", ";outline:", ";outline-offset:calc(", "* -1);border-radius:", ";box-shadow:", ";margin-bottom:", ";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:", ";outline:", ";", "}", " ", ""], ({
2276
2276
  theme
2277
2277
  }) => theme.components.dropdown.paddingVertical, ({
2278
2278
  theme
@@ -2290,6 +2290,8 @@ const ContainerDropdown = /*#__PURE__*/styled__default["default"].section.withCo
2290
2290
  $variant
2291
2291
  }) => `${theme.components.dropdown.borderWidth.default} solid ${theme.components.dropdown[$variant].container.border.default}`, ({
2292
2292
  theme
2293
+ }) => theme.components.dropdown.borderWidth.default, ({
2294
+ theme
2293
2295
  }) => theme.components.dropdown.borderRadius, ({
2294
2296
  theme: {
2295
2297
  effects: {
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@bolttech/molecules-dropdown",
3
- "version": "0.33.0",
3
+ "version": "0.33.1",
4
4
  "main": "./index.cjs",
5
5
  "type": "commonjs",
6
6
  "types": "./src/index.d.ts",
7
7
  "dependencies": {
8
8
  "@bolttech/atoms-icon": "0.24.0",
9
- "@bolttech/atoms-input": "0.27.0",
9
+ "@bolttech/atoms-input": "0.27.1",
10
10
  "@bolttech/atoms-select": "0.24.0",
11
11
  "@bolttech/default-theme": "0.10.0",
12
12
  "@bolttech/form-engine": "3.1.0-beta.13",