@fluentui-react-native/apple-theme 0.18.8 → 0.18.10

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.
@@ -12,205 +12,46 @@ var __assign = (this && this.__assign) || function () {
12
12
  };
13
13
  Object.defineProperty(exports, "__esModule", { value: true });
14
14
  exports.paletteFromAppleColors = void 0;
15
+ var theme_tokens_1 = require("@fluentui-react-native/theme-tokens");
15
16
  var theming_utils_1 = require("@fluentui-react-native/theming-utils");
16
17
  var react_native_1 = require("react-native");
17
18
  var createiOSAliasTokens_1 = require("./createiOSAliasTokens");
19
+ //TODO: remove and replace with Fluent 2 alias color tokens
18
20
  function getFluentUIAppleLightPalette() {
19
21
  return {
20
- blue10: '#4F6BED',
21
- blueMagenta20: '#8764B8',
22
- blueMagenta30: '#5C2E91',
23
22
  communicationBlue: '#0078D4',
24
- communicationBlueShade10: '#106EBE',
25
- communicationBlueShade20: '#005A9E',
26
- communicationBlueShade30: '#004578',
27
23
  communicationBlueTint10: '#2B88D8',
28
24
  communicationBlueTint20: '#C7E0F4',
29
25
  communicationBlueTint30: '#DEECF9',
30
- communicationBlueTint40: '#EFF6FC',
31
- cyan20: '#038387',
32
- cyan30: '#005B70',
33
- cyanBlue10: '#0078D4',
34
- cyanBlue20: '#004E8C',
35
26
  dangerPrimary: '#D92C2C',
36
- dangerShade10: '#C32727',
37
- dangerShade20: '#A52121',
38
- dangerShade30: '#791818',
39
27
  dangerTint10: '#DD4242',
40
- dangerTint20: '#E87979',
41
- dangerTint30: '#F4B9B9',
42
- dangerTint40: '#F9D9D9',
43
28
  gray20: '#69797E',
44
- gray25: '#F8F8F8',
45
29
  gray30: '#7A7574',
46
30
  gray40: '#393939',
47
- gray50: '#F1F1F1',
48
- gray100: '#E1E1E1',
49
- gray200: '#C8C8C8',
50
- gray300: '#ACACAC',
51
- gray400: '#919191',
52
- gray500: '#6E6E6E',
53
- gray600: '#404040',
54
- gray700: '#303030',
55
- gray800: '#292929',
56
- gray900: '#212121',
57
- gray950: '#141414',
58
- green10: '#498205',
59
- green20: '#0B6A0B',
60
- magenta10: '#C239B3',
61
- magenta20: '#881798',
62
- magentaPink10: '#E3008C',
63
- orange20: '#CA5010',
64
- orange30: '#8E562E',
65
- orangeYellow20: '#986F0B',
66
- pinkRed10: '#750B1C',
67
- presenceAvailable: '#6BB700',
68
- presenceAway: '#FFAA44',
69
- presenceBlocked: '#C50F1F',
70
- presenceBusy: '#C50F1F',
71
- presenceDnd: '#C50F1F',
72
- presenceOffline: '#8A8886',
73
- presenceOof: '#B4009E',
74
- presenceUnknown: '#8A8886',
75
- red10: '#D13438',
76
- red20: '#A4262C',
77
- successPrimary: '#13A10E',
78
- successShade10: '#11910D',
79
- successShade20: '#0F7A0B',
80
- successShade30: '#0B5A08',
81
31
  successTint10: '#27AC22',
82
- successTint20: '#5EC65A',
83
- successTint30: '#A7E3A5',
84
- successTint40: '#CEF0CD',
85
32
  warningPrimary: '#FFD335',
86
- warningShade10: '#E6BE30',
87
- warningShade20: '#C2A129',
88
- warningShade30: '#8F761E',
89
33
  warningTint10: '#FFD94E',
90
- warningTint20: '#FFE586',
91
- warningTint30: '#FFF2C3',
92
- warningTint40: '#FFF8DF',
93
- textDominant: '#212121',
94
- textPrimary: '#212121',
95
- textSecondary: '#6E6E6E',
96
- textDisabled: '#ACACAC',
97
- textOnAccent: 'white',
98
- iconPrimary: '#6E6E6E',
99
- iconSecondary: '#919191',
100
- iconDisabled: '#ACACAC',
101
- iconOnAccent: 'white',
102
- surfacePrimary: 'white',
103
- surfaceSecondary: '#F8F8F8',
104
- surfaceTertiary: '#F1F1F1',
105
- surfaceQuaternary: '#E1E1E1',
106
- dividerOnPrimary: '#E1E1E1',
107
- dividerOnSecondary: '#C8C8C8',
108
- dividerOnTertiary: '#C8C8C8',
109
- buttonBackground: 'transparent',
110
34
  buttonBackgroundFilledPressed: '#2B88D8',
111
- buttonBackgroundFilledDisabled: '#E1E1E1',
112
- buttonBorderDisabled: '#E1E1E1',
113
- buttonTitleDisabled: '#ACACAC',
114
- buttonTitleWithFilledBackground: 'white', //textOnAccent
35
+ buttonTitleDisabled: '#ACACAC', //textDisabled
115
36
  };
116
37
  }
