@trafilea/afrodita-components 5.0.0-beta.326 → 5.0.0-beta.327

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.
@@ -5122,7 +5122,7 @@ var DropdownOptions$1 = newStyled(BaseSelect$1.Options)(function (_a) {
5122
5122
  display: 'flex',
5123
5123
  flexDirection: 'column',
5124
5124
  alignItems: 'flex-start',
5125
- outline: "".concat(theme.component.dropdown.borderWidth || '0.063rem', " solid ").concat(theme.component.dropdown.options.borderColor),
5125
+ border: "".concat(theme.component.dropdown.borderWidth || '0.063rem', " solid ").concat(theme.component.dropdown.options.borderColor),
5126
5126
  boxSizing: 'border-box',
5127
5127
  borderRadius: theme.component.dropdown.options.borderRadius,
5128
5128
  background: theme.colors.shades.white.color,
package/build/index.js CHANGED
@@ -5148,7 +5148,7 @@ var DropdownOptions$1 = newStyled(BaseSelect$1.Options)(function (_a) {
5148
5148
  display: 'flex',
5149
5149
  flexDirection: 'column',
5150
5150
  alignItems: 'flex-start',
5151
- outline: "".concat(theme.component.dropdown.borderWidth || '0.063rem', " solid ").concat(theme.component.dropdown.options.borderColor),
5151
+ border: "".concat(theme.component.dropdown.borderWidth || '0.063rem', " solid ").concat(theme.component.dropdown.options.borderColor),
5152
5152
  boxSizing: 'border-box',
5153
5153
  borderRadius: theme.component.dropdown.options.borderRadius,
5154
5154
  background: theme.colors.shades.white.color,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Trafilea's Design System",
4
4
  "author": "Trafilea",
5
5
  "repository": "https://github.com/trafilea/afrodita-components",
6
- "version": "5.0.0-beta.326",
6
+ "version": "5.0.0-beta.327",
7
7
  "private": false,
8
8
  "main": "build/index.js",
9
9
  "style": "build/index.css",