@fluentui/react-button 0.0.0-nightly-20220310-0418.1 → 0.0.0-nightly-20220315-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 +22 -16
- package/CHANGELOG.md +11 -11
- package/package.json +7 -7
- package/dist/demo/index.html +0 -71
- package/dist/demo/react-dom.development.js +0 -25147
- package/dist/demo/react.development.js +0 -3318
package/CHANGELOG.json
CHANGED
@@ -2,52 +2,52 @@
|
|
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, 15 Mar 2022 04:28:27 GMT",
|
6
|
+
"tag": "@fluentui/react-button_v0.0.0-nightly-20220315-0418.1",
|
7
|
+
"version": "0.0.0-nightly-20220315-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": "not available",
|
14
14
|
"comment": "Release nightly v9"
|
15
15
|
},
|
16
16
|
{
|
17
17
|
"author": "beachball",
|
18
18
|
"package": "@fluentui/react-button",
|
19
|
-
"comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-
|
20
|
-
"commit": "
|
19
|
+
"comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightly-20220315-0418.1",
|
20
|
+
"commit": "9291b58a0772db7887ec0137edbcb40ced11bfda"
|
21
21
|
},
|
22
22
|
{
|
23
23
|
"author": "beachball",
|
24
24
|
"package": "@fluentui/react-button",
|
25
|
-
"comment": "Bump @fluentui/react-aria to v0.0.0-nightly-
|
26
|
-
"commit": "
|
25
|
+
"comment": "Bump @fluentui/react-aria to v0.0.0-nightly-20220315-0418.1",
|
26
|
+
"commit": "9291b58a0772db7887ec0137edbcb40ced11bfda"
|
27
27
|
},
|
28
28
|
{
|
29
29
|
"author": "beachball",
|
30
30
|
"package": "@fluentui/react-button",
|
31
|
-
"comment": "Bump @fluentui/react-tabster to v0.0.0-nightly-
|
32
|
-
"commit": "
|
31
|
+
"comment": "Bump @fluentui/react-tabster to v0.0.0-nightly-20220315-0418.1",
|
32
|
+
"commit": "9291b58a0772db7887ec0137edbcb40ced11bfda"
|
33
33
|
},
|
34
34
|
{
|
35
35
|
"author": "beachball",
|
36
36
|
"package": "@fluentui/react-button",
|
37
|
-
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-
|
38
|
-
"commit": "
|
37
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220315-0418.1",
|
38
|
+
"commit": "9291b58a0772db7887ec0137edbcb40ced11bfda"
|
39
39
|
},
|
40
40
|
{
|
41
41
|
"author": "beachball",
|
42
42
|
"package": "@fluentui/react-button",
|
43
|
-
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-
|
44
|
-
"commit": "
|
43
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220315-0418.1",
|
44
|
+
"commit": "9291b58a0772db7887ec0137edbcb40ced11bfda"
|
45
45
|
},
|
46
46
|
{
|
47
47
|
"author": "beachball",
|
48
48
|
"package": "@fluentui/react-button",
|
49
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
50
|
-
"commit": "
|
49
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220315-0418.1",
|
50
|
+
"commit": "9291b58a0772db7887ec0137edbcb40ced11bfda"
|
51
51
|
}
|
52
52
|
],
|
53
53
|
"none": [
|
@@ -56,6 +56,12 @@
|
|
56
56
|
"package": "@fluentui/react-button",
|
57
57
|
"commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
|
58
58
|
"comment": "Update React dev deps and hoist them to the repo root"
|
59
|
+
},
|
60
|
+
{
|
61
|
+
"author": "elcraig@microsoft.com",
|
62
|
+
"package": "@fluentui/react-button",
|
63
|
+
"commit": "13c32e184b7960671754582de21f3555bf9f02f3",
|
64
|
+
"comment": "Remove config file that's no longer needed"
|
59
65
|
}
|
60
66
|
]
|
61
67
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,23 +1,23 @@
|
|
1
1
|
# Change Log - @fluentui/react-button
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 15 Mar 2022 04:28:27 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-20220315-0418.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.0.0-nightly-20220315-0418.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.5..@fluentui/react-button_v0.0.0-nightly-
|
9
|
+
Tue, 15 Mar 2022 04:28:27 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-20220315-0418.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/
|
15
|
-
- Bump @fluentui/keyboard-keys to v0.0.0-nightly-
|
16
|
-
- Bump @fluentui/react-aria to v0.0.0-nightly-
|
17
|
-
- Bump @fluentui/react-tabster to v0.0.0-nightly-
|
18
|
-
- Bump @fluentui/react-theme to v0.0.0-nightly-
|
19
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-
|
20
|
-
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by email not defined)
|
15
|
+
- Bump @fluentui/keyboard-keys to v0.0.0-nightly-20220315-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/9291b58a0772db7887ec0137edbcb40ced11bfda) by beachball)
|
16
|
+
- Bump @fluentui/react-aria to v0.0.0-nightly-20220315-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/9291b58a0772db7887ec0137edbcb40ced11bfda) by beachball)
|
17
|
+
- Bump @fluentui/react-tabster to v0.0.0-nightly-20220315-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/9291b58a0772db7887ec0137edbcb40ced11bfda) by beachball)
|
18
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20220315-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/9291b58a0772db7887ec0137edbcb40ced11bfda) by beachball)
|
19
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20220315-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/9291b58a0772db7887ec0137edbcb40ced11bfda) by beachball)
|
20
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220315-0418.1 ([commit](https://github.com/microsoft/fluentui/commit/9291b58a0772db7887ec0137edbcb40ced11bfda) by beachball)
|
21
21
|
|
22
22
|
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.5)
|
23
23
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@fluentui/react-button",
|
3
|
-
"version": "0.0.0-nightly-
|
3
|
+
"version": "0.0.0-nightly-20220315-0418.1",
|
4
4
|
"description": "Fluent UI React Button component.",
|
5
5
|
"main": "lib-commonjs/index.js",
|
6
6
|
"module": "lib/index.js",
|
@@ -29,16 +29,16 @@
|
|
29
29
|
"@fluentui/a11y-testing": "^0.1.0",
|
30
30
|
"@fluentui/eslint-plugin": "*",
|
31
31
|
"@fluentui/react-conformance": "*",
|
32
|
-
"@fluentui/react-conformance-griffel": "0.0.0-nightly-
|
32
|
+
"@fluentui/react-conformance-griffel": "0.0.0-nightly-20220315-0418.1",
|
33
33
|
"@fluentui/scripts": "^1.0.0"
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
|
-
"@fluentui/keyboard-keys": "0.0.0-nightly-
|
37
|
-
"@fluentui/react-aria": "0.0.0-nightly-
|
36
|
+
"@fluentui/keyboard-keys": "0.0.0-nightly-20220315-0418.1",
|
37
|
+
"@fluentui/react-aria": "0.0.0-nightly-20220315-0418.1",
|
38
38
|
"@fluentui/react-icons": "^2.0.159-beta.10",
|
39
|
-
"@fluentui/react-tabster": "0.0.0-nightly-
|
40
|
-
"@fluentui/react-theme": "0.0.0-nightly-
|
41
|
-
"@fluentui/react-utilities": "0.0.0-nightly-
|
39
|
+
"@fluentui/react-tabster": "0.0.0-nightly-20220315-0418.1",
|
40
|
+
"@fluentui/react-theme": "0.0.0-nightly-20220315-0418.1",
|
41
|
+
"@fluentui/react-utilities": "0.0.0-nightly-20220315-0418.1",
|
42
42
|
"@griffel/react": "1.0.0",
|
43
43
|
"tslib": "^2.1.0"
|
44
44
|
},
|
package/dist/demo/index.html
DELETED
@@ -1,71 +0,0 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html dir="ltr" lang="en-us">
|
3
|
-
<head>
|
4
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
6
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" user-scalable="no" />
|
7
|
-
<title>Fluent UI React Examples</title>
|
8
|
-
</head>
|
9
|
-
|
10
|
-
<body>
|
11
|
-
<div id="content"></div>
|
12
|
-
<script type="text/javascript">
|
13
|
-
// @ts-check
|
14
|
-
window.FabricConfig = {
|
15
|
-
// Uncommenting this prevents the fontfaces from being registered.
|
16
|
-
// Alternatively you can specify a base url which contains the font/icon assets.
|
17
|
-
// fontBaseUrl: '',
|
18
|
-
// mergeStyles: {
|
19
|
-
// injectionMode: 2
|
20
|
-
// }
|
21
|
-
};
|
22
|
-
|
23
|
-
var isLocal = ['localhost', '[::]', '127.0.0.1'].indexOf(location.hostname) !== -1;
|
24
|
-
|
25
|
-
var isDev = getParameterByName('dev') === '1' || !!getParameterByName('strict');
|
26
|
-
var minParam = getParameterByName('min');
|
27
|
-
var useMinified =
|
28
|
-
!isDev && minParam !== '0' && (minParam === '1' || location.pathname === '/fabric-react/master/');
|
29
|
-
|
30
|
-
function loadScript(n) {
|
31
|
-
for (var i = 0; i < n.length; i++) {
|
32
|
-
var s = document.createElement('script');
|
33
|
-
s.src = n[i];
|
34
|
-
s.async = false;
|
35
|
-
document.body.appendChild(s);
|
36
|
-
}
|
37
|
-
}
|
38
|
-
|
39
|
-
const scripts = [];
|
40
|
-
|
41
|
-
if (isLocal) {
|
42
|
-
scripts.push('./react.development.js');
|
43
|
-
scripts.push('./react-dom.development.js');
|
44
|
-
} else {
|
45
|
-
const reactVersion = isDev ? 'development.js' : 'production.min.js';
|
46
|
-
scripts.push('//cdnjs.cloudflare.com/ajax/libs/react/16.8.6/umd/react.' + reactVersion);
|
47
|
-
scripts.push('//cdnjs.cloudflare.com/ajax/libs/react-dom/16.8.6/umd/react-dom.' + reactVersion);
|
48
|
-
}
|
49
|
-
|
50
|
-
if (useMinified) {
|
51
|
-
scripts.push('demo-app.min.js');
|
52
|
-
} else {
|
53
|
-
scripts.push('demo-app.js');
|
54
|
-
}
|
55
|
-
|
56
|
-
loadScript(scripts);
|
57
|
-
|
58
|
-
function getParameterByName(name, url) {
|
59
|
-
if (!url) {
|
60
|
-
url = location.href;
|
61
|
-
}
|
62
|
-
name = name.replace(/[\[\]]/g, '\\$&');
|
63
|
-
var regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)'),
|
64
|
-
results = regex.exec(url);
|
65
|
-
if (!results) return null;
|
66
|
-
if (!results[2]) return '';
|
67
|
-
return decodeURIComponent(results[2].replace(/\+/g, ' '));
|
68
|
-
}
|
69
|
-
</script>
|
70
|
-
</body>
|
71
|
-
</html>
|