@atom-learning/components 1.0.0-rc.3 → 1.0.1

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 (118) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist/components/action-icon/ActionIcon.d.ts +129 -43
  3. package/dist/components/alert-dialog/AlertDialog.d.ts +128 -42
  4. package/dist/components/alert-dialog/AlertDialogContent.d.ts +128 -42
  5. package/dist/components/alert-dialog/AlertDialogContent.js +1 -1
  6. package/dist/components/box/Box.d.ts +128 -42
  7. package/dist/components/button/Button.d.ts +128 -42
  8. package/dist/components/button/Button.js +1 -1
  9. package/dist/components/carousel/Carousel.js +1 -1
  10. package/dist/components/carousel/CarouselPagination.d.ts +128 -42
  11. package/dist/components/carousel/CarouselSlide.d.ts +128 -42
  12. package/dist/components/carousel/CarouselSlider.d.ts +128 -42
  13. package/dist/components/checkbox/Checkbox.d.ts +128 -42
  14. package/dist/components/combobox/Combobox.d.ts +128 -42
  15. package/dist/components/combobox/ComboboxInput.d.ts +128 -42
  16. package/dist/components/combobox/ComboboxInput.js +1 -1
  17. package/dist/components/combobox/ComboboxList.d.ts +128 -42
  18. package/dist/components/combobox/ComboboxOption.d.ts +128 -42
  19. package/dist/components/combobox/ComboboxPopover.d.ts +128 -42
  20. package/dist/components/dialog/Dialog.d.ts +128 -42
  21. package/dist/components/dialog/DialogClose.d.ts +128 -42
  22. package/dist/components/dialog/DialogContent.d.ts +128 -42
  23. package/dist/components/dialog/DialogContent.js +1 -1
  24. package/dist/components/divider/Divider.d.ts +134 -43
  25. package/dist/components/divider/Divider.js +1 -1
  26. package/dist/components/dropdown-menu/DropdownMenu.d.ts +128 -42
  27. package/dist/components/dropdown-menu/DropdownMenuContent.d.ts +128 -42
  28. package/dist/components/dropdown-menu/DropdownMenuContent.js +1 -1
  29. package/dist/components/dropdown-menu/DropdownMenuItem.d.ts +130 -45
  30. package/dist/components/dropdown-menu/DropdownMenuItem.js +1 -1
  31. package/dist/components/dropdown-menu/DropdownMenuSeparator.d.ts +128 -42
  32. package/dist/components/dropdown-menu/DropdownMenuSeparator.js +1 -1
  33. package/dist/components/dropdown-menu/DropdownMenuTrigger.d.ts +128 -42
  34. package/dist/components/field-wrapper/InlineFieldWrapper.d.ts +1 -1
  35. package/dist/components/field-wrapper/InlineFieldWrapper.js +1 -1
  36. package/dist/components/flex/Flex.d.ts +128 -42
  37. package/dist/components/form/Form.d.ts +128 -42
  38. package/dist/components/grid/Grid.d.ts +128 -42
  39. package/dist/components/heading/Heading.d.ts +128 -42
  40. package/dist/components/heading/Heading.js +1 -1
  41. package/dist/components/icon/Icon.d.ts +128 -42
  42. package/dist/components/image/Image.d.ts +128 -42
  43. package/dist/components/index.d.ts +5 -4
  44. package/dist/components/input/Input.d.ts +128 -42
  45. package/dist/components/label/Label.d.ts +129 -43
  46. package/dist/components/label/Label.js +1 -1
  47. package/dist/components/link/Link.d.ts +128 -42
  48. package/dist/components/list/List.d.ts +288 -116
  49. package/dist/components/popover/Popover.d.ts +128 -42
  50. package/dist/components/popover/PopoverContent.d.ts +128 -42
  51. package/dist/components/popover/PopoverContent.js +1 -1
  52. package/dist/components/progress-bar/ProgressBar.d.ts +128 -42
  53. package/dist/components/radio-button/RadioButton.d.ts +275 -0
  54. package/dist/components/radio-button/RadioButton.js +1 -0
  55. package/dist/components/radio-button/RadioButtonGroup.d.ts +269 -0
  56. package/dist/components/{radio → radio-button}/RadioButtonGroup.js +0 -0
  57. package/dist/components/{radio → radio-button}/index.d.ts +0 -0
  58. package/dist/components/{radio-field/RadioGroupField.d.ts → radio-button-field/RadioButtonField.d.ts} +2 -2
  59. package/dist/components/radio-button-field/RadioButtonField.js +1 -0
  60. package/dist/components/{radio-field → radio-button-field}/RadioField.d.ts +1 -1
  61. package/dist/components/radio-button-field/RadioField.js +1 -0
  62. package/dist/components/radio-button-field/index.d.ts +1 -0
  63. package/dist/components/radio-card/RadioCard.d.ts +274 -0
  64. package/dist/components/radio-card/RadioCard.js +1 -0
  65. package/dist/components/radio-card/RadioCardGroup.d.ts +9 -0
  66. package/dist/components/radio-card/RadioCardGroup.js +1 -0
  67. package/dist/components/radio-card/index.d.ts +2 -0
  68. package/dist/components/select/Select.d.ts +128 -42
  69. package/dist/components/select/Select.js +1 -1
  70. package/dist/components/stack/Stack.d.ts +128 -42
  71. package/dist/components/stack-content/StackContent.d.ts +128 -42
  72. package/dist/components/switch/Switch.d.ts +128 -42
  73. package/dist/components/switch/Switch.js +1 -1
  74. package/dist/components/table/Table.d.ts +128 -42
  75. package/dist/components/table/TableBody.d.ts +128 -42
  76. package/dist/components/table/TableCell.d.ts +128 -42
  77. package/dist/components/table/TableCell.js +1 -1
  78. package/dist/components/table/TableFooter.d.ts +128 -42
  79. package/dist/components/table/TableFooterCell.d.ts +128 -42
  80. package/dist/components/table/TableFooterCell.js +1 -1
  81. package/dist/components/table/TableHeader.d.ts +128 -42
  82. package/dist/components/table/TableHeaderCell.d.ts +128 -42
  83. package/dist/components/table/TableRow.d.ts +128 -42
  84. package/dist/components/tabs/TabTrigger.d.ts +128 -42
  85. package/dist/components/tabs/TabTrigger.js +1 -1
  86. package/dist/components/tabs/Tabs.d.ts +432 -174
  87. package/dist/components/text/Text.d.ts +128 -42
  88. package/dist/components/text/Text.js +1 -1
  89. package/dist/components/textarea/Textarea.d.ts +128 -42
  90. package/dist/components/toast/Toast.d.ts +128 -42
  91. package/dist/components/toast/Toast.js +1 -1
  92. package/dist/components/tooltip/Tooltip.js +1 -1
  93. package/dist/components/tooltip/TooltipContent.d.ts +128 -42
  94. package/dist/components/tooltip/TooltipContent.js +1 -1
  95. package/dist/components/video/Video.d.ts +128 -42
  96. package/dist/docgen.json +1 -1
  97. package/dist/docs/Divider.mdx +6 -2
  98. package/dist/docs/DropdownMenu.mdx +5 -3
  99. package/dist/docs/RadioButtonField.mdx +19 -0
  100. package/dist/docs/RadioCard.mdx +62 -0
  101. package/dist/index.cjs.js +1 -1
  102. package/dist/index.js +1 -1
  103. package/dist/stitches.d.ts +610 -200
  104. package/dist/stitches.js +1 -1
  105. package/dist/types/navigatorActions.types.d.ts +2 -5
  106. package/dist/utilities/css-wrapper/CSSWrapper.d.ts +1 -1
  107. package/dist/utilities/css-wrapper/CSSWrapper.js +1 -1
  108. package/dist/utilities/style/index.d.ts +3 -2
  109. package/dist/utilities/style/keyframe-animations.d.ts +24 -0
  110. package/dist/utilities/style/keyframe-animations.js +1 -0
  111. package/package.json +21 -20
  112. package/dist/components/radio/RadioButton.d.ts +0 -189
  113. package/dist/components/radio/RadioButton.js +0 -1
  114. package/dist/components/radio/RadioButtonGroup.d.ts +0 -183
  115. package/dist/components/radio-field/RadioField.js +0 -1
  116. package/dist/components/radio-field/RadioGroupField.js +0 -1
  117. package/dist/components/radio-field/index.d.ts +0 -1
  118. package/dist/docs/RadioField.mdx +0 -19
