@mmb-digital/design-system-web 0.1.42 → 0.1.43
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 +8 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +8 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1562,7 +1562,10 @@ function lc(e,t,n){return t=xc(t),function(e,t){if(t&&("object"==typeof t||"func
|
|
|
1562
1562
|
|
|
1563
1563
|
/* stylelint-disable-next-line no-descending-specificity */
|
|
1564
1564
|
&:checked + label {
|
|
1565
|
-
padding: calc(${({theme:e})=>e.spacing.sm} - 1px);
|
|
1565
|
+
padding-top: calc(${({theme:e})=>e.spacing.sm} - 1px);
|
|
1566
|
+
padding-right: calc(${({theme:e})=>e.spacing.xs} - 1px);
|
|
1567
|
+
padding-bottom: calc(${({theme:e})=>e.spacing.sm} - 1px);
|
|
1568
|
+
padding-left: calc(${({theme:e})=>e.spacing.xs} - 1px);
|
|
1566
1569
|
background-color: ${({theme:e})=>e.colors.surface.default.light};
|
|
1567
1570
|
border-color: ${({isError:e,theme:t})=>e?t.colors.fg.error.light:t.colors.border.brand.default.light};
|
|
1568
1571
|
border-width: 2px;
|
|
@@ -1585,7 +1588,10 @@ function lc(e,t,n){return t=xc(t),function(e,t){if(t&&("object"==typeof t||"func
|
|
|
1585
1588
|
row-gap: ${({theme:e})=>e.spacing.sm};
|
|
1586
1589
|
align-items: center;
|
|
1587
1590
|
justify-content: space-evenly;
|
|
1588
|
-
padding: ${({theme:e})=>e.spacing.sm};
|
|
1591
|
+
padding-top: ${({theme:e})=>e.spacing.sm};
|
|
1592
|
+
padding-right: ${({theme:e})=>e.spacing.xs};
|
|
1593
|
+
padding-bottom: ${({theme:e})=>e.spacing.sm};
|
|
1594
|
+
padding-left: ${({theme:e})=>e.spacing.xs};
|
|
1589
1595
|
cursor: pointer;
|
|
1590
1596
|
background-color: inherit;
|
|
1591
1597
|
border-color: ${({isError:e,theme:t})=>e?t.colors.fg.error.light:t.colors.border.neutral.subtle.light};
|