@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.
Files changed (124) hide show
  1. package/dist/{Avatar_cjs_DRZE113U.js → Avatar_cjs_CS01fvh-.js} +11 -5
  2. package/dist/{Avatar_es_Cmq4xAG6.js → Avatar_es_DRObE1DB.js} +11 -5
  3. package/dist/{ChipsGroup_cjs_D0bGehZY.js → ChipsGroup_cjs_Sn3uiCSJ.js} +33 -33
  4. package/dist/{ChipsGroup_es_DWvsJ5bu.js → ChipsGroup_es_CbzUWqG9.js} +33 -33
  5. package/dist/{DatePicker_cjs_Cm50AX0J.js → DatePicker_cjs_Bfiav-tb.js} +1 -1
  6. package/dist/{DatePicker_es_B-WPA9y9.js → DatePicker_es_CtbVXMmy.js} +1 -1
  7. package/dist/{Divider_cjs_DrmV2ezS.js → Divider_cjs_BZn2epqW.js} +2 -2
  8. package/dist/{Divider_es_BiYozVBS.js → Divider_es_DNJg0mQR.js} +2 -2
  9. package/dist/{DropdownItem_cjs_CawN_Tz7.js → DropdownItem_cjs_Capn0Iu7.js} +1 -1
  10. package/dist/{DropdownItem_es_BauhVrYj.js → DropdownItem_es_CTw07zF3.js} +1 -1
  11. package/dist/{Group_cjs_393FExUN.js → Group_cjs_DNI9PTBq.js} +1 -1
  12. package/dist/{Group_es_BtE98Vb5.js → Group_es_nBtACpoG.js} +1 -1
  13. package/dist/{SelectContainer_cjs_CsHj-fP_.js → SelectContainer_cjs_doMatESV.js} +2 -2
  14. package/dist/{SelectContainer_es_Bc4Laoir.js → SelectContainer_es_2ZX3VSMS.js} +2 -2
  15. package/dist/cjs/components/Accordion.js +1 -1
  16. package/dist/cjs/components/Avatar.js +1 -1
  17. package/dist/cjs/components/AvatarStack.js +2 -2
  18. package/dist/cjs/components/Button.js +1 -1
  19. package/dist/cjs/components/Cell.js +12 -16
  20. package/dist/cjs/components/Chips.js +1 -1
  21. package/dist/cjs/components/Code.js +17 -17
  22. package/dist/cjs/components/CookiesWarning.js +1 -1
  23. package/dist/cjs/components/DatePeriod.js +6 -6
  24. package/dist/cjs/components/DatePicker.js +2 -2
  25. package/dist/cjs/components/Divider.js +1 -1
  26. package/dist/cjs/components/Drawer.js +1 -1
  27. package/dist/cjs/components/Dropdown.js +2 -2
  28. package/dist/cjs/components/Group.js +1 -1
  29. package/dist/cjs/components/Notification.js +1 -1
  30. package/dist/cjs/components/Pagination.js +2 -2
  31. package/dist/cjs/components/Response.js +2 -2
  32. package/dist/cjs/components/Select.js +3 -3
  33. package/dist/cjs/components/Swiper.js +1 -1
  34. package/dist/cjs/components/Tab.js +1 -1
  35. package/dist/cjs/components/Textarea.js +9 -21
  36. package/dist/cjs/components/Video.js +1 -1
  37. package/dist/cjs/components/Warning.js +2 -2
  38. package/dist/components/Accordion.js +1 -1
  39. package/dist/components/Avatar.js +1 -1
  40. package/dist/components/AvatarStack.js +2 -2
  41. package/dist/components/Button.js +1 -1
  42. package/dist/components/Cell.js +12 -16
  43. package/dist/components/Chips.js +1 -1
  44. package/dist/components/Code.js +17 -17
  45. package/dist/components/CookiesWarning.js +1 -1
  46. package/dist/components/DatePeriod.js +6 -6
  47. package/dist/components/DatePicker.js +2 -2
  48. package/dist/components/Divider.js +1 -1
  49. package/dist/components/Drawer.js +1 -1
  50. package/dist/components/Dropdown.js +2 -2
  51. package/dist/components/Group.js +1 -1
  52. package/dist/components/Notification.js +1 -1
  53. package/dist/components/Pagination.js +2 -2
  54. package/dist/components/Response.js +2 -2
  55. package/dist/components/Select.js +3 -3
  56. package/dist/components/Swiper.js +1 -1
  57. package/dist/components/Tab.js +1 -1
  58. package/dist/components/Textarea.js +9 -21
  59. package/dist/components/Video.js +1 -1
  60. package/dist/components/Warning.js +2 -2
  61. package/dist/css/styles/bundles.css +6 -6
  62. package/dist/snippets/Group.snippets.json +1 -1
  63. package/dist/types/components/Button/Button.d.ts +1 -1
  64. package/dist/types/components/Button/Button.interface.d.ts +1 -1
  65. package/dist/types/components/Cell/Cell.appearance.d.ts +2 -2
  66. package/dist/types/components/Cell/Cell.interface.d.ts +67 -56
  67. package/dist/types/components/Cell/appearance/cellSize.d.ts +2 -58
  68. package/dist/types/components/Cell/appearance/cellStyle.d.ts +2 -13
  69. package/dist/types/components/Cell/appearance/cellSurface.d.ts +2 -54
  70. package/dist/types/components/Chips/Chips.interface.d.ts +83 -21
  71. package/dist/types/components/Chips/ChipsGroup.d.ts +2 -1
  72. package/dist/types/components/Chips/appearance/chipsAccent.d.ts +2 -23
  73. package/dist/types/components/Chips/appearance/chipsDanger.d.ts +2 -16
  74. package/dist/types/components/Chips/appearance/chipsDisabled.d.ts +2 -13
  75. package/dist/types/components/Chips/appearance/chipsError.d.ts +2 -16
  76. package/dist/types/components/Chips/appearance/chipsInfo.d.ts +2 -16
  77. package/dist/types/components/Chips/appearance/chipsPrimary.d.ts +2 -16
  78. package/dist/types/components/Chips/appearance/chipsSecondary.d.ts +2 -16
  79. package/dist/types/components/Chips/appearance/chipsShape.d.ts +2 -24
  80. package/dist/types/components/Chips/appearance/chipsSize.d.ts +2 -44
  81. package/dist/types/components/Chips/appearance/chipsStyle.d.ts +2 -13
  82. package/dist/types/components/Chips/appearance/chipsSuccess.d.ts +2 -16
  83. package/dist/types/components/Chips/appearance/chipsSurface.d.ts +2 -45
  84. package/dist/types/components/Chips/appearance/chipsWarning.d.ts +2 -16
  85. package/dist/types/components/Code/Code.appearance.d.ts +2 -2
  86. package/dist/types/components/Code/Code.interface.d.ts +32 -33
  87. package/dist/types/components/Code/appearance/codeDefault.d.ts +2 -10
  88. package/dist/types/components/Code/appearance/codeDisabled.d.ts +2 -11
  89. package/dist/types/components/Code/appearance/codeError.d.ts +2 -11
  90. package/dist/types/components/Code/appearance/codeRequire.d.ts +2 -11
  91. package/dist/types/components/Code/appearance/codeShape.d.ts +2 -24
  92. package/dist/types/components/Code/appearance/codeSize.d.ts +2 -12
  93. package/dist/types/components/Code/appearance/codeStyle.d.ts +2 -15
  94. package/dist/types/components/Code/appearance/codeSuccess.d.ts +2 -11
  95. package/dist/types/components/Divider/Divider.interface.d.ts +1 -0
  96. package/dist/types/components/Dot/Dot.interface.d.ts +5 -5
  97. package/dist/types/components/Group/Group.appearance.d.ts +2 -2
  98. package/dist/types/components/Group/Group.d.ts +53 -2
  99. package/dist/types/components/Group/Group.interface.d.ts +48 -36
  100. package/dist/types/components/Textarea/Textarea.appearance.d.ts +2 -2
  101. package/dist/types/components/Textarea/Textarea.interface.d.ts +25 -22
  102. package/dist/types/components/Textarea/appearance/textareaDefault.d.ts +2 -36
  103. package/dist/types/components/Textarea/appearance/textareaDisabled.d.ts +2 -19
  104. package/dist/types/components/Textarea/appearance/textareaError.d.ts +2 -19
  105. package/dist/types/components/Textarea/appearance/textareaRequire.d.ts +2 -19
  106. package/dist/types/components/Textarea/appearance/textareaShape.d.ts +2 -24
  107. package/dist/types/components/Textarea/appearance/textareaSize.d.ts +2 -30
  108. package/dist/types/components/Textarea/appearance/textareaStyle.d.ts +2 -15
  109. package/dist/types/components/Textarea/appearance/textareaSuccess.d.ts +2 -20
  110. package/dist/types/components/Title/Title.appearance.d.ts +513 -456
  111. package/dist/types/components/Title/Title.interface.d.ts +11 -9
  112. package/dist/types/components/Video/Video.interface.d.ts +3 -6
  113. package/dist/types/components/Warning/Warning.appearance.d.ts +1276 -121
  114. package/dist/types/components/Warning/Warning.interface.d.ts +38 -34
  115. package/dist/types/components/Warning/appearance/warningAccent.d.ts +2 -22
  116. package/dist/types/components/Warning/appearance/warningError.d.ts +2 -22
  117. package/dist/types/components/Warning/appearance/warningInfo.d.ts +2 -22
  118. package/dist/types/components/Warning/appearance/warningShape.d.ts +2 -24
  119. package/dist/types/components/Warning/appearance/warningSize.d.ts +2 -10
  120. package/dist/types/components/Warning/appearance/warningStyle.d.ts +2 -13
  121. package/dist/types/components/Warning/appearance/warningWarning.d.ts +2 -22
  122. package/package.json +1 -1
  123. package/dist/{Button_cjs_BRShPZw4.js → Button_cjs_DPs7uj_n.js} +1 -1
  124. 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("@itcase/types").TextAlignProps;
