@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
@@ -1,8 +1,99 @@
1
- /// <reference types="react" />
2
1
  export declare const colorSchemes: {};
3
- export declare const styled: <Type extends import("@stitches/react/types/util").Function | keyof JSX.IntrinsicElements | import("react").ComponentType<any>, Composers extends (string | import("@stitches/react/types/util").Function | import("react").ComponentType<any> | {
4
- [name: string]: unknown;
5
- })[], CSS = import("@stitches/react/types/css-util").CSS<{
2
+ export declare const styled: {
3
+ withConfig: (config: {
4
+ componentId?: string | undefined;
5
+ displayName?: string | undefined;
6
+ shouldForwardStitchesProp?: ((prop: "css" | (string & {})) => boolean | void) | undefined;
7
+ }) => import("@stitches/react/types/stitches").StyledFunctionType<{
8
+ sm: string;
9
+ md: string;
10
+ lg: string;
11
+ xl: string;
12
+ reducedMotion: string;
13
+ allowMotion: string;
14
+ hover: string;
15
+ }, {
16
+ colors: {
17
+ slate1: any;
18
+ slate2: any;
19
+ slate3: any;
20
+ slate4: any;
21
+ slate5: any;
22
+ slate6: any;
23
+ slate7: any;
24
+ slate8: any;
25
+ slate9: any;
26
+ slate10: any;
27
+ blue1: any;
28
+ blue2: any;
29
+ blue3: any;
30
+ blue4: any;
31
+ blue5: any;
32
+ blue6: any;
33
+ blue7: any;
34
+ blue8: any;
35
+ blue9: any;
36
+ blue10: any;
37
+ background: any;
38
+ foreground: any;
39
+ foreground6plus: any;
40
+ };
41
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
42
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
43
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
44
+ };
45
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
46
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
47
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
48
+ };
49
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
50
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
51
+ };
52
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
53
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
54
+ };
55
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
56
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
57
+ };
58
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
59
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
60
+ };
61
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
62
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
63
+ };
64
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
65
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
66
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
67
+ };
68
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
69
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
70
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
71
+ };
72
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
73
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
74
+ };
75
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
76
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
77
+ };
78
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
79
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
80
+ };
81
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
82
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
83
+ };
84
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
85
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
86
+ };
87
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
88
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
89
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
90
+ };
91
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
92
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
93
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
94
+ };
95
+ }>;
96
+ } & import("@stitches/react/types/stitches").StyledFunctionType<{
6
97
  sm: string;
7
98
  md: string;
8
99
  lg: string;
@@ -37,347 +128,60 @@ export declare const styled: <Type extends import("@stitches/react/types/util").
37
128
  foreground6plus: any;
38
129
  };
