@mirohq/design-system-flex 2.1.9 → 2.1.10
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 +6 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -269,6 +269,11 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
269
269
|
readonly 'stacking-500': any;
|
|
270
270
|
readonly 'stacking-800': any;
|
|
271
271
|
};
|
|
272
|
+
'stroke-width': {
|
|
273
|
+
readonly thin: "1.5px";
|
|
274
|
+
readonly normal: "2px";
|
|
275
|
+
readonly bold: "4px";
|
|
276
|
+
};
|
|
272
277
|
'z-indices': {
|
|
273
278
|
readonly dropdownMenu: 100;
|
|
274
279
|
readonly popover: 200;
|
|
@@ -397,6 +402,7 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Pick<Omit<{
|
|
|
397
402
|
readonly scrollPaddingRight: "space-inset";
|
|
398
403
|
readonly scrollPaddingTop: "space-inset";
|
|
399
404
|
readonly stroke: "colors";
|
|
405
|
+
readonly strokeWidth: "stroke-width";
|
|
400
406
|
readonly textDecorationColor: "colors";
|
|
401
407
|
readonly textShadow: "shadows";
|
|
402
408
|
readonly top: "space";
|
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.10",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@mirohq/design-system-primitive": "^1.1.0",
|
|
30
|
-
"@mirohq/design-system-stitches": "^2.
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.3.0",
|
|
31
31
|
"@mirohq/design-system-utils": "^0.13.1"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|