@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.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" | "0";
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" | "0";
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",