@mmb-digital/design-system-web 0.1.342 → 0.1.344-alpha.0
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 +2 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -0
- package/package.json +13 -6
- package/dist/index.cjs.js +0 -2
- package/dist/index.cjs.js.map +0 -1
- package/dist/index.esm.js +0 -2
- package/dist/index.esm.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -544,7 +544,7 @@ declare enum Spacing {
|
|
|
544
544
|
xxxxl = "xxxxl",
|
|
545
545
|
xxxxxl = "xxxxxl"
|
|
546
546
|
}
|
|
547
|
-
declare const resolveSpacingValue: (theme: Theme$1, spacing: Spacing) => "4px" | "8px" | "12px" | "16px" | "24px" | "32px" | "40px" | "48px" | "56px" | "64px"
|
|
547
|
+
declare const resolveSpacingValue: (theme: Theme$1, spacing: Spacing) => "0" | "4px" | "8px" | "12px" | "16px" | "24px" | "32px" | "40px" | "48px" | "56px" | "64px";
|
|
548
548
|
|
|
549
549
|
declare enum WhiteSpace {
|
|
550
550
|
inherit = "inherit",
|
|
@@ -1127,7 +1127,7 @@ declare enum BorderRadius {
|
|
|
1127
1127
|
xl = "xl",
|
|
1128
1128
|
full = "full"
|
|
1129
1129
|
}
|
|
1130
|
-
declare const resolveBorderRadiusValue: (theme: Theme$1, borderRadius: BorderRadius) => "4px" | "8px" | "12px" | "16px" | "24px" | "32px" | "9999px"
|
|
1130
|
+
declare const resolveBorderRadiusValue: (theme: Theme$1, borderRadius: BorderRadius) => "0" | "4px" | "8px" | "12px" | "16px" | "24px" | "32px" | "9999px";
|
|
1131
1131
|
|
|
1132
1132
|
declare enum FlexWrap {
|
|
1133
1133
|
noWrap = "noWrap",
|