30
- textColor?: import("@itcase/types").TextColorProps;
31
- textColorActive?: import("@itcase/types").TextColorActiveProps;
32
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
34
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
35
+ textFont?: string;
35
36
  textStyle?: string;
36
- textTruncate?: boolean;
37
- textWeight?: import("@itcase/types").TextWeightProps;
38
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
69
- textColor?: import("@itcase/types").TextColorProps;
70
- textColorActive?: import("@itcase/types").TextColorActiveProps;
71
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
74
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
75
+ textFont?: string;
74
76
  textStyle?: string;
75
- textTruncate?: boolean;
76
- textWeight?: import("@itcase/types").TextWeightProps;
77
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
108
- textColor?: import("@itcase/types").TextColorProps;
109
- textColorActive?: import("@itcase/types").TextColorActiveProps;
110
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
114
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
115
+ textFont?: string;
113
116
  textStyle?: string;
114
- textTruncate?: boolean;
115
- textWeight?: import("@itcase/types").TextWeightProps;
116
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
147
- textColor?: import("@itcase/types").TextColorProps;
148
- textColorActive?: import("@itcase/types").TextColorActiveProps;
149
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
154
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
155
+ textFont?: string;
152
156
  textStyle?: string;
153
- textTruncate?: boolean;
154
- textWeight?: import("@itcase/types").TextWeightProps;
155
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
186
- textColor?: import("@itcase/types").TextColorProps;
187
- textColorActive?: import("@itcase/types").TextColorActiveProps;
188
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
194
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
195
+ textFont?: string;
191
196
  textStyle?: string;
