@fluentui/react-button 0.20.6 → 0.20.9

Sign up to get free protection for your applications and to get access to all the features.
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.20.5');
4
+ setVersion('@fluentui/react-button', '0.20.8');
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.20.5');"]}
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.8');"]}
@@ -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.20.5');
4
+ set_version_1.setVersion('@fluentui/react-button', '0.20.8');
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.20.5');"]}
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.8');"]}
@@ -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.20.5');
6
+ set_version_1.setVersion('@fluentui/react-button', '0.20.8');
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.20.5');"]}
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.8');"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-button",
3
- "version": "0.20.6",
3
+ "version": "0.20.9",
4
4
  "description": "Fluent UI React Button component.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -47,16 +47,16 @@
47
47
  "react-test-renderer": "^16.3.0"
48
48
  },
49
49
  "dependencies": {
50
- "@fluentui/react-compose": "^0.19.18",
50
+ "@fluentui/react-compose": "^0.19.20",
51
51
  "@fluentui/keyboard-key": "^0.2.12",
52
- "@fluentui/react-icons": "^0.4.5",
53
- "@fluentui/react-shared-contexts": "^0.1.3",
54
- "@fluentui/react-theme-provider": "^0.19.6",
55
- "@fluentui/theme": "^1.7.7",
56
- "@uifabric/react-hooks": "^7.15.1",
52
+ "@fluentui/react-icons": "^0.4.7",
53
+ "@fluentui/react-shared-contexts": "^0.1.4",
54
+ "@fluentui/react-theme-provider": "^0.19.9",
55
+ "@fluentui/theme": "^1.7.9",
56
+ "@uifabric/react-hooks": "^7.16.0",
57
57
  "@uifabric/set-version": "^7.0.24",
58
- "@uifabric/styling": "^7.21.2",
59
- "@uifabric/utilities": "^7.35.0",
58
+ "@uifabric/styling": "^7.22.1",
59
+ "@uifabric/utilities": "^7.36.1",
60
60
  "@microsoft/load-themed-styles": "^1.10.26",
61
61
  "tslib": "^1.10.0"
62
62
  },