@fluentui/react-theme 9.1.11 → 9.1.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 +44 -2
- package/CHANGELOG.md +23 -3
- package/lib-commonjs/index.js +36 -12
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,49 @@
|
|
|
2
2
|
"name": "@fluentui/react-theme",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Tue, 26 Sep 2023 15:15:06 GMT",
|
|
6
|
+
"tag": "@fluentui/react-theme_v9.1.13",
|
|
7
|
+
"version": "9.1.13",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "martinhochel@microsoft.com",
|
|
12
|
+
"package": "@fluentui/react-theme",
|
|
13
|
+
"commit": "e61473fa10195f6ebf2308205c1e72e91b711831",
|
|
14
|
+
"comment": "fix: bump swc core to mitigate transpilation memory leaks"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui/react-theme",
|
|
19
|
+
"comment": "Bump @fluentui/tokens to v1.0.0-alpha.10",
|
|
20
|
+
"commit": "e16520437e10cd824ac254dd797e32762b5de72d"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
23
|
+
}
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"date": "Tue, 05 Sep 2023 13:29:09 GMT",
|
|
27
|
+
"tag": "@fluentui/react-theme_v9.1.12",
|
|
28
|
+
"version": "9.1.12",
|
|
29
|
+
"comments": {
|
|
30
|
+
"patch": [
|
|
31
|
+
{
|
|
32
|
+
"author": "bernardo.sunderhus@gmail.com",
|
|
33
|
+
"package": "@fluentui/react-theme",
|
|
34
|
+
"commit": "b93c2ac22355b6cb6f33dd509c6cd9c21f4fffc8",
|
|
35
|
+
"comment": "bumps @swc/helpers version to 0.5.1"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"author": "beachball",
|
|
39
|
+
"package": "@fluentui/react-theme",
|
|
40
|
+
"comment": "Bump @fluentui/tokens to v1.0.0-alpha.9",
|
|
41
|
+
"commit": "da959e66f36b429e40ae61810d08dc71c16e154a"
|
|
42
|
+
}
|
|
43
|
+
]
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"date": "Wed, 09 Aug 2023 13:17:11 GMT",
|
|
6
48
|
"tag": "@fluentui/react-theme_v9.1.11",
|
|
7
49
|
"version": "9.1.11",
|
|
8
50
|
"comments": {
|
|
@@ -11,7 +53,7 @@
|
|
|
11
53
|
"author": "beachball",
|
|
12
54
|
"package": "@fluentui/react-theme",
|
|
13
55
|
"comment": "Bump @fluentui/tokens to v1.0.0-alpha.8",
|
|
14
|
-
"commit": "
|
|
56
|
+
"commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
|
|
15
57
|
}
|
|
16
58
|
]
|
|
17
59
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,37 @@
|
|
|
1
1
|
# Change Log - @fluentui/react-theme
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Tue, 26 Sep 2023 15:15:06 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## [9.1.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.1.13)
|
|
8
|
+
|
|
9
|
+
Tue, 26 Sep 2023 15:15:06 GMT
|
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.1.12..@fluentui/react-theme_v9.1.13)
|
|
11
|
+
|
|
12
|
+
### Patches
|
|
13
|
+
|
|
14
|
+
- fix: bump swc core to mitigate transpilation memory leaks ([PR #29253](https://github.com/microsoft/fluentui/pull/29253) by martinhochel@microsoft.com)
|
|
15
|
+
- Bump @fluentui/tokens to v1.0.0-alpha.10 ([PR #29300](https://github.com/microsoft/fluentui/pull/29300) by beachball)
|
|
16
|
+
|
|
17
|
+
## [9.1.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.1.12)
|
|
18
|
+
|
|
19
|
+
Tue, 05 Sep 2023 13:29:09 GMT
|
|
20
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.1.11..@fluentui/react-theme_v9.1.12)
|
|
21
|
+
|
|
22
|
+
### Patches
|
|
23
|
+
|
|
24
|
+
- bumps @swc/helpers version to 0.5.1 ([PR #28989](https://github.com/microsoft/fluentui/pull/28989) by bernardo.sunderhus@gmail.com)
|
|
25
|
+
- Bump @fluentui/tokens to v1.0.0-alpha.9 ([PR #29056](https://github.com/microsoft/fluentui/pull/29056) by beachball)
|
|
26
|
+
|
|
7
27
|
## [9.1.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.1.11)
|
|
8
28
|
|
|
9
|
-
Wed, 09 Aug 2023 13:11
|
|
29
|
+
Wed, 09 Aug 2023 13:17:11 GMT
|
|
10
30
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.1.10..@fluentui/react-theme_v9.1.11)
|
|
11
31
|
|
|
12
32
|
### Patches
|
|
13
33
|
|
|
14
|
-
- Bump @fluentui/tokens to v1.0.0-alpha.8 ([
|
|
34
|
+
- Bump @fluentui/tokens to v1.0.0-alpha.8 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball)
|
|
15
35
|
|
|
16
36
|
## [9.1.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.1.10)
|
|
17
37
|
|
package/lib-commonjs/index.js
CHANGED
|
@@ -9,17 +9,41 @@ function _export(target, all) {
|
|
|
9
9
|
});
|
|
10
10
|
}
|
|
11
11
|
_export(exports, {
|
|
12
|
-
teamsDarkTheme: ()
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
12
|
+
teamsDarkTheme: function() {
|
|
13
|
+
return _tokens.teamsDarkTheme;
|
|
14
|
+
},
|
|
15
|
+
teamsHighContrastTheme: function() {
|
|
16
|
+
return _tokens.teamsHighContrastTheme;
|
|
17
|
+
},
|
|
18
|
+
teamsLightTheme: function() {
|
|
19
|
+
return _tokens.teamsLightTheme;
|
|
20
|
+
},
|
|
21
|
+
webDarkTheme: function() {
|
|
22
|
+
return _tokens.webDarkTheme;
|
|
23
|
+
},
|
|
24
|
+
webLightTheme: function() {
|
|
25
|
+
return _tokens.webLightTheme;
|
|
26
|
+
},
|
|
27
|
+
createDarkTheme: function() {
|
|
28
|
+
return _tokens.createDarkTheme;
|
|
29
|
+
},
|
|
30
|
+
createHighContrastTheme: function() {
|
|
31
|
+
return _tokens.createHighContrastTheme;
|
|
32
|
+
},
|
|
33
|
+
createLightTheme: function() {
|
|
34
|
+
return _tokens.createLightTheme;
|
|
35
|
+
},
|
|
36
|
+
createTeamsDarkTheme: function() {
|
|
37
|
+
return _tokens.createTeamsDarkTheme;
|
|
38
|
+
},
|
|
39
|
+
themeToTokensObject: function() {
|
|
40
|
+
return _tokens.themeToTokensObject;
|
|
41
|
+
},
|
|
42
|
+
tokens: function() {
|
|
43
|
+
return _tokens.tokens;
|
|
44
|
+
},
|
|
45
|
+
typographyStyles: function() {
|
|
46
|
+
return _tokens.typographyStyles;
|
|
47
|
+
}
|
|
24
48
|
});
|
|
25
49
|
const _tokens = require("@fluentui/tokens");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.js"],"sourcesContent":["export { teamsDarkTheme, teamsHighContrastTheme, teamsLightTheme, webDarkTheme, webLightTheme, createDarkTheme, createHighContrastTheme, createLightTheme, createTeamsDarkTheme, themeToTokensObject, tokens, typographyStyles } from '@fluentui/tokens';\n"],"names":["teamsDarkTheme","teamsHighContrastTheme","teamsLightTheme","webDarkTheme","webLightTheme","createDarkTheme","createHighContrastTheme","createLightTheme","createTeamsDarkTheme","themeToTokensObject","tokens","typographyStyles"],"mappings":";;;;;;;;;;;IAASA,cAAc,
|
|
1
|
+
{"version":3,"sources":["index.js"],"sourcesContent":["export { teamsDarkTheme, teamsHighContrastTheme, teamsLightTheme, webDarkTheme, webLightTheme, createDarkTheme, createHighContrastTheme, createLightTheme, createTeamsDarkTheme, themeToTokensObject, tokens, typographyStyles } from '@fluentui/tokens';\n"],"names":["teamsDarkTheme","teamsHighContrastTheme","teamsLightTheme","webDarkTheme","webLightTheme","createDarkTheme","createHighContrastTheme","createLightTheme","createTeamsDarkTheme","themeToTokensObject","tokens","typographyStyles"],"mappings":";;;;;;;;;;;IAASA,cAAc;eAAdA,sBAAc;;IAAEC,sBAAsB;eAAtBA,8BAAsB;;IAAEC,eAAe;eAAfA,uBAAe;;IAAEC,YAAY;eAAZA,oBAAY;;IAAEC,aAAa;eAAbA,qBAAa;;IAAEC,eAAe;eAAfA,uBAAe;;IAAEC,uBAAuB;eAAvBA,+BAAuB;;IAAEC,gBAAgB;eAAhBA,wBAAgB;;IAAEC,oBAAoB;eAApBA,4BAAoB;;IAAEC,mBAAmB;eAAnBA,2BAAmB;;IAAEC,MAAM;eAANA,cAAM;;IAAEC,gBAAgB;eAAhBA,wBAAgB;;;wBAAQ"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui/react-theme",
|
|
3
|
-
"version": "9.1.
|
|
3
|
+
"version": "9.1.13",
|
|
4
4
|
"description": "Fluent UI themes",
|
|
5
5
|
"main": "lib-commonjs/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"@fluentui/scripts-tasks": "*"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@fluentui/tokens": "1.0.0-alpha.
|
|
34
|
-
"@swc/helpers": "^0.
|
|
33
|
+
"@fluentui/tokens": "1.0.0-alpha.10",
|
|
34
|
+
"@swc/helpers": "^0.5.1"
|
|
35
35
|
},
|
|
36
36
|
"beachball": {
|
|
37
37
|
"disallowedChangeTypes": [
|