@atom-learning/components 2.29.0-beta.2 → 2.29.0-beta.4
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 +266 -1
- package/dist/components/accordion/AccordionContent.d.ts +266 -1
- package/dist/components/accordion/AccordionContent.js +1 -1
- package/dist/components/accordion/AccordionItem.d.ts +266 -1
- package/dist/components/accordion/AccordionItem.js +1 -1
- package/dist/components/accordion/AccordionTrigger.d.ts +268 -1
- package/dist/components/action-icon/ActionIcon.d.ts +281 -1
- package/dist/components/alert-dialog/AlertDialog.d.ts +266 -1
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +268 -1
- package/dist/components/alert-dialog/AlertDialogContent.js +1 -1
- package/dist/components/alert-dialog/alert-context/AlertDialog.d.ts +1 -1
- package/dist/components/avatar/Avatar.d.ts +536 -2
- package/dist/components/avatar/Avatar.js +1 -1
- package/dist/components/badge/Badge.d.ts +534 -1
- package/dist/components/box/Box.d.ts +266 -1
- package/dist/components/button/Button.d.ts +283 -2
- package/dist/components/button/Button.js +1 -1
- package/dist/components/calendar/Calendar.d.ts +1 -1
- package/dist/components/calendar/Calendar.js +1 -1
- package/dist/components/calendar/Day.d.ts +270 -1
- package/dist/components/carousel/Carousel.d.ts +1 -1
- package/dist/components/carousel/CarouselArrows.d.ts +1 -1
- package/dist/components/carousel/CarouselArrows.js +1 -1
- package/dist/components/carousel/CarouselPagination.d.ts +267 -1
- package/dist/components/carousel/CarouselSlide.d.ts +266 -1
- package/dist/components/carousel/CarouselSlide.js +1 -1
- package/dist/components/carousel/CarouselSlider.d.ts +269 -1
- package/dist/components/checkbox/Checkbox.d.ts +269 -1
- package/dist/components/checkbox-field/CheckboxField.d.ts +2 -2
- package/dist/components/checkbox-field/CheckboxField.js +1 -1
- package/dist/components/chip/Chip.d.ts +1879 -5
- package/dist/components/chip/Chip.js +1 -1
- package/dist/components/chip/ChipGroup.d.ts +1 -1
- package/dist/components/chip/ChipGroup.js +1 -1
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +547 -2
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupRoot.d.ts +5 -1
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupRoot.js +1 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +546 -1
- package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +562 -1
- package/dist/components/combobox/Combobox.d.ts +266 -1
- package/dist/components/combobox/ComboboxInput.d.ts +268 -1
- package/dist/components/combobox/ComboboxList.d.ts +266 -1
- package/dist/components/combobox/ComboboxOption.d.ts +266 -1
- package/dist/components/combobox/ComboboxPopover.d.ts +266 -1
- package/dist/components/data-table/DataTable.js +1 -1
- package/dist/components/data-table/DataTableBody.js +1 -1
- package/dist/components/data-table/DataTableDataCell.js +1 -1
- package/dist/components/data-table/DataTableLoading.d.ts +270 -1
- package/dist/components/data-table/DataTableRow.js +1 -1
- package/dist/components/data-table/drag-and-drop/DraggableRow.js +1 -1
- package/dist/components/data-table/drag-and-drop/Handle.d.ts +559 -1
- package/dist/components/data-table/drag-and-drop/Handle.js +1 -1
- package/dist/components/data-table/pagination/Pagination.d.ts +266 -1
- package/dist/components/data-table/pagination/PaginationButtons.d.ts +1 -1
- package/dist/components/date-field/DateField.d.ts +2 -2
- package/dist/components/dialog/Dialog.d.ts +266 -1
- package/dist/components/dialog/DialogBackground.d.ts +531 -1
- package/dist/components/dialog/DialogClose.d.ts +267 -1
- package/dist/components/dialog/DialogContent.d.ts +268 -1
- package/dist/components/dialog/DialogContent.js +1 -1
- package/dist/components/dismissible/DismissibleRoot.js +1 -1
- package/dist/components/dismissible/DismissibleTrigger.js +1 -1
- package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -1
- package/dist/components/dismissible-group/index.d.ts +1 -1
- package/dist/components/divider/Divider.d.ts +268 -1
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +266 -1
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +267 -1
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +267 -1
- package/dist/components/dropdown-menu/DropdownMenuLinkItem.js +1 -1
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +267 -1
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +267 -1
- package/dist/components/empty-state/EmptyState.d.ts +533 -1
- package/dist/components/empty-state/EmptyStateBody.d.ts +543 -1
- package/dist/components/empty-state/EmptyStateImage.d.ts +542 -2
- package/dist/components/empty-state/EmptyStateTitle.d.ts +268 -1
- package/dist/components/field-wrapper/FieldDescription.d.ts +1 -1
- package/dist/components/field-wrapper/FieldDescription.js +1 -1
- package/dist/components/field-wrapper/FieldWrapper.d.ts +2 -2
- package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
- package/dist/components/field-wrapper/InlineFieldWrapper.js +1 -1
- package/dist/components/file-input/FileInput.js +1 -1
- package/dist/components/flex/Flex.d.ts +266 -1
- package/dist/components/form/Form.d.ts +266 -1
- package/dist/components/grid/Grid.d.ts +268 -1
- package/dist/components/grid/Grid.js +1 -1
- package/dist/components/heading/Heading.d.ts +270 -2
- package/dist/components/icon/Icon.d.ts +269 -2
- package/dist/components/icon/Icon.js +1 -1
- package/dist/components/image/Image.d.ts +269 -2
- package/dist/components/inline-message/InlineMessage.config.d.ts +1 -1
- package/dist/components/inline-message/InlineMessage.d.ts +534 -1
- package/dist/components/inline-message/InlineMessage.js +1 -1
- package/dist/components/input/Input.d.ts +270 -2
- package/dist/components/input-field/InputField.d.ts +2 -2
- package/dist/components/label/Label.d.ts +272 -2
- package/dist/components/label/Label.js +1 -1
- package/dist/components/link/Link.d.ts +271 -3
- package/dist/components/link/Link.js +1 -1
- package/dist/components/list/List.d.ts +537 -2
- package/dist/components/list/List.js +1 -1
- package/dist/components/loader/Loader.d.ts +1 -1
- package/dist/components/markdown-content/MarkdownContent.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +266 -1
- package/dist/components/markdown-content/components/MarkdownEmphasis.js +1 -1
- package/dist/components/markdown-content/components/MarkdownHeading.js +1 -1
- package/dist/components/markdown-content/components/MarkdownImage.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownImage.js +1 -1
- package/dist/components/markdown-content/components/MarkdownInlineCode.js +1 -1
- package/dist/components/markdown-content/components/MarkdownLink.js +1 -1
- package/dist/components/markdown-content/components/MarkdownList.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownListItem.js +1 -1
- package/dist/components/markdown-content/components/MarkdownParagraph.js +1 -1
- package/dist/components/markdown-content/components/MarkdownStrong.js +1 -1
- package/dist/components/markdown-content/components/MarkdownThematicBreak.d.ts +1 -1
- package/dist/components/markdown-content/components/MarkdownThematicBreak.js +1 -1
- package/dist/components/navigation/NavigationMenu.d.ts +1 -1
- package/dist/components/navigation/NavigationMenuDropdown.d.ts +1 -1
- package/dist/components/navigation/NavigationMenuDropdownContent.js +1 -1
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +543 -4
- package/dist/components/navigation/NavigationMenuLink.d.ts +1 -1
- package/dist/components/navigation/NavigationMenuLink.js +1 -1
- package/dist/components/notification-badge/NotificationBadge.d.ts +531 -1
- package/dist/components/notification-badge/NotificationBadge.js +1 -1
- package/dist/components/number-input/NumberInput.d.ts +1 -1
- package/dist/components/number-input/NumberInput.js +1 -1
- package/dist/components/number-input/NumberInputStepper.js +1 -1
- package/dist/components/number-input-field/NumberInputField.d.ts +2 -2
- package/dist/components/number-input-field/NumberInputField.js +1 -1
- package/dist/components/password-field/PasswordField.d.ts +2 -2
- package/dist/components/password-input/PasswordInput.d.ts +1 -1
- package/dist/components/popover/Popover.d.ts +266 -1
- package/dist/components/popover/PopoverContent.d.ts +268 -1
- package/dist/components/popover/PopoverContent.js +1 -1
- package/dist/components/progress-bar/ProgressBar.d.ts +269 -1
- package/dist/components/radio-button/RadioButton.d.ts +268 -2
- package/dist/components/radio-button/RadioButton.js +1 -1
- package/dist/components/radio-button/RadioButtonGroup.d.ts +270 -1
- package/dist/components/radio-button-field/RadioButtonField.d.ts +2 -2
- package/dist/components/radio-button-field/RadioButtonField.js +1 -1
- package/dist/components/radio-button-field/RadioField.d.ts +3 -3
- package/dist/components/radio-button-field/RadioField.js +1 -1
- package/dist/components/radio-card/RadioCard.d.ts +271 -1
- package/dist/components/radio-card/RadioCardGroup.d.ts +3 -3
- package/dist/components/radio-card/RadioCardGroup.js +1 -1
- package/dist/components/search-field/SearchField.d.ts +2 -2
- package/dist/components/search-input/SearchInput.d.ts +2 -2
- package/dist/components/search-input/SearchInput.js +1 -1
- package/dist/components/select/Select.d.ts +270 -2
- package/dist/components/select-field/SelectField.d.ts +2 -2
- package/dist/components/select-field/SelectField.js +1 -1
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.d.ts +266 -1
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.js +1 -1
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.d.ts +267 -1
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.d.ts +267 -1
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.d.ts +268 -1
- package/dist/components/sidedrawer/SidedrawerContent.d.ts +266 -1
- package/dist/components/sidedrawer/SidedrawerContent.js +1 -1
- package/dist/components/sidedrawer/SidedrawerFooter.d.ts +266 -1
- package/dist/components/sidedrawer/SidedrawerHeader.d.ts +266 -1
- package/dist/components/sidedrawer/SidedrawerOverlay.d.ts +267 -1
- package/dist/components/sidedrawer/SidedrawerTrigger.d.ts +267 -1
- package/dist/components/slider/Slider.d.ts +268 -1
- package/dist/components/slider-field/SliderField.d.ts +3 -3
- package/dist/components/slider-field/SliderField.js +1 -1
- package/dist/components/stack/Stack.d.ts +273 -2
- package/dist/components/stack-content/StackContent.d.ts +267 -2
- package/dist/components/stack-content/StackContent.js +1 -1
- package/dist/components/stepper/StepperStepBack.js +1 -1
- package/dist/components/stepper/StepperStepBullet.d.ts +533 -1
- package/dist/components/stepper/StepperStepContainer.d.ts +536 -1
- package/dist/components/stepper/StepperStepLabel.d.ts +544 -1
- package/dist/components/stepper/types.d.ts +1 -1
- package/dist/components/switch/Switch.d.ts +267 -1
- package/dist/components/table/Table.d.ts +269 -1
- package/dist/components/table/TableBody.d.ts +268 -1
- package/dist/components/table/TableCell.d.ts +266 -1
- package/dist/components/table/TableFooter.d.ts +266 -1
- package/dist/components/table/TableFooterCell.d.ts +266 -1
- package/dist/components/table/TableHeader.d.ts +268 -1
- package/dist/components/table/TableHeader.js +1 -1
- package/dist/components/table/TableHeaderCell.d.ts +266 -1
- package/dist/components/table/TableRow.d.ts +536 -2
- package/dist/components/table/TableRow.js +1 -1
- package/dist/components/tabs/TabTrigger.d.ts +268 -1
- package/dist/components/tabs/Tabs.d.ts +536 -2
- package/dist/components/tabs/Tabs.js +1 -1
- package/dist/components/tabs/TabsTriggerList.d.ts +269 -1
- package/dist/components/tabs/utils.js +1 -1
- package/dist/components/text/Text.d.ts +271 -3
- package/dist/components/textarea/Textarea.d.ts +268 -1
- package/dist/components/textarea-field/TextareaField.d.ts +2 -2
- package/dist/components/toast/Toast.d.ts +268 -1
- package/dist/components/toast/Toast.js +1 -1
- package/dist/components/toast/ToastProvider.js +1 -1
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +534 -1
- package/dist/components/toggle-group/ToggleGroupButton.js +1 -1
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +534 -2
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +271 -1
- package/dist/components/toggle-group/index.d.ts +1352 -3
- package/dist/components/tooltip/TooltipContent.d.ts +268 -1
- package/dist/components/tooltip/TooltipContent.js +1 -1
- package/dist/components/top-bar/TopBar.d.ts +270 -2
- package/dist/components/top-bar/TopBarBrand.d.ts +808 -4
- package/dist/components/video/Video.d.ts +535 -4
- package/dist/components/video/Video.js +1 -1
- package/dist/docgen.json +1 -0
- package/dist/docs/Accordion.mdx +45 -0
- package/dist/docs/ActionIcon.mdx +87 -0
- package/dist/docs/AlertDialog.mdx +40 -0
- package/dist/docs/Avatar.mdx +129 -0
- package/dist/docs/Badge.mdx +55 -0
- package/dist/docs/Box.mdx +52 -0
- package/dist/docs/Button.mdx +76 -0
- package/dist/docs/CONTRIBUTING.md +224 -0
- package/dist/docs/CSSWrapper.mdx +10 -0
- package/dist/docs/Carousel.mdx +88 -0
- package/dist/docs/Checkbox.mdx +19 -0
- package/dist/docs/CheckboxField.mdx +14 -0
- package/dist/docs/Chip.mdx +118 -0
- package/dist/docs/ChipDismissibleGroup.mdx +33 -0
- package/dist/docs/ChipToggleGroup.mdx +27 -0
- package/dist/docs/Combobox.mdx +44 -0
- package/dist/docs/DataTable.mdx +279 -0
- package/dist/docs/DateField.mdx +20 -0
- package/dist/docs/DateInput.mdx +87 -0
- package/dist/docs/Dialog.mdx +68 -0
- package/dist/docs/Dismissible.mdx +48 -0
- package/dist/docs/DismissibleGroup.mdx +29 -0
- package/dist/docs/Divider.mdx +16 -0
- package/dist/docs/DropdownMenu.mdx +30 -0
- package/dist/docs/EmptyState.mdx +23 -0
- package/dist/docs/FieldWrapper.mdx +30 -0
- package/dist/docs/FileInput.mdx +45 -0
- package/dist/docs/Flex.mdx +16 -0
- package/dist/docs/Form.mdx +411 -0
- package/dist/docs/Grid.mdx +28 -0
- package/dist/docs/Heading.mdx +30 -0
- package/dist/docs/Icon.mdx +30 -0
- package/dist/docs/Image.mdx +14 -0
- package/dist/docs/InlineMessage.mdx +52 -0
- package/dist/docs/Input.mdx +24 -0
- package/dist/docs/InputField.mdx +26 -0
- package/dist/docs/Label.mdx +32 -0
- package/dist/docs/Link.mdx +53 -0
- package/dist/docs/List.mdx +38 -0
- package/dist/docs/Loader.mdx +16 -0
- package/dist/docs/MarkdownContent.mdx +77 -0
- package/dist/docs/NavigationMenu.mdx +144 -0
- package/dist/docs/NotificationBadge.mdx +35 -0
- package/dist/docs/NumberInput.mdx +37 -0
- package/dist/docs/NumberInputField.mdx +26 -0
- package/dist/docs/PasswordField.mdx +23 -0
- package/dist/docs/PasswordInput.mdx +15 -0
- package/dist/docs/Popover.mdx +29 -0
- package/dist/docs/ProgressBar.mdx +56 -0
- package/dist/docs/RadioButton.mdx +10 -0
- package/dist/docs/RadioButtonField.mdx +25 -0
- package/dist/docs/RadioCard.mdx +62 -0
- package/dist/docs/SearchField.mdx +26 -0
- package/dist/docs/SearchInput.mdx +13 -0
- package/dist/docs/Select.mdx +56 -0
- package/dist/docs/SelectField.mdx +17 -0
- package/dist/docs/Sidedrawer.mdx +155 -0
- package/dist/docs/Slider.mdx +117 -0
- package/dist/docs/SliderField.mdx +35 -0
- package/dist/docs/Stack.mdx +24 -0
- package/dist/docs/StackContent.mdx +32 -0
- package/dist/docs/Stepper.mdx +154 -0
- package/dist/docs/Styling.mdx +85 -0
- package/dist/docs/Switch.mdx +28 -0
- package/dist/docs/Table.mdx +146 -0
- package/dist/docs/Tabs.mdx +102 -0
- package/dist/docs/Text.mdx +24 -0
- package/dist/docs/Textarea.mdx +12 -0
- package/dist/docs/TextareaField.mdx +21 -0
- package/dist/docs/Toast.mdx +20 -0
- package/dist/docs/ToggleGroup.mdx +88 -0
- package/dist/docs/Tooltip.mdx +25 -0
- package/dist/docs/TopBar.mdx +95 -0
- package/dist/docs/Video.mdx +12 -0
- package/dist/docs/accessibility.mdx +67 -0
- package/dist/docs/coreconcepts.mdx +77 -0
- package/dist/docs/introduction.mdx +33 -0
- package/dist/docs/versioning.mdx +40 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/stitches.d.ts +1949 -2
- package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +109 -1
- package/dist/utilities/css-wrapper/CSSWrapper.d.ts +1 -1
- package/dist/utilities/hooks/useCallbackRef.js +1 -1
- package/dist/utilities/style/capsize.d.ts +1 -1
- package/dist/utilities/style/keyframe-animations.d.ts +32 -8
- package/package.json +3 -3
|
@@ -1 +1,266 @@
|
|
|
1
|
-
export declare const TableFooter:
|
|
1
|
+
export declare const TableFooter: import("@stitches/react/types/styled-component").StyledComponent<"tfoot", {}, {
|
|
2
|
+
sm: string;
|
|
3
|
+
md: string;
|
|
4
|
+
lg: string;
|
|
5
|
+
xl: string;
|
|
6
|
+
reducedMotion: string;
|
|
7
|
+
allowMotion: string;
|
|
8
|
+
hover: string;
|
|
9
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
10
|
+
sm: string;
|
|
11
|
+
md: string;
|
|
12
|
+
lg: string;
|
|
13
|
+
xl: string;
|
|
14
|
+
reducedMotion: string;
|
|
15
|
+
allowMotion: string;
|
|
16
|
+
hover: string;
|
|
17
|
+
}, {
|
|
18
|
+
colors: {
|
|
19
|
+
textForeground: any;
|
|
20
|
+
textSubtle: any;
|
|
21
|
+
textPlaceholder: any;
|
|
22
|
+
background: any;
|
|
23
|
+
backgroundAccent: any;
|
|
24
|
+
tonal50: any;
|
|
25
|
+
tonal100: any;
|
|
26
|
+
tonal200: any;
|
|
27
|
+
tonal300: any;
|
|
28
|
+
tonal400: any;
|
|
29
|
+
tonal500: any;
|
|
30
|
+
tonal600: any;
|
|
31
|
+
alpha100: any;
|
|
32
|
+
alpha150: any;
|
|
33
|
+
alpha200: any;
|
|
34
|
+
alpha250: any;
|
|
35
|
+
alpha600: any;
|
|
36
|
+
primaryLight: any;
|
|
37
|
+
primary: any;
|
|
38
|
+
primaryMid: any;
|
|
39
|
+
primaryDark: any;
|
|
40
|
+
secondary: any;
|
|
41
|
+
brandRed: any;
|
|
42
|
+
brandRedAccent: any;
|
|
43
|
+
brandGreen: any;
|
|
44
|
+
brandGreenAccent: any;
|
|
45
|
+
brandPurple: any;
|
|
46
|
+
brandPurpleAccent: any;
|
|
47
|
+
brandYellow: any;
|
|
48
|
+
brandYellowAccent: any;
|
|
49
|
+
successLight: any;
|
|
50
|
+
success: any;
|
|
51
|
+
successMid: any;
|
|
52
|
+
successDark: any;
|
|
53
|
+
dangerLight: any;
|
|
54
|
+
danger: any;
|
|
55
|
+
dangerMid: any;
|
|
56
|
+
dangerDark: any;
|
|
57
|
+
warningLight: any;
|
|
58
|
+
warning: any;
|
|
59
|
+
warningMid: any;
|
|
60
|
+
warningDark: any;
|
|
61
|
+
warningText: any;
|
|
62
|
+
subjectEnglish: any;
|
|
63
|
+
subjectMaths: any;
|
|
64
|
+
subjectScience: any;
|
|
65
|
+
subjectVerbalReasoning: any;
|
|
66
|
+
subjectNonVerbalReasoning: any;
|
|
67
|
+
subjectCreativeWriting: any;
|
|
68
|
+
subjectExamSkills: any;
|
|
69
|
+
};
|
|
70
|
+
space: {
|
|
71
|
+
"0": any;
|
|
72
|
+
"1": any;
|
|
73
|
+
"2": any;
|
|
74
|
+
"3": any;
|
|
75
|
+
"4": any;
|
|
76
|
+
"5": any;
|
|
77
|
+
"6": any;
|
|
78
|
+
"7": any;
|
|
79
|
+
"8": any;
|
|
80
|
+
"9": any;
|
|
81
|
+
};
|
|
82
|
+
fontSizes: {
|
|
83
|
+
xs: any;
|
|
84
|
+
sm: any;
|
|
85
|
+
md: any;
|
|
86
|
+
lg: any;
|
|
87
|
+
xl: any;
|
|
88
|
+
"2xl": any;
|
|
89
|
+
"3xl": any;
|
|
90
|
+
"4xl": any;
|
|
91
|
+
};
|
|
92
|
+
fonts: {
|
|
93
|
+
sans: any;
|
|
94
|
+
mono: any;
|
|
95
|
+
display: any;
|
|
96
|
+
body: any;
|
|
97
|
+
};
|
|
98
|
+
sizes: {
|
|
99
|
+
"0": any;
|
|
100
|
+
"1": any;
|
|
101
|
+
"2": any;
|
|
102
|
+
"3": any;
|
|
103
|
+
"4": any;
|
|
104
|
+
"5": any;
|
|
105
|
+
"6": any;
|
|
106
|
+
"7": any;
|
|
107
|
+
"8": any;
|
|
108
|
+
};
|
|
109
|
+
radii: {
|
|
110
|
+
"0": any;
|
|
111
|
+
"1": any;
|
|
112
|
+
"2": any;
|
|
113
|
+
"3": any;
|
|
114
|
+
round: any;
|
|
115
|
+
};
|
|
116
|
+
shadows: {
|
|
117
|
+
"0": any;
|
|
118
|
+
"1": any;
|
|
119
|
+
"2": any;
|
|
120
|
+
"3": any;
|
|
121
|
+
};
|
|
122
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
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
|
+
};
|
|
265
|
+
};
|
|
266
|
+
}>>;
|
|
@@ -1 +1,266 @@
|
|
|
1
|
-
export declare const TableFooterCell:
|
|
1
|
+
export declare const TableFooterCell: import("@stitches/react/types/styled-component").StyledComponent<"td", {}, {
|
|
2
|
+
sm: string;
|
|
3
|
+
md: string;
|
|
4
|
+
lg: string;
|
|
5
|
+
xl: string;
|
|
6
|
+
reducedMotion: string;
|
|
7
|
+
allowMotion: string;
|
|
8
|
+
hover: string;
|
|
9
|
+
}, import("@stitches/react/types/css-util").CSS<{
|
|
10
|
+
sm: string;
|
|
11
|
+
md: string;
|
|
12
|
+
lg: string;
|
|
13
|
+
xl: string;
|
|
14
|
+
reducedMotion: string;
|
|
15
|
+
allowMotion: string;
|
|
16
|
+
hover: string;
|
|
17
|
+
}, {
|
|
18
|
+
colors: {
|
|
19
|
+
textForeground: any;
|
|
20
|
+
textSubtle: any;
|
|
21
|
+
textPlaceholder: any;
|
|
22
|
+
background: any;
|
|
23
|
+
backgroundAccent: any;
|
|
24
|
+
tonal50: any;
|
|
25
|
+
tonal100: any;
|
|
26
|
+
tonal200: any;
|
|
27
|
+
tonal300: any;
|
|
28
|
+
tonal400: any;
|
|
29
|
+
tonal500: any;
|
|
30
|
+
tonal600: any;
|
|
31
|
+
alpha100: any;
|
|
32
|
+
alpha150: any;
|
|
33
|
+
alpha200: any;
|
|
34
|
+
alpha250: any;
|
|
35
|
+
alpha600: any;
|
|
36
|
+
primaryLight: any;
|
|
37
|
+
primary: any;
|
|
38
|
+
primaryMid: any;
|
|
39
|
+
primaryDark: any;
|
|
40
|
+
secondary: any;
|
|
41
|
+
brandRed: any;
|
|
42
|
+
brandRedAccent: any;
|
|
43
|
+
brandGreen: any;
|
|
44
|
+
brandGreenAccent: any;
|
|
45
|
+
brandPurple: any;
|
|
46
|
+
brandPurpleAccent: any;
|
|
47
|
+
brandYellow: any;
|
|
48
|
+
brandYellowAccent: any;
|
|
49
|
+
successLight: any;
|
|
50
|
+
success: any;
|
|
51
|
+
successMid: any;
|
|
52
|
+
successDark: any;
|
|
53
|
+
dangerLight: any;
|
|
54
|
+
danger: any;
|
|
55
|
+
dangerMid: any;
|
|
56
|
+
dangerDark: any;
|
|
57
|
+
warningLight: any;
|
|
58
|
+
warning: any;
|
|
59
|
+
warningMid: any;
|
|
60
|
+
warningDark: any;
|
|
61
|
+
warningText: any;
|
|
62
|
+
subjectEnglish: any;
|
|
63
|
+
subjectMaths: any;
|
|
64
|
+
subjectScience: any;
|
|
65
|
+
subjectVerbalReasoning: any;
|
|
66
|
+
subjectNonVerbalReasoning: any;
|
|
67
|
+
subjectCreativeWriting: any;
|
|
68
|
+
subjectExamSkills: any;
|
|
69
|
+
};
|
|
70
|
+
space: {
|
|
71
|
+
"0": any;
|
|
72
|
+
"1": any;
|
|
73
|
+
"2": any;
|
|
74
|
+
"3": any;
|
|
75
|
+
"4": any;
|
|
76
|
+
"5": any;
|
|
77
|
+
"6": any;
|
|
78
|
+
"7": any;
|
|
79
|
+
"8": any;
|
|
80
|
+
"9": any;
|
|
81
|
+
};
|
|
82
|
+
fontSizes: {
|
|
83
|
+
xs: any;
|
|
84
|
+
sm: any;
|
|
85
|
+
md: any;
|
|
86
|
+
lg: any;
|
|
87
|
+
xl: any;
|
|
88
|
+
"2xl": any;
|
|
89
|
+
"3xl": any;
|
|
90
|
+
"4xl": any;
|
|
91
|
+
};
|
|
92
|
+
fonts: {
|
|
93
|
+
sans: any;
|
|
94
|
+
mono: any;
|
|
95
|
+
display: any;
|
|
96
|
+
body: any;
|
|
97
|
+
};
|
|
98
|
+
sizes: {
|
|
99
|
+
"0": any;
|
|
100
|
+
"1": any;
|
|
101
|
+
"2": any;
|
|
102
|
+
"3": any;
|
|
103
|
+
"4": any;
|
|
104
|
+
"5": any;
|
|
105
|
+
"6": any;
|
|
106
|
+
"7": any;
|
|
107
|
+
"8": any;
|
|
108
|
+
};
|
|
109
|
+
radii: {
|
|
110
|
+
"0": any;
|
|
111
|
+
"1": any;
|
|
112
|
+
"2": any;
|
|
113
|
+
"3": any;
|
|
114
|
+
round: any;
|
|
115
|
+
};
|
|
116
|
+
shadows: {
|
|
117
|
+
"0": any;
|
|
118
|
+
"1": any;
|
|
119
|
+
"2": any;
|
|
120
|
+
"3": any;
|
|
121
|
+
};
|
|
122
|
+
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
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
|
+
};
|
|
265
|
+
};
|
|
266
|
+
}>>;
|