@mirohq/design-system-input 1.3.5-fix-button-types.0 → 1.3.5-fix-button-types.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 +0 -4
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -71,9 +71,7 @@ declare const ActionButton: react.ForwardRefExoticComponent<(Omit<Omit<Omit<Omit
71
71
  }, "href"> & {
72
72
  href?: string | undefined | undefined;
73
73
  target?: react.HTMLAttributeAnchorTarget | undefined;
74
- type?: string | undefined | undefined;
75
74
  download?: any;
76
- hrefLang?: string | undefined | undefined;
77
75
  media?: string | undefined | undefined;
78
76
  ping?: string | undefined | undefined;
79
77
  } & {
@@ -97,9 +95,7 @@ declare const ActionButton: react.ForwardRefExoticComponent<(Omit<Omit<Omit<Omit
97
95
  }, "href"> & {
98
96
  href?: string | undefined | undefined;
99
97
  target?: react.HTMLAttributeAnchorTarget | undefined;
100
- type?: string | undefined | undefined;
101
98
  download?: any;
102
- hrefLang?: string | undefined | undefined;
103
99
  media?: string | undefined | undefined;
104
100
  ping?: string | undefined | undefined;
105
101
  } & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-input",
3
- "version": "1.3.5-fix-button-types.0",
3
+ "version": "1.3.5-fix-button-types.1",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -27,8 +27,8 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@mirohq/design-system-base-form": "^1.1.3",
30
+ "@mirohq/design-system-base-input": "^1.2.3-fix-button-types.1",
30
31
  "@mirohq/design-system-icons": "^1.27.0",
31
- "@mirohq/design-system-base-input": "^1.2.3-fix-button-types.0",
32
32
  "@mirohq/design-system-use-press": "^1.1.1",
33
33
  "@mirohq/design-system-utils": "^1.2.1"
34
34
  },