@itcase/ui 1.8.101 → 1.8.103

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 (33) hide show
  1. package/dist/{Overlay_cjs_B2KA85nC.js → Overlay_cjs_CcfJYN5o.js} +6 -5
  2. package/dist/{Overlay_es_BvehRqIP.js → Overlay_es_DF3DAdxS.js} +6 -5
  3. package/dist/cjs/components/Modal.js +25 -25
  4. package/dist/cjs/components/Overlay.js +1 -1
  5. package/dist/components/Modal.js +25 -25
  6. package/dist/components/Overlay.js +1 -1
  7. package/dist/css/components/Group/Group.css +2 -2
  8. package/dist/css/components/Icon/Icon.css +8 -8
  9. package/dist/css/styles/blur/blur.css +2 -2
  10. package/dist/css/styles/border-color/border-color.css +2 -2
  11. package/dist/css/styles/border-color/border-color_active.css +2 -2
  12. package/dist/css/styles/border-color/border-color_focus.css +2 -2
  13. package/dist/css/styles/border-color/border-color_hover.css +2 -2
  14. package/dist/css/styles/fill/fill.css +2 -2
  15. package/dist/css/styles/fill/fill_active.css +2 -2
  16. package/dist/css/styles/fill/fill_active_hover.css +2 -2
  17. package/dist/css/styles/fill/fill_hover.css +2 -2
  18. package/dist/css/styles/text-color/text-color.css +2 -2
  19. package/dist/css/styles/text-color/text-color_active.css +2 -2
  20. package/dist/css/styles/text-color/text-color_active_hover.css +2 -2
  21. package/dist/types/components/Label/Label.appearance.d.ts +261 -2
  22. package/dist/types/components/Modal/Modal.appearance.d.ts +1626 -2
  23. package/dist/types/components/Modal/Modal.d.ts +50 -2
  24. package/dist/types/components/Modal/Modal.interface.d.ts +56 -38
  25. package/dist/types/components/Modal/appearance/modalShape.d.ts +2 -24
  26. package/dist/types/components/Modal/appearance/modalSize.d.ts +2 -26
  27. package/dist/types/components/Modal/appearance/modalStyle.d.ts +2 -13
  28. package/dist/types/components/Modal/appearance/modalSurface.d.ts +2 -7
  29. package/dist/types/components/Overlay/Overlay.appearance.d.ts +12 -2
  30. package/dist/types/components/Overlay/Overlay.interface.d.ts +24 -22
  31. package/dist/types/components/Overlay/appearance/overlayDefault.d.ts +2 -10
  32. package/dist/types/components/Title/Title.interface.d.ts +1 -1
  33. package/package.json +3 -3