38
+ //TODO: remove and replace with Fluent 2 alias color tokens
117
39
  function getFluentUIAppleDarkPalette() {
118
40
  return {
119
- blue10: '#4F6BED',
120
- blueMagenta20: '#8764B8',
121
- blueMagenta30: '#5C2E91',
122
41
  communicationBlue: '#0086F0',
123
- communicationBlueShade10: '#1890F1',
124
- communicationBlueShade20: '#3AA0F3',
125
- communicationBlueShade30: '#6CB8F6',
126
42
  communicationBlueTint10: '#0078D4',
127
43
  communicationBlueTint20: '#004C87',
128
44
  communicationBlueTint30: '#043862',
129
- communicationBlueTint40: '#092C47',
130
- cyan20: '#038387',
131
- cyan30: '#005B70',
132
- cyanBlue10: '#0078D4',
133
- cyanBlue20: '#004E8C',
134
45
  dangerPrimary: '#E83A3A',
135
- dangerShade10: '#EA4C4C',
136
- dangerShade20: '#EE6666',
137
- dangerShade30: '#F28C8C',
138
46
  dangerTint10: '#CC3333',
139
- dangerTint20: '#8B2323',
140
- dangerTint30: '#461111',
141
- dangerTint40: '#250909',
142
47
  gray20: '#69797E',
143
- gray25: '#F8F8F8',
144
48
  gray30: '#7A7574',
145
49
  gray40: '#393939',
146
- gray50: '#F1F1F1',
147
- gray100: '#E1E1E1',
148
- gray200: '#C8C8C8',
149
- gray300: '#ACACAC',
150
- gray400: '#919191',
151
- gray500: '#6E6E6E',
152
- gray600: '#404040',
153
- gray700: '#303030',
154
- gray800: '#292929',
155
- gray900: '#212121',
156
- gray950: '#141414',
157
- green10: '#498205',
158
- green20: '#0B6A0B',
159
- magenta10: '#C239B3',
160
- magenta20: '#881798',
161
- magentaPink10: '#E3008C',
162
- orange20: '#CA5010',
163
- orange30: '#8E562E',
164
- orangeYellow20: '#986F0B',
165
- pinkRed10: '#750B1C',
166
- presenceAvailable: '#92C353',
167
- presenceAway: '#F8D22A',
168
- presenceBlocked: '#D74553',
169
- presenceBusy: '#D74553',
170
- presenceDnd: '#D74553',
171
- presenceOffline: '#979593',
172
- presenceOof: '#E959D9',
173
- presenceUnknown: '#979593',
174
- red10: '#D13438',
175
- red20: '#A4262C',
176
- successPrimary: '#979593',
177
- successShade10: '#20BA53',
178
- successShade20: '#3BC569',
179
- successShade30: '#67D48B',
180
50
  successTint10: '#0D9D3D',
181
- successTint20: '#096B29',
182
- successTint30: '#043615',
183
- successTint40: '#021D0B',
184
51
  warningPrimary: '#FFC328',
185
- warningShade10: '#FFC83E',
186
- warningShade20: '#FFDD15',
187
- warningShade30: '#FFDD87',
188
52
  warningTint10: '#E0AB24',
189
- warningTint20: '#997518',
190
- warningTint30: '#4D3A0C',
191
- warningTint40: '#291F07',
192
- textDominant: 'white',
193
- textPrimary: '#E1E1E1',
194
- textSecondary: '#919191',
195
- textDisabled: '#404040',
196
- textOnAccent: 'black',
197
- iconPrimary: '#303030',
198
- iconSecondary: '#404040',
199
- iconDisabled: '#6E6E6E',
200
- iconOnAccent: 'black',
201
- surfacePrimary: 'black',
202
- surfaceSecondary: '#141414',
203
- surfaceTertiary: '#212121',
204
- surfaceQuaternary: '#404040',
205
- dividerOnPrimary: '#292929',
206
- dividerOnSecondary: '#303030',
207
- dividerOnTertiary: '#303030',
208
- buttonBackground: 'transparent',
209
53
  buttonBackgroundFilledPressed: '#004C87',
210
- buttonBackgroundFilledDisabled: '#404040',
211
- buttonBorderDisabled: '#404040',
212
- buttonTitleDisabled: '#404040',
213
- buttonTitleWithFilledBackground: 'black', //textOnAccent
54
+ buttonTitleDisabled: '#404040', //textDisabled
214
55
  };
215
56
  }
216
57
  /** Creates a palette of colors for the apple theme, using the appropriate FluentUI Apple Palette based on appearance */
