@fluentui/react-button 0.20.12 → 0.20.13

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 CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@fluentui/react-button",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 29 Sep 2022 12:28:31 GMT",
5
+ "date": "Fri, 30 Sep 2022 21:41:20 GMT",
6
+ "tag": "@fluentui/react-button_v0.20.13",
7
+ "version": "0.20.13",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Bump @fluentui/react-theme-provider to v0.19.13",
12
+ "author": "arujain@microsoft.com",
13
+ "commit": "32e9cad4d9120c34c4c42c16312c48d76f0e0c30",
14
+ "package": "@fluentui/react-button"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 29 Sep 2022 12:30:34 GMT",
6
21
  "tag": "@fluentui/react-button_v0.20.12",
7
22
  "version": "0.20.12",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,21 @@
1
1
  # Change Log - @fluentui/react-button
2
2
 
3
- This log was last generated on Thu, 29 Sep 2022 12:28:31 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 30 Sep 2022 21:41:20 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [0.20.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.20.13)
8
+
9
+ Fri, 30 Sep 2022 21:41:20 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.20.12..@fluentui/react-button_v0.20.13)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-theme-provider to v0.19.13 ([PR #25035](https://github.com/microsoft/fluentui/pull/25035) by arujain@microsoft.com)
15
+
7
16
  ## [0.20.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.20.12)
8
17
 
9
- Thu, 29 Sep 2022 12:28:31 GMT
18
+ Thu, 29 Sep 2022 12:30:34 GMT
10
19
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.20.11..@fluentui/react-button_v0.20.12)
11
20
 
12
21
  ### Patches
package/dist/demo-app.js CHANGED
@@ -500,7 +500,7 @@ eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar St
500
500
  /***/ (function(module, exports, __webpack_require__) {
501
501
 
502
502
  "use strict";
503
- eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar _vendorSettings;\nfunction getVendorSettings() {\n if (!_vendorSettings) {\n var doc = typeof document !== 'undefined' ? document : undefined;\n var nav = typeof navigator !== 'undefined' ? navigator : undefined;\n var userAgent = nav ? nav.userAgent.toLowerCase() : undefined;\n if (!doc) {\n _vendorSettings = {\n isWebkit: true,\n isMoz: true,\n isOpera: true,\n isMs: true,\n };\n }\n else {\n _vendorSettings = {\n isWebkit: !!(doc && 'WebkitAppearance' in doc.documentElement.style),\n isMoz: !!(userAgent && userAgent.indexOf('firefox') > -1),\n isOpera: !!(userAgent && userAgent.indexOf('opera') > -1),\n isMs: !!(nav && (/rv:11.0/i.test(nav.userAgent) || /Edge\\/\\d./i.test(navigator.userAgent))),\n };\n }\n }\n return _vendorSettings;\n}\nexports.getVendorSettings = getVendorSettings;\n/**\n * Sets the vendor settings for prefixing and vendor specific operations.\n */\nfunction setVendorSettings(vendorSettings) {\n _vendorSettings = vendorSettings;\n}\nexports.setVendorSettings = setVendorSettings;\n\n\n//# sourceURL=webpack:///../merge-styles/src/getVendorSettings.ts?");
503
+ eval("\nObject.defineProperty(exports, \"__esModule\", { value: true });\nvar _vendorSettings;\nfunction getVendorSettings() {\n var _a, _b;\n if (!_vendorSettings) {\n var doc = typeof document !== 'undefined' ? document : undefined;\n var nav = typeof navigator !== 'undefined' ? navigator : undefined;\n var userAgent = (_b = (_a = nav) === null || _a === void 0 ? void 0 : _a.userAgent) === null || _b === void 0 ? void 0 : _b.toLowerCase();\n if (!doc) {\n _vendorSettings = {\n isWebkit: true,\n isMoz: true,\n isOpera: true,\n isMs: true,\n };\n }\n else {\n _vendorSettings = {\n isWebkit: !!(doc && 'WebkitAppearance' in doc.documentElement.style),\n isMoz: !!(userAgent && userAgent.indexOf('firefox') > -1),\n isOpera: !!(userAgent && userAgent.indexOf('opera') > -1),\n isMs: !!(nav && (/rv:11.0/i.test(nav.userAgent) || /Edge\\/\\d./i.test(navigator.userAgent))),\n };\n }\n }\n return _vendorSettings;\n}\nexports.getVendorSettings = getVendorSettings;\n/**\n * Sets the vendor settings for prefixing and vendor specific operations.\n */\nfunction setVendorSettings(vendorSettings) {\n _vendorSettings = vendorSettings;\n}\nexports.setVendorSettings = setVendorSettings;\n\n\n//# sourceURL=webpack:///../merge-styles/src/getVendorSettings.ts?");
504
504
 
505
505
  /***/ }),
506
506
 
@@ -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.11');\n\n\n//# sourceURL=webpack:///../react-theme-provider/src/version.ts?");
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.12');\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.22.3');\n\n\n//# sourceURL=webpack:///../styling/src/version.ts?");
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.23.0');\n\n\n//# sourceURL=webpack:///../styling/src/version.ts?");
25655
25655
 
25656
25656
  /***/ }),
25657
25657
 
@@ -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.11');\n\n\n//# sourceURL=webpack:///./src/version.ts?");
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.12');\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.662667f25cfd268a89b4.bundle.js"></script><script src="vendors~main.662667f25cfd268a89b4.bundle.js"></script><script src="main.662667f25cfd268a89b4.bundle.js"></script></body></html>
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.bd12fff5c3fe533399e8.bundle.js"></script><script src="vendors~main.bd12fff5c3fe533399e8.bundle.js"></script><script src="main.bd12fff5c3fe533399e8.bundle.js"></script></body></html>