@mirohq/design-system-flex 2.1.32 → 2.1.33-fix-dd-icon-slot.0
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 +2 -13
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -4,7 +4,6 @@ import * as _mirohq_design_system_stitches from '@mirohq/design-system-stitches'
|
|
|
4
4
|
import { theme } from '@mirohq/design-system-stitches';
|
|
5
5
|
import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component';
|
|
6
6
|
import * as _stitches_react_types_css_util from '@stitches/react/types/css-util';
|
|
7
|
-
import * as _stitches_react from '@stitches/react';
|
|
8
7
|
import * as _mirohq_design_system_primitive from '@mirohq/design-system-primitive';
|
|
9
8
|
|
|
10
9
|
declare const StyledFlex: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"div">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
|
|
@@ -492,18 +491,8 @@ declare const StyledFlex: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
492
491
|
readonly [$$PropertyValue]: "width";
|
|
493
492
|
};
|
|
494
493
|
};
|
|
495
|
-
_hover: (css:
|
|
496
|
-
|
|
497
|
-
theme: {};
|
|
498
|
-
themeMap: {};
|
|
499
|
-
utils: {};
|
|
500
|
-
}>) => {
|
|
501
|
-
'&:hover, &[data-hovered]': _stitches_react.CSS<{
|
|
502
|
-
media: {};
|
|
503
|
-
theme: {};
|
|
504
|
-
themeMap: {};
|
|
505
|
-
utils: {};
|
|
506
|
-
}>;
|
|
494
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
495
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
507
496
|
};
|
|
508
497
|
}>>>, "direction" | "gap" | "wrap" | "align" | "justify"> & _stitches_react_types_styled_component.TransformProps<{
|
|
509
498
|
align?: "stretch" | "center" | "start" | "end" | "baseline" | undefined;
|
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.33-fix-dd-icon-slot.0",
|
|
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-utils": "^0.14.3",
|
|
31
|
+
"@mirohq/design-system-stitches": "^2.5.1-fix-dd-icon-slot.0"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "rollup -c ../../../rollup.config.js",
|