@@ -221,18 +62,19 @@ function paletteFromAppleColors(isLightMode, isElevated) {
221
62
  if (mode === 'dark' && isElevated) {
222
63
  mode = 'darkElevated';
223
64
  }
224
- return __assign(__assign({}, (0, createiOSAliasTokens_1.createiOSColorAliasTokens)(mode)), {
65
+ var fluent2AliasColorTokens = (0, createiOSAliasTokens_1.createiOSColorAliasTokens)(mode);
66
+ return __assign(__assign({}, fluent2AliasColorTokens), {
225
67
  /* PaletteBackgroundColors & PaletteTextColors */
226
- background: fluentApple.surfacePrimary, bodyStandoutBackground: fluentApple.surfaceSecondary, bodyFrameBackground: fluentApple.surfacePrimary, bodyFrameDivider: fluentApple.dividerOnPrimary, bodyText: fluentApple.textPrimary, bodyTextChecked: fluentApple.textPrimary, subText: fluentApple.textSecondary, bodyDivider: fluentApple.dividerOnSecondary, disabledBackground: fluentApple.gray100, disabledText: fluentApple.textDisabled, disabledBodyText: fluentApple.textDisabled, disabledSubtext: fluentApple.textDisabled, disabledBodySubtext: fluentApple.textDisabled, focusBorder: 'transparent', variantBorder: fluentApple.dividerOnPrimary, variantBorderHovered: fluentApple.dividerOnPrimary, defaultStateBackground: fluentApple.surfacePrimary, errorText: fluentApple.dangerPrimary, warningText: fluentApple.warningPrimary, errorBackground: fluentApple.dangerTint10, blockingBackground: fluentApple.dangerTint10, warningBackground: fluentApple.warningPrimary, warningHighlight: fluentApple.warningTint10, successBackground: fluentApple.successTint10, inputBorder: fluentApple.dividerOnPrimary, inputBorderHovered: fluentApple.dividerOnPrimary, inputBackground: fluentApple.surfacePrimary, inputBackgroundChecked: fluentApple.surfacePrimary, inputBackgroundCheckedHovered: fluentApple.surfacePrimary, inputForegroundChecked: fluentApple.communicationBlue, inputFocusBorderAlt: fluentApple.dividerOnSecondary, smallInputBorder: fluentApple.dividerOnSecondary, inputText: fluentApple.textPrimary, inputTextHovered: fluentApple.textPrimary, inputPlaceholderText: fluentApple.textSecondary,
68
+ background: fluent2AliasColorTokens.neutralBackground1, bodyStandoutBackground: fluent2AliasColorTokens.neutralBackground4, bodyFrameBackground: fluent2AliasColorTokens.neutralBackground1, bodyFrameDivider: fluent2AliasColorTokens.neutralStroke2, bodyText: fluent2AliasColorTokens.neutralForeground1, bodyTextChecked: fluent2AliasColorTokens.neutralForeground1, subText: fluent2AliasColorTokens.neutralForeground3, bodyDivider: fluent2AliasColorTokens.neutralStroke1, disabledBackground: fluent2AliasColorTokens.neutralBackgroundDisabled, disabledText: fluent2AliasColorTokens.neutralForegroundDisabled1, disabledBodyText: fluent2AliasColorTokens.neutralForegroundDisabled1, disabledSubtext: fluent2AliasColorTokens.neutralForegroundDisabled1, disabledBodySubtext: fluent2AliasColorTokens.neutralForegroundDisabled1, focusBorder: 'transparent', variantBorder: fluent2AliasColorTokens.neutralStroke2, variantBorderHovered: fluent2AliasColorTokens.neutralStroke2, defaultStateBackground: fluent2AliasColorTokens.neutralBackground1, errorText: fluentApple.dangerPrimary, warningText: fluentApple.warningPrimary, errorBackground: fluentApple.dangerTint10, blockingBackground: fluentApple.dangerTint10, warningBackground: fluentApple.warningPrimary, warningHighlight: fluentApple.warningTint10, successBackground: fluentApple.successTint10, inputBorder: fluent2AliasColorTokens.neutralStroke2, inputBorderHovered: fluent2AliasColorTokens.neutralStroke2, inputBackground: fluent2AliasColorTokens.neutralBackground1, inputBackgroundChecked: fluent2AliasColorTokens.neutralBackground1, inputBackgroundCheckedHovered: fluent2AliasColorTokens.neutralBackground1, inputForegroundChecked: fluent2AliasColorTokens.neutralForegroundOnColor, inputFocusBorderAlt: fluent2AliasColorTokens.neutralStroke1, smallInputBorder: fluent2AliasColorTokens.neutralStroke1, inputText: fluent2AliasColorTokens.neutralForeground1, inputTextHovered: fluent2AliasColorTokens.neutralForeground1, inputPlaceholderText: fluent2AliasColorTokens.neutralForeground3,
227
69
  // Default values without any style
228
70
  // on FluentUI Apple iOS, this is the buttonStyle "Secondary Outline"
229
- buttonBackground: 'transparent', buttonBackgroundChecked: 'transparent', buttonBackgroundHovered: 'transparent', buttonBackgroundCheckedHovered: 'transparent', buttonBackgroundPressed: 'transparent', buttonBackgroundDisabled: 'transparent', buttonBorder: fluentApple.communicationBlueTint10, buttonText: fluentApple.communicationBlue, buttonTextHovered: fluentApple.communicationBlue, buttonTextChecked: fluentApple.communicationBlue, buttonTextCheckedHovered: fluentApple.communicationBlue, buttonTextPressed: fluentApple.communicationBlueTint20, buttonTextDisabled: fluentApple.buttonTitleDisabled, buttonBorderDisabled: fluentApple.buttonBorderDisabled, buttonBorderFocused: fluentApple.communicationBlueTint10, primaryButtonBackground: fluentApple.communicationBlue, primaryButtonBackgroundHovered: fluentApple.communicationBlue, primaryButtonBackgroundPressed: fluentApple.buttonBackgroundFilledPressed, primaryButtonBackgroundDisabled: fluentApple.buttonBackgroundFilledDisabled, primaryButtonBorder: 'transparent', primaryButtonBorderFocused: 'transparent', primaryButtonText: fluentApple.buttonTitleWithFilledBackground, primaryButtonTextHovered: fluentApple.buttonTitleWithFilledBackground, primaryButtonTextPressed: fluentApple.buttonTitleWithFilledBackground, primaryButtonTextDisabled: fluentApple.buttonTitleWithFilledBackground, accentButtonBackground: fluentApple.communicationBlue, accentButtonText: fluentApple.buttonTitleWithFilledBackground, menuBackground: fluentApple.surfacePrimary, menuDivider: fluentApple.dividerOnPrimary, menuIcon: fluentApple.iconPrimary, menuHeader: fluentApple.textDominant, menuItemBackgroundHovered: fluentApple.surfacePrimary, menuItemBackgroundPressed: fluentApple.surfacePrimary, menuItemText: fluentApple.textPrimary, menuItemTextHovered: fluentApple.textPrimary, listBackground: fluentApple.surfacePrimary, listText: fluentApple.textPrimary, listItemBackgroundHovered: fluentApple.surfacePrimary, listItemBackgroundChecked: fluentApple.surfacePrimary, listItemBackgroundCheckedHovered: fluentApple.surfacePrimary, listHeaderBackgroundHovered: fluentApple.textDominant, listHeaderBackgroundPressed: fluentApple.textDominant, actionLink: fluentApple.communicationBlue, actionLinkHovered: fluentApple.communicationBlue, link: fluentApple.communicationBlue, linkHovered: fluentApple.communicationBlue, linkPressed: fluentApple.communicationBlueTint10,
71
+ buttonBackground: 'transparent', buttonBackgroundChecked: 'transparent', buttonBackgroundHovered: 'transparent', buttonBackgroundCheckedHovered: 'transparent', buttonBackgroundPressed: 'transparent', buttonBackgroundDisabled: 'transparent', buttonBorder: fluentApple.communicationBlueTint10, buttonText: fluentApple.communicationBlue, buttonTextHovered: fluentApple.communicationBlue, buttonTextChecked: fluentApple.communicationBlue, buttonTextCheckedHovered: fluentApple.communicationBlue, buttonTextPressed: fluentApple.communicationBlueTint20, buttonTextDisabled: fluentApple.buttonTitleDisabled, buttonBorderDisabled: fluent2AliasColorTokens.neutralBackgroundDisabled, buttonBorderFocused: fluentApple.communicationBlueTint10, primaryButtonBackground: fluentApple.communicationBlue, primaryButtonBackgroundHovered: fluentApple.communicationBlue, primaryButtonBackgroundPressed: fluentApple.buttonBackgroundFilledPressed, primaryButtonBackgroundDisabled: fluent2AliasColorTokens.neutralBackgroundDisabled, primaryButtonBorder: 'transparent', primaryButtonBorderFocused: 'transparent', primaryButtonText: fluent2AliasColorTokens.neutralForegroundOnColor, primaryButtonTextHovered: fluent2AliasColorTokens.neutralForegroundOnColor, primaryButtonTextPressed: fluent2AliasColorTokens.neutralForegroundOnColor, primaryButtonTextDisabled: fluent2AliasColorTokens.neutralForegroundOnColor, accentButtonBackground: fluentApple.communicationBlue, accentButtonText: fluent2AliasColorTokens.neutralForegroundOnColor, menuBackground: fluent2AliasColorTokens.neutralBackground1, menuDivider: fluent2AliasColorTokens.neutralStroke2, menuIcon: fluent2AliasColorTokens.neutralForeground3, menuHeader: fluent2AliasColorTokens.neutralForeground1, menuItemBackgroundHovered: fluent2AliasColorTokens.neutralBackground1, menuItemBackgroundPressed: fluent2AliasColorTokens.neutralBackground1, menuItemText: fluent2AliasColorTokens.neutralForeground1, menuItemTextHovered: fluent2AliasColorTokens.neutralForeground1, listBackground: fluent2AliasColorTokens.neutralBackground1, listText: fluent2AliasColorTokens.neutralForeground1, listItemBackgroundHovered: fluent2AliasColorTokens.neutralBackground1, listItemBackgroundChecked: fluent2AliasColorTokens.neutralBackground1, listItemBackgroundCheckedHovered: fluent2AliasColorTokens.neutralBackground1, listHeaderBackgroundHovered: fluent2AliasColorTokens.neutralForeground1, listHeaderBackgroundPressed: fluent2AliasColorTokens.neutralForeground1, actionLink: fluentApple.communicationBlue, actionLinkHovered: fluentApple.communicationBlue, link: fluentApple.communicationBlue, linkHovered: fluentApple.communicationBlue, linkPressed: fluentApple.communicationBlueTint10,
230
72
  /* ControlColorTokens */
231
73
  // Default values without any style
232
74
  // on FluentUI Apple iOS, this is the buttonStyle "Secondary Outline"
233
- defaultBackground: 'transparent', defaultBorder: fluentApple.communicationBlueTint10, defaultContent: fluentApple.communicationBlue, defaultIcon: fluentApple.communicationBlue, defaultHoveredBackground: 'transparent', defaultHoveredBorder: fluentApple.communicationBlueTint10, defaultHoveredContent: fluentApple.communicationBlue, defaultHoveredIcon: fluentApple.communicationBlue, defaultFocusedBackground: 'transparent', defaultFocusedBorder: fluentApple.communicationBlueTint10, defaultFocusedContent: fluentApple.communicationBlue, defaultFocusedIcon: fluentApple.communicationBlue, defaultPressedBackground: 'transparent', defaultPressedBorder: fluentApple.communicationBlueTint30, defaultPressedContent: fluentApple.communicationBlueTint20, defaultPressedIcon: fluentApple.communicationBlueTint20, defaultDisabledBackground: 'transparent', defaultDisabledBorder: fluentApple.buttonBorderDisabled, defaultDisabledContent: fluentApple.buttonTitleDisabled, defaultDisabledIcon: fluentApple.buttonTitleDisabled, ghostBackground: 'transparent', ghostBorder: 'transparent', ghostContent: fluentApple.communicationBlue, ghostIcon: fluentApple.communicationBlue, ghostHoveredBackground: 'transparent', ghostHoveredBorder: 'transparent', ghostHoveredContent: fluentApple.communicationBlue, ghostHoveredIcon: fluentApple.communicationBlue, ghostFocusedBackground: 'transparent', ghostFocusedBorder: 'transparent', ghostFocusedContent: fluentApple.communicationBlue, ghostFocusedIcon: fluentApple.communicationBlue, ghostPressedBackground: 'transparent', ghostPressedBorder: 'transparent', ghostPressedContent: fluentApple.communicationBlueTint20, ghostPressedIcon: fluentApple.communicationBlueTint20, ghostDisabledBackground: 'transparent', ghostDisabledBorder: 'transparent', ghostDisabledContent: fluentApple.buttonTitleDisabled, ghostDisabledIcon: fluentApple.buttonTitleDisabled, brandedBackground: fluentApple.communicationBlue, brandedBorder: 'transparent', brandedContent: fluentApple.buttonTitleWithFilledBackground, brandedIcon: fluentApple.buttonTitleWithFilledBackground, brandedHoveredBackground: fluentApple.communicationBlue, brandedHoveredBorder: 'transparent', brandedHoveredContent: fluentApple.buttonTitleWithFilledBackground, brandedHoveredIcon: fluentApple.buttonTitleWithFilledBackground, brandedFocusedBackground: fluentApple.communicationBlue, brandedFocusedBorder: 'transparent', brandedFocusedContent: fluentApple.buttonTitleWithFilledBackground, brandedFocusedIcon: fluentApple.buttonTitleWithFilledBackground, brandedPressedBackground: fluentApple.buttonBackgroundFilledPressed, brandedPressedBorder: 'transparent', brandedPressedContent: fluentApple.buttonTitleWithFilledBackground, brandedPressedIcon: fluentApple.buttonTitleWithFilledBackground, brandedDisabledBackground: fluentApple.buttonBackgroundFilledDisabled, brandedDisabledBorder: 'transparent', brandedDisabledContent: fluentApple.buttonTitleWithFilledBackground, brandedDisabledIcon: fluentApple.buttonTitleWithFilledBackground, defaultCheckedBackground: 'transparent', defaultCheckedContent: fluentApple.communicationBlue, defaultCheckedHoveredBackground: 'transparent', defaultCheckedHoveredContent: fluentApple.communicationBlue, brandedCheckedBackground: fluentApple.communicationBlue, brandedCheckedContent: fluentApple.buttonTitleWithFilledBackground, brandedCheckedHoveredBackground: fluentApple.buttonTitleWithFilledBackground, brandedCheckedHoveredContent: fluentApple.buttonTitleWithFilledBackground, ghostCheckedBackground: 'transparent', ghostCheckedContent: fluentApple.communicationBlue, ghostCheckedHoveredBackground: 'transparent', ghostCheckedHoveredContent: fluentApple.communicationBlue, ghostCheckedHoveredBorder: 'transparent',
75
+ defaultBackground: 'transparent', defaultBorder: fluentApple.communicationBlueTint10, defaultContent: fluentApple.communicationBlue, defaultIcon: fluentApple.communicationBlue, defaultHoveredBackground: 'transparent', defaultHoveredBorder: fluentApple.communicationBlueTint10, defaultHoveredContent: fluentApple.communicationBlue, defaultHoveredIcon: fluentApple.communicationBlue, defaultFocusedBackground: 'transparent', defaultFocusedBorder: fluentApple.communicationBlueTint10, defaultFocusedContent: fluentApple.communicationBlue, defaultFocusedIcon: fluentApple.communicationBlue, defaultPressedBackground: 'transparent', defaultPressedBorder: fluentApple.communicationBlueTint30, defaultPressedContent: fluentApple.communicationBlueTint20, defaultPressedIcon: fluentApple.communicationBlueTint20, defaultDisabledBackground: 'transparent', defaultDisabledBorder: fluent2AliasColorTokens.neutralBackgroundDisabled, defaultDisabledContent: fluentApple.buttonTitleDisabled, defaultDisabledIcon: fluentApple.buttonTitleDisabled, ghostBackground: 'transparent', ghostBorder: 'transparent', ghostContent: fluentApple.communicationBlue, ghostIcon: fluentApple.communicationBlue, ghostHoveredBackground: 'transparent', ghostHoveredBorder: 'transparent', ghostHoveredContent: fluentApple.communicationBlue, ghostHoveredIcon: fluentApple.communicationBlue, ghostFocusedBackground: 'transparent', ghostFocusedBorder: 'transparent', ghostFocusedContent: fluentApple.communicationBlue, ghostFocusedIcon: fluentApple.communicationBlue, ghostPressedBackground: 'transparent', ghostPressedBorder: 'transparent', ghostPressedContent: fluentApple.communicationBlueTint20, ghostPressedIcon: fluentApple.communicationBlueTint20, ghostDisabledBackground: 'transparent', ghostDisabledBorder: 'transparent', ghostDisabledContent: fluentApple.buttonTitleDisabled, ghostDisabledIcon: fluentApple.buttonTitleDisabled, brandedBackground: fluentApple.communicationBlue, brandedBorder: 'transparent', brandedContent: fluent2AliasColorTokens.neutralForegroundOnColor, brandedIcon: fluent2AliasColorTokens.neutralForegroundOnColor, brandedHoveredBackground: fluentApple.communicationBlue, brandedHoveredBorder: 'transparent', brandedHoveredContent: fluent2AliasColorTokens.neutralForegroundOnColor, brandedHoveredIcon: fluent2AliasColorTokens.neutralForegroundOnColor, brandedFocusedBackground: fluentApple.communicationBlue, brandedFocusedBorder: 'transparent', brandedFocusedContent: fluent2AliasColorTokens.neutralForegroundOnColor, brandedFocusedIcon: fluent2AliasColorTokens.neutralForegroundOnColor, brandedPressedBackground: fluentApple.buttonBackgroundFilledPressed, brandedPressedBorder: 'transparent', brandedPressedContent: fluent2AliasColorTokens.neutralForegroundOnColor, brandedPressedIcon: fluent2AliasColorTokens.neutralForegroundOnColor, brandedDisabledBackground: fluent2AliasColorTokens.neutralBackgroundDisabled, brandedDisabledBorder: 'transparent', brandedDisabledContent: fluent2AliasColorTokens.neutralForegroundOnColor, brandedDisabledIcon: fluent2AliasColorTokens.neutralForegroundOnColor, defaultCheckedBackground: 'transparent', defaultCheckedContent: fluentApple.communicationBlue, defaultCheckedHoveredBackground: 'transparent', defaultCheckedHoveredContent: fluentApple.communicationBlue, brandedCheckedBackground: fluentApple.communicationBlue, brandedCheckedContent: fluent2AliasColorTokens.neutralForegroundOnColor, brandedCheckedHoveredBackground: fluent2AliasColorTokens.neutralForegroundOnColor, brandedCheckedHoveredContent: fluent2AliasColorTokens.neutralForegroundOnColor, ghostCheckedBackground: 'transparent', ghostCheckedContent: fluentApple.communicationBlue, ghostCheckedHoveredBackground: 'transparent', ghostCheckedHoveredContent: fluentApple.communicationBlue, ghostCheckedHoveredBorder: 'transparent',
234
76
  // Buttons on iOS don't have secondary text, so map these to be the same as the normal content
235
- ghostSecondaryContent: fluentApple.communicationBlue, ghostFocusedSecondaryContent: fluentApple.communicationBlue, ghostHoveredSecondaryContent: fluentApple.communicationBlue, ghostPressedSecondaryContent: fluentApple.communicationBlueTint20, brandedSecondaryContent: fluentApple.buttonTitleWithFilledBackground, brandedFocusedSecondaryContent: fluentApple.buttonTitleWithFilledBackground, brandedHoveredSecondaryContent: fluentApple.buttonTitleWithFilledBackground, brandedPressedSecondaryContent: fluentApple.buttonTitleWithFilledBackground, defaultDisabledSecondaryContent: fluentApple.buttonTitleDisabled, defaultHoveredSecondaryContent: fluentApple.communicationBlue, defaultPressedSecondaryContent: fluentApple.communicationBlueTint20, checkboxBackground: fluentApple.communicationBlue, checkboxBackgroundDisabled: fluentApple.surfacePrimary, checkboxBorderColor: fluentApple.gray600, checkmarkColor: fluentApple.iconOnAccent, personaActivityGlow: fluentApple.buttonBackground, personaActivityRing: fluentApple.surfacePrimary });
77
+ ghostSecondaryContent: fluentApple.communicationBlue, ghostFocusedSecondaryContent: fluentApple.communicationBlue, ghostHoveredSecondaryContent: fluentApple.communicationBlue, ghostPressedSecondaryContent: fluentApple.communicationBlueTint20, brandedSecondaryContent: fluent2AliasColorTokens.neutralForegroundOnColor, brandedFocusedSecondaryContent: fluent2AliasColorTokens.neutralForegroundOnColor, brandedHoveredSecondaryContent: fluent2AliasColorTokens.neutralForegroundOnColor, brandedPressedSecondaryContent: fluent2AliasColorTokens.neutralForegroundOnColor, defaultDisabledSecondaryContent: fluentApple.buttonTitleDisabled, defaultHoveredSecondaryContent: fluentApple.communicationBlue, defaultPressedSecondaryContent: fluentApple.communicationBlueTint20, checkboxBackground: fluentApple.communicationBlue, checkboxBackgroundDisabled: fluent2AliasColorTokens.neutralBackground1, checkboxBorderColor: theme_tokens_1.globalTokens.color.grey26, checkmarkColor: fluent2AliasColorTokens.neutralForegroundOnColor, personaActivityGlow: 'transparent', personaActivityRing: fluent2AliasColorTokens.neutralBackground1 });
236
78
  }
