@fluentui-react-native/apple-theme 0.28.17 → 0.29.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.
Files changed (119) hide show
  1. package/CHANGELOG.md +43 -1
  2. package/lib/__tests__/apple-theme.test.d.ts +1 -1
  3. package/lib/__tests__/apple-theme.test.js +42 -41
  4. package/lib/__tests__/apple-theme.test.js.map +1 -1
  5. package/lib/appleColors.ios.d.ts +1 -1
  6. package/lib/appleColors.ios.js +174 -174
  7. package/lib/appleColors.ios.js.map +1 -1
  8. package/lib/appleColors.macos.d.ts +1 -1
  9. package/lib/appleColors.macos.js +367 -367
  10. package/lib/appleColors.macos.js.map +1 -1
  11. package/lib/appleColors.types.ios.d.ts +15 -15
  12. package/lib/appleColors.types.ios.js +1 -1
  13. package/lib/appleColors.types.macos.d.ts +146 -146
  14. package/lib/appleColors.types.macos.d.ts.map +1 -1
  15. package/lib/appleColors.types.macos.js +1 -1
  16. package/lib/appleHighContrast.macos.d.ts +1 -1
  17. package/lib/appleHighContrast.macos.js +3 -3
  18. package/lib/appleHighContrast.macos.js.map +1 -1
  19. package/lib/appleShadows.ios.d.ts +1 -1
  20. package/lib/appleShadows.ios.js +4 -4
  21. package/lib/appleShadows.ios.js.map +1 -1
  22. package/lib/appleShadows.macos.d.ts +1 -1
  23. package/lib/appleShadows.macos.js +2 -2
  24. package/lib/appleShadows.macos.js.map +1 -1
  25. package/lib/appleTheme.ios.d.ts +1 -1
  26. package/lib/appleTheme.ios.js +122 -122
  27. package/lib/appleTheme.ios.js.map +1 -1
  28. package/lib/appleTheme.macos.d.ts +53 -53
  29. package/lib/appleTheme.macos.js +68 -68
  30. package/lib/appleTheme.macos.js.map +1 -1
  31. package/lib/appleTypography.ios.d.ts +1 -1
  32. package/lib/appleTypography.ios.js +50 -50
  33. package/lib/appleTypography.ios.js.map +1 -1
  34. package/lib/appleTypography.macos.d.ts +1 -1
  35. package/lib/appleTypography.macos.js +62 -62
  36. package/lib/appleTypography.macos.js.map +1 -1
  37. package/lib/createAppleTheme.d.ts +1 -1
  38. package/lib/createAppleTheme.ios.d.ts +1 -1
  39. package/lib/createAppleTheme.ios.js +14 -14
  40. package/lib/createAppleTheme.ios.js.map +1 -1
  41. package/lib/createAppleTheme.js +3 -3
  42. package/lib/createAppleTheme.js.map +1 -1
  43. package/lib/createAppleTheme.macos.d.ts +1 -1
  44. package/lib/createAppleTheme.macos.js +23 -23
  45. package/lib/createAppleTheme.macos.js.map +1 -1
  46. package/lib/createFontAliasTokens.ios.d.ts +1 -1
  47. package/lib/createFontAliasTokens.ios.js +2 -2
  48. package/lib/createFontAliasTokens.ios.js.map +1 -1
  49. package/lib/createMacOSAliasTokens.d.ts +1 -1
  50. package/lib/createMacOSAliasTokens.js +5 -5
  51. package/lib/createMacOSAliasTokens.js.map +1 -1
  52. package/lib/createiOSAliasTokens.d.ts +1 -1
  53. package/lib/createiOSAliasTokens.js +5 -5
  54. package/lib/createiOSAliasTokens.js.map +1 -1
  55. package/lib/getMacOSTokens.d.ts +443 -435
  56. package/lib/getMacOSTokens.js +35 -45
  57. package/lib/getMacOSTokens.js.map +1 -1
  58. package/lib/index.d.ts +1 -1
  59. package/lib/index.js +1 -1
  60. package/lib-commonjs/__tests__/apple-theme.test.d.ts +1 -1
  61. package/lib-commonjs/__tests__/apple-theme.test.js +47 -46
  62. package/lib-commonjs/__tests__/apple-theme.test.js.map +1 -1
  63. package/lib-commonjs/appleColors.ios.d.ts +1 -1
  64. package/lib-commonjs/appleColors.ios.js +181 -182
  65. package/lib-commonjs/appleColors.ios.js.map +1 -1
  66. package/lib-commonjs/appleColors.macos.d.ts +1 -1
  67. package/lib-commonjs/appleColors.macos.js +379 -374
  68. package/lib-commonjs/appleColors.macos.js.map +1 -1
  69. package/lib-commonjs/appleColors.types.ios.d.ts +15 -15
  70. package/lib-commonjs/appleColors.types.ios.js +3 -3
  71. package/lib-commonjs/appleColors.types.macos.d.ts +146 -146
  72. package/lib-commonjs/appleColors.types.macos.d.ts.map +1 -1
  73. package/lib-commonjs/appleColors.types.macos.js +3 -3
  74. package/lib-commonjs/appleHighContrast.macos.d.ts +1 -1
  75. package/lib-commonjs/appleHighContrast.macos.js +8 -9
  76. package/lib-commonjs/appleHighContrast.macos.js.map +1 -1
  77. package/lib-commonjs/appleShadows.ios.d.ts +1 -1
  78. package/lib-commonjs/appleShadows.ios.js +10 -11
  79. package/lib-commonjs/appleShadows.ios.js.map +1 -1
  80. package/lib-commonjs/appleShadows.macos.d.ts +1 -1
  81. package/lib-commonjs/appleShadows.macos.js +7 -8
  82. package/lib-commonjs/appleShadows.macos.js.map +1 -1
  83. package/lib-commonjs/appleTheme.ios.d.ts +1 -1
  84. package/lib-commonjs/appleTheme.ios.js +128 -128
  85. package/lib-commonjs/appleTheme.ios.js.map +1 -1
  86. package/lib-commonjs/appleTheme.macos.d.ts +53 -53
  87. package/lib-commonjs/appleTheme.macos.js +76 -76
  88. package/lib-commonjs/appleTheme.macos.js.map +1 -1
  89. package/lib-commonjs/appleTypography.ios.d.ts +1 -1
  90. package/lib-commonjs/appleTypography.ios.js +54 -55
  91. package/lib-commonjs/appleTypography.ios.js.map +1 -1
  92. package/lib-commonjs/appleTypography.macos.d.ts +1 -1
  93. package/lib-commonjs/appleTypography.macos.js +65 -66
  94. package/lib-commonjs/appleTypography.macos.js.map +1 -1
  95. package/lib-commonjs/createAppleTheme.d.ts +1 -1
  96. package/lib-commonjs/createAppleTheme.ios.d.ts +1 -1
  97. package/lib-commonjs/createAppleTheme.ios.js +21 -22
  98. package/lib-commonjs/createAppleTheme.ios.js.map +1 -1
  99. package/lib-commonjs/createAppleTheme.js +8 -9
  100. package/lib-commonjs/createAppleTheme.js.map +1 -1
  101. package/lib-commonjs/createAppleTheme.macos.d.ts +1 -1
  102. package/lib-commonjs/createAppleTheme.macos.js +32 -33
  103. package/lib-commonjs/createAppleTheme.macos.js.map +1 -1
  104. package/lib-commonjs/createFontAliasTokens.ios.d.ts +1 -1
  105. package/lib-commonjs/createFontAliasTokens.ios.js +12 -10
  106. package/lib-commonjs/createFontAliasTokens.ios.js.map +1 -1
  107. package/lib-commonjs/createMacOSAliasTokens.d.ts +1 -1
  108. package/lib-commonjs/createMacOSAliasTokens.js +10 -10
  109. package/lib-commonjs/createMacOSAliasTokens.js.map +1 -1
  110. package/lib-commonjs/createiOSAliasTokens.d.ts +1 -1
  111. package/lib-commonjs/createiOSAliasTokens.js +10 -10
  112. package/lib-commonjs/createiOSAliasTokens.js.map +1 -1
  113. package/lib-commonjs/getMacOSTokens.d.ts +443 -435
  114. package/lib-commonjs/getMacOSTokens.js +53 -62
  115. package/lib-commonjs/getMacOSTokens.js.map +1 -1
  116. package/lib-commonjs/index.d.ts +1 -1
  117. package/lib-commonjs/index.js +30 -10
  118. package/lib-commonjs/index.js.map +1 -1
  119. package/package.json +60 -60
