@mirohq/design-system-patterns 0.2.5-new-focus-keyboard.1 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/types.d.ts +1 -1
- package/package.json +5 -5
package/dist/types.d.ts
CHANGED
@@ -11,7 +11,7 @@ interface PatternEmptyStateProps extends Omit<BoxProps, 'children'> {
|
|
11
11
|
secondary?: ActionButton;
|
12
12
|
};
|
13
13
|
}
|
14
|
-
|
14
|
+
type ActionButton = Omit<ButtonProps, 'variant' | 'children'> & {
|
15
15
|
label: ReactNode;
|
16
16
|
};
|
17
17
|
declare const PatternEmptyState: React.ForwardRefExoticComponent<Omit<PatternEmptyStateProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mirohq/design-system-patterns",
|
3
|
-
"version": "0.2.5
|
3
|
+
"version": "0.2.5",
|
4
4
|
"description": "",
|
5
5
|
"author": "Miro",
|
6
6
|
"source": "src/index.ts",
|
@@ -26,10 +26,10 @@
|
|
26
26
|
"react": "^16.14 || ^17 || ^18"
|
27
27
|
},
|
28
28
|
"dependencies": {
|
29
|
-
"@mirohq/design-system-box": "^2.1.
|
30
|
-
"@mirohq/design-system-button": "^4.
|
31
|
-
"@mirohq/design-system-stitches": "^2.6.
|
32
|
-
"@mirohq/design-system-typography": "^0.6.
|
29
|
+
"@mirohq/design-system-box": "^2.1.61",
|
30
|
+
"@mirohq/design-system-button": "^4.2.7",
|
31
|
+
"@mirohq/design-system-stitches": "^2.6.30",
|
32
|
+
"@mirohq/design-system-typography": "^0.6.8"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
35
|
"@mirohq/brand-assets": "^0.3.1"
|