@atom-learning/components 1.0.0-rc.3 → 1.0.1
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/CHANGELOG.md +16 -0
- package/dist/components/action-icon/ActionIcon.d.ts +129 -43
- package/dist/components/alert-dialog/AlertDialog.d.ts +128 -42
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +128 -42
- package/dist/components/alert-dialog/AlertDialogContent.js +1 -1
- package/dist/components/box/Box.d.ts +128 -42
- package/dist/components/button/Button.d.ts +128 -42
- package/dist/components/button/Button.js +1 -1
- package/dist/components/carousel/Carousel.js +1 -1
- package/dist/components/carousel/CarouselPagination.d.ts +128 -42
- package/dist/components/carousel/CarouselSlide.d.ts +128 -42
- package/dist/components/carousel/CarouselSlider.d.ts +128 -42
- package/dist/components/checkbox/Checkbox.d.ts +128 -42
- package/dist/components/combobox/Combobox.d.ts +128 -42
- package/dist/components/combobox/ComboboxInput.d.ts +128 -42
- package/dist/components/combobox/ComboboxInput.js +1 -1
- package/dist/components/combobox/ComboboxList.d.ts +128 -42
- package/dist/components/combobox/ComboboxOption.d.ts +128 -42
- package/dist/components/combobox/ComboboxPopover.d.ts +128 -42
- package/dist/components/dialog/Dialog.d.ts +128 -42
- package/dist/components/dialog/DialogClose.d.ts +128 -42
- package/dist/components/dialog/DialogContent.d.ts +128 -42
- package/dist/components/dialog/DialogContent.js +1 -1
- package/dist/components/divider/Divider.d.ts +134 -43
- package/dist/components/divider/Divider.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +128 -42
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +128 -42
- package/dist/components/dropdown-menu/DropdownMenuContent.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +130 -45
- package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +128 -42
- package/dist/components/dropdown-menu/DropdownMenuSeparator.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +128 -42
- package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
- package/dist/components/field-wrapper/InlineFieldWrapper.js +1 -1
- package/dist/components/flex/Flex.d.ts +128 -42
- package/dist/components/form/Form.d.ts +128 -42
- package/dist/components/grid/Grid.d.ts +128 -42
- package/dist/components/heading/Heading.d.ts +128 -42
- package/dist/components/heading/Heading.js +1 -1
- package/dist/components/icon/Icon.d.ts +128 -42
- package/dist/components/image/Image.d.ts +128 -42
- package/dist/components/index.d.ts +5 -4
- package/dist/components/input/Input.d.ts +128 -42
- package/dist/components/label/Label.d.ts +129 -43
- package/dist/components/label/Label.js +1 -1
- package/dist/components/link/Link.d.ts +128 -42
- package/dist/components/list/List.d.ts +288 -116
- package/dist/components/popover/Popover.d.ts +128 -42
- package/dist/components/popover/PopoverContent.d.ts +128 -42
- package/dist/components/popover/PopoverContent.js +1 -1
- package/dist/components/progress-bar/ProgressBar.d.ts +128 -42
- package/dist/components/radio-button/RadioButton.d.ts +275 -0
- package/dist/components/radio-button/RadioButton.js +1 -0
- package/dist/components/radio-button/RadioButtonGroup.d.ts +269 -0
- package/dist/components/{radio → radio-button}/RadioButtonGroup.js +0 -0
- package/dist/components/{radio → radio-button}/index.d.ts +0 -0
- package/dist/components/{radio-field/RadioGroupField.d.ts → radio-button-field/RadioButtonField.d.ts} +2 -2
- package/dist/components/radio-button-field/RadioButtonField.js +1 -0
- package/dist/components/{radio-field → radio-button-field}/RadioField.d.ts +1 -1
- package/dist/components/radio-button-field/RadioField.js +1 -0
- package/dist/components/radio-button-field/index.d.ts +1 -0
- package/dist/components/radio-card/RadioCard.d.ts +274 -0
- package/dist/components/radio-card/RadioCard.js +1 -0
- package/dist/components/radio-card/RadioCardGroup.d.ts +9 -0
- package/dist/components/radio-card/RadioCardGroup.js +1 -0
- package/dist/components/radio-card/index.d.ts +2 -0
- package/dist/components/select/Select.d.ts +128 -42
- package/dist/components/select/Select.js +1 -1
- package/dist/components/stack/Stack.d.ts +128 -42
- package/dist/components/stack-content/StackContent.d.ts +128 -42
- package/dist/components/switch/Switch.d.ts +128 -42
- package/dist/components/switch/Switch.js +1 -1
- package/dist/components/table/Table.d.ts +128 -42
- package/dist/components/table/TableBody.d.ts +128 -42
- package/dist/components/table/TableCell.d.ts +128 -42
- package/dist/components/table/TableCell.js +1 -1
- package/dist/components/table/TableFooter.d.ts +128 -42
- package/dist/components/table/TableFooterCell.d.ts +128 -42
- package/dist/components/table/TableFooterCell.js +1 -1
- package/dist/components/table/TableHeader.d.ts +128 -42
- package/dist/components/table/TableHeaderCell.d.ts +128 -42
- package/dist/components/table/TableRow.d.ts +128 -42
- package/dist/components/tabs/TabTrigger.d.ts +128 -42
- package/dist/components/tabs/TabTrigger.js +1 -1
- package/dist/components/tabs/Tabs.d.ts +432 -174
- package/dist/components/text/Text.d.ts +128 -42
- package/dist/components/text/Text.js +1 -1
- package/dist/components/textarea/Textarea.d.ts +128 -42
- package/dist/components/toast/Toast.d.ts +128 -42
- package/dist/components/toast/Toast.js +1 -1
- package/dist/components/tooltip/Tooltip.js +1 -1
- package/dist/components/tooltip/TooltipContent.d.ts +128 -42
- package/dist/components/tooltip/TooltipContent.js +1 -1
- package/dist/components/video/Video.d.ts +128 -42
- package/dist/docgen.json +1 -1
- package/dist/docs/Divider.mdx +6 -2
- package/dist/docs/DropdownMenu.mdx +5 -3
- package/dist/docs/RadioButtonField.mdx +19 -0
- package/dist/docs/RadioCard.mdx +62 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.js +1 -1
- package/dist/stitches.d.ts +610 -200
- package/dist/stitches.js +1 -1
- package/dist/types/navigatorActions.types.d.ts +2 -5
- package/dist/utilities/css-wrapper/CSSWrapper.d.ts +1 -1
- package/dist/utilities/css-wrapper/CSSWrapper.js +1 -1
- package/dist/utilities/style/index.d.ts +3 -2
- package/dist/utilities/style/keyframe-animations.d.ts +24 -0
- package/dist/utilities/style/keyframe-animations.js +1 -0
- package/package.json +21 -20
- package/dist/components/radio/RadioButton.d.ts +0 -189
- package/dist/components/radio/RadioButton.js +0 -1
- package/dist/components/radio/RadioButtonGroup.d.ts +0 -183
- package/dist/components/radio-field/RadioField.js +0 -1
- package/dist/components/radio-field/RadioGroupField.js +0 -1
- package/dist/components/radio-field/index.d.ts +0 -1
- package/dist/docs/RadioField.mdx +0 -19
|
@@ -9,6 +9,7 @@ export declare const StyledLink: import("@stitches/react/types/styled-component"
|
|
|
9
9
|
lg: string;
|
|
10
10
|
xl: string;
|
|
11
11
|
reducedMotion: string;
|
|
12
|
+
allowMotion: string;
|
|
12
13
|
hover: string;
|
|
13
14
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
14
15
|
sm: string;
|
|
@@ -16,6 +17,7 @@ export declare const StyledLink: import("@stitches/react/types/styled-component"
|
|
|
16
17
|
lg: string;
|
|
17
18
|
xl: string;
|
|
18
19
|
reducedMotion: string;
|
|
20
|
+
allowMotion: string;
|
|
19
21
|
hover: string;
|
|
20
22
|
}, {
|
|
21
23
|
colors: {
|
|
@@ -122,64 +124,148 @@ export declare const StyledLink: import("@stitches/react/types/styled-component"
|
|
|
122
124
|
"3": any;
|
|
123
125
|
};
|
|
124
126
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
125
|
-
bg: (value:
|
|
126
|
-
|
|
127
|
+
bg: (value: {
|
|
128
|
+
readonly [$$PropertyValue]: "background";
|
|
129
|
+
}) => {
|
|
130
|
+
background: {
|
|
131
|
+
readonly [$$PropertyValue]: "background";
|
|
132
|
+
};
|
|
127
133
|
};
|
|
128
|
-
inset: (value: string | number |
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
134
|
+
inset: (value: string | number | {
|
|
135
|
+
readonly [$$ScaleValue]: "space";
|
|
136
|
+
}) => {
|
|
137
|
+
top: string | number | {
|
|
138
|
+
readonly [$$ScaleValue]: "space";
|
|
139
|
+
};
|
|
140
|
+
right: string | number | {
|
|
141
|
+
readonly [$$ScaleValue]: "space";
|
|
142
|
+
};
|
|
143
|
+
bottom: string | number | {
|
|
144
|
+
readonly [$$ScaleValue]: "space";
|
|
145
|
+
};
|
|
146
|
+
left: string | number | {
|
|
147
|
+
readonly [$$ScaleValue]: "space";
|
|
148
|
+
};
|
|
133
149
|
};
|
|
134
|
-
size: (value: string | number |
|
|
135
|
-
|
|
136
|
-
|
|
150
|
+
size: (value: string | number | {
|
|
151
|
+
readonly [$$ScaleValue]: "size";
|
|
152
|
+
}) => {
|
|
153
|
+
height: string | number | {
|
|
154
|
+
readonly [$$ScaleValue]: "size";
|
|
155
|
+
};
|
|
156
|
+
width: string | number | {
|
|
157
|
+
readonly [$$ScaleValue]: "size";
|
|
158
|
+
};
|
|
137
159
|
};
|
|
138
|
-
p: (value: string | number |
|
|
139
|
-
|
|
160
|
+
p: (value: string | number | {
|
|
161
|
+
readonly [$$ScaleValue]: "space";
|
|
162
|
+
}) => {
|
|
163
|
+
padding: string | number | {
|
|
164
|
+
readonly [$$ScaleValue]: "space";
|
|
165
|
+
};
|
|
140
166
|
};
|
|
141
|
-
pt: (value: string | number |
|
|
142
|
-
|
|
167
|
+
pt: (value: string | number | {
|
|
168
|
+
readonly [$$ScaleValue]: "space";
|
|
169
|
+
}) => {
|
|
170
|
+
paddingTop: string | number | {
|
|
171
|
+
readonly [$$ScaleValue]: "space";
|
|
172
|
+
};
|
|
143
173
|
};
|
|
144
|
-
pr: (value: string | number |
|
|
145
|
-
|
|
174
|
+
pr: (value: string | number | {
|
|
175
|
+
readonly [$$ScaleValue]: "space";
|
|
176
|
+
}) => {
|
|
177
|
+
paddingRight: string | number | {
|
|
178
|
+
readonly [$$ScaleValue]: "space";
|
|
179
|
+
};
|
|
146
180
|
};
|
|
147
|
-
pb: (value: string | number |
|
|
148
|
-
|
|
181
|
+
pb: (value: string | number | {
|
|
182
|
+
readonly [$$ScaleValue]: "space";
|
|
183
|
+
}) => {
|
|
184
|
+
paddingBottom: string | number | {
|
|
185
|
+
readonly [$$ScaleValue]: "space";
|
|
186
|
+
};
|
|
149
187
|
};
|
|
150
|
-
pl: (value: string | number |
|
|
151
|
-
|
|
188
|
+
pl: (value: string | number | {
|
|
189
|
+
readonly [$$ScaleValue]: "space";
|
|
190
|
+
}) => {
|
|
191
|
+
paddingLeft: string | number | {
|
|
192
|
+
readonly [$$ScaleValue]: "space";
|
|
193
|
+
};
|
|
152
194
|
};
|
|
153
|
-
px: (value: string | number |
|
|
154
|
-
|
|
155
|
-
|
|
195
|
+
px: (value: string | number | {
|
|
196
|
+
readonly [$$ScaleValue]: "space";
|
|
197
|
+
}) => {
|
|
198
|
+
paddingLeft: string | number | {
|
|
199
|
+
readonly [$$ScaleValue]: "space";
|
|
200
|
+
};
|
|
201
|
+
paddingRight: string | number | {
|
|
202
|
+
readonly [$$ScaleValue]: "space";
|
|
203
|
+
};
|
|
156
204
|
};
|
|
157
|
-
py: (value: string | number |
|
|
158
|
-
|
|
159
|
-
|
|
205
|
+
py: (value: string | number | {
|
|
206
|
+
readonly [$$ScaleValue]: "space";
|
|
207
|
+
}) => {
|
|
208
|
+
paddingTop: string | number | {
|
|
209
|
+
readonly [$$ScaleValue]: "space";
|
|
210
|
+
};
|
|
211
|
+
paddingBottom: string | number | {
|
|
212
|
+
readonly [$$ScaleValue]: "space";
|
|
213
|
+
};
|
|
160
214
|
};
|
|
161
|
-
m: (value: string | number |
|
|
162
|
-
|
|
215
|
+
m: (value: string | number | {
|
|
216
|
+
readonly [$$ScaleValue]: "space";
|
|
217
|
+
}) => {
|
|
218
|
+
margin: string | number | {
|
|
219
|
+
readonly [$$ScaleValue]: "space";
|
|
220
|
+
};
|
|
163
221
|
};
|
|
164
|
-
mt: (value: string | number |
|
|
165
|
-
|
|
222
|
+
mt: (value: string | number | {
|
|
223
|
+
readonly [$$ScaleValue]: "space";
|
|
224
|
+
}) => {
|
|
225
|
+
marginTop: string | number | {
|
|
226
|
+
readonly [$$ScaleValue]: "space";
|
|
227
|
+
};
|
|
166
228
|
};
|
|
167
|
-
mr: (value: string | number |
|
|
168
|
-
|
|
229
|
+
mr: (value: string | number | {
|
|
230
|
+
readonly [$$ScaleValue]: "space";
|
|
231
|
+
}) => {
|
|
232
|
+
marginRight: string | number | {
|
|
233
|
+
readonly [$$ScaleValue]: "space";
|
|
234
|
+
};
|
|
169
235
|
};
|
|
170
|
-
mb: (value: string | number |
|
|
171
|
-
|
|
236
|
+
mb: (value: string | number | {
|
|
237
|
+
readonly [$$ScaleValue]: "space";
|
|
238
|
+
}) => {
|
|
239
|
+
marginBottom: string | number | {
|
|
240
|
+
readonly [$$ScaleValue]: "space";
|
|
241
|
+
};
|
|
172
242
|
};
|
|
173
|
-
ml: (value: string | number |
|
|
174
|
-
|
|
243
|
+
ml: (value: string | number | {
|
|
244
|
+
readonly [$$ScaleValue]: "space";
|
|
245
|
+
}) => {
|
|
246
|
+
marginLeft: string | number | {
|
|
247
|
+
readonly [$$ScaleValue]: "space";
|
|
248
|
+
};
|
|
175
249
|
};
|
|
176
|
-
mx: (value: string | number |
|
|
177
|
-
|
|
178
|
-
|
|
250
|
+
mx: (value: string | number | {
|
|
251
|
+
readonly [$$ScaleValue]: "space";
|
|
252
|
+
}) => {
|
|
253
|
+
marginLeft: string | number | {
|
|
254
|
+
readonly [$$ScaleValue]: "space";
|
|
255
|
+
};
|
|
256
|
+
marginRight: string | number | {
|
|
257
|
+
readonly [$$ScaleValue]: "space";
|
|
258
|
+
};
|
|
179
259
|
};
|
|
180
|
-
my: (value: string | number |
|
|
181
|
-
|
|
182
|
-
|
|
260
|
+
my: (value: string | number | {
|
|
261
|
+
readonly [$$ScaleValue]: "space";
|
|
262
|
+
}) => {
|
|
263
|
+
marginTop: string | number | {
|
|
264
|
+
readonly [$$ScaleValue]: "space";
|
|
265
|
+
};
|
|
266
|
+
marginBottom: string | number | {
|
|
267
|
+
readonly [$$ScaleValue]: "space";
|
|
268
|
+
};
|
|
183
269
|
};
|
|
184
270
|
}>>;
|
|
185
271
|
declare type LinkProps = Override<React.ComponentProps<typeof StyledLink>, {
|
|
@@ -5,6 +5,7 @@ export declare const StyledLi: import("@stitches/react/types/styled-component").
|
|
|
5
5
|
lg: string;
|
|
6
6
|
xl: string;
|
|
7
7
|
reducedMotion: string;
|
|
8
|
+
allowMotion: string;
|
|
8
9
|
hover: string;
|
|
9
10
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
10
11
|
sm: string;
|
|
@@ -12,6 +13,7 @@ export declare const StyledLi: import("@stitches/react/types/styled-component").
|
|
|
12
13
|
lg: string;
|
|
13
14
|
xl: string;
|
|
14
15
|
reducedMotion: string;
|
|
16
|
+
allowMotion: string;
|
|
15
17
|
hover: string;
|
|
16
18
|
}, {
|
|
17
19
|
colors: {
|
|
@@ -118,64 +120,148 @@ export declare const StyledLi: import("@stitches/react/types/styled-component").
|
|
|
118
120
|
"3": any;
|
|
119
121
|
};
|
|
120
122
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
121
|
-
bg: (value:
|
|
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
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
123
|
+
bg: (value: {
|
|
124
|
+
readonly [$$PropertyValue]: "background";
|
|
125
|
+
}) => {
|
|
126
|
+
background: {
|
|
127
|
+
readonly [$$PropertyValue]: "background";
|
|
128
|
+
};
|
|
129
|
+
};
|
|
130
|
+
inset: (value: string | number | {
|
|
131
|
+
readonly [$$ScaleValue]: "space";
|
|
132
|
+
}) => {
|
|
133
|
+
top: string | number | {
|
|
134
|
+
readonly [$$ScaleValue]: "space";
|
|
135
|
+
};
|
|
136
|
+
right: string | number | {
|
|
137
|
+
readonly [$$ScaleValue]: "space";
|
|
138
|
+
};
|
|
139
|
+
bottom: string | number | {
|
|
140
|
+
readonly [$$ScaleValue]: "space";
|
|
141
|
+
};
|
|
142
|
+
left: string | number | {
|
|
143
|
+
readonly [$$ScaleValue]: "space";
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
size: (value: string | number | {
|
|
147
|
+
readonly [$$ScaleValue]: "size";
|
|
148
|
+
}) => {
|
|
149
|
+
height: string | number | {
|
|
150
|
+
readonly [$$ScaleValue]: "size";
|
|
151
|
+
};
|
|
152
|
+
width: string | number | {
|
|
153
|
+
readonly [$$ScaleValue]: "size";
|
|
154
|
+
};
|
|
155
|
+
};
|
|
156
|
+
p: (value: string | number | {
|
|
157
|
+
readonly [$$ScaleValue]: "space";
|
|
158
|
+
}) => {
|
|
159
|
+
padding: string | number | {
|
|
160
|
+
readonly [$$ScaleValue]: "space";
|
|
161
|
+
};
|
|
162
|
+
};
|
|
163
|
+
pt: (value: string | number | {
|
|
164
|
+
readonly [$$ScaleValue]: "space";
|
|
165
|
+
}) => {
|
|
166
|
+
paddingTop: string | number | {
|
|
167
|
+
readonly [$$ScaleValue]: "space";
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
pr: (value: string | number | {
|
|
171
|
+
readonly [$$ScaleValue]: "space";
|
|
172
|
+
}) => {
|
|
173
|
+
paddingRight: string | number | {
|
|
174
|
+
readonly [$$ScaleValue]: "space";
|
|
175
|
+
};
|
|
176
|
+
};
|
|
177
|
+
pb: (value: string | number | {
|
|
178
|
+
readonly [$$ScaleValue]: "space";
|
|
179
|
+
}) => {
|
|
180
|
+
paddingBottom: string | number | {
|
|
181
|
+
readonly [$$ScaleValue]: "space";
|
|
182
|
+
};
|
|
183
|
+
};
|
|
184
|
+
pl: (value: string | number | {
|
|
185
|
+
readonly [$$ScaleValue]: "space";
|
|
186
|
+
}) => {
|
|
187
|
+
paddingLeft: string | number | {
|
|
188
|
+
readonly [$$ScaleValue]: "space";
|
|
189
|
+
};
|
|
190
|
+
};
|
|
191
|
+
px: (value: string | number | {
|
|
192
|
+
readonly [$$ScaleValue]: "space";
|
|
193
|
+
}) => {
|
|
194
|
+
paddingLeft: string | number | {
|
|
195
|
+
readonly [$$ScaleValue]: "space";
|
|
196
|
+
};
|
|
197
|
+
paddingRight: string | number | {
|
|
198
|
+
readonly [$$ScaleValue]: "space";
|
|
199
|
+
};
|
|
200
|
+
};
|
|
201
|
+
py: (value: string | number | {
|
|
202
|
+
readonly [$$ScaleValue]: "space";
|
|
203
|
+
}) => {
|
|
204
|
+
paddingTop: string | number | {
|
|
205
|
+
readonly [$$ScaleValue]: "space";
|
|
206
|
+
};
|
|
207
|
+
paddingBottom: string | number | {
|
|
208
|
+
readonly [$$ScaleValue]: "space";
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
m: (value: string | number | {
|
|
212
|
+
readonly [$$ScaleValue]: "space";
|
|
213
|
+
}) => {
|
|
214
|
+
margin: string | number | {
|
|
215
|
+
readonly [$$ScaleValue]: "space";
|
|
216
|
+
};
|
|
217
|
+
};
|
|
218
|
+
mt: (value: string | number | {
|
|
219
|
+
readonly [$$ScaleValue]: "space";
|
|
220
|
+
}) => {
|
|
221
|
+
marginTop: string | number | {
|
|
222
|
+
readonly [$$ScaleValue]: "space";
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
mr: (value: string | number | {
|
|
226
|
+
readonly [$$ScaleValue]: "space";
|
|
227
|
+
}) => {
|
|
228
|
+
marginRight: string | number | {
|
|
229
|
+
readonly [$$ScaleValue]: "space";
|
|
230
|
+
};
|
|
231
|
+
};
|
|
232
|
+
mb: (value: string | number | {
|
|
233
|
+
readonly [$$ScaleValue]: "space";
|
|
234
|
+
}) => {
|
|
235
|
+
marginBottom: string | number | {
|
|
236
|
+
readonly [$$ScaleValue]: "space";
|
|
237
|
+
};
|
|
238
|
+
};
|
|
239
|
+
ml: (value: string | number | {
|
|
240
|
+
readonly [$$ScaleValue]: "space";
|
|
241
|
+
}) => {
|
|
242
|
+
marginLeft: string | number | {
|
|
243
|
+
readonly [$$ScaleValue]: "space";
|
|
244
|
+
};
|
|
245
|
+
};
|
|
246
|
+
mx: (value: string | number | {
|
|
247
|
+
readonly [$$ScaleValue]: "space";
|
|
248
|
+
}) => {
|
|
249
|
+
marginLeft: string | number | {
|
|
250
|
+
readonly [$$ScaleValue]: "space";
|
|
251
|
+
};
|
|
252
|
+
marginRight: string | number | {
|
|
253
|
+
readonly [$$ScaleValue]: "space";
|
|
254
|
+
};
|
|
255
|
+
};
|
|
256
|
+
my: (value: string | number | {
|
|
257
|
+
readonly [$$ScaleValue]: "space";
|
|
258
|
+
}) => {
|
|
259
|
+
marginTop: string | number | {
|
|
260
|
+
readonly [$$ScaleValue]: "space";
|
|
261
|
+
};
|
|
262
|
+
marginBottom: string | number | {
|
|
263
|
+
readonly [$$ScaleValue]: "space";
|
|
264
|
+
};
|
|
179
265
|
};
|
|
180
266
|
}>>;
|
|
181
267
|
declare const StyledList: import("@stitches/react/types/styled-component").StyledComponent<"ul", {
|
|
@@ -187,6 +273,7 @@ declare const StyledList: import("@stitches/react/types/styled-component").Style
|
|
|
187
273
|
lg: string;
|
|
188
274
|
xl: string;
|
|
189
275
|
reducedMotion: string;
|
|
276
|
+
allowMotion: string;
|
|
190
277
|
hover: string;
|
|
191
278
|
}, import("@stitches/react/types/css-util").CSS<{
|
|
192
279
|
sm: string;
|
|
@@ -194,6 +281,7 @@ declare const StyledList: import("@stitches/react/types/styled-component").Style
|
|
|
194
281
|
lg: string;
|
|
195
282
|
xl: string;
|
|
196
283
|
reducedMotion: string;
|
|
284
|
+
allowMotion: string;
|
|
197
285
|
hover: string;
|
|
198
286
|
}, {
|
|
199
287
|
colors: {
|
|
@@ -300,64 +388,148 @@ declare const StyledList: import("@stitches/react/types/styled-component").Style
|
|
|
300
388
|
"3": any;
|
|
301
389
|
};
|
|
302
390
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
303
|
-
bg: (value:
|
|
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
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
391
|
+
bg: (value: {
|
|
392
|
+
readonly [$$PropertyValue]: "background";
|
|
393
|
+
}) => {
|
|
394
|
+
background: {
|
|
395
|
+
readonly [$$PropertyValue]: "background";
|
|
396
|
+
};
|
|
397
|
+
};
|
|
398
|
+
inset: (value: string | number | {
|
|
399
|
+
readonly [$$ScaleValue]: "space";
|
|
400
|
+
}) => {
|
|
401
|
+
top: string | number | {
|
|
402
|
+
readonly [$$ScaleValue]: "space";
|
|
403
|
+
};
|
|
404
|
+
right: string | number | {
|
|
405
|
+
readonly [$$ScaleValue]: "space";
|
|
406
|
+
};
|
|
407
|
+
bottom: string | number | {
|
|
408
|
+
readonly [$$ScaleValue]: "space";
|
|
409
|
+
};
|
|
410
|
+
left: string | number | {
|
|
411
|
+
readonly [$$ScaleValue]: "space";
|
|
412
|
+
};
|
|
413
|
+
};
|
|
414
|
+
size: (value: string | number | {
|
|
415
|
+
readonly [$$ScaleValue]: "size";
|
|
416
|
+
}) => {
|
|
417
|
+
height: string | number | {
|
|
418
|
+
readonly [$$ScaleValue]: "size";
|
|
419
|
+
};
|
|
420
|
+
width: string | number | {
|
|
421
|
+
readonly [$$ScaleValue]: "size";
|
|
422
|
+
};
|
|
423
|
+
};
|
|
424
|
+
p: (value: string | number | {
|
|
425
|
+
readonly [$$ScaleValue]: "space";
|
|
426
|
+
}) => {
|
|
427
|
+
padding: string | number | {
|
|
428
|
+
readonly [$$ScaleValue]: "space";
|
|
429
|
+
};
|
|
430
|
+
};
|
|
431
|
+
pt: (value: string | number | {
|
|
432
|
+
readonly [$$ScaleValue]: "space";
|
|
433
|
+
}) => {
|
|
434
|
+
paddingTop: string | number | {
|
|
435
|
+
readonly [$$ScaleValue]: "space";
|
|
436
|
+
};
|
|
437
|
+
};
|
|
438
|
+
pr: (value: string | number | {
|
|
439
|
+
readonly [$$ScaleValue]: "space";
|
|
440
|
+
}) => {
|
|
441
|
+
paddingRight: string | number | {
|
|
442
|
+
readonly [$$ScaleValue]: "space";
|
|
443
|
+
};
|
|
444
|
+
};
|
|
445
|
+
pb: (value: string | number | {
|
|
446
|
+
readonly [$$ScaleValue]: "space";
|
|
447
|
+
}) => {
|
|
448
|
+
paddingBottom: string | number | {
|
|
449
|
+
readonly [$$ScaleValue]: "space";
|
|
450
|
+
};
|
|
451
|
+
};
|
|
452
|
+
pl: (value: string | number | {
|
|
453
|
+
readonly [$$ScaleValue]: "space";
|
|
454
|
+
}) => {
|
|
455
|
+
paddingLeft: string | number | {
|
|
456
|
+
readonly [$$ScaleValue]: "space";
|
|
457
|
+
};
|
|
458
|
+
};
|
|
459
|
+
px: (value: string | number | {
|
|
460
|
+
readonly [$$ScaleValue]: "space";
|
|
461
|
+
}) => {
|
|
462
|
+
paddingLeft: string | number | {
|
|
463
|
+
readonly [$$ScaleValue]: "space";
|
|
464
|
+
};
|
|
465
|
+
paddingRight: string | number | {
|
|
466
|
+
readonly [$$ScaleValue]: "space";
|
|
467
|
+
};
|
|
468
|
+
};
|
|
469
|
+
py: (value: string | number | {
|
|
470
|
+
readonly [$$ScaleValue]: "space";
|
|
471
|
+
}) => {
|
|
472
|
+
paddingTop: string | number | {
|
|
473
|
+
readonly [$$ScaleValue]: "space";
|
|
474
|
+
};
|
|
475
|
+
paddingBottom: string | number | {
|
|
476
|
+
readonly [$$ScaleValue]: "space";
|
|
477
|
+
};
|
|
478
|
+
};
|
|
479
|
+
m: (value: string | number | {
|
|
480
|
+
readonly [$$ScaleValue]: "space";
|
|
481
|
+
}) => {
|
|
482
|
+
margin: string | number | {
|
|
483
|
+
readonly [$$ScaleValue]: "space";
|
|
484
|
+
};
|
|
485
|
+
};
|
|
486
|
+
mt: (value: string | number | {
|
|
487
|
+
readonly [$$ScaleValue]: "space";
|
|
488
|
+
}) => {
|
|
489
|
+
marginTop: string | number | {
|
|
490
|
+
readonly [$$ScaleValue]: "space";
|
|
491
|
+
};
|
|
492
|
+
};
|
|
493
|
+
mr: (value: string | number | {
|
|
494
|
+
readonly [$$ScaleValue]: "space";
|
|
495
|
+
}) => {
|
|
496
|
+
marginRight: string | number | {
|
|
497
|
+
readonly [$$ScaleValue]: "space";
|
|
498
|
+
};
|
|
499
|
+
};
|
|
500
|
+
mb: (value: string | number | {
|
|
501
|
+
readonly [$$ScaleValue]: "space";
|
|
502
|
+
}) => {
|
|
503
|
+
marginBottom: string | number | {
|
|
504
|
+
readonly [$$ScaleValue]: "space";
|
|
505
|
+
};
|
|
506
|
+
};
|
|
507
|
+
ml: (value: string | number | {
|
|
508
|
+
readonly [$$ScaleValue]: "space";
|
|
509
|
+
}) => {
|
|
510
|
+
marginLeft: string | number | {
|
|
511
|
+
readonly [$$ScaleValue]: "space";
|
|
512
|
+
};
|
|
513
|
+
};
|
|
514
|
+
mx: (value: string | number | {
|
|
515
|
+
readonly [$$ScaleValue]: "space";
|
|
516
|
+
}) => {
|
|
517
|
+
marginLeft: string | number | {
|
|
518
|
+
readonly [$$ScaleValue]: "space";
|
|
519
|
+
};
|
|
520
|
+
marginRight: string | number | {
|
|
521
|
+
readonly [$$ScaleValue]: "space";
|
|
522
|
+
};
|
|
523
|
+
};
|
|
524
|
+
my: (value: string | number | {
|
|
525
|
+
readonly [$$ScaleValue]: "space";
|
|
526
|
+
}) => {
|
|
527
|
+
marginTop: string | number | {
|
|
528
|
+
readonly [$$ScaleValue]: "space";
|
|
529
|
+
};
|
|
530
|
+
marginBottom: string | number | {
|
|
531
|
+
readonly [$$ScaleValue]: "space";
|
|
532
|
+
};
|
|
361
533
|
};
|
|
362
534
|
}>>;
|
|
363
535
|
declare type ListProps = React.ComponentProps<typeof StyledList> & {
|