@mmb-digital/design-system-web 0.1.325 → 0.1.327
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 +10 -10
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +4 -2
- package/dist/index.esm.js +10 -10
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -387,6 +387,8 @@ declare enum IconSystemType {
|
|
|
387
387
|
crosshair = "crosshair",
|
|
388
388
|
download = "download",
|
|
389
389
|
event = "event",
|
|
390
|
+
eyeClosed = "eyeClosed",
|
|
391
|
+
eyeOpen = "eyeOpen",
|
|
390
392
|
fileText = "fileText",
|
|
391
393
|
logout = "logout",
|
|
392
394
|
mail = "mail",
|
|
@@ -474,7 +476,7 @@ declare enum Spacing {
|
|
|
474
476
|
xxxxl = "xxxxl",
|
|
475
477
|
xxxxxl = "xxxxxl"
|
|
476
478
|
}
|
|
477
|
-
declare const resolveSpacingValue: (theme: Theme$1, spacing: Spacing) => "
|
|
479
|
+
declare const resolveSpacingValue: (theme: Theme$1, spacing: Spacing) => "4px" | "8px" | "12px" | "16px" | "24px" | "32px" | "40px" | "48px" | "56px" | "64px" | "0";
|
|
478
480
|
|
|
479
481
|
declare enum WhiteSpace {
|
|
480
482
|
inherit = "inherit",
|
|
@@ -1057,7 +1059,7 @@ declare enum BorderRadius {
|
|
|
1057
1059
|
xl = "xl",
|
|
1058
1060
|
full = "full"
|
|
1059
1061
|
}
|
|
1060
|
-
declare const resolveBorderRadiusValue: (theme: Theme$1, borderRadius: BorderRadius) => "
|
|
1062
|
+
declare const resolveBorderRadiusValue: (theme: Theme$1, borderRadius: BorderRadius) => "4px" | "8px" | "12px" | "16px" | "24px" | "32px" | "9999px" | "0";
|
|
1061
1063
|
|
|
1062
1064
|
declare enum FlexWrap {
|
|
1063
1065
|
noWrap = "noWrap",
|