@mirohq/design-system-stitches 2.1.2-button.0 → 2.1.2-changelog-1.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 -45
- 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;
|
|
@@ -153,8 +151,6 @@ declare const config: {
|
|
|
153
151
|
readonly 'border-neutrals-disabled'?: any;
|
|
154
152
|
readonly 'border-neutrals-controls'?: any;
|
|
155
153
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
156
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
157
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
158
154
|
readonly 'border-primary'?: any;
|
|
159
155
|
readonly 'border-primary-hover'?: any;
|
|
160
156
|
readonly 'border-primary-active'?: any;
|
|
@@ -189,7 +185,6 @@ declare const config: {
|
|
|
189
185
|
readonly 50: "0 4px 16px #05003812";
|
|
190
186
|
readonly 100: "0 8px 32px #05003808";
|
|
191
187
|
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
188
|
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
189
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
195
190
|
};
|
|
@@ -525,8 +520,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
525
520
|
readonly 'background-danger'?: string | number | boolean | undefined;
|
|
526
521
|
readonly 'background-danger-hover'?: string | number | boolean | undefined;
|
|
527
522
|
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
523
|
readonly 'text-neutrals-inverted'?: string | number | boolean | undefined;
|
|
531
524
|
readonly 'text-neutrals'?: string | number | boolean | undefined;
|
|
532
525
|
readonly 'text-neutrals-subtle'?: string | number | boolean | undefined;
|
|
@@ -571,8 +564,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
571
564
|
readonly 'border-neutrals-disabled'?: string | number | boolean | undefined;
|
|
572
565
|
readonly 'border-neutrals-controls'?: string | number | boolean | undefined;
|
|
573
566
|
readonly 'border-neutrals-controls-disabled'?: string | number | boolean | undefined;
|
|
574
|
-
readonly 'border-neutrals-subtle'?: string | number | boolean | undefined;
|
|
575
|
-
readonly 'border-neutrals-inverted'?: string | number | boolean | undefined;
|
|
576
567
|
readonly 'border-primary'?: string | number | boolean | undefined;
|
|
577
568
|
readonly 'border-primary-hover'?: string | number | boolean | undefined;
|
|
578
569
|
readonly 'border-primary-active'?: string | number | boolean | undefined;
|
|
@@ -607,7 +598,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
607
598
|
readonly 50?: string | number | boolean | undefined;
|
|
608
599
|
readonly 100?: string | number | boolean | undefined;
|
|
609
600
|
readonly 'focus-small'?: string | number | boolean | undefined;
|
|
610
|
-
readonly 'focus-small-outline'?: string | number | boolean | undefined;
|
|
611
601
|
readonly 'focus-large'?: string | number | boolean | undefined;
|
|
612
602
|
readonly 'focus-controls'?: string | number | boolean | undefined;
|
|
613
603
|
} | undefined;
|
|
@@ -774,8 +764,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
774
764
|
readonly 'background-danger'?: string | number | boolean | undefined;
|
|
775
765
|
readonly 'background-danger-hover'?: string | number | boolean | undefined;
|
|
776
766
|
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
767
|
readonly 'text-neutrals-inverted'?: string | number | boolean | undefined;
|
|
780
768
|
readonly 'text-neutrals'?: string | number | boolean | undefined;
|
|
781
769
|
readonly 'text-neutrals-subtle'?: string | number | boolean | undefined;
|
|
@@ -820,8 +808,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
820
808
|
readonly 'border-neutrals-disabled'?: string | number | boolean | undefined;
|
|
821
809
|
readonly 'border-neutrals-controls'?: string | number | boolean | undefined;
|
|
822
810
|
readonly 'border-neutrals-controls-disabled'?: string | number | boolean | undefined;
|
|
823
|
-
readonly 'border-neutrals-subtle'?: string | number | boolean | undefined;
|
|
824
|
-
readonly 'border-neutrals-inverted'?: string | number | boolean | undefined;
|
|
825
811
|
readonly 'border-primary'?: string | number | boolean | undefined;
|
|
826
812
|
readonly 'border-primary-hover'?: string | number | boolean | undefined;
|
|
827
813
|
readonly 'border-primary-active'?: string | number | boolean | undefined;
|
|
@@ -856,7 +842,6 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
856
842
|
readonly 50?: string | number | boolean | undefined;
|
|
857
843
|
readonly 100?: string | number | boolean | undefined;
|
|
858
844
|
readonly 'focus-small'?: string | number | boolean | undefined;
|
|
859
|
-
readonly 'focus-small-outline'?: string | number | boolean | undefined;
|
|
860
845
|
readonly 'focus-large'?: string | number | boolean | undefined;
|
|
861
846
|
readonly 'focus-controls'?: string | number | boolean | undefined;
|
|
862
847
|
} | undefined;
|
|
@@ -1029,8 +1014,6 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1029
1014
|
readonly 'background-danger'?: any;
|
|
1030
1015
|
readonly 'background-danger-hover'?: any;
|
|
1031
1016
|
readonly 'background-success'?: any;
|
|
1032
|
-
readonly 'background-warning-subtle'?: any;
|
|
1033
|
-
readonly 'background-warning-prominent'?: any;
|
|
1034
1017
|
readonly 'text-neutrals-inverted'?: any;
|
|
1035
1018
|
readonly 'text-neutrals'?: any;
|
|
1036
1019
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -1075,8 +1058,6 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1075
1058
|
readonly 'border-neutrals-disabled'?: any;
|
|
1076
1059
|
readonly 'border-neutrals-controls'?: any;
|
|
1077
1060
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
1078
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
1079
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
1080
1061
|
readonly 'border-primary'?: any;
|
|
1081
1062
|
readonly 'border-primary-hover'?: any;
|
|
1082
1063
|
readonly 'border-primary-active'?: any;
|
|
@@ -1111,7 +1092,6 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1111
1092
|
readonly 50: "0 4px 16px #05003812";
|
|
1112
1093
|
readonly 100: "0 8px 32px #05003808";
|
|
1113
1094
|
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
1095
|
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
1096
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
1117
1097
|
};
|
|
@@ -1462,8 +1442,6 @@ declare const globalCss: <Styles extends {
|
|
|
1462
1442
|
readonly 'background-danger'?: any;
|
|
1463
1443
|
readonly 'background-danger-hover'?: any;
|
|
1464
1444
|
readonly 'background-success'?: any;
|
|
1465
|
-
readonly 'background-warning-subtle'?: any;
|
|
1466
|
-
readonly 'background-warning-prominent'?: any;
|
|
1467
1445
|
readonly 'text-neutrals-inverted'?: any;
|
|
1468
1446
|
readonly 'text-neutrals'?: any;
|
|
1469
1447
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -1508,8 +1486,6 @@ declare const globalCss: <Styles extends {
|
|
|
1508
1486
|
readonly 'border-neutrals-disabled'?: any;
|
|
1509
1487
|
readonly 'border-neutrals-controls'?: any;
|
|
1510
1488
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
1511
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
1512
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
1513
1489
|
readonly 'border-primary'?: any;
|
|
1514
1490
|
readonly 'border-primary-hover'?: any;
|
|
1515
1491
|
readonly 'border-primary-active'?: any;
|
|
@@ -1544,7 +1520,6 @@ declare const globalCss: <Styles extends {
|
|
|
1544
1520
|
readonly 50: "0 4px 16px #05003812";
|
|
1545
1521
|
readonly 100: "0 8px 32px #05003808";
|
|
1546
1522
|
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
1523
|
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
1524
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
1550
1525
|
};
|
|
@@ -1877,8 +1852,6 @@ declare const globalCss: <Styles extends {
|
|
|
1877
1852
|
readonly 'background-danger'?: any;
|
|
1878
1853
|
readonly 'background-danger-hover'?: any;
|
|
1879
1854
|
readonly 'background-success'?: any;
|
|
1880
|
-
readonly 'background-warning-subtle'?: any;
|
|
1881
|
-
readonly 'background-warning-prominent'?: any;
|
|
1882
1855
|
readonly 'text-neutrals-inverted'?: any;
|
|
1883
1856
|
readonly 'text-neutrals'?: any;
|
|
1884
1857
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -1923,8 +1896,6 @@ declare const globalCss: <Styles extends {
|
|
|
1923
1896
|
readonly 'border-neutrals-disabled'?: any;
|
|
1924
1897
|
readonly 'border-neutrals-controls'?: any;
|
|
1925
1898
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
1926
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
1927
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
1928
1899
|
readonly 'border-primary'?: any;
|
|
1929
1900
|
readonly 'border-primary-hover'?: any;
|
|
1930
1901
|
readonly 'border-primary-active'?: any;
|
|
@@ -1959,7 +1930,6 @@ declare const globalCss: <Styles extends {
|
|
|
1959
1930
|
readonly 50: "0 4px 16px #05003812";
|
|
1960
1931
|
readonly 100: "0 8px 32px #05003808";
|
|
1961
1932
|
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
1933
|
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
1934
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
1965
1935
|
};
|
|
@@ -2293,8 +2263,6 @@ declare const keyframes: (style: {
|
|
|
2293
2263
|
readonly 'background-danger'?: any;
|
|
2294
2264
|
readonly 'background-danger-hover'?: any;
|
|
2295
2265
|
readonly 'background-success'?: any;
|
|
2296
|
-
readonly 'background-warning-subtle'?: any;
|
|
2297
|
-
readonly 'background-warning-prominent'?: any;
|
|
2298
2266
|
readonly 'text-neutrals-inverted'?: any;
|
|
2299
2267
|
readonly 'text-neutrals'?: any;
|
|
2300
2268
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -2339,8 +2307,6 @@ declare const keyframes: (style: {
|
|
|
2339
2307
|
readonly 'border-neutrals-disabled'?: any;
|
|
2340
2308
|
readonly 'border-neutrals-controls'?: any;
|
|
2341
2309
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
2342
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
2343
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
2344
2310
|
readonly 'border-primary'?: any;
|
|
2345
2311
|
readonly 'border-primary-hover'?: any;
|
|
2346
2312
|
readonly 'border-primary-active'?: any;
|
|
@@ -2375,7 +2341,6 @@ declare const keyframes: (style: {
|
|
|
2375
2341
|
readonly 50: "0 4px 16px #05003812";
|
|
2376
2342
|
readonly 100: "0 8px 32px #05003808";
|
|
2377
2343
|
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
2344
|
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
2345
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
2381
2346
|
};
|
|
@@ -2929,8 +2894,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
2929
2894
|
readonly 'background-danger'?: any;
|
|
2930
2895
|
readonly 'background-danger-hover'?: any;
|
|
2931
2896
|
readonly 'background-success'?: any;
|
|
2932
|
-
readonly 'background-warning-subtle'?: any;
|
|
2933
|
-
readonly 'background-warning-prominent'?: any;
|
|
2934
2897
|
readonly 'text-neutrals-inverted'?: any;
|
|
2935
2898
|
readonly 'text-neutrals'?: any;
|
|
2936
2899
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -2975,8 +2938,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
2975
2938
|
readonly 'border-neutrals-disabled'?: any;
|
|
2976
2939
|
readonly 'border-neutrals-controls'?: any;
|
|
2977
2940
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
2978
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
2979
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
2980
2941
|
readonly 'border-primary'?: any;
|
|
2981
2942
|
readonly 'border-primary-hover'?: any;
|
|
2982
2943
|
readonly 'border-primary-active'?: any;
|
|
@@ -3011,7 +2972,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3011
2972
|
readonly 50: "0 4px 16px #05003812";
|
|
3012
2973
|
readonly 100: "0 8px 32px #05003808";
|
|
3013
2974
|
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
2975
|
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
2976
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
3017
2977
|
};
|
|
@@ -3343,8 +3303,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3343
3303
|
readonly 'background-danger'?: any;
|
|
3344
3304
|
readonly 'background-danger-hover'?: any;
|
|
3345
3305
|
readonly 'background-success'?: any;
|
|
3346
|
-
readonly 'background-warning-subtle'?: any;
|
|
3347
|
-
readonly 'background-warning-prominent'?: any;
|
|
3348
3306
|
readonly 'text-neutrals-inverted'?: any;
|
|
3349
3307
|
readonly 'text-neutrals'?: any;
|
|
3350
3308
|
readonly 'text-neutrals-subtle'?: any;
|
|
@@ -3389,8 +3347,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3389
3347
|
readonly 'border-neutrals-disabled'?: any;
|
|
3390
3348
|
readonly 'border-neutrals-controls'?: any;
|
|
3391
3349
|
readonly 'border-neutrals-controls-disabled'?: any;
|
|
3392
|
-
readonly 'border-neutrals-subtle'?: any;
|
|
3393
|
-
readonly 'border-neutrals-inverted'?: any;
|
|
3394
3350
|
readonly 'border-primary'?: any;
|
|
3395
3351
|
readonly 'border-primary-hover'?: any;
|
|
3396
3352
|
readonly 'border-primary-active'?: any;
|
|
@@ -3425,7 +3381,6 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | k
|
|
|
3425
3381
|
readonly 50: "0 4px 16px #05003812";
|
|
3426
3382
|
readonly 100: "0 8px 32px #05003808";
|
|
3427
3383
|
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
3384
|
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
3385
|
readonly 'focus-controls': "0 0 0 1px $colors$white, 0 0 0 3px $colors$blue-500, 0 0 0 5px $colors$blue-200";
|
|
3431
3386
|
};
|
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-changelog-1.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.
|
|
30
|
+
"@mirohq/design-tokens": "^2.2.0-changelog-1.0"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@mirohq/design-system-primitive": "^1.1.0"
|