@mirohq/design-system-stitches 2.3.10-select.0 → 2.3.11-select.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 +18 -0
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -244,6 +244,7 @@ declare const config: {
|
|
|
244
244
|
readonly 400: "32px";
|
|
245
245
|
readonly 500: "40px";
|
|
246
246
|
readonly 600: "48px";
|
|
247
|
+
readonly 700: "56px";
|
|
247
248
|
readonly 800: "64px";
|
|
248
249
|
readonly 1200: "96px";
|
|
249
250
|
readonly 1600: "128px";
|
|
@@ -295,6 +296,7 @@ declare const config: {
|
|
|
295
296
|
};
|
|
296
297
|
'z-indices': {
|
|
297
298
|
readonly dropdownMenu: 100;
|
|
299
|
+
readonly select: 100;
|
|
298
300
|
readonly popover: 200;
|
|
299
301
|
readonly tooltip: 300;
|
|
300
302
|
};
|
|
@@ -712,6 +714,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
712
714
|
readonly 400?: string | number | boolean | undefined;
|
|
713
715
|
readonly 500?: string | number | boolean | undefined;
|
|
714
716
|
readonly 600?: string | number | boolean | undefined;
|
|
717
|
+
readonly 700?: string | number | boolean | undefined;
|
|
715
718
|
readonly 800?: string | number | boolean | undefined;
|
|
716
719
|
readonly 1200?: string | number | boolean | undefined;
|
|
717
720
|
readonly 1600?: string | number | boolean | undefined;
|
|
@@ -763,6 +766,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
763
766
|
} | undefined;
|
|
764
767
|
'z-indices'?: {
|
|
765
768
|
readonly dropdownMenu?: string | number | boolean | undefined;
|
|
769
|
+
readonly select?: string | number | boolean | undefined;
|
|
766
770
|
readonly popover?: string | number | boolean | undefined;
|
|
767
771
|
readonly tooltip?: string | number | boolean | undefined;
|
|
768
772
|
} | undefined;
|
|
@@ -1000,6 +1004,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1000
1004
|
readonly 400?: string | number | boolean | undefined;
|
|
1001
1005
|
readonly 500?: string | number | boolean | undefined;
|
|
1002
1006
|
readonly 600?: string | number | boolean | undefined;
|
|
1007
|
+
readonly 700?: string | number | boolean | undefined;
|
|
1003
1008
|
readonly 800?: string | number | boolean | undefined;
|
|
1004
1009
|
readonly 1200?: string | number | boolean | undefined;
|
|
1005
1010
|
readonly 1600?: string | number | boolean | undefined;
|
|
@@ -1051,6 +1056,7 @@ declare const createTheme: <Argument0 extends string | ({
|
|
|
1051
1056
|
} | undefined;
|
|
1052
1057
|
'z-indices'?: {
|
|
1053
1058
|
readonly dropdownMenu?: string | number | boolean | undefined;
|
|
1059
|
+
readonly select?: string | number | boolean | undefined;
|
|
1054
1060
|
readonly popover?: string | number | boolean | undefined;
|
|
1055
1061
|
readonly tooltip?: string | number | boolean | undefined;
|
|
1056
1062
|
} | undefined;
|
|
@@ -1294,6 +1300,7 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1294
1300
|
readonly 400: "32px";
|
|
1295
1301
|
readonly 500: "40px";
|
|
1296
1302
|
readonly 600: "48px";
|
|
1303
|
+
readonly 700: "56px";
|
|
1297
1304
|
readonly 800: "64px";
|
|
1298
1305
|
readonly 1200: "96px";
|
|
1299
1306
|
readonly 1600: "128px";
|
|
@@ -1345,6 +1352,7 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1345
1352
|
};
|
|
1346
1353
|
'z-indices': {
|
|
1347
1354
|
readonly dropdownMenu: 100;
|
|
1355
|
+
readonly select: 100;
|
|
1348
1356
|
readonly popover: 200;
|
|
1349
1357
|
readonly tooltip: 300;
|
|
1350
1358
|
};
|
|
@@ -1777,6 +1785,7 @@ declare const globalCss: <Styles extends {
|
|
|
1777
1785
|
readonly 400: "32px";
|
|
1778
1786
|
readonly 500: "40px";
|
|
1779
1787
|
readonly 600: "48px";
|
|
1788
|
+
readonly 700: "56px";
|
|
1780
1789
|
readonly 800: "64px";
|
|
1781
1790
|
readonly 1200: "96px";
|
|
1782
1791
|
readonly 1600: "128px";
|
|
@@ -1828,6 +1837,7 @@ declare const globalCss: <Styles extends {
|
|
|
1828
1837
|
};
|
|
1829
1838
|
'z-indices': {
|
|
1830
1839
|
readonly dropdownMenu: 100;
|
|
1840
|
+
readonly select: 100;
|
|
1831
1841
|
readonly popover: 200;
|
|
1832
1842
|
readonly tooltip: 300;
|
|
1833
1843
|
};
|
|
@@ -2242,6 +2252,7 @@ declare const globalCss: <Styles extends {
|
|
|
2242
2252
|
readonly 400: "32px";
|
|
2243
2253
|
readonly 500: "40px";
|
|
2244
2254
|
readonly 600: "48px";
|
|
2255
|
+
readonly 700: "56px";
|
|
2245
2256
|
readonly 800: "64px";
|
|
2246
2257
|
readonly 1200: "96px";
|
|
2247
2258
|
readonly 1600: "128px";
|
|
@@ -2293,6 +2304,7 @@ declare const globalCss: <Styles extends {
|
|
|
2293
2304
|
};
|
|
2294
2305
|
'z-indices': {
|
|
2295
2306
|
readonly dropdownMenu: 100;
|
|
2307
|
+
readonly select: 100;
|
|
2296
2308
|
readonly popover: 200;
|
|
2297
2309
|
readonly tooltip: 300;
|
|
2298
2310
|
};
|
|
@@ -2708,6 +2720,7 @@ declare const keyframes: (style: {
|
|
|
2708
2720
|
readonly 400: "32px";
|
|
2709
2721
|
readonly 500: "40px";
|
|
2710
2722
|
readonly 600: "48px";
|
|
2723
|
+
readonly 700: "56px";
|
|
2711
2724
|
readonly 800: "64px";
|
|
2712
2725
|
readonly 1200: "96px";
|
|
2713
2726
|
readonly 1600: "128px";
|
|
@@ -2759,6 +2772,7 @@ declare const keyframes: (style: {
|
|
|
2759
2772
|
};
|
|
2760
2773
|
'z-indices': {
|
|
2761
2774
|
readonly dropdownMenu: 100;
|
|
2775
|
+
readonly select: 100;
|
|
2762
2776
|
readonly popover: 200;
|
|
2763
2777
|
readonly tooltip: 300;
|
|
2764
2778
|
};
|
|
@@ -3396,6 +3410,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
3396
3410
|
readonly 400: "32px";
|
|
3397
3411
|
readonly 500: "40px";
|
|
3398
3412
|
readonly 600: "48px";
|
|
3413
|
+
readonly 700: "56px";
|
|
3399
3414
|
readonly 800: "64px";
|
|
3400
3415
|
readonly 1200: "96px";
|
|
3401
3416
|
readonly 1600: "128px";
|
|
@@ -3447,6 +3462,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
3447
3462
|
};
|
|
3448
3463
|
'z-indices': {
|
|
3449
3464
|
readonly dropdownMenu: 100;
|
|
3465
|
+
readonly select: 100;
|
|
3450
3466
|
readonly popover: 200;
|
|
3451
3467
|
readonly tooltip: 300;
|
|
3452
3468
|
};
|
|
@@ -3863,6 +3879,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
3863
3879
|
readonly 400: "32px";
|
|
3864
3880
|
readonly 500: "40px";
|
|
3865
3881
|
readonly 600: "48px";
|
|
3882
|
+
readonly 700: "56px";
|
|
3866
3883
|
readonly 800: "64px";
|
|
3867
3884
|
readonly 1200: "96px";
|
|
3868
3885
|
readonly 1600: "128px";
|
|
@@ -3914,6 +3931,7 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
3914
3931
|
};
|
|
3915
3932
|
'z-indices': {
|
|
3916
3933
|
readonly dropdownMenu: 100;
|
|
3934
|
+
readonly select: 100;
|
|
3917
3935
|
readonly popover: 200;
|
|
3918
3936
|
readonly tooltip: 300;
|
|
3919
3937
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-stitches",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.11-select.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.4.1-select.0",
|
|
31
31
|
"@mirohq/design-system-types": "^0.6.2",
|
|
32
|
-
"@mirohq/design-tokens": "^3.
|
|
32
|
+
"@mirohq/design-tokens": "^3.2.0-select.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/lodash.merge": "^4.6.7"
|