package/CHANGELOG.md CHANGED
@@ -1,5 +1,47 @@
1
1
  # Change Log - @fluentui-react-native/apple-theme
2
2
 
3
+ ## 0.29.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d7adbdd: # Migration from Beachball to Changesets
8
+
9
+ This changeset represents the migration from Beachball to Changesets for version management and consolidates all changes from 440+ beachball change files that were in the `change/` directory.
10
+
11
+ All 75 affected packages receive a minor version bump to acknowledge the accumulated changes from the beachball era.
12
+
13
+ ## What Changed
14
+
15
+ Going forward, all version management uses Changesets via `yarn changeset`. The following beachball infrastructure has been removed:
16
+
17
+ - ❌ 440+ beachball change files from `change/` directory
18
+ - ❌ `beachball` package dependency
19
+ - ❌ Beachball scripts from `package.json`
20
+ - ❌ `beachball.config.js` configuration file
21
+ - ❌ Beachball publish steps from Azure Pipelines
22
+
23
+ ## New Workflow
24
+
25
+ ✅ **Create changes**: Run `yarn changeset` to document changes
26
+ ✅ **Version bump PRs**: Automatically created by GitHub Actions
27
+ ✅ **Publishing**: Handled by Azure Pipelines using `changeset publish`
28
+ ✅ **Validation**: CI validates changesets and blocks major version bumps
29
+
30
+ For details, see `CHANGESETS_SETUP.md` and `CONTRIBUTING.md`.
31
+
32
+ ### Patch Changes
33
+
34
+ - d1d8c26: We were pinning @types/react and react-native-macos via resolutions. This fixes that which uncovered a bunch of type inconsistencies that needed to be addressed.
35
+ - Updated dependencies [d7adbdd]
36
+ - Updated dependencies [d1d8c26]
37
+ - @fluentui-react-native/default-theme@0.27.0
38
+ - @fluentui-react-native/experimental-appearance-additions@0.8.0
39
+ - @fluentui-react-native/framework-base@0.3.0
40
+ - @fluentui-react-native/theme@0.12.0
41
+ - @fluentui-react-native/theme-tokens@0.28.0
42
+ - @fluentui-react-native/theme-types@0.44.0
43
+ - @fluentui-react-native/theming-utils@0.27.0
44
+
3
45
  <!-- This log was last generated on Tue, 05 Aug 2025 18:50:43 GMT and should not be manually modified. -->
