@mirohq/design-system-tabs 1.1.4-fix-button-types.0 → 1.1.4-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 -6
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -54,9 +54,7 @@ declare const TriggerStyled: react.ForwardRefExoticComponent<(Omit<Omit<Omit<Omi
54
54
  media?: string | undefined | undefined;
55
55
  download?: any;
56
56
  href?: string | undefined | undefined;
57
- hrefLang?: string | undefined | undefined;
58
57
  target?: react.HTMLAttributeAnchorTarget | undefined;
59
- type?: string | undefined | undefined;
60
58
  ping?: string | undefined | undefined;
61
59
  } & {
62
60
  href: string;
@@ -79,9 +77,7 @@ declare const TriggerStyled: react.ForwardRefExoticComponent<(Omit<Omit<Omit<Omi
79
77
  media?: string | undefined | undefined;
80
78
  download?: any;
81
79
  href?: string | undefined | undefined;
82
- hrefLang?: string | undefined | undefined;
83
80
  target?: react.HTMLAttributeAnchorTarget | undefined;
84
- type?: string | undefined | undefined;
85
81
  ping?: string | undefined | undefined;
86
82
  } & {
87
83
  href: string;
@@ -123,9 +119,7 @@ declare const Trigger: react__default.ForwardRefExoticComponent<(Omit<Omit<Omit<
123
119
  media?: string | undefined | undefined;
124
120
  download?: any;
125
121
  href?: string | undefined | undefined;
126
- hrefLang?: string | undefined | undefined;
127
122
  target?: react__default.HTMLAttributeAnchorTarget | undefined;
128
- type?: string | undefined | undefined;
129
123
  ping?: string | undefined | undefined;
130
124
  } & {
131
125
  href: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-tabs",
3
- "version": "1.1.4-fix-button-types.0",
3
+ "version": "1.1.4-fix-button-types.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
  "@radix-ui/react-tabs": "^1.0.0",
30
- "@mirohq/design-system-base-button": "^1.1.3-fix-button-types.0",
30
+ "@mirohq/design-system-base-button": "^1.1.3-fix-button-types.1",
31
31
  "@mirohq/design-system-base-icon": "^1.1.0",
32
32
  "@mirohq/design-system-primitive": "^2.1.0",
33
33
  "@mirohq/design-system-stitches": "^3.1.2",