@metamask-previews/design-system-react 0.6.1-preview.ab80aae → 0.7.0-preview.3dc70e1
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/CHANGELOG.md +8 -1
- package/dist/components/AvatarGroup/AvatarGroup.d.cts +5 -5
- package/dist/components/AvatarGroup/AvatarGroup.d.cts.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.d.mts +5 -5
- package/dist/components/AvatarGroup/AvatarGroup.d.mts.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.types.cjs.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.types.d.cts +5 -5
- package/dist/components/AvatarGroup/AvatarGroup.types.d.cts.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.types.d.mts +5 -5
- package/dist/components/AvatarGroup/AvatarGroup.types.d.mts.map +1 -1
- package/dist/components/AvatarGroup/AvatarGroup.types.mjs.map +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.cjs +2 -2
- package/dist/components/BadgeStatus/BadgeStatus.cjs.map +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.constants.cjs +8 -8
- package/dist/components/BadgeStatus/BadgeStatus.constants.cjs.map +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.constants.d.cts +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.constants.d.cts.map +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.constants.d.mts +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.constants.d.mts.map +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.constants.mjs +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.constants.mjs.map +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.d.cts.map +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.d.mts.map +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.mjs +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.mjs.map +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.types.cjs.map +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.types.d.cts +4 -28
- package/dist/components/BadgeStatus/BadgeStatus.types.d.cts.map +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.types.d.mts +4 -28
- package/dist/components/BadgeStatus/BadgeStatus.types.d.mts.map +1 -1
- package/dist/components/BadgeStatus/BadgeStatus.types.mjs.map +1 -1
- package/dist/components/BadgeStatus/index.cjs +3 -3
- package/dist/components/BadgeStatus/index.cjs.map +1 -1
- package/dist/components/BadgeStatus/index.d.cts +1 -1
- package/dist/components/BadgeStatus/index.d.cts.map +1 -1
- package/dist/components/BadgeStatus/index.d.mts +1 -1
- package/dist/components/BadgeStatus/index.d.mts.map +1 -1
- package/dist/components/BadgeStatus/index.mjs +1 -1
- package/dist/components/BadgeStatus/index.mjs.map +1 -1
- package/dist/components/Button/Button.types.cjs.map +1 -1
- package/dist/components/Button/Button.types.d.cts +3 -3
- package/dist/components/Button/Button.types.d.cts.map +1 -1
- package/dist/components/Button/Button.types.d.mts +3 -3
- package/dist/components/Button/Button.types.d.mts.map +1 -1
- package/dist/components/Button/Button.types.mjs.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.cts +4 -3
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.cts.map +1 -1
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.mts +4 -3
- package/dist/components/ButtonIcon/ButtonIcon.constants.d.mts.map +1 -1
- package/dist/components/Icon/icons/PopUp.cjs +32 -0
- package/dist/components/Icon/icons/PopUp.cjs.map +1 -0
- package/dist/components/Icon/icons/PopUp.d.cts +4 -0
- package/dist/components/Icon/icons/PopUp.d.cts.map +1 -0
- package/dist/components/Icon/icons/PopUp.d.mts +4 -0
- package/dist/components/Icon/icons/PopUp.d.mts.map +1 -0
- package/dist/components/Icon/icons/PopUp.mjs +7 -0
- package/dist/components/Icon/icons/PopUp.mjs.map +1 -0
- package/dist/components/Icon/icons/SidePanel.cjs +32 -0
- package/dist/components/Icon/icons/SidePanel.cjs.map +1 -0
- package/dist/components/Icon/icons/SidePanel.d.cts +4 -0
- package/dist/components/Icon/icons/SidePanel.d.cts.map +1 -0
- package/dist/components/Icon/icons/SidePanel.d.mts +4 -0
- package/dist/components/Icon/icons/SidePanel.d.mts.map +1 -0
- package/dist/components/Icon/icons/SidePanel.mjs +7 -0
- package/dist/components/Icon/icons/SidePanel.mjs.map +1 -0
- package/dist/components/Icon/icons/index.cjs +4 -0
- package/dist/components/Icon/icons/index.cjs.map +1 -1
- package/dist/components/Icon/icons/index.d.cts +2 -0
- package/dist/components/Icon/icons/index.d.cts.map +1 -1
- package/dist/components/Icon/icons/index.d.mts +2 -0
- package/dist/components/Icon/icons/index.d.mts.map +1 -1
- package/dist/components/Icon/icons/index.mjs +4 -0
- package/dist/components/Icon/icons/index.mjs.map +1 -1
- package/dist/types/index.cjs +369 -281
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.cts +252 -303
- package/dist/types/index.d.cts.map +1 -1
- package/dist/types/index.d.mts +252 -303
- package/dist/types/index.d.mts.map +1 -1
- package/dist/types/index.mjs +368 -267
- package/dist/types/index.mjs.map +1 -1
- package/package.json +6 -6
package/dist/types/index.mjs
CHANGED
|
@@ -1,25 +1,29 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* AvatarBase - size
|
|
3
|
+
*/
|
|
4
|
+
export var AvatarBaseSize;
|
|
5
|
+
(function (AvatarBaseSize) {
|
|
2
6
|
/**
|
|
3
7
|
* Represents an extra small avatar size (16px).
|
|
4
8
|
*/
|
|
5
|
-
Xs
|
|
9
|
+
AvatarBaseSize["Xs"] = "xs";
|
|
6
10
|
/**
|
|
7
11
|
* Represents a small avatar size (24px).
|
|
8
12
|
*/
|
|
9
|
-
Sm
|
|
13
|
+
AvatarBaseSize["Sm"] = "sm";
|
|
10
14
|
/**
|
|
11
15
|
* Represents a medium avatar size (32px).
|
|
12
16
|
*/
|
|
13
|
-
Md
|
|
17
|
+
AvatarBaseSize["Md"] = "md";
|
|
14
18
|
/**
|
|
15
19
|
* Represents a large avatar size (40px).
|
|
16
20
|
*/
|
|
17
|
-
Lg
|
|
21
|
+
AvatarBaseSize["Lg"] = "lg";
|
|
18
22
|
/**
|
|
19
23
|
* Represents an extra large avatar size (48px).
|
|
20
24
|
*/
|
|
21
|
-
Xl
|
|
22
|
-
};
|
|
25
|
+
AvatarBaseSize["Xl"] = "xl";
|
|
26
|
+
})(AvatarBaseSize || (AvatarBaseSize = {}));
|
|
23
27
|
export { AvatarBaseSize as AvatarAccountSize };
|
|
24
28
|
export { AvatarBaseSize as AvatarFaviconSize };
|
|
25
29
|
export { AvatarBaseSize as AvatarGroupSize };
|
|
@@ -27,427 +31,522 @@ export { AvatarBaseSize as AvatarIconSize };
|
|
|
27
31
|
export { AvatarBaseSize as AvatarNetworkSize };
|
|
28
32
|
export { AvatarBaseSize as AvatarTokenSize };
|
|
29
33
|
export { AvatarBaseSize as AvatarSize };
|
|
30
|
-
|
|
34
|
+
/**
|
|
35
|
+
* Avatar - shape
|
|
36
|
+
*/
|
|
37
|
+
export var AvatarShape;
|
|
38
|
+
(function (AvatarShape) {
|
|
31
39
|
/**
|
|
32
40
|
* Represents a circular Avatar.
|
|
33
41
|
*/
|
|
34
|
-
Circle
|
|
42
|
+
AvatarShape["Circle"] = "circle";
|
|
35
43
|
/**
|
|
36
44
|
* Represents a squared Avatar
|
|
37
45
|
*/
|
|
38
|
-
Square
|
|
39
|
-
};
|
|
46
|
+
AvatarShape["Square"] = "square";
|
|
47
|
+
})(AvatarShape || (AvatarShape = {}));
|
|
40
48
|
export { AvatarShape as AvatarBaseShape };
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
export
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
49
|
+
/**
|
|
50
|
+
* AvatarAccount - variant
|
|
51
|
+
*/
|
|
52
|
+
export var AvatarAccountVariant;
|
|
53
|
+
(function (AvatarAccountVariant) {
|
|
54
|
+
AvatarAccountVariant["Blockies"] = "blockies";
|
|
55
|
+
AvatarAccountVariant["Jazzicon"] = "jazzicon";
|
|
56
|
+
AvatarAccountVariant["Maskicon"] = "maskicon";
|
|
57
|
+
})(AvatarAccountVariant || (AvatarAccountVariant = {}));
|
|
58
|
+
/**
|
|
59
|
+
* AvatarIcon - severity
|
|
60
|
+
*/
|
|
61
|
+
export var AvatarIconSeverity;
|
|
62
|
+
(function (AvatarIconSeverity) {
|
|
63
|
+
AvatarIconSeverity["Neutral"] = "neutral";
|
|
64
|
+
AvatarIconSeverity["Info"] = "info";
|
|
65
|
+
AvatarIconSeverity["Success"] = "success";
|
|
66
|
+
// eslint-disable-next-line @typescript-eslint/no-shadow
|
|
67
|
+
AvatarIconSeverity["Error"] = "error";
|
|
68
|
+
AvatarIconSeverity["Warning"] = "warning";
|
|
69
|
+
})(AvatarIconSeverity || (AvatarIconSeverity = {}));
|
|
70
|
+
/**
|
|
71
|
+
* AvatarGroup - variant
|
|
72
|
+
*/
|
|
73
|
+
export var AvatarGroupVariant;
|
|
74
|
+
(function (AvatarGroupVariant) {
|
|
75
|
+
AvatarGroupVariant["Account"] = "account";
|
|
76
|
+
AvatarGroupVariant["Favicon"] = "favicon";
|
|
77
|
+
AvatarGroupVariant["Network"] = "network";
|
|
78
|
+
AvatarGroupVariant["Token"] = "token";
|
|
79
|
+
})(AvatarGroupVariant || (AvatarGroupVariant = {}));
|
|
80
|
+
/**
|
|
81
|
+
* BadgeCount - size
|
|
82
|
+
*/
|
|
83
|
+
export var BadgeCountSize;
|
|
84
|
+
(function (BadgeCountSize) {
|
|
60
85
|
/**
|
|
61
86
|
* Represents a medium badge count (14px height).
|
|
62
87
|
*/
|
|
63
|
-
Md
|
|
88
|
+
BadgeCountSize["Md"] = "md";
|
|
64
89
|
/**
|
|
65
90
|
* Represents a large badge count (20px height).
|
|
66
91
|
*/
|
|
67
|
-
Lg
|
|
68
|
-
};
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
export
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
92
|
+
BadgeCountSize["Lg"] = "lg";
|
|
93
|
+
})(BadgeCountSize || (BadgeCountSize = {}));
|
|
94
|
+
/**
|
|
95
|
+
* BadgeWrapper - positionAnchorShape
|
|
96
|
+
*/
|
|
97
|
+
export var BadgeWrapperPositionAnchorShape;
|
|
98
|
+
(function (BadgeWrapperPositionAnchorShape) {
|
|
99
|
+
BadgeWrapperPositionAnchorShape["Rectangular"] = "rectangular";
|
|
100
|
+
BadgeWrapperPositionAnchorShape["Circular"] = "circular";
|
|
101
|
+
})(BadgeWrapperPositionAnchorShape || (BadgeWrapperPositionAnchorShape = {}));
|
|
102
|
+
/**
|
|
103
|
+
* BadgeWrapper - position.
|
|
104
|
+
*/
|
|
105
|
+
export var BadgeWrapperPosition;
|
|
106
|
+
(function (BadgeWrapperPosition) {
|
|
107
|
+
BadgeWrapperPosition["TopRight"] = "top-right";
|
|
108
|
+
BadgeWrapperPosition["BottomRight"] = "bottom-right";
|
|
109
|
+
BadgeWrapperPosition["BottomLeft"] = "bottom-left";
|
|
110
|
+
BadgeWrapperPosition["TopLeft"] = "top-left";
|
|
111
|
+
})(BadgeWrapperPosition || (BadgeWrapperPosition = {}));
|
|
112
|
+
/**
|
|
113
|
+
* Box - flexDirection
|
|
114
|
+
*/
|
|
115
|
+
export var BoxFlexDirection;
|
|
116
|
+
(function (BoxFlexDirection) {
|
|
117
|
+
BoxFlexDirection["Row"] = "flex-row";
|
|
118
|
+
BoxFlexDirection["RowReverse"] = "flex-row-reverse";
|
|
119
|
+
BoxFlexDirection["Column"] = "flex-col";
|
|
120
|
+
BoxFlexDirection["ColumnReverse"] = "flex-col-reverse";
|
|
121
|
+
})(BoxFlexDirection || (BoxFlexDirection = {}));
|
|
122
|
+
/**
|
|
123
|
+
* Box - flexWrap
|
|
124
|
+
*/
|
|
125
|
+
export var BoxFlexWrap;
|
|
126
|
+
(function (BoxFlexWrap) {
|
|
127
|
+
BoxFlexWrap["NoWrap"] = "flex-nowrap";
|
|
128
|
+
BoxFlexWrap["Wrap"] = "flex-wrap";
|
|
129
|
+
BoxFlexWrap["WrapReverse"] = "flex-wrap-reverse";
|
|
130
|
+
})(BoxFlexWrap || (BoxFlexWrap = {}));
|
|
131
|
+
/**
|
|
132
|
+
* Box - alignItems
|
|
133
|
+
*/
|
|
134
|
+
export var BoxAlignItems;
|
|
135
|
+
(function (BoxAlignItems) {
|
|
136
|
+
BoxAlignItems["Start"] = "items-start";
|
|
137
|
+
BoxAlignItems["Center"] = "items-center";
|
|
138
|
+
BoxAlignItems["End"] = "items-end";
|
|
139
|
+
BoxAlignItems["Stretch"] = "items-stretch";
|
|
140
|
+
BoxAlignItems["Baseline"] = "items-baseline";
|
|
141
|
+
})(BoxAlignItems || (BoxAlignItems = {}));
|
|
142
|
+
/**
|
|
143
|
+
* Box - justifyContent
|
|
144
|
+
*/
|
|
145
|
+
export var BoxJustifyContent;
|
|
146
|
+
(function (BoxJustifyContent) {
|
|
147
|
+
BoxJustifyContent["Start"] = "justify-start";
|
|
148
|
+
BoxJustifyContent["Center"] = "justify-center";
|
|
149
|
+
BoxJustifyContent["End"] = "justify-end";
|
|
150
|
+
BoxJustifyContent["Between"] = "justify-between";
|
|
151
|
+
BoxJustifyContent["Around"] = "justify-around";
|
|
152
|
+
BoxJustifyContent["Evenly"] = "justify-evenly";
|
|
153
|
+
})(BoxJustifyContent || (BoxJustifyContent = {}));
|
|
154
|
+
/**
|
|
155
|
+
* Box - backgroundColor
|
|
156
|
+
*/
|
|
157
|
+
export var BoxBackgroundColor;
|
|
158
|
+
(function (BoxBackgroundColor) {
|
|
123
159
|
/** Default background color */
|
|
124
|
-
BackgroundDefault
|
|
160
|
+
BoxBackgroundColor["BackgroundDefault"] = "bg-default";
|
|
125
161
|
/** Alternative background color */
|
|
126
|
-
BackgroundAlternative
|
|
162
|
+
BoxBackgroundColor["BackgroundAlternative"] = "bg-alternative";
|
|
127
163
|
/** Section background color */
|
|
128
|
-
BackgroundSection
|
|
164
|
+
BoxBackgroundColor["BackgroundSection"] = "bg-section";
|
|
129
165
|
/** Subsection background color */
|
|
130
|
-
BackgroundSubsection
|
|
166
|
+
BoxBackgroundColor["BackgroundSubsection"] = "bg-subsection";
|
|
131
167
|
/** Muted background color */
|
|
132
|
-
BackgroundMuted
|
|
168
|
+
BoxBackgroundColor["BackgroundMuted"] = "bg-muted";
|
|
133
169
|
/** Primary default background color */
|
|
134
|
-
PrimaryDefault
|
|
170
|
+
BoxBackgroundColor["PrimaryDefault"] = "bg-primary-default";
|
|
135
171
|
/** Primary alternative background color */
|
|
136
|
-
PrimaryAlternative
|
|
172
|
+
BoxBackgroundColor["PrimaryAlternative"] = "bg-primary-alternative";
|
|
137
173
|
/** Primary muted background color */
|
|
138
|
-
PrimaryMuted
|
|
174
|
+
BoxBackgroundColor["PrimaryMuted"] = "bg-primary-muted";
|
|
139
175
|
/** Primary inverse background color */
|
|
140
|
-
PrimaryInverse
|
|
176
|
+
BoxBackgroundColor["PrimaryInverse"] = "bg-primary-inverse";
|
|
141
177
|
/** Error default background color */
|
|
142
|
-
ErrorDefault
|
|
178
|
+
BoxBackgroundColor["ErrorDefault"] = "bg-error-default";
|
|
143
179
|
/** Error alternative background color */
|
|
144
|
-
ErrorAlternative
|
|
180
|
+
BoxBackgroundColor["ErrorAlternative"] = "bg-error-alternative";
|
|
145
181
|
/** Error muted background color */
|
|
146
|
-
ErrorMuted
|
|
182
|
+
BoxBackgroundColor["ErrorMuted"] = "bg-error-muted";
|
|
147
183
|
/** Error inverse background color */
|
|
148
|
-
ErrorInverse
|
|
184
|
+
BoxBackgroundColor["ErrorInverse"] = "bg-error-inverse";
|
|
149
185
|
/** Warning default background color */
|
|
150
|
-
WarningDefault
|
|
186
|
+
BoxBackgroundColor["WarningDefault"] = "bg-warning-default";
|
|
151
187
|
/** Warning alternative background color */
|
|
152
|
-
WarningAlternative
|
|
188
|
+
BoxBackgroundColor["WarningAlternative"] = "bg-warning-alternative";
|
|
153
189
|
/** Warning muted background color */
|
|
154
|
-
WarningMuted
|
|
190
|
+
BoxBackgroundColor["WarningMuted"] = "bg-warning-muted";
|
|
155
191
|
/** Warning inverse background color */
|
|
156
|
-
WarningInverse
|
|
192
|
+
BoxBackgroundColor["WarningInverse"] = "bg-warning-inverse";
|
|
157
193
|
/** Success default background color */
|
|
158
|
-
SuccessDefault
|
|
194
|
+
BoxBackgroundColor["SuccessDefault"] = "bg-success-default";
|
|
159
195
|
/** Success alternative background color */
|
|
160
|
-
SuccessAlternative
|
|
196
|
+
BoxBackgroundColor["SuccessAlternative"] = "bg-success-alternative";
|
|
161
197
|
/** Success muted background color */
|
|
162
|
-
SuccessMuted
|
|
198
|
+
BoxBackgroundColor["SuccessMuted"] = "bg-success-muted";
|
|
163
199
|
/** Success inverse background color */
|
|
164
|
-
SuccessInverse
|
|
200
|
+
BoxBackgroundColor["SuccessInverse"] = "bg-success-inverse";
|
|
165
201
|
/** Info default background color */
|
|
166
|
-
InfoDefault
|
|
202
|
+
BoxBackgroundColor["InfoDefault"] = "bg-info-default";
|
|
167
203
|
/** Info muted background color */
|
|
168
|
-
InfoMuted
|
|
204
|
+
BoxBackgroundColor["InfoMuted"] = "bg-info-muted";
|
|
169
205
|
/** Info inverse background color */
|
|
170
|
-
InfoInverse
|
|
206
|
+
BoxBackgroundColor["InfoInverse"] = "bg-info-inverse";
|
|
171
207
|
/** Flask default background color */
|
|
172
|
-
FlaskDefault
|
|
208
|
+
BoxBackgroundColor["FlaskDefault"] = "bg-flask-default";
|
|
173
209
|
/** Flask inverse background color */
|
|
174
|
-
FlaskInverse
|
|
210
|
+
BoxBackgroundColor["FlaskInverse"] = "bg-flask-inverse";
|
|
175
211
|
/** Overlay alternative background color */
|
|
176
|
-
OverlayAlternative
|
|
212
|
+
BoxBackgroundColor["OverlayAlternative"] = "bg-overlay-alternative";
|
|
177
213
|
/** Overlay default background color */
|
|
178
|
-
OverlayDefault
|
|
214
|
+
BoxBackgroundColor["OverlayDefault"] = "bg-overlay-default";
|
|
179
215
|
/** Overlay inverse background color */
|
|
180
|
-
OverlayInverse
|
|
216
|
+
BoxBackgroundColor["OverlayInverse"] = "bg-overlay-inverse";
|
|
181
217
|
/** Transparent background color */
|
|
182
|
-
Transparent
|
|
183
|
-
};
|
|
184
|
-
|
|
218
|
+
BoxBackgroundColor["Transparent"] = "bg-transparent";
|
|
219
|
+
})(BoxBackgroundColor || (BoxBackgroundColor = {}));
|
|
220
|
+
/**
|
|
221
|
+
* Box - borderColor
|
|
222
|
+
*/
|
|
223
|
+
export var BoxBorderColor;
|
|
224
|
+
(function (BoxBorderColor) {
|
|
185
225
|
/** Background default for cut out effect */
|
|
186
|
-
BackgroundDefault
|
|
226
|
+
BoxBorderColor["BackgroundDefault"] = "border-background-default";
|
|
187
227
|
/** Default border color */
|
|
188
|
-
BorderDefault
|
|
228
|
+
BoxBorderColor["BorderDefault"] = "border-default";
|
|
189
229
|
/** Muted border color */
|
|
190
|
-
BorderMuted
|
|
230
|
+
BoxBorderColor["BorderMuted"] = "border-muted";
|
|
191
231
|
/** Primary default border color */
|
|
192
|
-
PrimaryDefault
|
|
232
|
+
BoxBorderColor["PrimaryDefault"] = "border-primary-default";
|
|
193
233
|
/** Primary alternative border color */
|
|
194
|
-
PrimaryAlternative
|
|
234
|
+
BoxBorderColor["PrimaryAlternative"] = "border-primary-alternative";
|
|
195
235
|
/** Primary muted border color */
|
|
196
|
-
PrimaryMuted
|
|
236
|
+
BoxBorderColor["PrimaryMuted"] = "border-primary-muted";
|
|
197
237
|
/** Primary inverse border color */
|
|
198
|
-
PrimaryInverse
|
|
238
|
+
BoxBorderColor["PrimaryInverse"] = "border-primary-inverse";
|
|
199
239
|
/** Error default border color */
|
|
200
|
-
ErrorDefault
|
|
240
|
+
BoxBorderColor["ErrorDefault"] = "border-error-default";
|
|
201
241
|
/** Error alternative border color */
|
|
202
|
-
ErrorAlternative
|
|
242
|
+
BoxBorderColor["ErrorAlternative"] = "border-error-alternative";
|
|
203
243
|
/** Error muted border color */
|
|
204
|
-
ErrorMuted
|
|
244
|
+
BoxBorderColor["ErrorMuted"] = "border-error-muted";
|
|
205
245
|
/** Error inverse border color */
|
|
206
|
-
ErrorInverse
|
|
246
|
+
BoxBorderColor["ErrorInverse"] = "border-error-inverse";
|
|
207
247
|
/** Warning default border color */
|
|
208
|
-
WarningDefault
|
|
248
|
+
BoxBorderColor["WarningDefault"] = "border-warning-default";
|
|
209
249
|
/** Warning alternative border color */
|
|
210
|
-
WarningAlternative
|
|
250
|
+
BoxBorderColor["WarningAlternative"] = "border-warning-alternative";
|
|
211
251
|
/** Warning muted border color */
|
|
212
|
-
WarningMuted
|
|
252
|
+
BoxBorderColor["WarningMuted"] = "border-warning-muted";
|
|
213
253
|
/** Warning inverse border color */
|
|
214
|
-
WarningInverse
|
|
254
|
+
BoxBorderColor["WarningInverse"] = "border-warning-inverse";
|
|
215
255
|
/** Success default border color */
|
|
216
|
-
SuccessDefault
|
|
256
|
+
BoxBorderColor["SuccessDefault"] = "border-success-default";
|
|
217
257
|
/** Success alternative border color */
|
|
218
|
-
SuccessAlternative
|
|
258
|
+
BoxBorderColor["SuccessAlternative"] = "border-success-alternative";
|
|
219
259
|
/** Success muted border color */
|
|
220
|
-
SuccessMuted
|
|
260
|
+
BoxBorderColor["SuccessMuted"] = "border-success-muted";
|
|
221
261
|
/** Success inverse border color */
|
|
222
|
-
SuccessInverse
|
|
262
|
+
BoxBorderColor["SuccessInverse"] = "border-success-inverse";
|
|
223
263
|
/** Info default border color */
|
|
224
|
-
InfoDefault
|
|
264
|
+
BoxBorderColor["InfoDefault"] = "border-info-default";
|
|
225
265
|
/** Info alternative border color */
|
|
226
|
-
InfoAlternative
|
|
266
|
+
BoxBorderColor["InfoAlternative"] = "border-info-alternative";
|
|
227
267
|
/** Info muted border color */
|
|
228
|
-
InfoMuted
|
|
268
|
+
BoxBorderColor["InfoMuted"] = "border-info-muted";
|
|
229
269
|
/** Info inverse border color */
|
|
230
|
-
InfoInverse
|
|
270
|
+
BoxBorderColor["InfoInverse"] = "border-info-inverse";
|
|
231
271
|
/** Flask default border color */
|
|
232
|
-
FlaskDefault
|
|
272
|
+
BoxBorderColor["FlaskDefault"] = "border-flask-default";
|
|
233
273
|
/** Flask inverse border color */
|
|
234
|
-
FlaskInverse
|
|
274
|
+
BoxBorderColor["FlaskInverse"] = "border-flask-inverse";
|
|
235
275
|
/** Overlay alternative border color */
|
|
236
|
-
OverlayAlternative
|
|
276
|
+
BoxBorderColor["OverlayAlternative"] = "border-overlay-alternative";
|
|
237
277
|
/** Overlay default border color */
|
|
238
|
-
OverlayDefault
|
|
278
|
+
BoxBorderColor["OverlayDefault"] = "border-overlay-default";
|
|
239
279
|
/** Overlay inverse border color */
|
|
240
|
-
OverlayInverse
|
|
280
|
+
BoxBorderColor["OverlayInverse"] = "border-overlay-inverse";
|
|
241
281
|
/** Transparent border color */
|
|
242
|
-
Transparent
|
|
243
|
-
};
|
|
244
|
-
|
|
282
|
+
BoxBorderColor["Transparent"] = "border-transparent";
|
|
283
|
+
})(BoxBorderColor || (BoxBorderColor = {}));
|
|
284
|
+
/**
|
|
285
|
+
* ButtonBase - size
|
|
286
|
+
*/
|
|
287
|
+
export var ButtonBaseSize;
|
|
288
|
+
(function (ButtonBaseSize) {
|
|
245
289
|
/**
|
|
246
290
|
* Represents a small button size (32px).
|
|
247
291
|
*/
|
|
248
|
-
Sm
|
|
292
|
+
ButtonBaseSize["Sm"] = "sm";
|
|
249
293
|
/**
|
|
250
294
|
* Represents a medium button size (40px).
|
|
251
295
|
*/
|
|
252
|
-
Md
|
|
296
|
+
ButtonBaseSize["Md"] = "md";
|
|
253
297
|
/**
|
|
254
298
|
* Represents a large button size (48px).
|
|
255
299
|
*/
|
|
256
|
-
Lg
|
|
257
|
-
};
|
|
300
|
+
ButtonBaseSize["Lg"] = "lg";
|
|
301
|
+
})(ButtonBaseSize || (ButtonBaseSize = {}));
|
|
258
302
|
export { ButtonBaseSize as ButtonPrimarySize };
|
|
259
303
|
export { ButtonBaseSize as ButtonSecondarySize };
|
|
260
304
|
export { ButtonBaseSize as ButtonTertiarySize };
|
|
261
305
|
export { ButtonBaseSize as ButtonHeroSize };
|
|
262
306
|
export { ButtonBaseSize as ButtonSize };
|
|
263
|
-
|
|
307
|
+
/**
|
|
308
|
+
* Button - variant
|
|
309
|
+
*/
|
|
310
|
+
export var ButtonVariant;
|
|
311
|
+
(function (ButtonVariant) {
|
|
264
312
|
/**
|
|
265
313
|
* Primary button variant - used for primary actions
|
|
266
314
|
*/
|
|
267
|
-
Primary
|
|
315
|
+
ButtonVariant["Primary"] = "primary";
|
|
268
316
|
/**
|
|
269
317
|
* Secondary button variant - used for secondary actions
|
|
270
318
|
*/
|
|
271
|
-
Secondary
|
|
319
|
+
ButtonVariant["Secondary"] = "secondary";
|
|
272
320
|
/**
|
|
273
321
|
* Tertiary button variant - used for tertiary-like actions
|
|
274
322
|
*/
|
|
275
|
-
Tertiary
|
|
276
|
-
};
|
|
277
|
-
|
|
323
|
+
ButtonVariant["Tertiary"] = "tertiary";
|
|
324
|
+
})(ButtonVariant || (ButtonVariant = {}));
|
|
325
|
+
/**
|
|
326
|
+
* ButtonIcon - size
|
|
327
|
+
*/
|
|
328
|
+
export var ButtonIconSize;
|
|
329
|
+
(function (ButtonIconSize) {
|
|
278
330
|
/**
|
|
279
331
|
* Represents a small button size (24px).
|
|
280
332
|
*/
|
|
281
|
-
Sm
|
|
333
|
+
ButtonIconSize["Sm"] = "sm";
|
|
282
334
|
/**
|
|
283
335
|
* Represents a medium button size (32px).
|
|
284
336
|
*/
|
|
285
|
-
Md
|
|
337
|
+
ButtonIconSize["Md"] = "md";
|
|
286
338
|
/**
|
|
287
339
|
* Represents a large button size (40px).
|
|
288
340
|
*/
|
|
289
|
-
Lg
|
|
290
|
-
};
|
|
291
|
-
|
|
341
|
+
ButtonIconSize["Lg"] = "lg";
|
|
342
|
+
})(ButtonIconSize || (ButtonIconSize = {}));
|
|
343
|
+
/**
|
|
344
|
+
* Text - variant
|
|
345
|
+
*/
|
|
346
|
+
export var TextVariant;
|
|
347
|
+
(function (TextVariant) {
|
|
292
348
|
// Display Sizes
|
|
293
|
-
DisplayLg
|
|
294
|
-
DisplayMd
|
|
349
|
+
TextVariant["DisplayLg"] = "display-lg";
|
|
350
|
+
TextVariant["DisplayMd"] = "display-md";
|
|
295
351
|
// Heading Sizes
|
|
296
|
-
HeadingLg
|
|
297
|
-
HeadingMd
|
|
298
|
-
HeadingSm
|
|
352
|
+
TextVariant["HeadingLg"] = "heading-lg";
|
|
353
|
+
TextVariant["HeadingMd"] = "heading-md";
|
|
354
|
+
TextVariant["HeadingSm"] = "heading-sm";
|
|
299
355
|
// Font Sizes
|
|
300
|
-
BodyLg
|
|
301
|
-
BodyMd
|
|
302
|
-
BodySm
|
|
303
|
-
BodyXs
|
|
356
|
+
TextVariant["BodyLg"] = "body-lg";
|
|
357
|
+
TextVariant["BodyMd"] = "body-md";
|
|
358
|
+
TextVariant["BodySm"] = "body-sm";
|
|
359
|
+
TextVariant["BodyXs"] = "body-xs";
|
|
304
360
|
// Special Typography Variants
|
|
305
|
-
PageHeading
|
|
306
|
-
SectionHeading
|
|
307
|
-
ButtonLabelMd
|
|
308
|
-
ButtonLabelLg
|
|
309
|
-
AmountDisplayLg
|
|
310
|
-
};
|
|
311
|
-
|
|
361
|
+
TextVariant["PageHeading"] = "page-heading";
|
|
362
|
+
TextVariant["SectionHeading"] = "section-heading";
|
|
363
|
+
TextVariant["ButtonLabelMd"] = "button-label-md";
|
|
364
|
+
TextVariant["ButtonLabelLg"] = "button-label-lg";
|
|
365
|
+
TextVariant["AmountDisplayLg"] = "amount-display-lg";
|
|
366
|
+
})(TextVariant || (TextVariant = {}));
|
|
367
|
+
/**
|
|
368
|
+
* Text - color
|
|
369
|
+
*/
|
|
370
|
+
export var TextColor;
|
|
371
|
+
(function (TextColor) {
|
|
312
372
|
/** For default neutral text. */
|
|
313
|
-
TextDefault
|
|
373
|
+
TextColor["TextDefault"] = "text-default";
|
|
314
374
|
/** For softer contrast neutral text */
|
|
315
|
-
TextAlternative
|
|
375
|
+
TextColor["TextAlternative"] = "text-alternative";
|
|
316
376
|
/** For the softest contrast neutral text (not accessible) */
|
|
317
|
-
TextMuted
|
|
377
|
+
TextColor["TextMuted"] = "text-muted";
|
|
318
378
|
/** For elements used on top of overlay/alternative. Used for text, icon or border */
|
|
319
|
-
OverlayInverse
|
|
379
|
+
TextColor["OverlayInverse"] = "text-overlay-inverse";
|
|
320
380
|
/** For interactive, active, and selected semantics. Used for text, background, icon or border */
|
|
321
|
-
PrimaryDefault
|
|
381
|
+
TextColor["PrimaryDefault"] = "text-primary-default";
|
|
322
382
|
/** For primary text in a hover state. */
|
|
323
|
-
PrimaryDefaultHover
|
|
383
|
+
TextColor["PrimaryDefaultHover"] = "text-primary-default-hover";
|
|
324
384
|
/** For primary text in a pressed state. */
|
|
325
|
-
PrimaryDefaultPressed
|
|
385
|
+
TextColor["PrimaryDefaultPressed"] = "text-primary-default-pressed";
|
|
326
386
|
/** For elements used on top of primary/default. Used for text, icon or border */
|
|
327
|
-
PrimaryInverse
|
|
387
|
+
TextColor["PrimaryInverse"] = "text-primary-inverse";
|
|
328
388
|
/** For the critical alert semantic elements. Used for text, background, icon or border */
|
|
329
|
-
ErrorDefault
|
|
389
|
+
TextColor["ErrorDefault"] = "text-error-default";
|
|
330
390
|
/** For critical alert text in a hover state. */
|
|
331
|
-
ErrorDefaultHover
|
|
391
|
+
TextColor["ErrorDefaultHover"] = "text-error-default-hover";
|
|
332
392
|
/** For critical alert text in a pressed state. */
|
|
333
|
-
ErrorDefaultPressed
|
|
393
|
+
TextColor["ErrorDefaultPressed"] = "text-error-default-pressed";
|
|
334
394
|
/** For the stronger contrast error semantic elements. */
|
|
335
|
-
ErrorAlternative
|
|
395
|
+
TextColor["ErrorAlternative"] = "text-error-alternative";
|
|
336
396
|
/** For elements used on top of error/default. Used for text, icon or border */
|
|
337
|
-
ErrorInverse
|
|
397
|
+
TextColor["ErrorInverse"] = "text-error-inverse";
|
|
338
398
|
/** For the positive semantic elements. Used for text, background, icon or border */
|
|
339
|
-
SuccessDefault
|
|
399
|
+
TextColor["SuccessDefault"] = "text-success-default";
|
|
340
400
|
/** For positive text in a hover state. */
|
|
341
|
-
SuccessDefaultHover
|
|
401
|
+
TextColor["SuccessDefaultHover"] = "text-success-default-hover";
|
|
342
402
|
/** For positive text in a pressed state. */
|
|
343
|
-
SuccessDefaultPressed
|
|
403
|
+
TextColor["SuccessDefaultPressed"] = "text-success-default-pressed";
|
|
344
404
|
/** For elements used on top of success/default. Used for text, icon or border */
|
|
345
|
-
SuccessInverse
|
|
405
|
+
TextColor["SuccessInverse"] = "text-success-inverse";
|
|
346
406
|
/** For the caution alert semantic elements. Used for text, background, icon or border */
|
|
347
|
-
WarningDefault
|
|
407
|
+
TextColor["WarningDefault"] = "text-warning-default";
|
|
348
408
|
/** For caution text in a hover state. */
|
|
349
|
-
WarningDefaultHover
|
|
409
|
+
TextColor["WarningDefaultHover"] = "text-warning-default-hover";
|
|
350
410
|
/** For caution text in a pressed state. */
|
|
351
|
-
WarningDefaultPressed
|
|
411
|
+
TextColor["WarningDefaultPressed"] = "text-warning-default-pressed";
|
|
352
412
|
/** For elements used on top of warning/default. Used for text, icon or border */
|
|
353
|
-
WarningInverse
|
|
413
|
+
TextColor["WarningInverse"] = "text-warning-inverse";
|
|
354
414
|
/** For informational read-only elements. Used for text, background, icon or border */
|
|
355
|
-
InfoDefault
|
|
415
|
+
TextColor["InfoDefault"] = "text-info-default";
|
|
356
416
|
/** For elements used on top of info/default. Used for text, icon or border */
|
|
357
|
-
InfoInverse
|
|
417
|
+
TextColor["InfoInverse"] = "text-info-inverse";
|
|
358
418
|
/** Inherit the color of the parent element */
|
|
359
|
-
Inherit
|
|
419
|
+
TextColor["Inherit"] = "text-inherit";
|
|
360
420
|
/** Make the text color transparent */
|
|
361
|
-
Transparent
|
|
362
|
-
};
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
421
|
+
TextColor["Transparent"] = "text-transparent";
|
|
422
|
+
})(TextColor || (TextColor = {}));
|
|
423
|
+
/**
|
|
424
|
+
* Text - textAlign
|
|
425
|
+
*/
|
|
426
|
+
export var TextAlign;
|
|
427
|
+
(function (TextAlign) {
|
|
428
|
+
TextAlign["Left"] = "text-left";
|
|
429
|
+
TextAlign["Center"] = "text-center";
|
|
430
|
+
TextAlign["Right"] = "text-right";
|
|
431
|
+
TextAlign["Justify"] = "text-justify";
|
|
432
|
+
})(TextAlign || (TextAlign = {}));
|
|
433
|
+
/**
|
|
434
|
+
* Text - fontWeight
|
|
435
|
+
*/
|
|
436
|
+
export var FontWeight;
|
|
437
|
+
(function (FontWeight) {
|
|
370
438
|
/**
|
|
371
439
|
* Weight - 700
|
|
372
440
|
*/
|
|
373
|
-
Bold
|
|
441
|
+
FontWeight["Bold"] = "font-bold";
|
|
374
442
|
/**
|
|
375
443
|
* Weight - 500
|
|
376
444
|
*/
|
|
377
|
-
Medium
|
|
445
|
+
FontWeight["Medium"] = "font-medium";
|
|
378
446
|
/**
|
|
379
447
|
* Weight - 400
|
|
380
448
|
*/
|
|
381
|
-
Regular
|
|
382
|
-
};
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
Normal
|
|
391
|
-
};
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
export
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
449
|
+
FontWeight["Regular"] = "font-regular";
|
|
450
|
+
})(FontWeight || (FontWeight = {}));
|
|
451
|
+
/**
|
|
452
|
+
* Text - overflowWrap
|
|
453
|
+
*/
|
|
454
|
+
export var OverflowWrap;
|
|
455
|
+
(function (OverflowWrap) {
|
|
456
|
+
OverflowWrap["BreakWord"] = "break-words";
|
|
457
|
+
OverflowWrap["Anywhere"] = "break-all";
|
|
458
|
+
OverflowWrap["Normal"] = "break-normal";
|
|
459
|
+
})(OverflowWrap || (OverflowWrap = {}));
|
|
460
|
+
/**
|
|
461
|
+
* Text - fontStyle
|
|
462
|
+
*/
|
|
463
|
+
export var FontStyle;
|
|
464
|
+
(function (FontStyle) {
|
|
465
|
+
FontStyle["Italic"] = "italic";
|
|
466
|
+
FontStyle["Normal"] = "not-italic";
|
|
467
|
+
})(FontStyle || (FontStyle = {}));
|
|
468
|
+
/**
|
|
469
|
+
* Text - textTransform
|
|
470
|
+
*/
|
|
471
|
+
export var TextTransform;
|
|
472
|
+
(function (TextTransform) {
|
|
473
|
+
// eslint-disable-next-line @typescript-eslint/no-shadow
|
|
474
|
+
TextTransform["Uppercase"] = "uppercase";
|
|
475
|
+
// eslint-disable-next-line @typescript-eslint/no-shadow
|
|
476
|
+
TextTransform["Lowercase"] = "lowercase";
|
|
477
|
+
// eslint-disable-next-line @typescript-eslint/no-shadow
|
|
478
|
+
TextTransform["Capitalize"] = "capitalize";
|
|
479
|
+
TextTransform["Normal"] = "normal-case";
|
|
480
|
+
})(TextTransform || (TextTransform = {}));
|
|
481
|
+
/**
|
|
482
|
+
* Text - fontFamily
|
|
483
|
+
*/
|
|
484
|
+
export var FontFamily;
|
|
485
|
+
(function (FontFamily) {
|
|
486
|
+
FontFamily["Default"] = "font-default";
|
|
487
|
+
FontFamily["Accent"] = "font-accent";
|
|
488
|
+
FontFamily["Hero"] = "font-hero";
|
|
489
|
+
})(FontFamily || (FontFamily = {}));
|
|
490
|
+
/**
|
|
491
|
+
* TextButton - size
|
|
492
|
+
*/
|
|
493
|
+
export var TextButtonSize;
|
|
494
|
+
(function (TextButtonSize) {
|
|
495
|
+
TextButtonSize["BodyLg"] = "body-lg";
|
|
496
|
+
TextButtonSize["BodyMd"] = "body-md";
|
|
497
|
+
TextButtonSize["BodySm"] = "body-sm";
|
|
498
|
+
TextButtonSize["BodyXs"] = "body-xs";
|
|
499
|
+
})(TextButtonSize || (TextButtonSize = {}));
|
|
500
|
+
/**
|
|
501
|
+
* Icon - size
|
|
502
|
+
*/
|
|
503
|
+
export var IconSize;
|
|
504
|
+
(function (IconSize) {
|
|
410
505
|
/** Extra small - 12px */
|
|
411
|
-
Xs
|
|
506
|
+
IconSize["Xs"] = "xs";
|
|
412
507
|
/** Small - 16px */
|
|
413
|
-
Sm
|
|
508
|
+
IconSize["Sm"] = "sm";
|
|
414
509
|
/** Medium - 20px (Default) */
|
|
415
|
-
Md
|
|
510
|
+
IconSize["Md"] = "md";
|
|
416
511
|
/** Large - 24px */
|
|
417
|
-
Lg
|
|
512
|
+
IconSize["Lg"] = "lg";
|
|
418
513
|
/** Extra large - 32px */
|
|
419
|
-
Xl
|
|
420
|
-
};
|
|
421
|
-
|
|
514
|
+
IconSize["Xl"] = "xl";
|
|
515
|
+
})(IconSize || (IconSize = {}));
|
|
516
|
+
/**
|
|
517
|
+
* Icon - color
|
|
518
|
+
*/
|
|
519
|
+
export var IconColor;
|
|
520
|
+
(function (IconColor) {
|
|
422
521
|
/** For default neutral icons */
|
|
423
|
-
IconDefault
|
|
522
|
+
IconColor["IconDefault"] = "text-icon-default";
|
|
424
523
|
/** For softer neutral icons */
|
|
425
|
-
IconAlternative
|
|
524
|
+
IconColor["IconAlternative"] = "text-icon-alternative";
|
|
426
525
|
/** For the weakest contrast neutral icons (not accessible) */
|
|
427
|
-
IconMuted
|
|
526
|
+
IconColor["IconMuted"] = "text-icon-muted";
|
|
428
527
|
/** For elements used on top of overlay/alternative. Used for text, icon or border */
|
|
429
|
-
OverlayInverse
|
|
528
|
+
IconColor["OverlayInverse"] = "text-overlay-inverse";
|
|
430
529
|
/** For interactive, active, and selected semantics. Used for text, background, icon or border */
|
|
431
|
-
PrimaryDefault
|
|
530
|
+
IconColor["PrimaryDefault"] = "text-primary-default";
|
|
432
531
|
/** For elements used on top of primary/default. Used for text, icon or border */
|
|
433
|
-
PrimaryInverse
|
|
532
|
+
IconColor["PrimaryInverse"] = "text-primary-inverse";
|
|
434
533
|
/** For the critical alert semantic elements. Used for text, background, icon or border */
|
|
435
|
-
ErrorDefault
|
|
534
|
+
IconColor["ErrorDefault"] = "text-error-default";
|
|
436
535
|
/** For elements used on top of error/default. Used for text, icon or border */
|
|
437
|
-
ErrorInverse
|
|
536
|
+
IconColor["ErrorInverse"] = "text-error-inverse";
|
|
438
537
|
/** For the positive semantic elements. Used for text, background, icon or border */
|
|
439
|
-
SuccessDefault
|
|
538
|
+
IconColor["SuccessDefault"] = "text-success-default";
|
|
440
539
|
/** For elements used on top of success/default. Used for text, icon or border */
|
|
441
|
-
SuccessInverse
|
|
540
|
+
IconColor["SuccessInverse"] = "text-success-inverse";
|
|
442
541
|
/** For the caution alert semantic elements. Used for text, background, icon or border */
|
|
443
|
-
WarningDefault
|
|
542
|
+
IconColor["WarningDefault"] = "text-warning-default";
|
|
444
543
|
/** For elements used on top of warning/default. Used for text, icon or border */
|
|
445
|
-
WarningInverse
|
|
544
|
+
IconColor["WarningInverse"] = "text-warning-inverse";
|
|
446
545
|
/** For informational read-only elements. Used for text, background, icon or border */
|
|
447
|
-
InfoDefault
|
|
546
|
+
IconColor["InfoDefault"] = "text-info-default";
|
|
448
547
|
/** For elements used on top of info/default. Used for text, icon or border */
|
|
449
|
-
InfoInverse
|
|
450
|
-
};
|
|
548
|
+
IconColor["InfoInverse"] = "text-info-inverse";
|
|
549
|
+
})(IconColor || (IconColor = {}));
|
|
451
550
|
/**
|
|
452
551
|
* Autogenerated from the generate-icon-script.ts script.
|
|
453
552
|
* Please do not edit this enum directly.
|
|
@@ -633,6 +732,7 @@ export var IconName;
|
|
|
633
732
|
IconName["Plug"] = "Plug";
|
|
634
733
|
IconName["PlusAndMinus"] = "PlusAndMinus";
|
|
635
734
|
IconName["PolicyAlert"] = "PolicyAlert";
|
|
735
|
+
IconName["PopUp"] = "PopUp";
|
|
636
736
|
IconName["Print"] = "Print";
|
|
637
737
|
IconName["PriorityHigh"] = "PriorityHigh";
|
|
638
738
|
IconName["PrivacyTip"] = "PrivacyTip";
|
|
@@ -673,6 +773,7 @@ export var IconName;
|
|
|
673
773
|
IconName["ShieldLock"] = "ShieldLock";
|
|
674
774
|
IconName["ShoppingBag"] = "ShoppingBag";
|
|
675
775
|
IconName["ShoppingCart"] = "ShoppingCart";
|
|
776
|
+
IconName["SidePanel"] = "SidePanel";
|
|
676
777
|
IconName["SignalCellular"] = "SignalCellular";
|
|
677
778
|
IconName["Slash"] = "Slash";
|
|
678
779
|
IconName["Sms"] = "Sms";
|