@mirohq/design-system-calendar 2.1.20-fix-button-types.0 → 2.1.20-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 +4 -4
package/dist/types.d.ts CHANGED
@@ -136,9 +136,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<(Omit<Omit<Omit<Omi
136
136
  media?: string | undefined | undefined;
137
137
  download?: any;
138
138
  href?: string | undefined | undefined;
139
- hrefLang?: string | undefined | undefined;
140
139
  target?: react.HTMLAttributeAnchorTarget | undefined;
141
- type?: string | undefined | undefined;
142
140
  ping?: string | undefined | undefined;
143
141
  } & {
144
142
  href: string;
@@ -160,9 +158,7 @@ declare const StyledTrigger: react.ForwardRefExoticComponent<(Omit<Omit<Omit<Omi
160
158
  media?: string | undefined | undefined;
161
159
  download?: any;
162
160
  href?: string | undefined | undefined;
163
- hrefLang?: string | undefined | undefined;
164
161
  target?: react.HTMLAttributeAnchorTarget | undefined;
165
- type?: string | undefined | undefined;
166
162
  ping?: string | undefined | undefined;
167
163
  } & {
168
164
  href: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-calendar",
3
- "version": "2.1.20-fix-button-types.0",
3
+ "version": "2.1.20-fix-button-types.1",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -34,12 +34,12 @@
34
34
  "@react-types/shared": "^3.18.1",
35
35
  "react-aria": "^3.25.0",
36
36
  "react-stately": "^3.23.0",
37
- "@mirohq/design-system-base-button": "^1.1.3-fix-button-types.0",
37
+ "@mirohq/design-system-base-button": "^1.1.3-fix-button-types.1",
38
38
  "@mirohq/design-system-base-form": "^1.1.3",
39
39
  "@mirohq/design-system-base-text-field": "^1.2.1",
40
+ "@mirohq/design-system-button": "^5.1.5-fix-button-types.1",
40
41
  "@mirohq/design-system-flex": "^3.1.2",
41
- "@mirohq/design-system-button": "^5.1.5-fix-button-types.0",
42
- "@mirohq/design-system-icon-button": "^4.1.5-fix-button-types.0",
42
+ "@mirohq/design-system-icon-button": "^4.1.5-fix-button-types.1",
43
43
  "@mirohq/design-system-icons": "^1.27.0",
44
44
  "@mirohq/design-system-primitive": "^2.1.0",
45
45
  "@mirohq/design-system-stitches": "^3.1.2",