@fluentui-react-native/apple-theme 0.29.0 → 0.29.3

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 (95) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/README.md +1 -1
  3. package/lib/__tests__/apple-theme.test.d.ts +1 -1
  4. package/lib/__tests__/apple-theme.test.js +41 -42
  5. package/lib/appleColors.ios.d.ts +1 -1
  6. package/lib/appleColors.ios.js +174 -174
  7. package/lib/appleColors.macos.d.ts +1 -1
  8. package/lib/appleColors.macos.d.ts.map +1 -1
  9. package/lib/appleColors.macos.js +367 -369
  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.js +1 -1
  15. package/lib/appleHighContrast.macos.d.ts +1 -1
  16. package/lib/appleHighContrast.macos.js +3 -3
  17. package/lib/appleShadows.ios.d.ts +1 -1
  18. package/lib/appleShadows.ios.js +4 -4
  19. package/lib/appleShadows.macos.d.ts +1 -1
  20. package/lib/appleShadows.macos.js +2 -2
  21. package/lib/appleTheme.ios.d.ts +1 -1
  22. package/lib/appleTheme.ios.js +122 -122
  23. package/lib/appleTheme.macos.d.ts +53 -53
  24. package/lib/appleTheme.macos.js +68 -68
  25. package/lib/appleTypography.ios.d.ts +1 -1
  26. package/lib/appleTypography.ios.js +50 -50
  27. package/lib/appleTypography.macos.d.ts +2 -2
  28. package/lib/appleTypography.macos.js +63 -63
  29. package/lib/createAppleTheme.d.ts +1 -1
  30. package/lib/createAppleTheme.ios.d.ts +1 -1
  31. package/lib/createAppleTheme.ios.js +14 -14
  32. package/lib/createAppleTheme.js +3 -3
  33. package/lib/createAppleTheme.macos.d.ts +1 -1
  34. package/lib/createAppleTheme.macos.d.ts.map +1 -1
  35. package/lib/createAppleTheme.macos.js +19 -23
  36. package/lib/createAppleTheme.macos.js.map +1 -1
  37. package/lib/createFontAliasTokens.ios.d.ts +1 -1
  38. package/lib/createFontAliasTokens.ios.js +2 -2
  39. package/lib/createMacOSAliasTokens.d.ts +1 -1
  40. package/lib/createMacOSAliasTokens.js +5 -5
  41. package/lib/createiOSAliasTokens.d.ts +1 -1
  42. package/lib/createiOSAliasTokens.js +5 -5
  43. package/lib/getMacOSTokens.d.ts +435 -443
  44. package/lib/getMacOSTokens.js +45 -35
  45. package/lib/index.d.ts +1 -1
  46. package/lib/index.js +1 -1
  47. package/lib-commonjs/__tests__/apple-theme.test.d.ts +1 -1
  48. package/lib-commonjs/__tests__/apple-theme.test.js +46 -47
  49. package/lib-commonjs/appleColors.ios.d.ts +1 -1
  50. package/lib-commonjs/appleColors.ios.js +180 -180
  51. package/lib-commonjs/appleColors.macos.d.ts +1 -1
  52. package/lib-commonjs/appleColors.macos.d.ts.map +1 -1
  53. package/lib-commonjs/appleColors.macos.js +372 -380
  54. package/lib-commonjs/appleColors.macos.js.map +1 -1
  55. package/lib-commonjs/appleColors.types.ios.d.ts +15 -15
  56. package/lib-commonjs/appleColors.types.ios.js +3 -3
  57. package/lib-commonjs/appleColors.types.macos.d.ts +146 -146
  58. package/lib-commonjs/appleColors.types.macos.js +3 -3
  59. package/lib-commonjs/appleHighContrast.macos.d.ts +1 -1
  60. package/lib-commonjs/appleHighContrast.macos.js +6 -6
  61. package/lib-commonjs/appleShadows.ios.d.ts +1 -1
  62. package/lib-commonjs/appleShadows.ios.js +9 -9
  63. package/lib-commonjs/appleShadows.macos.d.ts +1 -1
  64. package/lib-commonjs/appleShadows.macos.js +6 -6
  65. package/lib-commonjs/appleTheme.ios.d.ts +1 -1
  66. package/lib-commonjs/appleTheme.ios.js +128 -128
  67. package/lib-commonjs/appleTheme.macos.d.ts +53 -53
  68. package/lib-commonjs/appleTheme.macos.js +74 -74
  69. package/lib-commonjs/appleTypography.ios.d.ts +1 -1
  70. package/lib-commonjs/appleTypography.ios.js +53 -53
  71. package/lib-commonjs/appleTypography.macos.d.ts +2 -2
  72. package/lib-commonjs/appleTypography.macos.js +65 -65
  73. package/lib-commonjs/createAppleTheme.d.ts +1 -1
  74. package/lib-commonjs/createAppleTheme.ios.d.ts +1 -1
  75. package/lib-commonjs/createAppleTheme.ios.js +20 -20
  76. package/lib-commonjs/createAppleTheme.js +7 -7
  77. package/lib-commonjs/createAppleTheme.macos.d.ts +1 -1
  78. package/lib-commonjs/createAppleTheme.macos.d.ts.map +1 -1
  79. package/lib-commonjs/createAppleTheme.macos.js +27 -31
  80. package/lib-commonjs/createAppleTheme.macos.js.map +1 -1
  81. package/lib-commonjs/createFontAliasTokens.ios.d.ts +1 -1
  82. package/lib-commonjs/createFontAliasTokens.ios.js +10 -12
  83. package/lib-commonjs/createMacOSAliasTokens.d.ts +1 -1
  84. package/lib-commonjs/createMacOSAliasTokens.js +10 -10
  85. package/lib-commonjs/createiOSAliasTokens.d.ts +1 -1
  86. package/lib-commonjs/createiOSAliasTokens.js +10 -10
  87. package/lib-commonjs/getMacOSTokens.d.ts +435 -443
  88. package/lib-commonjs/getMacOSTokens.js +59 -51
  89. package/lib-commonjs/index.d.ts +1 -1
  90. package/lib-commonjs/index.js +10 -30
  91. package/package.json +27 -26
  92. package/src/appleColors.macos.ts +0 -2
  93. package/src/appleTypography.macos.ts +1 -1
  94. package/src/createAppleTheme.macos.ts +0 -4
  95. package/eslint.config.js +0 -3
