@fluentui-react-native/win32-theme 0.24.7 → 0.24.8
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 +28 -1
- package/CHANGELOG.md +12 -2
- package/lib/getThemeTypography.js +2 -2
- package/lib/getThemeTypography.js.map +1 -1
- package/lib-commonjs/getThemeTypography.js +2 -2
- package/lib-commonjs/getThemeTypography.js.map +1 -1
- package/package.json +3 -3
- package/src/getThemeTypography.ts +2 -2
package/CHANGELOG.json
CHANGED
|
@@ -2,7 +2,34 @@
|
|
|
2
2
|
"name": "@fluentui-react-native/win32-theme",
|
|
3
3
|
"entries": [
|
|
4
4
|
{
|
|
5
|
-
"date": "
|
|
5
|
+
"date": "Fri, 06 Jan 2023 12:24:19 GMT",
|
|
6
|
+
"tag": "@fluentui-react-native/win32-theme_v0.24.8",
|
|
7
|
+
"version": "0.24.8",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "78454019+lyzhan7@users.noreply.github.com",
|
|
12
|
+
"package": "@fluentui-react-native/win32-theme",
|
|
13
|
+
"commit": "984ee826e94da2e7dabf162d02007727adba53ac",
|
|
14
|
+
"comment": "Change default theme const to a method"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"author": "beachball",
|
|
18
|
+
"package": "@fluentui-react-native/win32-theme",
|
|
19
|
+
"comment": "Bump @fluentui-react-native/default-theme to v0.16.21",
|
|
20
|
+
"commit": "984ee826e94da2e7dabf162d02007727adba53ac"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"author": "beachball",
|
|
24
|
+
"package": "@fluentui-react-native/win32-theme",
|
|
25
|
+
"comment": "Bump @fluentui-react-native/theme to v0.7.15",
|
|
26
|
+
"commit": "984ee826e94da2e7dabf162d02007727adba53ac"
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"date": "Thu, 29 Dec 2022 03:47:47 GMT",
|
|
6
33
|
"tag": "@fluentui-react-native/win32-theme_v0.24.7",
|
|
7
34
|
"version": "0.24.7",
|
|
8
35
|
"comments": {
|
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,22 @@
|
|
|
1
1
|
# Change Log - @fluentui-react-native/win32-theme
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Fri, 06 Jan 2023 12:24:19 GMT and should not be manually modified.
|
|
4
4
|
|
|
5
5
|
<!-- Start content -->
|
|
6
6
|
|
|
7
|
+
## 0.24.8
|
|
8
|
+
|
|
9
|
+
Fri, 06 Jan 2023 12:24:19 GMT
|
|
10
|
+
|
|
11
|
+
### Patches
|
|
12
|
+
|
|
13
|
+
- Change default theme const to a method (78454019+lyzhan7@users.noreply.github.com)
|
|
14
|
+
- Bump @fluentui-react-native/default-theme to v0.16.21
|
|
15
|
+
- Bump @fluentui-react-native/theme to v0.7.15
|
|
16
|
+
|
|
7
17
|
## 0.24.7
|
|
8
18
|
|
|
9
|
-
Thu, 29 Dec 2022 03:
|
|
19
|
+
Thu, 29 Dec 2022 03:47:47 GMT
|
|
10
20
|
|
|
11
21
|
### Patches
|
|
12
22
|
|
|
@@ -3,8 +3,8 @@ import { defaultFluentTheme } from '@fluentui-react-native/default-theme';
|
|
|
3
3
|
import { createFontAliasTokens } from './createFontAliasTokens';
|
|
4
4
|
export function win32Typography() {
|
|
5
5
|
var win32Dict = {
|
|
6
|
-
sizes: defaultFluentTheme.typography.sizes,
|
|
7
|
-
weights: defaultFluentTheme.typography.weights,
|
|
6
|
+
sizes: defaultFluentTheme().typography.sizes,
|
|
7
|
+
weights: defaultFluentTheme().typography.weights,
|
|
8
8
|
// hard coded until we support new fontFamily format
|
|
9
9
|
families: {
|
|
10
10
|
primary: 'Segoe UI',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getThemeTypography.js","sourceRoot":"","sources":["../src/getThemeTypography.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC1E,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,MAAM,UAAU,eAAe;IAC7B,IAAM,SAAS,GAAG;QAChB,KAAK,EAAE,kBAAkB,CAAC,UAAU,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"getThemeTypography.js","sourceRoot":"","sources":["../src/getThemeTypography.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,kBAAkB,EAAE,MAAM,sCAAsC,CAAC;AAC1E,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAEhE,MAAM,UAAU,eAAe;IAC7B,IAAM,SAAS,GAAG;QAChB,KAAK,EAAE,kBAAkB,EAAE,CAAC,UAAU,CAAC,KAAK;QAC5C,OAAO,EAAE,kBAAkB,EAAE,CAAC,UAAU,CAAC,OAAO;QAChD,oDAAoD;QACpD,QAAQ,EAAE;YACR,OAAO,EAAE,UAAU;YACnB,SAAS,EAAE,mBAAmB;YAC9B,OAAO,EAAE,QAAQ;YACjB,SAAS,EAAE,UAAU;YACrB,SAAS,EAAE,QAAQ;YACnB,KAAK,EAAE,QAAQ;YACf,OAAO,EAAE,aAAa;SACvB;QACD,QAAQ,EAAE,WACR,eAAe,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,EACxE,iBAAiB,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,EAC5E,iBAAiB,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,EAC7E,YAAY,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,EAClE,YAAY,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,EACnE,iBAAiB,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,EAC5E,iBAAiB,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,EAC7E,cAAc,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,EACtE,cAAc,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,EACvE,YAAY,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,EAClE,YAAY,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,EACnE,iBAAiB,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,EAC5E,iBAAiB,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,IAC1E,qBAAqB,EAAE,CACf;KACd,CAAC;IAEF,OAAO,SAAS,CAAC;AACnB,CAAC"}
|
|
@@ -6,8 +6,8 @@ var default_theme_1 = require("@fluentui-react-native/default-theme");
|
|
|
6
6
|
var createFontAliasTokens_1 = require("./createFontAliasTokens");
|
|
7
7
|
function win32Typography() {
|
|
8
8
|
var win32Dict = {
|
|
9
|
-
sizes: default_theme_1.defaultFluentTheme.typography.sizes,
|
|
10
|
-
weights: default_theme_1.defaultFluentTheme.typography.weights,
|
|
9
|
+
sizes: (0, default_theme_1.defaultFluentTheme)().typography.sizes,
|
|
10
|
+
weights: (0, default_theme_1.defaultFluentTheme)().typography.weights,
|
|
11
11
|
// hard coded until we support new fontFamily format
|
|
12
12
|
families: {
|
|
13
13
|
primary: 'Segoe UI',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getThemeTypography.js","sourceRoot":"","sources":["../src/getThemeTypography.ts"],"names":[],"mappings":";;;;AACA,sEAA0E;AAC1E,iEAAgE;AAEhE,SAAgB,eAAe;IAC7B,IAAM,SAAS,GAAG;QAChB,KAAK,EAAE,kCAAkB,CAAC,UAAU,CAAC,KAAK;
|
|
1
|
+
{"version":3,"file":"getThemeTypography.js","sourceRoot":"","sources":["../src/getThemeTypography.ts"],"names":[],"mappings":";;;;AACA,sEAA0E;AAC1E,iEAAgE;AAEhE,SAAgB,eAAe;IAC7B,IAAM,SAAS,GAAG;QAChB,KAAK,EAAE,IAAA,kCAAkB,GAAE,CAAC,UAAU,CAAC,KAAK;QAC5C,OAAO,EAAE,IAAA,kCAAkB,GAAE,CAAC,UAAU,CAAC,OAAO;QAChD,oDAAoD;QACpD,QAAQ,EAAE;YACR,OAAO,EAAE,UAAU;YACnB,SAAS,EAAE,mBAAmB;YAC9B,OAAO,EAAE,QAAQ;YACjB,SAAS,EAAE,UAAU;YACrB,SAAS,EAAE,QAAQ;YACnB,KAAK,EAAE,QAAQ;YACf,OAAO,EAAE,aAAa;SACvB;QACD,QAAQ,EAAE,wBACR,eAAe,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,EAAE,SAAS,EAAE,EACxE,iBAAiB,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,EAC5E,iBAAiB,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,EAC7E,YAAY,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,EAClE,YAAY,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,EACnE,iBAAiB,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,EAC5E,iBAAiB,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,EAC7E,cAAc,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,EACtE,cAAc,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,EACvE,YAAY,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,EAClE,YAAY,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,EACnE,iBAAiB,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE,SAAS,EAAE,EAC5E,iBAAiB,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,WAAW,EAAE,MAAM,EAAE,UAAU,EAAE,IAC1E,IAAA,6CAAqB,GAAE,CACf;KACd,CAAC;IAEF,OAAO,SAAS,CAAC;AACnB,CAAC;AAjCD,0CAiCC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/win32-theme",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.8",
|
|
4
4
|
"description": "Win32 office theme that works with the theming native module",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"author": "",
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@fluentui-react-native/default-theme": ">=0.16.
|
|
30
|
+
"@fluentui-react-native/default-theme": ">=0.16.21 <1.0.0",
|
|
31
31
|
"@fluentui-react-native/design-tokens-win32": "^0.36.0",
|
|
32
32
|
"@fluentui-react-native/memo-cache": "^1.1.7",
|
|
33
33
|
"@fluentui-react-native/theme-tokens": ">=0.22.5 <1.0.0",
|
|
34
34
|
"@fluentui-react-native/theme-types": ">=0.28.0 <1.0.0",
|
|
35
|
-
"@fluentui-react-native/theme": ">=0.7.
|
|
35
|
+
"@fluentui-react-native/theme": ">=0.7.15 <1.0.0",
|
|
36
36
|
"@fluentui-react-native/theming-utils": ">=0.21.0 <1.0.0",
|
|
37
37
|
"tslib": "^2.3.1"
|
|
38
38
|
},
|
|
@@ -4,8 +4,8 @@ import { createFontAliasTokens } from './createFontAliasTokens';
|
|
|
4
4
|
|
|
5
5
|
export function win32Typography(): Typography {
|
|
6
6
|
const win32Dict = {
|
|
7
|
-
sizes: defaultFluentTheme.typography.sizes,
|
|
8
|
-
weights: defaultFluentTheme.typography.weights,
|
|
7
|
+
sizes: defaultFluentTheme().typography.sizes,
|
|
8
|
+
weights: defaultFluentTheme().typography.weights,
|
|
9
9
|
// hard coded until we support new fontFamily format
|
|
10
10
|
families: {
|
|
11
11
|
primary: 'Segoe UI',
|