@mirohq/design-system-stitches 2.6.29 → 2.6.31-new-focus-keyboard.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 +16 -72
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -563,7 +563,6 @@ declare const config: {
|
|
|
563
563
|
"teal-background-mild"?: any;
|
|
564
564
|
"teal-background-prominent"?: any;
|
|
565
565
|
"teal-background-subtle"?: any;
|
|
566
|
-
"test-test"?: any;
|
|
567
566
|
"coal-border"?: any;
|
|
568
567
|
"coal-border-prominent"?: any;
|
|
569
568
|
"coal-border-subtle"?: any;
|
|
@@ -775,16 +774,9 @@ declare const config: {
|
|
|
775
774
|
readonly round: "999px";
|
|
776
775
|
};
|
|
777
776
|
shadows: {
|
|
777
|
+
"focus-keyboard": any;
|
|
778
778
|
50: any;
|
|
779
779
|
100: any;
|
|
780
|
-
"focus-small": any;
|
|
781
|
-
"focus-small-outline": any;
|
|
782
|
-
"focus-large": any;
|
|
783
|
-
"focus-controls": any;
|
|
784
|
-
"focus-small-error": any;
|
|
785
|
-
"focus-controls-error": any;
|
|
786
|
-
"focus-controls-success": any;
|
|
787
|
-
"focus-v1": any;
|
|
788
780
|
};
|
|
789
781
|
sizes: {
|
|
790
782
|
readonly number: string;
|
|
@@ -818,6 +810,7 @@ declare const config: {
|
|
|
818
810
|
'z-indices': {
|
|
819
811
|
readonly 'dropdown-menu': 100;
|
|
820
812
|
readonly select: 200;
|
|
813
|
+
readonly calendar: 200;
|
|
821
814
|
readonly popover: 300;
|
|
822
815
|
readonly tooltip: 400;
|
|
823
816
|
};
|
|
@@ -1559,7 +1552,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1559
1552
|
"teal-background-mild"?: string | number | boolean | undefined;
|
|
1560
1553
|
"teal-background-prominent"?: string | number | boolean | undefined;
|
|
1561
1554
|
"teal-background-subtle"?: string | number | boolean | undefined;
|
|
1562
|
-
"test-test"?: string | number | boolean | undefined;
|
|
1563
1555
|
"coal-border"?: string | number | boolean | undefined;
|
|
1564
1556
|
"coal-border-prominent"?: string | number | boolean | undefined;
|
|
1565
1557
|
"coal-border-subtle"?: string | number | boolean | undefined;
|
|
@@ -1771,16 +1763,9 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1771
1763
|
readonly round?: string | number | boolean | undefined;
|
|
1772
1764
|
} | undefined;
|
|
1773
1765
|
shadows?: {
|
|
1766
|
+
"focus-keyboard"?: string | number | boolean | undefined;
|
|
1774
1767
|
50?: string | number | boolean | undefined;
|
|
1775
1768
|
100?: string | number | boolean | undefined;
|
|
1776
|
-
"focus-small"?: string | number | boolean | undefined;
|
|
1777
|
-
"focus-small-outline"?: string | number | boolean | undefined;
|
|
1778
|
-
"focus-large"?: string | number | boolean | undefined;
|
|
1779
|
-
"focus-controls"?: string | number | boolean | undefined;
|
|
1780
|
-
"focus-small-error"?: string | number | boolean | undefined;
|
|
1781
|
-
"focus-controls-error"?: string | number | boolean | undefined;
|
|
1782
|
-
"focus-controls-success"?: string | number | boolean | undefined;
|
|
1783
|
-
"focus-v1"?: string | number | boolean | undefined;
|
|
1784
1769
|
} | undefined;
|
|
1785
1770
|
sizes?: {
|
|
1786
1771
|
readonly number?: string | number | boolean | undefined;
|
|
@@ -1814,6 +1799,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1814
1799
|
'z-indices'?: {
|
|
1815
1800
|
readonly 'dropdown-menu'?: string | number | boolean | undefined;
|
|
1816
1801
|
readonly select?: string | number | boolean | undefined;
|
|
1802
|
+
readonly calendar?: string | number | boolean | undefined;
|
|
1817
1803
|
readonly popover?: string | number | boolean | undefined;
|
|
1818
1804
|
readonly tooltip?: string | number | boolean | undefined;
|
|
1819
1805
|
} | undefined;
|
|
@@ -2371,7 +2357,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
2371
2357
|
"teal-background-mild"?: string | number | boolean | undefined;
|
|
2372
2358
|
"teal-background-prominent"?: string | number | boolean | undefined;
|
|
2373
2359
|
"teal-background-subtle"?: string | number | boolean | undefined;
|
|
2374
|
-
"test-test"?: string | number | boolean | undefined;
|
|
2375
2360
|
"coal-border"?: string | number | boolean | undefined;
|
|
2376
2361
|
"coal-border-prominent"?: string | number | boolean | undefined;
|
|
2377
2362
|
"coal-border-subtle"?: string | number | boolean | undefined;
|
|
@@ -2583,16 +2568,9 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
2583
2568
|
readonly round?: string | number | boolean | undefined;
|
|
2584
2569
|
} | undefined;
|
|
2585
2570
|
shadows?: {
|
|
2571
|
+
"focus-keyboard"?: string | number | boolean | undefined;
|
|
2586
2572
|
50?: string | number | boolean | undefined;
|
|
2587
2573
|
100?: string | number | boolean | undefined;
|
|
2588
|
-
"focus-small"?: string | number | boolean | undefined;
|
|
2589
|
-
"focus-small-outline"?: string | number | boolean | undefined;
|
|
2590
|
-
"focus-large"?: string | number | boolean | undefined;
|
|
2591
|
-
"focus-controls"?: string | number | boolean | undefined;
|
|
2592
|
-
"focus-small-error"?: string | number | boolean | undefined;
|
|
2593
|
-
"focus-controls-error"?: string | number | boolean | undefined;
|
|
2594
|
-
"focus-controls-success"?: string | number | boolean | undefined;
|
|
2595
|
-
"focus-v1"?: string | number | boolean | undefined;
|
|
2596
2574
|
} | undefined;
|
|
2597
2575
|
sizes?: {
|
|
2598
2576
|
readonly number?: string | number | boolean | undefined;
|
|
@@ -2626,6 +2604,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
2626
2604
|
'z-indices'?: {
|
|
2627
2605
|
readonly 'dropdown-menu'?: string | number | boolean | undefined;
|
|
2628
2606
|
readonly select?: string | number | boolean | undefined;
|
|
2607
|
+
readonly calendar?: string | number | boolean | undefined;
|
|
2629
2608
|
readonly popover?: string | number | boolean | undefined;
|
|
2630
2609
|
readonly tooltip?: string | number | boolean | undefined;
|
|
2631
2610
|
} | undefined;
|
|
@@ -3189,7 +3168,6 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
3189
3168
|
"teal-background-mild"?: any;
|
|
3190
3169
|
"teal-background-prominent"?: any;
|
|
3191
3170
|
"teal-background-subtle"?: any;
|
|
3192
|
-
"test-test"?: any;
|
|
3193
3171
|
"coal-border"?: any;
|
|
3194
3172
|
"coal-border-prominent"?: any;
|
|
3195
3173
|
"coal-border-subtle"?: any;
|
|
@@ -3401,16 +3379,9 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
3401
3379
|
readonly round: "999px";
|
|
3402
3380
|
};
|
|
3403
3381
|
shadows: {
|
|
3382
|
+
"focus-keyboard": any;
|
|
3404
3383
|
50: any;
|
|
3405
3384
|
100: any;
|
|
3406
|
-
"focus-small": any;
|
|
3407
|
-
"focus-small-outline": any;
|
|
3408
|
-
"focus-large": any;
|
|
3409
|
-
"focus-controls": any;
|
|
3410
|
-
"focus-small-error": any;
|
|
3411
|
-
"focus-controls-error": any;
|
|
3412
|
-
"focus-controls-success": any;
|
|
3413
|
-
"focus-v1": any;
|
|
3414
3385
|
};
|
|
3415
3386
|
sizes: {
|
|
3416
3387
|
readonly number: string;
|
|
@@ -3444,6 +3415,7 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
3444
3415
|
'z-indices': {
|
|
3445
3416
|
readonly 'dropdown-menu': 100;
|
|
3446
3417
|
readonly select: 200;
|
|
3418
|
+
readonly calendar: 200;
|
|
3447
3419
|
readonly popover: 300;
|
|
3448
3420
|
readonly tooltip: 400;
|
|
3449
3421
|
};
|
|
@@ -4200,7 +4172,6 @@ declare const globalCss: <Styles extends {
|
|
|
4200
4172
|
"teal-background-mild"?: any;
|
|
4201
4173
|
"teal-background-prominent"?: any;
|
|
4202
4174
|
"teal-background-subtle"?: any;
|
|
4203
|
-
"test-test"?: any;
|
|
4204
4175
|
"coal-border"?: any;
|
|
4205
4176
|
"coal-border-prominent"?: any;
|
|
4206
4177
|
"coal-border-subtle"?: any;
|
|
@@ -4412,16 +4383,9 @@ declare const globalCss: <Styles extends {
|
|
|
4412
4383
|
readonly round: "999px";
|
|
4413
4384
|
};
|
|
4414
4385
|
shadows: {
|
|
4386
|
+
"focus-keyboard": any;
|
|
4415
4387
|
50: any;
|
|
4416
4388
|
100: any;
|
|
4417
|
-
"focus-small": any;
|
|
4418
|
-
"focus-small-outline": any;
|
|
4419
|
-
"focus-large": any;
|
|
4420
|
-
"focus-controls": any;
|
|
4421
|
-
"focus-small-error": any;
|
|
4422
|
-
"focus-controls-error": any;
|
|
4423
|
-
"focus-controls-success": any;
|
|
4424
|
-
"focus-v1": any;
|
|
4425
4389
|
};
|
|
4426
4390
|
sizes: {
|
|
4427
4391
|
readonly number: string;
|
|
@@ -4455,6 +4419,7 @@ declare const globalCss: <Styles extends {
|
|
|
4455
4419
|
'z-indices': {
|
|
4456
4420
|
readonly 'dropdown-menu': 100;
|
|
4457
4421
|
readonly select: 200;
|
|
4422
|
+
readonly calendar: 200;
|
|
4458
4423
|
readonly popover: 300;
|
|
4459
4424
|
readonly tooltip: 400;
|
|
4460
4425
|
};
|
|
@@ -5193,7 +5158,6 @@ declare const globalCss: <Styles extends {
|
|
|
5193
5158
|
"teal-background-mild"?: any;
|
|
5194
5159
|
"teal-background-prominent"?: any;
|
|
5195
5160
|
"teal-background-subtle"?: any;
|
|
5196
|
-
"test-test"?: any;
|
|
5197
5161
|
"coal-border"?: any;
|
|
5198
5162
|
"coal-border-prominent"?: any;
|
|
5199
5163
|
"coal-border-subtle"?: any;
|
|
@@ -5405,16 +5369,9 @@ declare const globalCss: <Styles extends {
|
|
|
5405
5369
|
readonly round: "999px";
|
|
5406
5370
|
};
|
|
5407
5371
|
shadows: {
|
|
5372
|
+
"focus-keyboard": any;
|
|
5408
5373
|
50: any;
|
|
5409
5374
|
100: any;
|
|
5410
|
-
"focus-small": any;
|
|
5411
|
-
"focus-small-outline": any;
|
|
5412
|
-
"focus-large": any;
|
|
5413
|
-
"focus-controls": any;
|
|
5414
|
-
"focus-small-error": any;
|
|
5415
|
-
"focus-controls-error": any;
|
|
5416
|
-
"focus-controls-success": any;
|
|
5417
|
-
"focus-v1": any;
|
|
5418
5375
|
};
|
|
5419
5376
|
sizes: {
|
|
5420
5377
|
readonly number: string;
|
|
@@ -5448,6 +5405,7 @@ declare const globalCss: <Styles extends {
|
|
|
5448
5405
|
'z-indices': {
|
|
5449
5406
|
readonly 'dropdown-menu': 100;
|
|
5450
5407
|
readonly select: 200;
|
|
5408
|
+
readonly calendar: 200;
|
|
5451
5409
|
readonly popover: 300;
|
|
5452
5410
|
readonly tooltip: 400;
|
|
5453
5411
|
};
|
|
@@ -6187,7 +6145,6 @@ declare const keyframes: (style: {
|
|
|
6187
6145
|
"teal-background-mild"?: any;
|
|
6188
6146
|
"teal-background-prominent"?: any;
|
|
6189
6147
|
"teal-background-subtle"?: any;
|
|
6190
|
-
"test-test"?: any;
|
|
6191
6148
|
"coal-border"?: any;
|
|
6192
6149
|
"coal-border-prominent"?: any;
|
|
6193
6150
|
"coal-border-subtle"?: any;
|
|
@@ -6399,16 +6356,9 @@ declare const keyframes: (style: {
|
|
|
6399
6356
|
readonly round: "999px";
|
|
6400
6357
|
};
|
|
6401
6358
|
shadows: {
|
|
6359
|
+
"focus-keyboard": any;
|
|
6402
6360
|
50: any;
|
|
6403
6361
|
100: any;
|
|
6404
|
-
"focus-small": any;
|
|
6405
|
-
"focus-small-outline": any;
|
|
6406
|
-
"focus-large": any;
|
|
6407
|
-
"focus-controls": any;
|
|
6408
|
-
"focus-small-error": any;
|
|
6409
|
-
"focus-controls-error": any;
|
|
6410
|
-
"focus-controls-success": any;
|
|
6411
|
-
"focus-v1": any;
|
|
6412
6362
|
};
|
|
6413
6363
|
sizes: {
|
|
6414
6364
|
readonly number: string;
|
|
@@ -6442,6 +6392,7 @@ declare const keyframes: (style: {
|
|
|
6442
6392
|
'z-indices': {
|
|
6443
6393
|
readonly 'dropdown-menu': 100;
|
|
6444
6394
|
readonly select: 200;
|
|
6395
|
+
readonly calendar: 200;
|
|
6445
6396
|
readonly popover: 300;
|
|
6446
6397
|
readonly tooltip: 400;
|
|
6447
6398
|
};
|
|
@@ -7350,7 +7301,6 @@ declare const theme: {
|
|
|
7350
7301
|
"teal-background-mild"?: _mirohq_design_system_themes.Color | undefined;
|
|
7351
7302
|
"teal-background-prominent"?: _mirohq_design_system_themes.Color | undefined;
|
|
7352
7303
|
"teal-background-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
7353
|
-
"test-test"?: _mirohq_design_system_themes.Color | undefined;
|
|
7354
7304
|
"coal-border"?: _mirohq_design_system_themes.Color | undefined;
|
|
7355
7305
|
"coal-border-prominent"?: _mirohq_design_system_themes.Color | undefined;
|
|
7356
7306
|
"coal-border-subtle"?: _mirohq_design_system_themes.Color | undefined;
|
|
@@ -7562,16 +7512,9 @@ declare const theme: {
|
|
|
7562
7512
|
readonly round: "999px";
|
|
7563
7513
|
};
|
|
7564
7514
|
shadows: Required<{
|
|
7515
|
+
"focus-keyboard"?: string | undefined;
|
|
7565
7516
|
50?: string | undefined;
|
|
7566
7517
|
100?: string | undefined;
|
|
7567
|
-
"focus-small"?: string | undefined;
|
|
7568
|
-
"focus-small-outline"?: string | undefined;
|
|
7569
|
-
"focus-large"?: string | undefined;
|
|
7570
|
-
"focus-controls"?: string | undefined;
|
|
7571
|
-
"focus-small-error"?: string | undefined;
|
|
7572
|
-
"focus-controls-error"?: string | undefined;
|
|
7573
|
-
"focus-controls-success"?: string | undefined;
|
|
7574
|
-
"focus-v1"?: string | undefined;
|
|
7575
7518
|
}>;
|
|
7576
7519
|
sizes: {
|
|
7577
7520
|
readonly number: string;
|
|
@@ -7605,6 +7548,7 @@ declare const theme: {
|
|
|
7605
7548
|
'z-indices': {
|
|
7606
7549
|
readonly 'dropdown-menu': 100;
|
|
7607
7550
|
readonly select: 200;
|
|
7551
|
+
readonly calendar: 200;
|
|
7608
7552
|
readonly popover: 300;
|
|
7609
7553
|
readonly tooltip: 400;
|
|
7610
7554
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-stitches",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.31-new-focus-keyboard.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"lodash.merge": "^4.6.2",
|
|
30
|
-
"@mirohq/design-system-themes": "^0.
|
|
30
|
+
"@mirohq/design-system-themes": "^0.14.0-new-focus-keyboard.0",
|
|
31
31
|
"@mirohq/design-system-types": "^0.10.0",
|
|
32
|
-
"@mirohq/design-tokens": "^6.5.
|
|
32
|
+
"@mirohq/design-tokens": "^6.5.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/lodash.merge": "^4.6.7"
|