@react-spectrum/button 3.0.0-nightly.2258 → 3.0.0-nightly.2262
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 +1 -1
- package/package.json +14 -14
package/dist/types.d.ts
CHANGED
@@ -6,7 +6,7 @@ import { SpectrumButtonProps, SpectrumActionButtonProps, ButtonProps, SpectrumLo
|
|
6
6
|
* They have multiple styles for various needs, and are ideal for calling attention to
|
7
7
|
* where a user needs to do something in order to move forward in a flow.
|
8
8
|
*/
|
9
|
-
export let Button: <T extends React.ElementType
|
9
|
+
export let Button: <T extends React.ElementType = "button">(props: SpectrumButtonProps<T> & {
|
10
10
|
ref?: FocusableRef<HTMLElement>;
|
11
11
|
}) => ReactElement;
|
12
12
|
/**
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-spectrum/button",
|
3
|
-
"version": "3.0.0-nightly.
|
3
|
+
"version": "3.0.0-nightly.2262+7f63e933e",
|
4
4
|
"description": "Spectrum UI components in React",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"main": "dist/main.js",
|
@@ -36,21 +36,21 @@
|
|
36
36
|
"url": "https://github.com/adobe/react-spectrum"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@react-aria/button": "3.0.0-nightly.
|
40
|
-
"@react-aria/focus": "3.0.0-nightly.
|
41
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
42
|
-
"@react-aria/utils": "3.0.0-nightly.
|
43
|
-
"@react-spectrum/text": "3.4.3-nightly.
|
44
|
-
"@react-spectrum/utils": "3.0.0-nightly.
|
45
|
-
"@react-stately/toggle": "3.0.0-nightly.
|
46
|
-
"@react-types/button": "3.7.4-nightly.
|
47
|
-
"@react-types/shared": "3.0.0-nightly.
|
48
|
-
"@spectrum-icons/ui": "3.0.0-nightly.
|
39
|
+
"@react-aria/button": "3.0.0-nightly.2262+7f63e933e",
|
40
|
+
"@react-aria/focus": "3.0.0-nightly.2262+7f63e933e",
|
41
|
+
"@react-aria/interactions": "3.0.0-nightly.2262+7f63e933e",
|
42
|
+
"@react-aria/utils": "3.0.0-nightly.2262+7f63e933e",
|
43
|
+
"@react-spectrum/text": "3.4.3-nightly.3964+7f63e933e",
|
44
|
+
"@react-spectrum/utils": "3.0.0-nightly.2262+7f63e933e",
|
45
|
+
"@react-stately/toggle": "3.0.0-nightly.2262+7f63e933e",
|
46
|
+
"@react-types/button": "3.7.4-nightly.3964+7f63e933e",
|
47
|
+
"@react-types/shared": "3.0.0-nightly.2262+7f63e933e",
|
48
|
+
"@spectrum-icons/ui": "3.0.0-nightly.2262+7f63e933e",
|
49
49
|
"@swc/helpers": "^0.4.14"
|
50
50
|
},
|
51
51
|
"devDependencies": {
|
52
|
-
"@adobe/spectrum-css-temp": "3.0.0-nightly.
|
53
|
-
"@react-spectrum/test-utils": "3.0.0-nightly.
|
52
|
+
"@adobe/spectrum-css-temp": "3.0.0-nightly.2262+7f63e933e",
|
53
|
+
"@react-spectrum/test-utils": "3.0.0-nightly.2262+7f63e933e"
|
54
54
|
},
|
55
55
|
"peerDependencies": {
|
56
56
|
"@react-spectrum/provider": "^3.0.0",
|
@@ -59,5 +59,5 @@
|
|
59
59
|
"publishConfig": {
|
60
60
|
"access": "public"
|
61
61
|
},
|
62
|
-
"gitHead": "
|
62
|
+
"gitHead": "7f63e933e61f20891b4cf3f447ab817f918cb263"
|
63
63
|
}
|