@mirohq/design-system-badge 0.3.14 → 0.3.15
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 +9 -0
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -98,17 +98,26 @@ declare const StyledBadge: react.ForwardRefExoticComponent<Omit<Omit<{}, never>
|
|
|
98
98
|
"background-neutrals-page"?: any;
|
|
99
99
|
"background-neutrals-page-subtle"?: any;
|
|
100
100
|
"background-neutrals-scrolls"?: any;
|
|
101
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
101
102
|
"background-neutrals-scrolls-hover"?: any;
|
|
103
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
104
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
102
105
|
"background-neutrals-subtle"?: any;
|
|
103
106
|
"background-neutrals-subtle-active"?: any;
|
|
104
107
|
"background-neutrals-subtle-hover"?: any;
|
|
105
108
|
"background-primary-prominent"?: any;
|
|
106
109
|
"background-primary-prominent-active"?: any;
|
|
110
|
+
"background-primary-prominent-expanded"?: any;
|
|
107
111
|
"background-primary-prominent-hover"?: any;
|
|
112
|
+
"background-primary-prominent-pressed"?: any;
|
|
113
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
108
114
|
"background-primary-prominent-selected"?: any;
|
|
109
115
|
"background-primary-subtle"?: any;
|
|
110
116
|
"background-primary-subtle-active"?: any;
|
|
117
|
+
"background-primary-subtle-expanded"?: any;
|
|
111
118
|
"background-primary-subtle-hover"?: any;
|
|
119
|
+
"background-primary-subtle-pressed"?: any;
|
|
120
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
112
121
|
"background-primary-subtle-selected"?: any;
|
|
113
122
|
"background-success"?: any;
|
|
114
123
|
"background-warning-prominent"?: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-badge",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.15",
|
|
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.0",
|
|
30
|
-
"@mirohq/design-system-
|
|
31
|
-
"@mirohq/design-system-
|
|
30
|
+
"@mirohq/design-system-types": "^0.6.0",
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.3.7"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "rollup -c ../../../rollup.config.js",
|