@trafilea/afrodita-components 5.0.0-beta.123 → 5.0.0-beta.125
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/build/index.d.ts +1 -0
- package/build/index.esm.js +2 -1
- package/build/index.esm.js.map +1 -1
- package/build/index.js +2 -1
- package/build/index.js.map +1 -1
- package/build/theme/revel.theme.d.ts +1 -0
- package/build/theme/revel.theme.js +8 -7
- package/build/theme/shapermint.theme.d.ts +1 -0
- package/build/theme/shapermint.theme.js +1 -0
- package/build/theme/truekind.theme.d.ts +1 -0
- package/build/theme/truekind.theme.js +1 -0
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -4441,7 +4441,7 @@ var DropdownOptions = newStyled(BaseSelect$1.Options)(function (_a) {
|
|
|
4441
4441
|
alignItems: 'flex-start',
|
|
4442
4442
|
border: "0.063rem solid ".concat(theme.component.dropdown.options.borderColor),
|
|
4443
4443
|
boxSizing: 'border-box',
|
|
4444
|
-
borderRadius: theme.component.dropdown.borderRadius,
|
|
4444
|
+
borderRadius: theme.component.dropdown.options.borderRadius,
|
|
4445
4445
|
background: theme.colors.shades.white.color,
|
|
4446
4446
|
padding: 0,
|
|
4447
4447
|
marginTop: '0.125rem',
|
|
@@ -4916,6 +4916,7 @@ var SizeSelector = function (_a) {
|
|
|
4916
4916
|
return (jsx(SelectorSecondary, { css: {
|
|
4917
4917
|
padding: '0.75rem 1rem 0.625rem',
|
|
4918
4918
|
margin: '0 0.5rem 0.625rem 0',
|
|
4919
|
+
minWidth: '4rem',
|
|
4919
4920
|
}, size: exports.ComponentSize.Medium, text: size.label, active: active, disabled: size.disabled, onClick: function () { return onChange(size); }, testId: "size-variant-".concat(size.label.split('/')[0]), width: width }, size.label));
|
|
4920
4921
|
}) }), void 0)] }), void 0));
|
|
4921
4922
|
};
|