@mirohq/design-system-stitches 2.6.30 → 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 +8 -64
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -774,16 +774,9 @@ declare const config: {
|
|
|
774
774
|
readonly round: "999px";
|
|
775
775
|
};
|
|
776
776
|
shadows: {
|
|
777
|
+
"focus-keyboard": any;
|
|
777
778
|
50: any;
|
|
778
779
|
100: any;
|
|
779
|
-
"focus-small": any;
|
|
780
|
-
"focus-small-outline": any;
|
|
781
|
-
"focus-large": any;
|
|
782
|
-
"focus-controls": any;
|
|
783
|
-
"focus-small-error": any;
|
|
784
|
-
"focus-controls-error": any;
|
|
785
|
-
"focus-controls-success": any;
|
|
786
|
-
"focus-v1": any;
|
|
787
780
|
};
|
|
788
781
|
sizes: {
|
|
789
782
|
readonly number: string;
|
|
@@ -1770,16 +1763,9 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1770
1763
|
readonly round?: string | number | boolean | undefined;
|
|
1771
1764
|
} | undefined;
|
|
1772
1765
|
shadows?: {
|
|
1766
|
+
"focus-keyboard"?: string | number | boolean | undefined;
|
|
1773
1767
|
50?: string | number | boolean | undefined;
|
|
1774
1768
|
100?: string | number | boolean | undefined;
|
|
1775
|
-
"focus-small"?: string | number | boolean | undefined;
|
|
1776
|
-
"focus-small-outline"?: string | number | boolean | undefined;
|
|
1777
|
-
"focus-large"?: string | number | boolean | undefined;
|
|
1778
|
-
"focus-controls"?: string | number | boolean | undefined;
|
|
1779
|
-
"focus-small-error"?: string | number | boolean | undefined;
|
|
1780
|
-
"focus-controls-error"?: string | number | boolean | undefined;
|
|
1781
|
-
"focus-controls-success"?: string | number | boolean | undefined;
|
|
1782
|
-
"focus-v1"?: string | number | boolean | undefined;
|
|
1783
1769
|
} | undefined;
|
|
1784
1770
|
sizes?: {
|
|
1785
1771
|
readonly number?: string | number | boolean | undefined;
|
|
@@ -2582,16 +2568,9 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
2582
2568
|
readonly round?: string | number | boolean | undefined;
|
|
2583
2569
|
} | undefined;
|
|
2584
2570
|
shadows?: {
|
|
2571
|
+
"focus-keyboard"?: string | number | boolean | undefined;
|
|
2585
2572
|
50?: string | number | boolean | undefined;
|
|
2586
2573
|
100?: string | number | boolean | undefined;
|
|
2587
|
-
"focus-small"?: string | number | boolean | undefined;
|
|
2588
|
-
"focus-small-outline"?: string | number | boolean | undefined;
|
|
2589
|
-
"focus-large"?: string | number | boolean | undefined;
|
|
2590
|
-
"focus-controls"?: string | number | boolean | undefined;
|
|
2591
|
-
"focus-small-error"?: string | number | boolean | undefined;
|
|
2592
|
-
"focus-controls-error"?: string | number | boolean | undefined;
|
|
2593
|
-
"focus-controls-success"?: string | number | boolean | undefined;
|
|
2594
|
-
"focus-v1"?: string | number | boolean | undefined;
|
|
2595
2574
|
} | undefined;
|
|
2596
2575
|
sizes?: {
|
|
2597
2576
|
readonly number?: string | number | boolean | undefined;
|
|
@@ -3400,16 +3379,9 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
3400
3379
|
readonly round: "999px";
|
|
3401
3380
|
};
|
|
3402
3381
|
shadows: {
|
|
3382
|
+
"focus-keyboard": any;
|
|
3403
3383
|
50: any;
|
|
3404
3384
|
100: any;
|
|
3405
|
-
"focus-small": any;
|
|
3406
|
-
"focus-small-outline": any;
|
|
3407
|
-
"focus-large": any;
|
|
3408
|
-
"focus-controls": any;
|
|
3409
|
-
"focus-small-error": any;
|
|
3410
|
-
"focus-controls-error": any;
|
|
3411
|
-
"focus-controls-success": any;
|
|
3412
|
-
"focus-v1": any;
|
|
3413
3385
|
};
|
|
3414
3386
|
sizes: {
|
|
3415
3387
|
readonly number: string;
|
|
@@ -4411,16 +4383,9 @@ declare const globalCss: <Styles extends {
|
|
|
4411
4383
|
readonly round: "999px";
|
|
4412
4384
|
};
|
|
4413
4385
|
shadows: {
|
|
4386
|
+
"focus-keyboard": any;
|
|
4414
4387
|
50: any;
|
|
4415
4388
|
100: any;
|
|
4416
|
-
"focus-small": any;
|
|
4417
|
-
"focus-small-outline": any;
|
|
4418
|
-
"focus-large": any;
|
|
4419
|
-
"focus-controls": any;
|
|
4420
|
-
"focus-small-error": any;
|
|
4421
|
-
"focus-controls-error": any;
|
|
4422
|
-
"focus-controls-success": any;
|
|
4423
|
-
"focus-v1": any;
|
|
4424
4389
|
};
|
|
4425
4390
|
sizes: {
|
|
4426
4391
|
readonly number: string;
|
|
@@ -5404,16 +5369,9 @@ declare const globalCss: <Styles extends {
|
|
|
5404
5369
|
readonly round: "999px";
|
|
5405
5370
|
};
|
|
5406
5371
|
shadows: {
|
|
5372
|
+
"focus-keyboard": any;
|
|
5407
5373
|
50: any;
|
|
5408
5374
|
100: any;
|
|
5409
|
-
"focus-small": any;
|
|
5410
|
-
"focus-small-outline": any;
|
|
5411
|
-
"focus-large": any;
|
|
5412
|
-
"focus-controls": any;
|
|
5413
|
-
"focus-small-error": any;
|
|
5414
|
-
"focus-controls-error": any;
|
|
5415
|
-
"focus-controls-success": any;
|
|
5416
|
-
"focus-v1": any;
|
|
5417
5375
|
};
|
|
5418
5376
|
sizes: {
|
|
5419
5377
|
readonly number: string;
|
|
@@ -6398,16 +6356,9 @@ declare const keyframes: (style: {
|
|
|
6398
6356
|
readonly round: "999px";
|
|
6399
6357
|
};
|
|
6400
6358
|
shadows: {
|
|
6359
|
+
"focus-keyboard": any;
|
|
6401
6360
|
50: any;
|
|
6402
6361
|
100: any;
|
|
6403
|
-
"focus-small": any;
|
|
6404
|
-
"focus-small-outline": any;
|
|
6405
|
-
"focus-large": any;
|
|
6406
|
-
"focus-controls": any;
|
|
6407
|
-
"focus-small-error": any;
|
|
6408
|
-
"focus-controls-error": any;
|
|
6409
|
-
"focus-controls-success": any;
|
|
6410
|
-
"focus-v1": any;
|
|
6411
6362
|
};
|
|
6412
6363
|
sizes: {
|
|
6413
6364
|
readonly number: string;
|
|
@@ -7561,16 +7512,9 @@ declare const theme: {
|
|
|
7561
7512
|
readonly round: "999px";
|
|
7562
7513
|
};
|
|
7563
7514
|
shadows: Required<{
|
|
7515
|
+
"focus-keyboard"?: string | undefined;
|
|
7564
7516
|
50?: string | undefined;
|
|
7565
7517
|
100?: string | undefined;
|
|
7566
|
-
"focus-small"?: string | undefined;
|
|
7567
|
-
"focus-small-outline"?: string | undefined;
|
|
7568
|
-
"focus-large"?: string | undefined;
|
|
7569
|
-
"focus-controls"?: string | undefined;
|
|
7570
|
-
"focus-small-error"?: string | undefined;
|
|
7571
|
-
"focus-controls-error"?: string | undefined;
|
|
7572
|
-
"focus-controls-success"?: string | undefined;
|
|
7573
|
-
"focus-v1"?: string | undefined;
|
|
7574
7518
|
}>;
|
|
7575
7519
|
sizes: {
|
|
7576
7520
|
readonly number: string;
|
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,7 +27,7 @@
|
|
|
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
32
|
"@mirohq/design-tokens": "^6.5.1"
|
|
33
33
|
},
|