@mirohq/design-system-calendar 0.1.63 → 0.1.65
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.
- package/dist/types.d.ts +61 -103
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
|
@@ -265,17 +265,17 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
265
265
|
readonly body: "Open Sans, sans-serif";
|
|
266
266
|
};
|
|
267
267
|
radii: {
|
|
268
|
+
readonly 0: "0px";
|
|
268
269
|
readonly 25: "2px";
|
|
269
270
|
readonly 50: "4px";
|
|
270
271
|
readonly 75: "6px";
|
|
271
272
|
readonly 100: "8px";
|
|
272
273
|
readonly 200: "16px";
|
|
273
|
-
readonly
|
|
274
|
-
readonly none: "0px";
|
|
274
|
+
readonly round: "999px";
|
|
275
275
|
};
|
|
276
276
|
shadows: {
|
|
277
|
-
50: any;
|
|
278
277
|
100: any;
|
|
278
|
+
50: any;
|
|
279
279
|
"focus-small": any;
|
|
280
280
|
"focus-small-outline": any;
|
|
281
281
|
"focus-large": any;
|
|
@@ -305,48 +305,6 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
305
305
|
readonly 1200: "96px";
|
|
306
306
|
readonly 1600: "128px";
|
|
307
307
|
};
|
|
308
|
-
'space-gap': {
|
|
309
|
-
readonly 0: any;
|
|
310
|
-
readonly 50: any;
|
|
311
|
-
readonly 100: any;
|
|
312
|
-
readonly 200: any;
|
|
313
|
-
readonly 300: any;
|
|
314
|
-
};
|
|
315
|
-
'space-inset': {
|
|
316
|
-
readonly 0: any;
|
|
317
|
-
readonly 50: any;
|
|
318
|
-
readonly 100: any;
|
|
319
|
-
readonly 150: any;
|
|
320
|
-
readonly 200: any;
|
|
321
|
-
readonly 300: any;
|
|
322
|
-
readonly 400: any;
|
|
323
|
-
readonly 500: any;
|
|
324
|
-
readonly 600: any;
|
|
325
|
-
readonly 700: any;
|
|
326
|
-
readonly 800: any;
|
|
327
|
-
readonly 1200: any;
|
|
328
|
-
readonly 1600: any;
|
|
329
|
-
};
|
|
330
|
-
'space-offset': {
|
|
331
|
-
readonly 0: any;
|
|
332
|
-
readonly 50: any;
|
|
333
|
-
readonly 100: any;
|
|
334
|
-
readonly 150: any;
|
|
335
|
-
readonly 200: any;
|
|
336
|
-
readonly 300: any;
|
|
337
|
-
readonly 400: any;
|
|
338
|
-
readonly 600: any;
|
|
339
|
-
readonly 800: any;
|
|
340
|
-
readonly 1200: any;
|
|
341
|
-
readonly 1600: any;
|
|
342
|
-
readonly 'stacking-0': any;
|
|
343
|
-
readonly 'stacking-100': any;
|
|
344
|
-
readonly 'stacking-200': any;
|
|
345
|
-
readonly 'stacking-300': any;
|
|
346
|
-
readonly 'stacking-400': any;
|
|
347
|
-
readonly 'stacking-500': any;
|
|
348
|
-
readonly 'stacking-800': any;
|
|
349
|
-
};
|
|
350
308
|
'stroke-width': {
|
|
351
309
|
readonly thin: "1.5px";
|
|
352
310
|
readonly normal: "2px";
|
|
@@ -387,7 +345,7 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
387
345
|
readonly borderRightColor: "colors";
|
|
388
346
|
readonly borderRightStyle: "border-styles";
|
|
389
347
|
readonly borderRightWidth: "border-widths";
|
|
390
|
-
readonly borderSpacing: "space
|
|
348
|
+
readonly borderSpacing: "space";
|
|
391
349
|
readonly borderStyle: "border-styles";
|
|
392
350
|
readonly borderTop: "colors";
|
|
393
351
|
readonly borderTopColor: "colors";
|
|
@@ -400,42 +358,42 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
400
358
|
readonly boxShadow: "shadows";
|
|
401
359
|
readonly caretColor: "colors";
|
|
402
360
|
readonly color: "colors";
|
|
403
|
-
readonly columnGap: "space
|
|
361
|
+
readonly columnGap: "space";
|
|
404
362
|
readonly columnRuleColor: "colors";
|
|
405
363
|
readonly fill: "colors";
|
|
406
364
|
readonly flexBasis: "sizes";
|
|
407
365
|
readonly fontFamily: "fonts";
|
|
408
366
|
readonly fontSize: "font-sizes";
|
|
409
367
|
readonly fontWeight: "font-weights";
|
|
410
|
-
readonly gap: "space
|
|
411
|
-
readonly gridColumnGap: "space
|
|
412
|
-
readonly gridGap: "space
|
|
413
|
-
readonly gridRowGap: "space
|
|
368
|
+
readonly gap: "space";
|
|
369
|
+
readonly gridColumnGap: "space";
|
|
370
|
+
readonly gridGap: "space";
|
|
371
|
+
readonly gridRowGap: "space";
|
|
414
372
|
readonly gridTemplateColumns: "sizes";
|
|
415
373
|
readonly gridTemplateRows: "sizes";
|
|
416
374
|
readonly height: "sizes";
|
|
417
375
|
readonly inlineSize: "sizes";
|
|
418
|
-
readonly inset: "space
|
|
419
|
-
readonly insetBlock: "space
|
|
420
|
-
readonly insetBlockEnd: "space
|
|
421
|
-
readonly insetBlockStart: "space
|
|
422
|
-
readonly insetInline: "space
|
|
423
|
-
readonly insetInlineEnd: "space
|
|
424
|
-
readonly insetInlineStart: "space
|
|
376
|
+
readonly inset: "space";
|
|
377
|
+
readonly insetBlock: "space";
|
|
378
|
+
readonly insetBlockEnd: "space";
|
|
379
|
+
readonly insetBlockStart: "space";
|
|
380
|
+
readonly insetInline: "space";
|
|
381
|
+
readonly insetInlineEnd: "space";
|
|
382
|
+
readonly insetInlineStart: "space";
|
|
425
383
|
readonly left: "space";
|
|
426
384
|
readonly letterSpacing: "letter-spacings";
|
|
427
385
|
readonly lineHeight: "line-heights";
|
|
428
|
-
readonly margin: "space
|
|
429
|
-
readonly marginBlock: "space
|
|
430
|
-
readonly marginBlockEnd: "space
|
|
431
|
-
readonly marginBlockStart: "space
|
|
432
|
-
readonly marginBottom: "space
|
|
433
|
-
readonly marginInline: "space
|
|
434
|
-
readonly marginInlineEnd: "space
|
|
435
|
-
readonly marginInlineStart: "space
|
|
436
|
-
readonly marginLeft: "space
|
|
437
|
-
readonly marginRight: "space
|
|
438
|
-
readonly marginTop: "space
|
|
386
|
+
readonly margin: "space";
|
|
387
|
+
readonly marginBlock: "space";
|
|
388
|
+
readonly marginBlockEnd: "space";
|
|
389
|
+
readonly marginBlockStart: "space";
|
|
390
|
+
readonly marginBottom: "space";
|
|
391
|
+
readonly marginInline: "space";
|
|
392
|
+
readonly marginInlineEnd: "space";
|
|
393
|
+
readonly marginInlineStart: "space";
|
|
394
|
+
readonly marginLeft: "space";
|
|
395
|
+
readonly marginRight: "space";
|
|
396
|
+
readonly marginTop: "space";
|
|
439
397
|
readonly maxBlockSize: "sizes";
|
|
440
398
|
readonly maxHeight: "sizes";
|
|
441
399
|
readonly maxInlineSize: "sizes";
|
|
@@ -446,41 +404,41 @@ declare const StyledCalendar: React.ForwardRefExoticComponent<Omit<Omit<_mirohq_
|
|
|
446
404
|
readonly minWidth: "sizes";
|
|
447
405
|
readonly outline: "colors";
|
|
448
406
|
readonly outlineColor: "colors";
|
|
449
|
-
readonly padding: "space
|
|
450
|
-
readonly paddingBlock: "space
|
|
451
|
-
readonly paddingBlockEnd: "space
|
|
452
|
-
readonly paddingBlockStart: "space
|
|
453
|
-
readonly paddingBottom: "space
|
|
454
|
-
readonly paddingInline: "space
|
|
455
|
-
readonly paddingInlineEnd: "space
|
|
456
|
-
readonly paddingInlineStart: "space
|
|
457
|
-
readonly paddingLeft: "space
|
|
458
|
-
readonly paddingRight: "space
|
|
459
|
-
readonly paddingTop: "space
|
|
407
|
+
readonly padding: "space";
|
|
408
|
+
readonly paddingBlock: "space";
|
|
409
|
+
readonly paddingBlockEnd: "space";
|
|
410
|
+
readonly paddingBlockStart: "space";
|
|
411
|
+
readonly paddingBottom: "space";
|
|
412
|
+
readonly paddingInline: "space";
|
|
413
|
+
readonly paddingInlineEnd: "space";
|
|
414
|
+
readonly paddingInlineStart: "space";
|
|
415
|
+
readonly paddingLeft: "space";
|
|
416
|
+
readonly paddingRight: "space";
|
|
417
|
+
readonly paddingTop: "space";
|
|
460
418
|
readonly right: "space";
|
|
461
|
-
readonly rowGap: "space
|
|
462
|
-
readonly scrollMargin: "space
|
|
463
|
-
readonly scrollMarginBlock: "space
|
|
464
|
-
readonly scrollMarginBlockEnd: "space
|
|
465
|
-
readonly scrollMarginBlockStart: "space
|
|
466
|
-
readonly scrollMarginBottom: "space
|
|
467
|
-
readonly scrollMarginInline: "space
|
|
468
|
-
readonly scrollMarginInlineEnd: "space
|
|
469
|
-
readonly scrollMarginInlineStart: "space
|
|
470
|
-
readonly scrollMarginLeft: "space
|
|
471
|
-
readonly scrollMarginRight: "space
|
|
472
|
-
readonly scrollMarginTop: "space
|
|
473
|
-
readonly scrollPadding: "space
|
|
474
|
-
readonly scrollPaddingBlock: "space
|
|
475
|
-
readonly scrollPaddingBlockEnd: "space
|
|
476
|
-
readonly scrollPaddingBlockStart: "space
|
|
477
|
-
readonly scrollPaddingBottom: "space
|
|
478
|
-
readonly scrollPaddingInline: "space
|
|
479
|
-
readonly scrollPaddingInlineEnd: "space
|
|
480
|
-
readonly scrollPaddingInlineStart: "space
|
|
481
|
-
readonly scrollPaddingLeft: "space
|
|
482
|
-
readonly scrollPaddingRight: "space
|
|
483
|
-
readonly scrollPaddingTop: "space
|
|
419
|
+
readonly rowGap: "space";
|
|
420
|
+
readonly scrollMargin: "space";
|
|
421
|
+
readonly scrollMarginBlock: "space";
|
|
422
|
+
readonly scrollMarginBlockEnd: "space";
|
|
423
|
+
readonly scrollMarginBlockStart: "space";
|
|
424
|
+
readonly scrollMarginBottom: "space";
|
|
425
|
+
readonly scrollMarginInline: "space";
|
|
426
|
+
readonly scrollMarginInlineEnd: "space";
|
|
427
|
+
readonly scrollMarginInlineStart: "space";
|
|
428
|
+
readonly scrollMarginLeft: "space";
|
|
429
|
+
readonly scrollMarginRight: "space";
|
|
430
|
+
readonly scrollMarginTop: "space";
|
|
431
|
+
readonly scrollPadding: "space";
|
|
432
|
+
readonly scrollPaddingBlock: "space";
|
|
433
|
+
readonly scrollPaddingBlockEnd: "space";
|
|
434
|
+
readonly scrollPaddingBlockStart: "space";
|
|
435
|
+
readonly scrollPaddingBottom: "space";
|
|
436
|
+
readonly scrollPaddingInline: "space";
|
|
437
|
+
readonly scrollPaddingInlineEnd: "space";
|
|
438
|
+
readonly scrollPaddingInlineStart: "space";
|
|
439
|
+
readonly scrollPaddingLeft: "space";
|
|
440
|
+
readonly scrollPaddingRight: "space";
|
|
441
|
+
readonly scrollPaddingTop: "space";
|
|
484
442
|
readonly stroke: "colors";
|
|
485
443
|
readonly strokeWidth: "stroke-width";
|
|
486
444
|
readonly textDecorationColor: "colors";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-calendar",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.65",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"@react-types/datepicker": "^3.4.0",
|
|
31
31
|
"react-aria": "^3.25.0",
|
|
32
32
|
"react-stately": "^3.23.0",
|
|
33
|
-
"@mirohq/design-system-button": "^3.1.
|
|
34
|
-
"@mirohq/design-system-flex": "^2.1.38",
|
|
35
|
-
"@mirohq/design-system-icons": "^0.39.3",
|
|
33
|
+
"@mirohq/design-system-button": "^3.1.42",
|
|
36
34
|
"@mirohq/design-system-primitive": "^1.1.2",
|
|
37
|
-
"@mirohq/design-system-
|
|
35
|
+
"@mirohq/design-system-icons": "^0.39.4",
|
|
36
|
+
"@mirohq/design-system-flex": "^2.1.39",
|
|
37
|
+
"@mirohq/design-system-stitches": "^2.6.4"
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "rollup -c ../../../rollup.config.js",
|