@atom-learning/components 2.52.0 → 2.53.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.
Files changed (121) hide show
  1. package/CHANGELOG.md +3 -11
  2. package/dist/components/accordion/Accordion.d.ts +7 -0
  3. package/dist/components/accordion/AccordionContent.d.ts +7 -0
  4. package/dist/components/accordion/AccordionItem.d.ts +7 -0
  5. package/dist/components/accordion/AccordionTrigger.d.ts +7 -0
  6. package/dist/components/action-icon/ActionIcon.d.ts +7 -0
  7. package/dist/components/alert-dialog/AlertDialog.d.ts +7 -0
  8. package/dist/components/alert-dialog/AlertDialogContent.d.ts +7 -0
  9. package/dist/components/avatar/Avatar.d.ts +14 -0
  10. package/dist/components/badge/Badge.d.ts +14 -0
  11. package/dist/components/banner/BannerContainer.d.ts +14 -0
  12. package/dist/components/banner/banner-regular/BannerRegularContent.d.ts +14 -0
  13. package/dist/components/box/Box.d.ts +7 -0
  14. package/dist/components/button/Button.d.ts +7 -0
  15. package/dist/components/calendar/Day.d.ts +7 -0
  16. package/dist/components/carousel/CarouselPagination.d.ts +7 -0
  17. package/dist/components/carousel/CarouselSlide.d.ts +7 -0
  18. package/dist/components/carousel/CarouselSlider.d.ts +7 -0
  19. package/dist/components/checkbox/Checkbox.d.ts +7 -0
  20. package/dist/components/chip/Chip.d.ts +49 -0
  21. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +14 -0
  22. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +14 -0
  23. package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +14 -0
  24. package/dist/components/combobox/Combobox.d.ts +7 -0
  25. package/dist/components/combobox/ComboboxInput.d.ts +7 -0
  26. package/dist/components/combobox/ComboboxList.d.ts +7 -0
  27. package/dist/components/combobox/ComboboxOption.d.ts +7 -0
  28. package/dist/components/combobox/ComboboxPopover.d.ts +7 -0
  29. package/dist/components/data-table/DataTableLoading.d.ts +7 -0
  30. package/dist/components/data-table/pagination/Pagination.d.ts +7 -0
  31. package/dist/components/dialog/Dialog.d.ts +7 -0
  32. package/dist/components/dialog/DialogBackground.d.ts +14 -0
  33. package/dist/components/dialog/DialogClose.d.ts +7 -0
  34. package/dist/components/dialog/DialogContent.d.ts +7 -0
  35. package/dist/components/divider/Divider.d.ts +7 -0
  36. package/dist/components/dropdown-menu/DropdownMenu.d.ts +7 -0
  37. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +7 -0
  38. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +7 -0
  39. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +7 -0
  40. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +7 -0
  41. package/dist/components/empty-state/EmptyState.d.ts +14 -0
  42. package/dist/components/empty-state/EmptyStateBody.d.ts +14 -0
  43. package/dist/components/empty-state/EmptyStateImage.d.ts +14 -0
  44. package/dist/components/empty-state/EmptyStateTitle.d.ts +7 -0
  45. package/dist/components/flex/Flex.d.ts +7 -0
  46. package/dist/components/form/Form.d.ts +7 -0
  47. package/dist/components/grid/Grid.d.ts +7 -0
  48. package/dist/components/heading/Heading.d.ts +7 -0
  49. package/dist/components/icon/Icon.d.ts +7 -0
  50. package/dist/components/image/Image.d.ts +7 -0
  51. package/dist/components/inline-message/InlineMessage.d.ts +14 -0
  52. package/dist/components/input/Input.d.ts +7 -0
  53. package/dist/components/label/Label.d.ts +7 -0
  54. package/dist/components/link/Link.d.ts +7 -0
  55. package/dist/components/list/List.d.ts +14 -0
  56. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +7 -0
  57. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +14 -0
  58. package/dist/components/notification-badge/NotificationBadge.d.ts +14 -0
  59. package/dist/components/popover/Popover.d.ts +7 -0
  60. package/dist/components/popover/PopoverContent.d.ts +7 -0
  61. package/dist/components/progress-bar/ProgressBar.d.ts +7 -0
  62. package/dist/components/radio-button/RadioButton.d.ts +7 -0
  63. package/dist/components/radio-button/RadioButtonGroup.d.ts +7 -0
  64. package/dist/components/radio-card/RadioCard.d.ts +7 -0
  65. package/dist/components/section-message/SectionMessage.d.ts +49 -0
  66. package/dist/components/select/Select.d.ts +7 -0
  67. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.d.ts +7 -0
  68. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.d.ts +7 -0
  69. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.d.ts +7 -0
  70. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.d.ts +7 -0
  71. package/dist/components/sidedrawer/SidedrawerContent.d.ts +7 -0
  72. package/dist/components/sidedrawer/SidedrawerFooter.d.ts +7 -0
  73. package/dist/components/sidedrawer/SidedrawerHeader.d.ts +7 -0
  74. package/dist/components/sidedrawer/SidedrawerOverlay.d.ts +7 -0
  75. package/dist/components/sidedrawer/SidedrawerTrigger.d.ts +7 -0
  76. package/dist/components/slider/Slider.d.ts +7 -0
  77. package/dist/components/sortable/Handle.d.ts +14 -0
  78. package/dist/components/stack/Stack.d.ts +7 -0
  79. package/dist/components/stack-content/StackContent.d.ts +7 -0
  80. package/dist/components/stepper/StepperStepBullet.d.ts +14 -0
  81. package/dist/components/stepper/StepperStepContainer.d.ts +14 -0
  82. package/dist/components/stepper/StepperStepLabel.d.ts +14 -0
  83. package/dist/components/switch/Switch.d.ts +7 -0
  84. package/dist/components/table/Table.d.ts +7 -0
  85. package/dist/components/table/TableBody.d.ts +7 -0
  86. package/dist/components/table/TableCell.d.ts +7 -0
  87. package/dist/components/table/TableFooter.d.ts +7 -0
  88. package/dist/components/table/TableFooterCell.d.ts +7 -0
  89. package/dist/components/table/TableHeader.d.ts +7 -0
  90. package/dist/components/table/TableHeaderCell.d.ts +7 -0
  91. package/dist/components/table/TableRow.d.ts +14 -0
  92. package/dist/components/tabs/Tabs.d.ts +7 -0
  93. package/dist/components/tabs/TabsContent.d.ts +7 -0
  94. package/dist/components/tabs/TabsTrigger.d.ts +7 -0
  95. package/dist/components/tabs/TabsTriggerList.d.ts +7 -0
  96. package/dist/components/text/Text.d.ts +8 -1
  97. package/dist/components/textarea/Textarea.d.ts +7 -0
  98. package/dist/components/tile/Tile.d.ts +7 -0
  99. package/dist/components/tile/TileGroup.d.ts +7 -0
  100. package/dist/components/tile-interactive/TileInteractive.d.ts +14 -0
  101. package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +21 -0
  102. package/dist/components/tile-toggle-group/TileToggleGroupRoot.d.ts +14 -0
  103. package/dist/components/toast/Toast.d.ts +7 -0
  104. package/dist/components/toggle-group/ToggleGroupButton.d.ts +14 -0
  105. package/dist/components/toggle-group/ToggleGroupItem.d.ts +14 -0
  106. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +7 -0
  107. package/dist/components/toggle-group/index.d.ts +35 -0
  108. package/dist/components/tooltip/TooltipContent.d.ts +7 -0
  109. package/dist/components/top-bar/TopBar.d.ts +7 -0
  110. package/dist/components/top-bar/TopBarBrand.d.ts +21 -0
  111. package/dist/components/video/Video.d.ts +14 -0
  112. package/dist/docgen.json +1 -1
  113. package/dist/experiments/color-scheme/ColorScheme.d.ts +7 -0
  114. package/dist/index.cjs.js +1 -1
  115. package/dist/index.cjs.js.map +1 -1
  116. package/dist/stitches.d.ts +77 -0
  117. package/dist/stitches.js +1 -1
  118. package/dist/stitches.js.map +1 -1
  119. package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +7 -0
  120. package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +14 -0
  121. package/package.json +4 -4
