@fluentui/react-button 0.0.0-nightly-20220303-0405.1 → 0.0.0-nightly-20220308-0418.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/CHANGELOG.json +70 -17
- package/CHANGELOG.md +25 -11
- package/dist/demo/react-dom.development.js +22812 -19078
- package/dist/demo/react.development.js +2871 -2708
- package/dist/react-button.d.ts +16 -5
- package/lib/components/Button/index.d.ts +1 -1
- package/lib/components/Button/index.js +1 -1
- package/lib/components/Button/index.js.map +1 -1
- package/lib/components/Button/useButtonStyles.d.ts +4 -2
- package/lib/components/Button/useButtonStyles.js +8 -3
- package/lib/components/Button/useButtonStyles.js.map +1 -1
- package/lib/components/CompoundButton/index.d.ts +1 -1
- package/lib/components/CompoundButton/index.js +1 -1
- package/lib/components/CompoundButton/index.js.map +1 -1
- package/lib/components/CompoundButton/useCompoundButtonStyles.d.ts +4 -2
- package/lib/components/CompoundButton/useCompoundButtonStyles.js +30 -27
- package/lib/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
- package/lib/components/MenuButton/index.d.ts +1 -1
- package/lib/components/MenuButton/index.js +1 -1
- package/lib/components/MenuButton/index.js.map +1 -1
- package/lib/components/MenuButton/useMenuButtonStyles.d.ts +4 -2
- package/lib/components/MenuButton/useMenuButtonStyles.js +12 -2
- package/lib/components/MenuButton/useMenuButtonStyles.js.map +1 -1
- package/lib/components/SplitButton/index.d.ts +1 -1
- package/lib/components/SplitButton/index.js +1 -1
- package/lib/components/SplitButton/index.js.map +1 -1
- package/lib/components/SplitButton/useSplitButtonStyles.d.ts +4 -2
- package/lib/components/SplitButton/useSplitButtonStyles.js +30 -28
- package/lib/components/SplitButton/useSplitButtonStyles.js.map +1 -1
- package/lib/components/ToggleButton/index.d.ts +1 -1
- package/lib/components/ToggleButton/index.js +1 -1
- package/lib/components/ToggleButton/index.js.map +1 -1
- package/lib/components/ToggleButton/useToggleButtonStyles.d.ts +4 -1
- package/lib/components/ToggleButton/useToggleButtonStyles.js +12 -2
- package/lib/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
- package/lib-commonjs/components/Button/index.d.ts +1 -1
- package/lib-commonjs/components/Button/index.js +7 -1
- package/lib-commonjs/components/Button/index.js.map +1 -1
- package/lib-commonjs/components/Button/useButtonStyles.d.ts +4 -2
- package/lib-commonjs/components/Button/useButtonStyles.js +9 -4
- package/lib-commonjs/components/Button/useButtonStyles.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/index.d.ts +1 -1
- package/lib-commonjs/components/CompoundButton/index.js +7 -1
- package/lib-commonjs/components/CompoundButton/index.js.map +1 -1
- package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.d.ts +4 -2
- package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js +31 -28
- package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
- package/lib-commonjs/components/MenuButton/index.d.ts +1 -1
- package/lib-commonjs/components/MenuButton/index.js +7 -1
- package/lib-commonjs/components/MenuButton/index.js.map +1 -1
- package/lib-commonjs/components/MenuButton/useMenuButtonStyles.d.ts +4 -2
- package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js +13 -3
- package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js.map +1 -1
- package/lib-commonjs/components/SplitButton/index.d.ts +1 -1
- package/lib-commonjs/components/SplitButton/index.js +7 -1
- package/lib-commonjs/components/SplitButton/index.js.map +1 -1
- package/lib-commonjs/components/SplitButton/useSplitButtonStyles.d.ts +4 -2
- package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js +31 -29
- package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/index.d.ts +1 -1
- package/lib-commonjs/components/ToggleButton/index.js +7 -1
- package/lib-commonjs/components/ToggleButton/index.js.map +1 -1
- package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.d.ts +4 -1
- package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js +13 -3
- package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
- package/package.json +8 -18
package/CHANGELOG.json
CHANGED
@@ -2,17 +2,70 @@
|
|
2
2
|
"name": "@fluentui/react-button",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-button_v0.0.0-nightly-
|
7
|
-
"version": "0.0.0-nightly-
|
5
|
+
"date": "Tue, 08 Mar 2022 04:27:01 GMT",
|
6
|
+
"tag": "@fluentui/react-button_v0.0.0-nightly-20220308-0418.1",
|
7
|
+
"version": "0.0.0-nightly-20220308-0418.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
11
|
"author": "email not defined",
|
12
12
|
"package": "@fluentui/react-button",
|
13
|
-
"commit": "
|
13
|
+
"commit": "74d7a80945697088d2ec1b6831be38c0a1104ba7",
|
14
14
|
"comment": "Release nightly v9"
|
15
15
|
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-button",
|
19
|
+
"comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-20220308-0418.1",
|
20
|
+
"commit": "74d7a80945697088d2ec1b6831be38c0a1104ba7"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "beachball",
|
24
|
+
"package": "@fluentui/react-button",
|
25
|
+
"comment": "Bump @fluentui/react-aria to v0.0.0-nightly-20220308-0418.1",
|
26
|
+
"commit": "74d7a80945697088d2ec1b6831be38c0a1104ba7"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "beachball",
|
30
|
+
"package": "@fluentui/react-button",
|
31
|
+
"comment": "Bump @fluentui/react-tabster to v0.0.0-nightly-20220308-0418.1",
|
32
|
+
"commit": "74d7a80945697088d2ec1b6831be38c0a1104ba7"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "beachball",
|
36
|
+
"package": "@fluentui/react-button",
|
37
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220308-0418.1",
|
38
|
+
"commit": "74d7a80945697088d2ec1b6831be38c0a1104ba7"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "beachball",
|
42
|
+
"package": "@fluentui/react-button",
|
43
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220308-0418.1",
|
44
|
+
"commit": "74d7a80945697088d2ec1b6831be38c0a1104ba7"
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"author": "beachball",
|
48
|
+
"package": "@fluentui/react-button",
|
49
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220308-0418.1",
|
50
|
+
"commit": "74d7a80945697088d2ec1b6831be38c0a1104ba7"
|
51
|
+
}
|
52
|
+
],
|
53
|
+
"none": [
|
54
|
+
{
|
55
|
+
"author": "elcraig@microsoft.com",
|
56
|
+
"package": "@fluentui/react-button",
|
57
|
+
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
58
|
+
"comment": "Update React dev deps and hoist them to the repo root"
|
59
|
+
}
|
60
|
+
]
|
61
|
+
}
|
62
|
+
},
|
63
|
+
{
|
64
|
+
"date": "Fri, 04 Mar 2022 05:17:34 GMT",
|
65
|
+
"tag": "@fluentui/react-button_v9.0.0-rc.5",
|
66
|
+
"version": "9.0.0-rc.5",
|
67
|
+
"comments": {
|
68
|
+
"prerelease": [
|
16
69
|
{
|
17
70
|
"author": "dzearing@microsoft.com",
|
18
71
|
"package": "@fluentui/react-button",
|
@@ -20,40 +73,40 @@
|
|
20
73
|
"comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
|
21
74
|
},
|
22
75
|
{
|
23
|
-
"author": "
|
76
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
24
77
|
"package": "@fluentui/react-button",
|
25
|
-
"
|
26
|
-
"
|
78
|
+
"commit": "e951d80afa1d6220e76d7a6c23d75ae417be2b9c",
|
79
|
+
"comment": "Button: Exporting classNames of individual slots."
|
27
80
|
},
|
28
81
|
{
|
29
82
|
"author": "beachball",
|
30
83
|
"package": "@fluentui/react-button",
|
31
|
-
"comment": "Bump @fluentui/
|
32
|
-
"commit": "
|
84
|
+
"comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.4",
|
85
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
33
86
|
},
|
34
87
|
{
|
35
88
|
"author": "beachball",
|
36
89
|
"package": "@fluentui/react-button",
|
37
|
-
"comment": "Bump @fluentui/react-
|
38
|
-
"commit": "
|
90
|
+
"comment": "Bump @fluentui/react-aria to v9.0.0-rc.5",
|
91
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
39
92
|
},
|
40
93
|
{
|
41
94
|
"author": "beachball",
|
42
95
|
"package": "@fluentui/react-button",
|
43
|
-
"comment": "Bump @fluentui/react-
|
44
|
-
"commit": "
|
96
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-rc.5",
|
97
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
45
98
|
},
|
46
99
|
{
|
47
100
|
"author": "beachball",
|
48
101
|
"package": "@fluentui/react-button",
|
49
|
-
"comment": "Bump @fluentui/react-
|
50
|
-
"commit": "
|
102
|
+
"comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
|
103
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
51
104
|
},
|
52
105
|
{
|
53
106
|
"author": "beachball",
|
54
107
|
"package": "@fluentui/react-button",
|
55
|
-
"comment": "Bump @fluentui/react-
|
56
|
-
"commit": "
|
108
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
|
109
|
+
"commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
|
57
110
|
}
|
58
111
|
]
|
59
112
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,24 +1,38 @@
|
|
1
1
|
# Change Log - @fluentui/react-button
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 08 Mar 2022 04:27:01 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-nightly-
|
7
|
+
## [0.0.0-nightly-20220308-0418.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.0.0-nightly-20220308-0418.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.
|
9
|
+
Tue, 08 Mar 2022 04:27:01 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.5..@fluentui/react-button_v0.0.0-nightly-20220308-0418.1)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/74d7a80945697088d2ec1b6831be38c0a1104ba7) by email not defined)
|
15
|
+
- Bump @fluentui/keyboard-keys to v0.0.0-nightly-20220308-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/74d7a80945697088d2ec1b6831be38c0a1104ba7) by beachball)
|
16
|
+
- Bump @fluentui/react-aria to v0.0.0-nightly-20220308-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/74d7a80945697088d2ec1b6831be38c0a1104ba7) by beachball)
|
17
|
+
- Bump @fluentui/react-tabster to v0.0.0-nightly-20220308-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/74d7a80945697088d2ec1b6831be38c0a1104ba7) by beachball)
|
18
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20220308-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/74d7a80945697088d2ec1b6831be38c0a1104ba7) by beachball)
|
19
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20220308-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/74d7a80945697088d2ec1b6831be38c0a1104ba7) by beachball)
|
20
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220308-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/74d7a80945697088d2ec1b6831be38c0a1104ba7) by beachball)
|
21
|
+
|
22
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.5)
|
23
|
+
|
24
|
+
Fri, 04 Mar 2022 05:17:34 GMT
|
25
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.4..@fluentui/react-button_v9.0.0-rc.5)
|
11
26
|
|
12
27
|
### Changes
|
13
28
|
|
14
|
-
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/8db7ae621362b260adddd684122740d4736ca91d) by email not defined)
|
15
29
|
- Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
|
16
|
-
-
|
17
|
-
- Bump @fluentui/
|
18
|
-
- Bump @fluentui/react-
|
19
|
-
- Bump @fluentui/react-
|
20
|
-
- Bump @fluentui/react-
|
21
|
-
- Bump @fluentui/react-
|
30
|
+
- Button: Exporting classNames of individual slots. ([PR #20977](https://github.com/microsoft/fluentui/pull/20977) by Humberto.Morimoto@microsoft.com)
|
31
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
32
|
+
- Bump @fluentui/react-aria to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
33
|
+
- Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
34
|
+
- Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
35
|
+
- Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
22
36
|
|
23
37
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.4)
|
24
38
|
|