4
46
 
5
47
  <!-- Start content -->
@@ -100,7 +142,7 @@ Thu, 04 Jan 2024 21:06:26 GMT
100
142
 
101
143
  ### Minor changes
102
144
 
103
- - Remove unused colors (ruaraki@microsoft.com)
145
+ - Remove unused colors (ruaraki@microsoft.com)
104
146
  - Bump @fluentui-react-native/default-theme to v0.25.0
105
147
  - Bump @fluentui-react-native/experimental-appearance-additions to v0.6.6
106
148
  - Bump @fluentui-react-native/theme to v0.10.5
@@ -1,2 +1,2 @@
1
1
  export {};
2
- //# sourceMappingURL=apple-theme.test.d.ts.map
2
+ //# sourceMappingURL=apple-theme.test.d.ts.map
@@ -2,55 +2,56 @@ import { getIsHighContrast, setIsHighContrast } from '../appleHighContrast.macos
2
2
  import { createAppleTheme } from '../createAppleTheme';
3
3
  import { createMacOSColorAliasTokens, createMacOSShadowAliasTokens } from '../createMacOSAliasTokens';
4
4
  jest.mock('react-native-macos/Libraries/Components/AccessibilityInfo/AccessibilityInfo', () => ({
5
- __esModule: true,
6
- default: {
7
- addEventListener: jest.fn(),
8
- announceForAccessibility: jest.fn(),
9
- isAccessibilityServiceEnabled: jest.fn(),
10
- isBoldTextEnabled: jest.fn(),
11
- isGrayscaleEnabled: jest.fn(),
12
- isInvertColorsEnabled: jest.fn(),
13
- isReduceMotionEnabled: jest.fn(),
14
- prefersCrossFadeTransitions: jest.fn(),
15
- isReduceTransparencyEnabled: jest.fn(),
16
- isScreenReaderEnabled: jest.fn(() => Promise.resolve(false)),
17
- setAccessibilityFocus: jest.fn(),
18
- sendAccessibilityEvent: jest.fn(),
19
- getRecommendedTimeoutMillis: jest.fn(),
20
- isHighContrastEnabled: () => Promise.resolve(false),
21
- },
5
+ __esModule: true,
6
+ default: {
7
+ addEventListener: jest.fn(),
8
+ announceForAccessibility: jest.fn(),
9
+ isAccessibilityServiceEnabled: jest.fn(),
10
+ isBoldTextEnabled: jest.fn(),
11
+ isGrayscaleEnabled: jest.fn(),
12
+ isInvertColorsEnabled: jest.fn(),
13
+ isReduceMotionEnabled: jest.fn(),
14
+ prefersCrossFadeTransitions: jest.fn(),
15
+ isReduceTransparencyEnabled: jest.fn(),
16
+ isScreenReaderEnabled: jest.fn(() => Promise.resolve(false)),
17
+ setAccessibilityFocus: jest.fn(),
18
+ sendAccessibilityEvent: jest.fn(),
19
+ getRecommendedTimeoutMillis: jest.fn(),
20
+ isHighContrastEnabled: () => Promise.resolve(false),
21
+ },
22
22
  }));
23
23
  const macOSAliasTokensTable = [
24
- ['light', true],
25
- ['light', false],
26
- ['dark', true],
27
- ['dark', false],
28
- ['highContrast', null],
24
+ ['light', true],
25
+ ['light', false],
26
+ ['dark', true],
27
+ ['dark', false],
28
+ ['highContrast', null],
29
29
  ];
30
30
  it('createAppleTheme test', () => {
31
- const appleTheme = createAppleTheme().theme;
32
- expect(appleTheme).toMatchSnapshot();
31
+ const appleTheme = createAppleTheme().theme;
32
+ expect(appleTheme).toMatchSnapshot();
33
33
  });
34
34
  it('IsHighContrast test', () => {
35
- setIsHighContrast(false);
36
- expect(getIsHighContrast()).toBe(false);
37
- setIsHighContrast(true);
38
- expect(getIsHighContrast()).toBe(true);
35
+ setIsHighContrast(false);
36
+ expect(getIsHighContrast()).toBe(false);
37
+ setIsHighContrast(true);
38
+ expect(getIsHighContrast()).toBe(true);
39
39
  });
40
40
  it.concurrent.each(macOSAliasTokensTable)('createMacOSColorAliasTokens test mode: %s, isHighContrast: %p', async (mode, isHighContrast) => {
41
- if (mode === 'highContrast') {
42
- expect(() => createMacOSColorAliasTokens(mode, isHighContrast)).toThrow();
43
- }
44
- else {
45
- expect(createMacOSColorAliasTokens(mode, isHighContrast)).toMatchSnapshot();
46
- }
41
+ if (mode === 'highContrast') {
42
+ expect(() => createMacOSColorAliasTokens(mode, isHighContrast)).toThrow();
43
+ } else {
44
+ expect(createMacOSColorAliasTokens(mode, isHighContrast)).toMatchSnapshot();
45
+ }
47
46
  });