192
- textTruncate?: boolean;
193
- textWeight?: import("@itcase/types").TextWeightProps;
194
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
225
- textColor?: import("@itcase/types").TextColorProps;
226
- textColorActive?: import("@itcase/types").TextColorActiveProps;
227
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
234
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
235
+ textFont?: string;
230
236
  textStyle?: string;
231
- textTruncate?: boolean;
232
- textWeight?: import("@itcase/types").TextWeightProps;
233
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
264
- textColor?: import("@itcase/types").TextColorProps;
265
- textColorActive?: import("@itcase/types").TextColorActiveProps;
266
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
274
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
275
+ textFont?: string;
269
276
  textStyle?: string;
270
- textTruncate?: boolean;
271
- textWeight?: import("@itcase/types").TextWeightProps;
272
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
303
- textColor?: import("@itcase/types").TextColorProps;
304
- textColorActive?: import("@itcase/types").TextColorActiveProps;
305
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
314
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
315
+ textFont?: string;
308
316
  textStyle?: string;
309
- textTruncate?: boolean;
310
- textWeight?: import("@itcase/types").TextWeightProps;
311
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
342
- textColor?: import("@itcase/types").TextColorProps;
343
- textColorActive?: import("@itcase/types").TextColorActiveProps;
344
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
354
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
355
+ textFont?: string;
347
356
  textStyle?: string;
