@fluentui-react-native/apple-theme 0.18.5 → 0.18.6

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 (78) hide show
  1. package/CHANGELOG.json +73 -1
  2. package/CHANGELOG.md +17 -2
  3. package/lib/__tests__/apple-theme.test.js +1 -1
  4. package/lib/appleColors.ios.d.ts +1 -1
  5. package/lib/appleColors.ios.d.ts.map +1 -1
  6. package/lib/appleColors.macos.d.ts +1 -1
  7. package/lib/appleColors.macos.d.ts.map +1 -1
  8. package/lib/appleColors.types.ios.d.ts +2 -2
  9. package/lib/appleColors.types.ios.d.ts.map +1 -1
  10. package/lib/appleColors.types.macos.d.ts +2 -2
  11. package/lib/appleColors.types.macos.d.ts.map +1 -1
  12. package/lib/appleShadows.ios.d.ts +1 -1
  13. package/lib/appleShadows.ios.d.ts.map +1 -1
  14. package/lib/appleShadows.macos.d.ts +1 -1
  15. package/lib/appleShadows.macos.d.ts.map +1 -1
  16. package/lib/appleTheme.ios.d.ts +1 -1
  17. package/lib/appleTheme.ios.d.ts.map +1 -1
  18. package/lib/appleTheme.macos.d.ts +1 -1
  19. package/lib/appleTheme.macos.d.ts.map +1 -1
  20. package/lib/appleTypography.ios.d.ts +1 -1
  21. package/lib/appleTypography.ios.d.ts.map +1 -1
  22. package/lib/appleTypography.macos.d.ts +1 -1
  23. package/lib/appleTypography.macos.d.ts.map +1 -1
  24. package/lib/createFontAliasTokens.ios.d.ts +1 -1
  25. package/lib/createFontAliasTokens.ios.d.ts.map +1 -1
  26. package/lib/createMacOSAliasTokens.d.ts +2 -2
  27. package/lib/createMacOSAliasTokens.d.ts.map +1 -1
  28. package/lib/createiOSAliasTokens.d.ts +2 -2
  29. package/lib/createiOSAliasTokens.d.ts.map +1 -1
  30. package/lib/getMacOSTokens.d.ts +1 -1
  31. package/lib/getMacOSTokens.d.ts.map +1 -1
  32. package/lib-commonjs/__tests__/apple-theme.test.js +1 -1
  33. package/lib-commonjs/appleColors.ios.d.ts +1 -1
  34. package/lib-commonjs/appleColors.ios.d.ts.map +1 -1
  35. package/lib-commonjs/appleColors.macos.d.ts +1 -1
  36. package/lib-commonjs/appleColors.macos.d.ts.map +1 -1
  37. package/lib-commonjs/appleColors.types.ios.d.ts +2 -2
  38. package/lib-commonjs/appleColors.types.ios.d.ts.map +1 -1
  39. package/lib-commonjs/appleColors.types.macos.d.ts +2 -2
  40. package/lib-commonjs/appleColors.types.macos.d.ts.map +1 -1
  41. package/lib-commonjs/appleShadows.ios.d.ts +1 -1
  42. package/lib-commonjs/appleShadows.ios.d.ts.map +1 -1
  43. package/lib-commonjs/appleShadows.macos.d.ts +1 -1
  44. package/lib-commonjs/appleShadows.macos.d.ts.map +1 -1
  45. package/lib-commonjs/appleTheme.ios.d.ts +1 -1
  46. package/lib-commonjs/appleTheme.ios.d.ts.map +1 -1
  47. package/lib-commonjs/appleTheme.macos.d.ts +1 -1
  48. package/lib-commonjs/appleTheme.macos.d.ts.map +1 -1
  49. package/lib-commonjs/appleTypography.ios.d.ts +1 -1
  50. package/lib-commonjs/appleTypography.ios.d.ts.map +1 -1
  51. package/lib-commonjs/appleTypography.macos.d.ts +1 -1
  52. package/lib-commonjs/appleTypography.macos.d.ts.map +1 -1
  53. package/lib-commonjs/createFontAliasTokens.ios.d.ts +1 -1
  54. package/lib-commonjs/createFontAliasTokens.ios.d.ts.map +1 -1
  55. package/lib-commonjs/createMacOSAliasTokens.d.ts +2 -2
  56. package/lib-commonjs/createMacOSAliasTokens.d.ts.map +1 -1
  57. package/lib-commonjs/createiOSAliasTokens.d.ts +2 -2
  58. package/lib-commonjs/createiOSAliasTokens.d.ts.map +1 -1
  59. package/lib-commonjs/getMacOSTokens.d.ts +1 -1
  60. package/lib-commonjs/getMacOSTokens.d.ts.map +1 -1
  61. package/package.json +23 -17
  62. package/src/__tests__/apple-theme.test.ts +1 -1
  63. package/src/appleColors.ios.ts +2 -2
  64. package/src/appleColors.macos.ts +2 -2
  65. package/src/appleColors.types.ios.ts +1 -1
  66. package/src/appleColors.types.macos.ts +1 -1
  67. package/src/appleShadows.ios.ts +1 -1
  68. package/src/appleShadows.macos.ts +1 -1
  69. package/src/appleTheme.ios.ts +1 -1
  70. package/src/appleTheme.macos.ts +1 -1
  71. package/src/appleTypography.ios.ts +1 -1
  72. package/src/appleTypography.macos.ts +1 -1
  73. package/src/createAppleTheme.ios.ts +1 -1
  74. package/src/createAppleTheme.macos.ts +1 -1
  75. package/src/createFontAliasTokens.ios.ts +1 -1
  76. package/src/createMacOSAliasTokens.ts +2 -2
  77. package/src/createiOSAliasTokens.ts +2 -2
  78. package/src/getMacOSTokens.ts +1 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,79 @@
2
2
  "name": "@fluentui-react-native/apple-theme",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 30 Jan 2023 07:10:00 GMT",