@@ -1,2 +1,261 @@
1
- import { LabelAppearanceType } from './Label.interface';
2
- export declare const labelAppearance: LabelAppearanceType;
1
+ export declare const labelAppearance: {
2
+ warningMutedPrimary: {
3
+ fill: string;
4
+ labelTextColor: string;
5
+ borderColor: string;
6
+ iconAfterFillIcon: string;
7
+ iconBeforeFillIcon: string;
8
+ };
9
+ warningPrimary: {
10
+ fill: string;
11
+ labelTextColor: string;
12
+ borderColor: string;
13
+ iconAfterFillIcon: string;
14
+ iconBeforeFillIcon: string;
15
+ };
16
+ surfaceMutedPrimary: {
17
+ fill: string;
18
+ labelTextColor: string;
19
+ borderColor: string;
20
+ iconAfterFillIcon: string;
21
+ iconBeforeFillIcon: string;
22
+ };
23
+ surfacePrimary: {
24
+ fill: string;
25
+ labelTextColor: string;
26
+ borderColor: string;
27
+ iconAfterFillIcon: string;
28
+ iconBeforeFillIcon: string;
29
+ };
30
+ surfaceSecondary: {
31
+ fill: string;
32
+ labelTextColor: string;
33
+ };
34
+ surfaceTertiary: {
35
+ fill: string;
36
+ labelTextColor: string;
37
+ };
38
+ surfaceQuaternary: {
39
+ fill: string;
40
+ labelTextColor: string;
41
+ };
42
+ successMutedPrimary: {
43
+ fill: string;
44
+ labelTextColor: string;
45
+ borderColor: string;
46
+ iconAfterFillIcon: string;
47
+ iconBeforeFillIcon: string;
48
+ };
49
+ successPrimary: {
50
+ fill: string;
51
+ labelTextColor: string;
52
+ borderColor: string;
53
+ iconAfterFillIcon: string;
54
+ iconBeforeFillIcon: string;
55
+ };
56
+ secondaryMutedPrimary: {
57
+ fill: string;
58
+ labelTextColor: string;
59
+ borderColor: string;
60
+ iconAfterFillIcon: string;
61
+ iconBeforeFillIcon: string;
62
+ };
63
+ secondaryPrimary: {
64
+ fill: string;
65
+ labelTextColor: string;
66
+ borderColor: string;
67
+ iconAfterFillIcon: string;
68
+ iconBeforeFillIcon: string;
69
+ };
70
+ primaryMutedPrimary: {
71
+ fill: string;
72
+ labelTextColor: string;
73
+ borderColor: string;
74
+ iconAfterFillIcon: string;
75
+ iconBeforeFillIcon: string;
76
+ };
77
+ primaryPrimary: {
78
+ fill: string;
79
+ labelTextColor: string;
80
+ borderColor: string;
81
+ iconAfterFillIcon: string;
82
+ iconBeforeFillIcon: string;
83
+ };
84
+ infoMutedPrimary: {
85
+ fill: string;
86
+ labelTextColor: string;
87
+ borderColor: string;
88
+ iconAfterFillIcon: string;
89
+ iconBeforeFillIcon: string;
90
+ };
91
+ infoPrimary: {
92
+ fill: string;
93
+ labelTextColor: string;
94
+ borderColor: string;
95
+ iconAfterFillIcon: string;
96
+ iconBeforeFillIcon: string;
97
+ };
98
+ infoSecondary: {
99
+ fill: string;
100
+ labelTextColor: string;
101
+ borderColor: string;
102
+ iconAfterFillIcon: string;
103
+ iconBeforeFillIcon: string;
104
+ };
105
+ errorMutedPrimary: {
106
+ fill: string;
107
+ labelTextColor: string;
108
+ borderColor: string;
109
+ iconAfterFillIcon: string;
110
+ iconBeforeFillIcon: string;
111
+ };
112
+ errorPrimary: {
113
+ fill: string;
114
+ labelTextColor: string;
115
+ borderColor: string;
116
+ iconAfterFillIcon: string;
117
+ iconBeforeFillIcon: string;
118
+ };
119
+ dangerMutedPrimary: {
120
+ fill: string;
121
+ labelTextColor: string;
122
+ borderColor: string;
123
+ iconAfterFillIcon: string;
124
+ iconBeforeFillIcon: string;
125
+ };
126
+ dangerPrimary: {
127
+ fill: string;
128
+ labelTextColor: string;
129
+ borderColor: string;
130
+ iconAfterFillIcon: string;
131
+ iconBeforeFillIcon: string;
132
+ };
133
+ accentMutedPrimary: {
134
+ fill: string;
135
+ labelTextColor: string;
136
+ borderColor: string;
137
+ iconAfterFillIcon: string;
138
+ iconBeforeFillIcon: string;
139
+ };
140
+ accentPrimary: {
141
+ fill: string;
142
+ labelTextColor: string;
143
+ borderColor: string;
144
+ iconAfterFillIcon: string;
145
+ iconBeforeFillIcon: string;
146
+ };
147
+ accentTertiary: {
148
+ fill: string;
149
+ labelTextColor: string;
150
+ };
151
+ gradientPrimary: {
152
+ fill: string;
153
+ labelTextColor: string;
154
+ borderColor: string;
155
+ iconAfterFillIcon: string;
156
+ iconBeforeFillIcon: string;
157
+ };
158
+ solid: {
159
+ borderColor: string;
160
+ };
161
+ outlined: {
162
+ fill: string;
163
+ };
164
+ full: {};
165
+ ghost: {
166
+ fill: string;
167
+ borderColor: string;
168
+ };
169
+ sizeXXL: {
170
+ size: string;
171
+ labelTextSize: string;
172
+ iconAfterFillSize: number;
173
+ iconAfterSize: number;
174
+ iconBeforeFillSize: number;
175
+ iconBeforeSize: number;
176
+ };
177
+ sizeXL: {
178
+ size: string;
179
+ labelTextSize: string;
180
+ iconAfterFillSize: number;
181
+ iconAfterSize: number;
182
+ iconBeforeFillSize: number;
183
+ iconBeforeSize: number;
184
+ };
185
+ sizeL: {
186
+ size: string;
187
+ labelTextSize: string;
188
+ iconAfterFillSize: number;
189
+ iconAfterSize: number;
190
+ iconBeforeFillSize: number;
191
+ iconBeforeSize: number;
192
+ };
193
+ sizeM: {
194
+ size: string;
195
+ labelTextSize: string;
196
+ iconAfterFillSize: number;
197
+ iconAfterSize: number;
198
+ iconBeforeFillSize: number;
199
+ iconBeforeSize: number;
200
+ };
201
+ sizeS: {
202
+ size: string;
203
+ labelTextSize: string;
204
+ iconAfterFillSize: number;
205
+ iconAfterSize: number;
206
+ iconBeforeFillSize: number;
207
+ iconBeforeSize: number;
208
+ };
209
+ sizeXS: {
210
+ size: string;
211
+ labelTextSize: string;
212
+ iconAfterFillSize: number;
213
+ iconAfterSize: number;
214
+ iconBeforeFillSize: number;
215
+ iconBeforeSize: number;
216
+ };
217
+ sizeXXS: {
218
+ size: string;
219
+ labelTextSize: string;
220
+ iconAfterFillSize: number;
221
+ iconAfterSize: number;
222
+ iconBeforeFillSize: number;
223
+ iconBeforeSize: number;
224
+ };
225
+ circular: {
226
+ shape: string;
227
+ };
228
+ rounded: {
229
+ shape: string;
230
+ };
231
+ roundedS: {
232
+ shape: string;
233
+ shapeStrength: string;
234
+ };
235
+ roundedM: {
236
+ shape: string;
237
+ shapeStrength: string;
238
+ };
239
+ roundedL: {
240
+ shape: string;
241
+ shapeStrength: string;
242
+ };
243
+ roundedXL: {
244
+ shape: string;
245
+ shapeStrength: string;
246
+ };
247
+ disabledMutedPrimary: {
248
+ fill: string;
249
+ labelTextColor: string;
250
+ borderColor: string;
251
+ iconAfterFillIcon: string;
252
+ iconBeforeFillIcon: string;
253
+ };
254
+ disabledPrimary: {
255
+ fill: string;
256
+ labelTextColor: string;
257
+ borderColor: string;
258
+ iconAfterFillIcon: string;
259
+ iconBeforeFillIcon: string;
260
+ };
261
+ };