@atom-learning/components 2.30.0 → 2.31.0-beta.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 (112) hide show
  1. package/dist/components/accordion/Accordion.d.ts +37 -127
  2. package/dist/components/accordion/AccordionContent.d.ts +37 -127
  3. package/dist/components/accordion/AccordionItem.d.ts +37 -127
  4. package/dist/components/accordion/AccordionTrigger.d.ts +37 -127
  5. package/dist/components/action-icon/ActionIcon.d.ts +37 -127
  6. package/dist/components/alert-dialog/AlertDialog.d.ts +37 -127
  7. package/dist/components/alert-dialog/AlertDialogContent.d.ts +37 -127
  8. package/dist/components/alert-dialog/AlertDialogContent.js +1 -1
  9. package/dist/components/avatar/Avatar.d.ts +104 -284
  10. package/dist/components/badge/Badge.d.ts +104 -284
  11. package/dist/components/box/Box.d.ts +37 -127
  12. package/dist/components/button/Button.d.ts +37 -127
  13. package/dist/components/calendar/Day.d.ts +37 -127
  14. package/dist/components/carousel/CarouselPagination.d.ts +37 -127
  15. package/dist/components/carousel/CarouselSlide.d.ts +37 -127
  16. package/dist/components/carousel/CarouselSlider.d.ts +37 -127
  17. package/dist/components/checkbox/Checkbox.d.ts +37 -127
  18. package/dist/components/chip/Chip.d.ts +304 -934
  19. package/dist/components/chip-dismissible-group/ChipDismissibleGroupItem.d.ts +74 -254
  20. package/dist/components/chip-toggle-group/ChipToggleGroupItem.d.ts +74 -254
  21. package/dist/components/chip-toggle-group/ChipToggleGroupRoot.d.ts +104 -284
  22. package/dist/components/combobox/Combobox.d.ts +37 -127
  23. package/dist/components/combobox/ComboboxInput.d.ts +37 -127
  24. package/dist/components/combobox/ComboboxList.d.ts +37 -127
  25. package/dist/components/combobox/ComboboxOption.d.ts +37 -127
  26. package/dist/components/combobox/ComboboxPopover.d.ts +37 -127
  27. package/dist/components/data-table/DataTableLoading.d.ts +37 -127
  28. package/dist/components/data-table/drag-and-drop/Handle.d.ts +74 -254
  29. package/dist/components/data-table/pagination/Pagination.d.ts +37 -127
  30. package/dist/components/dialog/Dialog.d.ts +37 -127
  31. package/dist/components/dialog/DialogBackground.d.ts +104 -284
  32. package/dist/components/dialog/DialogClose.d.ts +37 -127
  33. package/dist/components/dialog/DialogContent.d.ts +37 -127
  34. package/dist/components/dialog/DialogContent.js +1 -1
  35. package/dist/components/divider/Divider.d.ts +37 -127
  36. package/dist/components/dropdown-menu/DropdownMenu.d.ts +37 -127
  37. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +37 -127
  38. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +37 -127
  39. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +37 -127
  40. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +37 -127
  41. package/dist/components/empty-state/EmptyState.d.ts +104 -284
  42. package/dist/components/empty-state/EmptyStateBody.d.ts +74 -254
  43. package/dist/components/empty-state/EmptyStateImage.d.ts +74 -254
  44. package/dist/components/empty-state/EmptyStateTitle.d.ts +37 -127
  45. package/dist/components/flex/Flex.d.ts +37 -127
  46. package/dist/components/form/Form.d.ts +37 -127
  47. package/dist/components/grid/Grid.d.ts +37 -127
  48. package/dist/components/heading/Heading.d.ts +37 -127
  49. package/dist/components/icon/Icon.d.ts +37 -127
  50. package/dist/components/image/Image.d.ts +37 -127
  51. package/dist/components/inline-message/InlineMessage.d.ts +104 -284
  52. package/dist/components/input/Input.d.ts +37 -127
  53. package/dist/components/label/Label.d.ts +37 -127
  54. package/dist/components/link/Link.d.ts +37 -127
  55. package/dist/components/list/List.d.ts +104 -284
  56. package/dist/components/markdown-content/components/MarkdownEmphasis.d.ts +37 -127
  57. package/dist/components/navigation/NavigationMenuDropdownItem.d.ts +74 -254
  58. package/dist/components/notification-badge/NotificationBadge.d.ts +104 -284
  59. package/dist/components/popover/Popover.d.ts +37 -127
  60. package/dist/components/popover/PopoverContent.d.ts +37 -127
  61. package/dist/components/progress-bar/ProgressBar.d.ts +37 -127
  62. package/dist/components/radio-button/RadioButton.d.ts +37 -127
  63. package/dist/components/radio-button/RadioButtonGroup.d.ts +37 -127
  64. package/dist/components/radio-card/RadioCard.d.ts +37 -127
  65. package/dist/components/select/Select.d.ts +37 -127
  66. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionContent.d.ts +37 -127
  67. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionItem.d.ts +37 -127
  68. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionRoot.d.ts +37 -127
  69. package/dist/components/sidedrawer/SidedrawerAccordion/SidedrawerAccordionTrigger.d.ts +37 -127
  70. package/dist/components/sidedrawer/SidedrawerContent.d.ts +37 -127
  71. package/dist/components/sidedrawer/SidedrawerFooter.d.ts +37 -127
  72. package/dist/components/sidedrawer/SidedrawerHeader.d.ts +37 -127
  73. package/dist/components/sidedrawer/SidedrawerOverlay.d.ts +37 -127
  74. package/dist/components/sidedrawer/SidedrawerTrigger.d.ts +37 -127
  75. package/dist/components/slider/Slider.d.ts +37 -127
  76. package/dist/components/stack/Stack.d.ts +37 -127
  77. package/dist/components/stack-content/StackContent.d.ts +37 -127
  78. package/dist/components/stepper/StepperStepBullet.d.ts +104 -284
  79. package/dist/components/stepper/StepperStepContainer.d.ts +104 -284
  80. package/dist/components/stepper/StepperStepLabel.d.ts +74 -254
  81. package/dist/components/switch/Switch.d.ts +37 -127
  82. package/dist/components/table/Table.d.ts +37 -127
  83. package/dist/components/table/TableBody.d.ts +37 -127
  84. package/dist/components/table/TableCell.d.ts +37 -127
  85. package/dist/components/table/TableFooter.d.ts +37 -127
  86. package/dist/components/table/TableFooterCell.d.ts +37 -127
  87. package/dist/components/table/TableHeader.d.ts +37 -127
  88. package/dist/components/table/TableHeaderCell.d.ts +37 -127
  89. package/dist/components/table/TableRow.d.ts +74 -254
  90. package/dist/components/tabs/Tabs.d.ts +37 -127
  91. package/dist/components/tabs/TabsContent.d.ts +37 -127
  92. package/dist/components/tabs/TabsTrigger.d.ts +37 -127
  93. package/dist/components/tabs/TabsTriggerList.d.ts +37 -127
  94. package/dist/components/text/Text.d.ts +37 -127
  95. package/dist/components/textarea/Textarea.d.ts +37 -127
  96. package/dist/components/toast/Toast.d.ts +37 -127
  97. package/dist/components/toggle-group/ToggleGroupButton.d.ts +104 -284
  98. package/dist/components/toggle-group/ToggleGroupItem.d.ts +104 -284
  99. package/dist/components/toggle-group/ToggleGroupRoot.d.ts +37 -127
  100. package/dist/components/toggle-group/index.d.ts +245 -695
  101. package/dist/components/tooltip/TooltipContent.d.ts +37 -127
  102. package/dist/components/top-bar/TopBar.d.ts +37 -127
  103. package/dist/components/top-bar/TopBarBrand.d.ts +111 -381
  104. package/dist/components/video/Video.d.ts +104 -284
  105. package/dist/docgen.json +1 -1
  106. package/dist/experiments/color-scheme/ColorScheme.d.ts +52 -142
  107. package/dist/experiments/color-scheme/stitches.colorscheme.config.d.ts +133 -329
  108. package/dist/index.cjs.js +1 -1
  109. package/dist/stitches.d.ts +474 -786
  110. package/dist/stitches.js +1 -1
  111. package/package.json +2 -2
  112. package/CHANGELOG.md +0 -220
