@mirohq/design-system-input 0.6.2-sync-design-tokens.2 → 0.6.3-new-focus-keyboard.2

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 +4 -4
  2. package/package.json +6 -6
package/dist/types.d.ts CHANGED
@@ -37,7 +37,7 @@ declare const ActionButton: react.ForwardRefExoticComponent<(Omit<Omit<Omit<Omit
37
37
  } & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents, "ref"> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>, "ref"> & {
38
38
  ref?: ((instance: HTMLAnchorElement | HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLAnchorElement | HTMLButtonElement> | null | undefined;
39
39
  }, _mirohq_design_system_stitches.ForbiddenProps> & {
40
- children?: react.ReactNode | undefined;
40
+ children?: React.ReactNode;
41
41
  }, "readOnlyAppearance" | "disableAppearance"> & _stitches_react_types_styled_component.TransformProps<{
42
42
  readOnlyAppearance?: boolean | "true" | undefined;
43
43
  disableAppearance?: boolean | "true" | undefined;
@@ -51,7 +51,7 @@ declare const ActionButton: react.ForwardRefExoticComponent<(Omit<Omit<Omit<Omit
51
51
  } & _mirohq_design_system_hooks_use_press.PressProps & packages_components_internal_base_button_src_base_button.HoverEvents, "ref"> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>, "ref"> & {
52
52
  ref?: ((instance: HTMLAnchorElement | HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLAnchorElement | HTMLButtonElement> | null | undefined;
53
53
  }, _mirohq_design_system_stitches.ForbiddenProps> & {
54
- children?: react.ReactNode | undefined;
54
+ children?: React.ReactNode;
55
55
  }, "readOnlyAppearance" | "disableAppearance"> & _stitches_react_types_styled_component.TransformProps<{
56
56
  readOnlyAppearance?: boolean | "true" | undefined;
57
57
  disableAppearance?: boolean | "true" | undefined;
@@ -67,7 +67,7 @@ declare const ActionButton: react.ForwardRefExoticComponent<(Omit<Omit<Omit<Omit
67
67
  }, "ref"> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>, "ref"> & {
68
68
  ref?: ((instance: HTMLAnchorElement | HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLAnchorElement | HTMLButtonElement> | null | undefined;
69
69
  }, _mirohq_design_system_stitches.ForbiddenProps> & {
70
- children?: react.ReactNode | undefined;
70
+ children?: React.ReactNode;
71
71
  }, "readOnlyAppearance" | "disableAppearance"> & _stitches_react_types_styled_component.TransformProps<{
72
72
  readOnlyAppearance?: boolean | "true" | undefined;
73
73
  disableAppearance?: boolean | "true" | undefined;
@@ -83,7 +83,7 @@ declare const ActionButton: react.ForwardRefExoticComponent<(Omit<Omit<Omit<Omit
83
83
  }, "ref"> & react.RefAttributes<HTMLAnchorElement | HTMLButtonElement>, "ref"> & {
84
84
  ref?: ((instance: HTMLAnchorElement | HTMLButtonElement | null) => void | react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof react.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | react.RefObject<HTMLAnchorElement | HTMLButtonElement> | null | undefined;
85
85
  }, _mirohq_design_system_stitches.ForbiddenProps> & {
86
- children?: react.ReactNode | undefined;
86
+ children?: React.ReactNode;
87
87
  }, "readOnlyAppearance" | "disableAppearance"> & _stitches_react_types_styled_component.TransformProps<{
88
88
  readOnlyAppearance?: boolean | "true" | undefined;
89
89
  disableAppearance?: boolean | "true" | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-input",
3
- "version": "0.6.2-sync-design-tokens.2",
3
+ "version": "0.6.3-new-focus-keyboard.2",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -26,12 +26,12 @@
26
26
  "react": "^16.14 || ^17 || ^18"
27
27
  },
28
28
  "dependencies": {
29
- "@mirohq/design-system-base-form": "^0.3.5-sync-design-tokens.2",
30
- "@mirohq/design-system-base-input": "^0.5.13-sync-design-tokens.2",
29
+ "@mirohq/design-system-base-form": "^0.3.6-new-focus-keyboard.2",
30
+ "@mirohq/design-system-base-input": "^0.5.14-new-focus-keyboard.2",
31
31
  "@mirohq/design-system-experiments": "^0.2.0",
32
- "@mirohq/design-system-icons": "^0.65.1-sync-design-tokens.2",
33
- "@mirohq/design-system-use-press": "^0.4.2",
34
- "@mirohq/design-system-utils": "^0.15.5"
32
+ "@mirohq/design-system-icons": "^0.65.2-new-focus-keyboard.2",
33
+ "@mirohq/design-system-use-press": "^0.4.3",
34
+ "@mirohq/design-system-utils": "^0.15.6"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "rollup -c ../../../rollup.config.js",