@fluentui/react-icons 0.4.0 → 0.4.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/CHANGELOG.json +31 -1
- package/CHANGELOG.md +20 -2
- package/lib/utils/SvgIcon.scss.d.ts +2 -2
- package/lib/utils/SvgIcon.scss.js +3 -3
- package/lib/utils/SvgIcon.scss.js.map +1 -1
- package/lib/version.js +1 -1
- package/lib/version.js.map +1 -1
- package/lib-amd/utils/SvgIcon.scss.d.ts +2 -2
- package/lib-amd/utils/SvgIcon.scss.js +3 -3
- package/lib-amd/utils/SvgIcon.scss.js.map +1 -1
- package/lib-amd/version.js +1 -1
- package/lib-amd/version.js.map +1 -1
- package/lib-commonjs/utils/SvgIcon.scss.d.ts +2 -2
- package/lib-commonjs/utils/SvgIcon.scss.js +3 -3
- package/lib-commonjs/utils/SvgIcon.scss.js.map +1 -1
- package/lib-commonjs/version.js +1 -1
- package/lib-commonjs/version.js.map +1 -1
- package/package.json +7 -4
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,37 @@
|
|
|
2
2
|
"name": "@fluentui/react-icons",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "Wed,
|
|
5
|
+
"date": "Wed, 30 Mar 2022 12:23:45 GMT",
|
|
6
|
+
"tag": "@fluentui/react-icons_v0.4.3",
|
|
7
|
+
"version": "0.4.3",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"comment": "Bump @uifabric/utilities to v7.34.0",
|
|
12
|
+
"author": "tmichon@microsoft.com",
|
|
13
|
+
"commit": "0d0b2c6733a74be61e241242b4c980b314dbfc50",
|
|
14
|
+
"package": "@fluentui/react-icons"
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"date": "Fri, 26 Feb 2021 21:31:33 GMT",
|
|
21
|
+
"tag": "@fluentui/react-icons_v0.4.2",
|
|
22
|
+
"version": "0.4.2",
|
|
23
|
+
"comments": {
|
|
24
|
+
"patch": [
|
|
25
|
+
{
|
|
26
|
+
"comment": "Publish packages with names that also exist in master under dist-tag lts-7",
|
|
27
|
+
"author": "elcraig@microsoft.com",
|
|
28
|
+
"commit": "deaecebffee8e4fd004cc5951d199bdee5585015",
|
|
29
|
+
"package": "@fluentui/react-icons"
|
|
30
|
+
}
|
|
31
|
+
]
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"date": "Wed, 10 Feb 2021 12:25:19 GMT",
|
|
6
36
|
"tag": "@fluentui/react-icons_v0.4.0",
|
|
7
37
|
"version": "0.4.0",
|
|
8
38
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,30 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-icons
|
|
2
2
|
|
|
3
|
-
This log was last generated on Wed,
|
|
3
|
+
This log was last generated on Wed, 30 Mar 2022 12:23:45 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [0.4.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-icons_v0.4.3)
|
|
8
|
+
|
|
9
|
+
Wed, 30 Mar 2022 12:23:45 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-icons_v0.4.2..@fluentui/react-icons_v0.4.3)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- Bump @uifabric/utilities to v7.34.0 ([PR #22039](https://github.com/microsoft/fluentui/pull/22039) by tmichon@microsoft.com)
|
|
15
|
+
|
|
16
|
+
## [0.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-icons_v0.4.2)
|
|
17
|
+
|
|
18
|
+
Fri, 26 Feb 2021 21:31:33 GMT
|
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-icons_v0.4.0..@fluentui/react-icons_v0.4.2)
|
|
20
|
+
|
|
21
|
+
### Patches
|
|
22
|
+
|
|
23
|
+
- Publish packages with names that also exist in master under dist-tag lts-7 ([PR #17191](https://github.com/microsoft/fluentui/pull/17191) by elcraig@microsoft.com)
|
|
24
|
+
|
|
7
25
|
## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-icons_v0.4.0)
|
|
8
26
|
|
|
9
|
-
Wed, 10 Feb 2021 12:
|
|
27
|
+
Wed, 10 Feb 2021 12:25:19 GMT
|
|
10
28
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-icons_v0.3.5..@fluentui/react-icons_v0.4.0)
|
|
11
29
|
|
|
12
30
|
### Minor changes
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const root = "
|
|
2
|
-
export declare const svg = "
|
|
1
|
+
export declare const root = "root_8f40ed70";
|
|
2
|
+
export declare const svg = "svg_8f40ed70";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* eslint-disable */
|
|
2
2
|
import { loadStyles } from '@microsoft/load-themed-styles';
|
|
3
|
-
loadStyles([{ "rawString": ".
|
|
4
|
-
export var root = "
|
|
5
|
-
export var svg = "
|
|
3
|
+
loadStyles([{ "rawString": ".root_8f40ed70{display:inline-block;vertical-align:middle;speak:none;width:1em;height:1em}.svg_8f40ed70{height:100%;fill:currentColor;vertical-align:top}" }]);
|
|
4
|
+
export var root = "root_8f40ed70";
|
|
5
|
+
export var svg = "svg_8f40ed70";
|
|
6
6
|
//# sourceMappingURL=SvgIcon.scss.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SvgIcon.scss.js","sourceRoot":"../src/","sources":["utils/SvgIcon.scss.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAC3D,UAAU,CAAC,CAAC,EAAC,WAAW,EAAC,2JAA2J,EAAC,CAAC,CAAC,CAAC;AACxL,MAAM,CAAC,IAAM,IAAI,GAAG,eAAe,CAAC;AACpC,MAAM,CAAC,IAAM,GAAG,GAAG,cAAc,CAAC","sourcesContent":["/* eslint-disable */\nimport { loadStyles } from '@microsoft/load-themed-styles';\nloadStyles([{\"rawString\":\".
|
|
1
|
+
{"version":3,"file":"SvgIcon.scss.js","sourceRoot":"../src/","sources":["utils/SvgIcon.scss.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,OAAO,EAAE,UAAU,EAAE,MAAM,+BAA+B,CAAC;AAC3D,UAAU,CAAC,CAAC,EAAC,WAAW,EAAC,2JAA2J,EAAC,CAAC,CAAC,CAAC;AACxL,MAAM,CAAC,IAAM,IAAI,GAAG,eAAe,CAAC;AACpC,MAAM,CAAC,IAAM,GAAG,GAAG,cAAc,CAAC","sourcesContent":["/* eslint-disable */\nimport { loadStyles } from '@microsoft/load-themed-styles';\nloadStyles([{\"rawString\":\".root_8f40ed70{display:inline-block;vertical-align:middle;speak:none;width:1em;height:1em}.svg_8f40ed70{height:100%;fill:currentColor;vertical-align:top}\"}]);\nexport const root = \"root_8f40ed70\";\nexport const svg = \"svg_8f40ed70\";"]}
|
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-icons', '0.
|
|
4
|
+
setVersion('@fluentui/react-icons', '0.4.2');
|
|
5
5
|
//# sourceMappingURL=version.js.map
|
package/lib/version.js.map
CHANGED
|
@@ -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,uBAAuB,EAAE,
|
|
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,uBAAuB,EAAE,OAAO,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-icons', '0.4.2');"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const root = "
|
|
2
|
-
export declare const svg = "
|
|
1
|
+
export declare const root = "root_8f40ed70";
|
|
2
|
+
export declare const svg = "svg_8f40ed70";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
define(["require", "exports", "@microsoft/load-themed-styles"], function (require, exports, load_themed_styles_1) {
|
|
2
2
|
"use strict";
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
load_themed_styles_1.loadStyles([{ "rawString": ".
|
|
5
|
-
exports.root = "
|
|
6
|
-
exports.svg = "
|
|
4
|
+
load_themed_styles_1.loadStyles([{ "rawString": ".root_8f40ed70{display:inline-block;vertical-align:middle;speak:none;width:1em;height:1em}.svg_8f40ed70{height:100%;fill:currentColor;vertical-align:top}" }]);
|
|
5
|
+
exports.root = "root_8f40ed70";
|
|
6
|
+
exports.svg = "svg_8f40ed70";
|
|
7
7
|
});
|
|
8
8
|
//# sourceMappingURL=SvgIcon.scss.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SvgIcon.scss.js","sourceRoot":"../src/","sources":["utils/SvgIcon.scss.ts"],"names":[],"mappings":";;;IAEA,+BAAU,CAAC,CAAC,EAAC,WAAW,EAAC,2JAA2J,EAAC,CAAC,CAAC,CAAC;IAC3K,QAAA,IAAI,GAAG,eAAe,CAAC;IACvB,QAAA,GAAG,GAAG,cAAc,CAAC","sourcesContent":["/* eslint-disable */\nimport { loadStyles } from '@microsoft/load-themed-styles';\nloadStyles([{\"rawString\":\".
|
|
1
|
+
{"version":3,"file":"SvgIcon.scss.js","sourceRoot":"../src/","sources":["utils/SvgIcon.scss.ts"],"names":[],"mappings":";;;IAEA,+BAAU,CAAC,CAAC,EAAC,WAAW,EAAC,2JAA2J,EAAC,CAAC,CAAC,CAAC;IAC3K,QAAA,IAAI,GAAG,eAAe,CAAC;IACvB,QAAA,GAAG,GAAG,cAAc,CAAC","sourcesContent":["/* eslint-disable */\nimport { loadStyles } from '@microsoft/load-themed-styles';\nloadStyles([{\"rawString\":\".root_8f40ed70{display:inline-block;vertical-align:middle;speak:none;width:1em;height:1em}.svg_8f40ed70{height:100%;fill:currentColor;vertical-align:top}\"}]);\nexport const root = \"root_8f40ed70\";\nexport const svg = \"svg_8f40ed70\";"]}
|
package/lib-amd/version.js
CHANGED
|
@@ -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-icons', '0.
|
|
4
|
+
set_version_1.setVersion('@fluentui/react-icons', '0.4.2');
|
|
5
5
|
});
|
|
6
6
|
//# sourceMappingURL=version.js.map
|
package/lib-amd/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"../src/","sources":["version.ts"],"names":[],"mappings":";;;IAGA,wBAAU,CAAC,uBAAuB,EAAE,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"../src/","sources":["version.ts"],"names":[],"mappings":";;;IAGA,wBAAU,CAAC,uBAAuB,EAAE,OAAO,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-icons', '0.4.2');"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const root = "
|
|
2
|
-
export declare const svg = "
|
|
1
|
+
export declare const root = "root_8f40ed70";
|
|
2
|
+
export declare const svg = "svg_8f40ed70";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
var load_themed_styles_1 = require("@microsoft/load-themed-styles");
|
|
5
|
-
load_themed_styles_1.loadStyles([{ "rawString": ".
|
|
6
|
-
exports.root = "
|
|
7
|
-
exports.svg = "
|
|
5
|
+
load_themed_styles_1.loadStyles([{ "rawString": ".root_8f40ed70{display:inline-block;vertical-align:middle;speak:none;width:1em;height:1em}.svg_8f40ed70{height:100%;fill:currentColor;vertical-align:top}" }]);
|
|
6
|
+
exports.root = "root_8f40ed70";
|
|
7
|
+
exports.svg = "svg_8f40ed70";
|
|
8
8
|
//# sourceMappingURL=SvgIcon.scss.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SvgIcon.scss.js","sourceRoot":"../src/","sources":["utils/SvgIcon.scss.ts"],"names":[],"mappings":";;AAAA,oBAAoB;AACpB,oEAA2D;AAC3D,+BAAU,CAAC,CAAC,EAAC,WAAW,EAAC,2JAA2J,EAAC,CAAC,CAAC,CAAC;AAC3K,QAAA,IAAI,GAAG,eAAe,CAAC;AACvB,QAAA,GAAG,GAAG,cAAc,CAAC","sourcesContent":["/* eslint-disable */\nimport { loadStyles } from '@microsoft/load-themed-styles';\nloadStyles([{\"rawString\":\".
|
|
1
|
+
{"version":3,"file":"SvgIcon.scss.js","sourceRoot":"../src/","sources":["utils/SvgIcon.scss.ts"],"names":[],"mappings":";;AAAA,oBAAoB;AACpB,oEAA2D;AAC3D,+BAAU,CAAC,CAAC,EAAC,WAAW,EAAC,2JAA2J,EAAC,CAAC,CAAC,CAAC;AAC3K,QAAA,IAAI,GAAG,eAAe,CAAC;AACvB,QAAA,GAAG,GAAG,cAAc,CAAC","sourcesContent":["/* eslint-disable */\nimport { loadStyles } from '@microsoft/load-themed-styles';\nloadStyles([{\"rawString\":\".root_8f40ed70{display:inline-block;vertical-align:middle;speak:none;width:1em;height:1em}.svg_8f40ed70{height:100%;fill:currentColor;vertical-align:top}\"}]);\nexport const root = \"root_8f40ed70\";\nexport const svg = \"svg_8f40ed70\";"]}
|
package/lib-commonjs/version.js
CHANGED
|
@@ -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-icons', '0.
|
|
6
|
+
set_version_1.setVersion('@fluentui/react-icons', '0.4.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,uBAAuB,EAAE,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"../src/","sources":["version.ts"],"names":[],"mappings":";;AAAA,+DAA+D;AAC/D,wEAAwE;AACxE,qDAAmD;AACnD,wBAAU,CAAC,uBAAuB,EAAE,OAAO,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-icons', '0.4.2');"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-icons",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"description": "React components for building web experiences.",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"update-snapshots": "just-scripts jest -u"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@fluentui/eslint-plugin": "^0.54.
|
|
29
|
+
"@fluentui/eslint-plugin": "^0.54.2",
|
|
30
30
|
"@types/enzyme": "3.10.3",
|
|
31
31
|
"@types/enzyme-adapter-react-16": "1.0.3",
|
|
32
32
|
"@types/jest": "~24.9.0",
|
|
@@ -46,13 +46,16 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@microsoft/load-themed-styles": "^1.10.26",
|
|
49
|
-
"@uifabric/set-version": "^7.0.
|
|
50
|
-
"@uifabric/utilities": "^7.
|
|
49
|
+
"@uifabric/set-version": "^7.0.24",
|
|
50
|
+
"@uifabric/utilities": "^7.34.0",
|
|
51
51
|
"tslib": "^1.10.0"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"@types/react-dom": ">=16.8.0 <17.0.0",
|
|
55
55
|
"react": ">=16.8.0 <17.0.0",
|
|
56
56
|
"react-dom": ">=16.8.0 <17.0.0"
|
|
57
|
+
},
|
|
58
|
+
"beachball": {
|
|
59
|
+
"tag": "lts-7"
|
|
57
60
|
}
|
|
58
61
|
}
|