@fluentui-react-native/win32-theme 0.38.0 → 0.39.0
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 +1 -1
- package/CHANGELOG.md +44 -3
- package/lib/NativeModule/_mocks_/getThemingModule.native.d.ts +1 -1
- package/lib/NativeModule/_mocks_/getThemingModule.native.js +2 -2
- package/lib/NativeModule/_mocks_/getThemingModule.native.js.map +1 -1
- package/lib/NativeModule/fallbackOfficeModule.d.ts +1 -1
- package/lib/NativeModule/fallbackOfficeModule.js +163 -163
- package/lib/NativeModule/fallbackOfficeModule.js.map +1 -1
- package/lib/NativeModule/getThemingModule.d.ts +1 -1
- package/lib/NativeModule/getThemingModule.js +2 -2
- package/lib/NativeModule/getThemingModule.js.map +1 -1
- package/lib/NativeModule/getThemingModule.native.d.ts +1 -1
- package/lib/NativeModule/getThemingModule.native.js +28 -30
- package/lib/NativeModule/getThemingModule.native.js.map +1 -1
- package/lib/NativeModule/hostThemeSetting.d.ts +1 -1
- package/lib/NativeModule/hostThemeSetting.d.ts.map +1 -1
- package/lib/NativeModule/hostThemeSetting.js +3 -3
- package/lib/NativeModule/hostThemeSetting.js.map +1 -1
- package/lib/NativeModule/index.d.ts +10 -2
- package/lib/NativeModule/index.js +1 -1
- package/lib/NativeModule/officeThemingModule.d.ts +21 -21
- package/lib/NativeModule/officeThemingModule.js +1 -1
- package/lib/__tests__/win32-theme.test.d.ts +1 -1
- package/lib/__tests__/win32-theme.test.js +47 -47
- package/lib/__tests__/win32-theme.test.js.map +1 -1
- package/lib/createAliasesFromPalette.d.ts +1 -1
- package/lib/createAliasesFromPalette.js +56 -56
- package/lib/createAliasesFromPalette.js.map +1 -1
- package/lib/createBrandedThemeWithAlias.d.ts +1 -1
- package/lib/createBrandedThemeWithAlias.js +56 -61
- package/lib/createBrandedThemeWithAlias.js.map +1 -1
- package/lib/createFontAliasTokens.d.ts +1 -1
- package/lib/createFontAliasTokens.js +3 -3
- package/lib/createFontAliasTokens.js.map +1 -1
- package/lib/createOfficeAliasTokens.d.ts +1 -1
- package/lib/createOfficeAliasTokens.js +5 -5
- package/lib/createOfficeAliasTokens.js.map +1 -1
- package/lib/createOfficeTheme.d.ts +1 -1
- package/lib/createOfficeTheme.js +53 -46
- package/lib/createOfficeTheme.js.map +1 -1
- package/lib/createPartialOfficeTheme.d.ts +1 -1
- package/lib/createPartialOfficeTheme.js +22 -19
- package/lib/createPartialOfficeTheme.js.map +1 -1
- package/lib/getOfficeTokens.d.ts +229 -227
- package/lib/getOfficeTokens.js +20 -26
- package/lib/getOfficeTokens.js.map +1 -1
- package/lib/getThemeTypography.d.ts +1 -1
- package/lib/getThemeTypography.js +32 -32
- package/lib/getThemeTypography.js.map +1 -1
- package/lib/highContrast/tokens-alias.d.ts +1 -1
- package/lib/highContrast/tokens-alias.js +11 -11
- package/lib/highContrast/tokens-alias.js.map +1 -1
- package/lib/index.d.ts +10 -2
- package/lib/index.js +1 -1
- package/lib/paletteFromOfficeColors.d.ts +1 -1
- package/lib/paletteFromOfficeColors.js +114 -114
- package/lib/paletteFromOfficeColors.js.map +1 -1
- package/lib-commonjs/NativeModule/_mocks_/getThemingModule.native.d.ts +1 -1
- package/lib-commonjs/NativeModule/_mocks_/getThemingModule.native.js +6 -7
- package/lib-commonjs/NativeModule/_mocks_/getThemingModule.native.js.map +1 -1
- package/lib-commonjs/NativeModule/fallbackOfficeModule.d.ts +1 -1
- package/lib-commonjs/NativeModule/fallbackOfficeModule.js +167 -167
- package/lib-commonjs/NativeModule/fallbackOfficeModule.js.map +1 -1
- package/lib-commonjs/NativeModule/getThemingModule.d.ts +1 -1
- package/lib-commonjs/NativeModule/getThemingModule.js +6 -7
- package/lib-commonjs/NativeModule/getThemingModule.js.map +1 -1
- package/lib-commonjs/NativeModule/getThemingModule.native.d.ts +1 -1
- package/lib-commonjs/NativeModule/getThemingModule.native.js +34 -37
- package/lib-commonjs/NativeModule/getThemingModule.native.js.map +1 -1
- package/lib-commonjs/NativeModule/hostThemeSetting.d.ts +1 -1
- package/lib-commonjs/NativeModule/hostThemeSetting.d.ts.map +1 -1
- package/lib-commonjs/NativeModule/hostThemeSetting.js +5 -5
- package/lib-commonjs/NativeModule/hostThemeSetting.js.map +1 -1
- package/lib-commonjs/NativeModule/index.d.ts +10 -2
- package/lib-commonjs/NativeModule/index.js +23 -8
- package/lib-commonjs/NativeModule/index.js.map +1 -1
- package/lib-commonjs/NativeModule/officeThemingModule.d.ts +21 -21
- package/lib-commonjs/NativeModule/officeThemingModule.js +3 -3
- package/lib-commonjs/__tests__/win32-theme.test.d.ts +1 -1
- package/lib-commonjs/__tests__/win32-theme.test.js +57 -57
- package/lib-commonjs/__tests__/win32-theme.test.js.map +1 -1
- package/lib-commonjs/createAliasesFromPalette.d.ts +1 -1
- package/lib-commonjs/createAliasesFromPalette.js +59 -60
- package/lib-commonjs/createAliasesFromPalette.js.map +1 -1
- package/lib-commonjs/createBrandedThemeWithAlias.d.ts +1 -1
- package/lib-commonjs/createBrandedThemeWithAlias.js +61 -67
- package/lib-commonjs/createBrandedThemeWithAlias.js.map +1 -1
- package/lib-commonjs/createFontAliasTokens.d.ts +1 -1
- package/lib-commonjs/createFontAliasTokens.js +8 -8
- package/lib-commonjs/createFontAliasTokens.js.map +1 -1
- package/lib-commonjs/createOfficeAliasTokens.d.ts +1 -1
- package/lib-commonjs/createOfficeAliasTokens.js +10 -10
- package/lib-commonjs/createOfficeAliasTokens.js.map +1 -1
- package/lib-commonjs/createOfficeTheme.d.ts +1 -1
- package/lib-commonjs/createOfficeTheme.js +67 -59
- package/lib-commonjs/createOfficeTheme.js.map +1 -1
- package/lib-commonjs/createPartialOfficeTheme.d.ts +1 -1
- package/lib-commonjs/createPartialOfficeTheme.js +26 -24
- package/lib-commonjs/createPartialOfficeTheme.js.map +1 -1
- package/lib-commonjs/getOfficeTokens.d.ts +229 -227
- package/lib-commonjs/getOfficeTokens.js +37 -42
- package/lib-commonjs/getOfficeTokens.js.map +1 -1
- package/lib-commonjs/getThemeTypography.d.ts +1 -1
- package/lib-commonjs/getThemeTypography.js +37 -38
- package/lib-commonjs/getThemeTypography.js.map +1 -1
- package/lib-commonjs/highContrast/tokens-alias.d.ts +1 -1
- package/lib-commonjs/highContrast/tokens-alias.js +20 -18
- package/lib-commonjs/highContrast/tokens-alias.js.map +1 -1
- package/lib-commonjs/index.d.ts +10 -2
- package/lib-commonjs/index.js +89 -23
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/paletteFromOfficeColors.d.ts +1 -1
- package/lib-commonjs/paletteFromOfficeColors.js +117 -118
- package/lib-commonjs/paletteFromOfficeColors.js.map +1 -1
- package/package.json +56 -56
|
@@ -1,120 +1,119 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports,
|
|
3
|
-
exports.paletteFromOfficeColors =
|
|
1
|
+
'use strict';
|
|
2
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
3
|
+
exports.paletteFromOfficeColors = paletteFromOfficeColors;
|
|
4
4
|
function paletteFromOfficeColors(p) {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
5
|
+
return {
|
|
6
|
+
background: p.Bkg,
|
|
7
|
+
bodyStandoutBackground: p.Bkg,
|
|
8
|
+
bodyFrameBackground: p.Bkg,
|
|
9
|
+
bodyFrameDivider: p.AccentLight,
|
|
10
|
+
bodyText: p.Text,
|
|
11
|
+
bodyTextChecked: p.TextSelected,
|
|
12
|
+
subText: p.TextSecondary,
|
|
13
|
+
bodyDivider: p.AccentLight,
|
|
14
|
+
disabledBackground: p.BkgCtlSubtleDisabled,
|
|
15
|
+
disabledText: p.TextCtlSubtleDisabled,
|
|
16
|
+
disabledBodyText: p.TextDisabled,
|
|
17
|
+
focusBorder: p.StrokeKeyboard,
|
|
18
|
+
variantBorder: p.AccentOutline,
|
|
19
|
+
errorText: p.TextError,
|
|
20
|
+
inputBorder: p.StrokeCtlSubtle,
|
|
21
|
+
inputBackground: p.BkgCtlSubtle,
|
|
22
|
+
inputFocusBorderAlt: p.StrokeCtlSubtleKeyboard,
|
|
23
|
+
inputText: p.TextCtlSubtle,
|
|
24
|
+
inputPlaceholderText: p.TextTextBoxPlaceholder,
|
|
25
|
+
buttonBackground: p.BkgCtl,
|
|
26
|
+
buttonBackgroundChecked: p.BkgCtlSelected,
|
|
27
|
+
buttonBackgroundHovered: p.BkgCtlHover,
|
|
28
|
+
buttonBackgroundPressed: p.BkgCtlPressed,
|
|
29
|
+
buttonBackgroundDisabled: p.BkgCtlDisabled,
|
|
30
|
+
buttonBorder: p.StrokeCtl,
|
|
31
|
+
buttonText: p.TextCtl,
|
|
32
|
+
buttonTextHovered: p.TextCtlHover,
|
|
33
|
+
buttonTextChecked: p.TextCtlSelected,
|
|
34
|
+
buttonTextPressed: p.TextCtlPressed,
|
|
35
|
+
buttonTextDisabled: p.TextCtlDisabled,
|
|
36
|
+
buttonBorderDisabled: p.StrokeCtlDisabled,
|
|
37
|
+
buttonBorderFocused: p.StrokeCtlKeyboard,
|
|
38
|
+
primaryButtonBackground: p.BkgCtlEmphasis,
|
|
39
|
+
primaryButtonBackgroundHovered: p.BkgCtlEmphasisHover,
|
|
40
|
+
primaryButtonBackgroundPressed: p.BkgCtlEmphasisPressed,
|
|
41
|
+
primaryButtonBackgroundDisabled: p.BkgCtlEmphasisDisabled,
|
|
42
|
+
primaryButtonBorder: p.StrokeCtlEmphasis,
|
|
43
|
+
primaryButtonBorderFocused: p.StrokeCtlEmphasisKeyboard,
|
|
44
|
+
primaryButtonText: p.TextCtlEmphasis,
|
|
45
|
+
primaryButtonTextHovered: p.TextCtlEmphasisHover,
|
|
46
|
+
primaryButtonTextPressed: p.TextCtlEmphasisPressed,
|
|
47
|
+
primaryButtonTextDisabled: p.TextCtlEmphasisDisabled,
|
|
48
|
+
accentButtonBackground: p.BkgCtlEmphasis,
|
|
49
|
+
menuBackground: p.Bkg,
|
|
50
|
+
menuDivider: p.AccentLight,
|
|
51
|
+
menuIcon: p.Text,
|
|
52
|
+
menuItemBackgroundHovered: p.BkgHover,
|
|
53
|
+
menuItemBackgroundPressed: p.BkgPressed,
|
|
54
|
+
menuItemText: p.Text,
|
|
55
|
+
menuItemTextHovered: p.TextHover,
|
|
56
|
+
listHeaderBackgroundHovered: p.BkgHover,
|
|
57
|
+
listHeaderBackgroundPressed: p.BkgPressed,
|
|
58
|
+
actionLink: p.TextActive,
|
|
59
|
+
link: p.TextHyperlink,
|
|
60
|
+
linkHovered: p.TextHyperlinkHover,
|
|
61
|
+
linkPressed: p.TextHyperlinkPressed,
|
|
62
|
+
defaultBackground: p.BkgCtl,
|
|
63
|
+
defaultBorder: p.StrokeCtl,
|
|
64
|
+
defaultContent: p.TextCtl,
|
|
65
|
+
defaultIcon: p.TextCtl,
|
|
66
|
+
defaultHoveredBackground: p.BkgCtlHover,
|
|
67
|
+
defaultHoveredBorder: p.StrokeCtlHover,
|
|
68
|
+
defaultHoveredContent: p.TextCtlHover,
|
|
69
|
+
defaultHoveredIcon: p.TextCtlHover,
|
|
70
|
+
defaultFocusedBackground: p.BkgCtlHover,
|
|
71
|
+
defaultFocusedBorder: p.StrokeCtlKeyboard,
|
|
72
|
+
defaultFocusedContent: p.TextCtlHover,
|
|
73
|
+
defaultFocusedIcon: p.TextCtlHover,
|
|
74
|
+
defaultPressedBackground: p.BkgCtlPressed,
|
|
75
|
+
defaultPressedBorder: p.StrokeCtlPressed,
|
|
76
|
+
defaultPressedContent: p.TextCtlPressed,
|
|
77
|
+
defaultPressedIcon: p.TextCtlPressed,
|
|
78
|
+
defaultDisabledBackground: p.BkgCtlDisabled,
|
|
79
|
+
defaultDisabledBorder: p.StrokeCtlDisabled,
|
|
80
|
+
defaultDisabledContent: p.TextCtlDisabled,
|
|
81
|
+
defaultDisabledIcon: p.TextCtlDisabled,
|
|
82
|
+
ghostBackground: p.Bkg,
|
|
83
|
+
ghostBorder: p.Bkg,
|
|
84
|
+
ghostContent: p.Text,
|
|
85
|
+
ghostIcon: p.Text,
|
|
86
|
+
ghostHoveredBackground: p.BkgHover,
|
|
87
|
+
ghostHoveredBorder: p.BkgHover,
|
|
88
|
+
ghostHoveredContent: p.TextHover,
|
|
89
|
+
ghostHoveredIcon: p.TextHover,
|
|
90
|
+
ghostFocusedBackground: p.BkgHover,
|
|
91
|
+
ghostFocusedBorder: p.StrokeKeyboard,
|
|
92
|
+
ghostFocusedContent: p.TextHover,
|
|
93
|
+
ghostFocusedIcon: p.TextHover,
|
|
94
|
+
ghostPressedBackground: p.BkgPressed,
|
|
95
|
+
ghostPressedBorder: p.BkgPressed,
|
|
96
|
+
ghostPressedContent: p.TextPressed,
|
|
97
|
+
ghostPressedIcon: p.TextPressed,
|
|
98
|
+
ghostDisabledBackground: p.Bkg,
|
|
99
|
+
ghostDisabledBorder: p.Bkg,
|
|
100
|
+
ghostDisabledContent: p.TextDisabled,
|
|
101
|
+
ghostDisabledIcon: p.TextDisabled,
|
|
102
|
+
brandedBackground: p.BkgCtlEmphasis,
|
|
103
|
+
brandedDisabledBorder: p.StrokeCtlEmphasisDisabled,
|
|
104
|
+
defaultCheckedBackground: p.BkgCtlSelected,
|
|
105
|
+
defaultCheckedContent: p.TextCtlSelected,
|
|
106
|
+
defaultCheckedHoveredBackground: p.BkgCtlHover,
|
|
107
|
+
defaultCheckedHoveredContent: p.TextCtlHover,
|
|
108
|
+
ghostCheckedBackground: p.BkgSelected,
|
|
109
|
+
ghostCheckedContent: p.TextSelected,
|
|
110
|
+
ghostCheckedHoveredBackground: p.BkgHover,
|
|
111
|
+
ghostCheckedHoveredContent: p.TextHover,
|
|
112
|
+
ghostCheckedHoveredBorder: p.StrokeSelectedHover,
|
|
113
|
+
ghostSecondaryContent: p.TextSecondary,
|
|
114
|
+
ghostFocusedSecondaryContent: p.TextSecondaryHover,
|
|
115
|
+
ghostHoveredSecondaryContent: p.TextSecondaryHover,
|
|
116
|
+
ghostPressedSecondaryContent: p.TextSecondaryPressed,
|
|
117
|
+
};
|
|
118
118
|
}
|
|
119
|
-
|
|
120
|
-
//# sourceMappingURL=paletteFromOfficeColors.js.map
|
|
119
|
+
//# sourceMappingURL=paletteFromOfficeColors.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"paletteFromOfficeColors.js","sourceRoot":"","sources":["../src/paletteFromOfficeColors.ts"],"names":[],"mappings":";;;AAEA,
|
|
1
|
+
{"version":3,"file":"paletteFromOfficeColors.js","sourceRoot":"","sources":["../src/paletteFromOfficeColors.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,84 +1,92 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluentui-react-native/win32-theme",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.39.0",
|
|
4
4
|
"description": "Win32 office theme that works with the theming native module",
|
|
5
|
+
"keywords": [],
|
|
5
6
|
"repository": {
|
|
6
7
|
"type": "git",
|
|
7
8
|
"url": "https://github.com/microsoft/fluentui-react-native.git",
|
|
8
9
|
"directory": "packages/theming/win32-theme"
|
|
9
10
|
},
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"react-native": "src/index.ts",
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"author": "",
|
|
13
13
|
"exports": {
|
|
14
14
|
".": {
|
|
15
|
+
"types": "./lib/index.d.ts",
|
|
15
16
|
"import": "./lib/index.js",
|
|
16
|
-
"require": "./lib-commonjs/index.js"
|
|
17
|
-
"types": "./lib/index.d.ts"
|
|
17
|
+
"require": "./lib-commonjs/index.js"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
|
-
"
|
|
20
|
+
"main": "lib-commonjs/index.js",
|
|
21
|
+
"module": "lib/index.js",
|
|
22
|
+
"types": "lib/index.d.ts",
|
|
21
23
|
"scripts": {
|
|
22
24
|
"build": "fluentui-scripts build",
|
|
23
|
-
"
|
|
25
|
+
"build-cjs": "tsgo --outDir lib-commonjs",
|
|
26
|
+
"build-esm": "tsgo --outDir lib --module esnext --moduleResolution bundler",
|
|
24
27
|
"clean": "fluentui-scripts clean",
|
|
25
28
|
"depcheck": "fluentui-scripts depcheck",
|
|
26
29
|
"lint": "fluentui-scripts eslint",
|
|
30
|
+
"lint-package": "fluentui-scripts lint-package",
|
|
31
|
+
"prettier": "fluentui-scripts prettier",
|
|
27
32
|
"start": "fluentui-scripts dev",
|
|
28
33
|
"start-test": "fluentui-scripts jest-watch",
|
|
29
34
|
"test": "fluentui-scripts jest",
|
|
30
|
-
"update-snapshots": "fluentui-scripts jest -u"
|
|
31
|
-
"prettier": "fluentui-scripts prettier",
|
|
32
|
-
"prettier-fix": "fluentui-scripts prettier --fix true"
|
|
35
|
+
"update-snapshots": "fluentui-scripts jest -u"
|
|
33
36
|
},
|
|
34
|
-
"keywords": [],
|
|
35
|
-
"author": "",
|
|
36
|
-
"license": "MIT",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@fluentui-react-native/default-theme": "0.
|
|
38
|
+
"@fluentui-react-native/default-theme": "0.27.0",
|
|
39
39
|
"@fluentui-react-native/design-tokens-win32": "^0.53.0",
|
|
40
|
-
"@fluentui-react-native/framework-base": "0.
|
|
41
|
-
"@fluentui-react-native/theme": "0.
|
|
42
|
-
"@fluentui-react-native/theme-tokens": "0.
|
|
43
|
-
"@fluentui-react-native/theme-types": "0.
|
|
44
|
-
"@fluentui-react-native/theming-utils": "0.
|
|
40
|
+
"@fluentui-react-native/framework-base": "0.3.0",
|
|
41
|
+
"@fluentui-react-native/theme": "0.12.0",
|
|
42
|
+
"@fluentui-react-native/theme-tokens": "0.28.0",
|
|
43
|
+
"@fluentui-react-native/theme-types": "0.44.0",
|
|
44
|
+
"@fluentui-react-native/theming-utils": "0.27.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@babel/core": "^7.20.0",
|
|
48
48
|
"@fluentui-react-native/babel-config": "0.1.1",
|
|
49
49
|
"@fluentui-react-native/eslint-config-rules": "0.1.1",
|
|
50
50
|
"@fluentui-react-native/jest-config": "0.1.1",
|
|
51
|
-
"@fluentui-react-native/
|
|
51
|
+
"@fluentui-react-native/kit-config": "0.1.2",
|
|
52
|
+
"@fluentui-react-native/scripts": "0.1.2",
|
|
52
53
|
"@office-iss/react-native-win32": "^0.74.0",
|
|
53
|
-
"@react-native/
|
|
54
|
-
"@react-native/
|
|
55
|
-
"@
|
|
56
|
-
"react": "
|
|
57
|
-
"react-native": "^0.
|
|
58
|
-
"react
|
|
59
|
-
"react
|
|
54
|
+
"@react-native-community/cli": "^20.0.0",
|
|
55
|
+
"@react-native-community/cli-platform-android": "^20.0.0",
|
|
56
|
+
"@react-native-community/cli-platform-ios": "^20.0.0",
|
|
57
|
+
"@react-native/babel-preset": "^0.81.0",
|
|
58
|
+
"@react-native/metro-config": "^0.81.0",
|
|
59
|
+
"@types/react": "~19.1.0",
|
|
60
|
+
"react": "19.1.0",
|
|
61
|
+
"react-native": "^0.81.0",
|
|
62
|
+
"react-native-macos": "^0.81.0",
|
|
63
|
+
"react-native-windows": "^0.81.0"
|
|
60
64
|
},
|
|
61
65
|
"peerDependencies": {
|
|
62
66
|
"@office-iss/react-native-win32": "^0.74.0",
|
|
63
|
-
"react": "18.2.0",
|
|
64
|
-
"react
|
|
65
|
-
"react-native
|
|
66
|
-
"react-native-
|
|
67
|
+
"@types/react": "~18.2.0 || ~19.0.0 || ~19.1.0",
|
|
68
|
+
"react": "18.2.0 || 19.0.0 || 19.1.0",
|
|
69
|
+
"react-native": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0",
|
|
70
|
+
"react-native-macos": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0",
|
|
71
|
+
"react-native-windows": "^0.73.0 || ^0.74.0 || ^0.78.0 || ^0.81.0"
|
|
72
|
+
},
|
|
73
|
+
"peerDependenciesMeta": {
|
|
74
|
+
"@office-iss/react-native-win32": {
|
|
75
|
+
"optional": true
|
|
76
|
+
},
|
|
77
|
+
"@types/react": {
|
|
78
|
+
"optional": true
|
|
79
|
+
},
|
|
80
|
+
"react-native-macos": {
|
|
81
|
+
"optional": true
|
|
82
|
+
},
|
|
83
|
+
"react-native-windows": {
|
|
84
|
+
"optional": true
|
|
85
|
+
}
|
|
67
86
|
},
|
|
68
87
|
"rnx-kit": {
|
|
69
88
|
"kitType": "library",
|
|
70
89
|
"alignDeps": {
|
|
71
|
-
"presets": [
|
|
72
|
-
"microsoft/react-native"
|
|
73
|
-
],
|
|
74
|
-
"requirements": {
|
|
75
|
-
"development": [
|
|
76
|
-
"react-native@0.74"
|
|
77
|
-
],
|
|
78
|
-
"production": [
|
|
79
|
-
"react-native@0.73 || 0.74"
|
|
80
|
-
]
|
|
81
|
-
},
|
|
82
90
|
"capabilities": [
|
|
83
91
|
"babel-preset-react-native",
|
|
84
92
|
"core",
|
|
@@ -86,19 +94,11 @@
|
|
|
86
94
|
"core-ios",
|
|
87
95
|
"core-macos",
|
|
88
96
|
"core-windows",
|
|
89
|
-
"react"
|
|
97
|
+
"react",
|
|
98
|
+
"tools-core",
|
|
99
|
+
"tools-jest"
|
|
90
100
|
]
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
"peerDependenciesMeta": {
|
|
94
|
-
"@office-iss/react-native-win32": {
|
|
95
|
-
"optional": true
|
|
96
101
|
},
|
|
97
|
-
"react-native-
|
|
98
|
-
"optional": true
|
|
99
|
-
},
|
|
100
|
-
"react-native-windows": {
|
|
101
|
-
"optional": true
|
|
102
|
-
}
|
|
102
|
+
"extends": "@fluentui-react-native/kit-config"
|
|
103
103
|
}
|
|
104
|
-
}
|
|
104
|
+
}
|