@@ -161,6 +161,13 @@ declare const StyledDialog: 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">;
@@ -156,6 +156,13 @@ export declare const DialogBackground: import("@stitches/react/types/styled-comp
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">;
@@ -368,6 +375,13 @@ export declare const DialogBackground: import("@stitches/react/types/styled-comp
368
375
  "2": any;
369
376
  "3": any;
370
377
  };
378
+ ratios: {
379
+ "16-9": any;
380
+ "3-2": any;
381
+ "4-3": any;
382
+ "1-1": any;
383
+ "3-4": any;
384
+ };
371
385
  }, import("@stitches/react/types/config").DefaultThemeMap, {
372
386
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
373
387
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -157,6 +157,13 @@ export declare const DialogClose: import("@stitches/react/types/styled-component
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 @@ declare const StyledDialogContent: import("@stitches/react/types/styled-componen
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 @@ export declare const StyledDivider: import("@stitches/react/types/styled-compone
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 Root: import("@stitches/react/types/styled-component").StyledCompo
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">;
@@ -157,6 +157,13 @@ export declare const DropdownMenuContent: import("@stitches/react/types/styled-c
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">;
@@ -190,6 +190,13 @@ export declare const DropdownMenuItem: import("@stitches/react/types/styled-comp
190
190
  "2": any;
191
191
  "3": any;
192
192
  };
193
+ ratios: {
194
+ "16-9": any;
195
+ "3-2": any;
196
+ "4-3": any;
197
+ "1-1": any;
198
+ "3-4": any;
199
+ };
193
200
  }, import("@stitches/react/types/config").DefaultThemeMap, {
194
201
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
195
202
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -157,6 +157,13 @@ export declare const DropdownMenuSeparator: import("@stitches/react/types/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">;
@@ -157,6 +157,13 @@ export declare const DropdownMenuTrigger: import("@stitches/react/types/styled-c
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">;
@@ -160,6 +160,13 @@ declare const EmptyStateContainer: import("@stitches/react/types/styled-componen
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">;
@@ -374,6 +381,13 @@ declare const EmptyStateContainer: import("@stitches/react/types/styled-componen
374
381
  "2": any;
375
382
  "3": any;
376
383
  };
384
+ ratios: {
385
+ "16-9": any;
386
+ "3-2": any;
387
+ "4-3": any;
388
+ "1-1": any;
389
+ "3-4": any;
390
+ };
377
391
  }, import("@stitches/react/types/config").DefaultThemeMap, {
378
392
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
379
393
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -163,6 +163,13 @@ export declare const EmptyStateBody: import("@stitches/react/types/styled-compon
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">;
@@ -380,6 +387,13 @@ export declare const EmptyStateBody: import("@stitches/react/types/styled-compon
380
387
  "2": any;
381
388
  "3": any;
382
389
  };
390
+ ratios: {
391
+ "16-9": any;
392
+ "3-2": any;
393
+ "4-3": any;
394
+ "1-1": any;
395
+ "3-4": any;
396
+ };
383
397
  }, import("@stitches/react/types/config").DefaultThemeMap, {
384
398
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
385
399
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -163,6 +163,13 @@ declare const StyledEmptyStateImage: import("@stitches/react/types/styled-compon
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">;
@@ -380,6 +387,13 @@ declare const StyledEmptyStateImage: import("@stitches/react/types/styled-compon
380
387
  "2": any;
381
388
  "3": any;
382
389
  };
390
+ ratios: {
391
+ "16-9": any;
392
+ "3-2": any;
393
+ "4-3": any;
394
+ "1-1": any;
395
+ "3-4": any;
396
+ };
383
397
  }, import("@stitches/react/types/config").DefaultThemeMap, {
384
398
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
385
399
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -158,6 +158,13 @@ export declare const EmptyStateTitle: import("@stitches/react/types/styled-compo
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 Flex: import("@stitches/react/types/styled-component").Styl
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">;
@@ -158,6 +158,13 @@ declare const StyledForm: import("@stitches/react/types/styled-component").Style
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">;
@@ -160,6 +160,13 @@ declare const GridContainer: import("@stitches/react/types/styled-component").St
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">;
@@ -161,6 +161,13 @@ export declare const StyledHeading: import("@stitches/react/types/styled-compone
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">;
@@ -160,6 +160,13 @@ export declare const StyledIcon: import("@stitches/react/types/styled-component"
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">;
@@ -160,6 +160,13 @@ export declare const StyledImage: import("@stitches/react/types/styled-component
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 @@ declare const InlineMessageContainer: import("@stitches/react/types/styled-compo
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">;
@@ -372,6 +379,13 @@ declare const InlineMessageContainer: 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">;
@@ -161,6 +161,13 @@ declare const StyledInput: import("@stitches/react/types/styled-component").Styl
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">;
@@ -163,6 +163,13 @@ declare const StyledLabel: import("@stitches/react/types/styled-component").Styl
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">;
@@ -162,6 +162,13 @@ export declare const StyledLink: import("@stitches/react/types/styled-component"
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">;
@@ -157,6 +157,13 @@ export declare const StyledLi: import("@stitches/react/types/styled-component").
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">;
@@ -375,6 +382,13 @@ export declare const StyledList: import("@stitches/react/types/styled-component"
375
382
  "2": any;
376
383
  "3": any;
377
384
  };
385
+ ratios: {
386
+ "16-9": any;
387
+ "3-2": any;
388
+ "4-3": any;
389
+ "1-1": any;
390
+ "3-4": any;
391
+ };
378
392
  }, import("@stitches/react/types/config").DefaultThemeMap, {
379
393
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
380
394
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -162,6 +162,13 @@ export declare const StyledMarkdownEmphasis: import("@stitches/react/types/style
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">;
@@ -178,6 +178,13 @@ export declare const NavigationMenuDropdownItemTitle: import("@stitches/react/ty
178
178
  "2": any;
179
179
  "3": any;
180
180
  };
181
+ ratios: {
182
+ "16-9": any;
183
+ "3-2": any;
184
+ "4-3": any;
185
+ "1-1": any;
186
+ "3-4": any;
187
+ };
181
188
  }, import("@stitches/react/types/config").DefaultThemeMap, {
182
189
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
183
190
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -393,6 +400,13 @@ export declare const NavigationMenuDropdownItemTitle: import("@stitches/react/ty
393
400
  "2": any;
394
401
  "3": any;
395
402
  };
403
+ ratios: {
404
+ "16-9": any;
405
+ "3-2": any;
406
+ "4-3": any;
407
+ "1-1": any;
408
+ "3-4": any;
409
+ };
396
410
  }, import("@stitches/react/types/config").DefaultThemeMap, {
397
411
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
398
412
  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">;
@@ -369,6 +376,13 @@ declare const StyledBadge: import("@stitches/react/types/styled-component").Styl
369
376
  "2": any;
370
377
  "3": any;
371
378
  };
379
+ ratios: {
380
+ "16-9": any;
381
+ "3-2": any;
382
+ "4-3": any;
383
+ "1-1": any;
384
+ "3-4": any;
385
+ };
372
386
  }, import("@stitches/react/types/config").DefaultThemeMap, {
373
387
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
374
388
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -159,6 +159,13 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
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 StyledContent: import("@stitches/react/types/styled-component").St
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">;
@@ -160,6 +160,13 @@ declare const StyledProgressBar: import("@stitches/react/types/styled-component"
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">;
@@ -159,6 +159,13 @@ declare const StyledRadioButton: 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">;
@@ -160,6 +160,13 @@ export declare const RadioButtonGroup: import("@stitches/react/types/styled-comp
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">;
@@ -162,6 +162,13 @@ export declare const StyledRadioCard: import("@stitches/react/types/styled-compo
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">;