@mirohq/design-system-spinner 1.1.7 → 1.1.8

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 (2) hide show
  1. package/dist/types.d.ts +425 -417
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -1,443 +1,451 @@
1
1
  import * as react from 'react';
2
2
  import react__default from 'react';
3
+ import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
3
4
  import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches';
4
5
  import { StrictComponentProps } from '@mirohq/design-system-stitches';
5
6
  import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
6
- import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
7
7
  import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
8
8
 
9
9
  declare const StyledSpinner: react.ForwardRefExoticComponent<Pick<Omit<{
10
10
  size?: "small" | "medium" | undefined;
11
11
  }, "size"> & _stitches_react_types_styled_component.TransformProps<{
12
12
  size?: "small" | "medium" | undefined;
13
- }, {}> & _mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"svg">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
14
- 'border-widths': {
15
- readonly none: 0;
16
- readonly sm: "1px";
17
- readonly md: "2px";
18
- readonly lg: "4px";
19
- };
20
- colors: {
21
- readonly 'blue-100': any;
22
- readonly 'blue-200': any;
23
- readonly 'blue-300': any;
24
- readonly 'blue-400': any;
25
- readonly 'blue-500': any;
26
- readonly 'blue-600': any;
27
- readonly 'blue-700': any;
28
- readonly 'blue-800': any;
29
- readonly 'blue-900': any;
30
- readonly 'blue-1000': any;
31
- readonly 'gray-100': any;
32
- readonly 'gray-200': any;
33
- readonly 'gray-300': any;
34
- readonly 'gray-400': any;
35
- readonly 'gray-500': any;
36
- readonly 'gray-600': any;
37
- readonly 'gray-700': any;
38
- readonly 'gray-800': any;
39
- readonly 'gray-900': any;
40
- readonly 'indigo-100': any;
41
- readonly 'indigo-200': any;
42
- readonly 'indigo-300': any;
43
- readonly 'indigo-400': any;
44
- readonly 'indigo-500': any;
45
- readonly 'indigo-600': any;
46
- readonly 'indigo-700': any;
47
- readonly 'indigo-800': any;
48
- readonly 'indigo-900': any;
49
- readonly 'red-100': any;
50
- readonly 'red-200': any;
51
- readonly 'red-300': any;
52
- readonly 'red-400': any;
53
- readonly 'red-500': any;
54
- readonly 'red-600': any;
55
- readonly 'red-700': any;
56
- readonly 'red-800': any;
57
- readonly 'red-900': any;
58
- readonly 'yellow-100': any;
59
- readonly 'yellow-200': any;
60
- readonly 'yellow-300': any;
61
- readonly 'yellow-400': any;
62
- readonly 'yellow-500': any;
63
- readonly 'yellow-600': any;
64
- readonly 'yellow-700': any;
65
- readonly 'yellow-800': any;
66
- readonly 'yellow-900': any;
67
- readonly 'green-100': any;
68
- readonly 'green-200': any;
69
- readonly 'green-300': any;
70
- readonly 'green-400': any;
71
- readonly 'green-500': any;
72
- readonly 'green-600': any;
73
- readonly 'green-700': any;
74
- readonly 'green-800': any;
75
- readonly 'green-900': any;
76
- readonly black: any;
77
- readonly white: any;
78
- readonly transparent: any;
79
- readonly 'background-neutrals'?: any;
80
- readonly 'background-neutrals-body'?: any;
81
- readonly 'background-neutrals-container'?: any;
82
- readonly 'background-neutrals-inverted'?: any;
83
- readonly 'background-neutrals-inverted-subtle'?: any;
84
- readonly 'background-neutrals-subtle'?: any;
85
- readonly 'background-neutrals-subtle-hover'?: any;
86
- readonly 'background-neutrals-subtle-active'?: any;
87
- readonly 'background-neutrals-disabled'?: any;
88
- readonly 'background-neutrals-controls-disabled'?: any;
89
- readonly 'background-neutrals-scrolls'?: any;
90
- readonly 'background-neutrals-inactive'?: any;
91
- readonly 'background-neutrals-inactive-hover'?: any;
92
- readonly 'background-primary-prominent'?: any;
93
- readonly 'background-primary-prominent-hover'?: any;
94
- readonly 'background-primary-prominent-active'?: any;
95
- readonly 'background-primary-prominent-selected'?: any;
96
- readonly 'background-primary-subtle'?: any;
97
- readonly 'background-primary-subtle-hover'?: any;
98
- readonly 'background-primary-subtle-active'?: any;
99
- readonly 'background-primary-subtle-selected'?: any;
100
- readonly 'background-danger-prominent'?: any;
101
- readonly 'background-danger-prominent-hover'?: any;
102
- readonly 'background-danger-prominent-active'?: any;
103
- readonly 'background-danger'?: any;
104
- readonly 'background-danger-hover'?: any;
105
- readonly 'background-success'?: any;
106
- readonly 'background-warning-subtle'?: any;
107
- readonly 'background-warning-prominent'?: any;
108
- readonly 'text-neutrals-inverted'?: any;
109
- readonly 'text-neutrals'?: any;
110
- readonly 'text-neutrals-subtle'?: any;
111
- readonly 'text-neutrals-placeholder-only'?: any;
112
- readonly 'text-neutrals-placeholder'?: any;
113
- readonly 'text-neutrals-disabled'?: any;
114
- readonly 'text-primary-inverted'?: any;
115
- readonly 'text-primary'?: any;
116
- readonly 'text-primary-hover'?: any;
117
- readonly 'text-primary-active'?: any;
118
- readonly 'text-primary-selected'?: any;
119
- readonly 'text-primary-inverted-subtle'?: any;
120
- readonly 'text-danger-inverted'?: any;
121
- readonly 'text-danger'?: any;
122
- readonly 'text-danger-hover'?: any;
123
- readonly 'text-danger-active'?: any;
124
- readonly 'text-success'?: any;
125
- readonly 'text-warning'?: any;
126
- readonly 'icon-neutrals-inverted'?: any;
127
- readonly 'icon-neutrals'?: any;
128
- readonly 'icon-neutrals-with-text'?: any;
129
- readonly 'icon-neutrals-subtle'?: any;
130
- readonly 'icon-neutrals-disabled'?: any;
131
- readonly 'icon-neutrals-search'?: any;
132
- readonly 'icon-neutrals-inactive'?: any;
133
- readonly 'icon-neutrals-inactive-hover'?: any;
134
- readonly 'icon-primary-inverted'?: any;
135
- readonly 'icon-primary'?: any;
136
- readonly 'icon-primary-hover'?: any;
137
- readonly 'icon-primary-active'?: any;
138
- readonly 'icon-primary-selected'?: any;
139
- readonly 'icon-danger-inverted'?: any;
140
- readonly 'icon-danger'?: any;
141
- readonly 'icon-danger-hover'?: any;
142
- readonly 'icon-danger-active'?: any;
143
- readonly 'icon-success-inverted'?: any;
144
- readonly 'icon-success'?: any;
145
- readonly 'icon-warning'?: any;
146
- readonly 'border-focus-outer'?: any;
147
- readonly 'border-focus-middle'?: any;
148
- readonly 'border-focus-inner'?: any;
149
- readonly 'border-neutrals'?: any;
150
- readonly 'border-neutrals-hover'?: any;
151
- readonly 'border-neutrals-active'?: any;
152
- readonly 'border-neutrals-disabled'?: any;
153
- readonly 'border-neutrals-controls'?: any;
154
- readonly 'border-neutrals-controls-disabled'?: any;
155
- readonly 'border-neutrals-subtle'?: any;
156
- readonly 'border-neutrals-inverted'?: any;
157
- readonly 'border-primary'?: any;
158
- readonly 'border-primary-hover'?: any;
159
- readonly 'border-primary-active'?: any;
160
- readonly 'border-primary-inverted'?: any;
161
- readonly 'border-danger'?: any;
162
- readonly 'border-success'?: any;
163
- readonly 'border-warning'?: any;
164
- };
165
- 'font-sizes': {
166
- readonly 150: "0.75rem";
167
- readonly 175: "0.875rem";
168
- readonly 200: "1rem";
169
- readonly 225: "1.125rem";
170
- readonly 250: "1.25rem";
171
- readonly 300: "1.5rem";
172
- readonly 400: "2rem";
173
- readonly 500: "2.5rem";
174
- readonly 600: "3rem";
175
- readonly 800: "4rem";
176
- readonly 900: "4.5rem";
177
- };
178
- radii: {
179
- readonly none: 0;
180
- readonly half: "999em";
181
- readonly 25: "2px";
182
- readonly 50: "4px";
183
- readonly 75: "6px";
184
- readonly 100: "8px";
185
- readonly 200: "16px";
186
- };
187
- shadows: {
188
- readonly 50: "0 4px 16px #05003812";
189
- readonly 100: "0 8px 32px #05003808";
190
- readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
191
- readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
192
- readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
193
- readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
194
- };
195
- sizes: {
196
- readonly number: string;
197
- readonly 'icon-200': "16px";
198
- readonly 'icon-300': "24px";
199
- readonly 'icon-400': "32px";
200
- };
201
- space: {
202
- readonly none: 0;
203
- readonly 50: "4px";
204
- readonly 100: "8px";
205
- readonly 150: "12px";
206
- readonly 200: "16px";
207
- readonly 300: "24px";
208
- readonly 400: "32px";
209
- readonly 500: "64px";
210
- readonly 600: "48px";
211
- readonly 800: "64px";
212
- readonly 1200: "96px";
213
- readonly 1600: "128px";
214
- };
215
- 'space-gap': {
216
- readonly none: any;
217
- readonly 50: any;
218
- readonly 100: any;
219
- readonly 200: any;
220
- readonly 300: any;
221
- };
222
- 'space-inset': {
223
- readonly none: any;
224
- readonly 50: any;
225
- readonly 100: any;
226
- readonly 150: any;
227
- readonly 200: any;
228
- readonly 300: any;
229
- readonly 400: any;
230
- readonly 600: any;
231
- readonly 800: any;
232
- readonly 1200: any;
233
- readonly 1600: any;
234
- };
235
- 'space-offset': {
236
- readonly none: any;
237
- readonly 50: any;
238
- readonly 100: any;
239
- readonly 150: any;
240
- readonly 200: any;
241
- readonly 300: any;
242
- readonly 400: any;
243
- readonly 600: any;
244
- readonly 800: any;
245
- readonly 1200: any;
246
- readonly 1600: any;
247
- readonly 'stacking-none': any;
248
- readonly 'stacking-100': any;
249
- readonly 'stacking-200': any;
250
- readonly 'stacking-300': any;
251
- readonly 'stacking-400': any;
252
- readonly 'stacking-500': any;
253
- readonly 'stacking-800': any;
254
- };
255
- 'z-indices': {
256
- readonly dropdownMenu: 100;
257
- readonly popover: 200;
258
- readonly tooltip: 300;
259
- };
260
- }, {
261
- readonly background: "colors";
262
- readonly backgroundColor: "colors";
263
- readonly backgroundImage: "colors";
264
- readonly blockSize: "sizes";
265
- readonly border: "colors";
266
- readonly borderBlock: "colors";
267
- readonly borderBlockEnd: "colors";
268
- readonly borderBlockStart: "colors";
269
- readonly borderBottom: "colors";
270
- readonly borderBottomColor: "colors";
271
- readonly borderBottomLeftRadius: "radii";
272
- readonly borderBottomRightRadius: "radii";
273
- readonly borderBottomStyle: "border-styles";
274
- readonly borderBottomWidth: "border-widths";
275
- readonly borderColor: "colors";
276
- readonly borderImage: "colors";
277
- readonly borderInline: "colors";
278
- readonly borderInlineEnd: "colors";
279
- readonly borderInlineStart: "colors";
280
- readonly borderLeft: "colors";
281
- readonly borderLeftColor: "colors";
282
- readonly borderLeftStyle: "border-styles";
283
- readonly borderLeftWidth: "border-widths";
284
- readonly borderRadius: "radii";
285
- readonly borderRight: "colors";
286
- readonly borderRightColor: "colors";
287
- readonly borderRightStyle: "border-styles";
288
- readonly borderRightWidth: "border-widths";
289
- readonly borderStyle: "border-styles";
290
- readonly borderTop: "colors";
291
- readonly borderTopColor: "colors";
292
- readonly borderTopLeftRadius: "radii";
293
- readonly borderTopRightRadius: "radii";
294
- readonly borderTopStyle: "border-styles";
295
- readonly borderTopWidth: "border-widths";
296
- readonly borderWidth: "border-widths";
297
- readonly bottom: "space";
298
- readonly boxShadow: "shadows";
299
- readonly caretColor: "colors";
300
- readonly color: "colors";
301
- readonly columnGap: "space-gap";
302
- readonly columnRuleColor: "colors";
303
- readonly fill: "colors";
304
- readonly flexBasis: "sizes";
305
- readonly fontFamily: "fonts";
306
- readonly fontSize: "font-sizes";
307
- readonly fontWeight: "font-weights";
308
- readonly gap: "space-gap";
309
- readonly gridColumnGap: "space-gap";
310
- readonly gridGap: "space-gap";
311
- readonly gridRowGap: "space-gap";
312
- readonly gridTemplateColumns: "sizes";
313
- readonly gridTemplateRows: "sizes";
314
- readonly height: "sizes";
315
- readonly inlineSize: "sizes";
316
- readonly inset: "space-inset";
317
- readonly insetBlock: "space-inset";
318
- readonly insetBlockEnd: "space-inset";
319
- readonly insetBlockStart: "space-inset";
320
- readonly insetInline: "space-inset";
321
- readonly insetInlineEnd: "space-inset";
322
- readonly insetInlineStart: "space-inset";
323
- readonly left: "space";
324
- readonly letterSpacing: "letter-spacings";
325
- readonly lineHeight: "line-heights";
326
- readonly margin: "space-offset";
327
- readonly marginBlock: "space-offset";
328
- readonly marginBlockEnd: "space-offset";
329
- readonly marginBlockStart: "space-offset";
330
- readonly marginBottom: "space-offset";
331
- readonly marginInline: "space-offset";
332
- readonly marginInlineEnd: "space-offset";
333
- readonly marginInlineStart: "space-offset";
334
- readonly marginLeft: "space-offset";
335
- readonly marginRight: "space-offset";
336
- readonly marginTop: "space-offset";
337
- readonly maxBlockSize: "sizes";
338
- readonly maxHeight: "sizes";
339
- readonly maxInlineSize: "sizes";
340
- readonly maxWidth: "sizes";
341
- readonly minBlockSize: "sizes";
342
- readonly minHeight: "sizes";
343
- readonly minInlineSize: "sizes";
344
- readonly minWidth: "sizes";
345
- readonly outline: "colors";
346
- readonly outlineColor: "colors";
347
- readonly padding: "space-inset";
348
- readonly paddingBlock: "space-inset";
349
- readonly paddingBlockEnd: "space-inset";
350
- readonly paddingBlockStart: "space-inset";
351
- readonly paddingBottom: "space-inset";
352
- readonly paddingInline: "space-inset";
353
- readonly paddingInlineEnd: "space-inset";
354
- readonly paddingInlineStart: "space-inset";
355
- readonly paddingLeft: "space-inset";
356
- readonly paddingRight: "space-inset";
357
- readonly paddingTop: "space-inset";
358
- readonly right: "space";
359
- readonly rowGap: "space-gap";
360
- readonly scrollMargin: "space-offset";
361
- readonly scrollMarginBlock: "space-offset";
362
- readonly scrollMarginBlockEnd: "space-offset";
363
- readonly scrollMarginBlockStart: "space-offset";
364
- readonly scrollMarginBottom: "space-offset";
365
- readonly scrollMarginInline: "space-offset";
366
- readonly scrollMarginInlineEnd: "space-offset";
367
- readonly scrollMarginInlineStart: "space-offset";
368
- readonly scrollMarginLeft: "space-offset";
369
- readonly scrollMarginRight: "space-offset";
370
- readonly scrollMarginTop: "space-offset";
371
- readonly scrollPadding: "space-inset";
372
- readonly scrollPaddingBlock: "space-inset";
373
- readonly scrollPaddingBlockEnd: "space-inset";
374
- readonly scrollPaddingBlockStart: "space-inset";
375
- readonly scrollPaddingBottom: "space-inset";
376
- readonly scrollPaddingInline: "space-inset";
377
- readonly scrollPaddingInlineEnd: "space-inset";
378
- readonly scrollPaddingInlineStart: "space-inset";
379
- readonly scrollPaddingLeft: "space-inset";
380
- readonly scrollPaddingRight: "space-inset";
381
- readonly scrollPaddingTop: "space-inset";
382
- readonly stroke: "colors";
383
- readonly textDecorationColor: "colors";
384
- readonly textShadow: "shadows";
385
- readonly top: "space";
386
- readonly transition: "transitions";
387
- readonly width: "sizes";
388
- readonly zIndex: "z-indices";
389
- }, {
390
- paddingX: (value: {
391
- readonly [$$PropertyValue]: "padding";
392
- }) => {
393
- paddingLeft: {
394
- readonly [$$PropertyValue]: "padding";
13
+ }, {}> & _mirohq_design_system_stitches.SafeProps<Omit<Pick<react.SVGProps<SVGSVGElement>, "string" | "style" | "clipPath" | "filter" | "mask" | "path" | "key" | "crossOrigin" | "className" | "id" | "lang" | "tabIndex" | "role" | "color" | "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" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "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" | "height" | "width" | "name" | "type" | "max" | "min" | "origin" | "media" | "method" | "target" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan"> & {
14
+ ref?: ((instance: SVGSVGElement | null) => void) | react.RefObject<SVGSVGElement> | null | undefined;
15
+ } & {
16
+ asChild?: boolean | undefined;
17
+ }, "css"> & _stitches_react_types_styled_component.TransformProps<{}, {}> & {
18
+ css?: _stitches_react_types_css_util.CSS<{}, {
19
+ 'border-widths': {
20
+ readonly none: 0;
21
+ readonly sm: "1px";
22
+ readonly md: "2px";
23
+ readonly lg: "4px";
395
24
  };
396
- paddingRight: {
397
- readonly [$$PropertyValue]: "padding";
25
+ colors: {
26
+ readonly 'blue-100': any;
27
+ readonly 'blue-200': any;
28
+ readonly 'blue-300': any;
29
+ readonly 'blue-400': any;
30
+ readonly 'blue-500': any;
31
+ readonly 'blue-600': any;
32
+ readonly 'blue-700': any;
33
+ readonly 'blue-800': any;
34
+ readonly 'blue-900': any;
35
+ readonly 'blue-1000': any;
36
+ readonly 'gray-100': any;
37
+ readonly 'gray-200': any;
38
+ readonly 'gray-300': any;
39
+ readonly 'gray-400': any;
40
+ readonly 'gray-500': any;
41
+ readonly 'gray-600': any;
42
+ readonly 'gray-700': any;
43
+ readonly 'gray-800': any;
44
+ readonly 'gray-900': any;
45
+ readonly 'indigo-100': any;
46
+ readonly 'indigo-200': any;
47
+ readonly 'indigo-300': any;
48
+ readonly 'indigo-400': any;
49
+ readonly 'indigo-500': any;
50
+ readonly 'indigo-600': any;
51
+ readonly 'indigo-700': any;
52
+ readonly 'indigo-800': any;
53
+ readonly 'indigo-900': any;
54
+ readonly 'red-100': any;
55
+ readonly 'red-200': any;
56
+ readonly 'red-300': any;
57
+ readonly 'red-400': any;
58
+ readonly 'red-500': any;
59
+ readonly 'red-600': any;
60
+ readonly 'red-700': any;
61
+ readonly 'red-800': any;
62
+ readonly 'red-900': any;
63
+ readonly 'yellow-100': any;
64
+ readonly 'yellow-200': any;
65
+ readonly 'yellow-300': any;
66
+ readonly 'yellow-400': any;
67
+ readonly 'yellow-500': any;
68
+ readonly 'yellow-600': any;
69
+ readonly 'yellow-700': any;
70
+ readonly 'yellow-800': any;
71
+ readonly 'yellow-900': any;
72
+ readonly 'green-100': any;
73
+ readonly 'green-200': any;
74
+ readonly 'green-300': any;
75
+ readonly 'green-400': any;
76
+ readonly 'green-500': any;
77
+ readonly 'green-600': any;
78
+ readonly 'green-700': any;
79
+ readonly 'green-800': any;
80
+ readonly 'green-900': any;
81
+ readonly black: any;
82
+ readonly white: any;
83
+ readonly transparent: any;
84
+ readonly 'background-neutrals'?: any;
85
+ readonly 'background-neutrals-body'?: any;
86
+ readonly 'background-neutrals-container'?: any;
87
+ readonly 'background-neutrals-inverted'?: any;
88
+ readonly 'background-neutrals-inverted-subtle'?: any;
89
+ readonly 'background-neutrals-subtle'?: any;
90
+ readonly 'background-neutrals-subtle-hover'?: any;
91
+ readonly 'background-neutrals-subtle-active'?: any;
92
+ readonly 'background-neutrals-disabled'?: any;
93
+ readonly 'background-neutrals-controls-disabled'?: any;
94
+ readonly 'background-neutrals-scrolls'?: any;
95
+ readonly 'background-neutrals-inactive'?: any;
96
+ readonly 'background-neutrals-inactive-hover'?: any;
97
+ readonly 'background-primary-prominent'?: any;
98
+ readonly 'background-primary-prominent-hover'?: any;
99
+ readonly 'background-primary-prominent-active'?: any;
100
+ readonly 'background-primary-prominent-selected'?: any;
101
+ readonly 'background-primary-subtle'?: any;
102
+ readonly 'background-primary-subtle-hover'?: any;
103
+ readonly 'background-primary-subtle-active'?: any;
104
+ readonly 'background-primary-subtle-selected'?: any;
105
+ readonly 'background-danger-prominent'?: any;
106
+ readonly 'background-danger-prominent-hover'?: any;
107
+ readonly 'background-danger-prominent-active'?: any;
108
+ readonly 'background-danger'?: any;
109
+ readonly 'background-danger-hover'?: any;
110
+ readonly 'background-success'?: any;
111
+ readonly 'background-warning-subtle'?: any;
112
+ readonly 'background-warning-prominent'?: any;
113
+ readonly 'text-neutrals-inverted'?: any;
114
+ readonly 'text-neutrals'?: any;
115
+ readonly 'text-neutrals-subtle'?: any;
116
+ readonly 'text-neutrals-placeholder-only'?: any;
117
+ readonly 'text-neutrals-placeholder'?: any;
118
+ readonly 'text-neutrals-disabled'?: any;
119
+ readonly 'text-primary-inverted'?: any;
120
+ readonly 'text-primary'?: any;
121
+ readonly 'text-primary-hover'?: any;
122
+ readonly 'text-primary-active'?: any;
123
+ readonly 'text-primary-selected'?: any;
124
+ readonly 'text-primary-inverted-subtle'?: any;
125
+ readonly 'text-danger-inverted'?: any;
126
+ readonly 'text-danger'?: any;
127
+ readonly 'text-danger-hover'?: any;
128
+ readonly 'text-danger-active'?: any;
129
+ readonly 'text-success'?: any;
130
+ readonly 'text-warning'?: any;
131
+ readonly 'icon-neutrals-inverted'?: any;
132
+ readonly 'icon-neutrals'?: any;
133
+ readonly 'icon-neutrals-with-text'?: any;
134
+ readonly 'icon-neutrals-subtle'?: any;
135
+ readonly 'icon-neutrals-disabled'?: any;
136
+ readonly 'icon-neutrals-search'?: any;
137
+ readonly 'icon-neutrals-inactive'?: any;
138
+ readonly 'icon-neutrals-inactive-hover'?: any;
139
+ readonly 'icon-primary-inverted'?: any;
140
+ readonly 'icon-primary'?: any;
141
+ readonly 'icon-primary-hover'?: any;
142
+ readonly 'icon-primary-active'?: any;
143
+ readonly 'icon-primary-selected'?: any;
144
+ readonly 'icon-danger-inverted'?: any;
145
+ readonly 'icon-danger'?: any;
146
+ readonly 'icon-danger-hover'?: any;
147
+ readonly 'icon-danger-active'?: any;
148
+ readonly 'icon-success-inverted'?: any;
149
+ readonly 'icon-success'?: any;
150
+ readonly 'icon-warning'?: any;
151
+ readonly 'border-focus-outer'?: any;
152
+ readonly 'border-focus-middle'?: any;
153
+ readonly 'border-focus-inner'?: any;
154
+ readonly 'border-neutrals'?: any;
155
+ readonly 'border-neutrals-hover'?: any;
156
+ readonly 'border-neutrals-active'?: any;
157
+ readonly 'border-neutrals-disabled'?: any;
158
+ readonly 'border-neutrals-controls'?: any;
159
+ readonly 'border-neutrals-controls-disabled'?: any;
160
+ readonly 'border-neutrals-subtle'?: any;
161
+ readonly 'border-neutrals-inverted'?: any;
162
+ readonly 'border-primary'?: any;
163
+ readonly 'border-primary-hover'?: any;
164
+ readonly 'border-primary-active'?: any;
165
+ readonly 'border-primary-inverted'?: any;
166
+ readonly 'border-danger'?: any;
167
+ readonly 'border-success'?: any;
168
+ readonly 'border-warning'?: any;
398
169
  };
399
- };
400
- paddingY: (value: {
401
- readonly [$$PropertyValue]: "padding";
402
- }) => {
403
- paddingTop: {
404
- readonly [$$PropertyValue]: "padding";
170
+ 'font-sizes': {
171
+ readonly 150: "0.75rem";
172
+ readonly 175: "0.875rem";
173
+ readonly 200: "1rem";
174
+ readonly 225: "1.125rem";
175
+ readonly 250: "1.25rem";
176
+ readonly 300: "1.5rem";
177
+ readonly 400: "2rem";
178
+ readonly 500: "2.5rem";
179
+ readonly 600: "3rem";
180
+ readonly 800: "4rem";
181
+ readonly 900: "4.5rem";
405
182
  };
406
- paddingBottom: {
407
- readonly [$$PropertyValue]: "padding";
183
+ radii: {
184
+ readonly none: 0;
185
+ readonly half: "999em";
186
+ readonly 25: "2px";
187
+ readonly 50: "4px";
188
+ readonly 75: "6px";
189
+ readonly 100: "8px";
190
+ readonly 200: "16px";
408
191
  };
409
- };
410
- marginX: (value: {
411
- readonly [$$PropertyValue]: "margin";
412
- }) => {
413
- marginLeft: {
414
- readonly [$$PropertyValue]: "margin";
192
+ shadows: {
193
+ readonly 50: "0 4px 16px #05003812";
194
+ readonly 100: "0 8px 32px #05003808";
195
+ readonly 'focus-small': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-inner";
196
+ readonly 'focus-small-outline': "0 0 0 2px $colors$border-focus-outer, inset 0 0 0 1px $colors$border-focus-middle, inset 0 0 0 2px $colors$border-focus-inner";
197
+ readonly 'focus-large': "0 0 0 4px $colors$border-focus-inner, inset 0 0 0 2px $colors$border-focus-middle, inset 0 0 0 3px $colors$border-focus-outer";
198
+ readonly 'focus-controls': "0 0 0 1px $colors$border-focus-inner, 0 0 0 3px $colors$border-focus-middle, 0 0 0 5px $colors$border-focus-outer";
415
199
  };
416
- marginRight: {
417
- readonly [$$PropertyValue]: "margin";
200
+ sizes: {
201
+ readonly number: string;
202
+ readonly 'icon-200': "16px";
203
+ readonly 'icon-300': "24px";
204
+ readonly 'icon-400': "32px";
418
205
  };
419
- };
420
- marginY: (value: {
421
- readonly [$$PropertyValue]: "margin";
422
- }) => {
423
- marginTop: {
424
- readonly [$$PropertyValue]: "margin";
206
+ space: {
207
+ readonly none: 0;
208
+ readonly 50: "4px";
209
+ readonly 100: "8px";
210
+ readonly 150: "12px";
211
+ readonly 200: "16px";
212
+ readonly 300: "24px";
213
+ readonly 400: "32px";
214
+ readonly 500: "64px";
215
+ readonly 600: "48px";
216
+ readonly 800: "64px";
217
+ readonly 1200: "96px";
218
+ readonly 1600: "128px";
219
+ };
220
+ 'space-gap': {
221
+ readonly none: any;
222
+ readonly 50: any;
223
+ readonly 100: any;
224
+ readonly 200: any;
225
+ readonly 300: any;
425
226
  };
426
- marginBottom: {
227
+ 'space-inset': {
228
+ readonly none: any;
229
+ readonly 50: any;
230
+ readonly 100: any;
231
+ readonly 150: any;
232
+ readonly 200: any;
233
+ readonly 300: any;
234
+ readonly 400: any;
235
+ readonly 600: any;
236
+ readonly 800: any;
237
+ readonly 1200: any;
238
+ readonly 1600: any;
239
+ };
240
+ 'space-offset': {
241
+ readonly none: any;
242
+ readonly 50: any;
243
+ readonly 100: any;
244
+ readonly 150: any;
245
+ readonly 200: any;
246
+ readonly 300: any;
247
+ readonly 400: any;
248
+ readonly 600: any;
249
+ readonly 800: any;
250
+ readonly 1200: any;
251
+ readonly 1600: any;
252
+ readonly 'stacking-none': any;
253
+ readonly 'stacking-100': any;
254
+ readonly 'stacking-200': any;
255
+ readonly 'stacking-300': any;
256
+ readonly 'stacking-400': any;
257
+ readonly 'stacking-500': any;
258
+ readonly 'stacking-800': any;
259
+ };
260
+ 'z-indices': {
261
+ readonly dropdownMenu: 100;
262
+ readonly popover: 200;
263
+ readonly tooltip: 300;
264
+ };
265
+ }, {
266
+ readonly background: "colors";
267
+ readonly backgroundColor: "colors";
268
+ readonly backgroundImage: "colors";
269
+ readonly blockSize: "sizes";
270
+ readonly border: "colors";
271
+ readonly borderBlock: "colors";
272
+ readonly borderBlockEnd: "colors";
273
+ readonly borderBlockStart: "colors";
274
+ readonly borderBottom: "colors";
275
+ readonly borderBottomColor: "colors";
276
+ readonly borderBottomLeftRadius: "radii";
277
+ readonly borderBottomRightRadius: "radii";
278
+ readonly borderBottomStyle: "border-styles";
279
+ readonly borderBottomWidth: "border-widths";
280
+ readonly borderColor: "colors";
281
+ readonly borderImage: "colors";
282
+ readonly borderInline: "colors";
283
+ readonly borderInlineEnd: "colors";
284
+ readonly borderInlineStart: "colors";
285
+ readonly borderLeft: "colors";
286
+ readonly borderLeftColor: "colors";
287
+ readonly borderLeftStyle: "border-styles";
288
+ readonly borderLeftWidth: "border-widths";
289
+ readonly borderRadius: "radii";
290
+ readonly borderRight: "colors";
291
+ readonly borderRightColor: "colors";
292
+ readonly borderRightStyle: "border-styles";
293
+ readonly borderRightWidth: "border-widths";
294
+ readonly borderStyle: "border-styles";
295
+ readonly borderTop: "colors";
296
+ readonly borderTopColor: "colors";
297
+ readonly borderTopLeftRadius: "radii";
298
+ readonly borderTopRightRadius: "radii";
299
+ readonly borderTopStyle: "border-styles";
300
+ readonly borderTopWidth: "border-widths";
301
+ readonly borderWidth: "border-widths";
302
+ readonly bottom: "space";
303
+ readonly boxShadow: "shadows";
304
+ readonly caretColor: "colors";
305
+ readonly color: "colors";
306
+ readonly columnGap: "space-gap";
307
+ readonly columnRuleColor: "colors";
308
+ readonly fill: "colors";
309
+ readonly flexBasis: "sizes";
310
+ readonly fontFamily: "fonts";
311
+ readonly fontSize: "font-sizes";
312
+ readonly fontWeight: "font-weights";
313
+ readonly gap: "space-gap";
314
+ readonly gridColumnGap: "space-gap";
315
+ readonly gridGap: "space-gap";
316
+ readonly gridRowGap: "space-gap";
317
+ readonly gridTemplateColumns: "sizes";
318
+ readonly gridTemplateRows: "sizes";
319
+ readonly height: "sizes";
320
+ readonly inlineSize: "sizes";
321
+ readonly inset: "space-inset";
322
+ readonly insetBlock: "space-inset";
323
+ readonly insetBlockEnd: "space-inset";
324
+ readonly insetBlockStart: "space-inset";
325
+ readonly insetInline: "space-inset";
326
+ readonly insetInlineEnd: "space-inset";
327
+ readonly insetInlineStart: "space-inset";
328
+ readonly left: "space";
329
+ readonly letterSpacing: "letter-spacings";
330
+ readonly lineHeight: "line-heights";
331
+ readonly margin: "space-offset";
332
+ readonly marginBlock: "space-offset";
333
+ readonly marginBlockEnd: "space-offset";
334
+ readonly marginBlockStart: "space-offset";
335
+ readonly marginBottom: "space-offset";
336
+ readonly marginInline: "space-offset";
337
+ readonly marginInlineEnd: "space-offset";
338
+ readonly marginInlineStart: "space-offset";
339
+ readonly marginLeft: "space-offset";
340
+ readonly marginRight: "space-offset";
341
+ readonly marginTop: "space-offset";
342
+ readonly maxBlockSize: "sizes";
343
+ readonly maxHeight: "sizes";
344
+ readonly maxInlineSize: "sizes";
345
+ readonly maxWidth: "sizes";
346
+ readonly minBlockSize: "sizes";
347
+ readonly minHeight: "sizes";
348
+ readonly minInlineSize: "sizes";
349
+ readonly minWidth: "sizes";
350
+ readonly outline: "colors";
351
+ readonly outlineColor: "colors";
352
+ readonly padding: "space-inset";
353
+ readonly paddingBlock: "space-inset";
354
+ readonly paddingBlockEnd: "space-inset";
355
+ readonly paddingBlockStart: "space-inset";
356
+ readonly paddingBottom: "space-inset";
357
+ readonly paddingInline: "space-inset";
358
+ readonly paddingInlineEnd: "space-inset";
359
+ readonly paddingInlineStart: "space-inset";
360
+ readonly paddingLeft: "space-inset";
361
+ readonly paddingRight: "space-inset";
362
+ readonly paddingTop: "space-inset";
363
+ readonly right: "space";
364
+ readonly rowGap: "space-gap";
365
+ readonly scrollMargin: "space-offset";
366
+ readonly scrollMarginBlock: "space-offset";
367
+ readonly scrollMarginBlockEnd: "space-offset";
368
+ readonly scrollMarginBlockStart: "space-offset";
369
+ readonly scrollMarginBottom: "space-offset";
370
+ readonly scrollMarginInline: "space-offset";
371
+ readonly scrollMarginInlineEnd: "space-offset";
372
+ readonly scrollMarginInlineStart: "space-offset";
373
+ readonly scrollMarginLeft: "space-offset";
374
+ readonly scrollMarginRight: "space-offset";
375
+ readonly scrollMarginTop: "space-offset";
376
+ readonly scrollPadding: "space-inset";
377
+ readonly scrollPaddingBlock: "space-inset";
378
+ readonly scrollPaddingBlockEnd: "space-inset";
379
+ readonly scrollPaddingBlockStart: "space-inset";
380
+ readonly scrollPaddingBottom: "space-inset";
381
+ readonly scrollPaddingInline: "space-inset";
382
+ readonly scrollPaddingInlineEnd: "space-inset";
383
+ readonly scrollPaddingInlineStart: "space-inset";
384
+ readonly scrollPaddingLeft: "space-inset";
385
+ readonly scrollPaddingRight: "space-inset";
386
+ readonly scrollPaddingTop: "space-inset";
387
+ readonly stroke: "colors";
388
+ readonly textDecorationColor: "colors";
389
+ readonly textShadow: "shadows";
390
+ readonly top: "space";
391
+ readonly transition: "transitions";
392
+ readonly width: "sizes";
393
+ readonly zIndex: "z-indices";
394
+ }, {
395
+ paddingX: (value: {
396
+ readonly [$$PropertyValue]: "padding";
397
+ }) => {
398
+ paddingLeft: {
399
+ readonly [$$PropertyValue]: "padding";
400
+ };
401
+ paddingRight: {
402
+ readonly [$$PropertyValue]: "padding";
403
+ };
404
+ };
405
+ paddingY: (value: {
406
+ readonly [$$PropertyValue]: "padding";
407
+ }) => {
408
+ paddingTop: {
409
+ readonly [$$PropertyValue]: "padding";
410
+ };
411
+ paddingBottom: {
412
+ readonly [$$PropertyValue]: "padding";
413
+ };
414
+ };
415
+ marginX: (value: {
427
416
  readonly [$$PropertyValue]: "margin";
417
+ }) => {
418
+ marginLeft: {
419
+ readonly [$$PropertyValue]: "margin";
420
+ };
421
+ marginRight: {
422
+ readonly [$$PropertyValue]: "margin";
423
+ };
428
424
  };
429
- };
430
- square: (value: {
431
- readonly [$$PropertyValue]: "width";
432
- }) => {
433
- width: {
434
- readonly [$$PropertyValue]: "width";
425
+ marginY: (value: {
426
+ readonly [$$PropertyValue]: "margin";
427
+ }) => {
428
+ marginTop: {
429
+ readonly [$$PropertyValue]: "margin";
430
+ };
431
+ marginBottom: {
432
+ readonly [$$PropertyValue]: "margin";
433
+ };
435
434
  };
436
- height: {
435
+ square: (value: {
437
436
  readonly [$$PropertyValue]: "width";
437
+ }) => {
438
+ width: {
439
+ readonly [$$PropertyValue]: "width";
440
+ };
441
+ height: {
442
+ readonly [$$PropertyValue]: "width";
443
+ };
438
444
  };
439
- };
440
- }>>> & _mirohq_design_system_stitches.CustomStylesProps, "string" | "clipPath" | "filter" | "mask" | "path" | "key" | "crossOrigin" | "id" | "lang" | "tabIndex" | "role" | "color" | "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" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "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" | "height" | "width" | "name" | "type" | "max" | "min" | "size" | "origin" | "media" | "method" | "target" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "asChild" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<SVGSVGElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"svg">>, {
445
+ }> | undefined;
446
+ }> & {
447
+ children?: react.ReactNode;
448
+ } & _mirohq_design_system_stitches.CustomStylesProps, "string" | "clipPath" | "filter" | "mask" | "path" | "key" | "crossOrigin" | "id" | "lang" | "tabIndex" | "role" | "color" | "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" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "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" | "height" | "width" | "name" | "type" | "max" | "min" | "size" | "origin" | "media" | "method" | "target" | "accentHeight" | "accumulate" | "additive" | "alignmentBaseline" | "allowReorder" | "alphabetic" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baselineShift" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clip" | "clipPathUnits" | "clipRule" | "colorInterpolation" | "colorInterpolationFilters" | "colorProfile" | "colorRendering" | "contentScriptType" | "contentStyleType" | "cursor" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "direction" | "display" | "divisor" | "dominantBaseline" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "end" | "exponent" | "externalResourcesRequired" | "fill" | "fillOpacity" | "fillRule" | "filterRes" | "filterUnits" | "floodColor" | "floodOpacity" | "focusable" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphOrientationVertical" | "glyphRef" | "gradientTransform" | "gradientUnits" | "hanging" | "horizAdvX" | "horizOriginX" | "href" | "ideographic" | "imageRendering" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "letterSpacing" | "lightingColor" | "limitingConeAngle" | "local" | "markerEnd" | "markerHeight" | "markerMid" | "markerStart" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mathematical" | "mode" | "numOctaves" | "offset" | "opacity" | "operator" | "order" | "orient" | "orientation" | "overflow" | "overlinePosition" | "overlineThickness" | "paintOrder" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "pointerEvents" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rotate" | "rx" | "ry" | "scale" | "seed" | "shapeRendering" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "stopColor" | "stopOpacity" | "strikethroughPosition" | "strikethroughThickness" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textAnchor" | "textDecoration" | "textLength" | "textRendering" | "to" | "transform" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeBidi" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "vectorEffect" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "visibility" | "vMathematical" | "widths" | "wordSpacing" | "writingMode" | "x1" | "x2" | "x" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "y" | "yChannelSelector" | "z" | "zoomAndPan" | "asChild" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<SVGSVGElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"svg">>, {
441
449
  size?: "small" | "medium" | undefined;
442
450
  }, {}>;
443
451
  declare type StyledSpinnerProps = StrictComponentProps<typeof StyledSpinner>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-spinner",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@mirohq/design-system-primitive": "^1.1.0",
30
- "@mirohq/design-tokens": "^2.4.0",
31
- "@mirohq/design-system-stitches": "^2.2.3"
30
+ "@mirohq/design-system-stitches": "^2.2.4",
31
+ "@mirohq/design-tokens": "^2.4.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@mirohq/design-system-flex": "^2.1.7"
34
+ "@mirohq/design-system-flex": "^2.1.8"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "rollup -c ../../../rollup.config.js",