@mmb-digital/design-system-web 0.1.336 → 0.1.337
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 +6 -6
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -476,7 +476,7 @@ declare enum Spacing {
|
|
|
476
476
|
xxxxl = "xxxxl",
|
|
477
477
|
xxxxxl = "xxxxxl"
|
|
478
478
|
}
|
|
479
|
-
declare const resolveSpacingValue: (theme: Theme$1, spacing: Spacing) => "4px" | "8px" | "12px" | "16px" | "24px" | "32px" | "40px" | "48px" | "56px" | "64px"
|
|
479
|
+
declare const resolveSpacingValue: (theme: Theme$1, spacing: Spacing) => "0" | "4px" | "8px" | "12px" | "16px" | "24px" | "32px" | "40px" | "48px" | "56px" | "64px";
|
|
480
480
|
|
|
481
481
|
declare enum WhiteSpace {
|
|
482
482
|
inherit = "inherit",
|
|
@@ -1059,7 +1059,7 @@ declare enum BorderRadius {
|
|
|
1059
1059
|
xl = "xl",
|
|
1060
1060
|
full = "full"
|
|
1061
1061
|
}
|
|
1062
|
-
declare const resolveBorderRadiusValue: (theme: Theme$1, borderRadius: BorderRadius) => "4px" | "8px" | "12px" | "16px" | "24px" | "32px" | "9999px"
|
|
1062
|
+
declare const resolveBorderRadiusValue: (theme: Theme$1, borderRadius: BorderRadius) => "0" | "4px" | "8px" | "12px" | "16px" | "24px" | "32px" | "9999px";
|
|
1063
1063
|
|
|
1064
1064
|
declare enum FlexWrap {
|
|
1065
1065
|
noWrap = "noWrap",
|
|
@@ -1165,6 +1165,7 @@ declare enum IconProductType {
|
|
|
1165
1165
|
check = "check",
|
|
1166
1166
|
coinsStack = "coinsStack",
|
|
1167
1167
|
creditCard = "creditCard",
|
|
1168
|
+
graphIncrease = "graphIncrease",
|
|
1168
1169
|
helpChat = "helpChat",
|
|
1169
1170
|
houseRefresh = "houseRefresh",
|
|
1170
1171
|
information = "information",
|
|
@@ -1174,6 +1175,7 @@ declare enum IconProductType {
|
|
|
1174
1175
|
moneta = "moneta",
|
|
1175
1176
|
moneyBag = "moneyBag",
|
|
1176
1177
|
passwordLock = "passwordLock",
|
|
1178
|
+
people = "people",
|
|
1177
1179
|
piggyBank = "piggyBank",
|
|
1178
1180
|
reward = "reward",
|
|
1179
1181
|
shieldCheck = "shieldCheck",
|