@atom-learning/components 3.5.2 → 3.7.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 (57) hide show
  1. package/CHANGELOG.md +12 -3
  2. package/dist/components/banner/BannerContainer.d.ts +1 -1
  3. package/dist/components/banner/BannerContainer.js +1 -1
  4. package/dist/components/banner/BannerContainer.js.map +1 -1
  5. package/dist/components/banner/banner-regular/BannerRegular.js +1 -1
  6. package/dist/components/banner/banner-regular/BannerRegular.js.map +1 -1
  7. package/dist/components/banner/banner-slim/BannerSlim.js +1 -1
  8. package/dist/components/banner/banner-slim/BannerSlim.js.map +1 -1
  9. package/dist/components/banner/banner-slim/BannerSlimContainer.d.ts +1 -1
  10. package/dist/components/dismissible/DismissibleRoot.d.ts +6 -4
  11. package/dist/components/dismissible/DismissibleRoot.js +1 -1
  12. package/dist/components/dismissible/DismissibleRoot.js.map +1 -1
  13. package/dist/components/dismissible/DismissibleTrigger.js +1 -1
  14. package/dist/components/dismissible/DismissibleTrigger.js.map +1 -1
  15. package/dist/components/dismissible-group/DismissibleGroupItem.d.ts +1 -0
  16. package/dist/components/dismissible-group/DismissibleGroupItem.js +1 -1
  17. package/dist/components/dismissible-group/DismissibleGroupItem.js.map +1 -1
  18. package/dist/components/index.d.ts +1 -0
  19. package/dist/components/pagination/PaginationPopover.js +1 -1
  20. package/dist/components/pagination/PaginationPopover.js.map +1 -1
  21. package/dist/components/section-message/SectionMessage.d.ts +1 -1
  22. package/dist/components/tree/Tree.d.ts +4775 -0
  23. package/dist/components/tree/Tree.js +2 -0
  24. package/dist/components/tree/Tree.js.map +1 -0
  25. package/dist/components/tree/TreeCollapsible.d.ts +328 -0
  26. package/dist/components/tree/TreeCollapsible.js +2 -0
  27. package/dist/components/tree/TreeCollapsible.js.map +1 -0
  28. package/dist/components/tree/TreeCollapsibleContent.d.ts +939 -0
  29. package/dist/components/tree/TreeCollapsibleContent.js +2 -0
  30. package/dist/components/tree/TreeCollapsibleContent.js.map +1 -0
  31. package/dist/components/tree/TreeCollapsibleTrigger.d.ts +7 -0
  32. package/dist/components/tree/TreeCollapsibleTrigger.js +2 -0
  33. package/dist/components/tree/TreeCollapsibleTrigger.js.map +1 -0
  34. package/dist/components/tree/TreeIcon.d.ts +649 -0
  35. package/dist/components/tree/TreeIcon.js +2 -0
  36. package/dist/components/tree/TreeIcon.js.map +1 -0
  37. package/dist/components/tree/TreeItem.d.ts +5 -0
  38. package/dist/components/tree/TreeItem.js +2 -0
  39. package/dist/components/tree/TreeItem.js.map +1 -0
  40. package/dist/components/tree/TreeItemContent.d.ts +330 -0
  41. package/dist/components/tree/TreeItemContent.js +2 -0
  42. package/dist/components/tree/TreeItemContent.js.map +1 -0
  43. package/dist/components/tree/TreeList.d.ts +5 -0
  44. package/dist/components/tree/TreeList.js +2 -0
  45. package/dist/components/tree/TreeList.js.map +1 -0
  46. package/dist/components/tree/TreeListItem.d.ts +330 -0
  47. package/dist/components/tree/TreeListItem.js +2 -0
  48. package/dist/components/tree/TreeListItem.js.map +1 -0
  49. package/dist/components/tree/TreeText.d.ts +5 -0
  50. package/dist/components/tree/TreeText.js +2 -0
  51. package/dist/components/tree/TreeText.js.map +1 -0
  52. package/dist/components/tree/index.d.ts +1 -0
  53. package/dist/docgen.json +1 -1
  54. package/dist/index.cjs.js +1 -1
  55. package/dist/index.cjs.js.map +1 -1
  56. package/dist/index.js +1 -1
  57. package/package.json +1 -1
