@mirohq/design-system-badge 0.3.19-select.0 → 0.3.19
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 +3 -3
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -292,9 +292,9 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
|
|
|
292
292
|
};
|
|
293
293
|
'z-indices': {
|
|
294
294
|
readonly dropdownMenu: 100;
|
|
295
|
-
readonly select:
|
|
296
|
-
readonly popover:
|
|
297
|
-
readonly tooltip:
|
|
295
|
+
readonly select: 200;
|
|
296
|
+
readonly popover: 300;
|
|
297
|
+
readonly tooltip: 400;
|
|
298
298
|
};
|
|
299
299
|
}, {
|
|
300
300
|
readonly background: "colors";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-badge",
|
|
3
|
-
"version": "0.3.19
|
|
3
|
+
"version": "0.3.19",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
30
|
-
"@mirohq/design-system-
|
|
31
|
-
"@mirohq/design-system-
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.3.11",
|
|
31
|
+
"@mirohq/design-system-types": "^0.6.2"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "rollup -c ../../../rollup.config.js",
|