@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.
Files changed (123) hide show
  1. package/CHANGELOG.md +2 -15
  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 +10 -1
  84. package/dist/components/switch/Switch.js +1 -1
  85. package/dist/components/switch/Switch.js.map +1 -1
  86. package/dist/components/table/Table.d.ts +7 -0
  87. package/dist/components/table/TableBody.d.ts +7 -0
  88. package/dist/components/table/TableCell.d.ts +7 -0
  89. package/dist/components/table/TableFooter.d.ts +7 -0
  90. package/dist/components/table/TableFooterCell.d.ts +7 -0
  91. package/dist/components/table/TableHeader.d.ts +7 -0
  92. package/dist/components/table/TableHeaderCell.d.ts +7 -0
  93. package/dist/components/table/TableRow.d.ts +14 -0
  94. package/dist/components/tabs/Tabs.d.ts +7 -0
  95. package/dist/components/tabs/TabsContent.d.ts +7 -0
  96. package/dist/components/tabs/TabsTrigger.d.ts +7 -0
  97. package/dist/components/tabs/TabsTriggerList.d.ts +7 -0
  98. package/dist/components/text/Text.d.ts +8 -1
  99. package/dist/components/textarea/Textarea.d.ts +7 -0
  100. package/dist/components/tile/Tile.d.ts +7 -0
  101. package/dist/components/tile/TileGroup.d.ts +7 -0
  102. package/dist/components/tile-interactive/TileInteractive.d.ts +14 -0
  103. package/dist/components/tile-toggle-group/TileToggleGroupItem.d.ts +21 -0
  104. package/dist/components/tile-toggle-group/TileToggleGroupRoot.d.ts +14 -0
  105. package/dist/components/toast/Toast.d.ts +7 -0
  106. package/dist/components/toggle-group/ToggleGroupButton.d.ts +14 -0
  107. package/dist/components/toggle-group/ToggleGroupItem.d.ts +14 -0
  108. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +7 -0
  109. package/dist/components/toggle-group/index.d.ts +35 -0
  110. package/dist/components/tooltip/TooltipContent.d.ts +7 -0
  111. package/dist/components/top-bar/TopBar.d.ts +7 -0
  112. package/dist/components/top-bar/TopBarBrand.d.ts +21 -0
  113. package/dist/components/video/Video.d.ts +14 -0
  114. package/dist/docgen.json +1 -1
  115. package/dist/experiments/color-scheme/ColorScheme.d.ts +7 -0
  116. package/dist/index.cjs.js +1 -1
  117. package/dist/index.cjs.js.map +1 -1
  118. package/dist/stitches.d.ts +77 -0
  119. package/dist/stitches.js +1 -1
  120. package/dist/stitches.js.map +1 -1
  121. package/dist/utilities/create-theme-variants/createThemeVariants.d.ts +7 -0
  122. package/dist/utilities/no-overflow-wrapper/NoOverflowWrapper.d.ts +14 -0
  123. package/package.json +4 -4
@@ -158,6 +158,13 @@ declare const StyledTriggerList: import("@stitches/react/types/styled-component"
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">;
@@ -197,6 +197,13 @@ export declare const StyledText: import("@stitches/react/types/styled-component"
197
197
  "2": any;
198
198
  "3": any;
199
199
  };
200
+ ratios: {
201
+ "16-9": any;
202
+ "3-2": any;
203
+ "4-3": any;
204
+ "1-1": any;
205
+ "3-4": any;
206
+ };
200
207
  }, import("@stitches/react/types/config").DefaultThemeMap, {
201
208
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
202
209
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -218,7 +225,7 @@ export declare const StyledText: import("@stitches/react/types/styled-component"
218
225
  paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
219
226
  };
220
227
  pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
221
- paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
228
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">; /** Allow nesting `<Text />` inside `<Text />` without forcing a new line and spacing. */
222
229
  };
223
230
  px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
224
231
  paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
@@ -159,6 +159,13 @@ declare const StyledTextarea: import("@stitches/react/types/styled-component").S
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">;
@@ -161,6 +161,13 @@ export declare const StyledTile: import("@stitches/react/types/styled-component"
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">;
@@ -166,6 +166,13 @@ export declare const TileGroup: import("react").ForwardRefExoticComponent<Omit<P
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">;
@@ -164,6 +164,13 @@ declare const StyledTileInteractive: import("@stitches/react/types/styled-compon
164
164
  "2": any;
165
165
  "3": any;
166
166
  };
167
+ ratios: {
168
+ "16-9": any;
169
+ "3-2": any;
170
+ "4-3": any;
171
+ "1-1": any;
172
+ "3-4": any;
173
+ };
167
174
  }, import("@stitches/react/types/config").DefaultThemeMap, {
168
175
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
169
176
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -380,6 +387,13 @@ declare const StyledTileInteractive: 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">;
@@ -164,6 +164,13 @@ declare const StyledTileToggleGroupItem: import("@stitches/react/types/styled-co
164
164
  "2": any;
165
165
  "3": any;
166
166
  };
167
+ ratios: {
168
+ "16-9": any;
169
+ "3-2": any;
170
+ "4-3": any;
171
+ "1-1": any;
172
+ "3-4": any;
173
+ };
167
174
  }, import("@stitches/react/types/config").DefaultThemeMap, {
168
175
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
169
176
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -381,6 +388,13 @@ declare const StyledTileToggleGroupItem: import("@stitches/react/types/styled-co
381
388
  "2": any;
382
389
  "3": any;
383
390
  };
391
+ ratios: {
392
+ "16-9": any;
393
+ "3-2": any;
394
+ "4-3": any;
395
+ "1-1": any;
396
+ "3-4": any;
397
+ };
384
398
  }, import("@stitches/react/types/config").DefaultThemeMap, {
385
399
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
386
400
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -596,6 +610,13 @@ declare const StyledTileToggleGroupItem: import("@stitches/react/types/styled-co
596
610
  "2": any;
597
611
  "3": any;
598
612
  };
613
+ ratios: {
614
+ "16-9": any;
615
+ "3-2": any;
616
+ "4-3": any;
617
+ "1-1": any;
618
+ "3-4": any;
619
+ };
599
620
  }, import("@stitches/react/types/config").DefaultThemeMap, {
600
621
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
601
622
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -167,6 +167,13 @@ export declare const TileToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
167
167
  "2": any;
168
168
  "3": any;
169
169
  };