@@ -3,132 +3,132 @@ import { paletteFromAppleColors } from './appleColors.ios';
3
3
  import { iOSShadows } from './appleShadows.ios';
4
4
  import { appleTypography } from './appleTypography.ios';
5
5
  function appleSpacing() {
6
- return {
7
- s2: '4px',
8
- s1: '8px',
9
- l1: '20px',
10
- l2: '32px',
11
- };
6
+ return {
7
+ s2: '4px',
8
+ s1: '8px',
9
+ l1: '20px',
10
+ l2: '32px',
11
+ };
12
12
  }
13
13
  const appleComponents = {
14
- // The Default Button corresponds to the "secondary outline" button style on iOS
15
- Button: {
16
- tokens: {
17
- borderRadius: 8,
18
- borderWidth: 1,
14
+ // The Default Button corresponds to the "secondary outline" button style on iOS
15
+ Button: {
16
+ tokens: {
17
+ borderRadius: 8,
18
+ borderWidth: 1,
19
+ },
20
+ root: {
21
+ style: {
22
+ margin: 8, // Padding around the outside of the button
23
+ },
24
+ },
25
+ stack: {
26
+ style: {
27
+ paddingVertical: 10,
28
+ paddingHorizontal: 14,
29
+ },
30
+ },
31
+ icon: {
32
+ style: {
33
+ marginEnd: 8,
34
+ },
35
+ },
36
+ content: {
37
+ fontSize: 12,
38
+ height: 18,
39
+ },
40
+ },
41
+ PrimaryButton: {
42
+ tokens: {
43
+ borderRadius: 8,
44
+ borderWidth: 1,
45
+ },
46
+ root: {
47
+ style: {
48
+ margin: 8, // Padding around the outside of the button
49
+ },
50
+ },
51
+ stack: {
52
+ style: {
53
+ paddingVertical: 16,
54
+ paddingHorizontal: 20,
55
+ },
56
+ },
57
+ icon: {
58
+ style: {
59
+ marginEnd: 10,
60
+ },
61
+ },
62
+ content: {
63
+ fontSize: 15,
64
+ height: 20,
65
+ },
66
+ },
67
+ StealthButton: {
68
+ tokens: {
69
+ borderRadius: 8,
70
+ borderWidth: 1,
71
+ },
72
+ root: {
73
+ style: {
74
+ margin: 8, // Padding around the outside of the button
75
+ },
76
+ },
77
+ stack: {
78
+ style: {
79
+ paddingVertical: 7,
80
+ paddingHorizontal: 12,
81
+ },
82
+ },
83
+ icon: {
84
+ style: {
85
+ display: 'none',
86
+ },
87
+ },
88
+ content: {
89
+ fontSize: 15,
90
+ height: 20,
91
+ },
92
+ },
93
+ RNFText: {
94
+ tokens: {
95
+ variant: 'bodyStandard',
96
+ },
97
+ },
98
+ Checkbox: {
99
+ root: {
100
+ style: {
101
+ minHeight: 20,
102
+ marginVertical: 2,
103
+ },
104
+ },
105
+ checkbox: {
106
+ style: {
107
+ borderRadius: 100,
108
+ minHeight: 24,
109
+ minWidth: 24,
110
+ },
111
+ },
112
+ checkmarkIcon: {
113
+ width: 8.5,
114
+ height: 7,
115
+ style: {
116
+ marginVertical: 8.5,
117
+ marginLeft: 8,
118
+ marginRight: 7,
119
+ },
120
+ },
19
121
  },
20
- root: {
21
- style: {
22
- margin: 8, // Padding around the outside of the button
23
- },
24
- },
25
- stack: {
26
- style: {
27
- paddingVertical: 10,
28
- paddingHorizontal: 14,
29
- },
30
- },
31
- icon: {
32
- style: {
33
- marginEnd: 8,
34
- },
35
- },
36
- content: {
37
- fontSize: 12,
38
- height: 18,
39
- },
40
- },
41
- PrimaryButton: {
42
- tokens: {
43
- borderRadius: 8,
44
- borderWidth: 1,
45
- },
46
- root: {
47
- style: {
48
- margin: 8, // Padding around the outside of the button
49
- },
50
- },
51
- stack: {
52
- style: {
53
- paddingVertical: 16,
54
- paddingHorizontal: 20,
55
- },
56
- },
57
- icon: {
58
- style: {
59
- marginEnd: 10,
60
- },
61
- },
62
- content: {
63
- fontSize: 15,
64
- height: 20,
65
- },
66
- },
67
- StealthButton: {
68
- tokens: {
69
- borderRadius: 8,
70
- borderWidth: 1,
71
- },
72
- root: {
73
- style: {
74
- margin: 8, // Padding around the outside of the button
75
- },
76
- },
77
- stack: {
78
- style: {
79
- paddingVertical: 7,
80
- paddingHorizontal: 12,
81
- },
82
- },
83
- icon: {
84
- style: {
85
- display: 'none',
86
- },
87
- },
88
- content: {
89
- fontSize: 15,
90
- height: 20,
91
- },
92
- },
93
- RNFText: {
94
- tokens: {
95
- variant: 'bodyStandard',
96
- },
97
- },
98
- Checkbox: {
99
- root: {
100
- style: {
101
- minHeight: 20,
102
- marginVertical: 2,
103
- },
104
- },
105
- checkbox: {
106
- style: {
107
- borderRadius: 100,
108
- minHeight: 24,
109
- minWidth: 24,
110
- },
111
- },
112
- checkmarkIcon: {
113
- width: 8.5,
114
- height: 7,
115
- style: {
116
- marginVertical: 8.5,
117
- marginLeft: 8,
118
- marginRight: 7,
119
- },
120
- },
121
- },
122
122
  };
123
123
  function getBaseAppleThemeIOSWorker(isLightMode, isElevated) {
124
- return {
125
- colors: paletteFromAppleColors(isLightMode, isElevated),
126
- typography: appleTypography(),
127
- shadows: iOSShadows(),
128
- spacing: appleSpacing(),
129
- components: appleComponents,
130
- host: { appearance: isLightMode ? 'light' : 'dark' },
131
- };
124
+ return {
125
+ colors: paletteFromAppleColors(isLightMode, isElevated),
126
+ typography: appleTypography(),
127
+ shadows: iOSShadows(),
128
+ spacing: appleSpacing(),
129
+ components: appleComponents,
130
+ host: { appearance: isLightMode ? 'light' : 'dark' },
131
+ };
132
132
  }
133
133
  export const getBaseAppleThemeIOS = memoize(getBaseAppleThemeIOSWorker);
134
- //# sourceMappingURL=appleTheme.ios.js.map
134
+ //# sourceMappingURL=appleTheme.ios.js.map
@@ -1,61 +1,61 @@
1
1
  import type { Spacing, Theme, AppearanceOptions } from '@fluentui-react-native/theme-types';
2
2
  export declare function appleSpacing(): Spacing;
3
3
  export declare const appleComponents: {
4
- Button: {
5
- tokens: {
6
- borderRadius: number;
7
- borderWidth: number;
8
- minHeight: number;
9
- minWidth: number;
4
+ Button: {
5
+ tokens: {
6
+ borderRadius: number;
7
+ borderWidth: number;
8
+ minHeight: number;
9
+ minWidth: number;
10
+ };
11
+ root: {
12
+ style: {
13
+ margin: number;
14
+ };
15
+ };
16
+ stack: {
17
+ style: {
18
+ paddingVertical: number;
19
+ minHeight: number;
20
+ };
21
+ };
22
+ icon: {
23
+ style: {
24
+ marginEnd: number;
25
+ };
26
+ };
27
+ content: {
28
+ fontSize: number;
29
+ };
30
+ };
31
+ RNFText: {
32
+ tokens: {
33
+ variant: string;
34
+ };
35
+ };
36
+ Checkbox: {
37
+ checkbox: {
38
+ style: {
39
+ borderStyle: string;
40
+ borderWidth: number;
41
+ borderRadius: number;
42
+ minHeight: number;
43
+ minWidth: number;
44
+ marginEnd: number;
45
+ };
46
+ };
47
+ checkmarkIcon: {
48
+ width: number;
49
+ height: number;
50
+ style: {
51
+ marginVertical: number;
52
+ marginHorizontal: number;
53
+ };
54
+ };
55
+ _precedence: string[];
10
56
  };
11
- root: {
12
- style: {
13
- margin: number;
14
- };
15
- };
16
- stack: {
17
- style: {
18
- paddingVertical: number;
19
- minHeight: number;
20
- };
21
- };
22
- icon: {
23
- style: {
24
- marginEnd: number;
25
- };
26
- };
27
- content: {
28
- fontSize: number;
29
- };
30
- };
31
- RNFText: {
32
- tokens: {
33
- variant: string;
34
- };
35
- };
36
- Checkbox: {
37
- checkbox: {
38
- style: {
39
- borderStyle: string;
40
- borderWidth: number;
41
- borderRadius: number;
42
- minHeight: number;
43
- minWidth: number;
44
- marginEnd: number;
45
- };
46
- };
47
- checkmarkIcon: {
48
- width: number;
49
- height: number;
50
- style: {
51
- marginVertical: number;
52
- marginHorizontal: number;
53
- };
54
- };
55
- _precedence: string[];
56
- };
57
57
  };
58
58
  declare function getBaseAppleThemeMacOSWorker(mode: AppearanceOptions): Theme;
59
59
  export declare const getBaseAppleThemeMacOS: typeof getBaseAppleThemeMacOSWorker;
60
60
  export {};
61
- //# sourceMappingURL=appleTheme.macos.d.ts.map
61
+ //# sourceMappingURL=appleTheme.macos.d.ts.map
@@ -3,80 +3,80 @@ import { fallbackApplePalette } from './appleColors.macos';
3
3
  import { fallbackAppleShadows } from './appleShadows.macos';
4
4
  import { fallbackAppleTypography } from './appleTypography.macos';
5
5
  export function appleSpacing() {
6
- return {
7
- s2: '8px',
8
- s1: '12px',
9
- m: '16px',
10
- l1: '20px',
11
- l2: '24px',
12
- };
6
+ return {
7
+ s2: '8px',
8
+ s1: '12px',
9
+ m: '16px',
10
+ l1: '20px',
11
+ l2: '24px',
12
+ };
13
13
  }
14
14
  export const appleComponents = {
15
- // These values correspond to the "Large" Button Size values of the FluentUI Apple Button
16
- Button: {
17
- tokens: {
18
- borderRadius: 6,
19
- borderWidth: 1,
20
- minHeight: 28,
21
- minWidth: 72,
15
+ // These values correspond to the "Large" Button Size values of the FluentUI Apple Button
16
+ Button: {
17
+ tokens: {
18
+ borderRadius: 6,
19
+ borderWidth: 1,
20
+ minHeight: 28,
21
+ minWidth: 72,
22
+ },
23
+ root: {
24
+ style: {
25
+ margin: 8, // Padding around the outside of the button
26
+ },
27
+ },
28
+ stack: {
29
+ style: {
30
+ paddingVertical: 4.5,
31
+ minHeight: 28,
32
+ },
33
+ },
34
+ icon: {
35
+ style: {
36
+ marginEnd: 10,
37
+ },
38
+ },
39
+ content: {
40
+ fontSize: 15,
41
+ },
22
42
  },
23
- root: {
24
- style: {
25
- margin: 8, // Padding around the outside of the button
26
- },
43
+ RNFText: {
44
+ tokens: {
45
+ variant: 'bodyStandard',
46
+ },
27
47
  },
28
- stack: {
29
- style: {
30
- paddingVertical: 4.5,
31
- minHeight: 28,
32
- },
48
+ Checkbox: {
49
+ checkbox: {
50
+ style: {
51
+ borderStyle: 'solid',
52
+ borderWidth: 0.5,
53
+ borderRadius: 3,
54
+ minHeight: 14,
55
+ minWidth: 14,
56
+ marginEnd: 5,
57
+ },
58
+ },
59
+ checkmarkIcon: {
60
+ width: 10,
61
+ height: 10,
62
+ style: {
63
+ marginVertical: 2,
64
+ marginHorizontal: 2,
65
+ },
66
+ },
67
+ // This disables other available states like: hovered, focused, pressed.
68
+ _precedence: ['disabled', 'boxAtEnd', 'checked'],
33
69
  },
34
- icon: {
35
- style: {
36
- marginEnd: 10,
37
- },
38
- },
39
- content: {
40
- fontSize: 15,
41
- },
42
- },
43
- RNFText: {
44
- tokens: {
45
- variant: 'bodyStandard',
46
- },
47
- },
48
- Checkbox: {
49
- checkbox: {
50
- style: {
51
- borderStyle: 'solid',
52
- borderWidth: 0.5,
53
- borderRadius: 3,
54
- minHeight: 14,
55
- minWidth: 14,
56
- marginEnd: 5,
57
- },
58
- },
59
- checkmarkIcon: {
60
- width: 10,
61
- height: 10,
62
- style: {
63
- marginVertical: 2,
64
- marginHorizontal: 2,
65
- },
66
- },
67
- // This disables other available states like: hovered, focused, pressed.
68
- _precedence: ['disabled', 'boxAtEnd', 'checked'],
69
- },
70
70
  };
71
71
  function getBaseAppleThemeMacOSWorker(mode) {
72
- return {
73
- colors: fallbackApplePalette(mode),
74
- typography: fallbackAppleTypography(),
75
- shadows: fallbackAppleShadows(mode),
76
- spacing: appleSpacing(),
77
- components: appleComponents,
78
- host: { appearance: 'dynamic' },
79
- };
72
+ return {
73
+ colors: fallbackApplePalette(mode),
74
+ typography: fallbackAppleTypography(),
75
+ shadows: fallbackAppleShadows(mode),
76
+ spacing: appleSpacing(),
77
+ components: appleComponents,
78
+ host: { appearance: 'dynamic' },
79
+ };
80
80
  }
81
81
  export const getBaseAppleThemeMacOS = memoize(getBaseAppleThemeMacOSWorker);
82
- //# sourceMappingURL=appleTheme.macos.js.map
82
+ //# sourceMappingURL=appleTheme.macos.js.map
@@ -1,3 +1,3 @@
1
1
  import type { Typography } from '@fluentui-react-native/theme-types';
2
2
  export declare function appleTypography(): Typography;
3
- //# sourceMappingURL=appleTypography.ios.d.ts.map
3
+ //# sourceMappingURL=appleTypography.ios.d.ts.map
@@ -1,54 +1,54 @@
1
1
  import { createFontAliasTokens } from './createFontAliasTokens.ios';
2
2
  // The sizes are taken for the Dynamic Type Size "Large", which is the system default
3
3
  export function appleTypography() {
4
- const appleDict = {
5
- sizes: {
6
- caption: 12, // Caption 2
7
- secondary: 16, // Caption 1
8
- body: 17, // Body
9
- subheader: 15, // Subhead
10
- header: 17, // Headline
11
- hero: 26, /// Title 1
12
- heroLarge: 30, // Large Title,
13
- },
14
- weights: {
15
- ultralight: '100',
16
- thin: '200',
17
- light: '300',
18
- regular: '400',
19
- medium: '500',
20
- semiBold: '600',
21
- bold: '700',
22
- heavy: '800',
23
- black: '900',
24
- },
25
- families: {
26
- primary: 'System',
27
- secondary: 'System',
28
- cursive: 'System',
29
- monospace: 'System',
30
- numeric: 'System',
31
- sansSerif: 'System',
32
- serif: 'System',
33
- },
34
- variants: {
35
- captionStandard: { face: 'primary', size: 'caption', weight: '400' },
36
- secondaryStandard: { face: 'primary', size: 'secondary', weight: '400' },
37
- secondarySemibold: { face: 'primary', size: 'secondary', weight: '600' },
38
- bodyStandard: { face: 'primary', size: 'body', weight: '400' },
39
- bodySemibold: { face: 'primary', size: 'body', weight: '600' },
40
- subheaderStandard: { face: 'primary', size: 'subheader', weight: '400' },
41
- subheaderSemibold: { face: 'primary', size: 'subheader', weight: '600' },
42
- headerStandard: { face: 'primary', size: 'header', weight: '600' },
43
- headerSemibold: { face: 'primary', size: 'header', weight: '800' },
44
- heroStandard: { face: 'primary', size: 'hero', weight: '400' },
45
- heroSemibold: { face: 'primary', size: 'hero', weight: '600' },
46
- heroLargeStandard: { face: 'primary', size: 'heroLarge', weight: '400' },
47
- heroLargeSemibold: { face: 'primary', size: 'heroLarge', weight: '600' },
48
- // iOS styles
49
- ...createFontAliasTokens(),
50
- },
51
- };
52
- return appleDict;
4
+ const appleDict = {
5
+ sizes: {
6
+ caption: 12, // Caption 2
7
+ secondary: 16, // Caption 1
8
+ body: 17, // Body
9
+ subheader: 15, // Subhead
10
+ header: 17, // Headline
11
+ hero: 26, /// Title 1
12
+ heroLarge: 30, // Large Title,
13
+ },
14
+ weights: {
15
+ ultralight: '100',
16
+ thin: '200',
17
+ light: '300',
18
+ regular: '400',
19
+ medium: '500',
20
+ semiBold: '600',
21
+ bold: '700',
22
+ heavy: '800',
23
+ black: '900',
24
+ },
25
+ families: {
26
+ primary: 'System',
27
+ secondary: 'System',
28
+ cursive: 'System',
29
+ monospace: 'System',
30
+ numeric: 'System',
31
+ sansSerif: 'System',
32
+ serif: 'System',
33
+ },
34
+ variants: {
35
+ captionStandard: { face: 'primary', size: 'caption', weight: '400' },
36
+ secondaryStandard: { face: 'primary', size: 'secondary', weight: '400' },
37
+ secondarySemibold: { face: 'primary', size: 'secondary', weight: '600' },
38
+ bodyStandard: { face: 'primary', size: 'body', weight: '400' },
39
+ bodySemibold: { face: 'primary', size: 'body', weight: '600' },
40
+ subheaderStandard: { face: 'primary', size: 'subheader', weight: '400' },
41
+ subheaderSemibold: { face: 'primary', size: 'subheader', weight: '600' },
42
+ headerStandard: { face: 'primary', size: 'header', weight: '600' },
43
+ headerSemibold: { face: 'primary', size: 'header', weight: '800' },
44
+ heroStandard: { face: 'primary', size: 'hero', weight: '400' },
45
+ heroSemibold: { face: 'primary', size: 'hero', weight: '600' },
46
+ heroLargeStandard: { face: 'primary', size: 'heroLarge', weight: '400' },
47
+ heroLargeSemibold: { face: 'primary', size: 'heroLarge', weight: '600' },
48
+ // iOS styles
49
+ ...createFontAliasTokens(),
50
+ },
51
+ };
52
+ return appleDict;
53
53
  }
54
- //# sourceMappingURL=appleTypography.ios.js.map
54
+ //# sourceMappingURL=appleTypography.ios.js.map
@@ -1,9 +1,9 @@
1
1
  import type { Typography } from '@fluentui-react-native/theme-types';
2
2
  /**
3
3
  * The Typography is designed to match the styles defined in the Apple HIG:
4
- * https://developer.apple.com/design/human-interface-guidelines/macos/visual-design/typography/
4
+ * https://developer.apple.com/design/human-interface-guidelines/typography
5
5
  * These mappings and variants are subject to change as we moved to a unified cross platform Fluent typography ramp
6
6
  * Github #598 also tracks pulling these values from a Native Module rather than hardcoding the numbers in JS.
7
7
  */
8
8
  export declare function fallbackAppleTypography(): Typography;
9
- //# sourceMappingURL=appleTypography.macos.d.ts.map
9
+ //# sourceMappingURL=appleTypography.macos.d.ts.map