@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
@@ -23,6 +23,7 @@ declare const StyledTable: import("@stitches/react/types/styled-component").Styl
23
23
  lg: string;
24
24
  xl: string;
25
25
  reducedMotion: string;
26
+ allowMotion: string;
26
27
  hover: string;
27
28
  }, import("@stitches/react/types/css-util").CSS<{
28
29
  sm: string;
@@ -30,6 +31,7 @@ declare const StyledTable: import("@stitches/react/types/styled-component").Styl
30
31
  lg: string;
31
32
  xl: string;
32
33
  reducedMotion: string;
34
+ allowMotion: string;
33
35
  hover: string;
34
36
  }, {
35
37
  colors: {
@@ -136,64 +138,148 @@ declare const StyledTable: import("@stitches/react/types/styled-component").Styl
136
138
  "3": any;
137
139
  };
138
140
  }, import("@stitches/react/types/config").DefaultThemeMap, {
139
- bg: (value: import("@stitches/react").PropertyValue<"background">) => {
140
- background: import("@stitches/react").PropertyValue<"background">;
141
+ bg: (value: {
142
+ readonly [$$PropertyValue]: "background";
143
+ }) => {
144
+ background: {
145
+ readonly [$$PropertyValue]: "background";
146
+ };
141
147
  };
142
- inset: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
143
- top: string | number | import("@stitches/react").ScaleValue<"space">;
144
- right: string | number | import("@stitches/react").ScaleValue<"space">;
145
- bottom: string | number | import("@stitches/react").ScaleValue<"space">;
146
- left: string | number | import("@stitches/react").ScaleValue<"space">;
148
+ inset: (value: string | number | {
149
+ readonly [$$ScaleValue]: "space";
150
+ }) => {
151
+ top: string | number | {
152
+ readonly [$$ScaleValue]: "space";
153
+ };
154
+ right: string | number | {
155
+ readonly [$$ScaleValue]: "space";
156
+ };
157
+ bottom: string | number | {
158
+ readonly [$$ScaleValue]: "space";
159
+ };
160
+ left: string | number | {
161
+ readonly [$$ScaleValue]: "space";
162
+ };
147
163
  };
148
- size: (value: string | number | import("@stitches/react").ScaleValue<"size">) => {
149
- height: string | number | import("@stitches/react").ScaleValue<"size">;
150
- width: string | number | import("@stitches/react").ScaleValue<"size">;
164
+ size: (value: string | number | {
165
+ readonly [$$ScaleValue]: "size";
166
+ }) => {
167
+ height: string | number | {
168
+ readonly [$$ScaleValue]: "size";
169
+ };
170
+ width: string | number | {
171
+ readonly [$$ScaleValue]: "size";
172
+ };
151
173
  };
152
- p: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
153
- padding: string | number | import("@stitches/react").ScaleValue<"space">;
174
+ p: (value: string | number | {
175
+ readonly [$$ScaleValue]: "space";
176
+ }) => {
177
+ padding: string | number | {
178
+ readonly [$$ScaleValue]: "space";
179
+ };
154
180
  };
155
- pt: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
156
- paddingTop: string | number | import("@stitches/react").ScaleValue<"space">;
181
+ pt: (value: string | number | {
182
+ readonly [$$ScaleValue]: "space";
183
+ }) => {
184
+ paddingTop: string | number | {
185
+ readonly [$$ScaleValue]: "space";
186
+ };
157
187
  };
158
- pr: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
159
- paddingRight: string | number | import("@stitches/react").ScaleValue<"space">;
188
+ pr: (value: string | number | {
189
+ readonly [$$ScaleValue]: "space";
190
+ }) => {
191
+ paddingRight: string | number | {
192
+ readonly [$$ScaleValue]: "space";
193
+ };
160
194
  };
161
- pb: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
162
- paddingBottom: string | number | import("@stitches/react").ScaleValue<"space">;
195
+ pb: (value: string | number | {
196
+ readonly [$$ScaleValue]: "space";
197
+ }) => {
198
+ paddingBottom: string | number | {
199
+ readonly [$$ScaleValue]: "space";
200
+ };
163
201
  };
164
- pl: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
165
- paddingLeft: string | number | import("@stitches/react").ScaleValue<"space">;
202
+ pl: (value: string | number | {
203
+ readonly [$$ScaleValue]: "space";
204
+ }) => {
205
+ paddingLeft: string | number | {
206
+ readonly [$$ScaleValue]: "space";
207
+ };
166
208
  };
167
- px: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
168
- paddingLeft: string | number | import("@stitches/react").ScaleValue<"space">;
169
- paddingRight: string | number | import("@stitches/react").ScaleValue<"space">;
209
+ px: (value: string | number | {
210
+ readonly [$$ScaleValue]: "space";
211
+ }) => {
212
+ paddingLeft: string | number | {
213
+ readonly [$$ScaleValue]: "space";
214
+ };
215
+ paddingRight: string | number | {
216
+ readonly [$$ScaleValue]: "space";
217
+ };
170
218
  };
171
- py: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
172
- paddingTop: string | number | import("@stitches/react").ScaleValue<"space">;
173
- paddingBottom: string | number | import("@stitches/react").ScaleValue<"space">;
219
+ py: (value: string | number | {
220
+ readonly [$$ScaleValue]: "space";
221
+ }) => {
222
+ paddingTop: string | number | {
223
+ readonly [$$ScaleValue]: "space";
224
+ };
225
+ paddingBottom: string | number | {
226
+ readonly [$$ScaleValue]: "space";
227
+ };
174
228
  };
175
- m: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
176
- margin: string | number | import("@stitches/react").ScaleValue<"space">;
229
+ m: (value: string | number | {
230
+ readonly [$$ScaleValue]: "space";
231
+ }) => {
232
+ margin: string | number | {
233
+ readonly [$$ScaleValue]: "space";
234
+ };
177
235
  };
178
- mt: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
179
- marginTop: string | number | import("@stitches/react").ScaleValue<"space">;
236
+ mt: (value: string | number | {
237
+ readonly [$$ScaleValue]: "space";
238
+ }) => {
239
+ marginTop: string | number | {
240
+ readonly [$$ScaleValue]: "space";
241
+ };
180
242
  };
181
- mr: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
182
- marginRight: string | number | import("@stitches/react").ScaleValue<"space">;
243
+ mr: (value: string | number | {
244
+ readonly [$$ScaleValue]: "space";
245
+ }) => {
246
+ marginRight: string | number | {
247
+ readonly [$$ScaleValue]: "space";
248
+ };
183
249
  };
184
- mb: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
185
- marginBottom: string | number | import("@stitches/react").ScaleValue<"space">;
250
+ mb: (value: string | number | {
251
+ readonly [$$ScaleValue]: "space";
252
+ }) => {
253
+ marginBottom: string | number | {
254
+ readonly [$$ScaleValue]: "space";
255
+ };
186
256
  };
187
- ml: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
188
- marginLeft: string | number | import("@stitches/react").ScaleValue<"space">;
257
+ ml: (value: string | number | {
258
+ readonly [$$ScaleValue]: "space";
259
+ }) => {
260
+ marginLeft: string | number | {
261
+ readonly [$$ScaleValue]: "space";
262
+ };
189
263
  };
190
- mx: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
191
- marginLeft: string | number | import("@stitches/react").ScaleValue<"space">;
192
- marginRight: string | number | import("@stitches/react").ScaleValue<"space">;
264
+ mx: (value: string | number | {
265
+ readonly [$$ScaleValue]: "space";
266
+ }) => {
267
+ marginLeft: string | number | {
268
+ readonly [$$ScaleValue]: "space";
269
+ };
270
+ marginRight: string | number | {
271
+ readonly [$$ScaleValue]: "space";
272
+ };
193
273
  };
194
- my: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
195
- marginTop: string | number | import("@stitches/react").ScaleValue<"space">;
196
- marginBottom: string | number | import("@stitches/react").ScaleValue<"space">;
274
+ my: (value: string | number | {
275
+ readonly [$$ScaleValue]: "space";
276
+ }) => {
277
+ marginTop: string | number | {
278
+ readonly [$$ScaleValue]: "space";
279
+ };
280
+ marginBottom: string | number | {
281
+ readonly [$$ScaleValue]: "space";
282
+ };
197
283
  };
198
284
  }>>;
199
285
  declare type TableProps = React.ComponentProps<typeof StyledTable>;
@@ -4,6 +4,7 @@ export declare const TableBody: import("@stitches/react/types/styled-component")
4
4
  lg: string;
5
5
  xl: string;
6
6
  reducedMotion: string;
7
+ allowMotion: string;
7
8
  hover: string;
8
9
  }, import("@stitches/react/types/css-util").CSS<{
9
10
  sm: string;
@@ -11,6 +12,7 @@ export declare const TableBody: import("@stitches/react/types/styled-component")
11
12
  lg: string;
12
13
  xl: string;
13
14
  reducedMotion: string;
15
+ allowMotion: string;
14
16
  hover: string;
15
17
  }, {
16
18
  colors: {
@@ -117,63 +119,147 @@ export declare const TableBody: import("@stitches/react/types/styled-component")
117
119
  "3": any;
118
120
  };
119
121
  }, import("@stitches/react/types/config").DefaultThemeMap, {
120
- bg: (value: import("@stitches/react").PropertyValue<"background">) => {
121
- background: import("@stitches/react").PropertyValue<"background">;
122
+ bg: (value: {
123
+ readonly [$$PropertyValue]: "background";
124
+ }) => {
125
+ background: {
126
+ readonly [$$PropertyValue]: "background";
127
+ };
122
128
  };
123
- inset: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
124
- top: string | number | import("@stitches/react").ScaleValue<"space">;
125
- right: string | number | import("@stitches/react").ScaleValue<"space">;
126
- bottom: string | number | import("@stitches/react").ScaleValue<"space">;
127
- left: string | number | import("@stitches/react").ScaleValue<"space">;
129
+ inset: (value: string | number | {
130
+ readonly [$$ScaleValue]: "space";
131
+ }) => {
132
+ top: string | number | {
133
+ readonly [$$ScaleValue]: "space";
134
+ };
135
+ right: string | number | {
136
+ readonly [$$ScaleValue]: "space";
137
+ };
138
+ bottom: string | number | {
139
+ readonly [$$ScaleValue]: "space";
140
+ };
141
+ left: string | number | {
142
+ readonly [$$ScaleValue]: "space";
143
+ };
128
144
  };
129
- size: (value: string | number | import("@stitches/react").ScaleValue<"size">) => {
130
- height: string | number | import("@stitches/react").ScaleValue<"size">;
131
- width: string | number | import("@stitches/react").ScaleValue<"size">;
145
+ size: (value: string | number | {
146
+ readonly [$$ScaleValue]: "size";
147
+ }) => {
148
+ height: string | number | {
149
+ readonly [$$ScaleValue]: "size";
150
+ };
151
+ width: string | number | {
152
+ readonly [$$ScaleValue]: "size";
153
+ };
132
154
  };
133
- p: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
134
- padding: string | number | import("@stitches/react").ScaleValue<"space">;
155
+ p: (value: string | number | {
156
+ readonly [$$ScaleValue]: "space";
157
+ }) => {
158
+ padding: string | number | {
159
+ readonly [$$ScaleValue]: "space";
160
+ };
135
161
  };
136
- pt: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
137
- paddingTop: string | number | import("@stitches/react").ScaleValue<"space">;
162
+ pt: (value: string | number | {
163
+ readonly [$$ScaleValue]: "space";
164
+ }) => {
165
+ paddingTop: string | number | {
166
+ readonly [$$ScaleValue]: "space";
167
+ };
138
168
  };
139
- pr: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
140
- paddingRight: string | number | import("@stitches/react").ScaleValue<"space">;
169
+ pr: (value: string | number | {
170
+ readonly [$$ScaleValue]: "space";
171
+ }) => {
172
+ paddingRight: string | number | {
173
+ readonly [$$ScaleValue]: "space";
174
+ };
141
175
  };
142
- pb: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
143
- paddingBottom: string | number | import("@stitches/react").ScaleValue<"space">;
176
+ pb: (value: string | number | {
177
+ readonly [$$ScaleValue]: "space";
178
+ }) => {
179
+ paddingBottom: string | number | {
180
+ readonly [$$ScaleValue]: "space";
181
+ };
144
182
  };
145
- pl: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
146
- paddingLeft: string | number | import("@stitches/react").ScaleValue<"space">;
183
+ pl: (value: string | number | {
184
+ readonly [$$ScaleValue]: "space";
185
+ }) => {
186
+ paddingLeft: string | number | {
187
+ readonly [$$ScaleValue]: "space";
188
+ };
147
189
  };
148
- px: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
149
- paddingLeft: string | number | import("@stitches/react").ScaleValue<"space">;
150
- paddingRight: string | number | import("@stitches/react").ScaleValue<"space">;
190
+ px: (value: string | number | {
191
+ readonly [$$ScaleValue]: "space";
192
+ }) => {
193
+ paddingLeft: string | number | {
194
+ readonly [$$ScaleValue]: "space";
195
+ };
196
+ paddingRight: string | number | {
197
+ readonly [$$ScaleValue]: "space";
198
+ };
151
199
  };
152
- py: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
153
- paddingTop: string | number | import("@stitches/react").ScaleValue<"space">;
154
- paddingBottom: string | number | import("@stitches/react").ScaleValue<"space">;
200
+ py: (value: string | number | {
201
+ readonly [$$ScaleValue]: "space";
202
+ }) => {
203
+ paddingTop: string | number | {
204
+ readonly [$$ScaleValue]: "space";
205
+ };
206
+ paddingBottom: string | number | {
207
+ readonly [$$ScaleValue]: "space";
208
+ };
155
209
  };
156
- m: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
157
- margin: string | number | import("@stitches/react").ScaleValue<"space">;
210
+ m: (value: string | number | {
211
+ readonly [$$ScaleValue]: "space";
212
+ }) => {
213
+ margin: string | number | {
214
+ readonly [$$ScaleValue]: "space";
215
+ };
158
216
  };
159
- mt: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
160
- marginTop: string | number | import("@stitches/react").ScaleValue<"space">;
217
+ mt: (value: string | number | {
218
+ readonly [$$ScaleValue]: "space";
219
+ }) => {
220
+ marginTop: string | number | {
221
+ readonly [$$ScaleValue]: "space";
222
+ };
161
223
  };
162
- mr: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
163
- marginRight: string | number | import("@stitches/react").ScaleValue<"space">;
224
+ mr: (value: string | number | {
225
+ readonly [$$ScaleValue]: "space";
226
+ }) => {
227
+ marginRight: string | number | {
228
+ readonly [$$ScaleValue]: "space";
229
+ };
164
230
  };
165
- mb: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
166
- marginBottom: string | number | import("@stitches/react").ScaleValue<"space">;
231
+ mb: (value: string | number | {
232
+ readonly [$$ScaleValue]: "space";
233
+ }) => {
234
+ marginBottom: string | number | {
235
+ readonly [$$ScaleValue]: "space";
236
+ };
167
237
  };
168
- ml: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
169
- marginLeft: string | number | import("@stitches/react").ScaleValue<"space">;
238
+ ml: (value: string | number | {
239
+ readonly [$$ScaleValue]: "space";
240
+ }) => {
241
+ marginLeft: string | number | {
242
+ readonly [$$ScaleValue]: "space";
243
+ };
170
244
  };
171
- mx: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
172
- marginLeft: string | number | import("@stitches/react").ScaleValue<"space">;
173
- marginRight: string | number | import("@stitches/react").ScaleValue<"space">;
245
+ mx: (value: string | number | {
246
+ readonly [$$ScaleValue]: "space";
247
+ }) => {
248
+ marginLeft: string | number | {
249
+ readonly [$$ScaleValue]: "space";
250
+ };
251
+ marginRight: string | number | {
252
+ readonly [$$ScaleValue]: "space";
253
+ };
174
254
  };
175
- my: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
176
- marginTop: string | number | import("@stitches/react").ScaleValue<"space">;
177
- marginBottom: string | number | import("@stitches/react").ScaleValue<"space">;
255
+ my: (value: string | number | {
256
+ readonly [$$ScaleValue]: "space";
257
+ }) => {
258
+ marginTop: string | number | {
259
+ readonly [$$ScaleValue]: "space";
260
+ };
261
+ marginBottom: string | number | {
262
+ readonly [$$ScaleValue]: "space";
263
+ };
178
264
  };
179
265
  }>>;
@@ -4,6 +4,7 @@ export declare const TableCell: import("@stitches/react/types/styled-component")
4
4
  lg: string;
5
5
  xl: string;
6
6
  reducedMotion: string;
7
+ allowMotion: string;
7
8
  hover: string;
8
9
  }, import("@stitches/react/types/css-util").CSS<{
9
10
  sm: string;
@@ -11,6 +12,7 @@ export declare const TableCell: import("@stitches/react/types/styled-component")
11
12
  lg: string;
12
13
  xl: string;
13
14
  reducedMotion: string;
15
+ allowMotion: string;
14
16
  hover: string;
15
17
  }, {
16
18
  colors: {
@@ -117,63 +119,147 @@ export declare const TableCell: import("@stitches/react/types/styled-component")
117
119
  "3": any;
118
120
  };
119
121
  }, import("@stitches/react/types/config").DefaultThemeMap, {
120
- bg: (value: import("@stitches/react").PropertyValue<"background">) => {
121
- background: import("@stitches/react").PropertyValue<"background">;
122
+ bg: (value: {
123
+ readonly [$$PropertyValue]: "background";
124
+ }) => {
125
+ background: {
126
+ readonly [$$PropertyValue]: "background";
127
+ };
122
128
  };
123
- inset: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
124
- top: string | number | import("@stitches/react").ScaleValue<"space">;
125
- right: string | number | import("@stitches/react").ScaleValue<"space">;
126
- bottom: string | number | import("@stitches/react").ScaleValue<"space">;
127
- left: string | number | import("@stitches/react").ScaleValue<"space">;
129
+ inset: (value: string | number | {
130
+ readonly [$$ScaleValue]: "space";
131
+ }) => {
132
+ top: string | number | {
133
+ readonly [$$ScaleValue]: "space";
134
+ };
135
+ right: string | number | {
136
+ readonly [$$ScaleValue]: "space";
137
+ };
138
+ bottom: string | number | {
139
+ readonly [$$ScaleValue]: "space";
140
+ };
141
+ left: string | number | {
142
+ readonly [$$ScaleValue]: "space";
143
+ };
128
144
  };
129
- size: (value: string | number | import("@stitches/react").ScaleValue<"size">) => {
130
- height: string | number | import("@stitches/react").ScaleValue<"size">;
131
- width: string | number | import("@stitches/react").ScaleValue<"size">;
145
+ size: (value: string | number | {
146
+ readonly [$$ScaleValue]: "size";
147
+ }) => {
148
+ height: string | number | {
149
+ readonly [$$ScaleValue]: "size";
150
+ };
151
+ width: string | number | {
152
+ readonly [$$ScaleValue]: "size";
153
+ };
132
154
  };
133
- p: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
134
- padding: string | number | import("@stitches/react").ScaleValue<"space">;
155
+ p: (value: string | number | {
156
+ readonly [$$ScaleValue]: "space";
157
+ }) => {
158
+ padding: string | number | {
159
+ readonly [$$ScaleValue]: "space";
160
+ };
135
161
  };
136
- pt: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
137
- paddingTop: string | number | import("@stitches/react").ScaleValue<"space">;
162
+ pt: (value: string | number | {
163
+ readonly [$$ScaleValue]: "space";
164
+ }) => {
165
+ paddingTop: string | number | {
166
+ readonly [$$ScaleValue]: "space";
167
+ };
138
168
  };
139
- pr: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
140
- paddingRight: string | number | import("@stitches/react").ScaleValue<"space">;
169
+ pr: (value: string | number | {
170
+ readonly [$$ScaleValue]: "space";
171
+ }) => {
172
+ paddingRight: string | number | {
173
+ readonly [$$ScaleValue]: "space";
174
+ };
141
175
  };
142
- pb: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
143
- paddingBottom: string | number | import("@stitches/react").ScaleValue<"space">;
176
+ pb: (value: string | number | {
177
+ readonly [$$ScaleValue]: "space";
178
+ }) => {
179
+ paddingBottom: string | number | {
180
+ readonly [$$ScaleValue]: "space";
181
+ };
144
182
  };
145
- pl: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
146
- paddingLeft: string | number | import("@stitches/react").ScaleValue<"space">;
183
+ pl: (value: string | number | {
184
+ readonly [$$ScaleValue]: "space";
185
+ }) => {
186
+ paddingLeft: string | number | {
187
+ readonly [$$ScaleValue]: "space";
188
+ };
147
189
  };
148
- px: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
149
- paddingLeft: string | number | import("@stitches/react").ScaleValue<"space">;
150
- paddingRight: string | number | import("@stitches/react").ScaleValue<"space">;
190
+ px: (value: string | number | {
191
+ readonly [$$ScaleValue]: "space";
192
+ }) => {
193
+ paddingLeft: string | number | {
194
+ readonly [$$ScaleValue]: "space";
195
+ };
196
+ paddingRight: string | number | {
197
+ readonly [$$ScaleValue]: "space";
198
+ };
151
199
  };
152
- py: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
153
- paddingTop: string | number | import("@stitches/react").ScaleValue<"space">;
154
- paddingBottom: string | number | import("@stitches/react").ScaleValue<"space">;
200
+ py: (value: string | number | {
201
+ readonly [$$ScaleValue]: "space";
202
+ }) => {
203
+ paddingTop: string | number | {
204
+ readonly [$$ScaleValue]: "space";
205
+ };
206
+ paddingBottom: string | number | {
207
+ readonly [$$ScaleValue]: "space";
208
+ };
155
209
  };
156
- m: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
157
- margin: string | number | import("@stitches/react").ScaleValue<"space">;
210
+ m: (value: string | number | {
211
+ readonly [$$ScaleValue]: "space";
212
+ }) => {
213
+ margin: string | number | {
214
+ readonly [$$ScaleValue]: "space";
215
+ };
158
216
  };
159
- mt: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
160
- marginTop: string | number | import("@stitches/react").ScaleValue<"space">;
217
+ mt: (value: string | number | {
218
+ readonly [$$ScaleValue]: "space";
219
+ }) => {
220
+ marginTop: string | number | {
221
+ readonly [$$ScaleValue]: "space";
222
+ };
161
223
  };
162
- mr: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
163
- marginRight: string | number | import("@stitches/react").ScaleValue<"space">;
224
+ mr: (value: string | number | {
225
+ readonly [$$ScaleValue]: "space";
226
+ }) => {
227
+ marginRight: string | number | {
228
+ readonly [$$ScaleValue]: "space";
229
+ };
164
230
  };
165
- mb: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
166
- marginBottom: string | number | import("@stitches/react").ScaleValue<"space">;
231
+ mb: (value: string | number | {
232
+ readonly [$$ScaleValue]: "space";
233
+ }) => {
234
+ marginBottom: string | number | {
235
+ readonly [$$ScaleValue]: "space";
236
+ };
167
237
  };
168
- ml: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
169
- marginLeft: string | number | import("@stitches/react").ScaleValue<"space">;
238
+ ml: (value: string | number | {
239
+ readonly [$$ScaleValue]: "space";
240
+ }) => {
241
+ marginLeft: string | number | {
242
+ readonly [$$ScaleValue]: "space";
243
+ };
170
244
  };
171
- mx: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
172
- marginLeft: string | number | import("@stitches/react").ScaleValue<"space">;
173
- marginRight: string | number | import("@stitches/react").ScaleValue<"space">;
245
+ mx: (value: string | number | {
246
+ readonly [$$ScaleValue]: "space";
247
+ }) => {
248
+ marginLeft: string | number | {
249
+ readonly [$$ScaleValue]: "space";
250
+ };
251
+ marginRight: string | number | {
252
+ readonly [$$ScaleValue]: "space";
253
+ };
174
254
  };
175
- my: (value: string | number | import("@stitches/react").ScaleValue<"space">) => {
176
- marginTop: string | number | import("@stitches/react").ScaleValue<"space">;
177
- marginBottom: string | number | import("@stitches/react").ScaleValue<"space">;
255
+ my: (value: string | number | {
256
+ readonly [$$ScaleValue]: "space";
257
+ }) => {
258
+ marginTop: string | number | {
259
+ readonly [$$ScaleValue]: "space";
260
+ };
261
+ marginBottom: string | number | {
262
+ readonly [$$ScaleValue]: "space";
263
+ };
178
264
  };
179
265
  }>>;
@@ -1 +1 @@
1
- import{styled as t}from"../../stitches.js";const o=t("td",{borderBottom:"1px solid $tonal100",boxSizing:"border-box",color:"$tonal300",fontFamily:"$body",lineHeight:1.5,p:"$2 $3",textAlign:"left",verticalAlign:"middle","tr:nth-child(even) &":{bg:"$tonal50"}});o.displayName="TableCell";export{o as TableCell};
1
+ import{styled as t}from"../../stitches.js";const o=t("td",{borderBottom:"1px solid $tonal100",boxSizing:"border-box",color:"$tonal400",fontFamily:"$body",lineHeight:1.5,p:"$2 $3",textAlign:"left",verticalAlign:"middle","tr:nth-child(even) &":{bg:"$tonal50"}});o.displayName="TableCell";export{o as TableCell};