48
- it.concurrent.each(macOSAliasTokensTable)('createMacOSShadowAliasTokens test mode: %s, isHighContrast: %p', async (mode, isHighContrast) => {
47
+ it.concurrent.each(macOSAliasTokensTable)(
48
+ 'createMacOSShadowAliasTokens test mode: %s, isHighContrast: %p',
49
+ async (mode, isHighContrast) => {
49
50
  if (mode === 'highContrast') {
50
- expect(() => createMacOSShadowAliasTokens(mode, isHighContrast)).toThrow();
51
+ expect(() => createMacOSShadowAliasTokens(mode, isHighContrast)).toThrow();
52
+ } else {
53
+ expect(createMacOSShadowAliasTokens(mode, isHighContrast)).toMatchSnapshot();
51
54
  }
52
- else {
53
- expect(createMacOSShadowAliasTokens(mode, isHighContrast)).toMatchSnapshot();
54
- }
55
- });
56
- //# sourceMappingURL=apple-theme.test.js.map
55
+ },
56
+ );
57
+ //# sourceMappingURL=apple-theme.test.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"apple-theme.test.js","sourceRoot":"","sources":["../../src/__tests__/apple-theme.test.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"apple-theme.test.js","sourceRoot":"","sources":["../../src/__tests__/apple-theme.test.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
1
  import type { ThemeColorDefinition } from '@fluentui-react-native/theme-types';
2
2
  /** Creates a palette of colors for the apple theme, using the appropriate FluentUI Apple Palette based on appearance */
3
3
  export declare function paletteFromAppleColors(isLightMode: boolean, isElevated: boolean): ThemeColorDefinition;
4
- //# sourceMappingURL=appleColors.ios.d.ts.map
4
+ //# sourceMappingURL=appleColors.ios.d.ts.map
@@ -4,184 +4,184 @@ import { getCurrentAppearance } from '@fluentui-react-native/theming-utils';
4
4
  import { createiOSColorAliasTokens } from './createiOSAliasTokens';
5
5
  //TODO: remove and replace with Fluent 2 alias color tokens
6
6
  function getFluentUIAppleLightPalette() {
7
- return {
8
- communicationBlue: '#0078D4',
9
- communicationBlueTint10: '#2B88D8',
10
- communicationBlueTint20: '#C7E0F4',
11
- communicationBlueTint30: '#DEECF9',
12
- dangerPrimary: '#D92C2C',
13
- dangerTint10: '#DD4242',
14
- gray20: '#69797E',
15
- gray30: '#7A7574',
16
- gray40: '#393939',
17
- successTint10: '#27AC22',
18
- warningPrimary: '#FFD335',
19
- warningTint10: '#FFD94E',
20
- buttonBackgroundFilledPressed: '#2B88D8',
21
- buttonTitleDisabled: '#ACACAC', //textDisabled
22
- };
7
+ return {
8
+ communicationBlue: '#0078D4',
9
+ communicationBlueTint10: '#2B88D8',
10
+ communicationBlueTint20: '#C7E0F4',
11
+ communicationBlueTint30: '#DEECF9',
12
+ dangerPrimary: '#D92C2C',
13
+ dangerTint10: '#DD4242',
14
+ gray20: '#69797E',
15
+ gray30: '#7A7574',
16
+ gray40: '#393939',
17
+ successTint10: '#27AC22',
18
+ warningPrimary: '#FFD335',
19
+ warningTint10: '#FFD94E',
20
+ buttonBackgroundFilledPressed: '#2B88D8', //UIColor(light: Colors.primaryTint10(for: window), dark: Colors.primaryTint20(for: window))
21
+ buttonTitleDisabled: '#ACACAC', //textDisabled
22
+ };
23
23
  }
24
24
  //TODO: remove and replace with Fluent 2 alias color tokens
25
25
  function getFluentUIAppleDarkPalette() {
26
- return {
27
- communicationBlue: '#0086F0',
28
- communicationBlueTint10: '#0078D4',
29
- communicationBlueTint20: '#004C87',
30
- communicationBlueTint30: '#043862',
31
- dangerPrimary: '#E83A3A',
32
- dangerTint10: '#CC3333',
33
- gray20: '#69797E',
34
- gray30: '#7A7574',
35
- gray40: '#393939',
36
- successTint10: '#0D9D3D',
37
- warningPrimary: '#FFC328',
38
- warningTint10: '#E0AB24',
39
- buttonBackgroundFilledPressed: '#004C87',
40
- buttonTitleDisabled: '#404040', //textDisabled
41
- };
26
+ return {
27
+ communicationBlue: '#0086F0',
28
+ communicationBlueTint10: '#0078D4',
29
+ communicationBlueTint20: '#004C87',
30
+ communicationBlueTint30: '#043862',
31
+ dangerPrimary: '#E83A3A',
32
+ dangerTint10: '#CC3333',
33
+ gray20: '#69797E',
34
+ gray30: '#7A7574',
35
+ gray40: '#393939',
36
+ successTint10: '#0D9D3D',
37
+ warningPrimary: '#FFC328',
38
+ warningTint10: '#E0AB24',
39
+ buttonBackgroundFilledPressed: '#004C87', //UIColor(light: Colors.primaryTint10(for: window), dark: Colors.primaryTint20(for: window))
40
+ buttonTitleDisabled: '#404040', //textDisabled
41
+ };
42
42
  }
