@prismicio/editor-ui 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/dist/components/AnimatedList/AnimatedList.css.d.ts +7 -0
- package/dist/components/AnimatedList/AnimatedList.d.ts +11 -0
- package/dist/components/AnimatedList/AnimatedList.stories.d.ts +5 -0
- package/dist/components/AnimatedList/index.d.ts +1 -0
- package/dist/components/BaseInput/BaseInput.css.d.ts +1 -0
- package/dist/components/BaseInput/BaseInput.d.ts +11 -9
- package/dist/components/BaseInput/BaseInput.stories.d.ts +2 -28
- package/dist/components/BlankSlate/BlankSlate.d.ts +6 -7
- package/dist/components/Button/Button.css.d.ts +1 -1
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/Button/Button.stories.d.ts +2 -2
- package/dist/components/ButtonGroup/ButtonGroup.stories.d.ts +2 -2
- package/dist/components/Calendar/Calendar.css.d.ts +2 -0
- package/dist/components/Calendar/Calendar.d.ts +7 -0
- package/dist/components/Calendar/Calendar.stories.d.ts +12 -0
- package/dist/components/Calendar/CalendarCell.css.d.ts +6 -0
- package/dist/components/Calendar/CalendarCell.d.ts +8 -0
- package/dist/components/Calendar/CalendarGrid.css.d.ts +1 -0
- package/dist/components/Calendar/CalendarGrid.d.ts +7 -0
- package/dist/components/Calendar/index.d.ts +1 -0
- package/dist/components/Card/Card.d.ts +3 -4
- package/dist/components/DateInput/DateInput.d.ts +11 -0
- package/dist/components/DateInput/DateInput.stories.d.ts +10 -0
- package/dist/components/DateInput/index.d.ts +1 -0
- package/dist/components/Dialog/Dialog.css.d.ts +0 -1
- package/dist/components/Dialog/Dialog.d.ts +9 -18
- package/dist/components/Dialog/Dialog.stories.d.ts +1 -0
- package/dist/components/{DialogOptions → Dialog/Options}/DialogOptions.css.d.ts +0 -0
- package/dist/components/{DialogOptions → Dialog/Options}/DialogOptions.d.ts +7 -7
- package/dist/components/Dialog/index.d.ts +2 -1
- package/dist/components/Field/Field.d.ts +4 -5
- package/dist/components/Field/Field.stories.d.ts +6 -4
- package/dist/components/Icon/Icon.css.d.ts +1 -0
- package/dist/components/Icon/Icon.d.ts +1 -1
- package/dist/components/Icon/Icon.stories.d.ts +4 -4
- package/dist/components/Icon/iconNames.d.ts +1 -1
- package/dist/components/Image/Image.css.d.ts +1 -1
- package/dist/components/Image/Image.stories.d.ts +2 -2
- package/dist/components/Link/Link.css.d.ts +1 -0
- package/dist/components/Link/Link.d.ts +7 -0
- package/dist/components/Link/index.d.ts +1 -0
- package/dist/components/Masonry/MasonryMedia.css.d.ts +1 -0
- package/dist/components/Popover/LinkDescriptionPopover.css.d.ts +3 -0
- package/dist/components/Popover/LinkDescriptionPopover.d.ts +15 -0
- package/dist/components/Popover/Popover.css.d.ts +1 -0
- package/dist/components/Popover/Popover.d.ts +13 -0
- package/dist/components/Popover/Popover.stories.d.ts +6 -0
- package/dist/components/Popover/index.d.ts +2 -0
- package/dist/components/Select/Select.d.ts +18 -4
- package/dist/components/Select/Select.stories.d.ts +2 -16
- package/dist/components/Skeleton/Skeleton.d.ts +2 -2
- package/dist/components/Skeleton/Skeleton.stories.d.ts +4 -4
- package/dist/components/Switch/Switch.css.d.ts +1 -1
- package/dist/components/Switch/Switch.stories.d.ts +2 -2
- package/dist/components/Text/Text.css.d.ts +3 -3
- package/dist/components/Text/Text.d.ts +2 -2
- package/dist/components/Text/Text.stories.d.ts +6 -6
- package/dist/components/TextInput/TextInput.d.ts +14 -11
- package/dist/components/TextInput/TextInput.stories.d.ts +2 -24
- package/dist/components/ThemeProvider.d.ts +2 -2
- package/dist/components/ToggleButton/ToggleButton.d.ts +1 -1
- package/dist/components/ToggleButton/ToggleButton.stories.d.ts +2 -2
- package/dist/components/ToggleButtonGroup/ToggleButtonGroup.stories.d.ts +8 -8
- package/dist/index.d.ts +5 -2
- package/dist/index.es.js +8662 -5084
- package/dist/index.umd.js +91 -83
- package/dist/style.css +1 -1
- package/dist/theme/sprinkles.css.d.ts +638 -406
- package/dist/theme/utils.d.ts +2 -0
- package/dist/theme/vars.css.d.ts +333 -334
- package/package.json +7 -3
- package/dist/components/DialogOptions/DialogOptions.stories.d.ts +0 -12
- package/dist/components/DialogOptions/index.d.ts +0 -1
- package/dist/components/List/List.css.d.ts +0 -2
- package/dist/components/List/List.d.ts +0 -8
- package/dist/components/List/index.d.ts +0 -1
package/dist/theme/vars.css.d.ts
CHANGED
|
@@ -1,341 +1,340 @@
|
|
|
1
1
|
export declare type Color = keyof typeof vars.color;
|
|
2
2
|
export declare const tokens: {
|
|
3
|
-
borderRadius: {
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"100%":
|
|
11
|
-
};
|
|
12
|
-
borderStyle: {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
solid:
|
|
16
|
-
};
|
|
17
|
-
borderWidth: {
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
};
|
|
23
|
-
boxShadow: {
|
|
24
|
-
"-1":
|
|
25
|
-
"0":
|
|
26
|
-
"1":
|
|
27
|
-
"2":
|
|
28
|
-
"3":
|
|
29
|
-
"4":
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"
|
|
169
|
-
"4": string;
|
|
3
|
+
readonly borderRadius: {
|
|
4
|
+
readonly "0px": "0px";
|
|
5
|
+
readonly "1px": "1px";
|
|
6
|
+
readonly "4px": "4px";
|
|
7
|
+
readonly "6px": "6px";
|
|
8
|
+
readonly "10px": "10px";
|
|
9
|
+
readonly "12px": "12px";
|
|
10
|
+
readonly "100%": "100%";
|
|
11
|
+
};
|
|
12
|
+
readonly borderStyle: {
|
|
13
|
+
readonly none: "none";
|
|
14
|
+
readonly dashed: "dashed";
|
|
15
|
+
readonly solid: "solid";
|
|
16
|
+
};
|
|
17
|
+
readonly borderWidth: {
|
|
18
|
+
readonly "0px": "0px";
|
|
19
|
+
readonly "1px": "1px";
|
|
20
|
+
readonly "2px": "2px";
|
|
21
|
+
readonly "3px": "3px";
|
|
22
|
+
};
|
|
23
|
+
readonly boxShadow: {
|
|
24
|
+
readonly "-1": "0px 1px 0px 0px hsla(0, 0%, 0%, 0.08) inset";
|
|
25
|
+
readonly "0": "none";
|
|
26
|
+
readonly "1": "0px 1px 0px 0px hsla(0, 0%, 0%, 0.04)";
|
|
27
|
+
readonly "2": "0px 2px 1px 0px hsla(0, 0%, 0%, 0.05)";
|
|
28
|
+
readonly "3": "0px 2px 10px 0px hsla(0, 0%, 0%, 0.1)";
|
|
29
|
+
readonly "4": "0px 26px 80px 0px hsla(0, 0%, 0%, 0.2)";
|
|
30
|
+
readonly focus: "0px 0px 0px 2px hsla(251, 63%, 63%, 0.3)";
|
|
31
|
+
};
|
|
32
|
+
readonly color: {
|
|
33
|
+
readonly currentColor: "currentColor";
|
|
34
|
+
readonly greyDark1: "hsl(240, 4%, 9%)";
|
|
35
|
+
readonly greyDark2: "hsl(240, 5%, 12%)";
|
|
36
|
+
readonly greyDark3: "hsl(240, 4%, 14%)";
|
|
37
|
+
readonly greyDark4: "hsl(240, 5%, 16%)";
|
|
38
|
+
readonly greyDark5: "hsl(240, 4%, 19%)";
|
|
39
|
+
readonly greyDark6: "hsl(240, 5%, 22%)";
|
|
40
|
+
readonly greyDark7: "hsl(240, 5%, 25%)";
|
|
41
|
+
readonly greyDark8: "hsl(248, 5%, 33%)";
|
|
42
|
+
readonly greyDark9: "hsl(247, 4%, 45%)";
|
|
43
|
+
readonly greyDark10: "hsl(247, 4%, 51%)";
|
|
44
|
+
readonly greyDark11: "hsl(249, 4%, 64%)";
|
|
45
|
+
readonly greyDark12: "hsl(240, 6%, 93%)";
|
|
46
|
+
readonly greyLight1: "hsl(300, 0%, 100%)";
|
|
47
|
+
readonly greyLight2: "hsl(300, 8%, 97%)";
|
|
48
|
+
readonly greyLight3: "hsl(300, 8%, 95%)";
|
|
49
|
+
readonly greyLight4: "hsl(270, 6%, 93%)";
|
|
50
|
+
readonly greyLight5: "hsl(270, 5%, 91%)";
|
|
51
|
+
readonly greyLight6: "hsl(300, 4%, 89%)";
|
|
52
|
+
readonly greyLight7: "hsl(270, 3%, 86%)";
|
|
53
|
+
readonly greyLight8: "hsl(255, 4%, 79%)";
|
|
54
|
+
readonly greyLight9: "hsl(255, 4%, 57%)";
|
|
55
|
+
readonly greyLight10: "hsl(253, 4%, 54%)";
|
|
56
|
+
readonly greyLight11: "hsl(247, 4%, 45%)";
|
|
57
|
+
readonly greyLight12: "hsl(261, 25%, 11%)";
|
|
58
|
+
readonly inherit: "inherit";
|
|
59
|
+
readonly blue1: "hsla(212, 97%, 43%, 1)";
|
|
60
|
+
readonly purple1: "hsl(252, 19%, 10%)";
|
|
61
|
+
readonly purple2: "hsl(255, 30%, 13%)";
|
|
62
|
+
readonly purple3: "hsl(252, 36%, 18%)";
|
|
63
|
+
readonly purple4: "hsl(253, 40%, 22%)";
|
|
64
|
+
readonly purple5: "hsl(252, 42%, 26%)";
|
|
65
|
+
readonly purple6: "hsl(251, 44%, 31%)";
|
|
66
|
+
readonly purple7: "hsl(250, 47%, 39%)";
|
|
67
|
+
readonly purple8: "hsl(250, 52%, 51%)";
|
|
68
|
+
readonly purple9: "hsl(252, 56%, 57%)";
|
|
69
|
+
readonly purple10: "hsl(251, 63%, 63%)";
|
|
70
|
+
readonly purple11: "hsl(250, 95%, 77%)";
|
|
71
|
+
readonly purple12: "hsl(251, 89%, 96%)";
|
|
72
|
+
readonly purpleAlpha1: "hsla(251, 63%, 63%, 0.3)";
|
|
73
|
+
readonly transparent: "transparent";
|
|
74
|
+
};
|
|
75
|
+
readonly cursor: {
|
|
76
|
+
readonly default: "default";
|
|
77
|
+
readonly move: "move";
|
|
78
|
+
readonly pointer: "pointer";
|
|
79
|
+
readonly text: "text";
|
|
80
|
+
};
|
|
81
|
+
readonly fontFamily: {
|
|
82
|
+
readonly body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
83
|
+
readonly code: "source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace";
|
|
84
|
+
readonly inherit: "inherit";
|
|
85
|
+
};
|
|
86
|
+
readonly fontSize: {
|
|
87
|
+
readonly "10px": `${number}rem`;
|
|
88
|
+
readonly "12px": `${number}rem`;
|
|
89
|
+
readonly "14px": `${number}rem`;
|
|
90
|
+
readonly "16px": `${number}rem`;
|
|
91
|
+
readonly "18px": `${number}rem`;
|
|
92
|
+
readonly "28px": `${number}rem`;
|
|
93
|
+
readonly inherit: "inherit";
|
|
94
|
+
};
|
|
95
|
+
readonly fontWeight: {
|
|
96
|
+
readonly "400": "400";
|
|
97
|
+
readonly "500": "500";
|
|
98
|
+
readonly "600": "600";
|
|
99
|
+
readonly inherit: "inherit";
|
|
100
|
+
};
|
|
101
|
+
readonly gradient: {
|
|
102
|
+
readonly checkerboardDark: "repeating-conic-gradient(hsl(248, 5%, 33%) 0% 25%, hsl(240, 5%, 12%) 0% 50%) 50% / 10px 10px";
|
|
103
|
+
readonly checkerboardLight: "repeating-conic-gradient(hsl(255, 4%, 79%) 0% 25%, hsl(300, 8%, 97%) 0% 50%) 50% / 10px 10px";
|
|
104
|
+
};
|
|
105
|
+
readonly letterSpacing: {
|
|
106
|
+
readonly "-0.15px": "-0.15px";
|
|
107
|
+
readonly "0px": "0px";
|
|
108
|
+
readonly inherit: "inherit";
|
|
109
|
+
};
|
|
110
|
+
readonly lineHeight: {
|
|
111
|
+
readonly "12px": `${number}rem`;
|
|
112
|
+
readonly "16px": `${number}rem`;
|
|
113
|
+
readonly "20px": `${number}rem`;
|
|
114
|
+
readonly "24px": `${number}rem`;
|
|
115
|
+
readonly "28px": `${number}rem`;
|
|
116
|
+
readonly "38px": `${number}rem`;
|
|
117
|
+
readonly inherit: "inherit";
|
|
118
|
+
};
|
|
119
|
+
readonly opacity: {
|
|
120
|
+
readonly "30%": "0.3";
|
|
121
|
+
readonly "50%": "0.5";
|
|
122
|
+
readonly "60%": "0.6";
|
|
123
|
+
readonly "80%": "0.8";
|
|
124
|
+
};
|
|
125
|
+
readonly size: {
|
|
126
|
+
readonly "0px": "0px";
|
|
127
|
+
readonly "8px": "8px";
|
|
128
|
+
readonly "16px": "16px";
|
|
129
|
+
readonly "20px": "20px";
|
|
130
|
+
readonly "24px": "24px";
|
|
131
|
+
readonly "28px": "28px";
|
|
132
|
+
readonly "32px": "32px";
|
|
133
|
+
readonly "36px": "36px";
|
|
134
|
+
readonly "40px": "40px";
|
|
135
|
+
readonly "44px": "44px";
|
|
136
|
+
readonly "100%": "100%";
|
|
137
|
+
readonly "fit-content": "fit-content";
|
|
138
|
+
};
|
|
139
|
+
readonly space: {
|
|
140
|
+
readonly "0px": "0px";
|
|
141
|
+
readonly "2px": "2px";
|
|
142
|
+
readonly "4px": "4px";
|
|
143
|
+
readonly "6px": "6px";
|
|
144
|
+
readonly "8px": "8px";
|
|
145
|
+
readonly "10px": "10px";
|
|
146
|
+
readonly "12px": "12px";
|
|
147
|
+
readonly "16px": "16px";
|
|
148
|
+
readonly "24px": "24px";
|
|
149
|
+
readonly "48px": "48px";
|
|
150
|
+
};
|
|
151
|
+
readonly transitionDuration: {
|
|
152
|
+
readonly shortest: "150ms";
|
|
153
|
+
readonly leavingScreen: "195ms";
|
|
154
|
+
readonly enteringScreen: "225ms";
|
|
155
|
+
readonly standard: "300ms";
|
|
156
|
+
};
|
|
157
|
+
readonly transitionTimingFunction: {
|
|
158
|
+
readonly easeInOut: "cubic-bezier(0.4, 0, 0.2, 1)";
|
|
159
|
+
readonly easeOut: "cubic-bezier(0, 0, 0.2, 1)";
|
|
160
|
+
readonly easeIn: "cubic-bezier(0.4, 0, 1, 1)";
|
|
161
|
+
readonly sharp: "cubic-bezier(0.4, 0, 0.6, 1)";
|
|
162
|
+
};
|
|
163
|
+
readonly zIndex: {
|
|
164
|
+
readonly "0": "0";
|
|
165
|
+
readonly "1": "1";
|
|
166
|
+
readonly "2": "2";
|
|
167
|
+
readonly "3": "3";
|
|
168
|
+
readonly "4": "4";
|
|
170
169
|
};
|
|
171
170
|
};
|
|
172
171
|
export declare const themeClass: string, vars: import("@vanilla-extract/private").MapLeafNodes<{
|
|
173
|
-
borderRadius: {
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
"
|
|
178
|
-
"
|
|
179
|
-
"
|
|
180
|
-
"100%":
|
|
181
|
-
};
|
|
182
|
-
borderStyle: {
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
solid:
|
|
186
|
-
};
|
|
187
|
-
borderWidth: {
|
|
188
|
-
"
|
|
189
|
-
"
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
};
|
|
193
|
-
boxShadow: {
|
|
194
|
-
"-1":
|
|
195
|
-
"0":
|
|
196
|
-
"1":
|
|
197
|
-
"2":
|
|
198
|
-
"3":
|
|
199
|
-
"4":
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
"
|
|
258
|
-
"
|
|
259
|
-
"
|
|
260
|
-
"
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
"
|
|
291
|
-
"
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
"
|
|
297
|
-
"
|
|
298
|
-
"
|
|
299
|
-
"
|
|
300
|
-
"
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
-
"
|
|
305
|
-
"
|
|
306
|
-
"
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
"
|
|
311
|
-
"
|
|
312
|
-
"
|
|
313
|
-
"
|
|
314
|
-
"
|
|
315
|
-
"
|
|
316
|
-
"
|
|
317
|
-
"
|
|
318
|
-
"
|
|
319
|
-
"
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
"
|
|
336
|
-
"
|
|
337
|
-
"
|
|
338
|
-
"
|
|
339
|
-
"4": string;
|
|
172
|
+
readonly borderRadius: {
|
|
173
|
+
readonly "0px": "0px";
|
|
174
|
+
readonly "1px": "1px";
|
|
175
|
+
readonly "4px": "4px";
|
|
176
|
+
readonly "6px": "6px";
|
|
177
|
+
readonly "10px": "10px";
|
|
178
|
+
readonly "12px": "12px";
|
|
179
|
+
readonly "100%": "100%";
|
|
180
|
+
};
|
|
181
|
+
readonly borderStyle: {
|
|
182
|
+
readonly none: "none";
|
|
183
|
+
readonly dashed: "dashed";
|
|
184
|
+
readonly solid: "solid";
|
|
185
|
+
};
|
|
186
|
+
readonly borderWidth: {
|
|
187
|
+
readonly "0px": "0px";
|
|
188
|
+
readonly "1px": "1px";
|
|
189
|
+
readonly "2px": "2px";
|
|
190
|
+
readonly "3px": "3px";
|
|
191
|
+
};
|
|
192
|
+
readonly boxShadow: {
|
|
193
|
+
readonly "-1": "0px 1px 0px 0px hsla(0, 0%, 0%, 0.08) inset";
|
|
194
|
+
readonly "0": "none";
|
|
195
|
+
readonly "1": "0px 1px 0px 0px hsla(0, 0%, 0%, 0.04)";
|
|
196
|
+
readonly "2": "0px 2px 1px 0px hsla(0, 0%, 0%, 0.05)";
|
|
197
|
+
readonly "3": "0px 2px 10px 0px hsla(0, 0%, 0%, 0.1)";
|
|
198
|
+
readonly "4": "0px 26px 80px 0px hsla(0, 0%, 0%, 0.2)";
|
|
199
|
+
readonly focus: "0px 0px 0px 2px hsla(251, 63%, 63%, 0.3)";
|
|
200
|
+
};
|
|
201
|
+
readonly color: {
|
|
202
|
+
readonly currentColor: "currentColor";
|
|
203
|
+
readonly greyDark1: "hsl(240, 4%, 9%)";
|
|
204
|
+
readonly greyDark2: "hsl(240, 5%, 12%)";
|
|
205
|
+
readonly greyDark3: "hsl(240, 4%, 14%)";
|
|
206
|
+
readonly greyDark4: "hsl(240, 5%, 16%)";
|
|
207
|
+
readonly greyDark5: "hsl(240, 4%, 19%)";
|
|
208
|
+
readonly greyDark6: "hsl(240, 5%, 22%)";
|
|
209
|
+
readonly greyDark7: "hsl(240, 5%, 25%)";
|
|
210
|
+
readonly greyDark8: "hsl(248, 5%, 33%)";
|
|
211
|
+
readonly greyDark9: "hsl(247, 4%, 45%)";
|
|
212
|
+
readonly greyDark10: "hsl(247, 4%, 51%)";
|
|
213
|
+
readonly greyDark11: "hsl(249, 4%, 64%)";
|
|
214
|
+
readonly greyDark12: "hsl(240, 6%, 93%)";
|
|
215
|
+
readonly greyLight1: "hsl(300, 0%, 100%)";
|
|
216
|
+
readonly greyLight2: "hsl(300, 8%, 97%)";
|
|
217
|
+
readonly greyLight3: "hsl(300, 8%, 95%)";
|
|
218
|
+
readonly greyLight4: "hsl(270, 6%, 93%)";
|
|
219
|
+
readonly greyLight5: "hsl(270, 5%, 91%)";
|
|
220
|
+
readonly greyLight6: "hsl(300, 4%, 89%)";
|
|
221
|
+
readonly greyLight7: "hsl(270, 3%, 86%)";
|
|
222
|
+
readonly greyLight8: "hsl(255, 4%, 79%)";
|
|
223
|
+
readonly greyLight9: "hsl(255, 4%, 57%)";
|
|
224
|
+
readonly greyLight10: "hsl(253, 4%, 54%)";
|
|
225
|
+
readonly greyLight11: "hsl(247, 4%, 45%)";
|
|
226
|
+
readonly greyLight12: "hsl(261, 25%, 11%)";
|
|
227
|
+
readonly inherit: "inherit";
|
|
228
|
+
readonly blue1: "hsla(212, 97%, 43%, 1)";
|
|
229
|
+
readonly purple1: "hsl(252, 19%, 10%)";
|
|
230
|
+
readonly purple2: "hsl(255, 30%, 13%)";
|
|
231
|
+
readonly purple3: "hsl(252, 36%, 18%)";
|
|
232
|
+
readonly purple4: "hsl(253, 40%, 22%)";
|
|
233
|
+
readonly purple5: "hsl(252, 42%, 26%)";
|
|
234
|
+
readonly purple6: "hsl(251, 44%, 31%)";
|
|
235
|
+
readonly purple7: "hsl(250, 47%, 39%)";
|
|
236
|
+
readonly purple8: "hsl(250, 52%, 51%)";
|
|
237
|
+
readonly purple9: "hsl(252, 56%, 57%)";
|
|
238
|
+
readonly purple10: "hsl(251, 63%, 63%)";
|
|
239
|
+
readonly purple11: "hsl(250, 95%, 77%)";
|
|
240
|
+
readonly purple12: "hsl(251, 89%, 96%)";
|
|
241
|
+
readonly purpleAlpha1: "hsla(251, 63%, 63%, 0.3)";
|
|
242
|
+
readonly transparent: "transparent";
|
|
243
|
+
};
|
|
244
|
+
readonly cursor: {
|
|
245
|
+
readonly default: "default";
|
|
246
|
+
readonly move: "move";
|
|
247
|
+
readonly pointer: "pointer";
|
|
248
|
+
readonly text: "text";
|
|
249
|
+
};
|
|
250
|
+
readonly fontFamily: {
|
|
251
|
+
readonly body: "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif";
|
|
252
|
+
readonly code: "source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace";
|
|
253
|
+
readonly inherit: "inherit";
|
|
254
|
+
};
|
|
255
|
+
readonly fontSize: {
|
|
256
|
+
readonly "10px": `${number}rem`;
|
|
257
|
+
readonly "12px": `${number}rem`;
|
|
258
|
+
readonly "14px": `${number}rem`;
|
|
259
|
+
readonly "16px": `${number}rem`;
|
|
260
|
+
readonly "18px": `${number}rem`;
|
|
261
|
+
readonly "28px": `${number}rem`;
|
|
262
|
+
readonly inherit: "inherit";
|
|
263
|
+
};
|
|
264
|
+
readonly fontWeight: {
|
|
265
|
+
readonly "400": "400";
|
|
266
|
+
readonly "500": "500";
|
|
267
|
+
readonly "600": "600";
|
|
268
|
+
readonly inherit: "inherit";
|
|
269
|
+
};
|
|
270
|
+
readonly gradient: {
|
|
271
|
+
readonly checkerboardDark: "repeating-conic-gradient(hsl(248, 5%, 33%) 0% 25%, hsl(240, 5%, 12%) 0% 50%) 50% / 10px 10px";
|
|
272
|
+
readonly checkerboardLight: "repeating-conic-gradient(hsl(255, 4%, 79%) 0% 25%, hsl(300, 8%, 97%) 0% 50%) 50% / 10px 10px";
|
|
273
|
+
};
|
|
274
|
+
readonly letterSpacing: {
|
|
275
|
+
readonly "-0.15px": "-0.15px";
|
|
276
|
+
readonly "0px": "0px";
|
|
277
|
+
readonly inherit: "inherit";
|
|
278
|
+
};
|
|
279
|
+
readonly lineHeight: {
|
|
280
|
+
readonly "12px": `${number}rem`;
|
|
281
|
+
readonly "16px": `${number}rem`;
|
|
282
|
+
readonly "20px": `${number}rem`;
|
|
283
|
+
readonly "24px": `${number}rem`;
|
|
284
|
+
readonly "28px": `${number}rem`;
|
|
285
|
+
readonly "38px": `${number}rem`;
|
|
286
|
+
readonly inherit: "inherit";
|
|
287
|
+
};
|
|
288
|
+
readonly opacity: {
|
|
289
|
+
readonly "30%": "0.3";
|
|
290
|
+
readonly "50%": "0.5";
|
|
291
|
+
readonly "60%": "0.6";
|
|
292
|
+
readonly "80%": "0.8";
|
|
293
|
+
};
|
|
294
|
+
readonly size: {
|
|
295
|
+
readonly "0px": "0px";
|
|
296
|
+
readonly "8px": "8px";
|
|
297
|
+
readonly "16px": "16px";
|
|
298
|
+
readonly "20px": "20px";
|
|
299
|
+
readonly "24px": "24px";
|
|
300
|
+
readonly "28px": "28px";
|
|
301
|
+
readonly "32px": "32px";
|
|
302
|
+
readonly "36px": "36px";
|
|
303
|
+
readonly "40px": "40px";
|
|
304
|
+
readonly "44px": "44px";
|
|
305
|
+
readonly "100%": "100%";
|
|
306
|
+
readonly "fit-content": "fit-content";
|
|
307
|
+
};
|
|
308
|
+
readonly space: {
|
|
309
|
+
readonly "0px": "0px";
|
|
310
|
+
readonly "2px": "2px";
|
|
311
|
+
readonly "4px": "4px";
|
|
312
|
+
readonly "6px": "6px";
|
|
313
|
+
readonly "8px": "8px";
|
|
314
|
+
readonly "10px": "10px";
|
|
315
|
+
readonly "12px": "12px";
|
|
316
|
+
readonly "16px": "16px";
|
|
317
|
+
readonly "24px": "24px";
|
|
318
|
+
readonly "48px": "48px";
|
|
319
|
+
};
|
|
320
|
+
readonly transitionDuration: {
|
|
321
|
+
readonly shortest: "150ms";
|
|
322
|
+
readonly leavingScreen: "195ms";
|
|
323
|
+
readonly enteringScreen: "225ms";
|
|
324
|
+
readonly standard: "300ms";
|
|
325
|
+
};
|
|
326
|
+
readonly transitionTimingFunction: {
|
|
327
|
+
readonly easeInOut: "cubic-bezier(0.4, 0, 0.2, 1)";
|
|
328
|
+
readonly easeOut: "cubic-bezier(0, 0, 0.2, 1)";
|
|
329
|
+
readonly easeIn: "cubic-bezier(0.4, 0, 1, 1)";
|
|
330
|
+
readonly sharp: "cubic-bezier(0.4, 0, 0.6, 1)";
|
|
331
|
+
};
|
|
332
|
+
readonly zIndex: {
|
|
333
|
+
readonly "0": "0";
|
|
334
|
+
readonly "1": "1";
|
|
335
|
+
readonly "2": "2";
|
|
336
|
+
readonly "3": "3";
|
|
337
|
+
readonly "4": "4";
|
|
340
338
|
};
|
|
341
339
|
}, import("@vanilla-extract/private").CSSVarFunction>;
|
|
340
|
+
export declare const gaps: Record<"0px" | "4px" | "6px" | "10px" | "12px" | "2px" | "8px" | "16px" | "24px" | "48px", string>;
|