237
79
  exports.paletteFromAppleColors = paletteFromAppleColors;
238
80
  //# 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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"}
@@ -1,128 +1,24 @@
1
1
  import type { ColorValue } from 'react-native';
2
2
  /** Palette of colors defined in FluentUI Apple */
3
3
  interface FluentUIApplePalette {
4
- blue10: ColorValue;
5
- blueMagenta20: ColorValue;
6
- blueMagenta30: ColorValue;
7
4
  communicationBlue: ColorValue;
8
- communicationBlueShade10: ColorValue;
9
- communicationBlueShade20: ColorValue;
10
- communicationBlueShade30: ColorValue;
11
5
  communicationBlueTint10: ColorValue;
12
6
  communicationBlueTint20: ColorValue;
13
7
  communicationBlueTint30: ColorValue;
14
- communicationBlueTint40: ColorValue;
15
- cyan20: ColorValue;
16
- cyan30: ColorValue;
17
- cyanBlue10: ColorValue;
18
- cyanBlue20: ColorValue;
19
8
  dangerPrimary: ColorValue;
20
- dangerShade10: ColorValue;
21
- dangerShade20: ColorValue;
22
- dangerShade30: ColorValue;
23
9
  dangerTint10: ColorValue;
24
- dangerTint20: ColorValue;
25
- dangerTint30: ColorValue;
26
- dangerTint40: ColorValue;
27
10
  gray20: ColorValue;
28
- gray25: ColorValue;
29
11
  gray30: ColorValue;
30
12
  gray40: ColorValue;
31
- gray50: ColorValue;
32
- gray100: ColorValue;
33
- gray200: ColorValue;
34
- gray300: ColorValue;
35
- gray400: ColorValue;
36
- gray500: ColorValue;
37
- gray600: ColorValue;
38
- gray700: ColorValue;
39
- gray800: ColorValue;
40
- gray900: ColorValue;
41
- gray950: ColorValue;
42
- green10: ColorValue;
43
- green20: ColorValue;
44
- magenta10: ColorValue;
45
- magenta20: ColorValue;
46
- magentaPink10: ColorValue;
47
- orange20: ColorValue;
48
- orange30: ColorValue;
49
- orangeYellow20: ColorValue;
50
- pinkRed10: ColorValue;
51
- presenceAvailable: ColorValue;
52
- presenceAway: ColorValue;
53
- presenceBlocked: ColorValue;
54
- presenceBusy: ColorValue;
55
- presenceDnd: ColorValue;
56
- presenceOffline: ColorValue;
57
- presenceOof: ColorValue;
58
- presenceUnknown: ColorValue;
59
- red10: ColorValue;
60
- red20: ColorValue;
61
- successPrimary: ColorValue;
62
- successShade10: ColorValue;
63
- successShade20: ColorValue;
64
- successShade30: ColorValue;
65
13
  successTint10: ColorValue;
66
- successTint20: ColorValue;
67
- successTint30: ColorValue;
68
- successTint40: ColorValue;
69
14
  warningPrimary: ColorValue;
70
- warningShade10: ColorValue;
71
- warningShade20: ColorValue;
72
- warningShade30: ColorValue;
73
15
  warningTint10: ColorValue;
74
- warningTint20: ColorValue;
75
- warningTint30: ColorValue;
76
- warningTint40: ColorValue;
77
- }
78
- /** A set of colors that define semantic colors in FluentUI Apple */
79
- interface FluentAppleSemanticColors {
80
- /**
81
- * text color should not be lower than `gray500` in light mode to achieve 4.5:1 minimum contrast ratio in `.white` background
82
- * text color should not be higher than `gray400` in dark mode to achieve 4.5:1 minimum contrast ratio in `.black` background
83
- * when determining high contrast color, add 200 in light mode and substract 200 in dark mode from the default color.
84
- * text color used for main level in the screen. eg. title in dialog, title in navigationbar with `surfacePrimary`, etc
85
- */
86
- /** text color used for main level in the screen. eg. title in dialog, title in navigationbar with `surfacePrimary`, etc */
87
- textDominant: ColorValue;
88
- /** text color used for titles */
89
- textPrimary: ColorValue;
90
- /** text color used for subtitles */
91
- textSecondary: ColorValue;
92
- /** text color used in disabled state */
93
- textDisabled: ColorValue;
94
- /** text appears on top of the surface that uses `Colors.primary` as background color */
95
- textOnAccent: ColorValue;
96
- /** icon used as call-to-actions without a label attached. They need to reach a minimum contrast ratio 4.5:1 to its background */
97
- iconPrimary: ColorValue;
98
- /** icon that are attached to a label and are only used for decorative purposes */
99
- iconSecondary: ColorValue;
100
- /** icon color used in disabled state */
101
- iconDisabled: ColorValue;
102
- /** icon appears on top of surfaces that uses `Colors.primary` as background color */
103
- iconOnAccent: ColorValue;
104
- /**
105
- * In Dark mode, our system use two sets of background colors -- called base and elevated -- to enhance the perception of depth when one dark interface is layered above another.
106
- * The dark base colors are darker, making background interface appear to recede, and the elevate colors are lighter, making foreground interfaces appear to advance
107
- */
108
- surfacePrimary: ColorValue;
109
- surfaceSecondary: ColorValue;
110
- surfaceTertiary: ColorValue;
111
- /** also used for disabled background color */
112
- surfaceQuaternary: ColorValue;
113
- dividerOnPrimary: ColorValue;
114
- dividerOnSecondary: ColorValue;
115
- dividerOnTertiary: ColorValue;
116
16
  }
