@mirohq/design-system-flex 2.1.19 → 2.1.21
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 +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -110,17 +110,26 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Omit<Omit<{
|
|
|
110
110
|
"background-neutrals-page"?: any;
|
|
111
111
|
"background-neutrals-page-subtle"?: any;
|
|
112
112
|
"background-neutrals-scrolls"?: any;
|
|
113
|
+
"background-neutrals-scrolls-expanded"?: any;
|
|
113
114
|
"background-neutrals-scrolls-hover"?: any;
|
|
115
|
+
"background-neutrals-scrolls-pressed"?: any;
|
|
116
|
+
"background-neutrals-scrolls-pressed-hover"?: any;
|
|
114
117
|
"background-neutrals-subtle"?: any;
|
|
115
118
|
"background-neutrals-subtle-active"?: any;
|
|
116
119
|
"background-neutrals-subtle-hover"?: any;
|
|
117
120
|
"background-primary-prominent"?: any;
|
|
118
121
|
"background-primary-prominent-active"?: any;
|
|
122
|
+
"background-primary-prominent-expanded"?: any;
|
|
119
123
|
"background-primary-prominent-hover"?: any;
|
|
124
|
+
"background-primary-prominent-pressed"?: any;
|
|
125
|
+
"background-primary-prominent-pressed-hover"?: any;
|
|
120
126
|
"background-primary-prominent-selected"?: any;
|
|
121
127
|
"background-primary-subtle"?: any;
|
|
122
128
|
"background-primary-subtle-active"?: any;
|
|
129
|
+
"background-primary-subtle-expanded"?: any;
|
|
123
130
|
"background-primary-subtle-hover"?: any;
|
|
131
|
+
"background-primary-subtle-pressed"?: any;
|
|
132
|
+
"background-primary-subtle-pressed-hover"?: any;
|
|
124
133
|
"background-primary-subtle-selected"?: any;
|
|
125
134
|
"background-success"?: any;
|
|
126
135
|
"background-warning-prominent"?: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-flex",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.21",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"react": "^16.14 || ^17 || ^18"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@mirohq/design-system-primitive": "^1.1.
|
|
30
|
-
"@mirohq/design-system-
|
|
31
|
-
"@mirohq/design-system-
|
|
29
|
+
"@mirohq/design-system-primitive": "^1.1.1",
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.3.8",
|
|
31
|
+
"@mirohq/design-system-utils": "^0.14.2"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "rollup -c ../../../rollup.config.js",
|