43
43
  /** Creates a palette of colors for the apple theme, using the appropriate FluentUI Apple Palette based on appearance */
44
44
  export function paletteFromAppleColors(isLightMode, isElevated) {
45
- const fluentApple = isLightMode ? getFluentUIAppleLightPalette() : getFluentUIAppleDarkPalette();
46
- const appearance = Appearance.getColorScheme();
47
- let mode = getCurrentAppearance(appearance, 'light');
48
- if (mode === 'dark' && isElevated) {
49
- mode = 'darkElevated';
50
- }
51
- const fluent2AliasColorTokens = createiOSColorAliasTokens(mode);
52
- return {
53
- /* Color Alias Tokens */
54
- ...fluent2AliasColorTokens,
55
- /* PaletteBackgroundColors & PaletteTextColors */
56
- background: fluent2AliasColorTokens.neutralBackground1,
57
- bodyStandoutBackground: fluent2AliasColorTokens.neutralBackground4,
58
- bodyFrameBackground: fluent2AliasColorTokens.neutralBackground1,
59
- bodyFrameDivider: fluent2AliasColorTokens.neutralStroke2,
60
- bodyText: fluent2AliasColorTokens.neutralForeground1,
61
- bodyTextChecked: fluent2AliasColorTokens.neutralForeground1,
62
- subText: fluent2AliasColorTokens.neutralForeground3,
63
- bodyDivider: fluent2AliasColorTokens.neutralStroke1,
64
- disabledBackground: fluent2AliasColorTokens.neutralBackgroundDisabled,
65
- disabledText: fluent2AliasColorTokens.neutralForegroundDisabled1,
66
- disabledBodyText: fluent2AliasColorTokens.neutralForegroundDisabled1,
67
- focusBorder: 'transparent',
68
- variantBorder: fluent2AliasColorTokens.neutralStroke2,
69
- errorText: fluentApple.dangerPrimary,
70
- inputBorder: fluent2AliasColorTokens.neutralStroke2,
71
- inputBackground: fluent2AliasColorTokens.neutralBackground1,
72
- inputFocusBorderAlt: fluent2AliasColorTokens.neutralStroke1,
73
- inputText: fluent2AliasColorTokens.neutralForeground1,
74
- inputPlaceholderText: fluent2AliasColorTokens.neutralForeground3,
75
- // Default values without any style
76
- // on FluentUI Apple iOS, this is the buttonStyle "Secondary Outline"
77
- buttonBackground: 'transparent',
78
- buttonBackgroundChecked: 'transparent',
79
- buttonBackgroundHovered: 'transparent',
80
- buttonBackgroundPressed: 'transparent',
81
- buttonBackgroundDisabled: 'transparent',
82
- buttonBorder: fluentApple.communicationBlueTint10,
83
- buttonText: fluentApple.communicationBlue,
84
- buttonTextHovered: fluentApple.communicationBlue,
85
- buttonTextChecked: fluentApple.communicationBlue,
86
- buttonTextPressed: fluentApple.communicationBlueTint20,
87
- buttonTextDisabled: fluentApple.buttonTitleDisabled,
88
- buttonBorderDisabled: fluent2AliasColorTokens.neutralBackgroundDisabled,
89
- buttonBorderFocused: fluentApple.communicationBlueTint10,
90
- primaryButtonBackground: fluentApple.communicationBlue,
91
- primaryButtonBackgroundHovered: fluentApple.communicationBlue,
92
- primaryButtonBackgroundPressed: fluentApple.buttonBackgroundFilledPressed,
93
- primaryButtonBackgroundDisabled: fluent2AliasColorTokens.neutralBackgroundDisabled,
94
- primaryButtonBorder: 'transparent',
95
- primaryButtonBorderFocused: 'transparent',
96
- primaryButtonText: fluent2AliasColorTokens.neutralForegroundOnColor,
97
- primaryButtonTextHovered: fluent2AliasColorTokens.neutralForegroundOnColor,
98
- primaryButtonTextPressed: fluent2AliasColorTokens.neutralForegroundOnColor,
99
- primaryButtonTextDisabled: fluent2AliasColorTokens.neutralForegroundOnColor,
100
- accentButtonBackground: fluentApple.communicationBlue,
101
- menuBackground: fluent2AliasColorTokens.neutralBackground1,
102
- menuDivider: fluent2AliasColorTokens.neutralStroke2,
103
- menuIcon: fluent2AliasColorTokens.neutralForeground3,
104
- menuItemBackgroundHovered: fluent2AliasColorTokens.neutralBackground1,
105
- menuItemBackgroundPressed: fluent2AliasColorTokens.neutralBackground1,
106
- menuItemText: fluent2AliasColorTokens.neutralForeground1,
107
- menuItemTextHovered: fluent2AliasColorTokens.neutralForeground1,
108
- listHeaderBackgroundHovered: fluent2AliasColorTokens.neutralForeground1,
109
- listHeaderBackgroundPressed: fluent2AliasColorTokens.neutralForeground1,
110
- actionLink: fluentApple.communicationBlue,
111
- link: fluentApple.communicationBlue,
112
- linkHovered: fluentApple.communicationBlue,
113
- linkPressed: fluentApple.communicationBlueTint10,
114
- /* ControlColorTokens */
115
- // Default values without any style
116
- // on FluentUI Apple iOS, this is the buttonStyle "Secondary Outline"
117
- defaultBackground: 'transparent',
118
- defaultBorder: fluentApple.communicationBlueTint10,
119
- defaultContent: fluentApple.communicationBlue,
120
- defaultIcon: fluentApple.communicationBlue,
121
- defaultHoveredBackground: 'transparent',
122
- defaultHoveredBorder: fluentApple.communicationBlueTint10,
123
- defaultHoveredContent: fluentApple.communicationBlue,
124
- defaultHoveredIcon: fluentApple.communicationBlue,
125
- defaultFocusedBackground: 'transparent',
126
- defaultFocusedBorder: fluentApple.communicationBlueTint10,
127
- defaultFocusedContent: fluentApple.communicationBlue,
128
- defaultFocusedIcon: fluentApple.communicationBlue,
129
- defaultPressedBackground: 'transparent',
130
- defaultPressedBorder: fluentApple.communicationBlueTint30,
131
- defaultPressedContent: fluentApple.communicationBlueTint20,
132
- defaultPressedIcon: fluentApple.communicationBlueTint20,
133
- defaultDisabledBackground: 'transparent',
134
- defaultDisabledBorder: fluent2AliasColorTokens.neutralBackgroundDisabled,
135
- defaultDisabledContent: fluentApple.buttonTitleDisabled,
136
- defaultDisabledIcon: fluentApple.buttonTitleDisabled,
137
- ghostBackground: 'transparent',
138
- ghostBorder: 'transparent',
139
- ghostContent: fluentApple.communicationBlue,
140
- ghostIcon: fluentApple.communicationBlue,
141
- ghostHoveredBackground: 'transparent',
142
- ghostHoveredBorder: 'transparent',
143
- ghostHoveredContent: fluentApple.communicationBlue,
144
- ghostHoveredIcon: fluentApple.communicationBlue,
145
- ghostFocusedBackground: 'transparent',
146
- ghostFocusedBorder: 'transparent',
147
- ghostFocusedContent: fluentApple.communicationBlue,
148
- ghostFocusedIcon: fluentApple.communicationBlue,
149
- ghostPressedBackground: 'transparent',
150
- ghostPressedBorder: 'transparent',
151
- ghostPressedContent: fluentApple.communicationBlueTint20,
152
- ghostPressedIcon: fluentApple.communicationBlueTint20,
153
- ghostDisabledBackground: 'transparent',
154
- ghostDisabledBorder: 'transparent',
155
- ghostDisabledContent: fluentApple.buttonTitleDisabled,
156
- ghostDisabledIcon: fluentApple.buttonTitleDisabled,
157
- brandedBackground: fluentApple.communicationBlue,
158
- brandedDisabledBorder: 'transparent',
159
- defaultCheckedBackground: 'transparent',
160
- defaultCheckedContent: fluentApple.communicationBlue,
161
- defaultCheckedHoveredBackground: 'transparent',
162
- defaultCheckedHoveredContent: fluentApple.communicationBlue,
163
- ghostCheckedBackground: 'transparent',
164
- ghostCheckedContent: fluentApple.communicationBlue,
165
- ghostCheckedHoveredBackground: 'transparent',
166
- ghostCheckedHoveredContent: fluentApple.communicationBlue,
167
- ghostCheckedHoveredBorder: 'transparent',
168
- // Buttons on iOS don't have secondary text, so map these to be the same as the normal content
169
- ghostSecondaryContent: fluentApple.communicationBlue,
170
- ghostFocusedSecondaryContent: fluentApple.communicationBlue,
171
- ghostHoveredSecondaryContent: fluentApple.communicationBlue,
172
- ghostPressedSecondaryContent: fluentApple.communicationBlueTint20,
173
- brandedSecondaryContent: fluent2AliasColorTokens.neutralForegroundOnColor,
174
- brandedFocusedSecondaryContent: fluent2AliasColorTokens.neutralForegroundOnColor,
175
- brandedHoveredSecondaryContent: fluent2AliasColorTokens.neutralForegroundOnColor,
176
- brandedPressedSecondaryContent: fluent2AliasColorTokens.neutralForegroundOnColor,
177
- defaultHoveredSecondaryContent: fluentApple.communicationBlue,
178
- defaultPressedSecondaryContent: fluentApple.communicationBlueTint20,
179
- checkboxBackground: fluentApple.communicationBlue,
180
- checkboxBackgroundDisabled: fluent2AliasColorTokens.neutralBackground1,
181
- checkboxBorderColor: globalTokens.color.grey26,
182
- checkmarkColor: fluent2AliasColorTokens.neutralForegroundOnColor,
183
- personaActivityGlow: 'transparent',
184
- personaActivityRing: fluent2AliasColorTokens.neutralBackground1,
185
- };
45
+ const fluentApple = isLightMode ? getFluentUIAppleLightPalette() : getFluentUIAppleDarkPalette();
46
+ const appearance = Appearance.getColorScheme();
47
+ let mode = getCurrentAppearance(appearance, 'light');
48
+ if (mode === 'dark' && isElevated) {
49
+ mode = 'darkElevated';
50
+ }
51
+ const fluent2AliasColorTokens = createiOSColorAliasTokens(mode);
52
+ return {
53
+ /* Color Alias Tokens */
54
+ ...fluent2AliasColorTokens,
55
+ /* PaletteBackgroundColors & PaletteTextColors */
56
+ background: fluent2AliasColorTokens.neutralBackground1,
57
+ bodyStandoutBackground: fluent2AliasColorTokens.neutralBackground4,
58
+ bodyFrameBackground: fluent2AliasColorTokens.neutralBackground1,
59
+ bodyFrameDivider: fluent2AliasColorTokens.neutralStroke2,
60
+ bodyText: fluent2AliasColorTokens.neutralForeground1,
61
+ bodyTextChecked: fluent2AliasColorTokens.neutralForeground1,
62
+ subText: fluent2AliasColorTokens.neutralForeground3,
63
+ bodyDivider: fluent2AliasColorTokens.neutralStroke1,
64
+ disabledBackground: fluent2AliasColorTokens.neutralBackgroundDisabled,
65
+ disabledText: fluent2AliasColorTokens.neutralForegroundDisabled1,
66
+ disabledBodyText: fluent2AliasColorTokens.neutralForegroundDisabled1,
67
+ focusBorder: 'transparent',
68
+ variantBorder: fluent2AliasColorTokens.neutralStroke2,
69
+ errorText: fluentApple.dangerPrimary,
70
+ inputBorder: fluent2AliasColorTokens.neutralStroke2,
71
+ inputBackground: fluent2AliasColorTokens.neutralBackground1,
72
+ inputFocusBorderAlt: fluent2AliasColorTokens.neutralStroke1,
73
+ inputText: fluent2AliasColorTokens.neutralForeground1,
74
+ inputPlaceholderText: fluent2AliasColorTokens.neutralForeground3,
75
+ // Default values without any style
76
+ // on FluentUI Apple iOS, this is the buttonStyle "Secondary Outline"
77
+ buttonBackground: 'transparent',
78
+ buttonBackgroundChecked: 'transparent',
79
+ buttonBackgroundHovered: 'transparent',
80
+ buttonBackgroundPressed: 'transparent',
81
+ buttonBackgroundDisabled: 'transparent',
82
+ buttonBorder: fluentApple.communicationBlueTint10,
83
+ buttonText: fluentApple.communicationBlue,
84
+ buttonTextHovered: fluentApple.communicationBlue,
85
+ buttonTextChecked: fluentApple.communicationBlue,
86
+ buttonTextPressed: fluentApple.communicationBlueTint20,
87
+ buttonTextDisabled: fluentApple.buttonTitleDisabled,
88
+ buttonBorderDisabled: fluent2AliasColorTokens.neutralBackgroundDisabled,
89
+ buttonBorderFocused: fluentApple.communicationBlueTint10,
90
+ primaryButtonBackground: fluentApple.communicationBlue,
91
+ primaryButtonBackgroundHovered: fluentApple.communicationBlue,
92
+ primaryButtonBackgroundPressed: fluentApple.buttonBackgroundFilledPressed,
93
+ primaryButtonBackgroundDisabled: fluent2AliasColorTokens.neutralBackgroundDisabled,
94
+ primaryButtonBorder: 'transparent',
95
+ primaryButtonBorderFocused: 'transparent',
96
+ primaryButtonText: fluent2AliasColorTokens.neutralForegroundOnColor,
97
+ primaryButtonTextHovered: fluent2AliasColorTokens.neutralForegroundOnColor,
98
+ primaryButtonTextPressed: fluent2AliasColorTokens.neutralForegroundOnColor,
99
+ primaryButtonTextDisabled: fluent2AliasColorTokens.neutralForegroundOnColor,
100
+ accentButtonBackground: fluentApple.communicationBlue,
101
+ menuBackground: fluent2AliasColorTokens.neutralBackground1,
102
+ menuDivider: fluent2AliasColorTokens.neutralStroke2,
103
+ menuIcon: fluent2AliasColorTokens.neutralForeground3,
104
+ menuItemBackgroundHovered: fluent2AliasColorTokens.neutralBackground1,
105
+ menuItemBackgroundPressed: fluent2AliasColorTokens.neutralBackground1,
106
+ menuItemText: fluent2AliasColorTokens.neutralForeground1,
107
+ menuItemTextHovered: fluent2AliasColorTokens.neutralForeground1,
108
+ listHeaderBackgroundHovered: fluent2AliasColorTokens.neutralForeground1,
109
+ listHeaderBackgroundPressed: fluent2AliasColorTokens.neutralForeground1,
110
+ actionLink: fluentApple.communicationBlue,
111
+ link: fluentApple.communicationBlue,
112
+ linkHovered: fluentApple.communicationBlue,
113
+ linkPressed: fluentApple.communicationBlueTint10,
114
+ /* ControlColorTokens */
115
+ // Default values without any style
116
+ // on FluentUI Apple iOS, this is the buttonStyle "Secondary Outline"
117
+ defaultBackground: 'transparent',
118
+ defaultBorder: fluentApple.communicationBlueTint10,
119
+ defaultContent: fluentApple.communicationBlue,
120
+ defaultIcon: fluentApple.communicationBlue,
121
+ defaultHoveredBackground: 'transparent',
122
+ defaultHoveredBorder: fluentApple.communicationBlueTint10,
123
+ defaultHoveredContent: fluentApple.communicationBlue,
124
+ defaultHoveredIcon: fluentApple.communicationBlue,
125
+ defaultFocusedBackground: 'transparent',
126
+ defaultFocusedBorder: fluentApple.communicationBlueTint10,
127
+ defaultFocusedContent: fluentApple.communicationBlue,
128
+ defaultFocusedIcon: fluentApple.communicationBlue,
129
+ defaultPressedBackground: 'transparent',
130
+ defaultPressedBorder: fluentApple.communicationBlueTint30,
131
+ defaultPressedContent: fluentApple.communicationBlueTint20,
132
+ defaultPressedIcon: fluentApple.communicationBlueTint20,
133
+ defaultDisabledBackground: 'transparent',
134
+ defaultDisabledBorder: fluent2AliasColorTokens.neutralBackgroundDisabled,
135
+ defaultDisabledContent: fluentApple.buttonTitleDisabled,
136
+ defaultDisabledIcon: fluentApple.buttonTitleDisabled,
137
+ ghostBackground: 'transparent',
138
+ ghostBorder: 'transparent',
139
+ ghostContent: fluentApple.communicationBlue,
140
+ ghostIcon: fluentApple.communicationBlue,
141
+ ghostHoveredBackground: 'transparent',
142
+ ghostHoveredBorder: 'transparent',
143
+ ghostHoveredContent: fluentApple.communicationBlue,
144
+ ghostHoveredIcon: fluentApple.communicationBlue,
145
+ ghostFocusedBackground: 'transparent',
146
+ ghostFocusedBorder: 'transparent',
147
+ ghostFocusedContent: fluentApple.communicationBlue,
148
+ ghostFocusedIcon: fluentApple.communicationBlue,
149
+ ghostPressedBackground: 'transparent',
150
+ ghostPressedBorder: 'transparent',
151
+ ghostPressedContent: fluentApple.communicationBlueTint20,
152
+ ghostPressedIcon: fluentApple.communicationBlueTint20,
153
+ ghostDisabledBackground: 'transparent',
154
+ ghostDisabledBorder: 'transparent',
155
+ ghostDisabledContent: fluentApple.buttonTitleDisabled,
156
+ ghostDisabledIcon: fluentApple.buttonTitleDisabled,
157
+ brandedBackground: fluentApple.communicationBlue,
158
+ brandedDisabledBorder: 'transparent',
159
+ defaultCheckedBackground: 'transparent',
160
+ defaultCheckedContent: fluentApple.communicationBlue,
161
+ defaultCheckedHoveredBackground: 'transparent',
162
+ defaultCheckedHoveredContent: fluentApple.communicationBlue,
163
+ ghostCheckedBackground: 'transparent',
164
+ ghostCheckedContent: fluentApple.communicationBlue,
165
+ ghostCheckedHoveredBackground: 'transparent',
166
+ ghostCheckedHoveredContent: fluentApple.communicationBlue,
167
+ ghostCheckedHoveredBorder: 'transparent',
168
+ // Buttons on iOS don't have secondary text, so map these to be the same as the normal content
169
+ ghostSecondaryContent: fluentApple.communicationBlue,
170
+ ghostFocusedSecondaryContent: fluentApple.communicationBlue,
171
+ ghostHoveredSecondaryContent: fluentApple.communicationBlue,
172
+ ghostPressedSecondaryContent: fluentApple.communicationBlueTint20,
173
+ brandedSecondaryContent: fluent2AliasColorTokens.neutralForegroundOnColor,
174
+ brandedFocusedSecondaryContent: fluent2AliasColorTokens.neutralForegroundOnColor,
175
+ brandedHoveredSecondaryContent: fluent2AliasColorTokens.neutralForegroundOnColor,
176
+ brandedPressedSecondaryContent: fluent2AliasColorTokens.neutralForegroundOnColor,
177
+ defaultHoveredSecondaryContent: fluentApple.communicationBlue,
178
+ defaultPressedSecondaryContent: fluentApple.communicationBlueTint20,
179
+ checkboxBackground: fluentApple.communicationBlue,
180
+ checkboxBackgroundDisabled: fluent2AliasColorTokens.neutralBackground1,
181
+ checkboxBorderColor: globalTokens.color.grey26,
182
+ checkmarkColor: fluent2AliasColorTokens.neutralForegroundOnColor,
183
+ personaActivityGlow: 'transparent',
184
+ personaActivityRing: fluent2AliasColorTokens.neutralBackground1,
185
+ };
186
186
  }
187
- //# sourceMappingURL=appleColors.ios.js.map
187
+ //# sourceMappingURL=appleColors.ios.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"appleColors.ios.js","sourceRoot":"","sources":["../src/appleColors.ios.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"appleColors.ios.js","sourceRoot":"","sources":["../src/appleColors.ios.ts"],"names":[],"mappings":"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"}
@@ -3,4 +3,4 @@ import type { ThemeColorDefinition, AppearanceOptions } from '@fluentui-react-na
3
3
  * The fallback palette is loaded while we wait for the native theming module to load, or if the module is not found
4
4
  */
5
5
  export declare function fallbackApplePalette(mode: AppearanceOptions): ThemeColorDefinition;
6
- //# sourceMappingURL=appleColors.macos.d.ts.map
6
+ //# sourceMappingURL=appleColors.macos.d.ts.map