@mirohq/design-system-stitches 2.3.11-select.0 → 2.3.11
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 +21 -21
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -296,9 +296,9 @@ declare const config: {
|
|
|
296
296
|
};
|
|
297
297
|
'z-indices': {
|
|
298
298
|
readonly dropdownMenu: 100;
|
|
299
|
-
readonly select:
|
|
300
|
-
readonly popover:
|
|
301
|
-
readonly tooltip:
|
|
299
|
+
readonly select: 200;
|
|
300
|
+
readonly popover: 300;
|
|
301
|
+
readonly tooltip: 400;
|
|
302
302
|
};
|
|
303
303
|
};
|
|
304
304
|
themeMap: {
|
|
@@ -1352,9 +1352,9 @@ declare const css: <Composers extends (string | _stitches_react_types_util.Funct
|
|
|
1352
1352
|
};
|
|
1353
1353
|
'z-indices': {
|
|
1354
1354
|
readonly dropdownMenu: 100;
|
|
1355
|
-
readonly select:
|
|
1356
|
-
readonly popover:
|
|
1357
|
-
readonly tooltip:
|
|
1355
|
+
readonly select: 200;
|
|
1356
|
+
readonly popover: 300;
|
|
1357
|
+
readonly tooltip: 400;
|
|
1358
1358
|
};
|
|
1359
1359
|
}, {
|
|
1360
1360
|
readonly background: "colors";
|
|
@@ -1837,9 +1837,9 @@ declare const globalCss: <Styles extends {
|
|
|
1837
1837
|
};
|
|
1838
1838
|
'z-indices': {
|
|
1839
1839
|
readonly dropdownMenu: 100;
|
|
1840
|
-
readonly select:
|
|
1841
|
-
readonly popover:
|
|
1842
|
-
readonly tooltip:
|
|
1840
|
+
readonly select: 200;
|
|
1841
|
+
readonly popover: 300;
|
|
1842
|
+
readonly tooltip: 400;
|
|
1843
1843
|
};
|
|
1844
1844
|
}, {
|
|
1845
1845
|
readonly background: "colors";
|
|
@@ -2304,9 +2304,9 @@ declare const globalCss: <Styles extends {
|
|
|
2304
2304
|
};
|
|
2305
2305
|
'z-indices': {
|
|
2306
2306
|
readonly dropdownMenu: 100;
|
|
2307
|
-
readonly select:
|
|
2308
|
-
readonly popover:
|
|
2309
|
-
readonly tooltip:
|
|
2307
|
+
readonly select: 200;
|
|
2308
|
+
readonly popover: 300;
|
|
2309
|
+
readonly tooltip: 400;
|
|
2310
2310
|
};
|
|
2311
2311
|
}, {
|
|
2312
2312
|
readonly background: "colors";
|
|
@@ -2772,9 +2772,9 @@ declare const keyframes: (style: {
|
|
|
2772
2772
|
};
|
|
2773
2773
|
'z-indices': {
|
|
2774
2774
|
readonly dropdownMenu: 100;
|
|
2775
|
-
readonly select:
|
|
2776
|
-
readonly popover:
|
|
2777
|
-
readonly tooltip:
|
|
2775
|
+
readonly select: 200;
|
|
2776
|
+
readonly popover: 300;
|
|
2777
|
+
readonly tooltip: 400;
|
|
2778
2778
|
};
|
|
2779
2779
|
}, {
|
|
2780
2780
|
readonly background: "colors";
|
|
@@ -3462,9 +3462,9 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
3462
3462
|
};
|
|
3463
3463
|
'z-indices': {
|
|
3464
3464
|
readonly dropdownMenu: 100;
|
|
3465
|
-
readonly select:
|
|
3466
|
-
readonly popover:
|
|
3467
|
-
readonly tooltip:
|
|
3465
|
+
readonly select: 200;
|
|
3466
|
+
readonly popover: 300;
|
|
3467
|
+
readonly tooltip: 400;
|
|
3468
3468
|
};
|
|
3469
3469
|
}, {
|
|
3470
3470
|
readonly background: "colors";
|
|
@@ -3931,9 +3931,9 @@ declare const styled: <Element_1 extends _stitches_react_types_util.Function | R
|
|
|
3931
3931
|
};
|
|
3932
3932
|
'z-indices': {
|
|
3933
3933
|
readonly dropdownMenu: 100;
|
|
3934
|
-
readonly select:
|
|
3935
|
-
readonly popover:
|
|
3936
|
-
readonly tooltip:
|
|
3934
|
+
readonly select: 200;
|
|
3935
|
+
readonly popover: 300;
|
|
3936
|
+
readonly tooltip: 400;
|
|
3937
3937
|
};
|
|
3938
3938
|
}, {
|
|
3939
3939
|
readonly background: "colors";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-stitches",
|
|
3
|
-
"version": "2.3.11
|
|
3
|
+
"version": "2.3.11",
|
|
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.4.1
|
|
30
|
+
"@mirohq/design-system-themes": "^0.4.1",
|
|
31
31
|
"@mirohq/design-system-types": "^0.6.2",
|
|
32
|
-
"@mirohq/design-tokens": "^3.2.0
|
|
32
|
+
"@mirohq/design-tokens": "^3.2.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@types/lodash.merge": "^4.6.7"
|