@itcase/ui 1.8.125 → 1.8.127

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 (112) hide show
  1. package/dist/{Avatar_cjs_AwXEUY8j.js → Avatar_cjs_CLpFeKt-.js} +2 -2
  2. package/dist/{Avatar_es_BtlaCRc5.js → Avatar_es_BQf7U0hA.js} +2 -2
  3. package/dist/{Button_cjs_C34BU1BK.js → Button_cjs_D4f7urKp.js} +3 -3
  4. package/dist/{Button_es_DnlzLBUT.js → Button_es_C7L4CT4f.js} +3 -3
  5. package/dist/{ChipsGroup_cjs_DfAKN5CA.js → ChipsGroup_cjs_BCdLcqbz.js} +2 -2
  6. package/dist/{ChipsGroup_es_DBKY2UyF.js → ChipsGroup_es_DMfjXntS.js} +2 -2
  7. package/dist/{DatePicker_cjs_DfbeIL2m.js → DatePicker_cjs_xV-NFl1J.js} +4 -4
  8. package/dist/{DatePicker_es_BIJNx427.js → DatePicker_es_Da_ZC57A.js} +4 -4
  9. package/dist/{DropdownItem_cjs_vHuzXW9M.js → DropdownItem_cjs_DUPMlJr_.js} +2 -2
  10. package/dist/{DropdownItem_es_DVHWWgnU.js → DropdownItem_es_DbC3VzEL.js} +2 -2
  11. package/dist/{Icon_cjs_BVLGzj7Y.js → Icon_cjs_DN4Kc8La.js} +5 -5
  12. package/dist/{Icon_es_DkVkzTha.js → Icon_es_B7IBHqyf.js} +5 -5
  13. package/dist/{Label_cjs_DwAmukik.js → Label_cjs_D5_n3Yvg.js} +2 -2
  14. package/dist/{Label_es_B2kcstsG.js → Label_es_Dror143Q.js} +2 -2
  15. package/dist/{Loader_cjs_DIDsIq3J.js → Loader_cjs_CRiUlTC3.js} +1 -1
  16. package/dist/{Loader_es_CmSggwbR.js → Loader_es_Dq2-7sn2.js} +1 -1
  17. package/dist/{Text_cjs_BDTjOTVB.js → Text_cjs_DaH5tVvz.js} +2 -2
  18. package/dist/{Text_es_CnymlElo.js → Text_es_RDU9GLCV.js} +2 -2
  19. package/dist/cjs/components/Accordion.js +2 -2
  20. package/dist/cjs/components/Avatar.js +3 -3
  21. package/dist/cjs/components/AvatarStack.js +3 -3
  22. package/dist/cjs/components/Badge.js +2 -2
  23. package/dist/cjs/components/Breadcrumbs.js +2 -2
  24. package/dist/cjs/components/Button.js +4 -4
  25. package/dist/cjs/components/Cell.js +3 -3
  26. package/dist/cjs/components/Checkbox.js +1 -1
  27. package/dist/cjs/components/Chips.js +3 -3
  28. package/dist/cjs/components/Choice.js +3 -3
  29. package/dist/cjs/components/CookiesWarning.js +4 -4
  30. package/dist/cjs/components/DatePeriod.js +7 -7
  31. package/dist/cjs/components/DatePicker.js +6 -6
  32. package/dist/cjs/components/Drawer.js +2 -2
  33. package/dist/cjs/components/Dropdown.js +3 -3
  34. package/dist/cjs/components/HeroTitle.js +2 -2
  35. package/dist/cjs/components/Icon.js +2 -2
  36. package/dist/cjs/components/InputPassword.js +2 -2
  37. package/dist/cjs/components/Label.js +3 -3
  38. package/dist/cjs/components/Loader.js +2 -2
  39. package/dist/cjs/components/MenuItem.js +39 -13
  40. package/dist/cjs/components/Modal.js +6 -6
  41. package/dist/cjs/components/ModalSheetBottom.js +2 -2
  42. package/dist/cjs/components/Notification.js +2 -2
  43. package/dist/cjs/components/Pagination.js +3 -3
  44. package/dist/cjs/components/Radio.js +1 -1
  45. package/dist/cjs/components/Response.js +5 -5
  46. package/dist/cjs/components/Search.js +2 -2
  47. package/dist/cjs/components/Segmented.js +2 -2
  48. package/dist/cjs/components/Select.js +3 -3
  49. package/dist/cjs/components/Swiper.js +2 -2
  50. package/dist/cjs/components/Switch.js +1 -1
  51. package/dist/cjs/components/Tab.js +2 -2
  52. package/dist/cjs/components/Text.js +1 -1
  53. package/dist/cjs/components/Tile.js +2 -2
  54. package/dist/cjs/components/Title.js +2 -2
  55. package/dist/cjs/components/Tooltip.js +2 -2
  56. package/dist/cjs/components/Warning.js +2 -2
  57. package/dist/components/Accordion.js +2 -2
  58. package/dist/components/Avatar.js +3 -3
  59. package/dist/components/AvatarStack.js +3 -3
  60. package/dist/components/Badge.js +2 -2
  61. package/dist/components/Breadcrumbs.js +2 -2
  62. package/dist/components/Button.js +4 -4
  63. package/dist/components/Cell.js +3 -3
  64. package/dist/components/Checkbox.js +1 -1
  65. package/dist/components/Chips.js +3 -3
  66. package/dist/components/Choice.js +3 -3
  67. package/dist/components/CookiesWarning.js +4 -4
  68. package/dist/components/DatePeriod.js +7 -7
  69. package/dist/components/DatePicker.js +6 -6
  70. package/dist/components/Drawer.js +2 -2
  71. package/dist/components/Dropdown.js +3 -3
  72. package/dist/components/HeroTitle.js +2 -2
  73. package/dist/components/Icon.js +2 -2
  74. package/dist/components/InputPassword.js +2 -2
  75. package/dist/components/Label.js +3 -3
  76. package/dist/components/Loader.js +2 -2
  77. package/dist/components/MenuItem.js +39 -13
  78. package/dist/components/Modal.js +6 -6
  79. package/dist/components/ModalSheetBottom.js +2 -2
  80. package/dist/components/Notification.js +2 -2
  81. package/dist/components/Pagination.js +3 -3
  82. package/dist/components/Radio.js +1 -1
  83. package/dist/components/Response.js +5 -5
  84. package/dist/components/Search.js +2 -2
  85. package/dist/components/Segmented.js +2 -2
  86. package/dist/components/Select.js +3 -3
  87. package/dist/components/Swiper.js +2 -2
  88. package/dist/components/Switch.js +1 -1
  89. package/dist/components/Tab.js +2 -2
  90. package/dist/components/Text.js +1 -1
  91. package/dist/components/Tile.js +2 -2
  92. package/dist/components/Title.js +2 -2
  93. package/dist/components/Tooltip.js +2 -2
  94. package/dist/components/Warning.js +2 -2
  95. package/dist/css/components/HeroTitle/HeroTitle.css +0 -1
  96. package/dist/css/components/Modal/Modal.css +1 -1
  97. package/dist/css/styles/bundle.css +1 -1
  98. package/dist/css/styles/centering/centering.css +2 -2
  99. package/dist/types/components/MenuItem/MenuItem.appearance.d.ts +2496 -2
  100. package/dist/types/components/MenuItem/MenuItem.interface.d.ts +67 -59
  101. package/dist/types/components/MenuItem/appearance/menuItemAccent.d.ts +2 -26
  102. package/dist/types/components/MenuItem/appearance/menuItemError.d.ts +2 -18
  103. package/dist/types/components/MenuItem/appearance/menuItemShape.d.ts +3 -0
  104. package/dist/types/components/MenuItem/appearance/menuItemSize.d.ts +2 -44
  105. package/dist/types/components/MenuItem/appearance/menuItemStyle.d.ts +2 -13
  106. package/dist/types/components/MenuItem/appearance/menuItemSurface.d.ts +2 -43
  107. package/dist/types/components/Modal/Modal.appearance.d.ts +58 -0
  108. package/dist/types/components/Modal/Modal.d.ts +1 -0
  109. package/dist/types/components/Modal/Modal.interface.d.ts +1 -0
  110. package/dist/types/components/Text/Text.appearance.d.ts +58 -58
  111. package/dist/types/components/Text/Text.interface.d.ts +1 -1
  112. package/package.json +2 -2