348
- textTruncate?: boolean;
349
- textWeight?: import("@itcase/types").TextWeightProps;
350
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
381
- textColor?: import("@itcase/types").TextColorProps;
382
- textColorActive?: import("@itcase/types").TextColorActiveProps;
383
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
394
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
395
+ textFont?: string;
386
396
  textStyle?: string;
387
- textTruncate?: boolean;
388
- textWeight?: import("@itcase/types").TextWeightProps;
389
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
420
- textColor?: import("@itcase/types").TextColorProps;
421
- textColorActive?: import("@itcase/types").TextColorActiveProps;
422
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
434
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
435
+ textFont?: string;
425
436
  textStyle?: string;
426
- textTruncate?: boolean;
427
- textWeight?: import("@itcase/types").TextWeightProps;
428
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
459
- textColor?: import("@itcase/types").TextColorProps;
460
- textColorActive?: import("@itcase/types").TextColorActiveProps;
461
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
474
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
475
+ textFont?: string;
464
476
  textStyle?: string;
465
- textTruncate?: boolean;
466
- textWeight?: import("@itcase/types").TextWeightProps;
467
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
498
- textColor?: import("@itcase/types").TextColorProps;
499
- textColorActive?: import("@itcase/types").TextColorActiveProps;
500
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
514
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
515
+ textFont?: string;
503
516
  textStyle?: string;
504
- textTruncate?: boolean;
505
- textWeight?: import("@itcase/types").TextWeightProps;
506
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
537
- textColor?: import("@itcase/types").TextColorProps;
538
- textColorActive?: import("@itcase/types").TextColorActiveProps;
539
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
554
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
555
+ textFont?: string;
542
556
  textStyle?: string;
543
- textTruncate?: boolean;
544
- textWeight?: import("@itcase/types").TextWeightProps;
545
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
576
- textColor?: import("@itcase/types").TextColorProps;
577
- textColorActive?: import("@itcase/types").TextColorActiveProps;
578
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
594
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
595
+ textFont?: string;
581
596
  textStyle?: string;
582
- textTruncate?: boolean;
583
- textWeight?: import("@itcase/types").TextWeightProps;
584
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
615
- textColor?: import("@itcase/types").TextColorProps;
616
- textColorActive?: import("@itcase/types").TextColorActiveProps;
617
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
634
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
635
+ textFont?: string;
620
636
  textStyle?: string;
621
- textTruncate?: boolean;
622
- textWeight?: import("@itcase/types").TextWeightProps;
623
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
654
- textColor?: import("@itcase/types").TextColorProps;
655
- textColorActive?: import("@itcase/types").TextColorActiveProps;
656
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
674
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
675
+ textFont?: string;
659
676
  textStyle?: string;
660
- textTruncate?: boolean;
661
- textWeight?: import("@itcase/types").TextWeightProps;
662
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
693
- textColor?: import("@itcase/types").TextColorProps;
694
- textColorActive?: import("@itcase/types").TextColorActiveProps;
695
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
714
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
715
+ textFont?: string;
698
716
  textStyle?: string;
699
- textTruncate?: boolean;
700
- textWeight?: import("@itcase/types").TextWeightProps;
701
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
732
- textColor?: import("@itcase/types").TextColorProps;
733
- textColorActive?: import("@itcase/types").TextColorActiveProps;
734
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
754
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
755
+ textFont?: string;
737
756
  textStyle?: string;
