@atom-learning/components 2.29.1 → 2.31.0-beta.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/dist/components/accordion/Accordion.d.ts +37 -127
- package/dist/components/accordion/AccordionContent.d.ts +37 -127
- package/dist/components/accordion/AccordionContent.js +1 -1
- package/dist/components/accordion/AccordionItem.d.ts +37 -127
- package/dist/components/accordion/AccordionItem.js +1 -1
- package/dist/components/accordion/AccordionTrigger.d.ts +42 -131
- package/dist/components/accordion/AccordionTrigger.js +1 -1
- package/dist/components/action-icon/ActionIcon.d.ts +37 -127
- package/dist/components/alert-dialog/AlertDialog.d.ts +37 -127
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +37 -127
- package/dist/components/alert-dialog/AlertDialogContent.js +1 -1
- package/dist/components/avatar/Avatar.d.ts +104 -284
- package/dist/components/badge/Badge.d.ts +104 -284
- package/dist/components/box/Box.d.ts +37 -127
- package/dist/components/button/Button.d.ts +37 -127
- package/dist/components/calendar/Day.d.ts +37 -127
- package/dist/components/carousel/CarouselPagination.d.ts +37 -127
- package/dist/components/carousel/CarouselSlide.d.ts +37 -127
- package/dist/components/carousel/CarouselSlider.d.ts +37 -127
- package/dist/components/checkbox/Checkbox.d.ts +37 -127
- package/dist/components/chip/Chip.d.ts +304 -934
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +74 -254
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +74 -254
- package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +104 -284
- package/dist/components/combobox/Combobox.d.ts +37 -127
- package/dist/components/combobox/ComboboxInput.d.ts +37 -127
- package/dist/components/combobox/ComboboxList.d.ts +37 -127
- package/dist/components/combobox/ComboboxOption.d.ts +37 -127
- package/dist/components/combobox/ComboboxPopover.d.ts +37 -127
- package/dist/components/data-table/DataTableLoading.d.ts +37 -127
- package/dist/components/data-table/drag-and-drop/Handle.d.ts +74 -254
- package/dist/components/data-table/pagination/Pagination.d.ts +37 -127
- package/dist/components/dialog/Dialog.d.ts +37 -127
- package/dist/components/dialog/DialogBackground.d.ts +104 -284
- package/dist/components/dialog/DialogClose.d.ts +37 -127
- package/dist/components/dialog/DialogContent.d.ts +37 -127
- package/dist/components/dialog/DialogContent.js +1 -1
- package/dist/components/divider/Divider.d.ts +37 -127
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +37 -127
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +37 -127
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +37 -127
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +37 -127
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +37 -127
- package/dist/components/empty-state/EmptyState.d.ts +104 -284
- package/dist/components/empty-state/EmptyStateBody.d.ts +74 -254
- package/dist/components/empty-state/EmptyStateImage.d.ts +74 -254
- package/dist/components/empty-state/EmptyStateTitle.d.ts +37 -127
- package/dist/components/flex/Flex.d.ts +37 -127
- package/dist/components/form/Form.d.ts +37 -127
- package/dist/components/grid/Grid.d.ts +37 -127
- package/dist/components/heading/Heading.d.ts +37 -127
- package/dist/components/icon/Icon.d.ts +37 -127
- package/dist/components/image/Image.d.ts +37 -127
- package/dist/components/inline-message/InlineMessage.d.ts +104 -284
- package/dist/components/input/Input.d.ts +37 -127
- package/dist/components/label/Label.d.ts +37 -127
- package/dist/components/link/Link.d.ts +37 -127
- package/dist/components/list/List.d.ts +104 -284
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +37 -127
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +74 -254
- package/dist/components/notification-badge/NotificationBadge.d.ts +104 -284
- package/dist/components/popover/Popover.d.ts +37 -127
- package/dist/components/popover/PopoverContent.d.ts +37 -127
- package/dist/components/progress-bar/ProgressBar.d.ts +37 -127
- package/dist/components/radio-button/RadioButton.d.ts +37 -127
- package/dist/components/radio-button/RadioButtonGroup.d.ts +37 -127
- package/dist/components/radio-card/RadioCard.d.ts +37 -127
- package/dist/components/select/Select.d.ts +37 -127
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.d.ts +37 -127
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.d.ts +37 -127
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.d.ts +37 -127
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.d.ts +37 -127
- package/dist/components/sidedrawer/SidedrawerContent.d.ts +37 -127
- package/dist/components/sidedrawer/SidedrawerFooter.d.ts +37 -127
- package/dist/components/sidedrawer/SidedrawerHeader.d.ts +37 -127
- package/dist/components/sidedrawer/SidedrawerOverlay.d.ts +37 -127
- package/dist/components/sidedrawer/SidedrawerTrigger.d.ts +37 -127
- package/dist/components/slider/Slider.d.ts +37 -127
- package/dist/components/stack/Stack.d.ts +37 -127
- package/dist/components/stack-content/StackContent.d.ts +37 -127
- package/dist/components/stepper/StepperStepBullet.d.ts +104 -284
- package/dist/components/stepper/StepperStepContainer.d.ts +104 -284
- package/dist/components/stepper/StepperStepLabel.d.ts +74 -254
- package/dist/components/switch/Switch.d.ts +37 -127
- package/dist/components/table/Table.d.ts +37 -127
- package/dist/components/table/TableBody.d.ts +37 -127
- package/dist/components/table/TableCell.d.ts +37 -127
- package/dist/components/table/TableFooter.d.ts +37 -127
- package/dist/components/table/TableFooterCell.d.ts +37 -127
- package/dist/components/table/TableHeader.d.ts +37 -127
- package/dist/components/table/TableHeaderCell.d.ts +37 -127
- package/dist/components/table/TableRow.d.ts +74 -254
- package/dist/components/tabs/Tabs.d.ts +44 -403
- package/dist/components/tabs/Tabs.js +1 -1
- package/dist/components/tabs/TabsContent.d.ts +177 -0
- package/dist/components/tabs/TabsContent.js +1 -0
- package/dist/components/tabs/TabsTrigger.d.ts +182 -0
- package/dist/components/tabs/TabsTrigger.js +1 -0
- package/dist/components/tabs/TabsTriggerList.d.ts +42 -136
- package/dist/components/tabs/TabsTriggerList.js +1 -1
- package/dist/components/text/Text.d.ts +37 -127
- package/dist/components/textarea/Textarea.d.ts +37 -127
- package/dist/components/toast/Toast.d.ts +37 -127
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +104 -284
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +104 -284
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +37 -127
- package/dist/components/toggle-group/index.d.ts +245 -695
- package/dist/components/tooltip/TooltipContent.d.ts +37 -127
- package/dist/components/top-bar/TopBar.d.ts +37 -127
- package/dist/components/top-bar/TopBarBrand.d.ts +111 -381
- package/dist/components/video/Video.d.ts +104 -284
- package/dist/docgen.json +1 -1
- package/dist/docs/Accordion.mdx +56 -7
- package/dist/docs/README.mdx +79 -0
- package/dist/docs/Tabs.mdx +31 -57
- package/dist/experiments/color-scheme/ColorScheme.d.ts +111 -0
- package/dist/experiments/color-scheme/ColorScheme.js +1 -0
- package/dist/experiments/color-scheme/blue.json.js +1 -0
- package/dist/experiments/color-scheme/generateAlphaColors.d.ts +1 -0
- package/dist/experiments/color-scheme/generateAlphaColors.js +1 -0
- package/dist/experiments/color-scheme/index.d.ts +1 -0
- package/dist/experiments/color-scheme/slate.json.js +1 -0
- package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +256 -0
- package/dist/experiments/color-scheme/stitches.colorscheme.config.js +1 -0
- package/dist/index.cjs.js +1 -1
- package/dist/stitches.d.ts +474 -786
- package/dist/stitches.js +1 -1
- package/dist/utilities/hooks/useCallbackRef.js +1 -1
- package/dist/utilities/hooks/useWindowSize.d.ts +8 -0
- package/dist/utilities/hooks/useWindowSize.js +1 -0
- package/package.json +4 -3
- package/CHANGELOG.md +0 -210
- package/dist/components/tabs/TabTrigger.d.ts +0 -275
- package/dist/components/tabs/TabTrigger.js +0 -1
- package/dist/components/tabs/utils.d.ts +0 -2
- package/dist/components/tabs/utils.js +0 -1
|
@@ -120,147 +120,57 @@ export declare const TableHeaderCell: import("@stitches/react/types/styled-compo
|
|
|
120
120
|
"3": any;
|
|
121
121
|
};
|
|
122
122
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
123
|
-
bg: (value: {
|
|
124
|
-
|
|
125
|
-
}) => {
|
|
126
|
-
background: {
|
|
127
|
-
readonly [$$PropertyValue]: "background";
|
|
128
|
-
};
|
|
123
|
+
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
124
|
+
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
129
125
|
};
|
|
130
|
-
|
|
131
|
-
|
|
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
|
-
};
|
|
126
|
+
size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
|
|
127
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
128
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
145
129
|
};
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
}) => {
|
|
149
|
-
height: string | number | {
|
|
150
|
-
readonly [$$ScaleValue]: "size";
|
|
151
|
-
};
|
|
152
|
-
width: string | number | {
|
|
153
|
-
readonly [$$ScaleValue]: "size";
|
|
154
|
-
};
|
|
130
|
+
p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
131
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
155
132
|
};
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
}) => {
|
|
159
|
-
padding: string | number | {
|
|
160
|
-
readonly [$$ScaleValue]: "space";
|
|
161
|
-
};
|
|
133
|
+
pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
134
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
162
135
|
};
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
}) => {
|
|
166
|
-
paddingTop: string | number | {
|
|
167
|
-
readonly [$$ScaleValue]: "space";
|
|
168
|
-
};
|
|
136
|
+
pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
137
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
169
138
|
};
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
}) => {
|
|
173
|
-
paddingRight: string | number | {
|
|
174
|
-
readonly [$$ScaleValue]: "space";
|
|
175
|
-
};
|
|
139
|
+
pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
140
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
176
141
|
};
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
}) => {
|
|
180
|
-
paddingBottom: string | number | {
|
|
181
|
-
readonly [$$ScaleValue]: "space";
|
|
182
|
-
};
|
|
142
|
+
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
143
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
183
144
|
};
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
paddingLeft: string | number | {
|
|
188
|
-
readonly [$$ScaleValue]: "space";
|
|
189
|
-
};
|
|
145
|
+
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
146
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
147
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
190
148
|
};
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
paddingLeft: string | number | {
|
|
195
|
-
readonly [$$ScaleValue]: "space";
|
|
196
|
-
};
|
|
197
|
-
paddingRight: string | number | {
|
|
198
|
-
readonly [$$ScaleValue]: "space";
|
|
199
|
-
};
|
|
149
|
+
py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
150
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
151
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
200
152
|
};
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
}) => {
|
|
204
|
-
paddingTop: string | number | {
|
|
205
|
-
readonly [$$ScaleValue]: "space";
|
|
206
|
-
};
|
|
207
|
-
paddingBottom: string | number | {
|
|
208
|
-
readonly [$$ScaleValue]: "space";
|
|
209
|
-
};
|
|
153
|
+
m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
154
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
210
155
|
};
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
}) => {
|
|
214
|
-
margin: string | number | {
|
|
215
|
-
readonly [$$ScaleValue]: "space";
|
|
216
|
-
};
|
|
156
|
+
mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
157
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
217
158
|
};
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
}) => {
|
|
221
|
-
marginTop: string | number | {
|
|
222
|
-
readonly [$$ScaleValue]: "space";
|
|
223
|
-
};
|
|
159
|
+
mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
160
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
224
161
|
};
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
}) => {
|
|
228
|
-
marginRight: string | number | {
|
|
229
|
-
readonly [$$ScaleValue]: "space";
|
|
230
|
-
};
|
|
162
|
+
mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
163
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
231
164
|
};
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
}) => {
|
|
235
|
-
marginBottom: string | number | {
|
|
236
|
-
readonly [$$ScaleValue]: "space";
|
|
237
|
-
};
|
|
165
|
+
ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
166
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
238
167
|
};
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
marginLeft: string | number | {
|
|
243
|
-
readonly [$$ScaleValue]: "space";
|
|
244
|
-
};
|
|
168
|
+
mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
169
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
170
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
245
171
|
};
|
|
246
|
-
|
|
247
|
-
|
|
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
|
-
};
|
|
172
|
+
my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
173
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
174
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
265
175
|
};
|
|
266
176
|
}>>;
|
|
@@ -121,148 +121,58 @@ export declare const StyledRow: import("@stitches/react/types/styled-component")
|
|
|
121
121
|
"3": any;
|
|
122
122
|
};
|
|
123
123
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
124
|
-
bg: (value: {
|
|
125
|
-
|
|
126
|
-
}) => {
|
|
127
|
-
background: {
|
|
128
|
-
readonly [$$PropertyValue]: "background";
|
|
129
|
-
};
|
|
124
|
+
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
125
|
+
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
130
126
|
};
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
top: string | number | {
|
|
135
|
-
readonly [$$ScaleValue]: "space";
|
|
136
|
-
};
|
|
137
|
-
right: string | number | {
|
|
138
|
-
readonly [$$ScaleValue]: "space";
|
|
139
|
-
};
|
|
140
|
-
bottom: string | number | {
|
|
141
|
-
readonly [$$ScaleValue]: "space";
|
|
142
|
-
};
|
|
143
|
-
left: string | number | {
|
|
144
|
-
readonly [$$ScaleValue]: "space";
|
|
145
|
-
};
|
|
127
|
+
size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
|
|
128
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
129
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
146
130
|
};
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
}) => {
|
|
150
|
-
height: string | number | {
|
|
151
|
-
readonly [$$ScaleValue]: "size";
|
|
152
|
-
};
|
|
153
|
-
width: string | number | {
|
|
154
|
-
readonly [$$ScaleValue]: "size";
|
|
155
|
-
};
|
|
131
|
+
p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
132
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
156
133
|
};
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
}) => {
|
|
160
|
-
padding: string | number | {
|
|
161
|
-
readonly [$$ScaleValue]: "space";
|
|
162
|
-
};
|
|
134
|
+
pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
135
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
163
136
|
};
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
}) => {
|
|
167
|
-
paddingTop: string | number | {
|
|
168
|
-
readonly [$$ScaleValue]: "space";
|
|
169
|
-
};
|
|
137
|
+
pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
138
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
170
139
|
};
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
}) => {
|
|
174
|
-
paddingRight: string | number | {
|
|
175
|
-
readonly [$$ScaleValue]: "space";
|
|
176
|
-
};
|
|
140
|
+
pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
141
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
177
142
|
};
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
}) => {
|
|
181
|
-
paddingBottom: string | number | {
|
|
182
|
-
readonly [$$ScaleValue]: "space";
|
|
183
|
-
};
|
|
143
|
+
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
144
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
184
145
|
};
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
paddingLeft: string | number | {
|
|
189
|
-
readonly [$$ScaleValue]: "space";
|
|
190
|
-
};
|
|
146
|
+
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
147
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
148
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
191
149
|
};
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
paddingLeft: string | number | {
|
|
196
|
-
readonly [$$ScaleValue]: "space";
|
|
197
|
-
};
|
|
198
|
-
paddingRight: string | number | {
|
|
199
|
-
readonly [$$ScaleValue]: "space";
|
|
200
|
-
};
|
|
150
|
+
py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
151
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
152
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
201
153
|
};
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
}) => {
|
|
205
|
-
paddingTop: string | number | {
|
|
206
|
-
readonly [$$ScaleValue]: "space";
|
|
207
|
-
};
|
|
208
|
-
paddingBottom: string | number | {
|
|
209
|
-
readonly [$$ScaleValue]: "space";
|
|
210
|
-
};
|
|
154
|
+
m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
155
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
211
156
|
};
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
}) => {
|
|
215
|
-
margin: string | number | {
|
|
216
|
-
readonly [$$ScaleValue]: "space";
|
|
217
|
-
};
|
|
157
|
+
mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
158
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
218
159
|
};
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
}) => {
|
|
222
|
-
marginTop: string | number | {
|
|
223
|
-
readonly [$$ScaleValue]: "space";
|
|
224
|
-
};
|
|
160
|
+
mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
161
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
225
162
|
};
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
}) => {
|
|
229
|
-
marginRight: string | number | {
|
|
230
|
-
readonly [$$ScaleValue]: "space";
|
|
231
|
-
};
|
|
163
|
+
mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
164
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
232
165
|
};
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
}) => {
|
|
236
|
-
marginBottom: string | number | {
|
|
237
|
-
readonly [$$ScaleValue]: "space";
|
|
238
|
-
};
|
|
166
|
+
ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
167
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
239
168
|
};
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
marginLeft: string | number | {
|
|
244
|
-
readonly [$$ScaleValue]: "space";
|
|
245
|
-
};
|
|
169
|
+
mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
170
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
171
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
246
172
|
};
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
marginLeft: string | number | {
|
|
251
|
-
readonly [$$ScaleValue]: "space";
|
|
252
|
-
};
|
|
253
|
-
marginRight: string | number | {
|
|
254
|
-
readonly [$$ScaleValue]: "space";
|
|
255
|
-
};
|
|
256
|
-
};
|
|
257
|
-
my: (value: string | number | {
|
|
258
|
-
readonly [$$ScaleValue]: "space";
|
|
259
|
-
}) => {
|
|
260
|
-
marginTop: string | number | {
|
|
261
|
-
readonly [$$ScaleValue]: "space";
|
|
262
|
-
};
|
|
263
|
-
marginBottom: string | number | {
|
|
264
|
-
readonly [$$ScaleValue]: "space";
|
|
265
|
-
};
|
|
173
|
+
my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
174
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
175
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
266
176
|
};
|
|
267
177
|
}>>;
|
|
268
178
|
export declare const TableRow: React.ForwardRefExoticComponent<Pick<Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "key" | keyof React.HTMLAttributes<HTMLTableRowElement>> & {
|
|
@@ -390,148 +300,58 @@ export declare const TableRow: React.ForwardRefExoticComponent<Pick<Omit<Pick<Re
|
|
|
390
300
|
"3": any;
|
|
391
301
|
};
|
|
392
302
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
393
|
-
bg: (value: {
|
|
394
|
-
|
|
395
|
-
}) => {
|
|
396
|
-
background: {
|
|
397
|
-
readonly [$$PropertyValue]: "background";
|
|
398
|
-
};
|
|
399
|
-
};
|
|
400
|
-
inset: (value: string | number | {
|
|
401
|
-
readonly [$$ScaleValue]: "space";
|
|
402
|
-
}) => {
|
|
403
|
-
top: string | number | {
|
|
404
|
-
readonly [$$ScaleValue]: "space";
|
|
405
|
-
};
|
|
406
|
-
right: string | number | {
|
|
407
|
-
readonly [$$ScaleValue]: "space";
|
|
408
|
-
};
|
|
409
|
-
bottom: string | number | {
|
|
410
|
-
readonly [$$ScaleValue]: "space";
|
|
411
|
-
};
|
|
412
|
-
left: string | number | {
|
|
413
|
-
readonly [$$ScaleValue]: "space";
|
|
414
|
-
};
|
|
303
|
+
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
304
|
+
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
415
305
|
};
|
|
416
|
-
size: (value: string | number | {
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
height: string | number | {
|
|
420
|
-
readonly [$$ScaleValue]: "size";
|
|
421
|
-
};
|
|
422
|
-
width: string | number | {
|
|
423
|
-
readonly [$$ScaleValue]: "size";
|
|
424
|
-
};
|
|
306
|
+
size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
|
|
307
|
+
height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
308
|
+
width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
|
|
425
309
|
};
|
|
426
|
-
p: (value: string | number | {
|
|
427
|
-
|
|
428
|
-
}) => {
|
|
429
|
-
padding: string | number | {
|
|
430
|
-
readonly [$$ScaleValue]: "space";
|
|
431
|
-
};
|
|
310
|
+
p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
311
|
+
padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
432
312
|
};
|
|
433
|
-
pt: (value: string | number | {
|
|
434
|
-
|
|
435
|
-
}) => {
|
|
436
|
-
paddingTop: string | number | {
|
|
437
|
-
readonly [$$ScaleValue]: "space";
|
|
438
|
-
};
|
|
313
|
+
pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
314
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
439
315
|
};
|
|
440
|
-
pr: (value: string | number | {
|
|
441
|
-
|
|
442
|
-
}) => {
|
|
443
|
-
paddingRight: string | number | {
|
|
444
|
-
readonly [$$ScaleValue]: "space";
|
|
445
|
-
};
|
|
316
|
+
pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
317
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
446
318
|
};
|
|
447
|
-
pb: (value: string | number | {
|
|
448
|
-
|
|
449
|
-
}) => {
|
|
450
|
-
paddingBottom: string | number | {
|
|
451
|
-
readonly [$$ScaleValue]: "space";
|
|
452
|
-
};
|
|
319
|
+
pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
320
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
453
321
|
};
|
|
454
|
-
pl: (value: string | number | {
|
|
455
|
-
|
|
456
|
-
}) => {
|
|
457
|
-
paddingLeft: string | number | {
|
|
458
|
-
readonly [$$ScaleValue]: "space";
|
|
459
|
-
};
|
|
322
|
+
pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
323
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
460
324
|
};
|
|
461
|
-
px: (value: string | number | {
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
paddingLeft: string | number | {
|
|
465
|
-
readonly [$$ScaleValue]: "space";
|
|
466
|
-
};
|
|
467
|
-
paddingRight: string | number | {
|
|
468
|
-
readonly [$$ScaleValue]: "space";
|
|
469
|
-
};
|
|
325
|
+
px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
326
|
+
paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
327
|
+
paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
470
328
|
};
|
|
471
|
-
py: (value: string | number | {
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
paddingTop: string | number | {
|
|
475
|
-
readonly [$$ScaleValue]: "space";
|
|
476
|
-
};
|
|
477
|
-
paddingBottom: string | number | {
|
|
478
|
-
readonly [$$ScaleValue]: "space";
|
|
479
|
-
};
|
|
329
|
+
py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
330
|
+
paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
331
|
+
paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
480
332
|
};
|
|
481
|
-
m: (value: string | number | {
|
|
482
|
-
|
|
483
|
-
}) => {
|
|
484
|
-
margin: string | number | {
|
|
485
|
-
readonly [$$ScaleValue]: "space";
|
|
486
|
-
};
|
|
333
|
+
m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
334
|
+
margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
487
335
|
};
|
|
488
|
-
mt: (value: string | number | {
|
|
489
|
-
|
|
490
|
-
}) => {
|
|
491
|
-
marginTop: string | number | {
|
|
492
|
-
readonly [$$ScaleValue]: "space";
|
|
493
|
-
};
|
|
336
|
+
mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
337
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
494
338
|
};
|
|
495
|
-
mr: (value: string | number | {
|
|
496
|
-
|
|
497
|
-
}) => {
|
|
498
|
-
marginRight: string | number | {
|
|
499
|
-
readonly [$$ScaleValue]: "space";
|
|
500
|
-
};
|
|
339
|
+
mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
340
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
501
341
|
};
|
|
502
|
-
mb: (value: string | number | {
|
|
503
|
-
|
|
504
|
-
}) => {
|
|
505
|
-
marginBottom: string | number | {
|
|
506
|
-
readonly [$$ScaleValue]: "space";
|
|
507
|
-
};
|
|
342
|
+
mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
343
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
508
344
|
};
|
|
509
|
-
ml: (value: string | number | {
|
|
510
|
-
|
|
511
|
-
}) => {
|
|
512
|
-
marginLeft: string | number | {
|
|
513
|
-
readonly [$$ScaleValue]: "space";
|
|
514
|
-
};
|
|
345
|
+
ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
346
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
515
347
|
};
|
|
516
|
-
mx: (value: string | number | {
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
marginLeft: string | number | {
|
|
520
|
-
readonly [$$ScaleValue]: "space";
|
|
521
|
-
};
|
|
522
|
-
marginRight: string | number | {
|
|
523
|
-
readonly [$$ScaleValue]: "space";
|
|
524
|
-
};
|
|
348
|
+
mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
349
|
+
marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
350
|
+
marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
525
351
|
};
|
|
526
|
-
my: (value: string | number | {
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
marginTop: string | number | {
|
|
530
|
-
readonly [$$ScaleValue]: "space";
|
|
531
|
-
};
|
|
532
|
-
marginBottom: string | number | {
|
|
533
|
-
readonly [$$ScaleValue]: "space";
|
|
534
|
-
};
|
|
352
|
+
my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
|
|
353
|
+
marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
354
|
+
marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
|
|
535
355
|
};
|
|
536
356
|
}> | undefined;
|
|
537
357
|
}, "css" | "key" | keyof React.HTMLAttributes<HTMLTableRowElement>> & React.RefAttributes<HTMLTableRowElement>>;
|