@fluentui/react-button 0.20.0 → 0.20.3

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/lib/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // Do not modify this file; it is generated as part of publish.
2
2
  // The checked in version is a placeholder only and will not be updated.
3
3
  import { setVersion } from '@uifabric/set-version';
4
- setVersion('@fluentui/react-button', '0.19.8');
4
+ setVersion('@fluentui/react-button', '0.20.2');
5
5
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"../src/","sources":["version.ts"],"names":[],"mappings":"AAAA,+DAA+D;AAC/D,wEAAwE;AACxE,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,UAAU,CAAC,wBAAwB,EAAE,QAAQ,CAAC,CAAC","sourcesContent":["// 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.\nimport { setVersion } from '@uifabric/set-version';\nsetVersion('@fluentui/react-button', '0.19.8');"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"../src/","sources":["version.ts"],"names":[],"mappings":"AAAA,+DAA+D;AAC/D,wEAAwE;AACxE,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACnD,UAAU,CAAC,wBAAwB,EAAE,QAAQ,CAAC,CAAC","sourcesContent":["// 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.\nimport { setVersion } from '@uifabric/set-version';\nsetVersion('@fluentui/react-button', '0.20.2');"]}
@@ -1,6 +1,6 @@
1
1
  define(["require", "exports", "@uifabric/set-version"], function (require, exports, set_version_1) {
2
2
  "use strict";
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- set_version_1.setVersion('@fluentui/react-button', '0.19.8');
4
+ set_version_1.setVersion('@fluentui/react-button', '0.20.2');
5
5
  });
6
6
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"../src/","sources":["version.ts"],"names":[],"mappings":";;;IAGA,wBAAU,CAAC,wBAAwB,EAAE,QAAQ,CAAC,CAAC","sourcesContent":["// 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.\nimport { setVersion } from '@uifabric/set-version';\nsetVersion('@fluentui/react-button', '0.19.8');"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"../src/","sources":["version.ts"],"names":[],"mappings":";;;IAGA,wBAAU,CAAC,wBAAwB,EAAE,QAAQ,CAAC,CAAC","sourcesContent":["// 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.\nimport { setVersion } from '@uifabric/set-version';\nsetVersion('@fluentui/react-button', '0.20.2');"]}
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  // Do not modify this file; it is generated as part of publish.
4
4
  // The checked in version is a placeholder only and will not be updated.
5
5
  var set_version_1 = require("@uifabric/set-version");
6
- set_version_1.setVersion('@fluentui/react-button', '0.19.8');
6
+ set_version_1.setVersion('@fluentui/react-button', '0.20.2');
7
7
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"../src/","sources":["version.ts"],"names":[],"mappings":";;AAAA,+DAA+D;AAC/D,wEAAwE;AACxE,qDAAmD;AACnD,wBAAU,CAAC,wBAAwB,EAAE,QAAQ,CAAC,CAAC","sourcesContent":["// 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.\nimport { setVersion } from '@uifabric/set-version';\nsetVersion('@fluentui/react-button', '0.19.8');"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"../src/","sources":["version.ts"],"names":[],"mappings":";;AAAA,+DAA+D;AAC/D,wEAAwE;AACxE,qDAAmD;AACnD,wBAAU,CAAC,wBAAwB,EAAE,QAAQ,CAAC,CAAC","sourcesContent":["// 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.\nimport { setVersion } from '@uifabric/set-version';\nsetVersion('@fluentui/react-button', '0.20.2');"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-button",
3
- "version": "0.20.0",
3
+ "version": "0.20.3",
4
4
  "description": "Fluent UI React Button component.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -47,24 +47,24 @@
47
47
  "react-test-renderer": "^16.3.0"
48
48
  },
49
49
  "dependencies": {
50
- "@fluentui/react-compose": "^0.19.15",
50
+ "@fluentui/react-compose": "^0.19.17",
51
51
  "@fluentui/keyboard-key": "^0.2.12",
52
- "@fluentui/react-icons": "^0.4.2",
53
- "@fluentui/react-shared-contexts": "^0.1.2",
54
- "@fluentui/react-theme-provider": "^0.19.0",
55
- "@fluentui/theme": "^1.7.4",
56
- "@uifabric/react-hooks": "^7.14.0",
52
+ "@fluentui/react-icons": "^0.4.4",
53
+ "@fluentui/react-shared-contexts": "^0.1.3",
54
+ "@fluentui/react-theme-provider": "^0.19.3",
55
+ "@fluentui/theme": "^1.7.6",
56
+ "@uifabric/react-hooks": "^7.14.2",
57
57
  "@uifabric/set-version": "^7.0.24",
58
- "@uifabric/styling": "^7.19.1",
59
- "@uifabric/utilities": "^7.33.5",
58
+ "@uifabric/styling": "^7.20.2",
59
+ "@uifabric/utilities": "^7.34.1",
60
60
  "@microsoft/load-themed-styles": "^1.10.26",
61
61
  "tslib": "^1.10.0"
62
62
  },
63
63
  "peerDependencies": {
64
- "@types/react": ">=16.8.0 <17.0.0",
65
- "@types/react-dom": ">=16.8.0 <17.0.0",
66
- "react": ">=16.8.0 <17.0.0",
67
- "react-dom": ">=16.8.0 <17.0.0"
64
+ "@types/react": ">=16.8.0 <18.0.0",
65
+ "@types/react-dom": ">=16.8.0 <18.0.0",
66
+ "react": ">=16.8.0 <18.0.0",
67
+ "react-dom": ">=16.8.0 <18.0.0"
68
68
  },
69
69
  "beachball": {
70
70
  "tag": "lts-7"