39
130
  }, import("@stitches/react/types/config").DefaultThemeMap, {
40
- bg: (value: {
41
- readonly [$$PropertyValue]: "background";
42
- }) => {
43
- background: {
44
- readonly [$$PropertyValue]: "background";
45
- };
46
- };
47
- inset: (value: string | number | {
48
- readonly [$$ScaleValue]: "space";
49
- }) => {
50
- top: string | number | {
51
- readonly [$$ScaleValue]: "space";
52
- };
53
- right: string | number | {
54
- readonly [$$ScaleValue]: "space";
55
- };
56
- bottom: string | number | {
57
- readonly [$$ScaleValue]: "space";
58
- };
59
- left: string | number | {
60
- readonly [$$ScaleValue]: "space";
61
- };
62
- };
63
- size: (value: string | number | {
64
- readonly [$$ScaleValue]: "size";
65
- }) => {
66
- height: string | number | {
67
- readonly [$$ScaleValue]: "size";
68
- };
69
- width: string | number | {
70
- readonly [$$ScaleValue]: "size";
71
- };
131
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
132
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
72
133
  };
73
- p: (value: string | number | {
74
- readonly [$$ScaleValue]: "space";
75
- }) => {
76
- padding: string | number | {
77
- readonly [$$ScaleValue]: "space";
78
- };
134
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
135
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
136
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
79
137
  };
80
- pt: (value: string | number | {
81
- readonly [$$ScaleValue]: "space";
82
- }) => {
83
- paddingTop: string | number | {
84
- readonly [$$ScaleValue]: "space";
85
- };
138
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
139
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
86
140
  };
87
- pr: (value: string | number | {
88
- readonly [$$ScaleValue]: "space";
89
- }) => {
90
- paddingRight: string | number | {
91
- readonly [$$ScaleValue]: "space";
92
- };
141
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
142
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
93
143
  };
94
- pb: (value: string | number | {
95
- readonly [$$ScaleValue]: "space";
96
- }) => {
97
- paddingBottom: string | number | {
98
- readonly [$$ScaleValue]: "space";
99
- };
144
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
145
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
100
146
  };
101
- pl: (value: string | number | {
102
- readonly [$$ScaleValue]: "space";
103
- }) => {
104
- paddingLeft: string | number | {
105
- readonly [$$ScaleValue]: "space";
106
- };
147
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
148
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
107
149
  };
108
- px: (value: string | number | {
109
- readonly [$$ScaleValue]: "space";
110
- }) => {
111
- paddingLeft: string | number | {
112
- readonly [$$ScaleValue]: "space";
113
- };
114
- paddingRight: string | number | {
115
- readonly [$$ScaleValue]: "space";
116
- };
150
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
151
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
117
152
  };
118
- py: (value: string | number | {
119
- readonly [$$ScaleValue]: "space";
120
- }) => {
121
- paddingTop: string | number | {
122
- readonly [$$ScaleValue]: "space";
123
- };
124
- paddingBottom: string | number | {
125
- readonly [$$ScaleValue]: "space";
126
- };
153
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
154
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
155
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
127
156
  };
128
- m: (value: string | number | {
129
- readonly [$$ScaleValue]: "space";
130
- }) => {
131
- margin: string | number | {
132
- readonly [$$ScaleValue]: "space";
133
- };
157
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
158
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
159
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
134
160
  };
135
- mt: (value: string | number | {
136
- readonly [$$ScaleValue]: "space";
137
- }) => {
138
- marginTop: string | number | {
139
- readonly [$$ScaleValue]: "space";
140
- };
161
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
162
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
141
163
  };
142
- mr: (value: string | number | {
143
- readonly [$$ScaleValue]: "space";
144
- }) => {
145
- marginRight: string | number | {
146
- readonly [$$ScaleValue]: "space";
147
- };
164
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
165
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
148
166
  };
149
- mb: (value: string | number | {
150
- readonly [$$ScaleValue]: "space";
151
- }) => {
152
- marginBottom: string | number | {
153
- readonly [$$ScaleValue]: "space";
154
- };
167
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
168
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
155
169
  };
156
- ml: (value: string | number | {
157
- readonly [$$ScaleValue]: "space";
158
- }) => {
159
- marginLeft: string | number | {
160
- readonly [$$ScaleValue]: "space";
161
- };
170
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
171
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
162
172
  };
163
- mx: (value: string | number | {
164
- readonly [$$ScaleValue]: "space";
165
- }) => {
166
- marginLeft: string | number | {
167
- readonly [$$ScaleValue]: "space";
168
- };
169
- marginRight: string | number | {
170
- readonly [$$ScaleValue]: "space";
171
- };
173
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
174
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
172
175
  };
173
- my: (value: string | number | {
174
- readonly [$$ScaleValue]: "space";
175
- }) => {
176
- marginTop: string | number | {
177
- readonly [$$ScaleValue]: "space";
178
- };
179
- marginBottom: string | number | {
180
- readonly [$$ScaleValue]: "space";
181
- };
176
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
177
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
178
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
182
179
  };
183
- }>>(type: Type, ...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | import("@stitches/react/types/util").Function | import("react").ComponentType<any> ? Composers[K] : import("@stitches/react/types/stitches").RemoveIndex<CSS> & {
184
- variants?: {
185
- [x: string]: {
186
- [x: string]: CSS;
187
- [x: number]: CSS;
188
- };
189
- } | undefined;
190
- compoundVariants?: (("variants" extends keyof Composers[K] ? { [Name in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name]> | undefined; } : import("@stitches/react/types/util").WideObject) & {
191
- css: CSS;
192
- })[] | undefined;
193
- defaultVariants?: ("variants" extends keyof Composers[K] ? { [Name_1 in keyof Composers[K][keyof Composers[K] & "variants"]]?: import("@stitches/react/types/util").String | import("@stitches/react/types/util").Widen<keyof Composers[K][keyof Composers[K] & "variants"][Name_1]> | undefined; } : import("@stitches/react/types/util").WideObject) | undefined;
194
- } & CSS & { [K2 in keyof Composers[K]]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS ? CSS[K2] : unknown; }; }) => import("@stitches/react/types/styled-component").StyledComponent<Type, import("@stitches/react/types/styled-component").StyledComponentProps<Composers>, {
195
- sm: string;
196
- md: string;
197
- lg: string;
198
- xl: string;
199
- reducedMotion: string;
200
- allowMotion: string;
201
- hover: string;
202
- }, import("@stitches/react/types/css-util").CSS<{
203
- sm: string;
204
- md: string;
205
- lg: string;
206
- xl: string;
207
- reducedMotion: string;
208
- allowMotion: string;
209
- hover: string;
210
- }, {
211
- colors: {
212
- slate1: any;
213
- slate2: any;
214
- slate3: any;
215
- slate4: any;
216
- slate5: any;
217
- slate6: any;
218
- slate7: any;
219
- slate8: any;
220
- slate9: any;
221
- slate10: any;
222
- blue1: any;
223
- blue2: any;
224
- blue3: any;
225
- blue4: any;
226
- blue5: any;
227
- blue6: any;
228
- blue7: any;
229
- blue8: any;
230
- blue9: any;
231
- blue10: any;
232
- background: any;
233
- foreground: any;
234
- foreground6plus: any;
235
- };
236
- }, import("@stitches/react/types/config").DefaultThemeMap, {
237
- bg: (value: {
238
- readonly [$$PropertyValue]: "background";
239
- }) => {
240
- background: {
241
- readonly [$$PropertyValue]: "background";
242
- };
243
- };
244
- inset: (value: string | number | {
245
- readonly [$$ScaleValue]: "space";
246
- }) => {
247
- top: string | number | {
248
- readonly [$$ScaleValue]: "space";
249
- };
250
- right: string | number | {
251
- readonly [$$ScaleValue]: "space";
252
- };
253
- bottom: string | number | {
254
- readonly [$$ScaleValue]: "space";
255
- };
256
- left: string | number | {
257
- readonly [$$ScaleValue]: "space";
258
- };
259
- };
260
- size: (value: string | number | {
261
- readonly [$$ScaleValue]: "size";
262
- }) => {
263
- height: string | number | {
264
- readonly [$$ScaleValue]: "size";
265
- };
266
- width: string | number | {
267
- readonly [$$ScaleValue]: "size";
268
- };
269
- };
270
- p: (value: string | number | {
271
- readonly [$$ScaleValue]: "space";
272
- }) => {
273
- padding: string | number | {
274
- readonly [$$ScaleValue]: "space";
275
- };
276
- };
277
- pt: (value: string | number | {
278
- readonly [$$ScaleValue]: "space";
279
- }) => {
280
- paddingTop: string | number | {
281
- readonly [$$ScaleValue]: "space";
282
- };
283
- };
284
- pr: (value: string | number | {
285
- readonly [$$ScaleValue]: "space";
286
- }) => {
287
- paddingRight: string | number | {
288
- readonly [$$ScaleValue]: "space";
289
- };
290
- };
291
- pb: (value: string | number | {
292
- readonly [$$ScaleValue]: "space";
293
- }) => {
294
- paddingBottom: string | number | {
295
- readonly [$$ScaleValue]: "space";
296
- };
297
- };
298
- pl: (value: string | number | {
299
- readonly [$$ScaleValue]: "space";
300
- }) => {
301
- paddingLeft: string | number | {
302
- readonly [$$ScaleValue]: "space";
303
- };
304
- };
305
- px: (value: string | number | {
306
- readonly [$$ScaleValue]: "space";
307
- }) => {
308
- paddingLeft: string | number | {
309
- readonly [$$ScaleValue]: "space";
310
- };
311
- paddingRight: string | number | {
312
- readonly [$$ScaleValue]: "space";
313
- };
314
- };
315
- py: (value: string | number | {
316
- readonly [$$ScaleValue]: "space";
317
- }) => {
318
- paddingTop: string | number | {
319
- readonly [$$ScaleValue]: "space";
320
- };
321
- paddingBottom: string | number | {
322
- readonly [$$ScaleValue]: "space";
323
- };
324
- };
325
- m: (value: string | number | {
326
- readonly [$$ScaleValue]: "space";
327
- }) => {
328
- margin: string | number | {
329
- readonly [$$ScaleValue]: "space";
330
- };
331
- };
332
- mt: (value: string | number | {
333
- readonly [$$ScaleValue]: "space";
334
- }) => {
335
- marginTop: string | number | {
336
- readonly [$$ScaleValue]: "space";
337
- };
338
- };
339
- mr: (value: string | number | {
340
- readonly [$$ScaleValue]: "space";
341
- }) => {
342
- marginRight: string | number | {
343
- readonly [$$ScaleValue]: "space";
344
- };
345
- };
346
- mb: (value: string | number | {
347
- readonly [$$ScaleValue]: "space";
348
- }) => {
349
- marginBottom: string | number | {
350
- readonly [$$ScaleValue]: "space";
351
- };
352
- };
353
- ml: (value: string | number | {
354
- readonly [$$ScaleValue]: "space";
355
- }) => {
356
- marginLeft: string | number | {
357
- readonly [$$ScaleValue]: "space";
358
- };
359
- };
360
- mx: (value: string | number | {
361
- readonly [$$ScaleValue]: "space";
362
- }) => {
363
- marginLeft: string | number | {
364
- readonly [$$ScaleValue]: "space";
365
- };
366
- marginRight: string | number | {
367
- readonly [$$ScaleValue]: "space";
368
- };
369
- };
370
- my: (value: string | number | {
371
- readonly [$$ScaleValue]: "space";
372
- }) => {
373
- marginTop: string | number | {
374
- readonly [$$ScaleValue]: "space";
375
- };
376
- marginBottom: string | number | {
377
- readonly [$$ScaleValue]: "space";
378
- };
180
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
181
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
182
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
379
183
  };
380
- }>>, createTheme: <Argument0 extends string | ({
184
+ }>, createTheme: <Argument0 extends string | ({
381
185
  colors?: {
382
186
  slate1?: string | number | boolean | undefined;
383
187
  slate2?: string | number | boolean | undefined;