@mirohq/design-system-base-hotkey 0.2.8-new-focus-keyboard.1 → 0.2.8-sync-design-tokens.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 +3 -3
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -12,9 +12,9 @@ declare const Hotkey: react.ForwardRefExoticComponent<Omit<Omit<_mirohq_design_s
12
12
  v1?: boolean | "true" | undefined;
13
13
  variant?: "neutral" | "inverted" | undefined;
14
14
  }, {}>;
15
- declare type HotkeyStyledProps = ComponentPropsWithRef<typeof Hotkey>;
16
- declare type SpanProps = HTMLAttributes<HTMLSpanElement>;
17
- declare type HotkeySharedProps = SafeProps<SpanProps & {
15
+ type HotkeyStyledProps = ComponentPropsWithRef<typeof Hotkey>;
16
+ type SpanProps = HTMLAttributes<HTMLSpanElement>;
17
+ type HotkeySharedProps = SafeProps<SpanProps & {
18
18
  css?: CSS;
19
19
  }>;
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-base-hotkey",
3
- "version": "0.2.8-new-focus-keyboard.1",
3
+ "version": "0.2.8-sync-design-tokens.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-primitive": "^1.1.2",
30
- "@mirohq/design-system-stitches": "^2.6.31-new-focus-keyboard.1"
30
+ "@mirohq/design-system-stitches": "^2.6.31-sync-design-tokens.1"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "rollup -c ../../../../rollup.config.js",