@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
@@ -163,6 +163,13 @@ declare const StyledSectionMessage: import("@stitches/react/types/styled-compone
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">;
@@ -389,6 +396,13 @@ export declare const SectionMessage: {
389
396
  "2": any;
390
397
  "3": any;
391
398
  };
399
+ ratios: {
400
+ "16-9": any;
401
+ "3-2": any;
402
+ "4-3": any;
403
+ "1-1": any;
404
+ "3-4": any;
405
+ };
392
406
  }, import("@stitches/react/types/config").DefaultThemeMap, {
393
407
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
394
408
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -611,6 +625,13 @@ export declare const SectionMessage: {
611
625
  "2": any;
612
626
  "3": any;
613
627
  };
628
+ ratios: {
629
+ "16-9": any;
630
+ "3-2": any;
631
+ "4-3": any;
632
+ "1-1": any;
633
+ "3-4": any;
634
+ };
614
635
  }, import("@stitches/react/types/config").DefaultThemeMap, {
615
636
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
616
637
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -832,6 +853,13 @@ export declare const SectionMessage: {
832
853
  "2": any;
833
854
  "3": any;
834
855
  };
856
+ ratios: {
857
+ "16-9": any;
858
+ "3-2": any;
859
+ "4-3": any;
860
+ "1-1": any;
861
+ "3-4": any;
862
+ };
835
863
  }, import("@stitches/react/types/config").DefaultThemeMap, {
836
864
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
837
865
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -1059,6 +1087,13 @@ export declare const SectionMessage: {
1059
1087
  "2": any;
1060
1088
  "3": any;
1061
1089
  };
1090
+ ratios: {
1091
+ "16-9": any;
1092
+ "3-2": any;
1093
+ "4-3": any;
1094
+ "1-1": any;
1095
+ "3-4": any;
1096
+ };
1062
1097
  }, import("@stitches/react/types/config").DefaultThemeMap, {
1063
1098
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1064
1099
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -1295,6 +1330,13 @@ export declare const SectionMessage: {
1295
1330
  "2": any;
1296
1331
  "3": any;
1297
1332
  };
1333
+ ratios: {
1334
+ "16-9": any;
1335
+ "3-2": any;
1336
+ "4-3": any;
1337
+ "1-1": any;
1338
+ "3-4": any;
1339
+ };
1298
1340
  }, import("@stitches/react/types/config").DefaultThemeMap, {
1299
1341
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1300
1342
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -1518,6 +1560,13 @@ export declare const SectionMessage: {
1518
1560
  "2": any;
1519
1561
  "3": any;
1520
1562
  };
1563
+ ratios: {
1564
+ "16-9": any;
1565
+ "3-2": any;
1566
+ "4-3": any;
1567
+ "1-1": any;
1568
+ "3-4": any;
1569
+ };
1521
1570
  }, import("@stitches/react/types/config").DefaultThemeMap, {
1522
1571
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
1523
1572
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -161,6 +161,13 @@ declare const StyledSelect: 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 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 @@ export declare const SidedrawerAccordionItem: import("@stitches/react/types/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">;
@@ -157,6 +157,13 @@ export declare const SidedrawerAccordionRoot: import("@stitches/react/types/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 @@ declare const StyledTrigger: import("@stitches/react/types/styled-component").St
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">;
@@ -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">;
@@ -156,6 +156,13 @@ export declare const SidedrawerFooter: 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">;
@@ -157,6 +157,13 @@ declare const StyledHeader: import("@stitches/react/types/styled-component").Sty
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 SidedrawerOverlay: import("@stitches/react/types/styled-com
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 SidedrawerTrigger: import("@stitches/react/types/styled-com
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">;
@@ -161,6 +161,13 @@ declare const StyledSlider: 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">;
@@ -166,6 +166,13 @@ export declare const StyledHandle: 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">;
@@ -400,6 +407,13 @@ export declare const StyledHandle: import("@stitches/react/types/styled-componen
400
407
  "2": any;
401
408
  "3": any;
402
409
  };
410
+ ratios: {
411
+ "16-9": any;
412
+ "3-2": any;
413
+ "4-3": any;
414
+ "1-1": any;
415
+ "3-4": any;
416
+ };
403
417
  }, import("@stitches/react/types/config").DefaultThemeMap, {
404
418
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
405
419
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -164,6 +164,13 @@ declare const StyledStack: import("@stitches/react/types/styled-component").Styl
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">;
@@ -158,6 +158,13 @@ declare const StyledStackContent: 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">;
@@ -156,6 +156,13 @@ export declare const StepperStepBullet: import("@stitches/react/types/styled-com
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">;
@@ -370,6 +377,13 @@ export declare const StepperStepBullet: import("@stitches/react/types/styled-com
370
377
  "2": any;
371
378
  "3": any;
372
379
  };
380
+ ratios: {
381
+ "16-9": any;
382
+ "3-2": any;
383
+ "4-3": any;
384
+ "1-1": any;
385
+ "3-4": any;
386
+ };
373
387
  }, import("@stitches/react/types/config").DefaultThemeMap, {
374
388
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
375
389
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -156,6 +156,13 @@ export declare const StepperStepContainer: import("@stitches/react/types/styled-
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">;
@@ -373,6 +380,13 @@ export declare const StepperStepContainer: import("@stitches/react/types/styled-
373
380
  "2": any;
374
381
  "3": any;
375
382
  };
383
+ ratios: {
384
+ "16-9": any;
385
+ "3-2": any;
386
+ "4-3": any;
387
+ "1-1": any;
388
+ "3-4": any;
389
+ };
376
390
  }, import("@stitches/react/types/config").DefaultThemeMap, {
377
391
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
378
392
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -163,6 +163,13 @@ export declare const StepperStepLabel: import("@stitches/react/types/styled-comp
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">;
@@ -381,6 +388,13 @@ export declare const StepperStepLabel: import("@stitches/react/types/styled-comp
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">;
@@ -158,6 +158,13 @@ declare const StyledSwitch: import("@stitches/react/types/styled-component").Sty
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">;
@@ -178,6 +178,13 @@ declare const StyledTable: import("@stitches/react/types/styled-component").Styl
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">;
@@ -159,6 +159,13 @@ declare const StyledTableBody: 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">;
@@ -156,6 +156,13 @@ export declare const TableCell: import("@stitches/react/types/styled-component")
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 TableFooter: import("@stitches/react/types/styled-component
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 TableFooterCell: 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">;
@@ -164,6 +164,13 @@ declare const StyledTableHeader: import("@stitches/react/types/styled-component"
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">;
@@ -156,6 +156,13 @@ export declare const TableHeaderCell: 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">;
@@ -157,6 +157,13 @@ export declare const StyledRow: 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">;
@@ -373,6 +380,13 @@ export declare const TableRow: React.ForwardRefExoticComponent<Pick<Omit<Pick<Re
373
380
  "2": any;
374
381
  "3": any;
375
382
  };
383
+ ratios: {
384
+ "16-9": any;
385
+ "3-2": any;
386
+ "4-3": any;
387
+ "1-1": any;
388
+ "3-4": any;
389
+ };
376
390
  }, import("@stitches/react/types/config").DefaultThemeMap, {
377
391
  bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
378
392
  background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
@@ -161,6 +161,13 @@ declare const StyledRoot: import("@stitches/react/types/styled-component").Style
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 TabsContent: 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">;
@@ -157,6 +157,13 @@ declare const StyledTabsTrigger: 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">;
@@ -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">;