@mirohq/design-system-patterns 0.2.5-new-focus-keyboard.1 → 0.2.6-new-focus-keyboard.1

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +2 -2
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
- declare type ActionButton = Omit<ButtonProps, 'variant' | 'children'> & {
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-new-focus-keyboard.1",
3
+ "version": "0.2.6-new-focus-keyboard.1",
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-box": "^2.1.62-new-focus-keyboard.1",
30
- "@mirohq/design-system-button": "^4.3.0-new-focus-keyboard.1",
30
+ "@mirohq/design-system-button": "^4.2.8-new-focus-keyboard.1",
31
31
  "@mirohq/design-system-stitches": "^2.6.31-new-focus-keyboard.1",
32
32
  "@mirohq/design-system-typography": "^0.6.9-new-focus-keyboard.1"
33
33
  },