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