@@ -49,148 +49,58 @@ declare const StyledColorScheme: import("@stitches/react/types/styled-component"
49
49
  foreground6plus: any;
50
50
  };
51
51
  }, import("@stitches/react/types/config").DefaultThemeMap, {
52
- bg: (value: {
53
- readonly [$$PropertyValue]: "background";
54
- }) => {
55
- background: {
56
- readonly [$$PropertyValue]: "background";
57
- };
58
- };
59
- inset: (value: string | number | {
60
- readonly [$$ScaleValue]: "space";
61
- }) => {
62
- top: string | number | {
63
- readonly [$$ScaleValue]: "space";
64
- };
65
- right: string | number | {
66
- readonly [$$ScaleValue]: "space";
67
- };
68
- bottom: string | number | {
69
- readonly [$$ScaleValue]: "space";
70
- };
71
- left: string | number | {
72
- readonly [$$ScaleValue]: "space";
73
- };
74
- };
75
- size: (value: string | number | {
76
- readonly [$$ScaleValue]: "size";
77
- }) => {
78
- height: string | number | {
79
- readonly [$$ScaleValue]: "size";
80
- };
81
- width: string | number | {
82
- readonly [$$ScaleValue]: "size";
83
- };
84
- };
85
- p: (value: string | number | {
86
- readonly [$$ScaleValue]: "space";
87
- }) => {
88
- padding: string | number | {
89
- readonly [$$ScaleValue]: "space";
90
- };
91
- };
92
- pt: (value: string | number | {
93
- readonly [$$ScaleValue]: "space";
94
- }) => {
95
- paddingTop: string | number | {
96
- readonly [$$ScaleValue]: "space";
97
- };
98
- };
99
- pr: (value: string | number | {
100
- readonly [$$ScaleValue]: "space";
101
- }) => {
102
- paddingRight: string | number | {
103
- readonly [$$ScaleValue]: "space";
104
- };
105
- };
106
- pb: (value: string | number | {
107
- readonly [$$ScaleValue]: "space";
108
- }) => {
109
- paddingBottom: string | number | {
110
- readonly [$$ScaleValue]: "space";
111
- };
112
- };
113
- pl: (value: string | number | {
114
- readonly [$$ScaleValue]: "space";
115
- }) => {
116
- paddingLeft: string | number | {
117
- readonly [$$ScaleValue]: "space";
118
- };
119
- };
120
- px: (value: string | number | {
121
- readonly [$$ScaleValue]: "space";
122
- }) => {
123
- paddingLeft: string | number | {
124
- readonly [$$ScaleValue]: "space";
125
- };
126
- paddingRight: string | number | {
127
- readonly [$$ScaleValue]: "space";
128
- };
129
- };
130
- py: (value: string | number | {
131
- readonly [$$ScaleValue]: "space";
132
- }) => {
133
- paddingTop: string | number | {
134
- readonly [$$ScaleValue]: "space";
135
- };
136
- paddingBottom: string | number | {
137
- readonly [$$ScaleValue]: "space";
138
- };
139
- };
140
- m: (value: string | number | {
141
- readonly [$$ScaleValue]: "space";
142
- }) => {
143
- margin: string | number | {
144
- readonly [$$ScaleValue]: "space";
145
- };
146
- };
147
- mt: (value: string | number | {
148
- readonly [$$ScaleValue]: "space";
149
- }) => {
150
- marginTop: string | number | {
151
- readonly [$$ScaleValue]: "space";
152
- };
153
- };
154
- mr: (value: string | number | {
155
- readonly [$$ScaleValue]: "space";
156
- }) => {
157
- marginRight: string | number | {
158
- readonly [$$ScaleValue]: "space";
159
- };
160
- };
161
- mb: (value: string | number | {
162
- readonly [$$ScaleValue]: "space";
163
- }) => {
164
- marginBottom: string | number | {
165
- readonly [$$ScaleValue]: "space";
166
- };
167
- };
168
- ml: (value: string | number | {
169
- readonly [$$ScaleValue]: "space";
170
- }) => {
171
- marginLeft: string | number | {
172
- readonly [$$ScaleValue]: "space";
173
- };
174
- };
175
- mx: (value: string | number | {
176
- readonly [$$ScaleValue]: "space";
177
- }) => {
178
- marginLeft: string | number | {
179
- readonly [$$ScaleValue]: "space";
180
- };
181
- marginRight: string | number | {
182
- readonly [$$ScaleValue]: "space";
183
- };
184
- };
185
- my: (value: string | number | {
186
- readonly [$$ScaleValue]: "space";
187
- }) => {
188
- marginTop: string | number | {
189
- readonly [$$ScaleValue]: "space";
190
- };
191
- marginBottom: string | number | {
192
- readonly [$$ScaleValue]: "space";
193
- };
52
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
53
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
54
+ };
55
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
56
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
57
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
58
+ };
59
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
60
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
61
+ };
62
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
63
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
64
+ };
65
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
66
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
67
+ };
68
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
69
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
70
+ };
71
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
72
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
73
+ };
74
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
75
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
76
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
77
+ };
78
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
79
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
80
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
81
+ };
82
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
83
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
84
+ };
85
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
86
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
87
+ };
88
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
89
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
90
+ };
91
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
92
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
93
+ };
94
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
95
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
96
+ };
97
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
98
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
99
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
100
+ };
101
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
102
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
103
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
194
104
  };
195
105
  }>>;
196
106
  declare type TColorSchemeProps = React.ComponentProps<typeof StyledColorScheme> & TColorSchemeOwnProps;