117
17
  /** FluentUI Apple Colors defined for the iOS Button */
118
18
  interface FluentAppleButtonColors {
119
- buttonBackground: ColorValue;
120
19
  buttonBackgroundFilledPressed: ColorValue;
121
- buttonBackgroundFilledDisabled: ColorValue;
122
- buttonBorderDisabled: ColorValue;
123
20
  buttonTitleDisabled: ColorValue;
124
- buttonTitleWithFilledBackground: ColorValue;
125
21
  }
126
- export type ApplePalette = FluentUIApplePalette & FluentAppleSemanticColors & FluentAppleButtonColors;
22
+ export type ApplePalette = FluentUIApplePalette & FluentAppleButtonColors;
127
23
  export {};
128
24
  //# sourceMappingURL=appleColors.types.ios.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"appleColors.types.ios.d.ts","sourceRoot":"","sources":["../src/appleColors.types.ios.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"appleColors.types.ios.d.ts","sourceRoot":"","sources":["../src/appleColors.types.ios.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAG/C,kDAAkD;AAClD,UAAU,oBAAoB;IAC5B,iBAAiB,EAAE,UAAU,CAAC;IAC9B,uBAAuB,EAAE,UAAU,CAAC;IACpC,uBAAuB,EAAE,UAAU,CAAC;IACpC,uBAAuB,EAAE,UAAU,CAAC;IACpC,aAAa,EAAE,UAAU,CAAC;IAC1B,YAAY,EAAE,UAAU,CAAC;IACzB,MAAM,EAAE,UAAU,CAAC;IACnB,MAAM,EAAE,UAAU,CAAC;IACnB,MAAM,EAAE,UAAU,CAAC;IACnB,aAAa,EAAE,UAAU,CAAC;IAC1B,cAAc,EAAE,UAAU,CAAC;IAC3B,aAAa,EAAE,UAAU,CAAC;CAC3B;AAGD,uDAAuD;AACvD,UAAU,uBAAuB;IAC/B,6BAA6B,EAAE,UAAU,CAAC;IAC1C,mBAAmB,EAAE,UAAU,CAAC;CACjC;AAED,MAAM,MAAM,YAAY,GAAG,oBAAoB,GAAG,uBAAuB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/apple-theme",
3
- "version": "0.18.8",
3
+ "version": "0.18.10",
4
4
  "description": "A FluentUI React Native theme that pulls constants from FluentUI Apple",
5
5
  "license": "MIT",
6
6
  "author": "Microsoft <fluentuinativeowners@microsoft.com>",
@@ -30,7 +30,7 @@
30
30
  "@fluentui-react-native/default-theme": ">=0.17.0 <1.0.0",
31
31
  "@fluentui-react-native/design-tokens-ios": "^0.42.0",
32
32
  "@fluentui-react-native/design-tokens-macos": "^0.42.0",
33
- "@fluentui-react-native/experimental-appearance-additions": "^0.2.4",
33
+ "@fluentui-react-native/experimental-appearance-additions": "^0.3.0",
34
34
  "@fluentui-react-native/memo-cache": "^1.1.8",
35
35
  "@fluentui-react-native/theme": ">=0.8.0 <1.0.0",
36
36
  "@fluentui-react-native/theme-tokens": "^0.24.2",