@mirohq/design-system-button 5.1.5-fix-button-types.0 → 5.1.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 +3 -3
package/dist/types.d.ts CHANGED
@@ -28,9 +28,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<(Omit<Omit<Omit<Omit
28
28
  }, "href"> & {
29
29
  href?: string | undefined | undefined;
30
30
  target?: react.HTMLAttributeAnchorTarget | undefined;
31
- type?: string | undefined | undefined;
32
31
  download?: any;
33
- hrefLang?: string | undefined | undefined;
34
32
  media?: string | undefined | undefined;
35
33
  ping?: string | undefined | undefined;
36
34
  } & {
@@ -55,9 +53,7 @@ declare const StyledButton: react.ForwardRefExoticComponent<(Omit<Omit<Omit<Omit
55
53
  }, "href"> & {
56
54
  href?: string | undefined | undefined;
57
55
  target?: react.HTMLAttributeAnchorTarget | undefined;
58
- type?: string | undefined | undefined;
59
56
  download?: any;
60
- hrefLang?: string | undefined | undefined;
61
57
  media?: string | undefined | undefined;
62
58
  ping?: string | undefined | undefined;
63
59
  } & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-button",
3
- "version": "5.1.5-fix-button-types.0",
3
+ "version": "5.1.5-fix-button-types.1",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -26,12 +26,12 @@
26
26
  "react": "^16.14 || ^17 || ^18 || ^19"
27
27
  },
28
28
  "dependencies": {
29
+ "@mirohq/design-system-base-button": "^1.1.3-fix-button-types.1",
29
30
  "@mirohq/design-system-base-icon": "^1.1.0",
30
- "@mirohq/design-system-base-button": "^1.1.3-fix-button-types.0",
31
31
  "@mirohq/design-system-primitive": "^2.1.0",
32
32
  "@mirohq/design-system-spinner": "^2.1.2",
33
- "@mirohq/design-system-stitches": "^3.1.2",
34
33
  "@mirohq/design-system-styles": "^3.0.1",
34
+ "@mirohq/design-system-stitches": "^3.1.2",
35
35
  "@mirohq/design-system-types": "^1.0.1",
36
36
  "@mirohq/design-system-utils": "^1.2.1"
37
37
  },