@atom-learning/components 2.52.0 → 2.54.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 +2 -15
- package/dist/components/accordion/Accordion.d.ts +7 -0
- package/dist/components/accordion/AccordionContent.d.ts +7 -0
- package/dist/components/accordion/AccordionItem.d.ts +7 -0
- package/dist/components/accordion/AccordionTrigger.d.ts +7 -0
- package/dist/components/action-icon/ActionIcon.d.ts +7 -0
- package/dist/components/alert-dialog/AlertDialog.d.ts +7 -0
- package/dist/components/alert-dialog/AlertDialogContent.d.ts +7 -0
- package/dist/components/avatar/Avatar.d.ts +14 -0
- package/dist/components/badge/Badge.d.ts +14 -0
- package/dist/components/banner/BannerContainer.d.ts +14 -0
- package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +14 -0
- package/dist/components/box/Box.d.ts +7 -0
- package/dist/components/button/Button.d.ts +7 -0
- package/dist/components/calendar/Day.d.ts +7 -0
- package/dist/components/carousel/CarouselPagination.d.ts +7 -0
- package/dist/components/carousel/CarouselSlide.d.ts +7 -0
- package/dist/components/carousel/CarouselSlider.d.ts +7 -0
- package/dist/components/checkbox/Checkbox.d.ts +7 -0
- package/dist/components/chip/Chip.d.ts +49 -0
- package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +14 -0
- package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +14 -0
- package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +14 -0
- package/dist/components/combobox/Combobox.d.ts +7 -0
- package/dist/components/combobox/ComboboxInput.d.ts +7 -0
- package/dist/components/combobox/ComboboxList.d.ts +7 -0
- package/dist/components/combobox/ComboboxOption.d.ts +7 -0
- package/dist/components/combobox/ComboboxPopover.d.ts +7 -0
- package/dist/components/data-table/DataTableLoading.d.ts +7 -0
- package/dist/components/data-table/pagination/Pagination.d.ts +7 -0
- package/dist/components/dialog/Dialog.d.ts +7 -0
- package/dist/components/dialog/DialogBackground.d.ts +14 -0
- package/dist/components/dialog/DialogClose.d.ts +7 -0
- package/dist/components/dialog/DialogContent.d.ts +7 -0
- package/dist/components/divider/Divider.d.ts +7 -0
- package/dist/components/dropdown-menu/DropdownMenu.d.ts +7 -0
- package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +7 -0
- package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +7 -0
- package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +7 -0
- package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +7 -0
- package/dist/components/empty-state/EmptyState.d.ts +14 -0
- package/dist/components/empty-state/EmptyStateBody.d.ts +14 -0
- package/dist/components/empty-state/EmptyStateImage.d.ts +14 -0
- package/dist/components/empty-state/EmptyStateTitle.d.ts +7 -0
- package/dist/components/flex/Flex.d.ts +7 -0
- package/dist/components/form/Form.d.ts +7 -0
- package/dist/components/grid/Grid.d.ts +7 -0
- package/dist/components/heading/Heading.d.ts +7 -0
- package/dist/components/icon/Icon.d.ts +7 -0
- package/dist/components/image/Image.d.ts +7 -0
- package/dist/components/inline-message/InlineMessage.d.ts +14 -0
- package/dist/components/input/Input.d.ts +7 -0
- package/dist/components/label/Label.d.ts +7 -0
- package/dist/components/link/Link.d.ts +7 -0
- package/dist/components/list/List.d.ts +14 -0
- package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +7 -0
- package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +14 -0
- package/dist/components/notification-badge/NotificationBadge.d.ts +14 -0
- package/dist/components/popover/Popover.d.ts +7 -0
- package/dist/components/popover/PopoverContent.d.ts +7 -0
- package/dist/components/progress-bar/ProgressBar.d.ts +7 -0
- package/dist/components/radio-button/RadioButton.d.ts +7 -0
- package/dist/components/radio-button/RadioButtonGroup.d.ts +7 -0
- package/dist/components/radio-card/RadioCard.d.ts +7 -0
- package/dist/components/section-message/SectionMessage.d.ts +49 -0
- package/dist/components/select/Select.d.ts +7 -0
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.d.ts +7 -0
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.d.ts +7 -0
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.d.ts +7 -0
- package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.d.ts +7 -0
- package/dist/components/sidedrawer/SidedrawerContent.d.ts +7 -0
- package/dist/components/sidedrawer/SidedrawerFooter.d.ts +7 -0
- package/dist/components/sidedrawer/SidedrawerHeader.d.ts +7 -0
- package/dist/components/sidedrawer/SidedrawerOverlay.d.ts +7 -0
- package/dist/components/sidedrawer/SidedrawerTrigger.d.ts +7 -0
- package/dist/components/slider/Slider.d.ts +7 -0
- package/dist/components/sortable/Handle.d.ts +14 -0
- package/dist/components/stack/Stack.d.ts +7 -0
- package/dist/components/stack-content/StackContent.d.ts +7 -0
- package/dist/components/stepper/StepperStepBullet.d.ts +14 -0
- package/dist/components/stepper/StepperStepContainer.d.ts +14 -0
- package/dist/components/stepper/StepperStepLabel.d.ts +14 -0
- package/dist/components/switch/Switch.d.ts +10 -1
- package/dist/components/switch/Switch.js +1 -1
- package/dist/components/switch/Switch.js.map +1 -1
- package/dist/components/table/Table.d.ts +7 -0
- package/dist/components/table/TableBody.d.ts +7 -0
- package/dist/components/table/TableCell.d.ts +7 -0
- package/dist/components/table/TableFooter.d.ts +7 -0
- package/dist/components/table/TableFooterCell.d.ts +7 -0
- package/dist/components/table/TableHeader.d.ts +7 -0
- package/dist/components/table/TableHeaderCell.d.ts +7 -0
- package/dist/components/table/TableRow.d.ts +14 -0
- package/dist/components/tabs/Tabs.d.ts +7 -0
- package/dist/components/tabs/TabsContent.d.ts +7 -0
- package/dist/components/tabs/TabsTrigger.d.ts +7 -0
- package/dist/components/tabs/TabsTriggerList.d.ts +7 -0
- package/dist/components/text/Text.d.ts +8 -1
- package/dist/components/textarea/Textarea.d.ts +7 -0
- package/dist/components/tile/Tile.d.ts +7 -0
- package/dist/components/tile/TileGroup.d.ts +7 -0
- package/dist/components/tile-interactive/TileInteractive.d.ts +14 -0
- package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +21 -0
- package/dist/components/tile-toggle-group/TileToggleGroupRoot.d.ts +14 -0
- package/dist/components/toast/Toast.d.ts +7 -0
- package/dist/components/toggle-group/ToggleGroupButton.d.ts +14 -0
- package/dist/components/toggle-group/ToggleGroupItem.d.ts +14 -0
- package/dist/components/toggle-group/ToggleGroupRoot.d.ts +7 -0
- package/dist/components/toggle-group/index.d.ts +35 -0
- package/dist/components/tooltip/TooltipContent.d.ts +7 -0
- package/dist/components/top-bar/TopBar.d.ts +7 -0
- package/dist/components/top-bar/TopBarBrand.d.ts +21 -0
- package/dist/components/video/Video.d.ts +14 -0
- package/dist/docgen.json +1 -1
- package/dist/experiments/color-scheme/ColorScheme.d.ts +7 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/stitches.d.ts +77 -0
- package/dist/stitches.js +1 -1
- package/dist/stitches.js.map +1 -1
- package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +7 -0
- package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +14 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,22 +1,9 @@
|
|
|
1
|
-
# [2.
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* debounce is necessary for tabs or endless url update loop glitch ([9ccb612](https://github.com/Atom-Learning/components/commit/9ccb6123019f96377b7f4a4973d9359311773a71))
|
|
7
|
-
* design fix stretch cards to height 100% ([51412ae](https://github.com/Atom-Learning/components/commit/51412ae7155b5a50a0c15a4a01efdf73c237545f))
|
|
8
|
-
* design tweaks ([cb2c9b1](https://github.com/Atom-Learning/components/commit/cb2c9b18327d1340c0ecd4354922f6e6f8412a94))
|
|
9
|
-
* overflow in Tile in Cards ([f13c185](https://github.com/Atom-Learning/components/commit/f13c18553e5ce1e34256d6418a7cc0c31d271dca))
|
|
1
|
+
# [2.54.0](https://github.com/Atom-Learning/components/compare/v2.53.0...v2.54.0) (2023-05-05)
|
|
10
2
|
|
|
11
3
|
|
|
12
4
|
### Features
|
|
13
5
|
|
|
14
|
-
*
|
|
15
|
-
* minor but make sure the Image used for the logo has a pointer cursor ([50c8aa0](https://github.com/Atom-Learning/components/commit/50c8aa0d1ad6e224f5108503ec9341f73650955a))
|
|
16
|
-
* replace Box wrapper in Card and DosAndDonts with Tile ([7487c6c](https://github.com/Atom-Learning/components/commit/7487c6c54d842506f7d5974721a8bc1a18cd465b))
|
|
17
|
-
* stack Cards filter chips ([9b46a13](https://github.com/Atom-Learning/components/commit/9b46a13b1163003b39f81ef94935ffa65b71f22b))
|
|
18
|
-
* store selected tab in the url in documentation site ([31ad7ed](https://github.com/Atom-Learning/components/commit/31ad7ed0628b2bf96e3f1b321007d43f8c945746))
|
|
19
|
-
* useQueryParams ([5c26901](https://github.com/Atom-Learning/components/commit/5c269019d1f2b2aeedcf5274ab5c1a8d756f0152))
|
|
6
|
+
* switch large variant ([09ccd7f](https://github.com/Atom-Learning/components/commit/09ccd7faa2fe076b7ad89bc403eaf226f7a02dbe))
|
|
20
7
|
|
|
21
8
|
# [1.4.0](https://github.com/Atom-Learning/components/compare/v1.3.0...v1.4.0) (2022-04-11)
|
|
22
9
|
|
|
@@ -160,6 +160,13 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
|
|
|
160
160
|
"2": any;
|
|
161
161
|
"3": any;
|
|
162
162
|
};
|
|
163
|
+
ratios: {
|
|
164
|
+
"16-9": any;
|
|
165
|
+
"3-2": any;
|
|
166
|
+
"4-3": any;
|
|
167
|
+
"1-1": any;
|
|
168
|
+
"3-4": any;
|
|
169
|
+
};
|
|
163
170
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
164
171
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
165
172
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -157,6 +157,13 @@ declare const StyledContent: import("@stitches/react/types/styled-component").St
|
|
|
157
157
|
"2": any;
|
|
158
158
|
"3": any;
|
|
159
159
|
};
|
|
160
|
+
ratios: {
|
|
161
|
+
"16-9": any;
|
|
162
|
+
"3-2": any;
|
|
163
|
+
"4-3": any;
|
|
164
|
+
"1-1": any;
|
|
165
|
+
"3-4": any;
|
|
166
|
+
};
|
|
160
167
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
161
168
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
162
169
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -157,6 +157,13 @@ declare const StyledItem: import("@stitches/react/types/styled-component").Style
|
|
|
157
157
|
"2": any;
|
|
158
158
|
"3": any;
|
|
159
159
|
};
|
|
160
|
+
ratios: {
|
|
161
|
+
"16-9": any;
|
|
162
|
+
"3-2": any;
|
|
163
|
+
"4-3": any;
|
|
164
|
+
"1-1": any;
|
|
165
|
+
"3-4": any;
|
|
166
|
+
};
|
|
160
167
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
161
168
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
162
169
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -158,6 +158,13 @@ declare const StyledTrigger: import("@stitches/react/types/styled-component").St
|
|
|
158
158
|
"2": any;
|
|
159
159
|
"3": any;
|
|
160
160
|
};
|
|
161
|
+
ratios: {
|
|
162
|
+
"16-9": any;
|
|
163
|
+
"3-2": any;
|
|
164
|
+
"4-3": any;
|
|
165
|
+
"1-1": any;
|
|
166
|
+
"3-4": any;
|
|
167
|
+
};
|
|
161
168
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
162
169
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
163
170
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -165,6 +165,13 @@ declare const StyledButton: import("@stitches/react/types/styled-component").Sty
|
|
|
165
165
|
"2": any;
|
|
166
166
|
"3": any;
|
|
167
167
|
};
|
|
168
|
+
ratios: {
|
|
169
|
+
"16-9": any;
|
|
170
|
+
"3-2": any;
|
|
171
|
+
"4-3": any;
|
|
172
|
+
"1-1": any;
|
|
173
|
+
"3-4": any;
|
|
174
|
+
};
|
|
168
175
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
169
176
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
170
177
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -159,6 +159,13 @@ declare const StyledAlertDialog: import("@stitches/react/types/styled-component"
|
|
|
159
159
|
"2": any;
|
|
160
160
|
"3": any;
|
|
161
161
|
};
|
|
162
|
+
ratios: {
|
|
163
|
+
"16-9": any;
|
|
164
|
+
"3-2": any;
|
|
165
|
+
"4-3": any;
|
|
166
|
+
"1-1": any;
|
|
167
|
+
"3-4": any;
|
|
168
|
+
};
|
|
162
169
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
163
170
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
164
171
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -159,6 +159,13 @@ declare const StyledAlertDialogContent: import("@stitches/react/types/styled-com
|
|
|
159
159
|
"2": any;
|
|
160
160
|
"3": any;
|
|
161
161
|
};
|
|
162
|
+
ratios: {
|
|
163
|
+
"16-9": any;
|
|
164
|
+
"3-2": any;
|
|
165
|
+
"4-3": any;
|
|
166
|
+
"1-1": any;
|
|
167
|
+
"3-4": any;
|
|
168
|
+
};
|
|
162
169
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
163
170
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
164
171
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -163,6 +163,13 @@ declare const StyledDiv: import("@stitches/react/types/styled-component").Styled
|
|
|
163
163
|
"2": any;
|
|
164
164
|
"3": any;
|
|
165
165
|
};
|
|
166
|
+
ratios: {
|
|
167
|
+
"16-9": any;
|
|
168
|
+
"3-2": any;
|
|
169
|
+
"4-3": any;
|
|
170
|
+
"1-1": any;
|
|
171
|
+
"3-4": any;
|
|
172
|
+
};
|
|
166
173
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
167
174
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
168
175
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -378,6 +385,13 @@ declare const StyledButton: import("@stitches/react/types/styled-component").Sty
|
|
|
378
385
|
"2": any;
|
|
379
386
|
"3": any;
|
|
380
387
|
};
|
|
388
|
+
ratios: {
|
|
389
|
+
"16-9": any;
|
|
390
|
+
"3-2": any;
|
|
391
|
+
"4-3": any;
|
|
392
|
+
"1-1": any;
|
|
393
|
+
"3-4": any;
|
|
394
|
+
};
|
|
381
395
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
382
396
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
383
397
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -157,6 +157,13 @@ declare const StyledBadge: import("@stitches/react/types/styled-component").Styl
|
|
|
157
157
|
"2": any;
|
|
158
158
|
"3": any;
|
|
159
159
|
};
|
|
160
|
+
ratios: {
|
|
161
|
+
"16-9": any;
|
|
162
|
+
"3-2": any;
|
|
163
|
+
"4-3": any;
|
|
164
|
+
"1-1": any;
|
|
165
|
+
"3-4": any;
|
|
166
|
+
};
|
|
160
167
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
161
168
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
162
169
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -372,6 +379,13 @@ declare const StyledBadge: import("@stitches/react/types/styled-component").Styl
|
|
|
372
379
|
"2": any;
|
|
373
380
|
"3": any;
|
|
374
381
|
};
|
|
382
|
+
ratios: {
|
|
383
|
+
"16-9": any;
|
|
384
|
+
"3-2": any;
|
|
385
|
+
"4-3": any;
|
|
386
|
+
"1-1": any;
|
|
387
|
+
"3-4": any;
|
|
388
|
+
};
|
|
375
389
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
376
390
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
377
391
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -157,6 +157,13 @@ export declare const BannerContainer: import("@stitches/react/types/styled-compo
|
|
|
157
157
|
"2": any;
|
|
158
158
|
"3": any;
|
|
159
159
|
};
|
|
160
|
+
ratios: {
|
|
161
|
+
"16-9": any;
|
|
162
|
+
"3-2": any;
|
|
163
|
+
"4-3": any;
|
|
164
|
+
"1-1": any;
|
|
165
|
+
"3-4": any;
|
|
166
|
+
};
|
|
160
167
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
161
168
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
162
169
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -372,6 +379,13 @@ export declare const BannerContainer: import("@stitches/react/types/styled-compo
|
|
|
372
379
|
"2": any;
|
|
373
380
|
"3": any;
|
|
374
381
|
};
|
|
382
|
+
ratios: {
|
|
383
|
+
"16-9": any;
|
|
384
|
+
"3-2": any;
|
|
385
|
+
"4-3": any;
|
|
386
|
+
"1-1": any;
|
|
387
|
+
"3-4": any;
|
|
388
|
+
};
|
|
375
389
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
376
390
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
377
391
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -157,6 +157,13 @@ declare const Container: import("@stitches/react/types/styled-component").Styled
|
|
|
157
157
|
"2": any;
|
|
158
158
|
"3": any;
|
|
159
159
|
};
|
|
160
|
+
ratios: {
|
|
161
|
+
"16-9": any;
|
|
162
|
+
"3-2": any;
|
|
163
|
+
"4-3": any;
|
|
164
|
+
"1-1": any;
|
|
165
|
+
"3-4": any;
|
|
166
|
+
};
|
|
160
167
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
161
168
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
162
169
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -371,6 +378,13 @@ declare const Container: import("@stitches/react/types/styled-component").Styled
|
|
|
371
378
|
"2": any;
|
|
372
379
|
"3": any;
|
|
373
380
|
};
|
|
381
|
+
ratios: {
|
|
382
|
+
"16-9": any;
|
|
383
|
+
"3-2": any;
|
|
384
|
+
"4-3": any;
|
|
385
|
+
"1-1": any;
|
|
386
|
+
"3-4": any;
|
|
387
|
+
};
|
|
374
388
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
375
389
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
376
390
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -156,6 +156,13 @@ export declare const Box: import("@stitches/react/types/styled-component").Style
|
|
|
156
156
|
"2": any;
|
|
157
157
|
"3": any;
|
|
158
158
|
};
|
|
159
|
+
ratios: {
|
|
160
|
+
"16-9": any;
|
|
161
|
+
"3-2": any;
|
|
162
|
+
"4-3": any;
|
|
163
|
+
"1-1": any;
|
|
164
|
+
"3-4": any;
|
|
165
|
+
};
|
|
159
166
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
160
167
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
161
168
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -166,6 +166,13 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
|
|
|
166
166
|
"2": any;
|
|
167
167
|
"3": any;
|
|
168
168
|
};
|
|
169
|
+
ratios: {
|
|
170
|
+
"16-9": any;
|
|
171
|
+
"3-2": any;
|
|
172
|
+
"4-3": any;
|
|
173
|
+
"1-1": any;
|
|
174
|
+
"3-4": any;
|
|
175
|
+
};
|
|
169
176
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
170
177
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
171
178
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -160,6 +160,13 @@ export declare const Day: import("@stitches/react/types/styled-component").Style
|
|
|
160
160
|
"2": any;
|
|
161
161
|
"3": any;
|
|
162
162
|
};
|
|
163
|
+
ratios: {
|
|
164
|
+
"16-9": any;
|
|
165
|
+
"3-2": any;
|
|
166
|
+
"4-3": any;
|
|
167
|
+
"1-1": any;
|
|
168
|
+
"3-4": any;
|
|
169
|
+
};
|
|
163
170
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
164
171
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
165
172
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -157,6 +157,13 @@ export declare const CarouselPagination: import("@stitches/react/types/styled-co
|
|
|
157
157
|
"2": any;
|
|
158
158
|
"3": any;
|
|
159
159
|
};
|
|
160
|
+
ratios: {
|
|
161
|
+
"16-9": any;
|
|
162
|
+
"3-2": any;
|
|
163
|
+
"4-3": any;
|
|
164
|
+
"1-1": any;
|
|
165
|
+
"3-4": any;
|
|
166
|
+
};
|
|
160
167
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
161
168
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
162
169
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -157,6 +157,13 @@ declare const StyledSlide: import("@stitches/react/types/styled-component").Styl
|
|
|
157
157
|
"2": any;
|
|
158
158
|
"3": any;
|
|
159
159
|
};
|
|
160
|
+
ratios: {
|
|
161
|
+
"16-9": any;
|
|
162
|
+
"3-2": any;
|
|
163
|
+
"4-3": any;
|
|
164
|
+
"1-1": any;
|
|
165
|
+
"3-4": any;
|
|
166
|
+
};
|
|
160
167
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
161
168
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
162
169
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -159,6 +159,13 @@ export declare const CarouselSlider: import("@stitches/react/types/styled-compon
|
|
|
159
159
|
"2": any;
|
|
160
160
|
"3": any;
|
|
161
161
|
};
|
|
162
|
+
ratios: {
|
|
163
|
+
"16-9": any;
|
|
164
|
+
"3-2": any;
|
|
165
|
+
"4-3": any;
|
|
166
|
+
"1-1": any;
|
|
167
|
+
"3-4": any;
|
|
168
|
+
};
|
|
162
169
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
163
170
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
164
171
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -160,6 +160,13 @@ declare const StyledCheckbox: import("@stitches/react/types/styled-component").S
|
|
|
160
160
|
"2": any;
|
|
161
161
|
"3": any;
|
|
162
162
|
};
|
|
163
|
+
ratios: {
|
|
164
|
+
"16-9": any;
|
|
165
|
+
"3-2": any;
|
|
166
|
+
"4-3": any;
|
|
167
|
+
"1-1": any;
|
|
168
|
+
"3-4": any;
|
|
169
|
+
};
|
|
163
170
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
164
171
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
165
172
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -158,6 +158,13 @@ export declare const StyledChipContent: import("@stitches/react/types/styled-com
|
|
|
158
158
|
"2": any;
|
|
159
159
|
"3": any;
|
|
160
160
|
};
|
|
161
|
+
ratios: {
|
|
162
|
+
"16-9": any;
|
|
163
|
+
"3-2": any;
|
|
164
|
+
"4-3": any;
|
|
165
|
+
"1-1": any;
|
|
166
|
+
"3-4": any;
|
|
167
|
+
};
|
|
161
168
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
162
169
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
163
170
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -376,6 +383,13 @@ export declare const StyledChipIcon: import("@stitches/react/types/styled-compon
|
|
|
376
383
|
"2": any;
|
|
377
384
|
"3": any;
|
|
378
385
|
};
|
|
386
|
+
ratios: {
|
|
387
|
+
"16-9": any;
|
|
388
|
+
"3-2": any;
|
|
389
|
+
"4-3": any;
|
|
390
|
+
"1-1": any;
|
|
391
|
+
"3-4": any;
|
|
392
|
+
};
|
|
379
393
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
380
394
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
381
395
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -592,6 +606,13 @@ export declare const StyledChipIcon: import("@stitches/react/types/styled-compon
|
|
|
592
606
|
"2": any;
|
|
593
607
|
"3": any;
|
|
594
608
|
};
|
|
609
|
+
ratios: {
|
|
610
|
+
"16-9": any;
|
|
611
|
+
"3-2": any;
|
|
612
|
+
"4-3": any;
|
|
613
|
+
"1-1": any;
|
|
614
|
+
"3-4": any;
|
|
615
|
+
};
|
|
595
616
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
596
617
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
597
618
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -810,6 +831,13 @@ export declare const StyledRoot: import("@stitches/react/types/styled-component"
|
|
|
810
831
|
"2": any;
|
|
811
832
|
"3": any;
|
|
812
833
|
};
|
|
834
|
+
ratios: {
|
|
835
|
+
"16-9": any;
|
|
836
|
+
"3-2": any;
|
|
837
|
+
"4-3": any;
|
|
838
|
+
"1-1": any;
|
|
839
|
+
"3-4": any;
|
|
840
|
+
};
|
|
813
841
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
814
842
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
815
843
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -1024,6 +1052,13 @@ export declare const StyledRoot: import("@stitches/react/types/styled-component"
|
|
|
1024
1052
|
"2": any;
|
|
1025
1053
|
"3": any;
|
|
1026
1054
|
};
|
|
1055
|
+
ratios: {
|
|
1056
|
+
"16-9": any;
|
|
1057
|
+
"3-2": any;
|
|
1058
|
+
"4-3": any;
|
|
1059
|
+
"1-1": any;
|
|
1060
|
+
"3-4": any;
|
|
1061
|
+
};
|
|
1027
1062
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
1028
1063
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
1029
1064
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -1242,6 +1277,13 @@ export declare const ChipRootContext: React.Context<Omit<Omit<Pick<React.Detaile
|
|
|
1242
1277
|
"2": any;
|
|
1243
1278
|
"3": any;
|
|
1244
1279
|
};
|
|
1280
|
+
ratios: {
|
|
1281
|
+
"16-9": any;
|
|
1282
|
+
"3-2": any;
|
|
1283
|
+
"4-3": any;
|
|
1284
|
+
"1-1": any;
|
|
1285
|
+
"3-4": any;
|
|
1286
|
+
};
|
|
1245
1287
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
1246
1288
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
1247
1289
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -1458,6 +1500,13 @@ export declare const ChipRootContext: React.Context<Omit<Omit<Pick<React.Detaile
|
|
|
1458
1500
|
"2": any;
|
|
1459
1501
|
"3": any;
|
|
1460
1502
|
};
|
|
1503
|
+
ratios: {
|
|
1504
|
+
"16-9": any;
|
|
1505
|
+
"3-2": any;
|
|
1506
|
+
"4-3": any;
|
|
1507
|
+
"1-1": any;
|
|
1508
|
+
"3-4": any;
|
|
1509
|
+
};
|
|
1461
1510
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
1462
1511
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
1463
1512
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -168,6 +168,13 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
168
168
|
"2": any;
|
|
169
169
|
"3": any;
|
|
170
170
|
};
|
|
171
|
+
ratios: {
|
|
172
|
+
"16-9": any;
|
|
173
|
+
"3-2": any;
|
|
174
|
+
"4-3": any;
|
|
175
|
+
"1-1": any;
|
|
176
|
+
"3-4": any;
|
|
177
|
+
};
|
|
171
178
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
172
179
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
173
180
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -385,6 +392,13 @@ declare const StyledChipDismissibleGroupItem: import("@stitches/react/types/styl
|
|
|
385
392
|
"2": any;
|
|
386
393
|
"3": any;
|
|
387
394
|
};
|
|
395
|
+
ratios: {
|
|
396
|
+
"16-9": any;
|
|
397
|
+
"3-2": any;
|
|
398
|
+
"4-3": any;
|
|
399
|
+
"1-1": any;
|
|
400
|
+
"3-4": any;
|
|
401
|
+
};
|
|
388
402
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
389
403
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
390
404
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -168,6 +168,13 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
168
168
|
"2": any;
|
|
169
169
|
"3": any;
|
|
170
170
|
};
|
|
171
|
+
ratios: {
|
|
172
|
+
"16-9": any;
|
|
173
|
+
"3-2": any;
|
|
174
|
+
"4-3": any;
|
|
175
|
+
"1-1": any;
|
|
176
|
+
"3-4": any;
|
|
177
|
+
};
|
|
171
178
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
172
179
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
173
180
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -385,6 +392,13 @@ declare const StyledChipToggleGroupItem: import("@stitches/react/types/styled-co
|
|
|
385
392
|
"2": any;
|
|
386
393
|
"3": any;
|
|
387
394
|
};
|
|
395
|
+
ratios: {
|
|
396
|
+
"16-9": any;
|
|
397
|
+
"3-2": any;
|
|
398
|
+
"4-3": any;
|
|
399
|
+
"1-1": any;
|
|
400
|
+
"3-4": any;
|
|
401
|
+
};
|
|
388
402
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
389
403
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
390
404
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -169,6 +169,13 @@ export declare const ChipToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
169
169
|
"2": any;
|
|
170
170
|
"3": any;
|
|
171
171
|
};
|
|
172
|
+
ratios: {
|
|
173
|
+
"16-9": any;
|
|
174
|
+
"3-2": any;
|
|
175
|
+
"4-3": any;
|
|
176
|
+
"1-1": any;
|
|
177
|
+
"3-4": any;
|
|
178
|
+
};
|
|
172
179
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
173
180
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
174
181
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -396,6 +403,13 @@ export declare const ChipToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
|
|
|
396
403
|
"2": any;
|
|
397
404
|
"3": any;
|
|
398
405
|
};
|
|
406
|
+
ratios: {
|
|
407
|
+
"16-9": any;
|
|
408
|
+
"3-2": any;
|
|
409
|
+
"4-3": any;
|
|
410
|
+
"1-1": any;
|
|
411
|
+
"3-4": any;
|
|
412
|
+
};
|
|
399
413
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
400
414
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
401
415
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -162,6 +162,13 @@ declare const StyledCombobox: import("@stitches/react/types/styled-component").S
|
|
|
162
162
|
"2": any;
|
|
163
163
|
"3": any;
|
|
164
164
|
};
|
|
165
|
+
ratios: {
|
|
166
|
+
"16-9": any;
|
|
167
|
+
"3-2": any;
|
|
168
|
+
"4-3": any;
|
|
169
|
+
"1-1": any;
|
|
170
|
+
"3-4": any;
|
|
171
|
+
};
|
|
165
172
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
166
173
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
167
174
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -158,6 +158,13 @@ export declare const ComboboxInput: import("@stitches/react/types/styled-compone
|
|
|
158
158
|
"2": any;
|
|
159
159
|
"3": any;
|
|
160
160
|
};
|
|
161
|
+
ratios: {
|
|
162
|
+
"16-9": any;
|
|
163
|
+
"3-2": any;
|
|
164
|
+
"4-3": any;
|
|
165
|
+
"1-1": any;
|
|
166
|
+
"3-4": any;
|
|
167
|
+
};
|
|
161
168
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
162
169
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
163
170
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -156,6 +156,13 @@ export declare const ComboboxList: import("@stitches/react/types/styled-componen
|
|
|
156
156
|
"2": any;
|
|
157
157
|
"3": any;
|
|
158
158
|
};
|
|
159
|
+
ratios: {
|
|
160
|
+
"16-9": any;
|
|
161
|
+
"3-2": any;
|
|
162
|
+
"4-3": any;
|
|
163
|
+
"1-1": any;
|
|
164
|
+
"3-4": any;
|
|
165
|
+
};
|
|
159
166
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
160
167
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
161
168
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -156,6 +156,13 @@ export declare const ComboboxOption: import("@stitches/react/types/styled-compon
|
|
|
156
156
|
"2": any;
|
|
157
157
|
"3": any;
|
|
158
158
|
};
|
|
159
|
+
ratios: {
|
|
160
|
+
"16-9": any;
|
|
161
|
+
"3-2": any;
|
|
162
|
+
"4-3": any;
|
|
163
|
+
"1-1": any;
|
|
164
|
+
"3-4": any;
|
|
165
|
+
};
|
|
159
166
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
160
167
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
161
168
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -156,6 +156,13 @@ export declare const ComboboxPopover: import("@stitches/react/types/styled-compo
|
|
|
156
156
|
"2": any;
|
|
157
157
|
"3": any;
|
|
158
158
|
};
|
|
159
|
+
ratios: {
|
|
160
|
+
"16-9": any;
|
|
161
|
+
"3-2": any;
|
|
162
|
+
"4-3": any;
|
|
163
|
+
"1-1": any;
|
|
164
|
+
"3-4": any;
|
|
165
|
+
};
|
|
159
166
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
160
167
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
161
168
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -161,6 +161,13 @@ declare const PendingState: import("@stitches/react/types/styled-component").Sty
|
|
|
161
161
|
"2": any;
|
|
162
162
|
"3": any;
|
|
163
163
|
};
|
|
164
|
+
ratios: {
|
|
165
|
+
"16-9": any;
|
|
166
|
+
"3-2": any;
|
|
167
|
+
"4-3": any;
|
|
168
|
+
"1-1": any;
|
|
169
|
+
"3-4": any;
|
|
170
|
+
};
|
|
164
171
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
165
172
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
166
173
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|
|
@@ -157,6 +157,13 @@ declare const StyledNav: import("@stitches/react/types/styled-component").Styled
|
|
|
157
157
|
"2": any;
|
|
158
158
|
"3": any;
|
|
159
159
|
};
|
|
160
|
+
ratios: {
|
|
161
|
+
"16-9": any;
|
|
162
|
+
"3-2": any;
|
|
163
|
+
"4-3": any;
|
|
164
|
+
"1-1": any;
|
|
165
|
+
"3-4": any;
|
|
166
|
+
};
|
|
160
167
|
}, import("@stitches/react/types/config").DefaultThemeMap, {
|
|
161
168
|
bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
|
|
162
169
|
background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
|