738
- textTruncate?: boolean;
739
- textWeight?: import("@itcase/types").TextWeightProps;
740
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
771
- textColor?: import("@itcase/types").TextColorProps;
772
- textColorActive?: import("@itcase/types").TextColorActiveProps;
773
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
794
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
795
+ textFont?: string;
776
796
  textStyle?: string;
777
- textTruncate?: boolean;
778
- textWeight?: import("@itcase/types").TextWeightProps;
779
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
810
- textColor?: import("@itcase/types").TextColorProps;
811
- textColorActive?: import("@itcase/types").TextColorActiveProps;
812
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
834
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
835
+ textFont?: string;
815
836
  textStyle?: string;
816
- textTruncate?: boolean;
817
- textWeight?: import("@itcase/types").TextWeightProps;
818
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
849
- textColor?: import("@itcase/types").TextColorProps;
850
- textColorActive?: import("@itcase/types").TextColorActiveProps;
851
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
874
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
875
+ textFont?: string;
854
876
  textStyle?: string;
855
- textTruncate?: boolean;
856
- textWeight?: import("@itcase/types").TextWeightProps;
857
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
888
- textColor?: import("@itcase/types").TextColorProps;
889
- textColorActive?: import("@itcase/types").TextColorActiveProps;
890
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
914
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
915
+ textFont?: string;
893
916
  textStyle?: string;
894
- textTruncate?: boolean;
895
- textWeight?: import("@itcase/types").TextWeightProps;
896
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
927
- textColor?: import("@itcase/types").TextColorProps;
928
- textColorActive?: import("@itcase/types").TextColorActiveProps;
929
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
954
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
955
+ textFont?: string;
932
956
  textStyle?: string;
933
- textTruncate?: boolean;
934
- textWeight?: import("@itcase/types").TextWeightProps;
935
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
966
- textColor?: import("@itcase/types").TextColorProps;
967
- textColorActive?: import("@itcase/types").TextColorActiveProps;
968
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
994
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
995
+ textFont?: string;
971
996
  textStyle?: string;
972
- textTruncate?: boolean;
973
- textWeight?: import("@itcase/types").TextWeightProps;
974
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1005
- textColor?: import("@itcase/types").TextColorProps;
1006
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1007
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1034
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1035
+ textFont?: string;
1010
1036
  textStyle?: string;
1011
- textTruncate?: boolean;
1012
- textWeight?: import("@itcase/types").TextWeightProps;
1013
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1044
- textColor?: import("@itcase/types").TextColorProps;
1045
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1046
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1074
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1075
+ textFont?: string;
1049
1076
  textStyle?: string;
1050
- textTruncate?: boolean;
1051
- textWeight?: import("@itcase/types").TextWeightProps;
1052
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1083
- textColor?: import("@itcase/types").TextColorProps;
1084
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1085
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1114
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1115
+ textFont?: string;
1088
1116
  textStyle?: string;
1089
- textTruncate?: boolean;
1090
- textWeight?: import("@itcase/types").TextWeightProps;
1091
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1122
- textColor?: import("@itcase/types").TextColorProps;
1123
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1124
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1154
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1155
+ textFont?: string;
1127
1156
  textStyle?: string;
1128
- textTruncate?: boolean;
1129
- textWeight?: import("@itcase/types").TextWeightProps;
1130
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1161
- textColor?: import("@itcase/types").TextColorProps;
1162
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1163
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1194
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1195
+ textFont?: string;
1166
1196
  textStyle?: string;
1167
- textTruncate?: boolean;
1168
- textWeight?: import("@itcase/types").TextWeightProps;
1169
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1200
- textColor?: import("@itcase/types").TextColorProps;
1201
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1202
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1234
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1235
+ textFont?: string;
1205
1236
  textStyle?: string;
1206
- textTruncate?: boolean;
1207
- textWeight?: import("@itcase/types").TextWeightProps;
1208
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1239
- textColor?: import("@itcase/types").TextColorProps;
1240
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1241
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1274
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1275
+ textFont?: string;
1244
1276
  textStyle?: string;
