@mirohq/design-system-base-input 1.2.3-fix-button-types.0 → 1.2.3-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.
- package/dist/types.d.ts +0 -8
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -78,9 +78,7 @@ declare const StyledActionButton: React$1.ForwardRefExoticComponent<(Omit<Omit<O
|
|
|
78
78
|
}, "href"> & {
|
|
79
79
|
href?: string | undefined | undefined;
|
|
80
80
|
target?: React$1.HTMLAttributeAnchorTarget | undefined;
|
|
81
|
-
type?: string | undefined | undefined;
|
|
82
81
|
download?: any;
|
|
83
|
-
hrefLang?: string | undefined | undefined;
|
|
84
82
|
media?: string | undefined | undefined;
|
|
85
83
|
ping?: string | undefined | undefined;
|
|
86
84
|
} & {
|
|
@@ -103,9 +101,7 @@ declare const StyledActionButton: React$1.ForwardRefExoticComponent<(Omit<Omit<O
|
|
|
103
101
|
}, "href"> & {
|
|
104
102
|
href?: string | undefined | undefined;
|
|
105
103
|
target?: React$1.HTMLAttributeAnchorTarget | undefined;
|
|
106
|
-
type?: string | undefined | undefined;
|
|
107
104
|
download?: any;
|
|
108
|
-
hrefLang?: string | undefined | undefined;
|
|
109
105
|
media?: string | undefined | undefined;
|
|
110
106
|
ping?: string | undefined | undefined;
|
|
111
107
|
} & {
|
|
@@ -162,9 +158,7 @@ declare const ActionButton: React__default.ForwardRefExoticComponent<(Omit<Omit<
|
|
|
162
158
|
}, "href"> & {
|
|
163
159
|
href?: string | undefined | undefined;
|
|
164
160
|
target?: React__default.HTMLAttributeAnchorTarget | undefined;
|
|
165
|
-
type?: string | undefined | undefined;
|
|
166
161
|
download?: any;
|
|
167
|
-
hrefLang?: string | undefined | undefined;
|
|
168
162
|
media?: string | undefined | undefined;
|
|
169
163
|
ping?: string | undefined | undefined;
|
|
170
164
|
} & {
|
|
@@ -188,9 +182,7 @@ declare const ActionButton: React__default.ForwardRefExoticComponent<(Omit<Omit<
|
|
|
188
182
|
}, "href"> & {
|
|
189
183
|
href?: string | undefined | undefined;
|
|
190
184
|
target?: React__default.HTMLAttributeAnchorTarget | undefined;
|
|
191
|
-
type?: string | undefined | undefined;
|
|
192
185
|
download?: any;
|
|
193
|
-
hrefLang?: string | undefined | undefined;
|
|
194
186
|
media?: string | undefined | undefined;
|
|
195
187
|
ping?: string | undefined | undefined;
|
|
196
188
|
} & {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-base-input",
|
|
3
|
-
"version": "1.2.3-fix-button-types.
|
|
3
|
+
"version": "1.2.3-fix-button-types.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@react-aria/interactions": "^3.13.0",
|
|
30
30
|
"@react-aria/utils": "^3.31.0",
|
|
31
|
-
"@mirohq/design-system-base-button": "^1.1.3-fix-button-types.
|
|
31
|
+
"@mirohq/design-system-base-button": "^1.1.3-fix-button-types.1",
|
|
32
32
|
"@mirohq/design-system-base-form": "^1.1.3",
|
|
33
33
|
"@mirohq/design-system-base-icon": "^1.1.0",
|
|
34
|
-
"@mirohq/design-system-stitches": "^3.1.2",
|
|
35
34
|
"@mirohq/design-system-base-text-field": "^1.2.1",
|
|
35
|
+
"@mirohq/design-system-primitive": "^2.1.0",
|
|
36
|
+
"@mirohq/design-system-stitches": "^3.1.2",
|
|
36
37
|
"@mirohq/design-system-tooltip": "^4.2.0",
|
|
37
38
|
"@mirohq/design-system-use-aria-disabled": "^1.1.1",
|
|
38
|
-
"@mirohq/design-system-primitive": "^2.1.0",
|
|
39
39
|
"@mirohq/design-system-use-layout-effect": "^1.1.0",
|
|
40
40
|
"@mirohq/design-system-use-press": "^1.1.1",
|
|
41
41
|
"@mirohq/design-system-utils": "^1.2.1"
|