@atom-learning/components 2.34.0 → 2.36.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/CHANGELOG.md +5 -3
- package/dist/components/accordion/Accordion.d.ts +37 -0
- package/dist/components/accordion/AccordionContent.d.ts +37 -0
- package/dist/components/accordion/AccordionItem.d.ts +37 -0
- package/dist/components/accordion/AccordionTrigger.d.ts +37 -0
- package/dist/components/action-icon/ActionIcon.d.ts +37 -0
- package/dist/components/alert-dialog/AlertDialog.d.ts +37 -0
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +37 -0
- package/dist/components/avatar/Avatar.d.ts +74 -0
- package/dist/components/badge/Badge.d.ts +74 -0
- package/dist/components/box/Box.d.ts +37 -0
- package/dist/components/button/Button.d.ts +37 -0
- package/dist/components/calendar/Day.d.ts +37 -0
- package/dist/components/carousel/CarouselPagination.d.ts +37 -0
- package/dist/components/carousel/CarouselSlide.d.ts +37 -0
- package/dist/components/carousel/CarouselSlider.d.ts +37 -0
- package/dist/components/checkbox/Checkbox.d.ts +37 -0
- package/dist/components/chip/Chip.d.ts +259 -0
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +74 -0
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +74 -0
- package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +76 -2
- package/dist/components/combobox/Combobox.d.ts +37 -0
- package/dist/components/combobox/ComboboxInput.d.ts +37 -0
- package/dist/components/combobox/ComboboxList.d.ts +37 -0
- package/dist/components/combobox/ComboboxOption.d.ts +37 -0
- package/dist/components/combobox/ComboboxPopover.d.ts +37 -0
- package/dist/components/data-table/DataTableBody.js.map +1 -1
- package/dist/components/data-table/DataTableLoading.d.ts +37 -0
- package/dist/components/data-table/DataTableTable.js +1 -1
- package/dist/components/data-table/DataTableTable.js.map +1 -1
- package/dist/components/data-table/drag-and-drop/Handle.d.ts +74 -0
- package/dist/components/data-table/pagination/Pagination.d.ts +37 -0
- package/dist/components/dialog/Dialog.d.ts +37 -0
- package/dist/components/dialog/DialogBackground.d.ts +74 -0
- package/dist/components/dialog/DialogClose.d.ts +37 -0
- package/dist/components/dialog/DialogContent.d.ts +37 -0
- package/dist/components/divider/Divider.d.ts +37 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +37 -0
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +37 -0
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +37 -0
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +37 -0
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +37 -0
- package/dist/components/empty-state/EmptyState.d.ts +74 -0
- package/dist/components/empty-state/EmptyStateBody.d.ts +74 -0
- package/dist/components/empty-state/EmptyStateImage.d.ts +74 -0
- package/dist/components/empty-state/EmptyStateTitle.d.ts +37 -0
- package/dist/components/flex/Flex.d.ts +37 -0
- package/dist/components/form/Form.d.ts +37 -0
- package/dist/components/grid/Grid.d.ts +38 -1
- package/dist/components/heading/Heading.d.ts +37 -0
- package/dist/components/icon/Icon.d.ts +37 -0
- package/dist/components/image/Image.d.ts +37 -0
- package/dist/components/inline-message/InlineMessage.d.ts +74 -0
- package/dist/components/input/Input.d.ts +37 -0
- package/dist/components/label/Label.d.ts +37 -0
- package/dist/components/link/Link.d.ts +37 -0
- package/dist/components/list/List.d.ts +74 -0
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +37 -0
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +74 -0
- package/dist/components/notification-badge/NotificationBadge.d.ts +74 -0
- package/dist/components/popover/Popover.d.ts +37 -0
- package/dist/components/popover/PopoverContent.d.ts +37 -0
- package/dist/components/progress-bar/ProgressBar.d.ts +37 -0
- package/dist/components/radio-button/RadioButton.d.ts +37 -0
- package/dist/components/radio-button/RadioButtonGroup.d.ts +37 -0
- package/dist/components/radio-card/RadioCard.d.ts +37 -0
- package/dist/components/select/Select.d.ts +37 -0
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.d.ts +37 -0
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.d.ts +37 -0
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.d.ts +37 -0
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.d.ts +37 -0
- package/dist/components/sidedrawer/SidedrawerContent.d.ts +37 -0
- package/dist/components/sidedrawer/SidedrawerFooter.d.ts +37 -0
- package/dist/components/sidedrawer/SidedrawerHeader.d.ts +37 -0
- package/dist/components/sidedrawer/SidedrawerOverlay.d.ts +37 -0
- package/dist/components/sidedrawer/SidedrawerTrigger.d.ts +37 -0
- package/dist/components/slider/Slider.d.ts +37 -0
- package/dist/components/stack/Stack.d.ts +38 -1
- package/dist/components/stack-content/StackContent.d.ts +37 -0
- package/dist/components/stepper/StepperStepBullet.d.ts +74 -0
- package/dist/components/stepper/StepperStepContainer.d.ts +74 -0
- package/dist/components/stepper/StepperStepLabel.d.ts +74 -0
- package/dist/components/switch/Switch.d.ts +37 -0
- package/dist/components/table/Table.d.ts +42 -1
- package/dist/components/table/Table.js +1 -1
- package/dist/components/table/Table.js.map +1 -1
- package/dist/components/table/TableBody.d.ts +37 -0
- package/dist/components/table/TableBody.js +1 -1
- package/dist/components/table/TableBody.js.map +1 -1
- package/dist/components/table/TableCell.d.ts +37 -0
- package/dist/components/table/TableFooter.d.ts +37 -0
- package/dist/components/table/TableFooterCell.d.ts +37 -0
- package/dist/components/table/TableHeader.d.ts +37 -0
- package/dist/components/table/TableHeaderCell.d.ts +37 -0
- package/dist/components/table/TableRow.d.ts +74 -0
- package/dist/components/table/TableStickyColumnsContainer.d.ts +9 -0
- package/dist/components/table/TableStickyColumnsContainer.js +2 -0
- package/dist/components/table/TableStickyColumnsContainer.js.map +1 -0
- package/dist/components/tabs/Tabs.d.ts +37 -0
- package/dist/components/tabs/TabsContent.d.ts +37 -0
- package/dist/components/tabs/TabsTrigger.d.ts +37 -0
- package/dist/components/tabs/TabsTriggerList.d.ts +37 -0
- package/dist/components/text/Text.d.ts +37 -0
- package/dist/components/textarea/Textarea.d.ts +37 -0
- package/dist/components/toast/Toast.d.ts +37 -0
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +74 -0
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +74 -0
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +37 -0
- package/dist/components/toggle-group/index.d.ts +185 -0
- package/dist/components/tooltip/TooltipContent.d.ts +37 -0
- package/dist/components/top-bar/TopBar.d.ts +37 -0
- package/dist/components/top-bar/TopBarBrand.d.ts +111 -0
- package/dist/components/video/Video.d.ts +74 -0
- package/dist/docgen.json +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/stitches.d.ts +407 -0
- package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +37 -0
- package/package.json +4 -4
|
@@ -33,6 +33,42 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
33
33
|
textPlaceholder: any;
|
|
34
34
|
background: any;
|
|
35
35
|
backgroundAccent: any;
|
|
36
|
+
grey100: any;
|
|
37
|
+
grey200: any;
|
|
38
|
+
grey300: any;
|
|
39
|
+
grey400: any;
|
|
40
|
+
grey500: any;
|
|
41
|
+
grey600: any;
|
|
42
|
+
grey700: any;
|
|
43
|
+
grey800: any;
|
|
44
|
+
grey900: any;
|
|
45
|
+
grey1000: any;
|
|
46
|
+
grey1100: any;
|
|
47
|
+
grey1200: any;
|
|
48
|
+
blue100: any;
|
|
49
|
+
blue200: any;
|
|
50
|
+
blue300: any;
|
|
51
|
+
blue400: any;
|
|
52
|
+
blue500: any;
|
|
53
|
+
blue600: any;
|
|
54
|
+
blue700: any;
|
|
55
|
+
blue800: any;
|
|
56
|
+
blue900: any;
|
|
57
|
+
blue1000: any;
|
|
58
|
+
blue1100: any;
|
|
59
|
+
blue1200: any;
|
|
60
|
+
purple100: any;
|
|
61
|
+
purple200: any;
|
|
62
|
+
purple300: any;
|
|
63
|
+
purple400: any;
|
|
64
|
+
purple500: any;
|
|
65
|
+
purple600: any;
|
|
66
|
+
purple700: any;
|
|
67
|
+
purple800: any;
|
|
68
|
+
purple900: any;
|
|
69
|
+
purple1000: any;
|
|
70
|
+
purple1100: any;
|
|
71
|
+
purple1200: any;
|
|
36
72
|
tonal50: any;
|
|
37
73
|
tonal100: any;
|
|
38
74
|
tonal200: any;
|
|
@@ -90,6 +126,7 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
90
126
|
"7": any;
|
|
91
127
|
"8": any;
|
|
92
128
|
"9": any;
|
|
129
|
+
"24": any;
|
|
93
130
|
};
|
|
94
131
|
fontSizes: {
|
|
95
132
|
xs: any;
|
|
@@ -213,6 +250,42 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
213
250
|
textPlaceholder: any;
|
|
214
251
|
background: any;
|
|
215
252
|
backgroundAccent: any;
|
|
253
|
+
grey100: any;
|
|
254
|
+
grey200: any;
|
|
255
|
+
grey300: any;
|
|
256
|
+
grey400: any;
|
|
257
|
+
grey500: any;
|
|
258
|
+
grey600: any;
|
|
259
|
+
grey700: any;
|
|
260
|
+
grey800: any;
|
|
261
|
+
grey900: any;
|
|
262
|
+
grey1000: any;
|
|
263
|
+
grey1100: any;
|
|
264
|
+
grey1200: any;
|
|
265
|
+
blue100: any;
|
|
266
|
+
blue200: any;
|
|
267
|
+
blue300: any;
|
|
268
|
+
blue400: any;
|
|
269
|
+
blue500: any;
|
|
270
|
+
blue600: any;
|
|
271
|
+
blue700: any;
|
|
272
|
+
blue800: any;
|
|
273
|
+
blue900: any;
|
|
274
|
+
blue1000: any;
|
|
275
|
+
blue1100: any;
|
|
276
|
+
blue1200: any;
|
|
277
|
+
purple100: any;
|
|
278
|
+
purple200: any;
|
|
279
|
+
purple300: any;
|
|
280
|
+
purple400: any;
|
|
281
|
+
purple500: any;
|
|
282
|
+
purple600: any;
|
|
283
|
+
purple700: any;
|
|
284
|
+
purple800: any;
|
|
285
|
+
purple900: any;
|
|
286
|
+
purple1000: any;
|
|
287
|
+
purple1100: any;
|
|
288
|
+
purple1200: any;
|
|
216
289
|
tonal50: any;
|
|
217
290
|
tonal100: any;
|
|
218
291
|
tonal200: any;
|
|
@@ -270,6 +343,7 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
270
343
|
"7": any;
|
|
271
344
|
"8": any;
|
|
272
345
|
"9": any;
|
|
346
|
+
"24": any;
|
|
273
347
|
};
|
|
274
348
|
fontSizes: {
|
|
275
349
|
xs: any;
|
|
@@ -9,7 +9,7 @@ export declare const ChipToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
9
9
|
wrap?: "wrap" | "wrap-reverse" | "no-wrap" | undefined;
|
|
10
10
|
justify?: boolean | "center" | "false" | "end" | "start" | undefined;
|
|
11
11
|
align?: boolean | "center" | "false" | "end" | "start" | undefined;
|
|
12
|
-
gap?: number | boolean | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "false" | undefined;
|
|
12
|
+
gap?: number | boolean | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | "false" | undefined;
|
|
13
13
|
}, {
|
|
14
14
|
sm: string;
|
|
15
15
|
md: string;
|
|
@@ -34,6 +34,42 @@ export declare const ChipToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
34
34
|
textPlaceholder: any;
|
|
35
35
|
background: any;
|
|
36
36
|
backgroundAccent: any;
|
|
37
|
+
grey100: any;
|
|
38
|
+
grey200: any;
|
|
39
|
+
grey300: any;
|
|
40
|
+
grey400: any;
|
|
41
|
+
grey500: any;
|
|
42
|
+
grey600: any;
|
|
43
|
+
grey700: any;
|
|
44
|
+
grey800: any;
|
|
45
|
+
grey900: any;
|
|
46
|
+
grey1000: any;
|
|
47
|
+
grey1100: any;
|
|
48
|
+
grey1200: any;
|
|
49
|
+
blue100: any;
|
|
50
|
+
blue200: any;
|
|
51
|
+
blue300: any;
|
|
52
|
+
blue400: any;
|
|
53
|
+
blue500: any;
|
|
54
|
+
blue600: any;
|
|
55
|
+
blue700: any;
|
|
56
|
+
blue800: any;
|
|
57
|
+
blue900: any;
|
|
58
|
+
blue1000: any;
|
|
59
|
+
blue1100: any;
|
|
60
|
+
blue1200: any;
|
|
61
|
+
purple100: any;
|
|
62
|
+
purple200: any;
|
|
63
|
+
purple300: any;
|
|
64
|
+
purple400: any;
|
|
65
|
+
purple500: any;
|
|
66
|
+
purple600: any;
|
|
67
|
+
purple700: any;
|
|
68
|
+
purple800: any;
|
|
69
|
+
purple900: any;
|
|
70
|
+
purple1000: any;
|
|
71
|
+
purple1100: any;
|
|
72
|
+
purple1200: any;
|
|
37
73
|
tonal50: any;
|
|
38
74
|
tonal100: any;
|
|
39
75
|
tonal200: any;
|
|
@@ -91,6 +127,7 @@ export declare const ChipToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
91
127
|
"7": any;
|
|
92
128
|
"8": any;
|
|
93
129
|
"9": any;
|
|
130
|
+
"24": any;
|
|
94
131
|
};
|
|
95
132
|
fontSizes: {
|
|
96
133
|
xs: any;
|
|
@@ -199,7 +236,7 @@ export declare const ChipToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
199
236
|
wrap?: "wrap" | "wrap-reverse" | "no-wrap" | undefined;
|
|
200
237
|
justify?: boolean | "center" | "false" | "end" | "start" | undefined;
|
|
201
238
|
align?: boolean | "center" | "false" | "end" | "start" | undefined;
|
|
202
|
-
gap?: number | boolean | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "false" | undefined;
|
|
239
|
+
gap?: number | boolean | "0" | "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "24" | "false" | undefined;
|
|
203
240
|
}, {
|
|
204
241
|
sm: string;
|
|
205
242
|
md: string;
|
|
@@ -224,6 +261,42 @@ export declare const ChipToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
224
261
|
textPlaceholder: any;
|
|
225
262
|
background: any;
|
|
226
263
|
backgroundAccent: any;
|
|
264
|
+
grey100: any;
|
|
265
|
+
grey200: any;
|
|
266
|
+
grey300: any;
|
|
267
|
+
grey400: any;
|
|
268
|
+
grey500: any;
|
|
269
|
+
grey600: any;
|
|
270
|
+
grey700: any;
|
|
271
|
+
grey800: any;
|
|
272
|
+
grey900: any;
|
|
273
|
+
grey1000: any;
|
|
274
|
+
grey1100: any;
|
|
275
|
+
grey1200: any;
|
|
276
|
+
blue100: any;
|
|
277
|
+
blue200: any;
|
|
278
|
+
blue300: any;
|
|
279
|
+
blue400: any;
|
|
280
|
+
blue500: any;
|
|
281
|
+
blue600: any;
|
|
282
|
+
blue700: any;
|
|
283
|
+
blue800: any;
|
|
284
|
+
blue900: any;
|
|
285
|
+
blue1000: any;
|
|
286
|
+
blue1100: any;
|
|
287
|
+
blue1200: any;
|
|
288
|
+
purple100: any;
|
|
289
|
+
purple200: any;
|
|
290
|
+
purple300: any;
|
|
291
|
+
purple400: any;
|
|
292
|
+
purple500: any;
|
|
293
|
+
purple600: any;
|
|
294
|
+
purple700: any;
|
|
295
|
+
purple800: any;
|
|
296
|
+
purple900: any;
|
|
297
|
+
purple1000: any;
|
|
298
|
+
purple1100: any;
|
|
299
|
+
purple1200: any;
|
|
227
300
|
tonal50: any;
|
|
228
301
|
tonal100: any;
|
|
229
302
|
tonal200: any;
|
|
@@ -281,6 +354,7 @@ export declare const ChipToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
281
354
|
"7": any;
|
|
282
355
|
"8": any;
|
|
283
356
|
"9": any;
|
|
357
|
+
"24": any;
|
|
284
358
|
};
|
|
285
359
|
fontSizes: {
|
|
286
360
|
xs: any;
|
|
@@ -27,6 +27,42 @@ declare const StyledCombobox: import("@stitches/react/types/styled-component").S
|
|
|
27
27
|
textPlaceholder: any;
|
|
28
28
|
background: any;
|
|
29
29
|
backgroundAccent: any;
|
|
30
|
+
grey100: any;
|
|
31
|
+
grey200: any;
|
|
32
|
+
grey300: any;
|
|
33
|
+
grey400: any;
|
|
34
|
+
grey500: any;
|
|
35
|
+
grey600: any;
|
|
36
|
+
grey700: any;
|
|
37
|
+
grey800: any;
|
|
38
|
+
grey900: any;
|
|
39
|
+
grey1000: any;
|
|
40
|
+
grey1100: any;
|
|
41
|
+
grey1200: any;
|
|
42
|
+
blue100: any;
|
|
43
|
+
blue200: any;
|
|
44
|
+
blue300: any;
|
|
45
|
+
blue400: any;
|
|
46
|
+
blue500: any;
|
|
47
|
+
blue600: any;
|
|
48
|
+
blue700: any;
|
|
49
|
+
blue800: any;
|
|
50
|
+
blue900: any;
|
|
51
|
+
blue1000: any;
|
|
52
|
+
blue1100: any;
|
|
53
|
+
blue1200: any;
|
|
54
|
+
purple100: any;
|
|
55
|
+
purple200: any;
|
|
56
|
+
purple300: any;
|
|
57
|
+
purple400: any;
|
|
58
|
+
purple500: any;
|
|
59
|
+
purple600: any;
|
|
60
|
+
purple700: any;
|
|
61
|
+
purple800: any;
|
|
62
|
+
purple900: any;
|
|
63
|
+
purple1000: any;
|
|
64
|
+
purple1100: any;
|
|
65
|
+
purple1200: any;
|
|
30
66
|
tonal50: any;
|
|
31
67
|
tonal100: any;
|
|
32
68
|
tonal200: any;
|
|
@@ -84,6 +120,7 @@ declare const StyledCombobox: import("@stitches/react/types/styled-component").S
|
|
|
84
120
|
"7": any;
|
|
85
121
|
"8": any;
|
|
86
122
|
"9": any;
|
|
123
|
+
"24": any;
|
|
87
124
|
};
|
|
88
125
|
fontSizes: {
|
|
89
126
|
xs: any;
|
|
@@ -23,6 +23,42 @@ export declare const ComboboxInput: import("@stitches/react/types/styled-compone
|
|
|
23
23
|
textPlaceholder: any;
|
|
24
24
|
background: any;
|
|
25
25
|
backgroundAccent: any;
|
|
26
|
+
grey100: any;
|
|
27
|
+
grey200: any;
|
|
28
|
+
grey300: any;
|
|
29
|
+
grey400: any;
|
|
30
|
+
grey500: any;
|
|
31
|
+
grey600: any;
|
|
32
|
+
grey700: any;
|
|
33
|
+
grey800: any;
|
|
34
|
+
grey900: any;
|
|
35
|
+
grey1000: any;
|
|
36
|
+
grey1100: any;
|
|
37
|
+
grey1200: any;
|
|
38
|
+
blue100: any;
|
|
39
|
+
blue200: any;
|
|
40
|
+
blue300: any;
|
|
41
|
+
blue400: any;
|
|
42
|
+
blue500: any;
|
|
43
|
+
blue600: any;
|
|
44
|
+
blue700: any;
|
|
45
|
+
blue800: any;
|
|
46
|
+
blue900: any;
|
|
47
|
+
blue1000: any;
|
|
48
|
+
blue1100: any;
|
|
49
|
+
blue1200: any;
|
|
50
|
+
purple100: any;
|
|
51
|
+
purple200: any;
|
|
52
|
+
purple300: any;
|
|
53
|
+
purple400: any;
|
|
54
|
+
purple500: any;
|
|
55
|
+
purple600: any;
|
|
56
|
+
purple700: any;
|
|
57
|
+
purple800: any;
|
|
58
|
+
purple900: any;
|
|
59
|
+
purple1000: any;
|
|
60
|
+
purple1100: any;
|
|
61
|
+
purple1200: any;
|
|
26
62
|
tonal50: any;
|
|
27
63
|
tonal100: any;
|
|
28
64
|
tonal200: any;
|
|
@@ -80,6 +116,7 @@ export declare const ComboboxInput: import("@stitches/react/types/styled-compone
|
|
|
80
116
|
"7": any;
|
|
81
117
|
"8": any;
|
|
82
118
|
"9": any;
|
|
119
|
+
"24": any;
|
|
83
120
|
};
|
|
84
121
|
fontSizes: {
|
|
85
122
|
xs: any;
|
|
@@ -21,6 +21,42 @@ export declare const ComboboxList: import("@stitches/react/types/styled-componen
|
|
|
21
21
|
textPlaceholder: any;
|
|
22
22
|
background: any;
|
|
23
23
|
backgroundAccent: any;
|
|
24
|
+
grey100: any;
|
|
25
|
+
grey200: any;
|
|
26
|
+
grey300: any;
|
|
27
|
+
grey400: any;
|
|
28
|
+
grey500: any;
|
|
29
|
+
grey600: any;
|
|
30
|
+
grey700: any;
|
|
31
|
+
grey800: any;
|
|
32
|
+
grey900: any;
|
|
33
|
+
grey1000: any;
|
|
34
|
+
grey1100: any;
|
|
35
|
+
grey1200: any;
|
|
36
|
+
blue100: any;
|
|
37
|
+
blue200: any;
|
|
38
|
+
blue300: any;
|
|
39
|
+
blue400: any;
|
|
40
|
+
blue500: any;
|
|
41
|
+
blue600: any;
|
|
42
|
+
blue700: any;
|
|
43
|
+
blue800: any;
|
|
44
|
+
blue900: any;
|
|
45
|
+
blue1000: any;
|
|
46
|
+
blue1100: any;
|
|
47
|
+
blue1200: any;
|
|
48
|
+
purple100: any;
|
|
49
|
+
purple200: any;
|
|
50
|
+
purple300: any;
|
|
51
|
+
purple400: any;
|
|
52
|
+
purple500: any;
|
|
53
|
+
purple600: any;
|
|
54
|
+
purple700: any;
|
|
55
|
+
purple800: any;
|
|
56
|
+
purple900: any;
|
|
57
|
+
purple1000: any;
|
|
58
|
+
purple1100: any;
|
|
59
|
+
purple1200: any;
|
|
24
60
|
tonal50: any;
|
|
25
61
|
tonal100: any;
|
|
26
62
|
tonal200: any;
|
|
@@ -78,6 +114,7 @@ export declare const ComboboxList: import("@stitches/react/types/styled-componen
|
|
|
78
114
|
"7": any;
|
|
79
115
|
"8": any;
|
|
80
116
|
"9": any;
|
|
117
|
+
"24": any;
|
|
81
118
|
};
|
|
82
119
|
fontSizes: {
|
|
83
120
|
xs: any;
|
|
@@ -21,6 +21,42 @@ export declare const ComboboxOption: import("@stitches/react/types/styled-compon
|
|
|
21
21
|
textPlaceholder: any;
|
|
22
22
|
background: any;
|
|
23
23
|
backgroundAccent: any;
|
|
24
|
+
grey100: any;
|
|
25
|
+
grey200: any;
|
|
26
|
+
grey300: any;
|
|
27
|
+
grey400: any;
|
|
28
|
+
grey500: any;
|
|
29
|
+
grey600: any;
|
|
30
|
+
grey700: any;
|
|
31
|
+
grey800: any;
|
|
32
|
+
grey900: any;
|
|
33
|
+
grey1000: any;
|
|
34
|
+
grey1100: any;
|
|
35
|
+
grey1200: any;
|
|
36
|
+
blue100: any;
|
|
37
|
+
blue200: any;
|
|
38
|
+
blue300: any;
|
|
39
|
+
blue400: any;
|
|
40
|
+
blue500: any;
|
|
41
|
+
blue600: any;
|
|
42
|
+
blue700: any;
|
|
43
|
+
blue800: any;
|
|
44
|
+
blue900: any;
|
|
45
|
+
blue1000: any;
|
|
46
|
+
blue1100: any;
|
|
47
|
+
blue1200: any;
|
|
48
|
+
purple100: any;
|
|
49
|
+
purple200: any;
|
|
50
|
+
purple300: any;
|
|
51
|
+
purple400: any;
|
|
52
|
+
purple500: any;
|
|
53
|
+
purple600: any;
|
|
54
|
+
purple700: any;
|
|
55
|
+
purple800: any;
|
|
56
|
+
purple900: any;
|
|
57
|
+
purple1000: any;
|
|
58
|
+
purple1100: any;
|
|
59
|
+
purple1200: any;
|
|
24
60
|
tonal50: any;
|
|
25
61
|
tonal100: any;
|
|
26
62
|
tonal200: any;
|
|
@@ -78,6 +114,7 @@ export declare const ComboboxOption: import("@stitches/react/types/styled-compon
|
|
|
78
114
|
"7": any;
|
|
79
115
|
"8": any;
|
|
80
116
|
"9": any;
|
|
117
|
+
"24": any;
|
|
81
118
|
};
|
|
82
119
|
fontSizes: {
|
|
83
120
|
xs: any;
|
|
@@ -21,6 +21,42 @@ export declare const ComboboxPopover: import("@stitches/react/types/styled-compo
|
|
|
21
21
|
textPlaceholder: any;
|
|
22
22
|
background: any;
|
|
23
23
|
backgroundAccent: any;
|
|
24
|
+
grey100: any;
|
|
25
|
+
grey200: any;
|
|
26
|
+
grey300: any;
|
|
27
|
+
grey400: any;
|
|
28
|
+
grey500: any;
|
|
29
|
+
grey600: any;
|
|
30
|
+
grey700: any;
|
|
31
|
+
grey800: any;
|
|
32
|
+
grey900: any;
|
|
33
|
+
grey1000: any;
|
|
34
|
+
grey1100: any;
|
|
35
|
+
grey1200: any;
|
|
36
|
+
blue100: any;
|
|
37
|
+
blue200: any;
|
|
38
|
+
blue300: any;
|
|
39
|
+
blue400: any;
|
|
40
|
+
blue500: any;
|
|
41
|
+
blue600: any;
|
|
42
|
+
blue700: any;
|
|
43
|
+
blue800: any;
|
|
44
|
+
blue900: any;
|
|
45
|
+
blue1000: any;
|
|
46
|
+
blue1100: any;
|
|
47
|
+
blue1200: any;
|
|
48
|
+
purple100: any;
|
|
49
|
+
purple200: any;
|
|
50
|
+
purple300: any;
|
|
51
|
+
purple400: any;
|
|
52
|
+
purple500: any;
|
|
53
|
+
purple600: any;
|
|
54
|
+
purple700: any;
|
|
55
|
+
purple800: any;
|
|
56
|
+
purple900: any;
|
|
57
|
+
purple1000: any;
|
|
58
|
+
purple1100: any;
|
|
59
|
+
purple1200: any;
|
|
24
60
|
tonal50: any;
|
|
25
61
|
tonal100: any;
|
|
26
62
|
tonal200: any;
|
|
@@ -78,6 +114,7 @@ export declare const ComboboxPopover: import("@stitches/react/types/styled-compo
|
|
|
78
114
|
"7": any;
|
|
79
115
|
"8": any;
|
|
80
116
|
"9": any;
|
|
117
|
+
"24": any;
|
|
81
118
|
};
|
|
82
119
|
fontSizes: {
|
|
83
120
|
xs: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataTableBody.js","sources":["../../../src/components/data-table/DataTableBody.tsx"],"sourcesContent":["import * as React from 'react'\n\nimport { Table } from '../table'\nimport { DataTable } from '.'\nimport { useDataTable } from './DataTableContext'\n\ntype DataTableBodyProps = Omit<\n React.ComponentProps<typeof Table.Body>,\n 'children'\n>\n\nexport const DataTableBody: React.FC<DataTableBodyProps> = ({\n striped = false,\n ...props\n}) => {\n const { getRowModel } = useDataTable()\n return (\n <Table.Body {...props} striped={striped}>\n {getRowModel().rows.map((row) => {\n return <DataTable.Row row={row} key={row.id} />\n })}\n </Table.Body>\n )\n}\n"],"names":["DataTableBody","striped","props","getRowModel","useDataTable","React","Table","row","DataTable"],"mappings":"kKAWO,MAAMA,EAA8C,CAAC,CAC1D,QAAAC,EAAU,MACPC,CACL,IAAM,CACJ,KAAM,CAAE,YAAAC,CAAY,EAAIC,
|
|
1
|
+
{"version":3,"file":"DataTableBody.js","sources":["../../../src/components/data-table/DataTableBody.tsx"],"sourcesContent":["import * as React from 'react'\n\nimport { Table } from '../table'\nimport { DataTable } from '.'\nimport { useDataTable } from './DataTableContext'\n\ntype DataTableBodyProps = Omit<\n React.ComponentProps<typeof Table.Body>,\n 'children'\n>\n\nexport const DataTableBody: React.FC<DataTableBodyProps> = ({\n striped = false,\n ...props\n}) => {\n const { getRowModel } = useDataTable()\n\n return (\n <Table.Body {...props} striped={striped}>\n {getRowModel().rows.map((row) => {\n return <DataTable.Row row={row} key={row.id} />\n })}\n </Table.Body>\n )\n}\n"],"names":["DataTableBody","striped","props","getRowModel","useDataTable","React","Table","row","DataTable"],"mappings":"kKAWO,MAAMA,EAA8C,CAAC,CAC1D,QAAAC,EAAU,MACPC,CACL,IAAM,CACJ,KAAM,CAAE,YAAAC,CAAY,EAAIC,IAExB,OACEC,EAAA,cAACC,EAAM,KAAN,CAAY,GAAGJ,EAAO,QAASD,CAC7BE,EAAAA,EAAAA,EAAc,KAAK,IAAKI,GAChBF,EAAA,cAACG,EAAU,IAAV,CAAc,IAAKD,EAAK,IAAKA,EAAI,EAAA,CAAI,CAC9C,CACH,CAEJ"}
|
|
@@ -26,6 +26,42 @@ declare const PendingState: import("@stitches/react/types/styled-component").Sty
|
|
|
26
26
|
textPlaceholder: any;
|
|
27
27
|
background: any;
|
|
28
28
|
backgroundAccent: any;
|
|
29
|
+
grey100: any;
|
|
30
|
+
grey200: any;
|
|
31
|
+
grey300: any;
|
|
32
|
+
grey400: any;
|
|
33
|
+
grey500: any;
|
|
34
|
+
grey600: any;
|
|
35
|
+
grey700: any;
|
|
36
|
+
grey800: any;
|
|
37
|
+
grey900: any;
|
|
38
|
+
grey1000: any;
|
|
39
|
+
grey1100: any;
|
|
40
|
+
grey1200: any;
|
|
41
|
+
blue100: any;
|
|
42
|
+
blue200: any;
|
|
43
|
+
blue300: any;
|
|
44
|
+
blue400: any;
|
|
45
|
+
blue500: any;
|
|
46
|
+
blue600: any;
|
|
47
|
+
blue700: any;
|
|
48
|
+
blue800: any;
|
|
49
|
+
blue900: any;
|
|
50
|
+
blue1000: any;
|
|
51
|
+
blue1100: any;
|
|
52
|
+
blue1200: any;
|
|
53
|
+
purple100: any;
|
|
54
|
+
purple200: any;
|
|
55
|
+
purple300: any;
|
|
56
|
+
purple400: any;
|
|
57
|
+
purple500: any;
|
|
58
|
+
purple600: any;
|
|
59
|
+
purple700: any;
|
|
60
|
+
purple800: any;
|
|
61
|
+
purple900: any;
|
|
62
|
+
purple1000: any;
|
|
63
|
+
purple1100: any;
|
|
64
|
+
purple1200: any;
|
|
29
65
|
tonal50: any;
|
|
30
66
|
tonal100: any;
|
|
31
67
|
tonal200: any;
|
|
@@ -83,6 +119,7 @@ declare const PendingState: import("@stitches/react/types/styled-component").Sty
|
|
|
83
119
|
"7": any;
|
|
84
120
|
"8": any;
|
|
85
121
|
"9": any;
|
|
122
|
+
"24": any;
|
|
86
123
|
};
|
|
87
124
|
fontSizes: {
|
|
88
125
|
xs: any;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import*as e from"react";import{Table as
|
|
1
|
+
import*as e from"react";import{Table as c}from"../table/Table.js";import{DataTable as t}from"./DataTable.js";import{AsyncDataState as p}from"./DataTable.types.js";import{useDataTable as b}from"./DataTableContext.js";import{DataTableLoading as f}from"./DataTableLoading.js";const u=({sortable:a,striped:r,theme:m,css:o,numberOfStickyColumns:n=0,...s})=>{const{asyncDataState:l}=b(),i=l===p.PENDING;return e.createElement(e.Fragment,null,e.createElement(f,null),e.createElement(c,{...s,numberOfStickyColumns:n,css:{...o,...i&&{opacity:.5,pointerEvents:"none",transition:"opacity 250ms linear 150ms"}}},e.createElement(t.Head,{theme:m,sortable:a}),e.createElement(t.Body,{striped:r})))};export{u as DataTableTable};
|
|
2
2
|
//# sourceMappingURL=DataTableTable.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataTableTable.js","sources":["../../../src/components/data-table/DataTableTable.tsx"],"sourcesContent":["import * as React from 'react'\n\nimport { Table } from '../table'\nimport { DataTable } from './DataTable'\nimport { AsyncDataState } from './DataTable.types'\nimport { useDataTable } from './DataTableContext'\nimport { DataTableLoading } from './DataTableLoading'\n\nexport type DataTableTableProps = Omit<\n React.ComponentProps<typeof Table>,\n 'children'\n> &\n Partial<\n Pick<React.ComponentProps<typeof DataTable.Head>, 'theme' | 'sortable'>\n > &\n Partial<Pick<React.ComponentProps<typeof Table.Body>, 'striped'>>\n\nexport const DataTableTable: React.FC<DataTableTableProps> = ({\n sortable,\n striped,\n theme,\n css,\n ...props\n}) => {\n const { asyncDataState } = useDataTable()\n const isPending = asyncDataState === AsyncDataState.PENDING\n\n return (\n <>\n <DataTableLoading />\n <Table\n {...props}\n css={{\n ...css,\n ...(isPending && {\n opacity: 0.5,\n pointerEvents: 'none',\n transition: 'opacity 250ms linear 150ms'\n })\n }}\n >\n <DataTable.Head theme={theme} sortable={sortable} />\n <DataTable.Body striped={striped} />\n </Table>\n </>\n )\n}\n"],"names":["DataTableTable","sortable","striped","theme","css","props","asyncDataState","useDataTable","isPending","AsyncDataState","React","DataTableLoading","Table","DataTable"],"mappings":"
|
|
1
|
+
{"version":3,"file":"DataTableTable.js","sources":["../../../src/components/data-table/DataTableTable.tsx"],"sourcesContent":["import * as React from 'react'\n\nimport { Table } from '../table'\nimport { DataTable } from './DataTable'\nimport { AsyncDataState } from './DataTable.types'\nimport { useDataTable } from './DataTableContext'\nimport { DataTableLoading } from './DataTableLoading'\n\nexport type DataTableTableProps = Omit<\n React.ComponentProps<typeof Table>,\n 'children'\n> &\n Partial<\n Pick<React.ComponentProps<typeof DataTable.Head>, 'theme' | 'sortable'>\n > &\n Partial<Pick<React.ComponentProps<typeof Table.Body>, 'striped'>>\n\nexport const DataTableTable: React.FC<DataTableTableProps> = ({\n sortable,\n striped,\n theme,\n css,\n numberOfStickyColumns = 0,\n ...props\n}) => {\n const { asyncDataState } = useDataTable()\n const isPending = asyncDataState === AsyncDataState.PENDING\n\n return (\n <>\n <DataTableLoading />\n <Table\n {...props}\n numberOfStickyColumns={numberOfStickyColumns}\n css={{\n ...css,\n ...(isPending && {\n opacity: 0.5,\n pointerEvents: 'none',\n transition: 'opacity 250ms linear 150ms'\n })\n }}\n >\n <DataTable.Head theme={theme} sortable={sortable} />\n <DataTable.Body striped={striped} />\n </Table>\n </>\n )\n}\n"],"names":["DataTableTable","sortable","striped","theme","css","numberOfStickyColumns","props","asyncDataState","useDataTable","isPending","AsyncDataState","React","DataTableLoading","Table","DataTable"],"mappings":"iRAiBa,MAAAA,EAAgD,CAAC,CAC5D,SAAAC,EACA,QAAAC,EACA,MAAAC,EACA,IAAAC,EACA,sBAAAC,EAAwB,KACrBC,CACL,IAAM,CACJ,KAAM,CAAE,eAAAC,CAAe,EAAIC,EAAa,EAClCC,EAAYF,IAAmBG,EAAe,QAEpD,OACEC,EAAA,cAAAA,EAAA,SACEA,KAAAA,EAAA,cAACC,EAAA,IAAiB,EAClBD,EAAA,cAACE,EAAA,CACE,GAAGP,EACJ,sBAAuBD,EACvB,IAAK,CACH,GAAGD,EACH,GAAIK,GAAa,CACf,QAAS,GACT,cAAe,OACf,WAAY,4BACd,CACF,CAAA,EAEAE,EAAA,cAACG,EAAU,KAAV,CAAe,MAAOX,EAAO,SAAUF,CAAU,CAAA,EAClDU,EAAA,cAACG,EAAU,KAAV,CAAe,QAASZ,CAAAA,CAAS,CACpC,CACF,CAEJ"}
|
|
@@ -31,6 +31,42 @@ export declare const StyledHandle: import("@stitches/react/types/styled-componen
|
|
|
31
31
|
textPlaceholder: any;
|
|
32
32
|
background: any;
|
|
33
33
|
backgroundAccent: any;
|
|
34
|
+
grey100: any;
|
|
35
|
+
grey200: any;
|
|
36
|
+
grey300: any;
|
|
37
|
+
grey400: any;
|
|
38
|
+
grey500: any;
|
|
39
|
+
grey600: any;
|
|
40
|
+
grey700: any;
|
|
41
|
+
grey800: any;
|
|
42
|
+
grey900: any;
|
|
43
|
+
grey1000: any;
|
|
44
|
+
grey1100: any;
|
|
45
|
+
grey1200: any;
|
|
46
|
+
blue100: any;
|
|
47
|
+
blue200: any;
|
|
48
|
+
blue300: any;
|
|
49
|
+
blue400: any;
|
|
50
|
+
blue500: any;
|
|
51
|
+
blue600: any;
|
|
52
|
+
blue700: any;
|
|
53
|
+
blue800: any;
|
|
54
|
+
blue900: any;
|
|
55
|
+
blue1000: any;
|
|
56
|
+
blue1100: any;
|
|
57
|
+
blue1200: any;
|
|
58
|
+
purple100: any;
|
|
59
|
+
purple200: any;
|
|
60
|
+
purple300: any;
|
|
61
|
+
purple400: any;
|
|
62
|
+
purple500: any;
|
|
63
|
+
purple600: any;
|
|
64
|
+
purple700: any;
|
|
65
|
+
purple800: any;
|
|
66
|
+
purple900: any;
|
|
67
|
+
purple1000: any;
|
|
68
|
+
purple1100: any;
|
|
69
|
+
purple1200: any;
|
|
34
70
|
tonal50: any;
|
|
35
71
|
tonal100: any;
|
|
36
72
|
tonal200: any;
|
|
@@ -88,6 +124,7 @@ export declare const StyledHandle: import("@stitches/react/types/styled-componen
|
|
|
88
124
|
"7": any;
|
|
89
125
|
"8": any;
|
|
90
126
|
"9": any;
|
|
127
|
+
"24": any;
|
|
91
128
|
};
|
|
92
129
|
fontSizes: {
|
|
93
130
|
xs: any;
|
|
@@ -226,6 +263,42 @@ export declare const StyledHandle: import("@stitches/react/types/styled-componen
|
|
|
226
263
|
textPlaceholder: any;
|
|
227
264
|
background: any;
|
|
228
265
|
backgroundAccent: any;
|
|
266
|
+
grey100: any;
|
|
267
|
+
grey200: any;
|
|
268
|
+
grey300: any;
|
|
269
|
+
grey400: any;
|
|
270
|
+
grey500: any;
|
|
271
|
+
grey600: any;
|
|
272
|
+
grey700: any;
|
|
273
|
+
grey800: any;
|
|
274
|
+
grey900: any;
|
|
275
|
+
grey1000: any;
|
|
276
|
+
grey1100: any;
|
|
277
|
+
grey1200: any;
|
|
278
|
+
blue100: any;
|
|
279
|
+
blue200: any;
|
|
280
|
+
blue300: any;
|
|
281
|
+
blue400: any;
|
|
282
|
+
blue500: any;
|
|
283
|
+
blue600: any;
|
|
284
|
+
blue700: any;
|
|
285
|
+
blue800: any;
|
|
286
|
+
blue900: any;
|
|
287
|
+
blue1000: any;
|
|
288
|
+
blue1100: any;
|
|
289
|
+
blue1200: any;
|
|
290
|
+
purple100: any;
|
|
291
|
+
purple200: any;
|
|
292
|
+
purple300: any;
|
|
293
|
+
purple400: any;
|
|
294
|
+
purple500: any;
|
|
295
|
+
purple600: any;
|
|
296
|
+
purple700: any;
|
|
297
|
+
purple800: any;
|
|
298
|
+
purple900: any;
|
|
299
|
+
purple1000: any;
|
|
300
|
+
purple1100: any;
|
|
301
|
+
purple1200: any;
|
|
229
302
|
tonal50: any;
|
|
230
303
|
tonal100: any;
|
|
231
304
|
tonal200: any;
|
|
@@ -283,6 +356,7 @@ export declare const StyledHandle: import("@stitches/react/types/styled-componen
|
|
|
283
356
|
"7": any;
|
|
284
357
|
"8": any;
|
|
285
358
|
"9": any;
|
|
359
|
+
"24": any;
|
|
286
360
|
};
|
|
287
361
|
fontSizes: {
|
|
288
362
|
xs: any;
|