@fluentui/react-button 0.20.7 → 0.20.10
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 +46 -1
- package/CHANGELOG.md +29 -2
- package/dist/demo-app.js +9 -9
- package/dist-storybook/iframe.html +1 -1
- package/dist-storybook/{main.139ff8ab268502018f04.bundle.js → main.87322c050e53a0627597.bundle.js} +16 -16
- package/dist-storybook/{main.139ff8ab268502018f04.bundle.js.map → main.87322c050e53a0627597.bundle.js.map} +1 -1
- package/dist-storybook/{runtime~main.139ff8ab268502018f04.bundle.js → runtime~main.87322c050e53a0627597.bundle.js} +1 -1
- package/dist-storybook/{runtime~main.139ff8ab268502018f04.bundle.js.map → runtime~main.87322c050e53a0627597.bundle.js.map} +1 -1
- package/dist-storybook/{vendors~main.139ff8ab268502018f04.bundle.js → vendors~main.87322c050e53a0627597.bundle.js} +1 -1
- package/dist-storybook/{vendors~main.139ff8ab268502018f04.bundle.js.map → vendors~main.87322c050e53a0627597.bundle.js.map} +1 -1
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/lib-amd/version.js +1 -1
- package/lib-amd/version.js.map +1 -1
- package/lib-commonjs/version.js +1 -1
- package/lib-commonjs/version.js.map +1 -1
- package/package.json +9 -9
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,52 @@
|
|
|
2
2
|
"name": "@fluentui/react-button",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 02 Sep 2022 16:54:43 GMT",
|
|
6
|
+
"tag": "@fluentui/react-button_v0.20.10",
|
|
7
|
+
"version": "0.20.10",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Bump @uifabric/utilities to v7.37.0",
|
|
12
|
+
"author": "mgodbolt@microsoft.com",
|
|
13
|
+
"commit": "9c47d023d945cfe75049dc8521ff4885dff17c90",
|
|
14
|
+
"package": "@fluentui/react-button"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Thu, 01 Sep 2022 23:27:06 GMT",
|
|
21
|
+
"tag": "@fluentui/react-button_v0.20.9",
|
|
22
|
+
"version": "0.20.9",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"comment": "Bump @fluentui/react-theme-provider to v0.19.9",
|
|
27
|
+
"author": "gcox@microsoft.com",
|
|
28
|
+
"commit": "4e6f8be75f7613117739c82c6fa89a939405a6ac",
|
|
29
|
+
"package": "@fluentui/react-button"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Tue, 30 Aug 2022 19:01:23 GMT",
|
|
36
|
+
"tag": "@fluentui/react-button_v0.20.8",
|
|
37
|
+
"version": "0.20.8",
|
|
38
|
+
"comments": {
|
|
39
|
+
"patch": [
|
|
40
|
+
{
|
|
41
|
+
"comment": "Bump @uifabric/styling to v7.22.0",
|
|
42
|
+
"author": "mgodbolt@microsoft.com",
|
|
43
|
+
"commit": "acfc80a933f526df2732fdd43c6d82cffd1d5bc2",
|
|
44
|
+
"package": "@fluentui/react-button"
|
|
45
|
+
}
|
|
46
|
+
]
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"date": "Tue, 30 Aug 2022 00:07:57 GMT",
|
|
6
51
|
"tag": "@fluentui/react-button_v0.20.7",
|
|
7
52
|
"version": "0.20.7",
|
|
8
53
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,39 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-button
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 02 Sep 2022 16:54:43 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [0.20.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.20.10)
|
|
8
|
+
|
|
9
|
+
Fri, 02 Sep 2022 16:54:43 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.20.9..@fluentui/react-button_v0.20.10)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @uifabric/utilities to v7.37.0 ([PR #24627](https://github.com/microsoft/fluentui/pull/24627) by mgodbolt@microsoft.com)
|
|
15
|
+
|
|
16
|
+
## [0.20.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.20.9)
|
|
17
|
+
|
|
18
|
+
Thu, 01 Sep 2022 23:27:06 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.20.8..@fluentui/react-button_v0.20.9)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- Bump @fluentui/react-theme-provider to v0.19.9 ([PR #24628](https://github.com/microsoft/fluentui/pull/24628) by gcox@microsoft.com)
|
|
24
|
+
|
|
25
|
+
## [0.20.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.20.8)
|
|
26
|
+
|
|
27
|
+
Tue, 30 Aug 2022 19:01:23 GMT
|
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.20.7..@fluentui/react-button_v0.20.8)
|
|
29
|
+
|
|
30
|
+
### Patches
|
|
31
|
+
|
|
32
|
+
- Bump @uifabric/styling to v7.22.0 ([PR #24572](https://github.com/microsoft/fluentui/pull/24572) by mgodbolt@microsoft.com)
|
|
33
|
+
|
|
7
34
|
## [0.20.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.20.7)
|
|
8
35
|
|
|
9
|
-
Tue, 30 Aug 2022 00:
|
|
36
|
+
Tue, 30 Aug 2022 00:07:57 GMT
|
|
10
37
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.20.6..@fluentui/react-button_v0.20.7)
|
|
11
38
|
|
|
12
39
|
### Patches
|
package/dist/demo-app.js
CHANGED
|
@@ -620,7 +620,7 @@ eval("\nvar _a;\nObject.defineProperty(exports, \"__esModule\", { value: true })
|
|
|
620
620
|
/***/ (function(module, exports, __webpack_require__) {
|
|
621
621
|
|
|
622
622
|
"use strict";
|
|
623
|
-
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nvar set_version_1 = __webpack_require__(/*! @uifabric/set-version */ \"../set-version/src/index.ts\");\nset_version_1.setVersion('@uifabric/merge-styles', '7.
|
|
623
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nvar set_version_1 = __webpack_require__(/*! @uifabric/set-version */ \"../set-version/src/index.ts\");\nset_version_1.setVersion('@uifabric/merge-styles', '7.20.0');\n\n\n//# sourceURL=webpack:///../merge-styles/src/version.ts?");
|
|
624
624
|
|
|
625
625
|
/***/ }),
|
|
626
626
|
|
|
@@ -944,7 +944,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar ts
|
|
|
944
944
|
/***/ (function(module, exports, __webpack_require__) {
|
|
945
945
|
|
|
946
946
|
"use strict";
|
|
947
|
-
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nvar set_version_1 = __webpack_require__(/*! @uifabric/set-version */ \"../set-version/src/index.ts\");\nset_version_1.setVersion('@uifabric/react-hooks', '7.
|
|
947
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nvar set_version_1 = __webpack_require__(/*! @uifabric/set-version */ \"../set-version/src/index.ts\");\nset_version_1.setVersion('@uifabric/react-hooks', '7.16.0');\n\n\n//# sourceURL=webpack:///../react-hooks/src/version.ts?");
|
|
948
948
|
|
|
949
949
|
/***/ }),
|
|
950
950
|
|
|
@@ -24811,7 +24811,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar ts
|
|
|
24811
24811
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24812
24812
|
|
|
24813
24813
|
"use strict";
|
|
24814
|
-
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nvar set_version_1 = __webpack_require__(/*! @uifabric/set-version */ \"../set-version/src/index.ts\");\nset_version_1.setVersion('@fluentui/react-icons', '0.4.
|
|
24814
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nvar set_version_1 = __webpack_require__(/*! @uifabric/set-version */ \"../set-version/src/index.ts\");\nset_version_1.setVersion('@fluentui/react-icons', '0.4.7');\n\n\n//# sourceURL=webpack:///../react-icons/src/version.ts?");
|
|
24815
24815
|
|
|
24816
24816
|
/***/ }),
|
|
24817
24817
|
|
|
@@ -24883,7 +24883,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar ts
|
|
|
24883
24883
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24884
24884
|
|
|
24885
24885
|
"use strict";
|
|
24886
|
-
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nvar set_version_1 = __webpack_require__(/*! @uifabric/set-version */ \"../set-version/src/index.ts\");\nset_version_1.setVersion('@fluentui/react-shared-contexts', '0.1.
|
|
24886
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nvar set_version_1 = __webpack_require__(/*! @uifabric/set-version */ \"../set-version/src/index.ts\");\nset_version_1.setVersion('@fluentui/react-shared-contexts', '0.1.4');\n\n\n//# sourceURL=webpack:///../react-shared-contexts/src/version.ts?");
|
|
24887
24887
|
|
|
24888
24888
|
/***/ }),
|
|
24889
24889
|
|
|
@@ -24955,7 +24955,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar Re
|
|
|
24955
24955
|
/***/ (function(module, exports, __webpack_require__) {
|
|
24956
24956
|
|
|
24957
24957
|
"use strict";
|
|
24958
|
-
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nvar set_version_1 = __webpack_require__(/*! @uifabric/set-version */ \"../set-version/src/index.ts\");\nset_version_1.setVersion('@fluentui/react-stylesheets', '0.2.
|
|
24958
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nvar set_version_1 = __webpack_require__(/*! @uifabric/set-version */ \"../set-version/src/index.ts\");\nset_version_1.setVersion('@fluentui/react-stylesheets', '0.2.7');\n\n\n//# sourceURL=webpack:///../react-stylesheets/src/version.ts?");
|
|
24959
24959
|
|
|
24960
24960
|
/***/ }),
|
|
24961
24961
|
|
|
@@ -25219,7 +25219,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar th
|
|
|
25219
25219
|
/***/ (function(module, exports, __webpack_require__) {
|
|
25220
25220
|
|
|
25221
25221
|
"use strict";
|
|
25222
|
-
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nvar set_version_1 = __webpack_require__(/*! @uifabric/set-version */ \"../set-version/src/index.ts\");\nset_version_1.setVersion('@fluentui/react-theme-provider', '0.19.
|
|
25222
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nvar set_version_1 = __webpack_require__(/*! @uifabric/set-version */ \"../set-version/src/index.ts\");\nset_version_1.setVersion('@fluentui/react-theme-provider', '0.19.9');\n\n\n//# sourceURL=webpack:///../react-theme-provider/src/version.ts?");
|
|
25223
25223
|
|
|
25224
25224
|
/***/ }),
|
|
25225
25225
|
|
|
@@ -25651,7 +25651,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar bu
|
|
|
25651
25651
|
/***/ (function(module, exports, __webpack_require__) {
|
|
25652
25652
|
|
|
25653
25653
|
"use strict";
|
|
25654
|
-
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nvar set_version_1 = __webpack_require__(/*! @uifabric/set-version */ \"../set-version/src/index.ts\");\nset_version_1.setVersion('@uifabric/styling', '7.
|
|
25654
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nvar set_version_1 = __webpack_require__(/*! @uifabric/set-version */ \"../set-version/src/index.ts\");\nset_version_1.setVersion('@uifabric/styling', '7.22.1');\n\n\n//# sourceURL=webpack:///../styling/src/version.ts?");
|
|
25655
25655
|
|
|
25656
25656
|
/***/ }),
|
|
25657
25657
|
|
|
@@ -27163,7 +27163,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar Re
|
|
|
27163
27163
|
/***/ (function(module, exports, __webpack_require__) {
|
|
27164
27164
|
|
|
27165
27165
|
"use strict";
|
|
27166
|
-
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nvar set_version_1 = __webpack_require__(/*! @uifabric/set-version */ \"../set-version/src/index.ts\");\nset_version_1.setVersion('@uifabric/utilities', '7.
|
|
27166
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nvar set_version_1 = __webpack_require__(/*! @uifabric/set-version */ \"../set-version/src/index.ts\");\nset_version_1.setVersion('@uifabric/utilities', '7.36.1');\n\n\n//# sourceURL=webpack:///../utilities/src/version.ts?");
|
|
27167
27167
|
|
|
27168
27168
|
/***/ }),
|
|
27169
27169
|
|
|
@@ -27727,7 +27727,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar ts
|
|
|
27727
27727
|
/***/ (function(module, exports, __webpack_require__) {
|
|
27728
27728
|
|
|
27729
27729
|
"use strict";
|
|
27730
|
-
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nvar set_version_1 = __webpack_require__(/*! @uifabric/set-version */ \"../set-version/src/index.ts\");\nset_version_1.setVersion('@fluentui/react-button', '0.20.
|
|
27730
|
+
eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\n// Do not modify this file; it is generated as part of publish.\n// The checked in version is a placeholder only and will not be updated.\nvar set_version_1 = __webpack_require__(/*! @uifabric/set-version */ \"../set-version/src/index.ts\");\nset_version_1.setVersion('@fluentui/react-button', '0.20.9');\n\n\n//# sourceURL=webpack:///./src/version.ts?");
|
|
27731
27731
|
|
|
27732
27732
|
/***/ }),
|
|
27733
27733
|
|
|
@@ -71,4 +71,4 @@
|
|
|
71
71
|
}</script><style>#root[hidden],
|
|
72
72
|
#docs-root[hidden] {
|
|
73
73
|
display: none !important;
|
|
74
|
-
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.
|
|
74
|
+
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.87322c050e53a0627597.bundle.js"></script><script src="vendors~main.87322c050e53a0627597.bundle.js"></script><script src="main.87322c050e53a0627597.bundle.js"></script></body></html>
|
package/dist-storybook/{main.139ff8ab268502018f04.bundle.js → main.87322c050e53a0627597.bundle.js}
RENAMED
|
@@ -3826,7 +3826,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3826
3826
|
// Do not modify this file; it is generated as part of publish.
|
|
3827
3827
|
// The checked in version is a placeholder only and will not be updated.
|
|
3828
3828
|
var set_version_1 = __webpack_require__(57);
|
|
3829
|
-
set_version_1.setVersion('office-ui-fabric-react', '7.
|
|
3829
|
+
set_version_1.setVersion('office-ui-fabric-react', '7.197.2');
|
|
3830
3830
|
|
|
3831
3831
|
|
|
3832
3832
|
/***/ }),
|
|
@@ -46023,7 +46023,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
46023
46023
|
// Do not modify this file; it is generated as part of publish.
|
|
46024
46024
|
// The checked in version is a placeholder only and will not be updated.
|
|
46025
46025
|
var set_version_1 = __webpack_require__(57);
|
|
46026
|
-
set_version_1.setVersion('@fluentui/react-shared-contexts', '0.1.
|
|
46026
|
+
set_version_1.setVersion('@fluentui/react-shared-contexts', '0.1.4');
|
|
46027
46027
|
|
|
46028
46028
|
|
|
46029
46029
|
/***/ }),
|
|
@@ -48295,7 +48295,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
48295
48295
|
// Do not modify this file; it is generated as part of publish.
|
|
48296
48296
|
// The checked in version is a placeholder only and will not be updated.
|
|
48297
48297
|
var set_version_1 = __webpack_require__(57);
|
|
48298
|
-
set_version_1.setVersion('@uifabric/merge-styles', '7.
|
|
48298
|
+
set_version_1.setVersion('@uifabric/merge-styles', '7.20.0');
|
|
48299
48299
|
|
|
48300
48300
|
|
|
48301
48301
|
/***/ }),
|
|
@@ -51605,7 +51605,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
51605
51605
|
// Do not modify this file; it is generated as part of publish.
|
|
51606
51606
|
// The checked in version is a placeholder only and will not be updated.
|
|
51607
51607
|
var set_version_1 = __webpack_require__(57);
|
|
51608
|
-
set_version_1.setVersion('@uifabric/utilities', '7.
|
|
51608
|
+
set_version_1.setVersion('@uifabric/utilities', '7.36.1');
|
|
51609
51609
|
|
|
51610
51610
|
|
|
51611
51611
|
/***/ }),
|
|
@@ -53282,7 +53282,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
53282
53282
|
// Do not modify this file; it is generated as part of publish.
|
|
53283
53283
|
// The checked in version is a placeholder only and will not be updated.
|
|
53284
53284
|
var set_version_1 = __webpack_require__(57);
|
|
53285
|
-
set_version_1.setVersion('@uifabric/styling', '7.
|
|
53285
|
+
set_version_1.setVersion('@uifabric/styling', '7.22.1');
|
|
53286
53286
|
|
|
53287
53287
|
|
|
53288
53288
|
/***/ }),
|
|
@@ -53594,7 +53594,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
53594
53594
|
// Do not modify this file; it is generated as part of publish.
|
|
53595
53595
|
// The checked in version is a placeholder only and will not be updated.
|
|
53596
53596
|
var set_version_1 = __webpack_require__(57);
|
|
53597
|
-
set_version_1.setVersion('@uifabric/react-hooks', '7.
|
|
53597
|
+
set_version_1.setVersion('@uifabric/react-hooks', '7.16.0');
|
|
53598
53598
|
|
|
53599
53599
|
|
|
53600
53600
|
/***/ }),
|
|
@@ -54561,7 +54561,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
54561
54561
|
// Do not modify this file; it is generated as part of publish.
|
|
54562
54562
|
// The checked in version is a placeholder only and will not be updated.
|
|
54563
54563
|
var set_version_1 = __webpack_require__(57);
|
|
54564
|
-
set_version_1.setVersion('@fluentui/react-focus', '7.18.
|
|
54564
|
+
set_version_1.setVersion('@fluentui/react-focus', '7.18.10');
|
|
54565
54565
|
|
|
54566
54566
|
|
|
54567
54567
|
/***/ }),
|
|
@@ -57072,7 +57072,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
57072
57072
|
// Do not modify this file; it is generated as part of publish.
|
|
57073
57073
|
// The checked in version is a placeholder only and will not be updated.
|
|
57074
57074
|
var set_version_1 = __webpack_require__(57);
|
|
57075
|
-
set_version_1.setVersion('@fluentui/react-theme-provider', '0.19.
|
|
57075
|
+
set_version_1.setVersion('@fluentui/react-theme-provider', '0.19.9');
|
|
57076
57076
|
|
|
57077
57077
|
|
|
57078
57078
|
/***/ }),
|
|
@@ -57726,7 +57726,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
57726
57726
|
// Do not modify this file; it is generated as part of publish.
|
|
57727
57727
|
// The checked in version is a placeholder only and will not be updated.
|
|
57728
57728
|
var set_version_1 = __webpack_require__(57);
|
|
57729
|
-
set_version_1.setVersion('@fluentui/react-stylesheets', '0.2.
|
|
57729
|
+
set_version_1.setVersion('@fluentui/react-stylesheets', '0.2.7');
|
|
57730
57730
|
|
|
57731
57731
|
|
|
57732
57732
|
/***/ }),
|
|
@@ -64407,7 +64407,7 @@ var CalendarDay = /** @class */ (function (_super) {
|
|
|
64407
64407
|
showCloseButton && (React.createElement("button", { className: Utilities_1.css('ms-DatePicker-closeButton js-closeButton', styles.closeButton), onClick: this._onClose, onKeyDown: this._onCloseButtonKeyDown, title: strings.closeButtonAriaLabel, role: "button", type: "button" },
|
|
64408
64408
|
React.createElement(Icon_1.Icon, { iconName: closeNavigationIcon })))))),
|
|
64409
64409
|
React.createElement(FocusZone_1.FocusZone, null,
|
|
64410
|
-
React.createElement("table", { className: Utilities_1.css('ms-DatePicker-table', styles.table), "aria-
|
|
64410
|
+
React.createElement("table", { className: Utilities_1.css('ms-DatePicker-table', styles.table), "aria-multiselectable": "false", "aria-labelledby": monthAndYearId, "aria-activedescendant": activeDescendantId, role: "grid" },
|
|
64411
64411
|
React.createElement("thead", null,
|
|
64412
64412
|
React.createElement("tr", null,
|
|
64413
64413
|
showWeekNumbers && React.createElement("th", { className: Utilities_1.css('ms-DatePicker-weekday', styles.weekday) }),
|
|
@@ -79553,7 +79553,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
79553
79553
|
// Do not modify this file; it is generated as part of publish.
|
|
79554
79554
|
// The checked in version is a placeholder only and will not be updated.
|
|
79555
79555
|
var set_version_1 = __webpack_require__(57);
|
|
79556
|
-
set_version_1.setVersion('@uifabric/icons', '7.
|
|
79556
|
+
set_version_1.setVersion('@uifabric/icons', '7.8.1');
|
|
79557
79557
|
|
|
79558
79558
|
|
|
79559
79559
|
/***/ }),
|
|
@@ -83488,7 +83488,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
83488
83488
|
// Do not modify this file; it is generated as part of publish.
|
|
83489
83489
|
// The checked in version is a placeholder only and will not be updated.
|
|
83490
83490
|
var set_version_1 = __webpack_require__(57);
|
|
83491
|
-
set_version_1.setVersion('@uifabric/foundation', '7.10.
|
|
83491
|
+
set_version_1.setVersion('@uifabric/foundation', '7.10.9');
|
|
83492
83492
|
|
|
83493
83493
|
|
|
83494
83494
|
/***/ }),
|
|
@@ -85321,7 +85321,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
85321
85321
|
// Do not modify this file; it is generated as part of publish.
|
|
85322
85322
|
// The checked in version is a placeholder only and will not be updated.
|
|
85323
85323
|
var set_version_1 = __webpack_require__(57);
|
|
85324
|
-
set_version_1.setVersion('@uifabric/variants', '7.
|
|
85324
|
+
set_version_1.setVersion('@uifabric/variants', '7.3.0');
|
|
85325
85325
|
|
|
85326
85326
|
|
|
85327
85327
|
/***/ }),
|
|
@@ -87230,7 +87230,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
87230
87230
|
// Do not modify this file; it is generated as part of publish.
|
|
87231
87231
|
// The checked in version is a placeholder only and will not be updated.
|
|
87232
87232
|
var set_version_1 = __webpack_require__(57);
|
|
87233
|
-
set_version_1.setVersion('@fluentui/react-button', '0.20.
|
|
87233
|
+
set_version_1.setVersion('@fluentui/react-button', '0.20.9');
|
|
87234
87234
|
|
|
87235
87235
|
|
|
87236
87236
|
/***/ }),
|
|
@@ -87404,7 +87404,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
87404
87404
|
// Do not modify this file; it is generated as part of publish.
|
|
87405
87405
|
// The checked in version is a placeholder only and will not be updated.
|
|
87406
87406
|
var set_version_1 = __webpack_require__(57);
|
|
87407
|
-
set_version_1.setVersion('@fluentui/react-icons', '0.4.
|
|
87407
|
+
set_version_1.setVersion('@fluentui/react-icons', '0.4.7');
|
|
87408
87408
|
|
|
87409
87409
|
|
|
87410
87410
|
/***/ }),
|
|
@@ -127707,4 +127707,4 @@ exports.ToggleButtons = function () { return (React.createElement(office_ui_fabr
|
|
|
127707
127707
|
|
|
127708
127708
|
/***/ })
|
|
127709
127709
|
],[[943,1,2]]]);
|
|
127710
|
-
//# sourceMappingURL=main.
|
|
127710
|
+
//# sourceMappingURL=main.87322c050e53a0627597.bundle.js.map
|