@mirohq/design-system-grid 2.1.30 → 2.1.32-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 +6 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -490,6 +490,9 @@ declare const StyledGrid: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
490
490
|
readonly [$$PropertyValue]: "width";
|
|
491
491
|
};
|
|
492
492
|
};
|
|
493
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
494
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
495
|
+
};
|
|
493
496
|
}>>>, "rows" | "align" | "columns" | "justify" | "justifyItems" | "gap" | "flow" | "gapX" | "gapY"> & _stitches_react_types_styled_component.TransformProps<{
|
|
494
497
|
align?: "center" | "end" | "baseline" | "start" | "stretch" | undefined;
|
|
495
498
|
flow?: "row" | "column" | "dense" | "rowDense" | "columnDense" | undefined;
|
|
@@ -998,6 +1001,9 @@ declare const StyledItem: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_desi
|
|
|
998
1001
|
readonly [$$PropertyValue]: "width";
|
|
999
1002
|
};
|
|
1000
1003
|
};
|
|
1004
|
+
_hover: (css: _stitches_react_types_css_util.CSSProperties) => {
|
|
1005
|
+
'&:hover, &[data-hovered]': _stitches_react_types_css_util.CSSProperties;
|
|
1006
|
+
};
|
|
1001
1007
|
}>>>, "columnStart" | "rowStart" | "columnEnd" | "rowEnd"> & _stitches_react_types_styled_component.TransformProps<{
|
|
1002
1008
|
columnStart?: "1" | 1 | 4 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -1 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "-1" | undefined;
|
|
1003
1009
|
rowStart?: "1" | 1 | 4 | 2 | 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -1 | "4" | "2" | "3" | "5" | "6" | "7" | "8" | "9" | "10" | "11" | "12" | "-1" | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-grid",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.32-fix-dd-icon-slot.0",
|
|
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.4.1",
|
|
30
29
|
"@mirohq/design-system-primitive": "^1.1.1",
|
|
30
|
+
"@mirohq/design-system-stitches": "^2.5.1-fix-dd-icon-slot.0",
|
|
31
31
|
"@mirohq/design-system-utils": "^0.14.3"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|