@mirohq/design-system-flex 2.1.36-colors.1 → 2.1.36
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 +8 -6
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -265,12 +265,14 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
265
265
|
readonly none: "0px";
|
|
266
266
|
};
|
|
267
267
|
shadows: {
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
268
|
+
50: any;
|
|
269
|
+
100: any;
|
|
270
|
+
"focus-small": any;
|
|
271
|
+
"focus-small-outline": any;
|
|
272
|
+
"focus-large": any;
|
|
273
|
+
"focus-controls": any;
|
|
274
|
+
"focus-controls-error": any;
|
|
275
|
+
"focus-controls-success": any;
|
|
274
276
|
};
|
|
275
277
|
sizes: {
|
|
276
278
|
readonly number: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-flex",
|
|
3
|
-
"version": "2.1.36
|
|
3
|
+
"version": "2.1.36",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"react": "^16.14 || ^17 || ^18"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@mirohq/design-system-stitches": "^2.6.1-colors.1",
|
|
30
29
|
"@mirohq/design-system-primitive": "^1.1.2",
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.6.1",
|
|
31
31
|
"@mirohq/design-system-utils": "^0.15.0"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|