1245
- textTruncate?: boolean;
1246
- textWeight?: import("@itcase/types").TextWeightProps;
1247
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1278
- textColor?: import("@itcase/types").TextColorProps;
1279
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1280
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1314
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1315
+ textFont?: string;
1283
1316
  textStyle?: string;
1284
- textTruncate?: boolean;
1285
- textWeight?: import("@itcase/types").TextWeightProps;
1286
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1317
- textColor?: import("@itcase/types").TextColorProps;
1318
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1319
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1354
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1355
+ textFont?: string;
1322
1356
  textStyle?: string;
1323
- textTruncate?: boolean;
1324
- textWeight?: import("@itcase/types").TextWeightProps;
1325
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1356
- textColor?: import("@itcase/types").TextColorProps;
1357
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1358
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1394
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1395
+ textFont?: string;
1361
1396
  textStyle?: string;
1362
- textTruncate?: boolean;
1363
- textWeight?: import("@itcase/types").TextWeightProps;
1364
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1395
- textColor?: import("@itcase/types").TextColorProps;
1396
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1397
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1434
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1435
+ textFont?: string;
1400
1436
  textStyle?: string;
1401
- textTruncate?: boolean;
1402
- textWeight?: import("@itcase/types").TextWeightProps;
1403
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1434
- textColor?: import("@itcase/types").TextColorProps;
1435
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1436
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1474
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1475
+ textFont?: string;
1439
1476
  textStyle?: string;
1440
- textTruncate?: boolean;
1441
- textWeight?: import("@itcase/types").TextWeightProps;
1442
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1473
- textColor?: import("@itcase/types").TextColorProps;
1474
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1475
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1514
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1515
+ textFont?: string;
1478
1516
  textStyle?: string;
1479
- textTruncate?: boolean;
1480
- textWeight?: import("@itcase/types").TextWeightProps;
1481
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1512
- textColor?: import("@itcase/types").TextColorProps;
1513
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1514
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1554
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1555
+ textFont?: string;
1517
1556
  textStyle?: string;
1518
- textTruncate?: boolean;
1519
- textWeight?: import("@itcase/types").TextWeightProps;
1520
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1551
- textColor?: import("@itcase/types").TextColorProps;
1552
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1553
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1594
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1595
+ textFont?: string;
1556
1596
  textStyle?: string;
1557
- textTruncate?: boolean;
1558
- textWeight?: import("@itcase/types").TextWeightProps;
1559
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1590
- textColor?: import("@itcase/types").TextColorProps;
1591
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1592
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1634
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1635
+ textFont?: string;
1595
1636
  textStyle?: string;
1596
- textTruncate?: boolean;
1597
- textWeight?: import("@itcase/types").TextWeightProps;
1598
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1629
- textColor?: import("@itcase/types").TextColorProps;
1630
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1631
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1674
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1675
+ textFont?: string;
1634
1676
  textStyle?: string;
1635
- textTruncate?: boolean;
1636
- textWeight?: import("@itcase/types").TextWeightProps;
1637
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1668
- textColor?: import("@itcase/types").TextColorProps;
1669
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1670
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1714
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1715
+ textFont?: string;
1673
1716
  textStyle?: string;
1674
- textTruncate?: boolean;
1675
- textWeight?: import("@itcase/types").TextWeightProps;
1676
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1707
- textColor?: import("@itcase/types").TextColorProps;
1708
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1709
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1754
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1755
+ textFont?: string;
1712
1756
  textStyle?: string;
1713
- textTruncate?: boolean;
1714
- textWeight?: import("@itcase/types").TextWeightProps;
1715
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1746
- textColor?: import("@itcase/types").TextColorProps;
1747
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1748
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1794
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1795
+ textFont?: string;
1751
1796
  textStyle?: string;
1752
- textTruncate?: boolean;
1753
- textWeight?: import("@itcase/types").TextWeightProps;
1754
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1785
- textColor?: import("@itcase/types").TextColorProps;
1786
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1787
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1834
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1835
+ textFont?: string;
1790
1836
  textStyle?: string;