5
+ "date": "Wed, 01 Feb 2023 22:30:10 GMT",
6
+ "tag": "@fluentui-react-native/apple-theme_v0.18.6",
7
+ "version": "0.18.6",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "30809111+acoates-ms@users.noreply.github.com",
12
+ "package": "@fluentui-react-native/apple-theme",
13
+ "commit": "2d0138c80d7512b905fcf32583760bec2b911910",
14
+ "comment": "Enable @typescript-eslint/consistent-type-imports"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui-react-native/apple-theme",
19
+ "comment": "Bump @fluentui-react-native/default-theme to v0.16.28",
20
+ "commit": "2d0138c80d7512b905fcf32583760bec2b911910"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui-react-native/apple-theme",
25
+ "comment": "Bump @fluentui-react-native/experimental-appearance-additions to v0.2.2",
26
+ "commit": "2d0138c80d7512b905fcf32583760bec2b911910"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui-react-native/apple-theme",
31
+ "comment": "Bump @fluentui-react-native/memo-cache to v1.1.8",
32
+ "commit": "2d0138c80d7512b905fcf32583760bec2b911910"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui-react-native/apple-theme",
37
+ "comment": "Bump @fluentui-react-native/theme to v0.7.20",
38
+ "commit": "2d0138c80d7512b905fcf32583760bec2b911910"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui-react-native/apple-theme",
43
+ "comment": "Bump @fluentui-react-native/theme-tokens to v0.24.2",
44
+ "commit": "2d0138c80d7512b905fcf32583760bec2b911910"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui-react-native/apple-theme",
49
+ "comment": "Bump @fluentui-react-native/theme-types to v0.30.2",
50
+ "commit": "2d0138c80d7512b905fcf32583760bec2b911910"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui-react-native/apple-theme",
55
+ "comment": "Bump @fluentui-react-native/theming-utils to v0.23.2",
56
+ "commit": "2d0138c80d7512b905fcf32583760bec2b911910"
57
+ }
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "date": "Mon, 30 Jan 2023 15:17:29 GMT",
63
+ "tag": "@fluentui-react-native/apple-theme_v0.18.5",
64
+ "version": "0.18.5",
65
+ "comments": {
66
+ "none": [
67
+ {
68
+ "author": "4123478+tido64@users.noreply.github.com",
69
+ "package": "@fluentui-react-native/apple-theme",
70
+ "commit": "4de4c2b37c835ebd9af015ff767f9dd68452f786",
71
+ "comment": "Migrate to align-deps"
72
+ }
73
+ ]
74
+ }
75
+ },
76
+ {
77
+ "date": "Mon, 30 Jan 2023 07:12:38 GMT",
6
78
  "tag": "@fluentui-react-native/apple-theme_v0.18.5",
7
79
  "version": "0.18.5",
8
80
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,27 @@
1
1
  # Change Log - @fluentui-react-native/apple-theme
2
2
 
3
- This log was last generated on Mon, 30 Jan 2023 07:10:00 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 01 Feb 2023 22:30:10 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.18.6
8
+
9
+ Wed, 01 Feb 2023 22:30:10 GMT
10
+
11
+ ### Patches
12
+
13
+ - Enable @typescript-eslint/consistent-type-imports (30809111+acoates-ms@users.noreply.github.com)
14
+ - Bump @fluentui-react-native/default-theme to v0.16.28
15
+ - Bump @fluentui-react-native/experimental-appearance-additions to v0.2.2
16
+ - Bump @fluentui-react-native/memo-cache to v1.1.8
17
+ - Bump @fluentui-react-native/theme to v0.7.20
18
+ - Bump @fluentui-react-native/theme-tokens to v0.24.2
19
+ - Bump @fluentui-react-native/theme-types to v0.30.2
20
+ - Bump @fluentui-react-native/theming-utils to v0.23.2
21
+
7
22
  ## 0.18.5
8
23
 
9
- Mon, 30 Jan 2023 07:10:00 GMT
24
+ Mon, 30 Jan 2023 07:12:38 GMT
10
25
 
11
26
  ### Patches
12
27
 
@@ -13,7 +13,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
13
13
  function verb(n) { return function (v) { return step([n, v]); }; }
14
14
  function step(op) {
15
15
  if (f) throw new TypeError("Generator is already executing.");
16
- while (_) try {
16
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
17
17
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
18
18
  if (y = 0, t) op = [op[0] & 2, t.value];
19
19
  switch (op[0]) {
@@ -1,4 +1,4 @@
1
- import { ThemeColorDefinition } from '@fluentui-react-native/theme-types';
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
4
  //# sourceMappingURL=appleColors.ios.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"appleColors.ios.d.ts","sourceRoot":"","sources":["../src/appleColors.ios.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAwN1E,wHAAwH;AACxH,wBAAgB,sBAAsB,CAAC,WAAW,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,GAAG,oBAAoB,CAsOtG"}
1
+ {"version":3,"file":"appleColors.ios.d.ts","sourceRoot":"","sources":["../src/appleColors.ios.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAwN/E,wHAAwH;AACxH,wBAAgB,sBAAsB,CAAC,WAAW,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,GAAG,oBAAoB,CAsOtG"}
@@ -1,4 +1,4 @@
1
- import { ThemeColorDefinition, AppearanceOptions } from '@fluentui-react-native/theme-types';
1
+ import type { ThemeColorDefinition, AppearanceOptions } from '@fluentui-react-native/theme-types';
2
2
  /** Creates a palette of colors for the apple theme, given the FluentUI Apple Palette and Apple Semantic Palette
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
  */
@@ -1 +1 @@
1
- {"version":3,"file":"appleColors.macos.d.ts","sourceRoot":"","sources":["../src/appleColors.macos.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AA+P7F;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,GAAG,oBAAoB,CA2VlF"}
1
+ {"version":3,"file":"appleColors.macos.d.ts","sourceRoot":"","sources":["../src/appleColors.macos.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AA+PlG;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,GAAG,oBAAoB,CA2VlF"}
@@ -1,4 +1,4 @@
1
- import { ColorValue } from 'react-native';
1
+ import type { ColorValue } from 'react-native';
2
2
  /** Palette of colors defined in FluentUI Apple */
3
3
  interface FluentUIApplePalette {
4
4
  blue10: ColorValue;
@@ -123,6 +123,6 @@ interface FluentAppleButtonColors {
123
123
  buttonTitleDisabled: ColorValue;
124
124
  buttonTitleWithFilledBackground: ColorValue;
125
125
  }
126
- export declare type ApplePalette = FluentUIApplePalette & FluentAppleSemanticColors & FluentAppleButtonColors;
126
+ export type ApplePalette = FluentUIApplePalette & FluentAppleSemanticColors & FluentAppleButtonColors;
127
127
  export {};
128
128
  //# 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":"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"}
@@ -1,4 +1,4 @@
1
- import { ColorValue } from 'react-native';
1
+ import type { ColorValue } from 'react-native';
2
2
  /** Palette of Apple Platform Colors, defined at https://developer.apple.com/documentation/appkit/nscolor/ui_element_colors */
3
3
  export interface AppleSemanticPalette {
4
4
  /** The primary color to use for text labels */
@@ -150,6 +150,6 @@ interface FluentUIAppleBasePalette {
150
150
  warningTint30: ColorValue;
151
151
  warningTint40: ColorValue;
152
152
  }
153
- export declare type FluentUIApplePalette = FluentUIAppleBasePalette;
153
+ export type FluentUIApplePalette = FluentUIAppleBasePalette;
154
154
  export {};
155
155
  //# sourceMappingURL=appleColors.types.macos.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"appleColors.types.macos.d.ts","sourceRoot":"","sources":["../src/appleColors.types.macos.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"appleColors.types.macos.d.ts","sourceRoot":"","sources":["../src/appleColors.types.macos.ts"],"names":[],"mappings":"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"}
@@ -1,3 +1,3 @@
1
- import { ThemeShadowDefinition } from '@fluentui-react-native/theme-types';
1
+ import type { ThemeShadowDefinition } from '@fluentui-react-native/theme-types';
2
2
  export declare function iOSShadows(): ThemeShadowDefinition;
3
3
  //# sourceMappingURL=appleShadows.ios.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"appleShadows.ios.d.ts","sourceRoot":"","sources":["../src/appleShadows.ios.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAK3E,wBAAgB,UAAU,IAAI,qBAAqB,CAIlD"}
1
+ {"version":3,"file":"appleShadows.ios.d.ts","sourceRoot":"","sources":["../src/appleShadows.ios.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAKhF,wBAAgB,UAAU,IAAI,qBAAqB,CAIlD"}
@@ -1,3 +1,3 @@
1
- import { ThemeShadowDefinition, AppearanceOptions } from '@fluentui-react-native/theme-types';
1
+ import type { ThemeShadowDefinition, AppearanceOptions } from '@fluentui-react-native/theme-types';
2
2
  export declare function fallbackAppleShadows(mode: AppearanceOptions): ThemeShadowDefinition;
3
3
  //# sourceMappingURL=appleShadows.macos.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"appleShadows.macos.d.ts","sourceRoot":"","sources":["../src/appleShadows.macos.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAI9F,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,GAAG,qBAAqB,CAEnF"}
1
+ {"version":3,"file":"appleShadows.macos.d.ts","sourceRoot":"","sources":["../src/appleShadows.macos.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAInG,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,GAAG,qBAAqB,CAEnF"}
@@ -1,4 +1,4 @@
1
- import { Theme } from '@fluentui-react-native/theme-types';
1
+ import type { Theme } from '@fluentui-react-native/theme-types';
2
2
  declare function getBaseAppleThemeIOSWorker(isLightMode: boolean, isElevated: boolean): Theme;
3
3
  export declare const getBaseAppleThemeIOS: typeof getBaseAppleThemeIOSWorker;
4
4
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"appleTheme.ios.d.ts","sourceRoot":"","sources":["../src/appleTheme.ios.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAW,MAAM,oCAAoC,CAAC;AAkIpE,iBAAS,0BAA0B,CAAC,WAAW,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,GAAG,KAAK,CASpF;AAED,eAAO,MAAM,oBAAoB,mCAAsC,CAAC"}
1
+ {"version":3,"file":"appleTheme.ios.d.ts","sourceRoot":"","sources":["../src/appleTheme.ios.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAW,MAAM,oCAAoC,CAAC;AAkIzE,iBAAS,0BAA0B,CAAC,WAAW,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,GAAG,KAAK,CASpF;AAED,eAAO,MAAM,oBAAoB,mCAAsC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { Spacing, Theme, AppearanceOptions } from '@fluentui-react-native/theme-types';
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
4
  Button: {
@@ -1 +1 @@
1
- {"version":3,"file":"appleTheme.macos.d.ts","sourceRoot":"","sources":["../src/appleTheme.macos.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAMvF,wBAAgB,YAAY,IAAI,OAAO,CAQtC;AAED,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwD3B,CAAC;AAEF,iBAAS,4BAA4B,CAAC,IAAI,EAAE,iBAAiB,GAAG,KAAK,CASpE;AAED,eAAO,MAAM,sBAAsB,qCAAwC,CAAC"}
1
+ {"version":3,"file":"appleTheme.macos.d.ts","sourceRoot":"","sources":["../src/appleTheme.macos.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAM5F,wBAAgB,YAAY,IAAI,OAAO,CAQtC;AAED,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwD3B,CAAC;AAEF,iBAAS,4BAA4B,CAAC,IAAI,EAAE,iBAAiB,GAAG,KAAK,CASpE;AAED,eAAO,MAAM,sBAAsB,qCAAwC,CAAC"}
@@ -1,3 +1,3 @@
1
- import { Typography } from '@fluentui-react-native/theme-types';
1
+ import type { Typography } from '@fluentui-react-native/theme-types';
2
2
  export declare function appleTypography(): Typography;
3
3
  //# sourceMappingURL=appleTypography.ios.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"appleTypography.ios.d.ts","sourceRoot":"","sources":["../src/appleTypography.ios.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwC,UAAU,EAAY,MAAM,oCAAoC,CAAC;AAIhH,wBAAgB,eAAe,IAAI,UAAU,CAkD5C"}
1
+ {"version":3,"file":"appleTypography.ios.d.ts","sourceRoot":"","sources":["../src/appleTypography.ios.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAwC,UAAU,EAAY,MAAM,oCAAoC,CAAC;AAIrH,wBAAgB,eAAe,IAAI,UAAU,CAkD5C"}
@@ -1,4 +1,4 @@
1
- import { Typography } from '@fluentui-react-native/theme-types';
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
4
  * https://developer.apple.com/design/human-interface-guidelines/macos/visual-design/typography/
@@ -1 +1 @@
1
- {"version":3,"file":"appleTypography.macos.d.ts","sourceRoot":"","sources":["../src/appleTypography.macos.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwC,UAAU,EAAY,MAAM,oCAAoC,CAAC;AAEhH;;;;;GAKG;AAEH,wBAAgB,uBAAuB,IAAI,UAAU,CA8DpD"}
1
+ {"version":3,"file":"appleTypography.macos.d.ts","sourceRoot":"","sources":["../src/appleTypography.macos.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAwC,UAAU,EAAY,MAAM,oCAAoC,CAAC;AAErH;;;;;GAKG;AAEH,wBAAgB,uBAAuB,IAAI,UAAU,CA8DpD"}
@@ -1,4 +1,4 @@
1
- import { Variants } from '@fluentui-react-native/theme-types';
1
+ import type { Variants } from '@fluentui-react-native/theme-types';
2
2
  declare function createFontAliasTokensWorker(): Partial<Variants>;
3
3
  export declare const createFontAliasTokens: typeof createFontAliasTokensWorker;
4
4
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"createFontAliasTokens.ios.d.ts","sourceRoot":"","sources":["../src/createFontAliasTokens.ios.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAI9D,iBAAS,2BAA2B,IAAI,OAAO,CAAC,QAAQ,CAAC,CAExD;AAED,eAAO,MAAM,qBAAqB,oCAAuC,CAAC"}
1
+ {"version":3,"file":"createFontAliasTokens.ios.d.ts","sourceRoot":"","sources":["../src/createFontAliasTokens.ios.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAInE,iBAAS,2BAA2B,IAAI,OAAO,CAAC,QAAQ,CAAC,CAExD;AAED,eAAO,MAAM,qBAAqB,oCAAuC,CAAC"}
@@ -1,5 +1,5 @@
1
- import { AliasColorTokens, AppearanceOptions } from '@fluentui-react-native/theme-types';
2
- import { ThemeShadowDefinition } from '@fluentui-react-native/theme-types/lib/Shadow.types';
1
+ import type { AliasColorTokens, AppearanceOptions } from '@fluentui-react-native/theme-types';
2
+ import type { ThemeShadowDefinition } from '@fluentui-react-native/theme-types/lib/Shadow.types';
3
3
  declare function createMacOSColorAliasTokensWorker(mode: AppearanceOptions, isHighContrast: boolean): AliasColorTokens;
4
4
  export declare const createMacOSColorAliasTokens: typeof createMacOSColorAliasTokensWorker;
5
5
  declare function createMacOSShadowAliasTokensWorker(mode: AppearanceOptions, isHighContrast: boolean): ThemeShadowDefinition;
@@ -1 +1 @@
1
- {"version":3,"file":"createMacOSAliasTokens.d.ts","sourceRoot":"","sources":["../src/createMacOSAliasTokens.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAGzF,OAAO,EAAE,qBAAqB,EAAE,MAAM,qDAAqD,CAAC;AAE5F,iBAAS,iCAAiC,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO,GAAG,gBAAgB,CAG7G;AAED,eAAO,MAAM,2BAA2B,0CAA6C,CAAC;AAEtF,iBAAS,kCAAkC,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO,GAAG,qBAAqB,CAGnH;AAED,eAAO,MAAM,4BAA4B,2CAA8C,CAAC"}
1
+ {"version":3,"file":"createMacOSAliasTokens.d.ts","sourceRoot":"","sources":["../src/createMacOSAliasTokens.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAG9F,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,qDAAqD,CAAC;AAEjG,iBAAS,iCAAiC,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO,GAAG,gBAAgB,CAG7G;AAED,eAAO,MAAM,2BAA2B,0CAA6C,CAAC;AAEtF,iBAAS,kCAAkC,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO,GAAG,qBAAqB,CAGnH;AAED,eAAO,MAAM,4BAA4B,2CAA8C,CAAC"}
@@ -1,5 +1,5 @@
1
- import { AliasColorTokens, AppearanceOptions } from '@fluentui-react-native/theme-types';
2
- import { ThemeShadowDefinition } from '@fluentui-react-native/theme-types/lib/Shadow.types';
1
+ import type { AliasColorTokens, AppearanceOptions } from '@fluentui-react-native/theme-types';
2
+ import type { ThemeShadowDefinition } from '@fluentui-react-native/theme-types/lib/Shadow.types';
3
3
  declare function createiOSColorAliasTokensWorker(mode: AppearanceOptions): AliasColorTokens;
4
4
  export declare const createiOSColorAliasTokens: typeof createiOSColorAliasTokensWorker;
5
5
  declare function createiOSShadowAliasTokensWorker(mode: AppearanceOptions): ThemeShadowDefinition;
@@ -1 +1 @@
1
- {"version":3,"file":"createiOSAliasTokens.d.ts","sourceRoot":"","sources":["../src/createiOSAliasTokens.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAGzF,OAAO,EAAE,qBAAqB,EAAE,MAAM,qDAAqD,CAAC;AAE5F,iBAAS,+BAA+B,CAAC,IAAI,EAAE,iBAAiB,GAAG,gBAAgB,CAGlF;AAED,eAAO,MAAM,yBAAyB,wCAA2C,CAAC;AAElF,iBAAS,gCAAgC,CAAC,IAAI,EAAE,iBAAiB,GAAG,qBAAqB,CAGxF;AAED,eAAO,MAAM,0BAA0B,yCAA4C,CAAC"}
1
+ {"version":3,"file":"createiOSAliasTokens.d.ts","sourceRoot":"","sources":["../src/createiOSAliasTokens.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAG9F,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,qDAAqD,CAAC;AAEjG,iBAAS,+BAA+B,CAAC,IAAI,EAAE,iBAAiB,GAAG,gBAAgB,CAGlF;AAED,eAAO,MAAM,yBAAyB,wCAA2C,CAAC;AAElF,iBAAS,gCAAgC,CAAC,IAAI,EAAE,iBAAiB,GAAG,qBAAqB,CAGxF;AAED,eAAO,MAAM,0BAA0B,yCAA4C,CAAC"}
@@ -1,4 +1,4 @@
1
- import { AppearanceOptions } from '@fluentui-react-native/theme-types';
1
+ import type { AppearanceOptions } from '@fluentui-react-native/theme-types';
2
2
  export declare function getMacOSAliasTokens(mode: AppearanceOptions, isHighContrast: boolean): {
3
3
  brandBackground: {
4
4
  fillColorRest: string;
@@ -1 +1 @@
1
- {"version":3,"file":"getMacOSTokens.d.ts","sourceRoot":"","sources":["../src/getMacOSTokens.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAGvE,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBnF;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBpF"}
1
+ {"version":3,"file":"getMacOSTokens.d.ts","sourceRoot":"","sources":["../src/getMacOSTokens.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAG5E,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBnF;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBpF"}
@@ -14,7 +14,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
14
14
  function verb(n) { return function (v) { return step([n, v]); }; }
15
15
  function step(op) {
16
16
  if (f) throw new TypeError("Generator is already executing.");
17
- while (_) try {
17
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
18
18
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
19
19
  if (y = 0, t) op = [op[0] & 2, t.value];
20
20
  switch (op[0]) {
@@ -1,4 +1,4 @@
1
- import { ThemeColorDefinition } from '@fluentui-react-native/theme-types';
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
4
  //# sourceMappingURL=appleColors.ios.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"appleColors.ios.d.ts","sourceRoot":"","sources":["../src/appleColors.ios.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAwN1E,wHAAwH;AACxH,wBAAgB,sBAAsB,CAAC,WAAW,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,GAAG,oBAAoB,CAsOtG"}
1
+ {"version":3,"file":"appleColors.ios.d.ts","sourceRoot":"","sources":["../src/appleColors.ios.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oCAAoC,CAAC;AAwN/E,wHAAwH;AACxH,wBAAgB,sBAAsB,CAAC,WAAW,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,GAAG,oBAAoB,CAsOtG"}
@@ -1,4 +1,4 @@
1
- import { ThemeColorDefinition, AppearanceOptions } from '@fluentui-react-native/theme-types';
1
+ import type { ThemeColorDefinition, AppearanceOptions } from '@fluentui-react-native/theme-types';
2
2
  /** Creates a palette of colors for the apple theme, given the FluentUI Apple Palette and Apple Semantic Palette
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
  */
@@ -1 +1 @@
1
- {"version":3,"file":"appleColors.macos.d.ts","sourceRoot":"","sources":["../src/appleColors.macos.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AA+P7F;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,GAAG,oBAAoB,CA2VlF"}
1
+ {"version":3,"file":"appleColors.macos.d.ts","sourceRoot":"","sources":["../src/appleColors.macos.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AA+PlG;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,GAAG,oBAAoB,CA2VlF"}
@@ -1,4 +1,4 @@
1
- import { ColorValue } from 'react-native';
1
+ import type { ColorValue } from 'react-native';
2
2
  /** Palette of colors defined in FluentUI Apple */
3
3
  interface FluentUIApplePalette {
4
4
  blue10: ColorValue;
@@ -123,6 +123,6 @@ interface FluentAppleButtonColors {
123
123
  buttonTitleDisabled: ColorValue;
124
124
  buttonTitleWithFilledBackground: ColorValue;
125
125
  }
126
- export declare type ApplePalette = FluentUIApplePalette & FluentAppleSemanticColors & FluentAppleButtonColors;
126
+ export type ApplePalette = FluentUIApplePalette & FluentAppleSemanticColors & FluentAppleButtonColors;
127
127
  export {};
128
128
  //# 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":"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"}
@@ -1,4 +1,4 @@
1
- import { ColorValue } from 'react-native';
1
+ import type { ColorValue } from 'react-native';
2
2
  /** Palette of Apple Platform Colors, defined at https://developer.apple.com/documentation/appkit/nscolor/ui_element_colors */
3
3
  export interface AppleSemanticPalette {
4
4
  /** The primary color to use for text labels */
@@ -150,6 +150,6 @@ interface FluentUIAppleBasePalette {
150
150
  warningTint30: ColorValue;
151
151
  warningTint40: ColorValue;
152
152
  }
153
- export declare type FluentUIApplePalette = FluentUIAppleBasePalette;
153
+ export type FluentUIApplePalette = FluentUIAppleBasePalette;
154
154
  export {};
155
155
  //# sourceMappingURL=appleColors.types.macos.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"appleColors.types.macos.d.ts","sourceRoot":"","sources":["../src/appleColors.types.macos.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"appleColors.types.macos.d.ts","sourceRoot":"","sources":["../src/appleColors.types.macos.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,8HAA8H;AAC9H,MAAM,WAAW,oBAAoB;IAGnC,+CAA+C;IAC/C,UAAU,EAAE,UAAU,CAAC;IAEvB,iDAAiD;IACjD,mBAAmB,EAAE,UAAU,CAAC;IAEhC,gDAAgD;IAChD,kBAAkB,EAAE,UAAU,CAAC;IAE/B,iEAAiE;IACjE,oBAAoB,EAAE,UAAU,CAAC;IAIjC,gCAAgC;IAChC,SAAS,EAAE,UAAU,CAAC;IAEtB,sEAAsE;IACtE,oBAAoB,EAAE,UAAU,CAAC;IAEjC,yCAAyC;IACzC,iBAAiB,EAAE,UAAU,CAAC;IAE9B,2DAA2D;IAC3D,mBAAmB,EAAE,UAAU,CAAC;IAEhC,2DAA2D;IAC3D,2BAA2B,EAAE,UAAU,CAAC;IAExC,mEAAmE;IACnE,2BAA2B,EAAE,UAAU,CAAC;IAExC,oEAAoE;IACpE,6BAA6B,EAAE,UAAU,CAAC;IAE1C,0EAA0E;IAC1E,uCAAuC,EAAE,UAAU,CAAC;IAIpD,iCAAiC;IACjC,SAAS,EAAE,UAAU,CAAC;IAEtB,4EAA4E;IAC5E,cAAc,EAAE,UAAU,CAAC;IAE3B,6EAA6E;IAC7E,8BAA8B,EAAE,UAAU,CAAC;IAE3C,6DAA6D;IAC7D,0CAA0C,EAAE,UAAU,CAAC;IAIvD,kDAAkD;IAClD,yBAAyB,EAAE,UAAU,CAAC;IAItC,iFAAiF;IACjF,SAAS,EAAE,UAAU,CAAC;IAEtB,iFAAiF;IACjF,eAAe,EAAE,UAAU,CAAC;IAE5B,gHAAgH;IAChH,oCAAoC,EAAE,UAAU,CAAC;IAEjD,gHAAgH;IAChH,qCAAqC,EAAE,UAAU,CAAC;IAIlD,iDAAiD;IACjD,kBAAkB,EAAE,UAAU,CAAC;IAE/B,0DAA0D;IAC1D,YAAY,EAAE,UAAU,CAAC;IAEzB,iGAAiG;IACjG,sBAAsB,EAAE,UAAU,CAAC;IAEnC,oDAAoD;IACpD,gBAAgB,EAAE,UAAU,CAAC;IAE7B,qDAAqD;IACrD,wBAAwB,EAAE,UAAU,CAAC;IAErC,uHAAuH;IACvH,oBAAoB,EAAE,UAAU,CAAC;IAEjC,kGAAkG;IAClG,wBAAwB,EAAE,UAAU,CAAC;IAErC,sDAAsD;IACtD,iCAAiC,EAAE,UAAU,CAAC;IAE9C,0EAA0E;IAC1E,0BAA0B,EAAE,UAAU,CAAC;IAIvC,iDAAiD;IACjD,qBAAqB,EAAE,UAAU,CAAC;IAElC,oDAAoD;IACpD,oBAAoB,EAAE,UAAU,CAAC;IAEjC,+DAA+D;IAC/D,wBAAwB,EAAE,UAAU,CAAC;IAIrC,uFAAuF;IACvF,kBAAkB,EAAE,UAAU,CAAC;IAE/B,+DAA+D;IAC/D,cAAc,EAAE,UAAU,CAAC;IAE3B,gFAAgF;IAChF,WAAW,EAAE,UAAU,CAAC;CACzB;AAED,kDAAkD;AAClD,UAAU,wBAAwB;IAChC,MAAM,EAAE,UAAU,CAAC;IACnB,aAAa,EAAE,UAAU,CAAC;IAC1B,aAAa,EAAE,UAAU,CAAC;IAC1B,iBAAiB,EAAE,UAAU,CAAC;IAC9B,wBAAwB,EAAE,UAAU,CAAC;IACrC,wBAAwB,EAAE,UAAU,CAAC;IACrC,wBAAwB,EAAE,UAAU,CAAC;IACrC,uBAAuB,EAAE,UAAU,CAAC;IACpC,uBAAuB,EAAE,UAAU,CAAC;IACpC,uBAAuB,EAAE,UAAU,CAAC;IACpC,uBAAuB,EAAE,UAAU,CAAC;IACpC,MAAM,EAAE,UAAU,CAAC;IACnB,MAAM,EAAE,UAAU,CAAC;IACnB,UAAU,EAAE,UAAU,CAAC;IACvB,UAAU,EAAE,UAAU,CAAC;IACvB,aAAa,EAAE,UAAU,CAAC;IAC1B,aAAa,EAAE,UAAU,CAAC;IAC1B,aAAa,EAAE,UAAU,CAAC;IAC1B,aAAa,EAAE,UAAU,CAAC;IAC1B,YAAY,EAAE,UAAU,CAAC;IACzB,YAAY,EAAE,UAAU,CAAC;IACzB,YAAY,EAAE,UAAU,CAAC;IACzB,YAAY,EAAE,UAAU,CAAC;IACzB,MAAM,EAAE,UAAU,CAAC;IACnB,MAAM,EAAE,UAAU,CAAC;IACnB,MAAM,EAAE,UAAU,CAAC;IACnB,MAAM,EAAE,UAAU,CAAC;IACnB,MAAM,EAAE,UAAU,CAAC;IACnB,OAAO,EAAE,UAAU,CAAC;IACpB,OAAO,EAAE,UAAU,CAAC;IACpB,OAAO,EAAE,UAAU,CAAC;IACpB,OAAO,EAAE,UAAU,CAAC;IACpB,OAAO,EAAE,UAAU,CAAC;IACpB,OAAO,EAAE,UAAU,CAAC;IACpB,OAAO,EAAE,UAAU,CAAC;IACpB,OAAO,EAAE,UAAU,CAAC;IACpB,OAAO,EAAE,UAAU,CAAC;IACpB,OAAO,EAAE,UAAU,CAAC;IACpB,OAAO,EAAE,UAAU,CAAC;IACpB,OAAO,EAAE,UAAU,CAAC;IACpB,SAAS,EAAE,UAAU,CAAC;IACtB,SAAS,EAAE,UAAU,CAAC;IACtB,aAAa,EAAE,UAAU,CAAC;IAC1B,QAAQ,EAAE,UAAU,CAAC;IACrB,QAAQ,EAAE,UAAU,CAAC;IACrB,cAAc,EAAE,UAAU,CAAC;IAC3B,SAAS,EAAE,UAAU,CAAC;IACtB,iBAAiB,EAAE,UAAU,CAAC;IAC9B,YAAY,EAAE,UAAU,CAAC;IACzB,eAAe,EAAE,UAAU,CAAC;IAC5B,YAAY,EAAE,UAAU,CAAC;IACzB,WAAW,EAAE,UAAU,CAAC;IACxB,eAAe,EAAE,UAAU,CAAC;IAC5B,WAAW,EAAE,UAAU,CAAC;IACxB,eAAe,EAAE,UAAU,CAAC;IAC5B,KAAK,EAAE,UAAU,CAAC;IAClB,KAAK,EAAE,UAAU,CAAC;IAClB,cAAc,EAAE,UAAU,CAAC;IAC3B,cAAc,EAAE,UAAU,CAAC;IAC3B,cAAc,EAAE,UAAU,CAAC;IAC3B,cAAc,EAAE,UAAU,CAAC;IAC3B,aAAa,EAAE,UAAU,CAAC;IAC1B,aAAa,EAAE,UAAU,CAAC;IAC1B,aAAa,EAAE,UAAU,CAAC;IAC1B,aAAa,EAAE,UAAU,CAAC;IAC1B,cAAc,EAAE,UAAU,CAAC;IAC3B,cAAc,EAAE,UAAU,CAAC;IAC3B,cAAc,EAAE,UAAU,CAAC;IAC3B,cAAc,EAAE,UAAU,CAAC;IAC3B,aAAa,EAAE,UAAU,CAAC;IAC1B,aAAa,EAAE,UAAU,CAAC;IAC1B,aAAa,EAAE,UAAU,CAAC;IAC1B,aAAa,EAAE,UAAU,CAAC;CAC3B;AAED,MAAM,MAAM,oBAAoB,GAAG,wBAAwB,CAAC"}
@@ -1,3 +1,3 @@
1
- import { ThemeShadowDefinition } from '@fluentui-react-native/theme-types';
1
+ import type { ThemeShadowDefinition } from '@fluentui-react-native/theme-types';
2
2
  export declare function iOSShadows(): ThemeShadowDefinition;
3
3
  //# sourceMappingURL=appleShadows.ios.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"appleShadows.ios.d.ts","sourceRoot":"","sources":["../src/appleShadows.ios.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAK3E,wBAAgB,UAAU,IAAI,qBAAqB,CAIlD"}
1
+ {"version":3,"file":"appleShadows.ios.d.ts","sourceRoot":"","sources":["../src/appleShadows.ios.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAKhF,wBAAgB,UAAU,IAAI,qBAAqB,CAIlD"}
@@ -1,3 +1,3 @@
1
- import { ThemeShadowDefinition, AppearanceOptions } from '@fluentui-react-native/theme-types';
1
+ import type { ThemeShadowDefinition, AppearanceOptions } from '@fluentui-react-native/theme-types';
2
2
  export declare function fallbackAppleShadows(mode: AppearanceOptions): ThemeShadowDefinition;
3
3
  //# sourceMappingURL=appleShadows.macos.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"appleShadows.macos.d.ts","sourceRoot":"","sources":["../src/appleShadows.macos.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAI9F,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,GAAG,qBAAqB,CAEnF"}
1
+ {"version":3,"file":"appleShadows.macos.d.ts","sourceRoot":"","sources":["../src/appleShadows.macos.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAInG,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,GAAG,qBAAqB,CAEnF"}
@@ -1,4 +1,4 @@
1
- import { Theme } from '@fluentui-react-native/theme-types';
1
+ import type { Theme } from '@fluentui-react-native/theme-types';
2
2
  declare function getBaseAppleThemeIOSWorker(isLightMode: boolean, isElevated: boolean): Theme;
3
3
  export declare const getBaseAppleThemeIOS: typeof getBaseAppleThemeIOSWorker;
4
4
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"appleTheme.ios.d.ts","sourceRoot":"","sources":["../src/appleTheme.ios.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAW,MAAM,oCAAoC,CAAC;AAkIpE,iBAAS,0BAA0B,CAAC,WAAW,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,GAAG,KAAK,CASpF;AAED,eAAO,MAAM,oBAAoB,mCAAsC,CAAC"}
1
+ {"version":3,"file":"appleTheme.ios.d.ts","sourceRoot":"","sources":["../src/appleTheme.ios.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAW,MAAM,oCAAoC,CAAC;AAkIzE,iBAAS,0BAA0B,CAAC,WAAW,EAAE,OAAO,EAAE,UAAU,EAAE,OAAO,GAAG,KAAK,CASpF;AAED,eAAO,MAAM,oBAAoB,mCAAsC,CAAC"}
@@ -1,4 +1,4 @@
1
- import { Spacing, Theme, AppearanceOptions } from '@fluentui-react-native/theme-types';
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
4
  Button: {
@@ -1 +1 @@
1
- {"version":3,"file":"appleTheme.macos.d.ts","sourceRoot":"","sources":["../src/appleTheme.macos.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAMvF,wBAAgB,YAAY,IAAI,OAAO,CAQtC;AAED,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwD3B,CAAC;AAEF,iBAAS,4BAA4B,CAAC,IAAI,EAAE,iBAAiB,GAAG,KAAK,CASpE;AAED,eAAO,MAAM,sBAAsB,qCAAwC,CAAC"}
1
+ {"version":3,"file":"appleTheme.macos.d.ts","sourceRoot":"","sources":["../src/appleTheme.macos.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAM5F,wBAAgB,YAAY,IAAI,OAAO,CAQtC;AAED,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwD3B,CAAC;AAEF,iBAAS,4BAA4B,CAAC,IAAI,EAAE,iBAAiB,GAAG,KAAK,CASpE;AAED,eAAO,MAAM,sBAAsB,qCAAwC,CAAC"}
@@ -1,3 +1,3 @@
1
- import { Typography } from '@fluentui-react-native/theme-types';
1
+ import type { Typography } from '@fluentui-react-native/theme-types';
2
2
  export declare function appleTypography(): Typography;
3
3
  //# sourceMappingURL=appleTypography.ios.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"appleTypography.ios.d.ts","sourceRoot":"","sources":["../src/appleTypography.ios.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwC,UAAU,EAAY,MAAM,oCAAoC,CAAC;AAIhH,wBAAgB,eAAe,IAAI,UAAU,CAkD5C"}
1
+ {"version":3,"file":"appleTypography.ios.d.ts","sourceRoot":"","sources":["../src/appleTypography.ios.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAwC,UAAU,EAAY,MAAM,oCAAoC,CAAC;AAIrH,wBAAgB,eAAe,IAAI,UAAU,CAkD5C"}
@@ -1,4 +1,4 @@
1
- import { Typography } from '@fluentui-react-native/theme-types';
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
4
  * https://developer.apple.com/design/human-interface-guidelines/macos/visual-design/typography/
@@ -1 +1 @@
1
- {"version":3,"file":"appleTypography.macos.d.ts","sourceRoot":"","sources":["../src/appleTypography.macos.ts"],"names":[],"mappings":"AAAA,OAAO,EAAwC,UAAU,EAAY,MAAM,oCAAoC,CAAC;AAEhH;;;;;GAKG;AAEH,wBAAgB,uBAAuB,IAAI,UAAU,CA8DpD"}
1
+ {"version":3,"file":"appleTypography.macos.d.ts","sourceRoot":"","sources":["../src/appleTypography.macos.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAwC,UAAU,EAAY,MAAM,oCAAoC,CAAC;AAErH;;;;;GAKG;AAEH,wBAAgB,uBAAuB,IAAI,UAAU,CA8DpD"}
@@ -1,4 +1,4 @@
1
- import { Variants } from '@fluentui-react-native/theme-types';
1
+ import type { Variants } from '@fluentui-react-native/theme-types';
2
2
  declare function createFontAliasTokensWorker(): Partial<Variants>;
3
3
  export declare const createFontAliasTokens: typeof createFontAliasTokensWorker;
4
4
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"createFontAliasTokens.ios.d.ts","sourceRoot":"","sources":["../src/createFontAliasTokens.ios.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAI9D,iBAAS,2BAA2B,IAAI,OAAO,CAAC,QAAQ,CAAC,CAExD;AAED,eAAO,MAAM,qBAAqB,oCAAuC,CAAC"}
1
+ {"version":3,"file":"createFontAliasTokens.ios.d.ts","sourceRoot":"","sources":["../src/createFontAliasTokens.ios.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAInE,iBAAS,2BAA2B,IAAI,OAAO,CAAC,QAAQ,CAAC,CAExD;AAED,eAAO,MAAM,qBAAqB,oCAAuC,CAAC"}
@@ -1,5 +1,5 @@
1
- import { AliasColorTokens, AppearanceOptions } from '@fluentui-react-native/theme-types';
2
- import { ThemeShadowDefinition } from '@fluentui-react-native/theme-types/lib/Shadow.types';
1
+ import type { AliasColorTokens, AppearanceOptions } from '@fluentui-react-native/theme-types';
2
+ import type { ThemeShadowDefinition } from '@fluentui-react-native/theme-types/lib/Shadow.types';
3
3
  declare function createMacOSColorAliasTokensWorker(mode: AppearanceOptions, isHighContrast: boolean): AliasColorTokens;
4
4
  export declare const createMacOSColorAliasTokens: typeof createMacOSColorAliasTokensWorker;
5
5
  declare function createMacOSShadowAliasTokensWorker(mode: AppearanceOptions, isHighContrast: boolean): ThemeShadowDefinition;
@@ -1 +1 @@
1
- {"version":3,"file":"createMacOSAliasTokens.d.ts","sourceRoot":"","sources":["../src/createMacOSAliasTokens.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAGzF,OAAO,EAAE,qBAAqB,EAAE,MAAM,qDAAqD,CAAC;AAE5F,iBAAS,iCAAiC,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO,GAAG,gBAAgB,CAG7G;AAED,eAAO,MAAM,2BAA2B,0CAA6C,CAAC;AAEtF,iBAAS,kCAAkC,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO,GAAG,qBAAqB,CAGnH;AAED,eAAO,MAAM,4BAA4B,2CAA8C,CAAC"}
1
+ {"version":3,"file":"createMacOSAliasTokens.d.ts","sourceRoot":"","sources":["../src/createMacOSAliasTokens.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAG9F,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,qDAAqD,CAAC;AAEjG,iBAAS,iCAAiC,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO,GAAG,gBAAgB,CAG7G;AAED,eAAO,MAAM,2BAA2B,0CAA6C,CAAC;AAEtF,iBAAS,kCAAkC,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO,GAAG,qBAAqB,CAGnH;AAED,eAAO,MAAM,4BAA4B,2CAA8C,CAAC"}
@@ -1,5 +1,5 @@
1
- import { AliasColorTokens, AppearanceOptions } from '@fluentui-react-native/theme-types';
2
- import { ThemeShadowDefinition } from '@fluentui-react-native/theme-types/lib/Shadow.types';
1
+ import type { AliasColorTokens, AppearanceOptions } from '@fluentui-react-native/theme-types';
2
+ import type { ThemeShadowDefinition } from '@fluentui-react-native/theme-types/lib/Shadow.types';
3
3
  declare function createiOSColorAliasTokensWorker(mode: AppearanceOptions): AliasColorTokens;
4
4
  export declare const createiOSColorAliasTokens: typeof createiOSColorAliasTokensWorker;
5
5
  declare function createiOSShadowAliasTokensWorker(mode: AppearanceOptions): ThemeShadowDefinition;
@@ -1 +1 @@
1
- {"version":3,"file":"createiOSAliasTokens.d.ts","sourceRoot":"","sources":["../src/createiOSAliasTokens.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAGzF,OAAO,EAAE,qBAAqB,EAAE,MAAM,qDAAqD,CAAC;AAE5F,iBAAS,+BAA+B,CAAC,IAAI,EAAE,iBAAiB,GAAG,gBAAgB,CAGlF;AAED,eAAO,MAAM,yBAAyB,wCAA2C,CAAC;AAElF,iBAAS,gCAAgC,CAAC,IAAI,EAAE,iBAAiB,GAAG,qBAAqB,CAGxF;AAED,eAAO,MAAM,0BAA0B,yCAA4C,CAAC"}
1
+ {"version":3,"file":"createiOSAliasTokens.d.ts","sourceRoot":"","sources":["../src/createiOSAliasTokens.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAG9F,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,qDAAqD,CAAC;AAEjG,iBAAS,+BAA+B,CAAC,IAAI,EAAE,iBAAiB,GAAG,gBAAgB,CAGlF;AAED,eAAO,MAAM,yBAAyB,wCAA2C,CAAC;AAElF,iBAAS,gCAAgC,CAAC,IAAI,EAAE,iBAAiB,GAAG,qBAAqB,CAGxF;AAED,eAAO,MAAM,0BAA0B,yCAA4C,CAAC"}
@@ -1,4 +1,4 @@
1
- import { AppearanceOptions } from '@fluentui-react-native/theme-types';
1
+ import type { AppearanceOptions } from '@fluentui-react-native/theme-types';
2
2
  export declare function getMacOSAliasTokens(mode: AppearanceOptions, isHighContrast: boolean): {
3
3
  brandBackground: {
4
4
  fillColorRest: string;
@@ -1 +1 @@
1
- {"version":3,"file":"getMacOSTokens.d.ts","sourceRoot":"","sources":["../src/getMacOSTokens.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAGvE,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBnF;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBpF"}
1
+ {"version":3,"file":"getMacOSTokens.d.ts","sourceRoot":"","sources":["../src/getMacOSTokens.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AAG5E,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBnF;AAED,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,iBAAiB,EAAE,cAAc,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkBpF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui-react-native/apple-theme",
3
- "version": "0.18.5",
3
+ "version": "0.18.6",
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>",
@@ -27,15 +27,15 @@
27
27
  "directory": "packages/theming/apple-theme"
28
28
  },
29
29
  "dependencies": {
30
- "@fluentui-react-native/default-theme": ">=0.16.27 <1.0.0",
30
+ "@fluentui-react-native/default-theme": ">=0.16.28 <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.1",
34
- "@fluentui-react-native/memo-cache": "^1.1.7",
35
- "@fluentui-react-native/theme": ">=0.7.19 <1.0.0",
36
- "@fluentui-react-native/theme-tokens": "^0.24.1",
37
- "@fluentui-react-native/theme-types": ">=0.30.1 <1.0.0",
38
- "@fluentui-react-native/theming-utils": "^0.23.1",
33
+ "@fluentui-react-native/experimental-appearance-additions": "^0.2.2",
34
+ "@fluentui-react-native/memo-cache": "^1.1.8",
35
+ "@fluentui-react-native/theme": ">=0.7.20 <1.0.0",
36
+ "@fluentui-react-native/theme-tokens": "^0.24.2",
37
+ "@fluentui-react-native/theme-types": ">=0.30.2 <1.0.0",
38
+ "@fluentui-react-native/theming-utils": "^0.23.2",
39
39
  "assert-never": "^1.2.1"
40
40
  },
41
41
  "devDependencies": {
@@ -53,15 +53,21 @@
53
53
  "react-native-macos": "^0.68.0"
54
54
  },
55
55
  "rnx-kit": {
56
- "reactNativeVersion": "^0.68",
57
- "reactNativeDevVersion": "^0.68",
58
56
  "kitType": "library",
59
- "capabilities": [
60
- "core",
61
- "core-android",
62
- "core-ios",
63
- "core-macos",
64
- "react"
65
- ]
57
+ "alignDeps": {
58
+ "presets": [
59
+ "microsoft/react-native"
60
+ ],
61
+ "requirements": [
62
+ "react-native@0.68"
63
+ ],
64
+ "capabilities": [
65
+ "core",
66
+ "core-android",
67
+ "core-ios",
68
+ "core-macos",
69
+ "react"
70
+ ]
71
+ }
66
72
  }
67
73
  }
@@ -1,6 +1,6 @@
1
1
  import { createMacOSColorAliasTokens, createMacOSShadowAliasTokens } from '../createMacOSAliasTokens';
2
2
  import { getIsHighContrast, setIsHighContrast } from '../appleHighContrast.macos';
3
- import { AppearanceOptions } from '@fluentui-react-native/theme-types';
3
+ import type { AppearanceOptions } from '@fluentui-react-native/theme-types';
4
4
  import { createAppleTheme } from '../createAppleTheme';
5
5
 
6
6
  // For some reason the automatically mocked AccessibilityInfo object is the react-native version, not the
@@ -1,7 +1,7 @@
1
- import { ThemeColorDefinition } from '@fluentui-react-native/theme-types';
1
+ import type { ThemeColorDefinition } from '@fluentui-react-native/theme-types';
2
2
  import { getCurrentAppearance } from '@fluentui-react-native/theming-utils';
3
3
  import { Appearance } from 'react-native';
4
- import { ApplePalette } from './appleColors.types.ios';
4
+ import type { ApplePalette } from './appleColors.types.ios';
5
5
  import { createiOSColorAliasTokens } from './createiOSAliasTokens';
6
6
 
7
7
  function getFluentUIAppleLightPalette(): ApplePalette {
@@ -1,5 +1,5 @@
1
- import { ThemeColorDefinition, AppearanceOptions } from '@fluentui-react-native/theme-types';
2
- import { AppleSemanticPalette, FluentUIApplePalette } from './appleColors.types.macos';
1
+ import type { ThemeColorDefinition, AppearanceOptions } from '@fluentui-react-native/theme-types';
2
+ import type { AppleSemanticPalette, FluentUIApplePalette } from './appleColors.types.macos';
3
3
  import { PlatformColor, DynamicColorMacOS, ColorWithSystemEffectMacOS } from 'react-native-macos';
4
4
  import { createMacOSColorAliasTokens } from './createMacOSAliasTokens';
5
5
  import { getIsHighContrast } from './appleHighContrast.macos';
@@ -1,4 +1,4 @@
1
- import { ColorValue } from 'react-native';
1
+ import type { ColorValue } from 'react-native';
2
2
 
3
3
  /** Palette of colors defined in FluentUI Apple */
4
4
  interface FluentUIApplePalette {
@@ -1,4 +1,4 @@
1
- import { ColorValue } from 'react-native';
1
+ import type { ColorValue } from 'react-native';
2
2
 
3
3
  /** Palette of Apple Platform Colors, defined at https://developer.apple.com/documentation/appkit/nscolor/ui_element_colors */
4
4
  export interface AppleSemanticPalette {
@@ -1,4 +1,4 @@
1
- import { ThemeShadowDefinition } from '@fluentui-react-native/theme-types';
1
+ import type { ThemeShadowDefinition } from '@fluentui-react-native/theme-types';
2
2
  import { getCurrentAppearance } from '@fluentui-react-native/theming-utils';
3
3
  import { Appearance } from 'react-native';
4
4
  import { createiOSShadowAliasTokens } from './createiOSAliasTokens';
@@ -1,4 +1,4 @@
1
- import { ThemeShadowDefinition, AppearanceOptions } from '@fluentui-react-native/theme-types';
1
+ import type { ThemeShadowDefinition, AppearanceOptions } from '@fluentui-react-native/theme-types';
2
2
  import { getIsHighContrast } from './appleHighContrast.macos';
3
3
  import { createMacOSShadowAliasTokens } from './createMacOSAliasTokens';
4
4
 
@@ -1,4 +1,4 @@
1
- import { Theme, Spacing } from '@fluentui-react-native/theme-types';
1
+ import type { Theme, Spacing } from '@fluentui-react-native/theme-types';
2
2
  import { paletteFromAppleColors } from './appleColors.ios';
3
3
  import { appleTypography } from './appleTypography.ios';
4
4
  import { iOSShadows } from './appleShadows.ios';
@@ -1,4 +1,4 @@
1
- import { Spacing, Theme, AppearanceOptions } from '@fluentui-react-native/theme-types';
1
+ import type { Spacing, Theme, AppearanceOptions } from '@fluentui-react-native/theme-types';
2
2
  import { fallbackApplePalette } from './appleColors.macos';
3
3
  import { fallbackAppleShadows } from './appleShadows.macos';
4
4
  import { fallbackAppleTypography } from './appleTypography.macos';
@@ -1,4 +1,4 @@
1
- import { FontSize, FontSizes, FontWeightValue, Typography, Variants } from '@fluentui-react-native/theme-types';
1
+ import type { FontSize, FontSizes, FontWeightValue, Typography, Variants } from '@fluentui-react-native/theme-types';
2
2
  import { createFontAliasTokens } from './createFontAliasTokens.ios';
3
3
 
4
4
  // The sizes are taken for the Dynamic Type Size "Large", which is the system default
@@ -1,4 +1,4 @@
1
- import { FontSize, FontSizes, FontWeightValue, Typography, Variants } from '@fluentui-react-native/theme-types';
1
+ import type { FontSize, FontSizes, FontWeightValue, Typography, Variants } from '@fluentui-react-native/theme-types';
2
2
 
3
3
  /**
4
4
  * The Typography is designed to match the styles defined in the Apple HIG:
@@ -1,6 +1,6 @@
1
1
  import { NativeAppearanceAdditions } from '@fluentui-react-native/experimental-appearance-additions';
2
2
  import { ThemeReference } from '@fluentui-react-native/theme';
3
- import { Theme } from '@fluentui-react-native/theme-types';
3
+ import type { Theme } from '@fluentui-react-native/theme-types';
4
4
  import { Appearance, NativeEventEmitter } from 'react-native';
5
5
  import { getBaseAppleThemeIOS } from './appleTheme.ios';
6
6
 
@@ -1,5 +1,5 @@
1
1
  import { ThemeReference } from '@fluentui-react-native/theme';
2
- import { Theme } from '@fluentui-react-native/theme-types';
2
+ import type { Theme } from '@fluentui-react-native/theme-types';
3
3
  import { getCurrentAppearance } from '@fluentui-react-native/theming-utils';
4
4
  import { Appearance } from 'react-native';
5
5
  import { getBaseAppleThemeMacOS } from './appleTheme.macos';
@@ -1,5 +1,5 @@
1
1
  import aliasTokens from '@fluentui-react-native/design-tokens-ios/light/tokens-aliases.json'; // Font alias tokens should be the same for all color styles
2
- import { Variants } from '@fluentui-react-native/theme-types';
2
+ import type { Variants } from '@fluentui-react-native/theme-types';
3
3
  import { memoize } from '@fluentui-react-native/memo-cache';
4
4
  import { mapFontPipelineToTheme } from '@fluentui-react-native/theming-utils';
5
5
 
@@ -1,8 +1,8 @@
1
1
  import { getMacOSAliasTokens, getMacOSShadowTokens } from './getMacOSTokens';
2
- import { AliasColorTokens, AppearanceOptions } from '@fluentui-react-native/theme-types';
2
+ import type { AliasColorTokens, AppearanceOptions } from '@fluentui-react-native/theme-types';
3
3
  import { mapPipelineToTheme, mapPipelineToShadow } from '@fluentui-react-native/theming-utils';
4
4
  import { memoize } from '@fluentui-react-native/memo-cache';
5
- import { ThemeShadowDefinition } from '@fluentui-react-native/theme-types/lib/Shadow.types';
5
+ import type { ThemeShadowDefinition } from '@fluentui-react-native/theme-types/lib/Shadow.types';
6
6
 
7
7
  function createMacOSColorAliasTokensWorker(mode: AppearanceOptions, isHighContrast: boolean): AliasColorTokens {
8
8
  const aliasTokens = getMacOSAliasTokens(mode, isHighContrast);
@@ -1,8 +1,8 @@
1
1
  import { getAliasTokens, getShadowTokens } from '@fluentui-react-native/theme-tokens';
2
- import { AliasColorTokens, AppearanceOptions } from '@fluentui-react-native/theme-types';
2
+ import type { AliasColorTokens, AppearanceOptions } from '@fluentui-react-native/theme-types';
3
3
  import { mapPipelineToTheme, mapPipelineToShadow } from '@fluentui-react-native/theming-utils';
4
4
  import { memoize } from '@fluentui-react-native/memo-cache';
5
- import { ThemeShadowDefinition } from '@fluentui-react-native/theme-types/lib/Shadow.types';
5
+ import type { ThemeShadowDefinition } from '@fluentui-react-native/theme-types/lib/Shadow.types';
6
6
 
7
7
  function createiOSColorAliasTokensWorker(mode: AppearanceOptions): AliasColorTokens {
8
8
  const aliasTokens = getAliasTokens(mode);
@@ -6,7 +6,7 @@ import macOSLightShadowTokens from '@fluentui-react-native/design-tokens-macos/l
6
6
  import macOSDarkShadowTokens from '@fluentui-react-native/design-tokens-macos/dark/tokens-shadow.json';
7
7
  import macOSLightHCShadowTokens from '@fluentui-react-native/design-tokens-macos/hclight/tokens-shadow.json';
8
8
  import macOSDarkHCShadowTokens from '@fluentui-react-native/design-tokens-macos/hcdark/tokens-shadow.json';
9
- import { AppearanceOptions } from '@fluentui-react-native/theme-types';
9
+ import type { AppearanceOptions } from '@fluentui-react-native/theme-types';
10
10
  import { assertNever } from 'assert-never';
11
11
 
12
12
  export function getMacOSAliasTokens(mode: AppearanceOptions, isHighContrast: boolean) {