@mmb-digital/design-system-web 0.1.46 → 0.1.47
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/dist/index.cjs.js +5 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/dist/jest.config.d.ts +0 -7
package/dist/index.cjs.js
CHANGED
|
@@ -796,12 +796,15 @@
|
|
|
796
796
|
align-items: center;
|
|
797
797
|
justify-content: center;
|
|
798
798
|
width: ${({fullWidth:e})=>!0===e?"100%":"fit-content"};
|
|
799
|
-
min-width: 120px;
|
|
800
799
|
white-space: nowrap;
|
|
801
800
|
cursor: pointer;
|
|
802
801
|
background: transparent;
|
|
803
802
|
border-radius: ${({theme:e})=>e.borderRadius.xs};
|
|
804
803
|
|
|
804
|
+
@media (min-width: ${({theme:e})=>e.breakpoints.md}) {
|
|
805
|
+
min-width: 120px;
|
|
806
|
+
}
|
|
807
|
+
|
|
805
808
|
${({colorScheme:e,isActive:n,variant:r})=>r===exports.TabsVariant.primary?!0===n?t.css`
|
|
806
809
|
${Ht};
|
|
807
810
|
background: ${({theme:e})=>e.colors.surface.risen.light};
|
|
@@ -862,6 +865,7 @@
|
|
|
862
865
|
justify-content: flex-start;
|
|
863
866
|
width: ${({fullWidth:e})=>!0===e?"100%":"fit-content"};
|
|
864
867
|
padding: ${({theme:e})=>e.spacing.xxs};
|
|
868
|
+
overflow-y: auto;
|
|
865
869
|
background: ${({chooseColor:e,theme:t})=>e(t.colors.surface.default)};
|
|
866
870
|
border: 1px solid ${({chooseColor:e,theme:t})=>e(t.colors.border.neutral.subtlest)};
|
|
867
871
|
border-radius: ${({theme:e})=>e.borderRadius.sm};
|