1791
- textTruncate?: boolean;
1792
- textWeight?: import("@itcase/types").TextWeightProps;
1793
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1824
- textColor?: import("@itcase/types").TextColorProps;
1825
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1826
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1874
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1875
+ textFont?: string;
1829
1876
  textStyle?: string;
1830
- textTruncate?: boolean;
1831
- textWeight?: import("@itcase/types").TextWeightProps;
1832
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1863
- textColor?: import("@itcase/types").TextColorProps;
1864
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1865
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1914
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1915
+ textFont?: string;
1868
1916
  textStyle?: string;
1869
- textTruncate?: boolean;
1870
- textWeight?: import("@itcase/types").TextWeightProps;
1871
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1902
- textColor?: import("@itcase/types").TextColorProps;
1903
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1904
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1954
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1955
+ textFont?: string;
1907
1956
  textStyle?: string;
1908
- textTruncate?: boolean;
1909
- textWeight?: import("@itcase/types").TextWeightProps;
1910
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1941
- textColor?: import("@itcase/types").TextColorProps;
1942
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1943
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
1994
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
1995
+ textFont?: string;
1946
1996
  textStyle?: string;
1947
- textTruncate?: boolean;
1948
- textWeight?: import("@itcase/types").TextWeightProps;
1949
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
1980
- textColor?: import("@itcase/types").TextColorProps;
1981
- textColorActive?: import("@itcase/types").TextColorActiveProps;
1982
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
2034
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
2035
+ textFont?: string;
1985
2036
  textStyle?: string;
1986
- textTruncate?: boolean;
1987
- textWeight?: import("@itcase/types").TextWeightProps;
1988
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
2019
- textColor?: import("@itcase/types").TextColorProps;
2020
- textColorActive?: import("@itcase/types").TextColorActiveProps;
2021
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
2074
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
2075
+ textFont?: string;
2024
2076
  textStyle?: string;
2025
- textTruncate?: boolean;
2026
- textWeight?: import("@itcase/types").TextWeightProps;
2027
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
2058
- textColor?: import("@itcase/types").TextColorProps;
2059
- textColorActive?: import("@itcase/types").TextColorActiveProps;
2060
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
2114
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
2115
+ textFont?: string;
2063
2116
  textStyle?: string;
2064
- textTruncate?: boolean;
2065
- textWeight?: import("@itcase/types").TextWeightProps;
2066
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
2097
- textColor?: import("@itcase/types").TextColorProps;
2098
- textColorActive?: import("@itcase/types").TextColorActiveProps;
2099
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
2154
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
2155
+ textFont?: string;
2102
2156
  textStyle?: string;
2103
- textTruncate?: boolean;
2104
- textWeight?: import("@itcase/types").TextWeightProps;
2105
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
2136
- textColor?: import("@itcase/types").TextColorProps;
2137
- textColorActive?: import("@itcase/types").TextColorActiveProps;
2138
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
2194
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
2195
+ textFont?: string;
2141
2196
  textStyle?: string;
2142
- textTruncate?: boolean;
2143
- textWeight?: import("@itcase/types").TextWeightProps;
2144
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
2175
- textColor?: import("@itcase/types").TextColorProps;
2176
- textColorActive?: import("@itcase/types").TextColorActiveProps;
2177
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
2234
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
2235
+ textFont?: string;
2180
2236
  textStyle?: string;
2181
- textTruncate?: boolean;
2182
- textWeight?: import("@itcase/types").TextWeightProps;
2183
- textWrap?: import("@itcase/types").TextWrapProps;
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("@itcase/types").TextAlignProps;
2214
- textColor?: import("@itcase/types").TextColorProps;
2215
- textColorActive?: import("@itcase/types").TextColorActiveProps;
2216
- textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
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("@itcase/types").TextColorHoverProps;
2274
+ textColorHover?: import("../Text/Text.interface").TextProps["textColorHover"];
2275
+ textFont?: string;
2219
2276
  textStyle?: string;
2220
- textTruncate?: boolean;
2221
- textWeight?: import("@itcase/types").TextWeightProps;
2222
- textWrap?: import("@itcase/types").TextWrapProps;
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
  };