@fluentui/react-theme 9.1.11 → 9.1.12
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.json +23 -2
- package/CHANGELOG.md +13 -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,28 @@
|
|
2
2
|
"name": "@fluentui/react-theme",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
5
|
+
"date": "Tue, 05 Sep 2023 13:23:13 GMT",
|
6
|
+
"tag": "@fluentui/react-theme_v9.1.12",
|
7
|
+
"version": "9.1.12",
|
8
|
+
"comments": {
|
9
|
+
"patch": [
|
10
|
+
{
|
11
|
+
"author": "bernardo.sunderhus@gmail.com",
|
12
|
+
"package": "@fluentui/react-theme",
|
13
|
+
"commit": "b93c2ac22355b6cb6f33dd509c6cd9c21f4fffc8",
|
14
|
+
"comment": "bumps @swc/helpers version to 0.5.1"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "beachball",
|
18
|
+
"package": "@fluentui/react-theme",
|
19
|
+
"comment": "Bump @fluentui/tokens to v1.0.0-alpha.9",
|
20
|
+
"commit": "0bf811dbcaaa6b78743537d142fe4d348b457045"
|
21
|
+
}
|
22
|
+
]
|
23
|
+
}
|
24
|
+
},
|
25
|
+
{
|
26
|
+
"date": "Wed, 09 Aug 2023 13:17:11 GMT",
|
6
27
|
"tag": "@fluentui/react-theme_v9.1.11",
|
7
28
|
"version": "9.1.11",
|
8
29
|
"comments": {
|
@@ -11,7 +32,7 @@
|
|
11
32
|
"author": "beachball",
|
12
33
|
"package": "@fluentui/react-theme",
|
13
34
|
"comment": "Bump @fluentui/tokens to v1.0.0-alpha.8",
|
14
|
-
"commit": "
|
35
|
+
"commit": "9509e950254d838cdfe3718a775ba5c78cb8f11a"
|
15
36
|
}
|
16
37
|
]
|
17
38
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,17 +1,27 @@
|
|
1
1
|
# Change Log - @fluentui/react-theme
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Tue, 05 Sep 2023 13:23:13 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.1.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.1.12)
|
8
|
+
|
9
|
+
Tue, 05 Sep 2023 13:23:13 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.1.11..@fluentui/react-theme_v9.1.12)
|
11
|
+
|
12
|
+
### Patches
|
13
|
+
|
14
|
+
- bumps @swc/helpers version to 0.5.1 ([PR #28989](https://github.com/microsoft/fluentui/pull/28989) by bernardo.sunderhus@gmail.com)
|
15
|
+
- Bump @fluentui/tokens to v1.0.0-alpha.9 ([PR #27840](https://github.com/microsoft/fluentui/pull/27840) by beachball)
|
16
|
+
|
7
17
|
## [9.1.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.1.11)
|
8
18
|
|
9
|
-
Wed, 09 Aug 2023 13:11
|
19
|
+
Wed, 09 Aug 2023 13:17:11 GMT
|
10
20
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.1.10..@fluentui/react-theme_v9.1.11)
|
11
21
|
|
12
22
|
### Patches
|
13
23
|
|
14
|
-
- Bump @fluentui/tokens to v1.0.0-alpha.8 ([
|
24
|
+
- Bump @fluentui/tokens to v1.0.0-alpha.8 ([PR #28775](https://github.com/microsoft/fluentui/pull/28775) by beachball)
|
15
25
|
|
16
26
|
## [9.1.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.1.10)
|
17
27
|
|
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.12",
|
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.9",
|
34
|
+
"@swc/helpers": "^0.5.1"
|
35
35
|
},
|
36
36
|
"beachball": {
|
37
37
|
"disallowedChangeTypes": [
|