@mirohq/design-system-stitches 2.1.2-button.0 → 2.1.2-test-changelog.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 +0 -27
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -107,8 +107,6 @@ declare const config: {
|
|
|
107
107
|
readonly 'background-danger'?: any;
|
|
108
108
|
readonly 'background-danger-hover'?: any;
|
|
109
109
|
readonly 'background-success'?: any;
|
|
110
|
-
readonly 'background-warning-subtle'?: any;
|
|
111
|
-
readonly 'background-warning-prominent'?: any;
|
|
112
110
|
readonly 'text-neutrals-inverted'?: any;
|
|
113
111
|
readonly 'text-neutrals'?: any;
|
|
114
112
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -189,7 +187,6 @@ declare const config: {
|
|
|
189
187
|
readonly 50: "0 4px 16px #05003812";
|
|
190
188
|
readonly 100: "0 8px 32px #05003808";
|
|
191
189
|
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
192
|
-
readonly 'focus-small-outline': "0 0 0 2px $colors$blue-200, inset 0 0 0 1px $colors$blue-500, inset 0 0 0 2px $colors$white";
|
|
193
190
|
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
194
191
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
195
192
|
};
|
|
@@ -525,8 +522,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
525
522
|
readonly 'background-danger'?: string | number | boolean | undefined;
|
|
526
523
|
readonly 'background-danger-hover'?: string | number | boolean | undefined;
|
|
527
524
|
readonly 'background-success'?: string | number | boolean | undefined;
|
|
528
|
-
readonly 'background-warning-subtle'?: string | number | boolean | undefined;
|
|
529
|
-
readonly 'background-warning-prominent'?: string | number | boolean | undefined;
|
|
530
525
|
readonly 'text-neutrals-inverted'?: string | number | boolean | undefined;
|
|
531
526
|
readonly 'text-neutrals'?: string | number | boolean | undefined;
|
|
532
527
|
readonly 'text-neutrals-subtle'?: string | number | boolean | undefined;
|
|
@@ -607,7 +602,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
607
602
|
readonly 50?: string | number | boolean | undefined;
|
|
608
603
|
readonly 100?: string | number | boolean | undefined;
|
|
609
604
|
readonly 'focus-small'?: string | number | boolean | undefined;
|
|
610
|
-
readonly 'focus-small-outline'?: string | number | boolean | undefined;
|
|
611
605
|
readonly 'focus-large'?: string | number | boolean | undefined;
|
|
612
606
|
readonly 'focus-controls'?: string | number | boolean | undefined;
|
|
613
607
|
} | undefined;
|
|
@@ -774,8 +768,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
774
768
|
readonly 'background-danger'?: string | number | boolean | undefined;
|
|
775
769
|
readonly 'background-danger-hover'?: string | number | boolean | undefined;
|
|
776
770
|
readonly 'background-success'?: string | number | boolean | undefined;
|
|
777
|
-
readonly 'background-warning-subtle'?: string | number | boolean | undefined;
|
|
778
|
-
readonly 'background-warning-prominent'?: string | number | boolean | undefined;
|
|
779
771
|
readonly 'text-neutrals-inverted'?: string | number | boolean | undefined;
|
|
780
772
|
readonly 'text-neutrals'?: string | number | boolean | undefined;
|
|
781
773
|
readonly 'text-neutrals-subtle'?: string | number | boolean | undefined;
|
|
@@ -856,7 +848,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
856
848
|
readonly 50?: string | number | boolean | undefined;
|
|
857
849
|
readonly 100?: string | number | boolean | undefined;
|
|
858
850
|
readonly 'focus-small'?: string | number | boolean | undefined;
|
|
859
|
-
readonly 'focus-small-outline'?: string | number | boolean | undefined;
|
|
860
851
|
readonly 'focus-large'?: string | number | boolean | undefined;
|
|
861
852
|
readonly 'focus-controls'?: string | number | boolean | undefined;
|
|
862
853
|
} | undefined;
|
|
@@ -1029,8 +1020,6 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1029
1020
|
readonly 'background-danger'?: any;
|
|
1030
1021
|
readonly 'background-danger-hover'?: any;
|
|
1031
1022
|
readonly 'background-success'?: any;
|
|
1032
|
-
readonly 'background-warning-subtle'?: any;
|
|
1033
|
-
readonly 'background-warning-prominent'?: any;
|
|
1034
1023
|
readonly 'text-neutrals-inverted'?: any;
|
|
1035
1024
|
readonly 'text-neutrals'?: any;
|
|
1036
1025
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -1111,7 +1100,6 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1111
1100
|
readonly 50: "0 4px 16px #05003812";
|
|
1112
1101
|
readonly 100: "0 8px 32px #05003808";
|
|
1113
1102
|
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
1114
|
-
readonly 'focus-small-outline': "0 0 0 2px $colors$blue-200, inset 0 0 0 1px $colors$blue-500, inset 0 0 0 2px $colors$white";
|
|
1115
1103
|
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
1116
1104
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
1117
1105
|
};
|
|
@@ -1462,8 +1450,6 @@ declare const globalCss: <Styles extends {
|
|
|
1462
1450
|
readonly 'background-danger'?: any;
|
|
1463
1451
|
readonly 'background-danger-hover'?: any;
|
|
1464
1452
|
readonly 'background-success'?: any;
|
|
1465
|
-
readonly 'background-warning-subtle'?: any;
|
|
1466
|
-
readonly 'background-warning-prominent'?: any;
|
|
1467
1453
|
readonly 'text-neutrals-inverted'?: any;
|
|
1468
1454
|
readonly 'text-neutrals'?: any;
|
|
1469
1455
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -1544,7 +1530,6 @@ declare const globalCss: <Styles extends {
|
|
|
1544
1530
|
readonly 50: "0 4px 16px #05003812";
|
|
1545
1531
|
readonly 100: "0 8px 32px #05003808";
|
|
1546
1532
|
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
1547
|
-
readonly 'focus-small-outline': "0 0 0 2px $colors$blue-200, inset 0 0 0 1px $colors$blue-500, inset 0 0 0 2px $colors$white";
|
|
1548
1533
|
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
1549
1534
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
1550
1535
|
};
|
|
@@ -1877,8 +1862,6 @@ declare const globalCss: <Styles extends {
|
|
|
1877
1862
|
readonly 'background-danger'?: any;
|
|
1878
1863
|
readonly 'background-danger-hover'?: any;
|
|
1879
1864
|
readonly 'background-success'?: any;
|
|
1880
|
-
readonly 'background-warning-subtle'?: any;
|
|
1881
|
-
readonly 'background-warning-prominent'?: any;
|
|
1882
1865
|
readonly 'text-neutrals-inverted'?: any;
|
|
1883
1866
|
readonly 'text-neutrals'?: any;
|
|
1884
1867
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -1959,7 +1942,6 @@ declare const globalCss: <Styles extends {
|
|
|
1959
1942
|
readonly 50: "0 4px 16px #05003812";
|
|
1960
1943
|
readonly 100: "0 8px 32px #05003808";
|
|
1961
1944
|
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
1962
|
-
readonly 'focus-small-outline': "0 0 0 2px $colors$blue-200, inset 0 0 0 1px $colors$blue-500, inset 0 0 0 2px $colors$white";
|
|
1963
1945
|
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
1964
1946
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
1965
1947
|
};
|
|
@@ -2293,8 +2275,6 @@ declare const keyframes: (style: {
|
|
|
2293
2275
|
readonly 'background-danger'?: any;
|
|
2294
2276
|
readonly 'background-danger-hover'?: any;
|
|
2295
2277
|
readonly 'background-success'?: any;
|
|
2296
|
-
readonly 'background-warning-subtle'?: any;
|
|
2297
|
-
readonly 'background-warning-prominent'?: any;
|
|
2298
2278
|
readonly 'text-neutrals-inverted'?: any;
|
|
2299
2279
|
readonly 'text-neutrals'?: any;
|
|
2300
2280
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -2375,7 +2355,6 @@ declare const keyframes: (style: {
|
|
|
2375
2355
|
readonly 50: "0 4px 16px #05003812";
|
|
2376
2356
|
readonly 100: "0 8px 32px #05003808";
|
|
2377
2357
|
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
2378
|
-
readonly 'focus-small-outline': "0 0 0 2px $colors$blue-200, inset 0 0 0 1px $colors$blue-500, inset 0 0 0 2px $colors$white";
|
|
2379
2358
|
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
2380
2359
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
2381
2360
|
};
|
|
@@ -2929,8 +2908,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
2929
2908
|
readonly 'background-danger'?: any;
|
|
2930
2909
|
readonly 'background-danger-hover'?: any;
|
|
2931
2910
|
readonly 'background-success'?: any;
|
|
2932
|
-
readonly 'background-warning-subtle'?: any;
|
|
2933
|
-
readonly 'background-warning-prominent'?: any;
|
|
2934
2911
|
readonly 'text-neutrals-inverted'?: any;
|
|
2935
2912
|
readonly 'text-neutrals'?: any;
|
|
2936
2913
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -3011,7 +2988,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3011
2988
|
readonly 50: "0 4px 16px #05003812";
|
|
3012
2989
|
readonly 100: "0 8px 32px #05003808";
|
|
3013
2990
|
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
3014
|
-
readonly 'focus-small-outline': "0 0 0 2px $colors$blue-200, inset 0 0 0 1px $colors$blue-500, inset 0 0 0 2px $colors$white";
|
|
3015
2991
|
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
3016
2992
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
3017
2993
|
};
|
|
@@ -3343,8 +3319,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3343
3319
|
readonly 'background-danger'?: any;
|
|
3344
3320
|
readonly 'background-danger-hover'?: any;
|
|
3345
3321
|
readonly 'background-success'?: any;
|
|
3346
|
-
readonly 'background-warning-subtle'?: any;
|
|
3347
|
-
readonly 'background-warning-prominent'?: any;
|
|
3348
3322
|
readonly 'text-neutrals-inverted'?: any;
|
|
3349
3323
|
readonly 'text-neutrals'?: any;
|
|
3350
3324
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -3425,7 +3399,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3425
3399
|
readonly 50: "0 4px 16px #05003812";
|
|
3426
3400
|
readonly 100: "0 8px 32px #05003808";
|
|
3427
3401
|
readonly 'focus-small': "0 0 0 2px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
3428
|
-
readonly 'focus-small-outline': "0 0 0 2px $colors$blue-200, inset 0 0 0 1px $colors$blue-500, inset 0 0 0 2px $colors$white";
|
|
3429
3402
|
readonly 'focus-large': "0 0 0 4px $colors$blue-200, inset 0 0 0 2px $colors$blue-500, inset 0 0 0 3px $colors$white";
|
|
3430
3403
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
3431
3404
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-stitches",
|
|
3
|
-
"version": "2.1.2-
|
|
3
|
+
"version": "2.1.2-test-changelog.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
|
"@mirohq/design-system-types": "^0.3.0",
|
|
30
|
-
"@mirohq/design-tokens": "^2.1.1-
|
|
30
|
+
"@mirohq/design-tokens": "^2.1.1-test-changelog.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@mirohq/design-system-primitive": "^1.1.0"
|