@@ -2,14 +2,13 @@
2
2
  export declare const itemStyles: {
3
3
  alignItems: string;
4
4
  color: string;
5
+ cursor: string;
5
6
  display: string;
6
7
  fontFamily: string;
7
8
  fontWeight: number;
8
9
  position: string;
9
10
  px: string;
10
- '&:not(:last-child)': {
11
- mb: string;
12
- };
11
+ py: string;
13
12
  '&[data-disabled]': {
14
13
  color: string;
15
14
  pointerEvents: string;
@@ -36,6 +35,7 @@ export declare const DropdownMenuItem: import("@stitches/react/types/styled-comp
36
35
  lg: string;
37
36
  xl: string;
38
37
  reducedMotion: string;
38
+ allowMotion: string;
39
39
  hover: string;
40
40
  }, import("@stitches/react/types/css-util").CSS<{
41
41
  sm: string;
@@ -43,6 +43,7 @@ export declare const DropdownMenuItem: import("@stitches/react/types/styled-comp
43
43
  lg: string;
44
44
  xl: string;
45
45
  reducedMotion: string;
46
+ allowMotion: string;
46
47
  hover: string;
47
48
  }, {
48
49
  colors: {
@@ -149,63 +150,147 @@ export declare const DropdownMenuItem: import("@stitches/react/types/styled-comp
149
150
  "3": any;
150
151
  };
151
152
  }, import("@stitches/react/types/config").DefaultThemeMap, {
152
- bg: (value: import("@stitches/react").PropertyValue<"background">) => {
153
- background: import("@stitches/react").PropertyValue<"background">;
153
+ bg: (value: {
154
+ readonly [$$PropertyValue]: "background";
155
+ }) => {
156
+ background: {
157
+ readonly [$$PropertyValue]: "background";
158
+ };
154
159
  };
155
- inset: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
156
- top: string | number | import("@stitches/react").ScaleValue<"space">;
157
- right: string | number | import("@stitches/react").ScaleValue<"space">;
158
- bottom: string | number | import("@stitches/react").ScaleValue<"space">;
159
- left: string | number | import("@stitches/react").ScaleValue<"space">;
160
+ inset: (value: string | number | {
161
+ readonly [$$ScaleValue]: "space";
162
+ }) => {
163
+ top: string | number | {
164
+ readonly [$$ScaleValue]: "space";
165
+ };
166
+ right: string | number | {
167
+ readonly [$$ScaleValue]: "space";
168
+ };
169
+ bottom: string | number | {
170
+ readonly [$$ScaleValue]: "space";
171
+ };
172
+ left: string | number | {
173
+ readonly [$$ScaleValue]: "space";
174
+ };
160
175
  };
161
- size: (value: string | number | import("@stitches/react").ScaleValue<"size">) => {
162
- height: string | number | import("@stitches/react").ScaleValue<"size">;
163
- width: string | number | import("@stitches/react").ScaleValue<"size">;
176
+ size: (value: string | number | {
177
+ readonly [$$ScaleValue]: "size";
178
+ }) => {
179
+ height: string | number | {
180
+ readonly [$$ScaleValue]: "size";
181
+ };
182
+ width: string | number | {
183
+ readonly [$$ScaleValue]: "size";
184
+ };
164
185
  };
165
- p: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
166
- padding: string | number | import("@stitches/react").ScaleValue<"space">;
186
+ p: (value: string | number | {
187
+ readonly [$$ScaleValue]: "space";
188
+ }) => {
189
+ padding: string | number | {
190
+ readonly [$$ScaleValue]: "space";
191
+ };
167
192
  };
168
- pt: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
169
- paddingTop: string | number | import("@stitches/react").ScaleValue<"space">;
193
+ pt: (value: string | number | {
194
+ readonly [$$ScaleValue]: "space";
195
+ }) => {
196
+ paddingTop: string | number | {
197
+ readonly [$$ScaleValue]: "space";
198
+ };
170
199
  };
171
- pr: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
172
- paddingRight: string | number | import("@stitches/react").ScaleValue<"space">;
200
+ pr: (value: string | number | {
201
+ readonly [$$ScaleValue]: "space";
202
+ }) => {
203
+ paddingRight: string | number | {
204
+ readonly [$$ScaleValue]: "space";
205
+ };
173
206
  };
174
- pb: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
175
- paddingBottom: string | number | import("@stitches/react").ScaleValue<"space">;
207
+ pb: (value: string | number | {
208
+ readonly [$$ScaleValue]: "space";
209
+ }) => {
210
+ paddingBottom: string | number | {
211
+ readonly [$$ScaleValue]: "space";
212
+ };
176
213
  };
177
- pl: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
178
- paddingLeft: string | number | import("@stitches/react").ScaleValue<"space">;
214
+ pl: (value: string | number | {
215
+ readonly [$$ScaleValue]: "space";
216
+ }) => {
217
+ paddingLeft: string | number | {
218
+ readonly [$$ScaleValue]: "space";
219
+ };
179
220
  };
180
- px: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
181
- paddingLeft: string | number | import("@stitches/react").ScaleValue<"space">;
182
- paddingRight: string | number | import("@stitches/react").ScaleValue<"space">;
221
+ px: (value: string | number | {
222
+ readonly [$$ScaleValue]: "space";
223
+ }) => {
224
+ paddingLeft: string | number | {
225
+ readonly [$$ScaleValue]: "space";
226
+ };
227
+ paddingRight: string | number | {
228
+ readonly [$$ScaleValue]: "space";
229
+ };
183
230
  };
184
- py: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
185
- paddingTop: string | number | import("@stitches/react").ScaleValue<"space">;
186
- paddingBottom: string | number | import("@stitches/react").ScaleValue<"space">;
231
+ py: (value: string | number | {
232
+ readonly [$$ScaleValue]: "space";
233
+ }) => {
234
+ paddingTop: string | number | {
235
+ readonly [$$ScaleValue]: "space";
236
+ };
237
+ paddingBottom: string | number | {
238
+ readonly [$$ScaleValue]: "space";
239
+ };
187
240
  };
188
- m: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
189
- margin: string | number | import("@stitches/react").ScaleValue<"space">;
241
+ m: (value: string | number | {
242
+ readonly [$$ScaleValue]: "space";
243
+ }) => {
244
+ margin: string | number | {
245
+ readonly [$$ScaleValue]: "space";
246
+ };
190
247
  };
191
- mt: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
192
- marginTop: string | number | import("@stitches/react").ScaleValue<"space">;
248
+ mt: (value: string | number | {
249
+ readonly [$$ScaleValue]: "space";
250
+ }) => {
251
+ marginTop: string | number | {
252
+ readonly [$$ScaleValue]: "space";
253
+ };
193
254
  };
194
- mr: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
195
- marginRight: string | number | import("@stitches/react").ScaleValue<"space">;
255
+ mr: (value: string | number | {
256
+ readonly [$$ScaleValue]: "space";
257
+ }) => {
258
+ marginRight: string | number | {
259
+ readonly [$$ScaleValue]: "space";
260
+ };
196
261
  };
197
- mb: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
198
- marginBottom: string | number | import("@stitches/react").ScaleValue<"space">;
262
+ mb: (value: string | number | {
263
+ readonly [$$ScaleValue]: "space";
264
+ }) => {
265
+ marginBottom: string | number | {
266
+ readonly [$$ScaleValue]: "space";
267
+ };
199
268
  };
200
- ml: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
201
- marginLeft: string | number | import("@stitches/react").ScaleValue<"space">;
269
+ ml: (value: string | number | {
270
+ readonly [$$ScaleValue]: "space";
271
+ }) => {
272
+ marginLeft: string | number | {
273
+ readonly [$$ScaleValue]: "space";
274
+ };
202
275
  };
203
- mx: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
204
- marginLeft: string | number | import("@stitches/react").ScaleValue<"space">;
205
- marginRight: string | number | import("@stitches/react").ScaleValue<"space">;
276
+ mx: (value: string | number | {
277
+ readonly [$$ScaleValue]: "space";
278
+ }) => {
279
+ marginLeft: string | number | {
280
+ readonly [$$ScaleValue]: "space";
281
+ };
282
+ marginRight: string | number | {
283
+ readonly [$$ScaleValue]: "space";
284
+ };
206
285
  };
207
- my: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
208
- marginTop: string | number | import("@stitches/react").ScaleValue<"space">;
209
- marginBottom: string | number | import("@stitches/react").ScaleValue<"space">;
286
+ my: (value: string | number | {
287
+ readonly [$$ScaleValue]: "space";
288
+ }) => {
289
+ marginTop: string | number | {
290
+ readonly [$$ScaleValue]: "space";
291
+ };
292
+ marginBottom: string | number | {
293
+ readonly [$$ScaleValue]: "space";
294
+ };
210
295
  };
211
296
  }>>;
@@ -1 +1 @@
1
- import{Item as o}from"@radix-ui/react-dropdown-menu";import{styled as t}from"../../stitches.js";const e={alignItems:"center",color:"$tonal800",display:"flex",fontFamily:"$body",fontWeight:400,position:"relative",px:"$3","&:not(:last-child)":{mb:"$3"},"&[data-disabled]":{color:"$tonal100",pointerEvents:"none"},'&[aria-current="page"], &:focus':{"&::before":{borderLeft:"2px solid currentColor",content:"",height:"100%",left:0,outline:"none",position:"absolute",transform:"scale(1)"}},"&:focus":{color:"$primaryMid",outline:"none"}},n=t(o,e);export{n as DropdownMenuItem,e as itemStyles};
1
+ import{Item as o}from"@radix-ui/react-dropdown-menu";import{styled as e}from"../../stitches.js";const t={alignItems:"center",color:"$tonal600",cursor:"pointer",display:"flex",fontFamily:"$body",fontWeight:400,position:"relative",px:"$3",py:"$2","&[data-disabled]":{color:"$tonal200",pointerEvents:"none"},'&[aria-current="page"], &:focus':{"&::before":{borderLeft:"2px solid currentColor",content:"",height:"$2",left:0,outline:"none",position:"absolute",transform:"scale(1)"}},"&:focus":{color:"$primaryMid",outline:"none"}},r=e(o,t);export{r as DropdownMenuItem,t as itemStyles};
@@ -5,6 +5,7 @@ export declare const DropdownMenuSeparator: import("@stitches/react/types/styled
5
5
  lg: string;
6
6
  xl: string;
7
7
  reducedMotion: string;
8
+ allowMotion: string;
8
9
  hover: string;
9
10
  }, import("@stitches/react/types/css-util").CSS<{
10
11
  sm: string;
@@ -12,6 +13,7 @@ export declare const DropdownMenuSeparator: import("@stitches/react/types/styled
12
13
  lg: string;
13
14
  xl: string;
14
15
  reducedMotion: string;
16
+ allowMotion: string;
15
17
  hover: string;
16
18
  }, {
17
19
  colors: {
@@ -118,63 +120,147 @@ export declare const DropdownMenuSeparator: import("@stitches/react/types/styled
118
120
  "3": any;
119
121
  };
120
122
  }, import("@stitches/react/types/config").DefaultThemeMap, {
121
- bg: (value: import("@stitches/react").PropertyValue<"background">) => {
122
- background: import("@stitches/react").PropertyValue<"background">;
123
+ bg: (value: {
124
+ readonly [$$PropertyValue]: "background";
125
+ }) => {
126
+ background: {
127
+ readonly [$$PropertyValue]: "background";
128
+ };
123
129
  };
124
- inset: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
125
- top: string | number | import("@stitches/react").ScaleValue<"space">;
126
- right: string | number | import("@stitches/react").ScaleValue<"space">;
127
- bottom: string | number | import("@stitches/react").ScaleValue<"space">;
128
- left: string | number | import("@stitches/react").ScaleValue<"space">;
130
+ inset: (value: string | number | {
131
+ readonly [$$ScaleValue]: "space";
132
+ }) => {
133
+ top: string | number | {
134
+ readonly [$$ScaleValue]: "space";
135
+ };
136
+ right: string | number | {
137
+ readonly [$$ScaleValue]: "space";
138
+ };
139
+ bottom: string | number | {
140
+ readonly [$$ScaleValue]: "space";
141
+ };
142
+ left: string | number | {
143
+ readonly [$$ScaleValue]: "space";
144
+ };
129
145
  };
130
- size: (value: string | number | import("@stitches/react").ScaleValue<"size">) => {
131
- height: string | number | import("@stitches/react").ScaleValue<"size">;
132
- width: string | number | import("@stitches/react").ScaleValue<"size">;
146
+ size: (value: string | number | {
147
+ readonly [$$ScaleValue]: "size";
148
+ }) => {
149
+ height: string | number | {
150
+ readonly [$$ScaleValue]: "size";
151
+ };
152
+ width: string | number | {
153
+ readonly [$$ScaleValue]: "size";
154
+ };
133
155
  };
134
- p: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
135
- padding: string | number | import("@stitches/react").ScaleValue<"space">;
156
+ p: (value: string | number | {
157
+ readonly [$$ScaleValue]: "space";
158
+ }) => {
159
+ padding: string | number | {
160
+ readonly [$$ScaleValue]: "space";
161
+ };
136
162
  };
137
- pt: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
138
- paddingTop: string | number | import("@stitches/react").ScaleValue<"space">;
163
+ pt: (value: string | number | {
164
+ readonly [$$ScaleValue]: "space";
165
+ }) => {
166
+ paddingTop: string | number | {
167
+ readonly [$$ScaleValue]: "space";
168
+ };
139
169
  };
140
- pr: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
141
- paddingRight: string | number | import("@stitches/react").ScaleValue<"space">;
170
+ pr: (value: string | number | {
171
+ readonly [$$ScaleValue]: "space";
172
+ }) => {
173
+ paddingRight: string | number | {
174
+ readonly [$$ScaleValue]: "space";
175
+ };
142
176
  };
143
- pb: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
144
- paddingBottom: string | number | import("@stitches/react").ScaleValue<"space">;
177
+ pb: (value: string | number | {
178
+ readonly [$$ScaleValue]: "space";
179
+ }) => {
180
+ paddingBottom: string | number | {
181
+ readonly [$$ScaleValue]: "space";
182
+ };
145
183
  };
146
- pl: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
147
- paddingLeft: string | number | import("@stitches/react").ScaleValue<"space">;
184
+ pl: (value: string | number | {
185
+ readonly [$$ScaleValue]: "space";
186
+ }) => {
187
+ paddingLeft: string | number | {
188
+ readonly [$$ScaleValue]: "space";
189
+ };
148
190
  };
149
- px: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
150
- paddingLeft: string | number | import("@stitches/react").ScaleValue<"space">;
151
- paddingRight: string | number | import("@stitches/react").ScaleValue<"space">;
191
+ px: (value: string | number | {
192
+ readonly [$$ScaleValue]: "space";
193
+ }) => {
194
+ paddingLeft: string | number | {
195
+ readonly [$$ScaleValue]: "space";
196
+ };
197
+ paddingRight: string | number | {
198
+ readonly [$$ScaleValue]: "space";
199
+ };
152
200
  };
153
- py: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
154
- paddingTop: string | number | import("@stitches/react").ScaleValue<"space">;
155
- paddingBottom: string | number | import("@stitches/react").ScaleValue<"space">;
201
+ py: (value: string | number | {
202
+ readonly [$$ScaleValue]: "space";
203
+ }) => {
204
+ paddingTop: string | number | {
205
+ readonly [$$ScaleValue]: "space";
206
+ };
207
+ paddingBottom: string | number | {
208
+ readonly [$$ScaleValue]: "space";
209
+ };
156
210
  };
157
- m: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
158
- margin: string | number | import("@stitches/react").ScaleValue<"space">;
211
+ m: (value: string | number | {
212
+ readonly [$$ScaleValue]: "space";
213
+ }) => {
214
+ margin: string | number | {
215
+ readonly [$$ScaleValue]: "space";
216
+ };
159
217
  };
160
- mt: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
161
- marginTop: string | number | import("@stitches/react").ScaleValue<"space">;
218
+ mt: (value: string | number | {
219
+ readonly [$$ScaleValue]: "space";
220
+ }) => {
221
+ marginTop: string | number | {
222
+ readonly [$$ScaleValue]: "space";
223
+ };
162
224
  };
163
- mr: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
164
- marginRight: string | number | import("@stitches/react").ScaleValue<"space">;
225
+ mr: (value: string | number | {
226
+ readonly [$$ScaleValue]: "space";
227
+ }) => {
228
+ marginRight: string | number | {
229
+ readonly [$$ScaleValue]: "space";
230
+ };
165
231
  };
166
- mb: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
167
- marginBottom: string | number | import("@stitches/react").ScaleValue<"space">;
232
+ mb: (value: string | number | {
233
+ readonly [$$ScaleValue]: "space";
234
+ }) => {
235
+ marginBottom: string | number | {
236
+ readonly [$$ScaleValue]: "space";
237
+ };
168
238
  };
169
- ml: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
170
- marginLeft: string | number | import("@stitches/react").ScaleValue<"space">;
239
+ ml: (value: string | number | {
240
+ readonly [$$ScaleValue]: "space";
241
+ }) => {
242
+ marginLeft: string | number | {
243
+ readonly [$$ScaleValue]: "space";
244
+ };
171
245
  };
172
- mx: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
173
- marginLeft: string | number | import("@stitches/react").ScaleValue<"space">;
174
- marginRight: string | number | import("@stitches/react").ScaleValue<"space">;
246
+ mx: (value: string | number | {
247
+ readonly [$$ScaleValue]: "space";
248
+ }) => {
249
+ marginLeft: string | number | {
250
+ readonly [$$ScaleValue]: "space";
251
+ };
252
+ marginRight: string | number | {
253
+ readonly [$$ScaleValue]: "space";
254
+ };
175
255
  };
176
- my: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
177
- marginTop: string | number | import("@stitches/react").ScaleValue<"space">;
178
- marginBottom: string | number | import("@stitches/react").ScaleValue<"space">;
256
+ my: (value: string | number | {
257
+ readonly [$$ScaleValue]: "space";
258
+ }) => {
259
+ marginTop: string | number | {
260
+ readonly [$$ScaleValue]: "space";
261
+ };
262
+ marginBottom: string | number | {
263
+ readonly [$$ScaleValue]: "space";
264
+ };
179
265
  };
180
266
  }>>;
@@ -1 +1 @@
1
- import{Separator as o}from"@radix-ui/react-dropdown-menu";import{styled as r}from"../../stitches.js";const t=r(o,{height:"1px",backgroundColor:"$tonal200",mb:"$3"});export{t as DropdownMenuSeparator};
1
+ import{Separator as o}from"@radix-ui/react-dropdown-menu";import{styled as r}from"../../stitches.js";const t=r(o,{height:"1px",backgroundColor:"$tonal200",my:"$2"});export{t as DropdownMenuSeparator};
@@ -5,6 +5,7 @@ export declare const DropdownMenuTrigger: import("@stitches/react/types/styled-c
5
5
  lg: string;
6
6
  xl: string;
7
7
  reducedMotion: string;
8
+ allowMotion: string;
8
9
  hover: string;
9
10
  }, import("@stitches/react/types/css-util").CSS<{
10
11
  sm: string;
@@ -12,6 +13,7 @@ export declare const DropdownMenuTrigger: import("@stitches/react/types/styled-c
12
13
  lg: string;
13
14
  xl: string;
14
15
  reducedMotion: string;
16
+ allowMotion: string;
15
17
  hover: string;
16
18
  }, {
17
19
  colors: {
@@ -118,63 +120,147 @@ export declare const DropdownMenuTrigger: import("@stitches/react/types/styled-c
118
120
  "3": any;
119
121
  };
120
122
  }, import("@stitches/react/types/config").DefaultThemeMap, {
121
- bg: (value: import("@stitches/react").PropertyValue<"background">) => {
122
- background: import("@stitches/react").PropertyValue<"background">;
123
+ bg: (value: {
124
+ readonly [$$PropertyValue]: "background";
125
+ }) => {
126
+ background: {
127
+ readonly [$$PropertyValue]: "background";
128
+ };
123
129
  };
124
- inset: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
125
- top: string | number | import("@stitches/react").ScaleValue<"space">;
126
- right: string | number | import("@stitches/react").ScaleValue<"space">;
127
- bottom: string | number | import("@stitches/react").ScaleValue<"space">;
128
- left: string | number | import("@stitches/react").ScaleValue<"space">;
130
+ inset: (value: string | number | {
131
+ readonly [$$ScaleValue]: "space";
132
+ }) => {
133
+ top: string | number | {
134
+ readonly [$$ScaleValue]: "space";
135
+ };
136
+ right: string | number | {
137
+ readonly [$$ScaleValue]: "space";
138
+ };
139
+ bottom: string | number | {
140
+ readonly [$$ScaleValue]: "space";
141
+ };
142
+ left: string | number | {
143
+ readonly [$$ScaleValue]: "space";
144
+ };
129
145
  };
130
- size: (value: string | number | import("@stitches/react").ScaleValue<"size">) => {
131
- height: string | number | import("@stitches/react").ScaleValue<"size">;
132
- width: string | number | import("@stitches/react").ScaleValue<"size">;
146
+ size: (value: string | number | {
147
+ readonly [$$ScaleValue]: "size";
148
+ }) => {
149
+ height: string | number | {
150
+ readonly [$$ScaleValue]: "size";
151
+ };
152
+ width: string | number | {
153
+ readonly [$$ScaleValue]: "size";
154
+ };
133
155
  };
134
- p: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
135
- padding: string | number | import("@stitches/react").ScaleValue<"space">;
156
+ p: (value: string | number | {
157
+ readonly [$$ScaleValue]: "space";
158
+ }) => {
159
+ padding: string | number | {
160
+ readonly [$$ScaleValue]: "space";
161
+ };
136
162
  };
137
- pt: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
138
- paddingTop: string | number | import("@stitches/react").ScaleValue<"space">;
163
+ pt: (value: string | number | {
164
+ readonly [$$ScaleValue]: "space";
165
+ }) => {
166
+ paddingTop: string | number | {
167
+ readonly [$$ScaleValue]: "space";
168
+ };
139
169
  };
140
- pr: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
141
- paddingRight: string | number | import("@stitches/react").ScaleValue<"space">;
170
+ pr: (value: string | number | {
171
+ readonly [$$ScaleValue]: "space";
172
+ }) => {
173
+ paddingRight: string | number | {
174
+ readonly [$$ScaleValue]: "space";
175
+ };
142
176
  };
143
- pb: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
144
- paddingBottom: string | number | import("@stitches/react").ScaleValue<"space">;
177
+ pb: (value: string | number | {
178
+ readonly [$$ScaleValue]: "space";
179
+ }) => {
180
+ paddingBottom: string | number | {
181
+ readonly [$$ScaleValue]: "space";
182
+ };
145
183
  };
146
- pl: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
147
- paddingLeft: string | number | import("@stitches/react").ScaleValue<"space">;
184
+ pl: (value: string | number | {
185
+ readonly [$$ScaleValue]: "space";
186
+ }) => {
187
+ paddingLeft: string | number | {
188
+ readonly [$$ScaleValue]: "space";
189
+ };
148
190
  };
149
- px: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
150
- paddingLeft: string | number | import("@stitches/react").ScaleValue<"space">;
151
- paddingRight: string | number | import("@stitches/react").ScaleValue<"space">;
191
+ px: (value: string | number | {
192
+ readonly [$$ScaleValue]: "space";
193
+ }) => {
194
+ paddingLeft: string | number | {
195
+ readonly [$$ScaleValue]: "space";
196
+ };
197
+ paddingRight: string | number | {
198
+ readonly [$$ScaleValue]: "space";
199
+ };
152
200
  };
153
- py: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
154
- paddingTop: string | number | import("@stitches/react").ScaleValue<"space">;
155
- paddingBottom: string | number | import("@stitches/react").ScaleValue<"space">;
201
+ py: (value: string | number | {
202
+ readonly [$$ScaleValue]: "space";
203
+ }) => {
204
+ paddingTop: string | number | {
205
+ readonly [$$ScaleValue]: "space";
206
+ };
207
+ paddingBottom: string | number | {
208
+ readonly [$$ScaleValue]: "space";
209
+ };
156
210
  };
157
- m: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
158
- margin: string | number | import("@stitches/react").ScaleValue<"space">;
211
+ m: (value: string | number | {
212
+ readonly [$$ScaleValue]: "space";
213
+ }) => {
214
+ margin: string | number | {
215
+ readonly [$$ScaleValue]: "space";
216
+ };
159
217
  };
160
- mt: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
161
- marginTop: string | number | import("@stitches/react").ScaleValue<"space">;
218
+ mt: (value: string | number | {
219
+ readonly [$$ScaleValue]: "space";
220
+ }) => {
221
+ marginTop: string | number | {
222
+ readonly [$$ScaleValue]: "space";
223
+ };
162
224
  };
163
- mr: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
164
- marginRight: string | number | import("@stitches/react").ScaleValue<"space">;
225
+ mr: (value: string | number | {
226
+ readonly [$$ScaleValue]: "space";
227
+ }) => {
228
+ marginRight: string | number | {
229
+ readonly [$$ScaleValue]: "space";
230
+ };
165
231
  };
166
- mb: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
167
- marginBottom: string | number | import("@stitches/react").ScaleValue<"space">;
232
+ mb: (value: string | number | {
233
+ readonly [$$ScaleValue]: "space";
234
+ }) => {
235
+ marginBottom: string | number | {
236
+ readonly [$$ScaleValue]: "space";
237
+ };
168
238
  };
169
- ml: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
170
- marginLeft: string | number | import("@stitches/react").ScaleValue<"space">;
239
+ ml: (value: string | number | {
240
+ readonly [$$ScaleValue]: "space";
241
+ }) => {
242
+ marginLeft: string | number | {
243
+ readonly [$$ScaleValue]: "space";
244
+ };
171
245
  };
172
- mx: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
173
- marginLeft: string | number | import("@stitches/react").ScaleValue<"space">;
174
- marginRight: string | number | import("@stitches/react").ScaleValue<"space">;
246
+ mx: (value: string | number | {
247
+ readonly [$$ScaleValue]: "space";
248
+ }) => {
249
+ marginLeft: string | number | {
250
+ readonly [$$ScaleValue]: "space";
251
+ };
252
+ marginRight: string | number | {
253
+ readonly [$$ScaleValue]: "space";
254
+ };
175
255
  };
176
- my: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
177
- marginTop: string | number | import("@stitches/react").ScaleValue<"space">;
178
- marginBottom: string | number | import("@stitches/react").ScaleValue<"space">;
256
+ my: (value: string | number | {
257
+ readonly [$$ScaleValue]: "space";
258
+ }) => {
259
+ marginTop: string | number | {
260
+ readonly [$$ScaleValue]: "space";
261
+ };
262
+ marginBottom: string | number | {
263
+ readonly [$$ScaleValue]: "space";
264
+ };
179
265
  };
180
266
  }>>;