@itcase/ui 1.4.8 → 1.4.10

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.
@@ -1,90 +0,0 @@
1
- export declare const parameters: {
2
- controls: {
3
- exclude: string[];
4
- };
5
- };
6
- export declare const argTypes: {
7
- id: {
8
- if: {
9
- arg: string;
10
- };
11
- };
12
- justifyContent: {
13
- control: string;
14
- options: (string | null)[];
15
- };
16
- alignItems: {
17
- control: string;
18
- options: readonly ["auto", "normal", "stretch", "center", "start", "end", "space-around", "space-between", "space-evenly", "safe center", "unsafe center", "self-start", "self-end", "first", "baseline", "first baseline", "last baseline"];
19
- };
20
- borderColor: {
21
- control: string;
22
- options: readonly ["accentBorderPrimary", "accentBorderSecondary", "accentBorderTertiary", "accentBorderQuaternary", "accentBorderDisabled", "primaryBorderPrimary", "primaryBorderSecondary", "primaryBorderTertiary", "primaryBorderQuaternary", "primaryBorderDisabled", "secondaryBorderPrimary", "secondaryBorderSecondary", "secondaryBorderTertiary", "secondaryBorderQuaternary", "secondaryBorderDisabled", "tertiaryBorderPrimary", "tertiaryBorderSecondary", "tertiaryBorderTertiary", "tertiaryBorderQuaternary", "tertiaryBorderDisabled", "surfaceBorderPrimary", "surfaceBorderSecondary", "surfaceBorderTertiary", "surfaceBorderQuaternary", "surfaceBorderDisabled", "surfaceBorderInverse", "errorBorderPrimary", "errorBorderSecondary", "errorBorderDisabled", "successBorderPrimary", "successBorderSecondary", "successBorderDisabled", "none"];
23
- };
24
- advancedProps: {
25
- control: string;
26
- };
27
- after: {
28
- if: {
29
- arg: string;
30
- };
31
- };
32
- alignContent: {
33
- control: string;
34
- options: readonly ["auto", "normal", "stretch", "center", "start", "end", "space-around", "space-between", "space-evenly", "safe center", "unsafe center", "self-start", "self-end", "first", "baseline", "first baseline", "last baseline"];
35
- };
36
- before: {
37
- if: {
38
- arg: string;
39
- };
40
- };
41
- className: {
42
- if: {
43
- arg: string;
44
- };
45
- };
46
- columns: {
47
- control: {
48
- max: number;
49
- min: number;
50
- step: number;
51
- type: string;
52
- };
53
- };
54
- fill: {
55
- control: string;
56
- options: readonly ["accentPrimary", "accentSecondary", "accentTertiary", "primaryPrimary", "primarySecondary", "primaryTertiary", "secondaryPrimary", "secondarySecondary", "secondaryTertiary", "tertiaryPrimary", "tertiarySecondary", "tertiaryTertiary", "surfaceAccent", "surfaceItemPrimary", "surfacePrimary", "surfaceQuaternary", "surfaceQuinary", "surfaceSecondary", "surfaceTertiary", "errorPrimary", "errorSecondary", "successPrimary", "successSecondary", "gradientPrimary", "none"];
57
- };
58
- justifyItems: {
59
- control: string;
60
- options: readonly ["legacy", "normal", "stretch", "center", "safe", "center", "unsafe", "center", "start", "end", "self-start", "self-end", "left", "right", "first", "baseline", "first baseline", "last baseline"];
61
- };
62
- rows: {
63
- control: {
64
- max: number;
65
- min: number;
66
- step: number;
67
- type: string;
68
- };
69
- };
70
- tag: {
71
- if: {
72
- arg: string;
73
- };
74
- };
75
- type: {
76
- if: {
77
- arg: string;
78
- };
79
- };
80
- useGridSystem: {
81
- if: {
82
- arg: string;
83
- };
84
- };
85
- onClick: {
86
- if: {
87
- arg: string;
88
- };
89
- };
90
- };
@@ -1,78 +0,0 @@
1
- export declare const argTypes: {
2
- id: {
3
- if: {
4
- arg: string;
5
- };
6
- };
7
- borderColor: {
8
- control: string;
9
- options: readonly ["accentBorderPrimary", "accentBorderSecondary", "accentBorderTertiary", "accentBorderQuaternary", "accentBorderDisabled", "primaryBorderPrimary", "primaryBorderSecondary", "primaryBorderTertiary", "primaryBorderQuaternary", "primaryBorderDisabled", "secondaryBorderPrimary", "secondaryBorderSecondary", "secondaryBorderTertiary", "secondaryBorderQuaternary", "secondaryBorderDisabled", "tertiaryBorderPrimary", "tertiaryBorderSecondary", "tertiaryBorderTertiary", "tertiaryBorderQuaternary", "tertiaryBorderDisabled", "surfaceBorderPrimary", "surfaceBorderSecondary", "surfaceBorderTertiary", "surfaceBorderQuaternary", "surfaceBorderDisabled", "surfaceBorderInverse", "errorBorderPrimary", "errorBorderSecondary", "errorBorderDisabled", "successBorderPrimary", "successBorderSecondary", "successBorderDisabled", "none"];
10
- };
11
- direction: {
12
- control: string;
13
- options: readonly ["column", "column-reverse", "horizontal", "horizontal-reverse", "row", "row-reverse", "vertical", "vertical-reverse"];
14
- };
15
- advancedProps: {
16
- control: string;
17
- };
18
- className: {
19
- if: {
20
- arg: string;
21
- };
22
- };
23
- columns: {
24
- control: {
25
- max: number;
26
- min: number;
27
- step: number;
28
- type: string;
29
- };
30
- };
31
- contentAlign: {
32
- if: {
33
- arg: string;
34
- };
35
- };
36
- fill: {
37
- control: string;
38
- options: readonly ["accentPrimary", "accentSecondary", "accentTertiary", "primaryPrimary", "primarySecondary", "primaryTertiary", "secondaryPrimary", "secondarySecondary", "secondaryTertiary", "tertiaryPrimary", "tertiarySecondary", "tertiaryTertiary", "surfaceAccent", "surfaceItemPrimary", "surfacePrimary", "surfaceQuaternary", "surfaceQuinary", "surfaceSecondary", "surfaceTertiary", "errorPrimary", "errorSecondary", "successPrimary", "successSecondary", "gradientPrimary", "none"];
39
- };
40
- htmlFor: {
41
- if: {
42
- arg: string;
43
- };
44
- };
45
- set: {
46
- if: {
47
- arg: string;
48
- };
49
- };
50
- shape: {
51
- control: string;
52
- options: readonly ["rectangle", "geometric", "rounded", "circular"];
53
- };
54
- spaceBetweenItems: {
55
- if: {
56
- arg: string;
57
- };
58
- };
59
- stacking: {
60
- if: {
61
- arg: string;
62
- };
63
- };
64
- tag: {
65
- if: {
66
- arg: string;
67
- };
68
- };
69
- wrap: {
70
- control: string;
71
- options: readonly ["wrap", "no-wrap", "nowrap", "wrap-reverse"];
72
- };
73
- onClick: {
74
- if: {
75
- arg: string;
76
- };
77
- };
78
- };
@@ -1,171 +0,0 @@
1
- export declare const argTypes: {
2
- argTypes: {
3
- children: {
4
- if: {
5
- arg: string;
6
- };
7
- };
8
- isActive: {
9
- control: string;
10
- };
11
- advancedProps: {
12
- control: string;
13
- };
14
- after: {
15
- if: {
16
- arg: string;
17
- };
18
- };
19
- appearance: {
20
- control: string;
21
- options: (string | null)[];
22
- };
23
- badge: {
24
- control: string;
25
- };
26
- badgeAppearance: {
27
- control: string;
28
- options: string[];
29
- };
30
- badgeFill: {
31
- control: string;
32
- options: readonly ["accentPrimary", "accentSecondary", "accentTertiary", "primaryPrimary", "primarySecondary", "primaryTertiary", "secondaryPrimary", "secondarySecondary", "secondaryTertiary", "tertiaryPrimary", "tertiarySecondary", "tertiaryTertiary", "surfaceAccent", "surfaceItemPrimary", "surfacePrimary", "surfaceQuaternary", "surfaceQuinary", "surfaceSecondary", "surfaceTertiary", "errorPrimary", "errorSecondary", "successPrimary", "successSecondary", "gradientPrimary", "none"];
33
- };
34
- badgeSize: {
35
- control: string;
36
- options: readonly ["xxs", "xs", "s", "m", "l", "xl", "xxl"];
37
- };
38
- badgeTextColor: {
39
- control: string;
40
- options: readonly ["accentTextPrimary", "accentTextSecondary", "accentTextTertiary", "primaryTextPrimary", "primaryTextSecondary", "primaryTextTertiary", "secondaryTextPrimary", "secondaryTextSecondary", "secondaryTextTertiary", "tertiaryTextPrimary", "tertiaryTextSecondary", "surfaceTextAccent", "surfaceTextActive", "surfaceTextDisabled", "surfaceTextFocus", "surfaceTextHover", "surfaceTextInverse", "surfaceTextPrimary", "surfaceTextQuaternary", "surfaceTextSecondary", "surfaceTextTertiary", "errorTextPrimary", "errorTextSecondary", "successTextPrimary", "successTextSecondary", "dangerTextPrimary", "dangerTextSecondary"];
41
- };
42
- badgeTextSize: {
43
- control: string;
44
- options: readonly ["xxs", "xs", "s", "m", "l", "xl", "xxl"];
45
- };
46
- before: {
47
- if: {
48
- arg: string;
49
- };
50
- };
51
- className: {
52
- if: {
53
- arg: string;
54
- };
55
- };
56
- fill: {
57
- control: string;
58
- options: readonly ["accentPrimary", "accentSecondary", "accentTertiary", "primaryPrimary", "primarySecondary", "primaryTertiary", "secondaryPrimary", "secondarySecondary", "secondaryTertiary", "tertiaryPrimary", "tertiarySecondary", "tertiaryTertiary", "surfaceAccent", "surfaceItemPrimary", "surfacePrimary", "surfaceQuaternary", "surfaceQuinary", "surfaceSecondary", "surfaceTertiary", "errorPrimary", "errorSecondary", "successPrimary", "successSecondary", "gradientPrimary", "none"];
59
- };
60
- fillHover: {
61
- control: string;
62
- options: readonly ["accentPrimaryHover", "accentSecondary", "accentSecondaryHover", "accentTertiary", "primaryPrimaryHover", "secondaryPrimaryHover", "surfaceItemTertiary", "surfacePrimaryHover", "surfaceSecondaryHover", "surfaceTertiary", "surfaceTertiaryHover"];
63
- };
64
- href: {
65
- if: {
66
- arg: string;
67
- };
68
- };
69
- labelColor: {
70
- control: string;
71
- options: readonly ["accentTextPrimary", "accentTextSecondary", "accentTextTertiary", "primaryTextPrimary", "primaryTextSecondary", "primaryTextTertiary", "secondaryTextPrimary", "secondaryTextSecondary", "secondaryTextTertiary", "tertiaryTextPrimary", "tertiaryTextSecondary", "surfaceTextAccent", "surfaceTextActive", "surfaceTextDisabled", "surfaceTextFocus", "surfaceTextHover", "surfaceTextInverse", "surfaceTextPrimary", "surfaceTextQuaternary", "surfaceTextSecondary", "surfaceTextTertiary", "errorTextPrimary", "errorTextSecondary", "successTextPrimary", "successTextSecondary", "dangerTextPrimary", "dangerTextSecondary"];
72
- };
73
- labelColorActive: {
74
- control: string;
75
- if: {
76
- arg: string;
77
- };
78
- options: readonly ["accentTextPrimary", "accentTextSecondary", "accentTextTertiary", "primaryTextPrimary", "primaryTextSecondary", "primaryTextTertiary", "secondaryTextPrimary", "secondaryTextSecondary", "secondaryTextTertiary", "tertiaryTextPrimary", "tertiaryTextSecondary", "surfaceTextAccent", "surfaceTextActive", "surfaceTextDisabled", "surfaceTextFocus", "surfaceTextHover", "surfaceTextInverse", "surfaceTextPrimary", "surfaceTextQuaternary", "surfaceTextSecondary", "surfaceTextTertiary", "errorTextPrimary", "errorTextSecondary", "successTextPrimary", "successTextSecondary", "dangerTextPrimary", "dangerTextSecondary"];
79
- };
80
- labelTextColorHover: {
81
- control: string;
82
- if: {
83
- arg: string;
84
- };
85
- options: readonly ["accentTextPrimary", "accentTextSecondary", "accentTextTertiary", "primaryTextPrimary", "primaryTextSecondary", "primaryTextTertiary", "secondaryTextPrimary", "secondaryTextSecondary", "secondaryTextTertiary", "tertiaryTextPrimary", "tertiaryTextSecondary", "surfaceTextAccent", "surfaceTextActive", "surfaceTextDisabled", "surfaceTextFocus", "surfaceTextHover", "surfaceTextInverse", "surfaceTextPrimary", "surfaceTextQuaternary", "surfaceTextSecondary", "surfaceTextTertiary", "errorTextPrimary", "errorTextSecondary", "successTextPrimary", "successTextSecondary", "dangerTextPrimary", "dangerTextSecondary"];
86
- };
87
- labelTextGradient: {
88
- control: string;
89
- if: {
90
- arg: string;
91
- };
92
- options: readonly ["accent", "primary", "secondary", "tertiary", "surface", "error", "success"];
93
- };
94
- labelTextSize: {
95
- control: string;
96
- options: readonly ["xxs", "xs", "s", "m", "l", "xl", "xxl"];
97
- };
98
- labelTextStyle: {
99
- control: string;
100
- if: {
101
- arg: string;
102
- };
103
- options: readonly ["normal", "italic"];
104
- };
105
- labelTextWeight: {
106
- control: string;
107
- options: readonly ["normal", "bold", "light", "lighter", "bolder", "100", "200", "300", "400", "500", "600", "700", "800", "900", "950"];
108
- };
109
- labelTextWrap: {
110
- control: string;
111
- options: readonly ["wrap", "nowrap"];
112
- };
113
- link: {
114
- if: {
115
- arg: string;
116
- };
117
- };
118
- LinkComponent: {
119
- if: {
120
- arg: string;
121
- };
122
- };
123
- linkFill: {
124
- control: string;
125
- if: {
126
- arg: string;
127
- };
128
- options: readonly ["accentPrimary", "accentSecondary", "accentTertiary", "primaryPrimary", "primarySecondary", "primaryTertiary", "secondaryPrimary", "secondarySecondary", "secondaryTertiary", "tertiaryPrimary", "tertiarySecondary", "tertiaryTertiary", "surfaceAccent", "surfaceItemPrimary", "surfacePrimary", "surfaceQuaternary", "surfaceQuinary", "surfaceSecondary", "surfaceTertiary", "errorPrimary", "errorSecondary", "successPrimary", "successSecondary", "gradientPrimary", "none"];
129
- };
130
- rel: {
131
- if: {
132
- arg: string;
133
- };
134
- };
135
- shape: {
136
- control: string;
137
- options: readonly ["rectangle", "geometric", "rounded", "circular"];
138
- };
139
- size: {
140
- control: string;
141
- options: string[];
142
- };
143
- target: {
144
- if: {
145
- arg: string;
146
- };
147
- };
148
- type: {
149
- if: {
150
- arg: string;
151
- };
152
- };
153
- underline: {
154
- control: string;
155
- if: {
156
- arg: string;
157
- };
158
- options: readonly ["none", "underline"];
159
- };
160
- onClick: {
161
- if: {
162
- arg: string;
163
- };
164
- };
165
- onMouseEnter: {
166
- if: {
167
- arg: string;
168
- };
169
- };
170
- };
171
- };