@@ -0,0 +1,649 @@
1
+ import * as React from 'react';
2
+ declare const StyledTreeIcon: import("@stitches/react/types/styled-component").StyledComponent<React.FC<Omit<Omit<Pick<React.SVGProps<SVGSVGElement>, "string" | "clipPath" | "color" | "cursor" | "direction" | "display" | "filter" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "mask" | "offset" | "overflow" | "textDecoration" | "alignmentBaseline" | "baselineShift" | "clip" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "local" | "media" | "onBlur" | "onChange" | "onSubmit" | "style" | "path" | "key" | "method" | "name" | "target" | "className" | "id" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "mode" | "min" | "max" | "end" | "x" | "y" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "type" | "crossOrigin" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "href" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "numOctaves" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan"> & {
3
+ ref?: ((instance: SVGSVGElement | null) => void) | React.RefObject<SVGSVGElement> | null | undefined;
4
+ }, "size" | "css"> & import("@stitches/react/types/styled-component").TransformProps<{
5
+ size?: "sm" | "md" | "lg" | undefined;
6
+ }, {
7
+ sm: string;
8
+ md: string;
9
+ lg: string;
10
+ xl: string;
11
+ reducedMotion: string;
12
+ allowMotion: string;
13
+ hover: string;
14
+ }> & {
15
+ css?: import("@stitches/react/types/css-util").CSS<{
16
+ sm: string;
17
+ md: string;
18
+ lg: string;
19
+ xl: string;
20
+ reducedMotion: string;
21
+ allowMotion: string;
22
+ hover: string;
23
+ }, {
24
+ colors: {
25
+ textForeground: any;
26
+ textSubtle: any;
27
+ textPlaceholder: any;
28
+ background: any;
29
+ backgroundAccent: any;
30
+ grey100: any;
31
+ grey200: any;
32
+ grey300: any;
33
+ grey400: any;
34
+ grey500: any;
35
+ grey600: any;
36
+ grey700: any;
37
+ grey800: any;
38
+ grey900: any;
39
+ grey1000: any;
40
+ grey1100: any;
41
+ grey1200: any;
42
+ blue100: any;
43
+ blue200: any;
44
+ blue300: any;
45
+ blue400: any;
46
+ blue500: any;
47
+ blue600: any;
48
+ blue700: any;
49
+ blue800: any;
50
+ blue900: any;
51
+ blue1000: any;
52
+ blue1100: any;
53
+ blue1200: any;
54
+ purple100: any;
55
+ purple200: any;
56
+ purple300: any;
57
+ purple400: any;
58
+ purple500: any;
59
+ purple600: any;
60
+ purple700: any;
61
+ purple800: any;
62
+ purple900: any;
63
+ purple1000: any;
64
+ purple1100: any;
65
+ purple1200: any;
66
+ cyan100: any;
67
+ cyan200: any;
68
+ cyan300: any;
69
+ cyan400: any;
70
+ cyan500: any;
71
+ cyan600: any;
72
+ cyan700: any;
73
+ cyan800: any;
74
+ cyan900: any;
75
+ cyan1000: any;
76
+ cyan1100: any;
77
+ cyan1200: any;
78
+ green100: any;
79
+ green200: any;
80
+ green300: any;
81
+ green400: any;
82
+ green500: any;
83
+ green600: any;
84
+ green700: any;
85
+ green800: any;
86
+ green900: any;
87
+ green1000: any;
88
+ green1100: any;
89
+ green1200: any;
90
+ magenta100: any;
91
+ magenta200: any;
92
+ magenta300: any;
93
+ magenta400: any;
94
+ magenta500: any;
95
+ magenta600: any;
96
+ magenta700: any;
97
+ magenta800: any;
98
+ magenta900: any;
99
+ magenta1000: any;
100
+ magenta1100: any;
101
+ magenta1200: any;
102
+ red100: any;
103
+ red200: any;
104
+ red300: any;
105
+ red400: any;
106
+ red500: any;
107
+ red600: any;
108
+ red700: any;
109
+ red800: any;
110
+ red900: any;
111
+ red1000: any;
112
+ red1100: any;
113
+ red1200: any;
114
+ teal100: any;
115
+ teal200: any;
116
+ teal300: any;
117
+ teal400: any;
118
+ teal500: any;
119
+ teal600: any;
120
+ teal700: any;
121
+ teal800: any;
122
+ teal900: any;
123
+ teal1000: any;
124
+ teal1100: any;
125
+ teal1200: any;
126
+ orange100: any;
127
+ orange200: any;
128
+ orange300: any;
129
+ orange400: any;
130
+ orange500: any;
131
+ orange600: any;
132
+ orange700: any;
133
+ orange800: any;
134
+ orange900: any;
135
+ orange1000: any;
136
+ orange1100: any;
137
+ orange1200: any;
138
+ yellow100: any;
139
+ yellow200: any;
140
+ yellow300: any;
141
+ yellow400: any;
142
+ yellow500: any;
143
+ yellow600: any;
144
+ yellow700: any;
145
+ yellow800: any;
146
+ yellow900: any;
147
+ yellow1000: any;
148
+ yellow1100: any;
149
+ yellow1200: any;
150
+ lime100: any;
151
+ lime200: any;
152
+ lime300: any;
153
+ lime400: any;
154
+ lime500: any;
155
+ lime600: any;
156
+ lime700: any;
157
+ lime800: any;
158
+ lime900: any;
159
+ lime1000: any;
160
+ lime1100: any;
161
+ lime1200: any;
162
+ tonal50: any;
163
+ tonal100: any;
164
+ tonal200: any;
165
+ tonal300: any;
166
+ tonal400: any;
167
+ tonal500: any;
168
+ tonal600: any;
169
+ alpha100: any;
170
+ alpha150: any;
171
+ alpha200: any;
172
+ alpha250: any;
173
+ alpha600: any;
174
+ primaryLight: any;
175
+ primary: any;
176
+ primaryMid: any;
177
+ primaryDark: any;
178
+ secondary: any;
179
+ brandRed: any;
180
+ brandRedAccent: any;
181
+ brandGreen: any;
182
+ brandGreenAccent: any;
183
+ brandPurple: any;
184
+ brandPurpleAccent: any;
185
+ brandYellow: any;
186
+ brandYellowAccent: any;
187
+ successLight: any;
188
+ success: any;
189
+ successMid: any;
190
+ successDark: any;
191
+ dangerLight: any;
192
+ danger: any;
193
+ dangerMid: any;
194
+ dangerDark: any;
195
+ warningLight: any;
196
+ warning: any;
197
+ warningMid: any;
198
+ warningDark: any;
199
+ warningText: any;
200
+ subjectEnglish: any;
201
+ subjectMaths: any;
202
+ subjectScience: any;
203
+ subjectVerbalReasoning: any;
204
+ subjectNonVerbalReasoning: any;
205
+ subjectCreativeWriting: any;
206
+ subjectExamSkills: any;
207
+ glBlueLight: any;
208
+ glBluePrimary: any;
209
+ glBlueDark: any;
210
+ };
211
+ space: {
212
+ "0": any;
213
+ "1": any;
214
+ "2": any;
215
+ "3": any;
216
+ "4": any;
217
+ "5": any;
218
+ "6": any;
219
+ "7": any;
220
+ "8": any;
221
+ "9": any;
222
+ "24": any;
223
+ };
224
+ fontSizes: {
225
+ xs: any;
226
+ sm: any;
227
+ md: any;
228
+ lg: any;
229
+ xl: any;
230
+ "2xl": any;
231
+ "3xl": any;
232
+ "4xl": any;
233
+ };
234
+ fonts: {
235
+ sans: any;
236
+ mono: any;
237
+ display: any;
238
+ body: any;
239
+ };
240
+ sizes: {
241
+ "0": any;
242
+ "1": any;
243
+ "2": any;
244
+ "3": any;
245
+ "4": any;
246
+ "5": any;
247
+ "6": any;
248
+ "7": any;
249
+ "8": any;
250
+ };
251
+ radii: {
252
+ "0": any;
253
+ "1": any;
254
+ "2": any;
255
+ "3": any;
256
+ round: any;
257
+ };
258
+ shadows: {
259
+ "0": any;
260
+ "1": any;
261
+ "2": any;
262
+ "3": any;
263
+ };
264
+ ratios: {
265
+ "16-9": any;
266
+ "3-2": any;
267
+ "4-3": any;
268
+ "1-1": any;
269
+ "3-4": any;
270
+ };
271
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
272
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
273
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
274
+ };
275
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
276
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
277
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
278
+ };
279
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
280
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
281
+ };
282
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
283
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
284
+ };
285
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
286
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
287
+ };
288
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
289
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
290
+ };
291
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
292
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
293
+ };
294
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
295
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
296
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
297
+ };
298
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
299
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
300
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
301
+ };
302
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
303
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
304
+ };
305
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
306
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
307
+ };
308
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
309
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
310
+ };
311
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
312
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
313
+ };
314
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
315
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
316
+ };
317
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
318
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
319
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
320
+ };
321
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
322
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
323
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
324
+ };
325
+ }> | undefined;
326
+ }, "is" | "as"> & {
327
+ is: React.FC<React.SVGProps<SVGSVGElement>>;
328
+ as?: undefined;
329
+ }>, {}, {
330
+ sm: string;
331
+ md: string;
332
+ lg: string;
333
+ xl: string;
334
+ reducedMotion: string;
335
+ allowMotion: string;
336
+ hover: string;
337
+ }, import("@stitches/react/types/css-util").CSS<{
338
+ sm: string;
339
+ md: string;
340
+ lg: string;
341
+ xl: string;
342
+ reducedMotion: string;
343
+ allowMotion: string;
344
+ hover: string;
345
+ }, {
346
+ colors: {
347
+ textForeground: any;
348
+ textSubtle: any;
349
+ textPlaceholder: any;
350
+ background: any;
351
+ backgroundAccent: any;
352
+ grey100: any;
353
+ grey200: any;
354
+ grey300: any;
355
+ grey400: any;
356
+ grey500: any;
357
+ grey600: any;
358
+ grey700: any;
359
+ grey800: any;
360
+ grey900: any;
361
+ grey1000: any;
362
+ grey1100: any;
363
+ grey1200: any;
364
+ blue100: any;
365
+ blue200: any;
366
+ blue300: any;
367
+ blue400: any;
368
+ blue500: any;
369
+ blue600: any;
370
+ blue700: any;
371
+ blue800: any;
372
+ blue900: any;
373
+ blue1000: any;
374
+ blue1100: any;
375
+ blue1200: any;
376
+ purple100: any;
377
+ purple200: any;
378
+ purple300: any;
379
+ purple400: any;
380
+ purple500: any;
381
+ purple600: any;
382
+ purple700: any;
383
+ purple800: any;
384
+ purple900: any;
385
+ purple1000: any;
386
+ purple1100: any;
387
+ purple1200: any;
388
+ cyan100: any;
389
+ cyan200: any;
390
+ cyan300: any;
391
+ cyan400: any;
392
+ cyan500: any;
393
+ cyan600: any;
394
+ cyan700: any;
395
+ cyan800: any;
396
+ cyan900: any;
397
+ cyan1000: any;
398
+ cyan1100: any;
399
+ cyan1200: any;
400
+ green100: any;
401
+ green200: any;
402
+ green300: any;
403
+ green400: any;
404
+ green500: any;
405
+ green600: any;
406
+ green700: any;
407
+ green800: any;
408
+ green900: any;
409
+ green1000: any;
410
+ green1100: any;
411
+ green1200: any;
412
+ magenta100: any;
413
+ magenta200: any;
414
+ magenta300: any;
415
+ magenta400: any;
416
+ magenta500: any;
417
+ magenta600: any;
418
+ magenta700: any;
419
+ magenta800: any;
420
+ magenta900: any;
421
+ magenta1000: any;
422
+ magenta1100: any;
423
+ magenta1200: any;
424
+ red100: any;
425
+ red200: any;
426
+ red300: any;
427
+ red400: any;
428
+ red500: any;
429
+ red600: any;
430
+ red700: any;
431
+ red800: any;
432
+ red900: any;
433
+ red1000: any;
434
+ red1100: any;
435
+ red1200: any;
436
+ teal100: any;
437
+ teal200: any;
438
+ teal300: any;
439
+ teal400: any;
440
+ teal500: any;
441
+ teal600: any;
442
+ teal700: any;
443
+ teal800: any;
444
+ teal900: any;
445
+ teal1000: any;
446
+ teal1100: any;
447
+ teal1200: any;
448
+ orange100: any;
449
+ orange200: any;
450
+ orange300: any;
451
+ orange400: any;
452
+ orange500: any;
453
+ orange600: any;
454
+ orange700: any;
455
+ orange800: any;
456
+ orange900: any;
457
+ orange1000: any;
458
+ orange1100: any;
459
+ orange1200: any;
460
+ yellow100: any;
461
+ yellow200: any;
462
+ yellow300: any;
463
+ yellow400: any;
464
+ yellow500: any;
465
+ yellow600: any;
466
+ yellow700: any;
467
+ yellow800: any;
468
+ yellow900: any;
469
+ yellow1000: any;
470
+ yellow1100: any;
471
+ yellow1200: any;
472
+ lime100: any;
473
+ lime200: any;
474
+ lime300: any;
475
+ lime400: any;
476
+ lime500: any;
477
+ lime600: any;
478
+ lime700: any;
479
+ lime800: any;
480
+ lime900: any;
481
+ lime1000: any;
482
+ lime1100: any;
483
+ lime1200: any;
484
+ tonal50: any;
485
+ tonal100: any;
486
+ tonal200: any;
487
+ tonal300: any;
488
+ tonal400: any;
489
+ tonal500: any;
490
+ tonal600: any;
491
+ alpha100: any;
492
+ alpha150: any;
493
+ alpha200: any;
494
+ alpha250: any;
495
+ alpha600: any;
496
+ primaryLight: any;
497
+ primary: any;
498
+ primaryMid: any;
499
+ primaryDark: any;
500
+ secondary: any;
501
+ brandRed: any;
502
+ brandRedAccent: any;
503
+ brandGreen: any;
504
+ brandGreenAccent: any;
505
+ brandPurple: any;
506
+ brandPurpleAccent: any;
507
+ brandYellow: any;
508
+ brandYellowAccent: any;
509
+ successLight: any;
510
+ success: any;
511
+ successMid: any;
512
+ successDark: any;
513
+ dangerLight: any;
514
+ danger: any;
515
+ dangerMid: any;
516
+ dangerDark: any;
517
+ warningLight: any;
518
+ warning: any;
519
+ warningMid: any;
520
+ warningDark: any;
521
+ warningText: any;
522
+ subjectEnglish: any;
523
+ subjectMaths: any;
524
+ subjectScience: any;
525
+ subjectVerbalReasoning: any;
526
+ subjectNonVerbalReasoning: any;
527
+ subjectCreativeWriting: any;
528
+ subjectExamSkills: any;
529
+ glBlueLight: any;
530
+ glBluePrimary: any;
531
+ glBlueDark: any;
532
+ };
533
+ space: {
534
+ "0": any;
535
+ "1": any;
536
+ "2": any;
537
+ "3": any;
538
+ "4": any;
539
+ "5": any;
540
+ "6": any;
541
+ "7": any;
542
+ "8": any;
543
+ "9": any;
544
+ "24": any;
545
+ };
546
+ fontSizes: {
547
+ xs: any;
548
+ sm: any;
549
+ md: any;
550
+ lg: any;
551
+ xl: any;
552
+ "2xl": any;
553
+ "3xl": any;
554
+ "4xl": any;
555
+ };
556
+ fonts: {
557
+ sans: any;
558
+ mono: any;
559
+ display: any;
560
+ body: any;
561
+ };
562
+ sizes: {
563
+ "0": any;
564
+ "1": any;
565
+ "2": any;
566
+ "3": any;
567
+ "4": any;
568
+ "5": any;
569
+ "6": any;
570
+ "7": any;
571
+ "8": any;
572
+ };
573
+ radii: {
574
+ "0": any;
575
+ "1": any;
576
+ "2": any;
577
+ "3": any;
578
+ round: any;
579
+ };
580
+ shadows: {
581
+ "0": any;
582
+ "1": any;
583
+ "2": any;
584
+ "3": any;
585
+ };
586
+ ratios: {
587
+ "16-9": any;
588
+ "3-2": any;
589
+ "4-3": any;
590
+ "1-1": any;
591
+ "3-4": any;
592
+ };
593
+ }, import("@stitches/react/types/config").DefaultThemeMap, {
594
+ bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => {
595
+ background: import("@stitches/react/types/css-util").WithPropertyValue<"background">;
596
+ };
597
+ size: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">) => {
598
+ height: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
599
+ width: string | number | import("@stitches/react/types/css-util").WithScaleValue<"size">;
600
+ };
601
+ p: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
602
+ padding: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
603
+ };
604
+ pt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
605
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
606
+ };
607
+ pr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
608
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
609
+ };
610
+ pb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
611
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
612
+ };
613
+ pl: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
614
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
615
+ };
616
+ px: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
617
+ paddingLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
618
+ paddingRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
619
+ };
620
+ py: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
621
+ paddingTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
622
+ paddingBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
623
+ };
624
+ m: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
625
+ margin: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
626
+ };
627
+ mt: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
628
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
629
+ };
630
+ mr: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
631
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
632
+ };
633
+ mb: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
634
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
635
+ };
636
+ ml: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
637
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
638
+ };
639
+ mx: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
640
+ marginLeft: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
641
+ marginRight: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
642
+ };
643
+ my: (value: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">) => {
644
+ marginTop: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
645
+ marginBottom: string | number | import("@stitches/react/types/css-util").WithScaleValue<"space">;
646
+ };
647
+ }>>;
648
+ export declare const TreeIcon: (props: React.ComponentProps<typeof StyledTreeIcon>) => JSX.Element;
649
+ export {};
@@ -0,0 +1,2 @@
1
+ import*as o from"react";import{Icon as r}from"../icon/Icon.js";import{styled as t}from"../../stitches.js";const m=t(r,{flexShrink:0,alignSelf:"start",my:"$1"}),n=e=>o.createElement(m,{size:"md",...e});export{n as TreeIcon};
2
+ //# sourceMappingURL=TreeIcon.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TreeIcon.js","sources":["../../../src/components/tree/TreeIcon.tsx"],"sourcesContent":["import * as React from 'react'\n\nimport { Icon } from '~/components/icon'\nimport { styled } from '~/stitches'\n\nconst StyledTreeIcon = styled(Icon, {\n flexShrink: 0,\n alignSelf: 'start',\n my: '$1'\n})\nexport const TreeIcon = (\n props: React.ComponentProps<typeof StyledTreeIcon>\n): JSX.Element => <StyledTreeIcon size=\"md\" {...props} />\n"],"names":["StyledTreeIcon","styled","Icon","TreeIcon","props","React"],"mappings":"0GAKA,MAAMA,EAAiBC,EAAOC,EAAM,CAClC,WAAY,EACZ,UAAW,QACX,GAAI,IACN,CAAC,EACYC,EACXC,GACgBC,EAAA,cAACL,EAAA,CAAe,KAAK,KAAM,GAAGI,CAAO,CAAA"}
@@ -0,0 +1,5 @@
1
+ import React from 'react';
2
+ import { TreeItemContent } from './TreeItemContent';
3
+ declare type TreeItemProps = React.ComponentProps<typeof TreeItemContent>;
4
+ export declare const TreeItem: ({ children, ...rest }: TreeItemProps) => JSX.Element;
5
+ export {};
@@ -0,0 +1,2 @@
1
+ import e from"react";import{TreeItemContent as m}from"./TreeItemContent.js";import{TreeListItem as o}from"./TreeListItem.js";const n=({children:t,...r})=>e.createElement(o,null,e.createElement(m,{...r},t));export{n as TreeItem};
2
+ //# sourceMappingURL=TreeItem.js.map