@itcase/ui 1.9.24 → 1.9.26
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/{Avatar_cjs_DRZE113U.js → Avatar_cjs_CS01fvh-.js} +11 -5
- package/dist/{Avatar_es_Cmq4xAG6.js → Avatar_es_DRObE1DB.js} +11 -5
- package/dist/{ChipsGroup_cjs_D0bGehZY.js → ChipsGroup_cjs_Sn3uiCSJ.js} +33 -33
- package/dist/{ChipsGroup_es_DWvsJ5bu.js → ChipsGroup_es_CbzUWqG9.js} +33 -33
- package/dist/{DatePicker_cjs_Cm50AX0J.js → DatePicker_cjs_Bfiav-tb.js} +1 -1
- package/dist/{DatePicker_es_B-WPA9y9.js → DatePicker_es_CtbVXMmy.js} +1 -1
- package/dist/{Divider_cjs_DrmV2ezS.js → Divider_cjs_BZn2epqW.js} +2 -2
- package/dist/{Divider_es_BiYozVBS.js → Divider_es_DNJg0mQR.js} +2 -2
- package/dist/{DropdownItem_cjs_CawN_Tz7.js → DropdownItem_cjs_Capn0Iu7.js} +1 -1
- package/dist/{DropdownItem_es_BauhVrYj.js → DropdownItem_es_CTw07zF3.js} +1 -1
- package/dist/{Group_cjs_393FExUN.js → Group_cjs_DNI9PTBq.js} +1 -1
- package/dist/{Group_es_BtE98Vb5.js → Group_es_nBtACpoG.js} +1 -1
- package/dist/{SelectContainer_cjs_CsHj-fP_.js → SelectContainer_cjs_doMatESV.js} +2 -2
- package/dist/{SelectContainer_es_Bc4Laoir.js → SelectContainer_es_2ZX3VSMS.js} +2 -2
- package/dist/cjs/components/Accordion.js +1 -1
- package/dist/cjs/components/Avatar.js +1 -1
- package/dist/cjs/components/AvatarStack.js +2 -2
- package/dist/cjs/components/Button.js +1 -1
- package/dist/cjs/components/Cell.js +12 -16
- package/dist/cjs/components/Chips.js +1 -1
- package/dist/cjs/components/Code.js +17 -17
- package/dist/cjs/components/CookiesWarning.js +1 -1
- package/dist/cjs/components/DatePeriod.js +6 -6
- package/dist/cjs/components/DatePicker.js +2 -2
- package/dist/cjs/components/Divider.js +1 -1
- package/dist/cjs/components/Drawer.js +1 -1
- package/dist/cjs/components/Dropdown.js +2 -2
- package/dist/cjs/components/Group.js +1 -1
- package/dist/cjs/components/Notification.js +1 -1
- package/dist/cjs/components/Pagination.js +2 -2
- package/dist/cjs/components/Response.js +2 -2
- package/dist/cjs/components/Select.js +3 -3
- package/dist/cjs/components/Swiper.js +1 -1
- package/dist/cjs/components/Tab.js +1 -1
- package/dist/cjs/components/Textarea.js +9 -21
- package/dist/cjs/components/Video.js +1 -1
- package/dist/cjs/components/Warning.js +2 -2
- package/dist/components/Accordion.js +1 -1
- package/dist/components/Avatar.js +1 -1
- package/dist/components/AvatarStack.js +2 -2
- package/dist/components/Button.js +1 -1
- package/dist/components/Cell.js +12 -16
- package/dist/components/Chips.js +1 -1
- package/dist/components/Code.js +17 -17
- package/dist/components/CookiesWarning.js +1 -1
- package/dist/components/DatePeriod.js +6 -6
- package/dist/components/DatePicker.js +2 -2
- package/dist/components/Divider.js +1 -1
- package/dist/components/Drawer.js +1 -1
- package/dist/components/Dropdown.js +2 -2
- package/dist/components/Group.js +1 -1
- package/dist/components/Notification.js +1 -1
- package/dist/components/Pagination.js +2 -2
- package/dist/components/Response.js +2 -2
- package/dist/components/Select.js +3 -3
- package/dist/components/Swiper.js +1 -1
- package/dist/components/Tab.js +1 -1
- package/dist/components/Textarea.js +9 -21
- package/dist/components/Video.js +1 -1
- package/dist/components/Warning.js +2 -2
- package/dist/css/styles/bundles.css +6 -6
- package/dist/snippets/Group.snippets.json +1 -1
- package/dist/types/components/Button/Button.d.ts +1 -1
- package/dist/types/components/Button/Button.interface.d.ts +1 -1
- package/dist/types/components/Cell/Cell.appearance.d.ts +2 -2
- package/dist/types/components/Cell/Cell.interface.d.ts +67 -56
- package/dist/types/components/Cell/appearance/cellSize.d.ts +2 -58
- package/dist/types/components/Cell/appearance/cellStyle.d.ts +2 -13
- package/dist/types/components/Cell/appearance/cellSurface.d.ts +2 -54
- package/dist/types/components/Chips/Chips.interface.d.ts +83 -21
- package/dist/types/components/Chips/ChipsGroup.d.ts +2 -1
- package/dist/types/components/Chips/appearance/chipsAccent.d.ts +2 -23
- package/dist/types/components/Chips/appearance/chipsDanger.d.ts +2 -16
- package/dist/types/components/Chips/appearance/chipsDisabled.d.ts +2 -13
- package/dist/types/components/Chips/appearance/chipsError.d.ts +2 -16
- package/dist/types/components/Chips/appearance/chipsInfo.d.ts +2 -16
- package/dist/types/components/Chips/appearance/chipsPrimary.d.ts +2 -16
- package/dist/types/components/Chips/appearance/chipsSecondary.d.ts +2 -16
- package/dist/types/components/Chips/appearance/chipsShape.d.ts +2 -24
- package/dist/types/components/Chips/appearance/chipsSize.d.ts +2 -44
- package/dist/types/components/Chips/appearance/chipsStyle.d.ts +2 -13
- package/dist/types/components/Chips/appearance/chipsSuccess.d.ts +2 -16
- package/dist/types/components/Chips/appearance/chipsSurface.d.ts +2 -45
- package/dist/types/components/Chips/appearance/chipsWarning.d.ts +2 -16
- package/dist/types/components/Code/Code.appearance.d.ts +2 -2
- package/dist/types/components/Code/Code.interface.d.ts +32 -33
- package/dist/types/components/Code/appearance/codeDefault.d.ts +2 -10
- package/dist/types/components/Code/appearance/codeDisabled.d.ts +2 -11
- package/dist/types/components/Code/appearance/codeError.d.ts +2 -11
- package/dist/types/components/Code/appearance/codeRequire.d.ts +2 -11
- package/dist/types/components/Code/appearance/codeShape.d.ts +2 -24
- package/dist/types/components/Code/appearance/codeSize.d.ts +2 -12
- package/dist/types/components/Code/appearance/codeStyle.d.ts +2 -15
- package/dist/types/components/Code/appearance/codeSuccess.d.ts +2 -11
- package/dist/types/components/Divider/Divider.interface.d.ts +1 -0
- package/dist/types/components/Dot/Dot.interface.d.ts +5 -5
- package/dist/types/components/Group/Group.appearance.d.ts +2 -2
- package/dist/types/components/Group/Group.d.ts +53 -2
- package/dist/types/components/Group/Group.interface.d.ts +48 -36
- package/dist/types/components/Textarea/Textarea.appearance.d.ts +2 -2
- package/dist/types/components/Textarea/Textarea.interface.d.ts +25 -22
- package/dist/types/components/Textarea/appearance/textareaDefault.d.ts +2 -36
- package/dist/types/components/Textarea/appearance/textareaDisabled.d.ts +2 -19
- package/dist/types/components/Textarea/appearance/textareaError.d.ts +2 -19
- package/dist/types/components/Textarea/appearance/textareaRequire.d.ts +2 -19
- package/dist/types/components/Textarea/appearance/textareaShape.d.ts +2 -24
- package/dist/types/components/Textarea/appearance/textareaSize.d.ts +2 -30
- package/dist/types/components/Textarea/appearance/textareaStyle.d.ts +2 -15
- package/dist/types/components/Textarea/appearance/textareaSuccess.d.ts +2 -20
- package/dist/types/components/Title/Title.appearance.d.ts +513 -456
- package/dist/types/components/Title/Title.interface.d.ts +11 -9
- package/dist/types/components/Video/Video.interface.d.ts +3 -6
- package/dist/types/components/Warning/Warning.appearance.d.ts +1276 -121
- package/dist/types/components/Warning/Warning.interface.d.ts +38 -34
- package/dist/types/components/Warning/appearance/warningAccent.d.ts +2 -22
- package/dist/types/components/Warning/appearance/warningError.d.ts +2 -22
- package/dist/types/components/Warning/appearance/warningInfo.d.ts +2 -22
- package/dist/types/components/Warning/appearance/warningShape.d.ts +2 -24
- package/dist/types/components/Warning/appearance/warningSize.d.ts +2 -10
- package/dist/types/components/Warning/appearance/warningStyle.d.ts +2 -13
- package/dist/types/components/Warning/appearance/warningWarning.d.ts +2 -22
- package/package.json +1 -1
- package/dist/{Button_cjs_BRShPZw4.js → Button_cjs_DPs7uj_n.js} +1 -1
- package/dist/{Button_es_CvRcO3xM.js → Button_es_ljlle2Pu.js} +1 -1
|
@@ -26,16 +26,17 @@ export declare const titleAppearance: {
|
|
|
26
26
|
size?: import("@itcase/types").TitleSizeProps;
|
|
27
27
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
28
28
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
29
|
-
textAlign?: import("
|
|
30
|
-
textColor?: import("
|
|
31
|
-
textColorActive?: import("
|
|
32
|
-
textColorActiveHover?: import("
|
|
29
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
30
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
31
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
32
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
33
33
|
textColorDisabled?: string;
|
|
34
|
-
textColorHover?: import("
|
|
34
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
35
|
+
textFont?: string;
|
|
35
36
|
textStyle?: string;
|
|
36
|
-
textTruncate?:
|
|
37
|
-
textWeight?: import("
|
|
38
|
-
textWrap?: import("
|
|
37
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
38
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
39
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
39
40
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
40
41
|
} | undefined;
|
|
41
42
|
accentPrimary?: {
|
|
@@ -65,16 +66,17 @@ export declare const titleAppearance: {
|
|
|
65
66
|
size?: import("@itcase/types").TitleSizeProps;
|
|
66
67
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
67
68
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
68
|
-
textAlign?: import("
|
|
69
|
-
textColor?: import("
|
|
70
|
-
textColorActive?: import("
|
|
71
|
-
textColorActiveHover?: import("
|
|
69
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
70
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
71
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
72
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
72
73
|
textColorDisabled?: string;
|
|
73
|
-
textColorHover?: import("
|
|
74
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
75
|
+
textFont?: string;
|
|
74
76
|
textStyle?: string;
|
|
75
|
-
textTruncate?:
|
|
76
|
-
textWeight?: import("
|
|
77
|
-
textWrap?: import("
|
|
77
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
78
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
79
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
78
80
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
79
81
|
} | undefined;
|
|
80
82
|
accentSecondary?: {
|
|
@@ -104,16 +106,17 @@ export declare const titleAppearance: {
|
|
|
104
106
|
size?: import("@itcase/types").TitleSizeProps;
|
|
105
107
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
106
108
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
107
|
-
textAlign?: import("
|
|
108
|
-
textColor?: import("
|
|
109
|
-
textColorActive?: import("
|
|
110
|
-
textColorActiveHover?: import("
|
|
109
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
110
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
111
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
112
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
111
113
|
textColorDisabled?: string;
|
|
112
|
-
textColorHover?: import("
|
|
114
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
115
|
+
textFont?: string;
|
|
113
116
|
textStyle?: string;
|
|
114
|
-
textTruncate?:
|
|
115
|
-
textWeight?: import("
|
|
116
|
-
textWrap?: import("
|
|
117
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
118
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
119
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
117
120
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
118
121
|
} | undefined;
|
|
119
122
|
accentTertiary?: {
|
|
@@ -143,16 +146,17 @@ export declare const titleAppearance: {
|
|
|
143
146
|
size?: import("@itcase/types").TitleSizeProps;
|
|
144
147
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
145
148
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
146
|
-
textAlign?: import("
|
|
147
|
-
textColor?: import("
|
|
148
|
-
textColorActive?: import("
|
|
149
|
-
textColorActiveHover?: import("
|
|
149
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
150
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
151
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
152
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
150
153
|
textColorDisabled?: string;
|
|
151
|
-
textColorHover?: import("
|
|
154
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
155
|
+
textFont?: string;
|
|
152
156
|
textStyle?: string;
|
|
153
|
-
textTruncate?:
|
|
154
|
-
textWeight?: import("
|
|
155
|
-
textWrap?: import("
|
|
157
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
158
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
159
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
156
160
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
157
161
|
} | undefined;
|
|
158
162
|
accentQuaternary?: {
|
|
@@ -182,16 +186,17 @@ export declare const titleAppearance: {
|
|
|
182
186
|
size?: import("@itcase/types").TitleSizeProps;
|
|
183
187
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
184
188
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
185
|
-
textAlign?: import("
|
|
186
|
-
textColor?: import("
|
|
187
|
-
textColorActive?: import("
|
|
188
|
-
textColorActiveHover?: import("
|
|
189
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
190
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
191
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
192
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
189
193
|
textColorDisabled?: string;
|
|
190
|
-
textColorHover?: import("
|
|
194
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
195
|
+
textFont?: string;
|
|
191
196
|
textStyle?: string;
|
|
192
|
-
textTruncate?:
|
|
193
|
-
textWeight?: import("
|
|
194
|
-
textWrap?: import("
|
|
197
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
198
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
199
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
195
200
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
196
201
|
} | undefined;
|
|
197
202
|
specialPrimary?: {
|
|
@@ -221,16 +226,17 @@ export declare const titleAppearance: {
|
|
|
221
226
|
size?: import("@itcase/types").TitleSizeProps;
|
|
222
227
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
223
228
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
224
|
-
textAlign?: import("
|
|
225
|
-
textColor?: import("
|
|
226
|
-
textColorActive?: import("
|
|
227
|
-
textColorActiveHover?: import("
|
|
229
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
230
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
231
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
232
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
228
233
|
textColorDisabled?: string;
|
|
229
|
-
textColorHover?: import("
|
|
234
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
235
|
+
textFont?: string;
|
|
230
236
|
textStyle?: string;
|
|
231
|
-
textTruncate?:
|
|
232
|
-
textWeight?: import("
|
|
233
|
-
textWrap?: import("
|
|
237
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
238
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
239
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
234
240
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
235
241
|
} | undefined;
|
|
236
242
|
specialSecondary?: {
|
|
@@ -260,16 +266,17 @@ export declare const titleAppearance: {
|
|
|
260
266
|
size?: import("@itcase/types").TitleSizeProps;
|
|
261
267
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
262
268
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
263
|
-
textAlign?: import("
|
|
264
|
-
textColor?: import("
|
|
265
|
-
textColorActive?: import("
|
|
266
|
-
textColorActiveHover?: import("
|
|
269
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
270
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
271
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
272
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
267
273
|
textColorDisabled?: string;
|
|
268
|
-
textColorHover?: import("
|
|
274
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
275
|
+
textFont?: string;
|
|
269
276
|
textStyle?: string;
|
|
270
|
-
textTruncate?:
|
|
271
|
-
textWeight?: import("
|
|
272
|
-
textWrap?: import("
|
|
277
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
278
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
279
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
273
280
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
274
281
|
} | undefined;
|
|
275
282
|
specialTertiary?: {
|
|
@@ -299,16 +306,17 @@ export declare const titleAppearance: {
|
|
|
299
306
|
size?: import("@itcase/types").TitleSizeProps;
|
|
300
307
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
301
308
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
302
|
-
textAlign?: import("
|
|
303
|
-
textColor?: import("
|
|
304
|
-
textColorActive?: import("
|
|
305
|
-
textColorActiveHover?: import("
|
|
309
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
310
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
311
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
312
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
306
313
|
textColorDisabled?: string;
|
|
307
|
-
textColorHover?: import("
|
|
314
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
315
|
+
textFont?: string;
|
|
308
316
|
textStyle?: string;
|
|
309
|
-
textTruncate?:
|
|
310
|
-
textWeight?: import("
|
|
311
|
-
textWrap?: import("
|
|
317
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
318
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
319
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
312
320
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
313
321
|
} | undefined;
|
|
314
322
|
specialQuaternary?: {
|
|
@@ -338,16 +346,17 @@ export declare const titleAppearance: {
|
|
|
338
346
|
size?: import("@itcase/types").TitleSizeProps;
|
|
339
347
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
340
348
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
341
|
-
textAlign?: import("
|
|
342
|
-
textColor?: import("
|
|
343
|
-
textColorActive?: import("
|
|
344
|
-
textColorActiveHover?: import("
|
|
349
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
350
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
351
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
352
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
345
353
|
textColorDisabled?: string;
|
|
346
|
-
textColorHover?: import("
|
|
354
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
355
|
+
textFont?: string;
|
|
347
356
|
textStyle?: string;
|
|
348
|
-
textTruncate?:
|
|
349
|
-
textWeight?: import("
|
|
350
|
-
textWrap?: import("
|
|
357
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
358
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
359
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
351
360
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
352
361
|
} | undefined;
|
|
353
362
|
extraPrimary?: {
|
|
@@ -377,16 +386,17 @@ export declare const titleAppearance: {
|
|
|
377
386
|
size?: import("@itcase/types").TitleSizeProps;
|
|
378
387
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
379
388
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
380
|
-
textAlign?: import("
|
|
381
|
-
textColor?: import("
|
|
382
|
-
textColorActive?: import("
|
|
383
|
-
textColorActiveHover?: import("
|
|
389
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
390
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
391
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
392
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
384
393
|
textColorDisabled?: string;
|
|
385
|
-
textColorHover?: import("
|
|
394
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
395
|
+
textFont?: string;
|
|
386
396
|
textStyle?: string;
|
|
387
|
-
textTruncate?:
|
|
388
|
-
textWeight?: import("
|
|
389
|
-
textWrap?: import("
|
|
397
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
398
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
399
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
390
400
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
391
401
|
} | undefined;
|
|
392
402
|
extraSecondary?: {
|
|
@@ -416,16 +426,17 @@ export declare const titleAppearance: {
|
|
|
416
426
|
size?: import("@itcase/types").TitleSizeProps;
|
|
417
427
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
418
428
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
419
|
-
textAlign?: import("
|
|
420
|
-
textColor?: import("
|
|
421
|
-
textColorActive?: import("
|
|
422
|
-
textColorActiveHover?: import("
|
|
429
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
430
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
431
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
432
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
423
433
|
textColorDisabled?: string;
|
|
424
|
-
textColorHover?: import("
|
|
434
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
435
|
+
textFont?: string;
|
|
425
436
|
textStyle?: string;
|
|
426
|
-
textTruncate?:
|
|
427
|
-
textWeight?: import("
|
|
428
|
-
textWrap?: import("
|
|
437
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
438
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
439
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
429
440
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
430
441
|
} | undefined;
|
|
431
442
|
extraTertiary?: {
|
|
@@ -455,16 +466,17 @@ export declare const titleAppearance: {
|
|
|
455
466
|
size?: import("@itcase/types").TitleSizeProps;
|
|
456
467
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
457
468
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
458
|
-
textAlign?: import("
|
|
459
|
-
textColor?: import("
|
|
460
|
-
textColorActive?: import("
|
|
461
|
-
textColorActiveHover?: import("
|
|
469
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
470
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
471
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
472
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
462
473
|
textColorDisabled?: string;
|
|
463
|
-
textColorHover?: import("
|
|
474
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
475
|
+
textFont?: string;
|
|
464
476
|
textStyle?: string;
|
|
465
|
-
textTruncate?:
|
|
466
|
-
textWeight?: import("
|
|
467
|
-
textWrap?: import("
|
|
477
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
478
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
479
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
468
480
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
469
481
|
} | undefined;
|
|
470
482
|
extraQuaternary?: {
|
|
@@ -494,16 +506,17 @@ export declare const titleAppearance: {
|
|
|
494
506
|
size?: import("@itcase/types").TitleSizeProps;
|
|
495
507
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
496
508
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
497
|
-
textAlign?: import("
|
|
498
|
-
textColor?: import("
|
|
499
|
-
textColorActive?: import("
|
|
500
|
-
textColorActiveHover?: import("
|
|
509
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
510
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
511
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
512
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
501
513
|
textColorDisabled?: string;
|
|
502
|
-
textColorHover?: import("
|
|
514
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
515
|
+
textFont?: string;
|
|
503
516
|
textStyle?: string;
|
|
504
|
-
textTruncate?:
|
|
505
|
-
textWeight?: import("
|
|
506
|
-
textWrap?: import("
|
|
517
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
518
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
519
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
507
520
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
508
521
|
} | undefined;
|
|
509
522
|
surfacePrimary?: {
|
|
@@ -533,16 +546,17 @@ export declare const titleAppearance: {
|
|
|
533
546
|
size?: import("@itcase/types").TitleSizeProps;
|
|
534
547
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
535
548
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
536
|
-
textAlign?: import("
|
|
537
|
-
textColor?: import("
|
|
538
|
-
textColorActive?: import("
|
|
539
|
-
textColorActiveHover?: import("
|
|
549
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
550
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
551
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
552
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
540
553
|
textColorDisabled?: string;
|
|
541
|
-
textColorHover?: import("
|
|
554
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
555
|
+
textFont?: string;
|
|
542
556
|
textStyle?: string;
|
|
543
|
-
textTruncate?:
|
|
544
|
-
textWeight?: import("
|
|
545
|
-
textWrap?: import("
|
|
557
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
558
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
559
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
546
560
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
547
561
|
} | undefined;
|
|
548
562
|
surfaceSecondary?: {
|
|
@@ -572,16 +586,17 @@ export declare const titleAppearance: {
|
|
|
572
586
|
size?: import("@itcase/types").TitleSizeProps;
|
|
573
587
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
574
588
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
575
|
-
textAlign?: import("
|
|
576
|
-
textColor?: import("
|
|
577
|
-
textColorActive?: import("
|
|
578
|
-
textColorActiveHover?: import("
|
|
589
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
590
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
591
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
592
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
579
593
|
textColorDisabled?: string;
|
|
580
|
-
textColorHover?: import("
|
|
594
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
595
|
+
textFont?: string;
|
|
581
596
|
textStyle?: string;
|
|
582
|
-
textTruncate?:
|
|
583
|
-
textWeight?: import("
|
|
584
|
-
textWrap?: import("
|
|
597
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
598
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
599
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
585
600
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
586
601
|
} | undefined;
|
|
587
602
|
surfaceTertiary?: {
|
|
@@ -611,16 +626,17 @@ export declare const titleAppearance: {
|
|
|
611
626
|
size?: import("@itcase/types").TitleSizeProps;
|
|
612
627
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
613
628
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
614
|
-
textAlign?: import("
|
|
615
|
-
textColor?: import("
|
|
616
|
-
textColorActive?: import("
|
|
617
|
-
textColorActiveHover?: import("
|
|
629
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
630
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
631
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
632
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
618
633
|
textColorDisabled?: string;
|
|
619
|
-
textColorHover?: import("
|
|
634
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
635
|
+
textFont?: string;
|
|
620
636
|
textStyle?: string;
|
|
621
|
-
textTruncate?:
|
|
622
|
-
textWeight?: import("
|
|
623
|
-
textWrap?: import("
|
|
637
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
638
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
639
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
624
640
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
625
641
|
} | undefined;
|
|
626
642
|
surfaceQuaternary?: {
|
|
@@ -650,16 +666,17 @@ export declare const titleAppearance: {
|
|
|
650
666
|
size?: import("@itcase/types").TitleSizeProps;
|
|
651
667
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
652
668
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
653
|
-
textAlign?: import("
|
|
654
|
-
textColor?: import("
|
|
655
|
-
textColorActive?: import("
|
|
656
|
-
textColorActiveHover?: import("
|
|
669
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
670
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
671
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
672
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
657
673
|
textColorDisabled?: string;
|
|
658
|
-
textColorHover?: import("
|
|
674
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
675
|
+
textFont?: string;
|
|
659
676
|
textStyle?: string;
|
|
660
|
-
textTruncate?:
|
|
661
|
-
textWeight?: import("
|
|
662
|
-
textWrap?: import("
|
|
677
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
678
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
679
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
663
680
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
664
681
|
} | undefined;
|
|
665
682
|
errorPrimary?: {
|
|
@@ -689,16 +706,17 @@ export declare const titleAppearance: {
|
|
|
689
706
|
size?: import("@itcase/types").TitleSizeProps;
|
|
690
707
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
691
708
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
692
|
-
textAlign?: import("
|
|
693
|
-
textColor?: import("
|
|
694
|
-
textColorActive?: import("
|
|
695
|
-
textColorActiveHover?: import("
|
|
709
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
710
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
711
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
712
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
696
713
|
textColorDisabled?: string;
|
|
697
|
-
textColorHover?: import("
|
|
714
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
715
|
+
textFont?: string;
|
|
698
716
|
textStyle?: string;
|
|
699
|
-
textTruncate?:
|
|
700
|
-
textWeight?: import("
|
|
701
|
-
textWrap?: import("
|
|
717
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
718
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
719
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
702
720
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
703
721
|
} | undefined;
|
|
704
722
|
errorSecondary?: {
|
|
@@ -728,16 +746,17 @@ export declare const titleAppearance: {
|
|
|
728
746
|
size?: import("@itcase/types").TitleSizeProps;
|
|
729
747
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
730
748
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
731
|
-
textAlign?: import("
|
|
732
|
-
textColor?: import("
|
|
733
|
-
textColorActive?: import("
|
|
734
|
-
textColorActiveHover?: import("
|
|
749
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
750
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
751
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
752
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
735
753
|
textColorDisabled?: string;
|
|
736
|
-
textColorHover?: import("
|
|
754
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
755
|
+
textFont?: string;
|
|
737
756
|
textStyle?: string;
|
|
738
|
-
textTruncate?:
|
|
739
|
-
textWeight?: import("
|
|
740
|
-
textWrap?: import("
|
|
757
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
758
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
759
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
741
760
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
742
761
|
} | undefined;
|
|
743
762
|
errorTertiary?: {
|
|
@@ -767,16 +786,17 @@ export declare const titleAppearance: {
|
|
|
767
786
|
size?: import("@itcase/types").TitleSizeProps;
|
|
768
787
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
769
788
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
770
|
-
textAlign?: import("
|
|
771
|
-
textColor?: import("
|
|
772
|
-
textColorActive?: import("
|
|
773
|
-
textColorActiveHover?: import("
|
|
789
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
790
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
791
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
792
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
774
793
|
textColorDisabled?: string;
|
|
775
|
-
textColorHover?: import("
|
|
794
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
795
|
+
textFont?: string;
|
|
776
796
|
textStyle?: string;
|
|
777
|
-
textTruncate?:
|
|
778
|
-
textWeight?: import("
|
|
779
|
-
textWrap?: import("
|
|
797
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
798
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
799
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
780
800
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
781
801
|
} | undefined;
|
|
782
802
|
errorQuaternary?: {
|
|
@@ -806,16 +826,17 @@ export declare const titleAppearance: {
|
|
|
806
826
|
size?: import("@itcase/types").TitleSizeProps;
|
|
807
827
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
808
828
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
809
|
-
textAlign?: import("
|
|
810
|
-
textColor?: import("
|
|
811
|
-
textColorActive?: import("
|
|
812
|
-
textColorActiveHover?: import("
|
|
829
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
830
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
831
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
832
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
813
833
|
textColorDisabled?: string;
|
|
814
|
-
textColorHover?: import("
|
|
834
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
835
|
+
textFont?: string;
|
|
815
836
|
textStyle?: string;
|
|
816
|
-
textTruncate?:
|
|
817
|
-
textWeight?: import("
|
|
818
|
-
textWrap?: import("
|
|
837
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
838
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
839
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
819
840
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
820
841
|
} | undefined;
|
|
821
842
|
warningPrimary?: {
|
|
@@ -845,16 +866,17 @@ export declare const titleAppearance: {
|
|
|
845
866
|
size?: import("@itcase/types").TitleSizeProps;
|
|
846
867
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
847
868
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
848
|
-
textAlign?: import("
|
|
849
|
-
textColor?: import("
|
|
850
|
-
textColorActive?: import("
|
|
851
|
-
textColorActiveHover?: import("
|
|
869
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
870
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
871
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
872
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
852
873
|
textColorDisabled?: string;
|
|
853
|
-
textColorHover?: import("
|
|
874
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
875
|
+
textFont?: string;
|
|
854
876
|
textStyle?: string;
|
|
855
|
-
textTruncate?:
|
|
856
|
-
textWeight?: import("
|
|
857
|
-
textWrap?: import("
|
|
877
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
878
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
879
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
858
880
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
859
881
|
} | undefined;
|
|
860
882
|
warningSecondary?: {
|
|
@@ -884,16 +906,17 @@ export declare const titleAppearance: {
|
|
|
884
906
|
size?: import("@itcase/types").TitleSizeProps;
|
|
885
907
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
886
908
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
887
|
-
textAlign?: import("
|
|
888
|
-
textColor?: import("
|
|
889
|
-
textColorActive?: import("
|
|
890
|
-
textColorActiveHover?: import("
|
|
909
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
910
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
911
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
912
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
891
913
|
textColorDisabled?: string;
|
|
892
|
-
textColorHover?: import("
|
|
914
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
915
|
+
textFont?: string;
|
|
893
916
|
textStyle?: string;
|
|
894
|
-
textTruncate?:
|
|
895
|
-
textWeight?: import("
|
|
896
|
-
textWrap?: import("
|
|
917
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
918
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
919
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
897
920
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
898
921
|
} | undefined;
|
|
899
922
|
warningTertiary?: {
|
|
@@ -923,16 +946,17 @@ export declare const titleAppearance: {
|
|
|
923
946
|
size?: import("@itcase/types").TitleSizeProps;
|
|
924
947
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
925
948
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
926
|
-
textAlign?: import("
|
|
927
|
-
textColor?: import("
|
|
928
|
-
textColorActive?: import("
|
|
929
|
-
textColorActiveHover?: import("
|
|
949
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
950
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
951
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
952
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
930
953
|
textColorDisabled?: string;
|
|
931
|
-
textColorHover?: import("
|
|
954
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
955
|
+
textFont?: string;
|
|
932
956
|
textStyle?: string;
|
|
933
|
-
textTruncate?:
|
|
934
|
-
textWeight?: import("
|
|
935
|
-
textWrap?: import("
|
|
957
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
958
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
959
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
936
960
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
937
961
|
} | undefined;
|
|
938
962
|
warningQuaternary?: {
|
|
@@ -962,16 +986,17 @@ export declare const titleAppearance: {
|
|
|
962
986
|
size?: import("@itcase/types").TitleSizeProps;
|
|
963
987
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
964
988
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
965
|
-
textAlign?: import("
|
|
966
|
-
textColor?: import("
|
|
967
|
-
textColorActive?: import("
|
|
968
|
-
textColorActiveHover?: import("
|
|
989
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
990
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
991
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
992
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
969
993
|
textColorDisabled?: string;
|
|
970
|
-
textColorHover?: import("
|
|
994
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
995
|
+
textFont?: string;
|
|
971
996
|
textStyle?: string;
|
|
972
|
-
textTruncate?:
|
|
973
|
-
textWeight?: import("
|
|
974
|
-
textWrap?: import("
|
|
997
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
998
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
999
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
975
1000
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
976
1001
|
} | undefined;
|
|
977
1002
|
successPrimary?: {
|
|
@@ -1001,16 +1026,17 @@ export declare const titleAppearance: {
|
|
|
1001
1026
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1002
1027
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1003
1028
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1004
|
-
textAlign?: import("
|
|
1005
|
-
textColor?: import("
|
|
1006
|
-
textColorActive?: import("
|
|
1007
|
-
textColorActiveHover?: import("
|
|
1029
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1030
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1031
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1032
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1008
1033
|
textColorDisabled?: string;
|
|
1009
|
-
textColorHover?: import("
|
|
1034
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1035
|
+
textFont?: string;
|
|
1010
1036
|
textStyle?: string;
|
|
1011
|
-
textTruncate?:
|
|
1012
|
-
textWeight?: import("
|
|
1013
|
-
textWrap?: import("
|
|
1037
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1038
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1039
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1014
1040
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1015
1041
|
} | undefined;
|
|
1016
1042
|
successSecondary?: {
|
|
@@ -1040,16 +1066,17 @@ export declare const titleAppearance: {
|
|
|
1040
1066
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1041
1067
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1042
1068
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1043
|
-
textAlign?: import("
|
|
1044
|
-
textColor?: import("
|
|
1045
|
-
textColorActive?: import("
|
|
1046
|
-
textColorActiveHover?: import("
|
|
1069
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1070
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1071
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1072
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1047
1073
|
textColorDisabled?: string;
|
|
1048
|
-
textColorHover?: import("
|
|
1074
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1075
|
+
textFont?: string;
|
|
1049
1076
|
textStyle?: string;
|
|
1050
|
-
textTruncate?:
|
|
1051
|
-
textWeight?: import("
|
|
1052
|
-
textWrap?: import("
|
|
1077
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1078
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1079
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1053
1080
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1054
1081
|
} | undefined;
|
|
1055
1082
|
successTertiary?: {
|
|
@@ -1079,16 +1106,17 @@ export declare const titleAppearance: {
|
|
|
1079
1106
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1080
1107
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1081
1108
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1082
|
-
textAlign?: import("
|
|
1083
|
-
textColor?: import("
|
|
1084
|
-
textColorActive?: import("
|
|
1085
|
-
textColorActiveHover?: import("
|
|
1109
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1110
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1111
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1112
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1086
1113
|
textColorDisabled?: string;
|
|
1087
|
-
textColorHover?: import("
|
|
1114
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1115
|
+
textFont?: string;
|
|
1088
1116
|
textStyle?: string;
|
|
1089
|
-
textTruncate?:
|
|
1090
|
-
textWeight?: import("
|
|
1091
|
-
textWrap?: import("
|
|
1117
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1118
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1119
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1092
1120
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1093
1121
|
} | undefined;
|
|
1094
1122
|
successQuaternary?: {
|
|
@@ -1118,16 +1146,17 @@ export declare const titleAppearance: {
|
|
|
1118
1146
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1119
1147
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1120
1148
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1121
|
-
textAlign?: import("
|
|
1122
|
-
textColor?: import("
|
|
1123
|
-
textColorActive?: import("
|
|
1124
|
-
textColorActiveHover?: import("
|
|
1149
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1150
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1151
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1152
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1125
1153
|
textColorDisabled?: string;
|
|
1126
|
-
textColorHover?: import("
|
|
1154
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1155
|
+
textFont?: string;
|
|
1127
1156
|
textStyle?: string;
|
|
1128
|
-
textTruncate?:
|
|
1129
|
-
textWeight?: import("
|
|
1130
|
-
textWrap?: import("
|
|
1157
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1158
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1159
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1131
1160
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1132
1161
|
} | undefined;
|
|
1133
1162
|
infoPrimary?: {
|
|
@@ -1157,16 +1186,17 @@ export declare const titleAppearance: {
|
|
|
1157
1186
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1158
1187
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1159
1188
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1160
|
-
textAlign?: import("
|
|
1161
|
-
textColor?: import("
|
|
1162
|
-
textColorActive?: import("
|
|
1163
|
-
textColorActiveHover?: import("
|
|
1189
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1190
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1191
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1192
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1164
1193
|
textColorDisabled?: string;
|
|
1165
|
-
textColorHover?: import("
|
|
1194
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1195
|
+
textFont?: string;
|
|
1166
1196
|
textStyle?: string;
|
|
1167
|
-
textTruncate?:
|
|
1168
|
-
textWeight?: import("
|
|
1169
|
-
textWrap?: import("
|
|
1197
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1198
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1199
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1170
1200
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1171
1201
|
} | undefined;
|
|
1172
1202
|
infoSecondary?: {
|
|
@@ -1196,16 +1226,17 @@ export declare const titleAppearance: {
|
|
|
1196
1226
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1197
1227
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1198
1228
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1199
|
-
textAlign?: import("
|
|
1200
|
-
textColor?: import("
|
|
1201
|
-
textColorActive?: import("
|
|
1202
|
-
textColorActiveHover?: import("
|
|
1229
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1230
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1231
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1232
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1203
1233
|
textColorDisabled?: string;
|
|
1204
|
-
textColorHover?: import("
|
|
1234
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1235
|
+
textFont?: string;
|
|
1205
1236
|
textStyle?: string;
|
|
1206
|
-
textTruncate?:
|
|
1207
|
-
textWeight?: import("
|
|
1208
|
-
textWrap?: import("
|
|
1237
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1238
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1239
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1209
1240
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1210
1241
|
} | undefined;
|
|
1211
1242
|
infoTertiary?: {
|
|
@@ -1235,16 +1266,17 @@ export declare const titleAppearance: {
|
|
|
1235
1266
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1236
1267
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1237
1268
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1238
|
-
textAlign?: import("
|
|
1239
|
-
textColor?: import("
|
|
1240
|
-
textColorActive?: import("
|
|
1241
|
-
textColorActiveHover?: import("
|
|
1269
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1270
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1271
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1272
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1242
1273
|
textColorDisabled?: string;
|
|
1243
|
-
textColorHover?: import("
|
|
1274
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1275
|
+
textFont?: string;
|
|
1244
1276
|
textStyle?: string;
|
|
1245
|
-
textTruncate?:
|
|
1246
|
-
textWeight?: import("
|
|
1247
|
-
textWrap?: import("
|
|
1277
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1278
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1279
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1248
1280
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1249
1281
|
} | undefined;
|
|
1250
1282
|
infoQuaternary?: {
|
|
@@ -1274,16 +1306,17 @@ export declare const titleAppearance: {
|
|
|
1274
1306
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1275
1307
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1276
1308
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1277
|
-
textAlign?: import("
|
|
1278
|
-
textColor?: import("
|
|
1279
|
-
textColorActive?: import("
|
|
1280
|
-
textColorActiveHover?: import("
|
|
1309
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1310
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1311
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1312
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1281
1313
|
textColorDisabled?: string;
|
|
1282
|
-
textColorHover?: import("
|
|
1314
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1315
|
+
textFont?: string;
|
|
1283
1316
|
textStyle?: string;
|
|
1284
|
-
textTruncate?:
|
|
1285
|
-
textWeight?: import("
|
|
1286
|
-
textWrap?: import("
|
|
1317
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1318
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1319
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1287
1320
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1288
1321
|
} | undefined;
|
|
1289
1322
|
dangerPrimary?: {
|
|
@@ -1313,16 +1346,17 @@ export declare const titleAppearance: {
|
|
|
1313
1346
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1314
1347
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1315
1348
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1316
|
-
textAlign?: import("
|
|
1317
|
-
textColor?: import("
|
|
1318
|
-
textColorActive?: import("
|
|
1319
|
-
textColorActiveHover?: import("
|
|
1349
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1350
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1351
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1352
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1320
1353
|
textColorDisabled?: string;
|
|
1321
|
-
textColorHover?: import("
|
|
1354
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1355
|
+
textFont?: string;
|
|
1322
1356
|
textStyle?: string;
|
|
1323
|
-
textTruncate?:
|
|
1324
|
-
textWeight?: import("
|
|
1325
|
-
textWrap?: import("
|
|
1357
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1358
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1359
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1326
1360
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1327
1361
|
} | undefined;
|
|
1328
1362
|
dangerSecondary?: {
|
|
@@ -1352,16 +1386,17 @@ export declare const titleAppearance: {
|
|
|
1352
1386
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1353
1387
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1354
1388
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1355
|
-
textAlign?: import("
|
|
1356
|
-
textColor?: import("
|
|
1357
|
-
textColorActive?: import("
|
|
1358
|
-
textColorActiveHover?: import("
|
|
1389
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1390
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1391
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1392
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1359
1393
|
textColorDisabled?: string;
|
|
1360
|
-
textColorHover?: import("
|
|
1394
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1395
|
+
textFont?: string;
|
|
1361
1396
|
textStyle?: string;
|
|
1362
|
-
textTruncate?:
|
|
1363
|
-
textWeight?: import("
|
|
1364
|
-
textWrap?: import("
|
|
1397
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1398
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1399
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1365
1400
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1366
1401
|
} | undefined;
|
|
1367
1402
|
dangerTertiary?: {
|
|
@@ -1391,16 +1426,17 @@ export declare const titleAppearance: {
|
|
|
1391
1426
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1392
1427
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1393
1428
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1394
|
-
textAlign?: import("
|
|
1395
|
-
textColor?: import("
|
|
1396
|
-
textColorActive?: import("
|
|
1397
|
-
textColorActiveHover?: import("
|
|
1429
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1430
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1431
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1432
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1398
1433
|
textColorDisabled?: string;
|
|
1399
|
-
textColorHover?: import("
|
|
1434
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1435
|
+
textFont?: string;
|
|
1400
1436
|
textStyle?: string;
|
|
1401
|
-
textTruncate?:
|
|
1402
|
-
textWeight?: import("
|
|
1403
|
-
textWrap?: import("
|
|
1437
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1438
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1439
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1404
1440
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1405
1441
|
} | undefined;
|
|
1406
1442
|
dangerQuaternary?: {
|
|
@@ -1430,16 +1466,17 @@ export declare const titleAppearance: {
|
|
|
1430
1466
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1431
1467
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1432
1468
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1433
|
-
textAlign?: import("
|
|
1434
|
-
textColor?: import("
|
|
1435
|
-
textColorActive?: import("
|
|
1436
|
-
textColorActiveHover?: import("
|
|
1469
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1470
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1471
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1472
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1437
1473
|
textColorDisabled?: string;
|
|
1438
|
-
textColorHover?: import("
|
|
1474
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1475
|
+
textFont?: string;
|
|
1439
1476
|
textStyle?: string;
|
|
1440
|
-
textTruncate?:
|
|
1441
|
-
textWeight?: import("
|
|
1442
|
-
textWrap?: import("
|
|
1477
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1478
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1479
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1443
1480
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1444
1481
|
} | undefined;
|
|
1445
1482
|
disabledPrimary?: {
|
|
@@ -1469,16 +1506,17 @@ export declare const titleAppearance: {
|
|
|
1469
1506
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1470
1507
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1471
1508
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1472
|
-
textAlign?: import("
|
|
1473
|
-
textColor?: import("
|
|
1474
|
-
textColorActive?: import("
|
|
1475
|
-
textColorActiveHover?: import("
|
|
1509
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1510
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1511
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1512
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1476
1513
|
textColorDisabled?: string;
|
|
1477
|
-
textColorHover?: import("
|
|
1514
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1515
|
+
textFont?: string;
|
|
1478
1516
|
textStyle?: string;
|
|
1479
|
-
textTruncate?:
|
|
1480
|
-
textWeight?: import("
|
|
1481
|
-
textWrap?: import("
|
|
1517
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1518
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1519
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1482
1520
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1483
1521
|
} | undefined;
|
|
1484
1522
|
disabledSecondary?: {
|
|
@@ -1508,16 +1546,17 @@ export declare const titleAppearance: {
|
|
|
1508
1546
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1509
1547
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1510
1548
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1511
|
-
textAlign?: import("
|
|
1512
|
-
textColor?: import("
|
|
1513
|
-
textColorActive?: import("
|
|
1514
|
-
textColorActiveHover?: import("
|
|
1549
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1550
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1551
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1552
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1515
1553
|
textColorDisabled?: string;
|
|
1516
|
-
textColorHover?: import("
|
|
1554
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1555
|
+
textFont?: string;
|
|
1517
1556
|
textStyle?: string;
|
|
1518
|
-
textTruncate?:
|
|
1519
|
-
textWeight?: import("
|
|
1520
|
-
textWrap?: import("
|
|
1557
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1558
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1559
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1521
1560
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1522
1561
|
} | undefined;
|
|
1523
1562
|
disabledTertiary?: {
|
|
@@ -1547,16 +1586,17 @@ export declare const titleAppearance: {
|
|
|
1547
1586
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1548
1587
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1549
1588
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1550
|
-
textAlign?: import("
|
|
1551
|
-
textColor?: import("
|
|
1552
|
-
textColorActive?: import("
|
|
1553
|
-
textColorActiveHover?: import("
|
|
1589
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1590
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1591
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1592
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1554
1593
|
textColorDisabled?: string;
|
|
1555
|
-
textColorHover?: import("
|
|
1594
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1595
|
+
textFont?: string;
|
|
1556
1596
|
textStyle?: string;
|
|
1557
|
-
textTruncate?:
|
|
1558
|
-
textWeight?: import("
|
|
1559
|
-
textWrap?: import("
|
|
1597
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1598
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1599
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1560
1600
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1561
1601
|
} | undefined;
|
|
1562
1602
|
disabledQuaternary?: {
|
|
@@ -1586,16 +1626,17 @@ export declare const titleAppearance: {
|
|
|
1586
1626
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1587
1627
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1588
1628
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1589
|
-
textAlign?: import("
|
|
1590
|
-
textColor?: import("
|
|
1591
|
-
textColorActive?: import("
|
|
1592
|
-
textColorActiveHover?: import("
|
|
1629
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1630
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1631
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1632
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1593
1633
|
textColorDisabled?: string;
|
|
1594
|
-
textColorHover?: import("
|
|
1634
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1635
|
+
textFont?: string;
|
|
1595
1636
|
textStyle?: string;
|
|
1596
|
-
textTruncate?:
|
|
1597
|
-
textWeight?: import("
|
|
1598
|
-
textWrap?: import("
|
|
1637
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1638
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1639
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1599
1640
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1600
1641
|
} | undefined;
|
|
1601
1642
|
geometric?: {
|
|
@@ -1625,16 +1666,17 @@ export declare const titleAppearance: {
|
|
|
1625
1666
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1626
1667
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1627
1668
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1628
|
-
textAlign?: import("
|
|
1629
|
-
textColor?: import("
|
|
1630
|
-
textColorActive?: import("
|
|
1631
|
-
textColorActiveHover?: import("
|
|
1669
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1670
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1671
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1672
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1632
1673
|
textColorDisabled?: string;
|
|
1633
|
-
textColorHover?: import("
|
|
1674
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1675
|
+
textFont?: string;
|
|
1634
1676
|
textStyle?: string;
|
|
1635
|
-
textTruncate?:
|
|
1636
|
-
textWeight?: import("
|
|
1637
|
-
textWrap?: import("
|
|
1677
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1678
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1679
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1638
1680
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1639
1681
|
} | undefined;
|
|
1640
1682
|
circular?: {
|
|
@@ -1664,16 +1706,17 @@ export declare const titleAppearance: {
|
|
|
1664
1706
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1665
1707
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1666
1708
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1667
|
-
textAlign?: import("
|
|
1668
|
-
textColor?: import("
|
|
1669
|
-
textColorActive?: import("
|
|
1670
|
-
textColorActiveHover?: import("
|
|
1709
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1710
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1711
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1712
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1671
1713
|
textColorDisabled?: string;
|
|
1672
|
-
textColorHover?: import("
|
|
1714
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1715
|
+
textFont?: string;
|
|
1673
1716
|
textStyle?: string;
|
|
1674
|
-
textTruncate?:
|
|
1675
|
-
textWeight?: import("
|
|
1676
|
-
textWrap?: import("
|
|
1717
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1718
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1719
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1677
1720
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1678
1721
|
} | undefined;
|
|
1679
1722
|
rounded?: {
|
|
@@ -1703,16 +1746,17 @@ export declare const titleAppearance: {
|
|
|
1703
1746
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1704
1747
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1705
1748
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1706
|
-
textAlign?: import("
|
|
1707
|
-
textColor?: import("
|
|
1708
|
-
textColorActive?: import("
|
|
1709
|
-
textColorActiveHover?: import("
|
|
1749
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1750
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1751
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1752
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1710
1753
|
textColorDisabled?: string;
|
|
1711
|
-
textColorHover?: import("
|
|
1754
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1755
|
+
textFont?: string;
|
|
1712
1756
|
textStyle?: string;
|
|
1713
|
-
textTruncate?:
|
|
1714
|
-
textWeight?: import("
|
|
1715
|
-
textWrap?: import("
|
|
1757
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1758
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1759
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1716
1760
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1717
1761
|
} | undefined;
|
|
1718
1762
|
outlined?: {
|
|
@@ -1742,16 +1786,17 @@ export declare const titleAppearance: {
|
|
|
1742
1786
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1743
1787
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1744
1788
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1745
|
-
textAlign?: import("
|
|
1746
|
-
textColor?: import("
|
|
1747
|
-
textColorActive?: import("
|
|
1748
|
-
textColorActiveHover?: import("
|
|
1789
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1790
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1791
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1792
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1749
1793
|
textColorDisabled?: string;
|
|
1750
|
-
textColorHover?: import("
|
|
1794
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1795
|
+
textFont?: string;
|
|
1751
1796
|
textStyle?: string;
|
|
1752
|
-
textTruncate?:
|
|
1753
|
-
textWeight?: import("
|
|
1754
|
-
textWrap?: import("
|
|
1797
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1798
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1799
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1755
1800
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1756
1801
|
} | undefined;
|
|
1757
1802
|
full?: {
|
|
@@ -1781,16 +1826,17 @@ export declare const titleAppearance: {
|
|
|
1781
1826
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1782
1827
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1783
1828
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1784
|
-
textAlign?: import("
|
|
1785
|
-
textColor?: import("
|
|
1786
|
-
textColorActive?: import("
|
|
1787
|
-
textColorActiveHover?: import("
|
|
1829
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1830
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1831
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1832
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1788
1833
|
textColorDisabled?: string;
|
|
1789
|
-
textColorHover?: import("
|
|
1834
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1835
|
+
textFont?: string;
|
|
1790
1836
|
textStyle?: string;
|
|
1791
|
-
textTruncate?:
|
|
1792
|
-
textWeight?: import("
|
|
1793
|
-
textWrap?: import("
|
|
1837
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1838
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1839
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1794
1840
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1795
1841
|
} | undefined;
|
|
1796
1842
|
ghost?: {
|
|
@@ -1820,16 +1866,17 @@ export declare const titleAppearance: {
|
|
|
1820
1866
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1821
1867
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1822
1868
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1823
|
-
textAlign?: import("
|
|
1824
|
-
textColor?: import("
|
|
1825
|
-
textColorActive?: import("
|
|
1826
|
-
textColorActiveHover?: import("
|
|
1869
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1870
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1871
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1872
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1827
1873
|
textColorDisabled?: string;
|
|
1828
|
-
textColorHover?: import("
|
|
1874
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1875
|
+
textFont?: string;
|
|
1829
1876
|
textStyle?: string;
|
|
1830
|
-
textTruncate?:
|
|
1831
|
-
textWeight?: import("
|
|
1832
|
-
textWrap?: import("
|
|
1877
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1878
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1879
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1833
1880
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1834
1881
|
} | undefined;
|
|
1835
1882
|
roundedL?: {
|
|
@@ -1859,16 +1906,17 @@ export declare const titleAppearance: {
|
|
|
1859
1906
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1860
1907
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1861
1908
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1862
|
-
textAlign?: import("
|
|
1863
|
-
textColor?: import("
|
|
1864
|
-
textColorActive?: import("
|
|
1865
|
-
textColorActiveHover?: import("
|
|
1909
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1910
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1911
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1912
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1866
1913
|
textColorDisabled?: string;
|
|
1867
|
-
textColorHover?: import("
|
|
1914
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1915
|
+
textFont?: string;
|
|
1868
1916
|
textStyle?: string;
|
|
1869
|
-
textTruncate?:
|
|
1870
|
-
textWeight?: import("
|
|
1871
|
-
textWrap?: import("
|
|
1917
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1918
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1919
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1872
1920
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1873
1921
|
} | undefined;
|
|
1874
1922
|
roundedM?: {
|
|
@@ -1898,16 +1946,17 @@ export declare const titleAppearance: {
|
|
|
1898
1946
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1899
1947
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1900
1948
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1901
|
-
textAlign?: import("
|
|
1902
|
-
textColor?: import("
|
|
1903
|
-
textColorActive?: import("
|
|
1904
|
-
textColorActiveHover?: import("
|
|
1949
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1950
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1951
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1952
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1905
1953
|
textColorDisabled?: string;
|
|
1906
|
-
textColorHover?: import("
|
|
1954
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1955
|
+
textFont?: string;
|
|
1907
1956
|
textStyle?: string;
|
|
1908
|
-
textTruncate?:
|
|
1909
|
-
textWeight?: import("
|
|
1910
|
-
textWrap?: import("
|
|
1957
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1958
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1959
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1911
1960
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1912
1961
|
} | undefined;
|
|
1913
1962
|
roundedS?: {
|
|
@@ -1937,16 +1986,17 @@ export declare const titleAppearance: {
|
|
|
1937
1986
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1938
1987
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1939
1988
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1940
|
-
textAlign?: import("
|
|
1941
|
-
textColor?: import("
|
|
1942
|
-
textColorActive?: import("
|
|
1943
|
-
textColorActiveHover?: import("
|
|
1989
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
1990
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
1991
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
1992
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1944
1993
|
textColorDisabled?: string;
|
|
1945
|
-
textColorHover?: import("
|
|
1994
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
1995
|
+
textFont?: string;
|
|
1946
1996
|
textStyle?: string;
|
|
1947
|
-
textTruncate?:
|
|
1948
|
-
textWeight?: import("
|
|
1949
|
-
textWrap?: import("
|
|
1997
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
1998
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
1999
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1950
2000
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1951
2001
|
} | undefined;
|
|
1952
2002
|
roundedXL?: {
|
|
@@ -1976,16 +2026,17 @@ export declare const titleAppearance: {
|
|
|
1976
2026
|
size?: import("@itcase/types").TitleSizeProps;
|
|
1977
2027
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
1978
2028
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
1979
|
-
textAlign?: import("
|
|
1980
|
-
textColor?: import("
|
|
1981
|
-
textColorActive?: import("
|
|
1982
|
-
textColorActiveHover?: import("
|
|
2029
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
2030
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
2031
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
2032
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
1983
2033
|
textColorDisabled?: string;
|
|
1984
|
-
textColorHover?: import("
|
|
2034
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
2035
|
+
textFont?: string;
|
|
1985
2036
|
textStyle?: string;
|
|
1986
|
-
textTruncate?:
|
|
1987
|
-
textWeight?: import("
|
|
1988
|
-
textWrap?: import("
|
|
2037
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
2038
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
2039
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
1989
2040
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
1990
2041
|
} | undefined;
|
|
1991
2042
|
h3?: {
|
|
@@ -2015,16 +2066,17 @@ export declare const titleAppearance: {
|
|
|
2015
2066
|
size?: import("@itcase/types").TitleSizeProps;
|
|
2016
2067
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
2017
2068
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
2018
|
-
textAlign?: import("
|
|
2019
|
-
textColor?: import("
|
|
2020
|
-
textColorActive?: import("
|
|
2021
|
-
textColorActiveHover?: import("
|
|
2069
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
2070
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
2071
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
2072
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
2022
2073
|
textColorDisabled?: string;
|
|
2023
|
-
textColorHover?: import("
|
|
2074
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
2075
|
+
textFont?: string;
|
|
2024
2076
|
textStyle?: string;
|
|
2025
|
-
textTruncate?:
|
|
2026
|
-
textWeight?: import("
|
|
2027
|
-
textWrap?: import("
|
|
2077
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
2078
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
2079
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
2028
2080
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
2029
2081
|
} | undefined;
|
|
2030
2082
|
h4?: {
|
|
@@ -2054,16 +2106,17 @@ export declare const titleAppearance: {
|
|
|
2054
2106
|
size?: import("@itcase/types").TitleSizeProps;
|
|
2055
2107
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
2056
2108
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
2057
|
-
textAlign?: import("
|
|
2058
|
-
textColor?: import("
|
|
2059
|
-
textColorActive?: import("
|
|
2060
|
-
textColorActiveHover?: import("
|
|
2109
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
2110
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
2111
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
2112
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
2061
2113
|
textColorDisabled?: string;
|
|
2062
|
-
textColorHover?: import("
|
|
2114
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
2115
|
+
textFont?: string;
|
|
2063
2116
|
textStyle?: string;
|
|
2064
|
-
textTruncate?:
|
|
2065
|
-
textWeight?: import("
|
|
2066
|
-
textWrap?: import("
|
|
2117
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
2118
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
2119
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
2067
2120
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
2068
2121
|
} | undefined;
|
|
2069
2122
|
h5?: {
|
|
@@ -2093,16 +2146,17 @@ export declare const titleAppearance: {
|
|
|
2093
2146
|
size?: import("@itcase/types").TitleSizeProps;
|
|
2094
2147
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
2095
2148
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
2096
|
-
textAlign?: import("
|
|
2097
|
-
textColor?: import("
|
|
2098
|
-
textColorActive?: import("
|
|
2099
|
-
textColorActiveHover?: import("
|
|
2149
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
2150
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
2151
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
2152
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
2100
2153
|
textColorDisabled?: string;
|
|
2101
|
-
textColorHover?: import("
|
|
2154
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
2155
|
+
textFont?: string;
|
|
2102
2156
|
textStyle?: string;
|
|
2103
|
-
textTruncate?:
|
|
2104
|
-
textWeight?: import("
|
|
2105
|
-
textWrap?: import("
|
|
2157
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
2158
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
2159
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
2106
2160
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
2107
2161
|
} | undefined;
|
|
2108
2162
|
h6?: {
|
|
@@ -2132,16 +2186,17 @@ export declare const titleAppearance: {
|
|
|
2132
2186
|
size?: import("@itcase/types").TitleSizeProps;
|
|
2133
2187
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
2134
2188
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
2135
|
-
textAlign?: import("
|
|
2136
|
-
textColor?: import("
|
|
2137
|
-
textColorActive?: import("
|
|
2138
|
-
textColorActiveHover?: import("
|
|
2189
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
2190
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
2191
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
2192
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
2139
2193
|
textColorDisabled?: string;
|
|
2140
|
-
textColorHover?: import("
|
|
2194
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
2195
|
+
textFont?: string;
|
|
2141
2196
|
textStyle?: string;
|
|
2142
|
-
textTruncate?:
|
|
2143
|
-
textWeight?: import("
|
|
2144
|
-
textWrap?: import("
|
|
2197
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
2198
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
2199
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
2145
2200
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
2146
2201
|
} | undefined;
|
|
2147
2202
|
h1?: {
|
|
@@ -2171,16 +2226,17 @@ export declare const titleAppearance: {
|
|
|
2171
2226
|
size?: import("@itcase/types").TitleSizeProps;
|
|
2172
2227
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
2173
2228
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
2174
|
-
textAlign?: import("
|
|
2175
|
-
textColor?: import("
|
|
2176
|
-
textColorActive?: import("
|
|
2177
|
-
textColorActiveHover?: import("
|
|
2229
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
2230
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
2231
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
2232
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
2178
2233
|
textColorDisabled?: string;
|
|
2179
|
-
textColorHover?: import("
|
|
2234
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
2235
|
+
textFont?: string;
|
|
2180
2236
|
textStyle?: string;
|
|
2181
|
-
textTruncate?:
|
|
2182
|
-
textWeight?: import("
|
|
2183
|
-
textWrap?: import("
|
|
2237
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
2238
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
2239
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
2184
2240
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
2185
2241
|
} | undefined;
|
|
2186
2242
|
h2?: {
|
|
@@ -2210,16 +2266,17 @@ export declare const titleAppearance: {
|
|
|
2210
2266
|
size?: import("@itcase/types").TitleSizeProps;
|
|
2211
2267
|
svgFill?: import("@itcase/types").SvgFillProps;
|
|
2212
2268
|
svgFillHover?: import("@itcase/types").SvgFillHoverProps;
|
|
2213
|
-
textAlign?: import("
|
|
2214
|
-
textColor?: import("
|
|
2215
|
-
textColorActive?: import("
|
|
2216
|
-
textColorActiveHover?: import("
|
|
2269
|
+
textAlign?: import("../Text/Text.interface").TextProps["textAlign"];
|
|
2270
|
+
textColor?: import("../Text/Text.interface").TextProps["textColor"];
|
|
2271
|
+
textColorActive?: import("../Text/Text.interface").TextProps["textColorActive"];
|
|
2272
|
+
textColorActiveHover?: import("../Text/Text.interface").TextProps["textColorActiveHover"];
|
|
2217
2273
|
textColorDisabled?: string;
|
|
2218
|
-
textColorHover?: import("
|
|
2274
|
+
textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
|
|
2275
|
+
textFont?: string;
|
|
2219
2276
|
textStyle?: string;
|
|
2220
|
-
textTruncate?:
|
|
2221
|
-
textWeight?: import("
|
|
2222
|
-
textWrap?: import("
|
|
2277
|
+
textTruncate?: import("../Text/Text.interface").TextProps["textTruncate"];
|
|
2278
|
+
textWeight?: import("../Text/Text.interface").TextProps["textWeight"];
|
|
2279
|
+
textWrap?: import("../Text/Text.interface").TextProps["textWrap"];
|
|
2223
2280
|
wrapperDirection?: import("@itcase/types").DirectionHVProps;
|
|
2224
2281
|
} | undefined;
|
|
2225
2282
|
};
|