170
+ ratios: {
171
+ "16-9": any;
172
+ "3-2": any;
173
+ "4-3": any;
174
+ "1-1": any;
175
+ "3-4": any;
176
+ };
170
177
  }, import("@stitches/react/types/config").DefaultThemeMap, {
171
178
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
172
179
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -392,6 +399,13 @@ export declare const TileToggleGroupRoot: React.ForwardRefExoticComponent<(Pick<
392
399
  "2": any;
393
400
  "3": any;
394
401
  };
402
+ ratios: {
403
+ "16-9": any;
404
+ "3-2": any;
405
+ "4-3": any;
406
+ "1-1": any;
407
+ "3-4": any;
408
+ };
395
409
  }, import("@stitches/react/types/config").DefaultThemeMap, {
396
410
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
397
411
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -161,6 +161,13 @@ declare const StyledToast: 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">;
@@ -157,6 +157,13 @@ export declare const StyledButton: import("@stitches/react/types/styled-componen
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 StyledButton: import("@stitches/react/types/styled-componen
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">;
@@ -158,6 +158,13 @@ export declare const StyledItem: import("@stitches/react/types/styled-component"
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">;
@@ -371,6 +378,13 @@ export declare const ToggleGroupItem: import("@stitches/react/types/styled-compo
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">;
@@ -168,6 +168,13 @@ export declare const StyledRoot: import("@stitches/react/types/styled-component"
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">;
@@ -158,6 +158,13 @@ export declare const ToggleGroup: {
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 @@ export declare const ToggleGroup: {
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">;
@@ -589,6 +603,13 @@ export declare const ToggleGroup: {
589
603
  "2": any;
590
604
  "3": any;
591
605
  };
606
+ ratios: {
607
+ "16-9": any;
608
+ "3-2": any;
609
+ "4-3": any;
610
+ "1-1": any;
611
+ "3-4": any;
612
+ };
592
613
  }, import("@stitches/react/types/config").DefaultThemeMap, {
593
614
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
594
615
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -808,6 +829,13 @@ export declare const ToggleGroup: {
808
829
  "2": any;
809
830
  "3": any;
810
831
  };
832
+ ratios: {
833
+ "16-9": any;
834
+ "3-2": any;
835
+ "4-3": any;
836
+ "1-1": any;
837
+ "3-4": any;
838
+ };
811
839
  }, import("@stitches/react/types/config").DefaultThemeMap, {
812
840
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
813
841
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -1026,6 +1054,13 @@ export declare const ToggleGroup: {
1026
1054
  "2": any;
1027
1055
  "3": any;
1028
1056
  };
1057
+ ratios: {
1058
+ "16-9": any;
1059
+ "3-2": any;
1060
+ "4-3": any;
1061
+ "1-1": any;
1062
+ "3-4": any;
1063
+ };
1029
1064
  }, import("@stitches/react/types/config").DefaultThemeMap, {
1030
1065
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1031
1066
  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">;
@@ -171,6 +171,13 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
171
171
  "2": any;
172
172
  "3": any;
173
173
  };
174
+ ratios: {
175
+ "16-9": any;
176
+ "3-2": any;
177
+ "4-3": any;
178
+ "1-1": any;
179
+ "3-4": any;
180
+ };
174
181
  }, import("@stitches/react/types/config").DefaultThemeMap, {
175
182
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
176
183
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -173,6 +173,13 @@ export declare const TopBarBrandName: import("@stitches/react/types/styled-compo
173
173
  "2": any;
174
174
  "3": any;
175
175
  };
176
+ ratios: {
177
+ "16-9": any;
178
+ "3-2": any;
179
+ "4-3": any;
180
+ "1-1": any;
181
+ "3-4": any;
182
+ };
176
183
  }, import("@stitches/react/types/config").DefaultThemeMap, {
177
184
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
178
185
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -388,6 +395,13 @@ export declare const TopBarBrandName: import("@stitches/react/types/styled-compo
388
395
  "2": any;
389
396
  "3": any;
390
397
  };
398
+ ratios: {
399
+ "16-9": any;
400
+ "3-2": any;
401
+ "4-3": any;
402
+ "1-1": any;
403
+ "3-4": any;
404
+ };
391
405
  }, import("@stitches/react/types/config").DefaultThemeMap, {
392
406
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
393
407
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -601,6 +615,13 @@ export declare const TopBarBrand: import("@stitches/react/types/styled-component
601
615
  "2": any;
602
616
  "3": any;
603
617
  };
618
+ ratios: {
619
+ "16-9": any;
620
+ "3-2": any;
621
+ "4-3": any;
622
+ "1-1": any;
623
+ "3-4": any;
624
+ };
604
625
  }, import("@stitches/react/types/config").DefaultThemeMap, {
605
626
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
606
627
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -160,6 +160,13 @@ declare const StyledVideo: import("@stitches/react/types/styled-component").Styl
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">;
@@ -378,6 +385,13 @@ export declare const Video: React.ForwardRefExoticComponent<Pick<VideoProps, str
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">;