@@ -5,8 +5,8 @@ export declare const textAppearance: {
5
5
  textAlign?: import("@itcase/types").TextAlignProps;
6
6
  textColor?: import("@itcase/types").TextColorProps;
7
7
  textColorActive?: import("@itcase/types").TextColorActiveProps;
8
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
8
9
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
9
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
10
10
  textTruncate?: boolean;
11
11
  textWeight?: import("@itcase/types").TextWeightProps;
12
12
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -17,8 +17,8 @@ export declare const textAppearance: {
17
17
  textAlign?: import("@itcase/types").TextAlignProps;
18
18
  textColor?: import("@itcase/types").TextColorProps;
19
19
  textColorActive?: import("@itcase/types").TextColorActiveProps;
20
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
20
21
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
21
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
22
22
  textTruncate?: boolean;
23
23
  textWeight?: import("@itcase/types").TextWeightProps;
24
24
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -29,8 +29,8 @@ export declare const textAppearance: {
29
29
  textAlign?: import("@itcase/types").TextAlignProps;
30
30
  textColor?: import("@itcase/types").TextColorProps;
31
31
  textColorActive?: import("@itcase/types").TextColorActiveProps;
32
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
32
33
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
33
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
34
34
  textTruncate?: boolean;
35
35
  textWeight?: import("@itcase/types").TextWeightProps;
36
36
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -41,8 +41,8 @@ export declare const textAppearance: {
41
41
  textAlign?: import("@itcase/types").TextAlignProps;
42
42
  textColor?: import("@itcase/types").TextColorProps;
43
43
  textColorActive?: import("@itcase/types").TextColorActiveProps;
44
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
44
45
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
45
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
46
46
  textTruncate?: boolean;
47
47
  textWeight?: import("@itcase/types").TextWeightProps;
48
48
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -53,8 +53,8 @@ export declare const textAppearance: {
53
53
  textAlign?: import("@itcase/types").TextAlignProps;
54
54
  textColor?: import("@itcase/types").TextColorProps;
55
55
  textColorActive?: import("@itcase/types").TextColorActiveProps;
56
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
56
57
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
57
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
58
58
  textTruncate?: boolean;
59
59
  textWeight?: import("@itcase/types").TextWeightProps;
60
60
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -65,8 +65,8 @@ export declare const textAppearance: {
65
65
  textAlign?: import("@itcase/types").TextAlignProps;
66
66
  textColor?: import("@itcase/types").TextColorProps;
67
67
  textColorActive?: import("@itcase/types").TextColorActiveProps;
68
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
68
69
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
69
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
70
70
  textTruncate?: boolean;
71
71
  textWeight?: import("@itcase/types").TextWeightProps;
72
72
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -77,8 +77,8 @@ export declare const textAppearance: {
77
77
  textAlign?: import("@itcase/types").TextAlignProps;
78
78
  textColor?: import("@itcase/types").TextColorProps;
79
79
  textColorActive?: import("@itcase/types").TextColorActiveProps;
80
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
80
81
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
81
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
82
82
  textTruncate?: boolean;
83
83
  textWeight?: import("@itcase/types").TextWeightProps;
84
84
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -89,8 +89,8 @@ export declare const textAppearance: {
89
89
  textAlign?: import("@itcase/types").TextAlignProps;
90
90
  textColor?: import("@itcase/types").TextColorProps;
91
91
  textColorActive?: import("@itcase/types").TextColorActiveProps;
92
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
92
93
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
93
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
94
94
  textTruncate?: boolean;
95
95
  textWeight?: import("@itcase/types").TextWeightProps;
96
96
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -101,8 +101,8 @@ export declare const textAppearance: {
101
101
  textAlign?: import("@itcase/types").TextAlignProps;
102
102
  textColor?: import("@itcase/types").TextColorProps;
103
103
  textColorActive?: import("@itcase/types").TextColorActiveProps;
104
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
104
105
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
105
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
106
106
  textTruncate?: boolean;
107
107
  textWeight?: import("@itcase/types").TextWeightProps;
108
108
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -113,8 +113,8 @@ export declare const textAppearance: {
113
113
  textAlign?: import("@itcase/types").TextAlignProps;
114
114
  textColor?: import("@itcase/types").TextColorProps;
115
115
  textColorActive?: import("@itcase/types").TextColorActiveProps;
116
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
116
117
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
117
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
118
118
  textTruncate?: boolean;
119
119
  textWeight?: import("@itcase/types").TextWeightProps;
120
120
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -125,8 +125,8 @@ export declare const textAppearance: {
125
125
  textAlign?: import("@itcase/types").TextAlignProps;
126
126
  textColor?: import("@itcase/types").TextColorProps;
127
127
  textColorActive?: import("@itcase/types").TextColorActiveProps;
128
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
128
129
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
129
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
130
130
  textTruncate?: boolean;
131
131
  textWeight?: import("@itcase/types").TextWeightProps;
132
132
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -137,8 +137,8 @@ export declare const textAppearance: {
137
137
  textAlign?: import("@itcase/types").TextAlignProps;
138
138
  textColor?: import("@itcase/types").TextColorProps;
139
139
  textColorActive?: import("@itcase/types").TextColorActiveProps;
140
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
140
141
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
141
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
142
142
  textTruncate?: boolean;
143
143
  textWeight?: import("@itcase/types").TextWeightProps;
144
144
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -149,8 +149,8 @@ export declare const textAppearance: {
149
149
  textAlign?: import("@itcase/types").TextAlignProps;
150
150
  textColor?: import("@itcase/types").TextColorProps;
151
151
  textColorActive?: import("@itcase/types").TextColorActiveProps;
152
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
152
153
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
153
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
154
154
  textTruncate?: boolean;
155
155
  textWeight?: import("@itcase/types").TextWeightProps;
156
156
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -161,8 +161,8 @@ export declare const textAppearance: {
161
161
  textAlign?: import("@itcase/types").TextAlignProps;
162
162
  textColor?: import("@itcase/types").TextColorProps;
163
163
  textColorActive?: import("@itcase/types").TextColorActiveProps;
164
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
164
165
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
165
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
166
166
  textTruncate?: boolean;
167
167
  textWeight?: import("@itcase/types").TextWeightProps;
168
168
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -173,8 +173,8 @@ export declare const textAppearance: {
173
173
  textAlign?: import("@itcase/types").TextAlignProps;
174
174
  textColor?: import("@itcase/types").TextColorProps;
175
175
  textColorActive?: import("@itcase/types").TextColorActiveProps;
176
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
176
177
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
177
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
178
178
  textTruncate?: boolean;
179
179
  textWeight?: import("@itcase/types").TextWeightProps;
180
180
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -185,8 +185,8 @@ export declare const textAppearance: {
185
185
  textAlign?: import("@itcase/types").TextAlignProps;
186
186
  textColor?: import("@itcase/types").TextColorProps;
187
187
  textColorActive?: import("@itcase/types").TextColorActiveProps;
188
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
188
189
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
189
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
190
190
  textTruncate?: boolean;
191
191
  textWeight?: import("@itcase/types").TextWeightProps;
192
192
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -197,8 +197,8 @@ export declare const textAppearance: {
197
197
  textAlign?: import("@itcase/types").TextAlignProps;
198
198
  textColor?: import("@itcase/types").TextColorProps;
199
199
  textColorActive?: import("@itcase/types").TextColorActiveProps;
200
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
200
201
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
201
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
202
202
  textTruncate?: boolean;
203
203
  textWeight?: import("@itcase/types").TextWeightProps;
204
204
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -209,8 +209,8 @@ export declare const textAppearance: {
209
209
  textAlign?: import("@itcase/types").TextAlignProps;
210
210
  textColor?: import("@itcase/types").TextColorProps;
211
211
  textColorActive?: import("@itcase/types").TextColorActiveProps;
212
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
212
213
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
213
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
214
214
  textTruncate?: boolean;
215
215
  textWeight?: import("@itcase/types").TextWeightProps;
216
216
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -221,8 +221,8 @@ export declare const textAppearance: {
221
221
  textAlign?: import("@itcase/types").TextAlignProps;
222
222
  textColor?: import("@itcase/types").TextColorProps;
223
223
  textColorActive?: import("@itcase/types").TextColorActiveProps;
224
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
224
225
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
225
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
226
226
  textTruncate?: boolean;
227
227
  textWeight?: import("@itcase/types").TextWeightProps;
228
228
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -233,8 +233,8 @@ export declare const textAppearance: {
233
233
  textAlign?: import("@itcase/types").TextAlignProps;
234
234
  textColor?: import("@itcase/types").TextColorProps;
235
235
  textColorActive?: import("@itcase/types").TextColorActiveProps;
236
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
236
237
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
237
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
238
238
  textTruncate?: boolean;
239
239
  textWeight?: import("@itcase/types").TextWeightProps;
240
240
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -245,8 +245,8 @@ export declare const textAppearance: {
245
245
  textAlign?: import("@itcase/types").TextAlignProps;
246
246
  textColor?: import("@itcase/types").TextColorProps;
247
247
  textColorActive?: import("@itcase/types").TextColorActiveProps;
248
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
248
249
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
249
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
250
250
  textTruncate?: boolean;
251
251
  textWeight?: import("@itcase/types").TextWeightProps;
252
252
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -257,8 +257,8 @@ export declare const textAppearance: {
257
257
  textAlign?: import("@itcase/types").TextAlignProps;
258
258
  textColor?: import("@itcase/types").TextColorProps;
259
259
  textColorActive?: import("@itcase/types").TextColorActiveProps;
260
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
260
261
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
261
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
262
262
  textTruncate?: boolean;
263
263
  textWeight?: import("@itcase/types").TextWeightProps;
264
264
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -269,8 +269,8 @@ export declare const textAppearance: {
269
269
  textAlign?: import("@itcase/types").TextAlignProps;
270
270
  textColor?: import("@itcase/types").TextColorProps;
271
271
  textColorActive?: import("@itcase/types").TextColorActiveProps;
272
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
272
273
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
273
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
274
274
  textTruncate?: boolean;
275
275
  textWeight?: import("@itcase/types").TextWeightProps;
276
276
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -281,8 +281,8 @@ export declare const textAppearance: {
281
281
  textAlign?: import("@itcase/types").TextAlignProps;
282
282
  textColor?: import("@itcase/types").TextColorProps;
283
283
  textColorActive?: import("@itcase/types").TextColorActiveProps;
284
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
284
285
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
285
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
286
286
  textTruncate?: boolean;
287
287
  textWeight?: import("@itcase/types").TextWeightProps;
288
288
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -293,8 +293,8 @@ export declare const textAppearance: {
293
293
  textAlign?: import("@itcase/types").TextAlignProps;
294
294
  textColor?: import("@itcase/types").TextColorProps;
295
295
  textColorActive?: import("@itcase/types").TextColorActiveProps;
296
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
296
297
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
297
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
298
298
  textTruncate?: boolean;
299
299
  textWeight?: import("@itcase/types").TextWeightProps;
300
300
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -305,8 +305,8 @@ export declare const textAppearance: {
305
305
  textAlign?: import("@itcase/types").TextAlignProps;
306
306
  textColor?: import("@itcase/types").TextColorProps;
307
307
  textColorActive?: import("@itcase/types").TextColorActiveProps;
308
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
308
309
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
309
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
310
310
  textTruncate?: boolean;
311
311
  textWeight?: import("@itcase/types").TextWeightProps;
312
312
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -317,8 +317,8 @@ export declare const textAppearance: {
317
317
  textAlign?: import("@itcase/types").TextAlignProps;
318
318
  textColor?: import("@itcase/types").TextColorProps;
319
319
  textColorActive?: import("@itcase/types").TextColorActiveProps;
320
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
320
321
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
321
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
322
322
  textTruncate?: boolean;
323
323
  textWeight?: import("@itcase/types").TextWeightProps;
324
324
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -329,8 +329,8 @@ export declare const textAppearance: {
329
329
  textAlign?: import("@itcase/types").TextAlignProps;
330
330
  textColor?: import("@itcase/types").TextColorProps;
331
331
  textColorActive?: import("@itcase/types").TextColorActiveProps;
332
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
332
333
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
333
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
334
334
  textTruncate?: boolean;
335
335
  textWeight?: import("@itcase/types").TextWeightProps;
336
336
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -341,8 +341,8 @@ export declare const textAppearance: {
341
341
  textAlign?: import("@itcase/types").TextAlignProps;
342
342
  textColor?: import("@itcase/types").TextColorProps;
343
343
  textColorActive?: import("@itcase/types").TextColorActiveProps;
344
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
344
345
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
345
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
346
346
  textTruncate?: boolean;
347
347
  textWeight?: import("@itcase/types").TextWeightProps;
348
348
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -353,8 +353,8 @@ export declare const textAppearance: {
353
353
  textAlign?: import("@itcase/types").TextAlignProps;
354
354
  textColor?: import("@itcase/types").TextColorProps;
355
355
  textColorActive?: import("@itcase/types").TextColorActiveProps;
356
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
356
357
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
357
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
358
358
  textTruncate?: boolean;
359
359
  textWeight?: import("@itcase/types").TextWeightProps;
360
360
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -365,8 +365,8 @@ export declare const textAppearance: {
365
365
  textAlign?: import("@itcase/types").TextAlignProps;
366
366
  textColor?: import("@itcase/types").TextColorProps;
367
367
  textColorActive?: import("@itcase/types").TextColorActiveProps;
368
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
368
369
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
369
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
370
370
  textTruncate?: boolean;
371
371
  textWeight?: import("@itcase/types").TextWeightProps;
372
372
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -377,8 +377,8 @@ export declare const textAppearance: {
377
377
  textAlign?: import("@itcase/types").TextAlignProps;
378
378
  textColor?: import("@itcase/types").TextColorProps;
379
379
  textColorActive?: import("@itcase/types").TextColorActiveProps;
380
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
380
381
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
381
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
382
382
  textTruncate?: boolean;
383
383
  textWeight?: import("@itcase/types").TextWeightProps;
384
384
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -389,8 +389,8 @@ export declare const textAppearance: {
389
389
  textAlign?: import("@itcase/types").TextAlignProps;
390
390
  textColor?: import("@itcase/types").TextColorProps;
391
391
  textColorActive?: import("@itcase/types").TextColorActiveProps;
392
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
392
393
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
393
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
394
394
  textTruncate?: boolean;
395
395
  textWeight?: import("@itcase/types").TextWeightProps;
396
396
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -401,8 +401,8 @@ export declare const textAppearance: {
401
401
  textAlign?: import("@itcase/types").TextAlignProps;
402
402
  textColor?: import("@itcase/types").TextColorProps;
403
403
  textColorActive?: import("@itcase/types").TextColorActiveProps;
404
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
404
405
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
405
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
406
406
  textTruncate?: boolean;
407
407
  textWeight?: import("@itcase/types").TextWeightProps;
408
408
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -413,8 +413,8 @@ export declare const textAppearance: {
413
413
  textAlign?: import("@itcase/types").TextAlignProps;
414
414
  textColor?: import("@itcase/types").TextColorProps;
415
415
  textColorActive?: import("@itcase/types").TextColorActiveProps;
416
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
416
417
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
417
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
418
418
  textTruncate?: boolean;
419
419
  textWeight?: import("@itcase/types").TextWeightProps;
420
420
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -425,8 +425,8 @@ export declare const textAppearance: {
425
425
  textAlign?: import("@itcase/types").TextAlignProps;
426
426
  textColor?: import("@itcase/types").TextColorProps;
427
427
  textColorActive?: import("@itcase/types").TextColorActiveProps;
428
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
428
429
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
429
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
430
430
  textTruncate?: boolean;
431
431
  textWeight?: import("@itcase/types").TextWeightProps;
432
432
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -437,8 +437,8 @@ export declare const textAppearance: {
437
437
  textAlign?: import("@itcase/types").TextAlignProps;
438
438
  textColor?: import("@itcase/types").TextColorProps;
439
439
  textColorActive?: import("@itcase/types").TextColorActiveProps;
440
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
440
441
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
441
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
442
442
  textTruncate?: boolean;
443
443
  textWeight?: import("@itcase/types").TextWeightProps;
444
444
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -449,8 +449,8 @@ export declare const textAppearance: {
449
449
  textAlign?: import("@itcase/types").TextAlignProps;
450
450
  textColor?: import("@itcase/types").TextColorProps;
451
451
  textColorActive?: import("@itcase/types").TextColorActiveProps;
452
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
452
453
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
453
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
454
454
  textTruncate?: boolean;
455
455
  textWeight?: import("@itcase/types").TextWeightProps;
456
456
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -461,8 +461,8 @@ export declare const textAppearance: {
461
461
  textAlign?: import("@itcase/types").TextAlignProps;
462
462
  textColor?: import("@itcase/types").TextColorProps;
463
463
  textColorActive?: import("@itcase/types").TextColorActiveProps;
464
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
464
465
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
465
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
466
466
  textTruncate?: boolean;
467
467
  textWeight?: import("@itcase/types").TextWeightProps;
468
468
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -473,8 +473,8 @@ export declare const textAppearance: {
473
473
  textAlign?: import("@itcase/types").TextAlignProps;
474
474
  textColor?: import("@itcase/types").TextColorProps;
475
475
  textColorActive?: import("@itcase/types").TextColorActiveProps;
476
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
476
477
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
477
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
478
478
  textTruncate?: boolean;
479
479
  textWeight?: import("@itcase/types").TextWeightProps;
480
480
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -485,8 +485,8 @@ export declare const textAppearance: {
485
485
  textAlign?: import("@itcase/types").TextAlignProps;
486
486
  textColor?: import("@itcase/types").TextColorProps;
487
487
  textColorActive?: import("@itcase/types").TextColorActiveProps;
488
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
488
489
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
489
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
490
490
  textTruncate?: boolean;
491
491
  textWeight?: import("@itcase/types").TextWeightProps;
492
492
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -497,8 +497,8 @@ export declare const textAppearance: {
497
497
  textAlign?: import("@itcase/types").TextAlignProps;
498
498
  textColor?: import("@itcase/types").TextColorProps;
499
499
  textColorActive?: import("@itcase/types").TextColorActiveProps;
500
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
500
501
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
501
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
502
502
  textTruncate?: boolean;
503
503
  textWeight?: import("@itcase/types").TextWeightProps;
504
504
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -509,8 +509,8 @@ export declare const textAppearance: {
509
509
  textAlign?: import("@itcase/types").TextAlignProps;
510
510
  textColor?: import("@itcase/types").TextColorProps;
511
511
  textColorActive?: import("@itcase/types").TextColorActiveProps;
512
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
512
513
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
513
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
514
514
  textTruncate?: boolean;
515
515
  textWeight?: import("@itcase/types").TextWeightProps;
516
516
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -521,8 +521,8 @@ export declare const textAppearance: {
521
521
  textAlign?: import("@itcase/types").TextAlignProps;
522
522
  textColor?: import("@itcase/types").TextColorProps;
523
523
  textColorActive?: import("@itcase/types").TextColorActiveProps;
524
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
524
525
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
525
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
526
526
  textTruncate?: boolean;
527
527
  textWeight?: import("@itcase/types").TextWeightProps;
528
528
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -533,8 +533,8 @@ export declare const textAppearance: {
533
533
  textAlign?: import("@itcase/types").TextAlignProps;
534
534
  textColor?: import("@itcase/types").TextColorProps;
535
535
  textColorActive?: import("@itcase/types").TextColorActiveProps;
536
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
536
537
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
537
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
538
538
  textTruncate?: boolean;
539
539
  textWeight?: import("@itcase/types").TextWeightProps;
540
540
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -545,8 +545,8 @@ export declare const textAppearance: {
545
545
  textAlign?: import("@itcase/types").TextAlignProps;
546
546
  textColor?: import("@itcase/types").TextColorProps;
547
547
  textColorActive?: import("@itcase/types").TextColorActiveProps;
548
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
548
549
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
549
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
550
550
  textTruncate?: boolean;
551
551
  textWeight?: import("@itcase/types").TextWeightProps;
552
552
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -557,8 +557,8 @@ export declare const textAppearance: {
557
557
  textAlign?: import("@itcase/types").TextAlignProps;
558
558
  textColor?: import("@itcase/types").TextColorProps;
559
559
  textColorActive?: import("@itcase/types").TextColorActiveProps;
560
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
560
561
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
561
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
562
562
  textTruncate?: boolean;
563
563
  textWeight?: import("@itcase/types").TextWeightProps;
564
564
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -569,8 +569,8 @@ export declare const textAppearance: {
569
569
  textAlign?: import("@itcase/types").TextAlignProps;
570
570
  textColor?: import("@itcase/types").TextColorProps;
571
571
  textColorActive?: import("@itcase/types").TextColorActiveProps;
572
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
572
573
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
573
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
574
574
  textTruncate?: boolean;
575
575
  textWeight?: import("@itcase/types").TextWeightProps;
576
576
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -581,8 +581,8 @@ export declare const textAppearance: {
581
581
  textAlign?: import("@itcase/types").TextAlignProps;
582
582
  textColor?: import("@itcase/types").TextColorProps;
583
583
  textColorActive?: import("@itcase/types").TextColorActiveProps;
584
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
584
585
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
585
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
586
586
  textTruncate?: boolean;
587
587
  textWeight?: import("@itcase/types").TextWeightProps;
588
588
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -593,8 +593,8 @@ export declare const textAppearance: {
593
593
  textAlign?: import("@itcase/types").TextAlignProps;
594
594
  textColor?: import("@itcase/types").TextColorProps;
595
595
  textColorActive?: import("@itcase/types").TextColorActiveProps;
596
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
596
597
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
597
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
598
598
  textTruncate?: boolean;
599
599
  textWeight?: import("@itcase/types").TextWeightProps;
600
600
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -605,8 +605,8 @@ export declare const textAppearance: {
605
605
  textAlign?: import("@itcase/types").TextAlignProps;
606
606
  textColor?: import("@itcase/types").TextColorProps;
607
607
  textColorActive?: import("@itcase/types").TextColorActiveProps;
608
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
608
609
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
609
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
610
610
  textTruncate?: boolean;
611
611
  textWeight?: import("@itcase/types").TextWeightProps;
612
612
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -617,8 +617,8 @@ export declare const textAppearance: {
617
617
  textAlign?: import("@itcase/types").TextAlignProps;
618
618
  textColor?: import("@itcase/types").TextColorProps;
619
619
  textColorActive?: import("@itcase/types").TextColorActiveProps;
620
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
620
621
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
621
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
622
622
  textTruncate?: boolean;
623
623
  textWeight?: import("@itcase/types").TextWeightProps;
624
624
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -629,8 +629,8 @@ export declare const textAppearance: {
629
629
  textAlign?: import("@itcase/types").TextAlignProps;
630
630
  textColor?: import("@itcase/types").TextColorProps;
631
631
  textColorActive?: import("@itcase/types").TextColorActiveProps;
632
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
632
633
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
633
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
634
634
  textTruncate?: boolean;
635
635
  textWeight?: import("@itcase/types").TextWeightProps;
636
636
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -641,8 +641,8 @@ export declare const textAppearance: {
641
641
  textAlign?: import("@itcase/types").TextAlignProps;
642
642
  textColor?: import("@itcase/types").TextColorProps;
643
643
  textColorActive?: import("@itcase/types").TextColorActiveProps;
644
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
644
645
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
645
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
646
646
  textTruncate?: boolean;
647
647
  textWeight?: import("@itcase/types").TextWeightProps;
648
648
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -653,8 +653,8 @@ export declare const textAppearance: {
653
653
  textAlign?: import("@itcase/types").TextAlignProps;
654
654
  textColor?: import("@itcase/types").TextColorProps;
655
655
  textColorActive?: import("@itcase/types").TextColorActiveProps;
656
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
656
657
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
657
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
658
658
  textTruncate?: boolean;
659
659
  textWeight?: import("@itcase/types").TextWeightProps;
660
660
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -665,8 +665,8 @@ export declare const textAppearance: {
665
665
  textAlign?: import("@itcase/types").TextAlignProps;
666
666
  textColor?: import("@itcase/types").TextColorProps;
667
667
  textColorActive?: import("@itcase/types").TextColorActiveProps;
668
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
668
669
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
669
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
670
670
  textTruncate?: boolean;
671
671
  textWeight?: import("@itcase/types").TextWeightProps;
672
672
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -677,8 +677,8 @@ export declare const textAppearance: {
677
677
  textAlign?: import("@itcase/types").TextAlignProps;
678
678
  textColor?: import("@itcase/types").TextColorProps;
679
679
  textColorActive?: import("@itcase/types").TextColorActiveProps;
680
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
680
681
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
681
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
682
682
  textTruncate?: boolean;
683
683
  textWeight?: import("@itcase/types").TextWeightProps;
684
684
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -689,8 +689,8 @@ export declare const textAppearance: {
689
689
  textAlign?: import("@itcase/types").TextAlignProps;
690
690
  textColor?: import("@itcase/types").TextColorProps;
691
691
  textColorActive?: import("@itcase/types").TextColorActiveProps;
692
+ textColorActiveHover?: import("@itcase/types").TextColorActiveHoverProps;
692
693
  textColorHover?: import("@itcase/types").TextColorHoverProps | import("@itcase/types").TextColorProps;
693
- textColorHoverActive?: import("@itcase/types").TextColorActiveHoverProps;
694
694
  textTruncate?: boolean;
695
695
  textWeight?: import("@itcase/types").TextWeightProps;
696
696
  textWrap?: import("@itcase/types").TextWrapProps;
@@ -7,8 +7,8 @@ type TextAppearanceProps = {
7
7
  textAlign?: TextAlignProps;
8
8
  textColor?: TextColorProps;
9
9
  textColorActive?: TextColorActiveProps;
10
+ textColorActiveHover?: TextColorActiveHoverProps;
10
11
  textColorHover?: TextColorHoverProps | TextColorProps;
11
- textColorHoverActive?: TextColorActiveHoverProps;
12
12
  textTruncate?: boolean;
13
13
  textWeight?: TextWeightProps;
14
14
  textWrap?: TextWrapProps;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/ui",
3
- "version": "1.8.125",
3
+ "version": "1.8.127",
4
4
  "description": "UI components (Modal, Loader, Popup, etc)",
5
5
  "keywords": [
6
6
  "Modal",
@@ -121,7 +121,7 @@
121
121
  "react-dom": "^18.3.1",
122
122
  "react-indiana-drag-scroll": "^3.0.3-alpha",
123
123
  "react-inlinesvg": "^4.2.0",
124
- "react-modal-sheet": "^5.1.1",
124
+ "react-modal-sheet": "4.4.0",
125
125
  "react-modern-drawer": "^1.4.0",
126
126
  "react-otp-input": "^3.1.1",
127
127
  "react-paginate": "^8.3.0",