@mmb-digital/design-system-web 0.1.74 → 0.1.75

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 CHANGED
@@ -1001,12 +1001,11 @@
1001
1001
  ${({theme:e})=>e.spacing.sm}
1002
1002
  `,Ao=t.div`
1003
1003
  position: relative;
1004
- z-index: 9;
1004
+ z-index: 10;
1005
1005
  display: block;
1006
- row-gap: ${({theme:e})=>e.spacing.xxs};
1007
1006
  max-width: 266px;
1008
1007
  padding: ${Do};
1009
- background-color: ${({chooseColor:e,theme:t})=>e(t.colors.surface.risen)};
1008
+ background-color: ${({chooseColor:e,theme:t})=>e(t.colors.surface.risen)}!important;
1010
1009
  border-radius: ${({theme:e})=>e.borderRadius.xs};
1011
1010
  box-shadow: ${({theme:e})=>e.shadow.box.md};
1012
1011
  `,Lo=t.div`
@@ -1059,7 +1058,6 @@
1059
1058
  border-radius: ${({theme:e})=>e.borderRadius.md};
1060
1059
 
1061
1060
  @media (min-width: ${({theme:e})=>e.breakpoints.sm}) {
1062
- min-width: 355px;
1063
1061
  padding: ${({theme:e})=>e.spacing.xl};
1064
1062
  }
1065
1063
  `,Na=t.div`
@@ -1865,8 +1863,8 @@ function Gu(e,t,n){return t=qu(t),function(e,t){if(t&&("object"==typeof t||"func
1865
1863
  min-height: 124px;
1866
1864
  padding: ${({theme:e})=>e.spacing.sm};
1867
1865
  font-family: Inter, sans-serif;
1868
- font-size: ${({theme:e})=>e.font.size.body.sm};
1869
- line-height: ${({theme:e})=>e.font.lineHeight.body.sm};
1866
+ font-size: ${({theme:e})=>e.font.size.body.md};
1867
+ line-height: ${({theme:e})=>e.font.lineHeight.body.md};
1870
1868
  letter-spacing: ${({theme:e})=>e.font.letterSpacing.body.sm};
1871
1869
  resize: vertical;
1872
1870
  background: ${({theme:e})=>e.palette.white};