@fluentui/react-theme 9.0.0-rc.6 → 9.0.0-rc.9

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 (96) hide show
  1. package/CHANGELOG.json +66 -1
  2. package/CHANGELOG.md +31 -2
  3. package/dist/index.d.ts +1 -3
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/global/durations.js +7 -7
  6. package/lib/global/durations.js.map +1 -1
  7. package/lib/index.js +2 -2
  8. package/lib/index.js.map +1 -1
  9. package/lib/themes/web/index.js +0 -1
  10. package/lib/themes/web/index.js.map +1 -1
  11. package/lib/types.js.map +1 -1
  12. package/lib-commonjs/global/durations.js +7 -7
  13. package/lib-commonjs/global/durations.js.map +1 -1
  14. package/lib-commonjs/index.js +60 -6
  15. package/lib-commonjs/index.js.map +1 -1
  16. package/lib-commonjs/themes/web/index.js +0 -2
  17. package/lib-commonjs/themes/web/index.js.map +1 -1
  18. package/package.json +3 -2
  19. package/lib/alias/darkColor.d.ts +0 -2
  20. package/lib/alias/darkColorPalette.d.ts +0 -2
  21. package/lib/alias/highContrastColor.d.ts +0 -2
  22. package/lib/alias/highContrastColorPalette.d.ts +0 -2
  23. package/lib/alias/lightColor.d.ts +0 -2
  24. package/lib/alias/lightColorPalette.d.ts +0 -2
  25. package/lib/alias/teamsDarkColor.d.ts +0 -2
  26. package/lib/alias/teamsDarkColorPalette.d.ts +0 -2
  27. package/lib/global/borderRadius.d.ts +0 -2
  28. package/lib/global/brandColors.d.ts +0 -4
  29. package/lib/global/colors.d.ts +0 -16
  30. package/lib/global/curves.d.ts +0 -2
  31. package/lib/global/durations.d.ts +0 -2
  32. package/lib/global/fonts.d.ts +0 -5
  33. package/lib/global/index.d.ts +0 -9
  34. package/lib/global/spacings.d.ts +0 -4
  35. package/lib/global/strokeWidths.d.ts +0 -2
  36. package/lib/global/typographyStyles.d.ts +0 -5
  37. package/lib/index.d.ts +0 -6
  38. package/lib/themeToTokensObject.d.ts +0 -10
  39. package/lib/themes/index.d.ts +0 -2
  40. package/lib/themes/teams/darkTheme.d.ts +0 -2
  41. package/lib/themes/teams/highContrastTheme.d.ts +0 -2
  42. package/lib/themes/teams/index.d.ts +0 -3
  43. package/lib/themes/teams/lightTheme.d.ts +0 -2
  44. package/lib/themes/web/darkTheme.d.ts +0 -2
  45. package/lib/themes/web/highContrastTheme.d.ts +0 -2
  46. package/lib/themes/web/highContrastTheme.js +0 -3
  47. package/lib/themes/web/highContrastTheme.js.map +0 -1
  48. package/lib/themes/web/index.d.ts +0 -3
  49. package/lib/themes/web/lightTheme.d.ts +0 -2
  50. package/lib/tokens.d.ts +0 -2
  51. package/lib/types.d.ts +0 -432
  52. package/lib/utils/createDarkTheme.d.ts +0 -2
  53. package/lib/utils/createHighContrastTheme.d.ts +0 -2
  54. package/lib/utils/createLightTheme.d.ts +0 -2
  55. package/lib/utils/createTeamsDarkTheme.d.ts +0 -2
  56. package/lib/utils/index.d.ts +0 -4
  57. package/lib/utils/shadows.d.ts +0 -3
  58. package/lib-commonjs/alias/darkColor.d.ts +0 -2
  59. package/lib-commonjs/alias/darkColorPalette.d.ts +0 -2
  60. package/lib-commonjs/alias/highContrastColor.d.ts +0 -2
  61. package/lib-commonjs/alias/highContrastColorPalette.d.ts +0 -2
  62. package/lib-commonjs/alias/lightColor.d.ts +0 -2
  63. package/lib-commonjs/alias/lightColorPalette.d.ts +0 -2
  64. package/lib-commonjs/alias/teamsDarkColor.d.ts +0 -2
  65. package/lib-commonjs/alias/teamsDarkColorPalette.d.ts +0 -2
  66. package/lib-commonjs/global/borderRadius.d.ts +0 -2
  67. package/lib-commonjs/global/brandColors.d.ts +0 -4
  68. package/lib-commonjs/global/colors.d.ts +0 -16
  69. package/lib-commonjs/global/curves.d.ts +0 -2
  70. package/lib-commonjs/global/durations.d.ts +0 -2
  71. package/lib-commonjs/global/fonts.d.ts +0 -5
  72. package/lib-commonjs/global/index.d.ts +0 -9
  73. package/lib-commonjs/global/spacings.d.ts +0 -4
  74. package/lib-commonjs/global/strokeWidths.d.ts +0 -2
  75. package/lib-commonjs/global/typographyStyles.d.ts +0 -5
  76. package/lib-commonjs/index.d.ts +0 -6
  77. package/lib-commonjs/themeToTokensObject.d.ts +0 -10
  78. package/lib-commonjs/themes/index.d.ts +0 -2
  79. package/lib-commonjs/themes/teams/darkTheme.d.ts +0 -2
  80. package/lib-commonjs/themes/teams/highContrastTheme.d.ts +0 -2
  81. package/lib-commonjs/themes/teams/index.d.ts +0 -3
  82. package/lib-commonjs/themes/teams/lightTheme.d.ts +0 -2
  83. package/lib-commonjs/themes/web/darkTheme.d.ts +0 -2
  84. package/lib-commonjs/themes/web/highContrastTheme.d.ts +0 -2
  85. package/lib-commonjs/themes/web/highContrastTheme.js +0 -11
  86. package/lib-commonjs/themes/web/highContrastTheme.js.map +0 -1
  87. package/lib-commonjs/themes/web/index.d.ts +0 -3
  88. package/lib-commonjs/themes/web/lightTheme.d.ts +0 -2
  89. package/lib-commonjs/tokens.d.ts +0 -2
  90. package/lib-commonjs/types.d.ts +0 -432
  91. package/lib-commonjs/utils/createDarkTheme.d.ts +0 -2
  92. package/lib-commonjs/utils/createHighContrastTheme.d.ts +0 -2
  93. package/lib-commonjs/utils/createLightTheme.d.ts +0 -2
  94. package/lib-commonjs/utils/createTeamsDarkTheme.d.ts +0 -2
  95. package/lib-commonjs/utils/index.d.ts +0 -4
  96. package/lib-commonjs/utils/shadows.d.ts +0 -3
package/CHANGELOG.json CHANGED
@@ -2,7 +2,72 @@
2
2
  "name": "@fluentui/react-theme",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 04 May 2022 13:24:01 GMT",
5
+ "date": "Mon, 23 May 2022 18:54:55 GMT",
6
+ "tag": "@fluentui/react-theme_v9.0.0-rc.9",
7
+ "version": "9.0.0-rc.9",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "miroslav.stastny@microsoft.com",
12
+ "package": "@fluentui/react-theme",
13
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
14
+ "comment": "Remove webHighContrast theme"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 23 May 2022 12:13:56 GMT",
21
+ "tag": "@fluentui/react-theme_v9.0.0-rc.8",
22
+ "version": "9.0.0-rc.8",
23
+ "comments": {
24
+ "prerelease": [
25
+ {
26
+ "author": "martinhochel@microsoft.com",
27
+ "package": "@fluentui/react-theme",
28
+ "commit": "e7b70cb06f4422e5574993fd2ad44d9073647417",
29
+ "comment": "feat: ship rolluped only dts"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Thu, 05 May 2022 18:26:27 GMT",
36
+ "tag": "@fluentui/react-theme_v9.0.0-rc.7",
37
+ "version": "9.0.0-rc.7",
38
+ "comments": {
39
+ "prerelease": [
40
+ {
41
+ "author": "miroslav.stastny@microsoft.com",
42
+ "package": "@fluentui/react-theme",
43
+ "commit": "cb0b4bd7ac79ccf27539a12104f651f5d330e464",
44
+ "comment": "Export TypographyStyle type"
45
+ },
46
+ {
47
+ "author": "humberto_makoto@hotmail.com",
48
+ "package": "@fluentui/react-theme",
49
+ "commit": "975977d075e01a9091fcf2b9b84c14f829135fa7",
50
+ "comment": "Removing star exports."
51
+ },
52
+ {
53
+ "author": "gcox@microsoft.com",
54
+ "package": "@fluentui/react-theme",
55
+ "commit": "d325a31bcd5d144e2a40ee4bf085e8ef6b3f5d73",
56
+ "comment": "Added ms suffix to durations"
57
+ }
58
+ ],
59
+ "none": [
60
+ {
61
+ "author": "miroslav.stastny@microsoft.com",
62
+ "package": "@fluentui/react-theme",
63
+ "commit": "00a4a1dd582f5695b7cb9bba48fb8537534bbec0",
64
+ "comment": "Generate theme tokens using token pipeline"
65
+ }
66
+ ]
67
+ }
68
+ },
69
+ {
70
+ "date": "Wed, 04 May 2022 13:26:33 GMT",
6
71
  "tag": "@fluentui/react-theme_v9.0.0-rc.6",
7
72
  "version": "9.0.0-rc.6",
8
73
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,12 +1,41 @@
1
1
  # Change Log - @fluentui/react-theme
2
2
 
3
- This log was last generated on Wed, 04 May 2022 13:24:01 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 May 2022 18:54:55 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-rc.9)
8
+
9
+ Mon, 23 May 2022 18:54:55 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.8..@fluentui/react-theme_v9.0.0-rc.9)
11
+
12
+ ### Changes
13
+
14
+ - Remove webHighContrast theme ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by miroslav.stastny@microsoft.com)
15
+
16
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-rc.8)
17
+
18
+ Mon, 23 May 2022 12:13:56 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.7..@fluentui/react-theme_v9.0.0-rc.8)
20
+
21
+ ### Changes
22
+
23
+ - feat: ship rolluped only dts ([PR #22828](https://github.com/microsoft/fluentui/pull/22828) by martinhochel@microsoft.com)
24
+
25
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-rc.7)
26
+
27
+ Thu, 05 May 2022 18:26:27 GMT
28
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.6..@fluentui/react-theme_v9.0.0-rc.7)
29
+
30
+ ### Changes
31
+
32
+ - Export TypographyStyle type ([PR #22832](https://github.com/microsoft/fluentui/pull/22832) by miroslav.stastny@microsoft.com)
33
+ - Removing star exports. ([PR #22810](https://github.com/microsoft/fluentui/pull/22810) by humberto_makoto@hotmail.com)
34
+ - Added ms suffix to durations ([PR #22831](https://github.com/microsoft/fluentui/pull/22831) by gcox@microsoft.com)
35
+
7
36
  ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-theme_v9.0.0-rc.6)
8
37
 
9
- Wed, 04 May 2022 13:24:01 GMT
38
+ Wed, 04 May 2022 13:26:33 GMT
10
39
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-theme_v9.0.0-rc.5..@fluentui/react-theme_v9.0.0-rc.6)
11
40
 
12
41
  ### Changes
package/dist/index.d.ts CHANGED
@@ -405,7 +405,7 @@ export declare function themeToTokensObject<TTheme extends Theme>(theme: TTheme)
405
405
 
406
406
  export declare const tokens: Record<keyof Theme, string>;
407
407
 
408
- declare type TypographyStyle = {
408
+ export declare type TypographyStyle = {
409
409
  fontFamily: string;
410
410
  fontSize: string;
411
411
  fontWeight: string;
@@ -452,8 +452,6 @@ export declare type VerticalSpacingTokens = {
452
452
 
453
453
  export declare const webDarkTheme: Theme;
454
454
 
455
- export declare const webHighContrastTheme: Theme;
456
-
457
455
  export declare const webLightTheme: Theme;
458
456
 
459
457
  export { }
File without changes
@@ -1,10 +1,10 @@
1
1
  export const durations = {
2
- durationUltraFast: '50',
3
- durationFaster: '100',
4
- durationFast: '150',
5
- durationNormal: '200',
6
- durationSlow: '300',
7
- durationSlower: '400',
8
- durationUltraSlow: '500'
2
+ durationUltraFast: '50ms',
3
+ durationFaster: '100ms',
4
+ durationFast: '150ms',
5
+ durationNormal: '200ms',
6
+ durationSlow: '300ms',
7
+ durationSlower: '400ms',
8
+ durationUltraSlow: '500ms'
9
9
  };
10
10
  //# sourceMappingURL=durations.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["global/durations.ts"],"names":[],"mappings":"AAEA,OAAO,MAAM,SAAS,GAAmB;AACvC,EAAA,iBAAiB,EAAE,IADoB;AAEvC,EAAA,cAAc,EAAE,KAFuB;AAGvC,EAAA,YAAY,EAAE,KAHyB;AAIvC,EAAA,cAAc,EAAE,KAJuB;AAKvC,EAAA,YAAY,EAAE,KALyB;AAMvC,EAAA,cAAc,EAAE,KANuB;AAOvC,EAAA,iBAAiB,EAAE;AAPoB,CAAlC","sourcesContent":["import type { DurationTokens } from '../types';\n\nexport const durations: DurationTokens = {\n durationUltraFast: '50',\n durationFaster: '100',\n durationFast: '150',\n durationNormal: '200',\n durationSlow: '300',\n durationSlower: '400',\n durationUltraSlow: '500',\n};\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["global/durations.ts"],"names":[],"mappings":"AAEA,OAAO,MAAM,SAAS,GAAmB;AACvC,EAAA,iBAAiB,EAAE,MADoB;AAEvC,EAAA,cAAc,EAAE,OAFuB;AAGvC,EAAA,YAAY,EAAE,OAHyB;AAIvC,EAAA,cAAc,EAAE,OAJuB;AAKvC,EAAA,YAAY,EAAE,OALyB;AAMvC,EAAA,cAAc,EAAE,OANuB;AAOvC,EAAA,iBAAiB,EAAE;AAPoB,CAAlC","sourcesContent":["import type { DurationTokens } from '../types';\n\nexport const durations: DurationTokens = {\n durationUltraFast: '50ms',\n durationFaster: '100ms',\n durationFast: '150ms',\n durationNormal: '200ms',\n durationSlow: '300ms',\n durationSlower: '400ms',\n durationUltraSlow: '500ms',\n};\n"],"sourceRoot":"../src/"}
package/lib/index.js CHANGED
@@ -1,5 +1,5 @@
1
- export * from './themes/index';
2
- export * from './utils/index';
1
+ export { teamsDarkTheme, teamsHighContrastTheme, teamsLightTheme, webDarkTheme, webLightTheme } from './themes/index';
2
+ export { createDarkTheme, createHighContrastTheme, createLightTheme, createTeamsDarkTheme } from './utils/index';
3
3
  export { themeToTokensObject } from './themeToTokensObject';
4
4
  export { tokens } from './tokens';
5
5
  export { typographyStyles } from './global/index';
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"../src/","sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAE9B,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC","sourcesContent":["export * from './themes/index';\nexport * from './utils/index';\n\nexport { themeToTokensObject } from './themeToTokensObject';\nexport { tokens } from './tokens';\nexport { typographyStyles } from './global/index';\n\nexport type {\n Brands,\n BrandVariants,\n FontSizeTokens,\n FontWeightTokens,\n LineHeightTokens,\n BorderRadiusTokens,\n StrokeWidthTokens,\n SpacingTokens,\n HorizontalSpacingTokens,\n VerticalSpacingTokens,\n DurationTokens,\n CurveTokens,\n ShadowTokens,\n ShadowBrandTokens,\n FontFamilyTokens,\n ColorPaletteTokens,\n ColorPaletteDarkRed,\n ColorPaletteBurgundy,\n ColorPaletteCranberry,\n ColorPaletteRed,\n ColorPaletteDarkOrange,\n ColorPaletteBronze,\n ColorPalettePumpkin,\n ColorPaletteOrange,\n ColorPalettePeach,\n ColorPaletteMarigold,\n ColorPaletteYellow,\n ColorPaletteGold,\n ColorPaletteBrass,\n ColorPaletteBrown,\n ColorPaletteDarkBrown,\n ColorPaletteLime,\n ColorPaletteForest,\n ColorPaletteSeafoam,\n ColorPaletteLightGreen,\n ColorPaletteGreen,\n ColorPaletteDarkGreen,\n ColorPaletteLightTeal,\n ColorPaletteTeal,\n ColorPaletteDarkTeal,\n ColorPaletteCyan,\n ColorPaletteSteel,\n ColorPaletteLightBlue,\n ColorPaletteBlue,\n ColorPaletteRoyalBlue,\n ColorPaletteDarkBlue,\n ColorPaletteCornflower,\n ColorPaletteNavy,\n ColorPaletteLavender,\n ColorPalettePurple,\n ColorPaletteDarkPurple,\n ColorPaletteOrchid,\n ColorPaletteGrape,\n ColorPaletteBerry,\n ColorPaletteLilac,\n ColorPalettePink,\n ColorPaletteHotPink,\n ColorPaletteMagenta,\n ColorPalettePlum,\n ColorPaletteBeige,\n ColorPaletteMink,\n ColorPaletteSilver,\n ColorPalettePlatinum,\n ColorPaletteAnchor,\n ColorPaletteCharcoal,\n ColorTokens,\n PartialTheme,\n Theme,\n TypographyStyles,\n} from './types';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"../src/","sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,sBAAsB,EAAE,eAAe,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAC;AACtH,OAAO,EAAE,eAAe,EAAE,uBAAuB,EAAE,gBAAgB,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAEjH,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC","sourcesContent":["export { teamsDarkTheme, teamsHighContrastTheme, teamsLightTheme, webDarkTheme, webLightTheme } from './themes/index';\nexport { createDarkTheme, createHighContrastTheme, createLightTheme, createTeamsDarkTheme } from './utils/index';\n\nexport { themeToTokensObject } from './themeToTokensObject';\nexport { tokens } from './tokens';\nexport { typographyStyles } from './global/index';\n\nexport type {\n Brands,\n BrandVariants,\n FontSizeTokens,\n FontWeightTokens,\n LineHeightTokens,\n BorderRadiusTokens,\n StrokeWidthTokens,\n SpacingTokens,\n HorizontalSpacingTokens,\n VerticalSpacingTokens,\n DurationTokens,\n CurveTokens,\n ShadowTokens,\n ShadowBrandTokens,\n FontFamilyTokens,\n ColorPaletteTokens,\n ColorPaletteDarkRed,\n ColorPaletteBurgundy,\n ColorPaletteCranberry,\n ColorPaletteRed,\n ColorPaletteDarkOrange,\n ColorPaletteBronze,\n ColorPalettePumpkin,\n ColorPaletteOrange,\n ColorPalettePeach,\n ColorPaletteMarigold,\n ColorPaletteYellow,\n ColorPaletteGold,\n ColorPaletteBrass,\n ColorPaletteBrown,\n ColorPaletteDarkBrown,\n ColorPaletteLime,\n ColorPaletteForest,\n ColorPaletteSeafoam,\n ColorPaletteLightGreen,\n ColorPaletteGreen,\n ColorPaletteDarkGreen,\n ColorPaletteLightTeal,\n ColorPaletteTeal,\n ColorPaletteDarkTeal,\n ColorPaletteCyan,\n ColorPaletteSteel,\n ColorPaletteLightBlue,\n ColorPaletteBlue,\n ColorPaletteRoyalBlue,\n ColorPaletteDarkBlue,\n ColorPaletteCornflower,\n ColorPaletteNavy,\n ColorPaletteLavender,\n ColorPalettePurple,\n ColorPaletteDarkPurple,\n ColorPaletteOrchid,\n ColorPaletteGrape,\n ColorPaletteBerry,\n ColorPaletteLilac,\n ColorPalettePink,\n ColorPaletteHotPink,\n ColorPaletteMagenta,\n ColorPalettePlum,\n ColorPaletteBeige,\n ColorPaletteMink,\n ColorPaletteSilver,\n ColorPalettePlatinum,\n ColorPaletteAnchor,\n ColorPaletteCharcoal,\n ColorTokens,\n PartialTheme,\n Theme,\n TypographyStyle,\n TypographyStyles,\n} from './types';\n"]}
@@ -1,4 +1,3 @@
1
1
  export * from './lightTheme';
2
2
  export * from './darkTheme';
3
- export * from './highContrastTheme';
4
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"../src/","sources":["themes/web/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,qBAAqB,CAAC","sourcesContent":["export * from './lightTheme';\nexport * from './darkTheme';\nexport * from './highContrastTheme';\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"../src/","sources":["themes/web/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC","sourcesContent":["export * from './lightTheme';\nexport * from './darkTheme';\n"]}
package/lib/types.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"../src/","sources":["types.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Design tokens for alias colors\n */\nexport type ColorTokens = {\n colorNeutralForeground1: string;\n colorNeutralForeground1Hover: string;\n colorNeutralForeground1Pressed: string;\n colorNeutralForeground1Selected: string;\n colorNeutralForeground2: string;\n colorNeutralForeground2Hover: string;\n colorNeutralForeground2Pressed: string;\n colorNeutralForeground2Selected: string;\n colorNeutralForeground2BrandHover: string;\n colorNeutralForeground2BrandPressed: string;\n colorNeutralForeground2BrandSelected: string;\n colorNeutralForeground3: string;\n colorNeutralForeground3Hover: string;\n colorNeutralForeground3Pressed: string;\n colorNeutralForeground3Selected: string;\n colorNeutralForeground3BrandHover: string;\n colorNeutralForeground3BrandPressed: string;\n colorNeutralForeground3BrandSelected: string;\n colorNeutralForeground4: string;\n colorNeutralForegroundDisabled: string;\n colorNeutralForegroundInvertedDisabled: string;\n colorBrandForegroundLink: string;\n colorBrandForegroundLinkHover: string;\n colorBrandForegroundLinkPressed: string;\n colorBrandForegroundLinkSelected: string;\n colorNeutralForeground2Link: string;\n colorNeutralForeground2LinkHover: string;\n colorNeutralForeground2LinkPressed: string;\n colorNeutralForeground2LinkSelected: string;\n colorCompoundBrandForeground1: string;\n colorCompoundBrandForeground1Hover: string;\n colorCompoundBrandForeground1Pressed: string;\n colorBrandForeground1: string;\n colorBrandForeground2: string;\n colorNeutralForeground1Static: string;\n colorNeutralForegroundInverted: string;\n colorNeutralForegroundInvertedHover: string;\n colorNeutralForegroundInvertedPressed: string;\n colorNeutralForegroundInvertedSelected: string;\n colorNeutralForegroundOnBrand: string;\n colorNeutralForegroundInvertedLink: string;\n colorNeutralForegroundInvertedLinkHover: string;\n colorNeutralForegroundInvertedLinkPressed: string;\n colorNeutralForegroundInvertedLinkSelected: string;\n colorBrandForegroundInverted: string;\n colorBrandForegroundInvertedHover: string;\n colorBrandForegroundInvertedPressed: string;\n colorBrandForegroundOnLight: string;\n colorBrandForegroundOnLightHover: string;\n colorBrandForegroundOnLightPressed: string;\n colorBrandForegroundOnLightSelected: string;\n colorNeutralBackground1: string;\n colorNeutralBackground1Hover: string;\n colorNeutralBackground1Pressed: string;\n colorNeutralBackground1Selected: string;\n colorNeutralBackground2: string;\n colorNeutralBackground2Hover: string;\n colorNeutralBackground2Pressed: string;\n colorNeutralBackground2Selected: string;\n colorNeutralBackground3: string;\n colorNeutralBackground3Hover: string;\n colorNeutralBackground3Pressed: string;\n colorNeutralBackground3Selected: string;\n colorNeutralBackground4: string;\n colorNeutralBackground4Hover: string;\n colorNeutralBackground4Pressed: string;\n colorNeutralBackground4Selected: string;\n colorNeutralBackground5: string;\n colorNeutralBackground5Hover: string;\n colorNeutralBackground5Pressed: string;\n colorNeutralBackground5Selected: string;\n colorNeutralBackground6: string;\n colorNeutralBackgroundInverted: string;\n colorSubtleBackground: string;\n colorSubtleBackgroundHover: string;\n colorSubtleBackgroundPressed: string;\n colorSubtleBackgroundSelected: string;\n colorSubtleBackgroundLightAlphaHover: string;\n colorSubtleBackgroundLightAlphaPressed: string;\n colorSubtleBackgroundLightAlphaSelected: string;\n colorSubtleBackgroundInverted: string;\n colorSubtleBackgroundInvertedHover: string;\n colorSubtleBackgroundInvertedPressed: string;\n colorSubtleBackgroundInvertedSelected: string;\n colorTransparentBackground: string;\n colorTransparentBackgroundHover: string;\n colorTransparentBackgroundPressed: string;\n colorTransparentBackgroundSelected: string;\n colorNeutralBackgroundDisabled: string;\n colorNeutralBackgroundInvertedDisabled: string;\n colorNeutralStencil1: string;\n colorNeutralStencil2: string;\n colorBackgroundOverlay: string;\n colorScrollbarOverlay: string;\n colorBrandBackground: string;\n colorBrandBackgroundHover: string;\n colorBrandBackgroundPressed: string;\n colorBrandBackgroundSelected: string;\n colorCompoundBrandBackground: string;\n colorCompoundBrandBackgroundHover: string;\n colorCompoundBrandBackgroundPressed: string;\n colorBrandBackgroundStatic: string;\n colorBrandBackground2: string;\n colorBrandBackgroundInverted: string;\n colorBrandBackgroundInvertedHover: string;\n colorBrandBackgroundInvertedPressed: string;\n colorBrandBackgroundInvertedSelected: string;\n colorNeutralStrokeAccessible: string;\n colorNeutralStrokeAccessibleHover: string;\n colorNeutralStrokeAccessiblePressed: string;\n colorNeutralStrokeAccessibleSelected: string;\n colorNeutralStroke1: string;\n colorNeutralStroke1Hover: string;\n colorNeutralStroke1Pressed: string;\n colorNeutralStroke1Selected: string;\n colorNeutralStroke2: string;\n colorNeutralStroke3: string;\n colorNeutralStrokeOnBrand: string;\n colorNeutralStrokeOnBrand2: string;\n colorNeutralStrokeOnBrand2Hover: string;\n colorNeutralStrokeOnBrand2Pressed: string;\n colorNeutralStrokeOnBrand2Selected: string;\n colorBrandStroke1: string;\n colorBrandStroke2: string;\n colorCompoundBrandStroke: string;\n colorCompoundBrandStrokeHover: string;\n colorCompoundBrandStrokePressed: string;\n colorNeutralStrokeDisabled: string;\n colorNeutralStrokeInvertedDisabled: string;\n colorTransparentStroke: string;\n colorTransparentStrokeInteractive: string;\n colorTransparentStrokeDisabled: string;\n colorStrokeFocus1: string;\n colorStrokeFocus2: string;\n colorNeutralShadowAmbient: string;\n colorNeutralShadowKey: string;\n colorNeutralShadowAmbientLighter: string;\n colorNeutralShadowKeyLighter: string;\n colorNeutralShadowAmbientDarker: string;\n colorNeutralShadowKeyDarker: string;\n colorBrandShadowAmbient: string;\n colorBrandShadowKey: string;\n};\n\nexport type ColorPaletteDarkRed =\n | 'colorPaletteDarkRedBackground1'\n | 'colorPaletteDarkRedBackground2'\n | 'colorPaletteDarkRedBackground3'\n | 'colorPaletteDarkRedForeground1'\n | 'colorPaletteDarkRedForeground2'\n | 'colorPaletteDarkRedForeground3'\n | 'colorPaletteDarkRedBorderActive'\n | 'colorPaletteDarkRedBorder1'\n | 'colorPaletteDarkRedBorder2';\n\nexport type ColorPaletteBurgundy =\n | 'colorPaletteBurgundyBackground1'\n | 'colorPaletteBurgundyBackground2'\n | 'colorPaletteBurgundyBackground3'\n | 'colorPaletteBurgundyForeground1'\n | 'colorPaletteBurgundyForeground2'\n | 'colorPaletteBurgundyForeground3'\n | 'colorPaletteBurgundyBorderActive'\n | 'colorPaletteBurgundyBorder1'\n | 'colorPaletteBurgundyBorder2';\n\nexport type ColorPaletteCranberry =\n | 'colorPaletteCranberryBackground1'\n | 'colorPaletteCranberryBackground2'\n | 'colorPaletteCranberryBackground3'\n | 'colorPaletteCranberryForeground1'\n | 'colorPaletteCranberryForeground2'\n | 'colorPaletteCranberryForeground3'\n | 'colorPaletteCranberryBorderActive'\n | 'colorPaletteCranberryBorder1'\n | 'colorPaletteCranberryBorder2';\n\nexport type ColorPaletteRed =\n | 'colorPaletteRedBackground1'\n | 'colorPaletteRedBackground2'\n | 'colorPaletteRedBackground3'\n | 'colorPaletteRedForeground1'\n | 'colorPaletteRedForeground2'\n | 'colorPaletteRedForeground3'\n | 'colorPaletteRedBorderActive'\n | 'colorPaletteRedBorder1'\n | 'colorPaletteRedBorder2';\n\nexport type ColorPaletteDarkOrange =\n | 'colorPaletteDarkOrangeBackground1'\n | 'colorPaletteDarkOrangeBackground2'\n | 'colorPaletteDarkOrangeBackground3'\n | 'colorPaletteDarkOrangeForeground1'\n | 'colorPaletteDarkOrangeForeground2'\n | 'colorPaletteDarkOrangeForeground3'\n | 'colorPaletteDarkOrangeBorderActive'\n | 'colorPaletteDarkOrangeBorder1'\n | 'colorPaletteDarkOrangeBorder2';\n\nexport type ColorPaletteBronze =\n | 'colorPaletteBronzeBackground1'\n | 'colorPaletteBronzeBackground2'\n | 'colorPaletteBronzeBackground3'\n | 'colorPaletteBronzeForeground1'\n | 'colorPaletteBronzeForeground2'\n | 'colorPaletteBronzeForeground3'\n | 'colorPaletteBronzeBorderActive'\n | 'colorPaletteBronzeBorder1'\n | 'colorPaletteBronzeBorder2';\n\nexport type ColorPalettePumpkin =\n | 'colorPalettePumpkinBackground1'\n | 'colorPalettePumpkinBackground2'\n | 'colorPalettePumpkinBackground3'\n | 'colorPalettePumpkinForeground1'\n | 'colorPalettePumpkinForeground2'\n | 'colorPalettePumpkinForeground3'\n | 'colorPalettePumpkinBorderActive'\n | 'colorPalettePumpkinBorder1'\n | 'colorPalettePumpkinBorder2';\n\nexport type ColorPaletteOrange =\n | 'colorPaletteOrangeBackground1'\n | 'colorPaletteOrangeBackground2'\n | 'colorPaletteOrangeBackground3'\n | 'colorPaletteOrangeForeground1'\n | 'colorPaletteOrangeForeground2'\n | 'colorPaletteOrangeForeground3'\n | 'colorPaletteOrangeBorderActive'\n | 'colorPaletteOrangeBorder1'\n | 'colorPaletteOrangeBorder2';\n\nexport type ColorPalettePeach =\n | 'colorPalettePeachBackground1'\n | 'colorPalettePeachBackground2'\n | 'colorPalettePeachBackground3'\n | 'colorPalettePeachForeground1'\n | 'colorPalettePeachForeground2'\n | 'colorPalettePeachForeground3'\n | 'colorPalettePeachBorderActive'\n | 'colorPalettePeachBorder1'\n | 'colorPalettePeachBorder2';\n\nexport type ColorPaletteMarigold =\n | 'colorPaletteMarigoldBackground1'\n | 'colorPaletteMarigoldBackground2'\n | 'colorPaletteMarigoldBackground3'\n | 'colorPaletteMarigoldForeground1'\n | 'colorPaletteMarigoldForeground2'\n | 'colorPaletteMarigoldForeground3'\n | 'colorPaletteMarigoldBorderActive'\n | 'colorPaletteMarigoldBorder1'\n | 'colorPaletteMarigoldBorder2';\n\nexport type ColorPaletteYellow =\n | 'colorPaletteYellowBackground1'\n | 'colorPaletteYellowBackground2'\n | 'colorPaletteYellowBackground3'\n | 'colorPaletteYellowForeground1'\n | 'colorPaletteYellowForeground2'\n | 'colorPaletteYellowForeground3'\n | 'colorPaletteYellowBorderActive'\n | 'colorPaletteYellowBorder1'\n | 'colorPaletteYellowBorder2';\n\nexport type ColorPaletteGold =\n | 'colorPaletteGoldBackground1'\n | 'colorPaletteGoldBackground2'\n | 'colorPaletteGoldBackground3'\n | 'colorPaletteGoldForeground1'\n | 'colorPaletteGoldForeground2'\n | 'colorPaletteGoldForeground3'\n | 'colorPaletteGoldBorderActive'\n | 'colorPaletteGoldBorder1'\n | 'colorPaletteGoldBorder2';\n\nexport type ColorPaletteBrass =\n | 'colorPaletteBrassBackground1'\n | 'colorPaletteBrassBackground2'\n | 'colorPaletteBrassBackground3'\n | 'colorPaletteBrassForeground1'\n | 'colorPaletteBrassForeground2'\n | 'colorPaletteBrassForeground3'\n | 'colorPaletteBrassBorderActive'\n | 'colorPaletteBrassBorder1'\n | 'colorPaletteBrassBorder2';\n\nexport type ColorPaletteBrown =\n | 'colorPaletteBrownBackground1'\n | 'colorPaletteBrownBackground2'\n | 'colorPaletteBrownBackground3'\n | 'colorPaletteBrownForeground1'\n | 'colorPaletteBrownForeground2'\n | 'colorPaletteBrownForeground3'\n | 'colorPaletteBrownBorderActive'\n | 'colorPaletteBrownBorder1'\n | 'colorPaletteBrownBorder2';\n\nexport type ColorPaletteDarkBrown =\n | 'colorPaletteDarkBrownBackground1'\n | 'colorPaletteDarkBrownBackground2'\n | 'colorPaletteDarkBrownBackground3'\n | 'colorPaletteDarkBrownForeground1'\n | 'colorPaletteDarkBrownForeground2'\n | 'colorPaletteDarkBrownForeground3'\n | 'colorPaletteDarkBrownBorderActive'\n | 'colorPaletteDarkBrownBorder1'\n | 'colorPaletteDarkBrownBorder2';\n\nexport type ColorPaletteLime =\n | 'colorPaletteLimeBackground1'\n | 'colorPaletteLimeBackground2'\n | 'colorPaletteLimeBackground3'\n | 'colorPaletteLimeForeground1'\n | 'colorPaletteLimeForeground2'\n | 'colorPaletteLimeForeground3'\n | 'colorPaletteLimeBorderActive'\n | 'colorPaletteLimeBorder1'\n | 'colorPaletteLimeBorder2';\n\nexport type ColorPaletteForest =\n | 'colorPaletteForestBackground1'\n | 'colorPaletteForestBackground2'\n | 'colorPaletteForestBackground3'\n | 'colorPaletteForestForeground1'\n | 'colorPaletteForestForeground2'\n | 'colorPaletteForestForeground3'\n | 'colorPaletteForestBorderActive'\n | 'colorPaletteForestBorder1'\n | 'colorPaletteForestBorder2';\n\nexport type ColorPaletteSeafoam =\n | 'colorPaletteSeafoamBackground1'\n | 'colorPaletteSeafoamBackground2'\n | 'colorPaletteSeafoamBackground3'\n | 'colorPaletteSeafoamForeground1'\n | 'colorPaletteSeafoamForeground2'\n | 'colorPaletteSeafoamForeground3'\n | 'colorPaletteSeafoamBorderActive'\n | 'colorPaletteSeafoamBorder1'\n | 'colorPaletteSeafoamBorder2';\n\nexport type ColorPaletteLightGreen =\n | 'colorPaletteLightGreenBackground1'\n | 'colorPaletteLightGreenBackground2'\n | 'colorPaletteLightGreenBackground3'\n | 'colorPaletteLightGreenForeground1'\n | 'colorPaletteLightGreenForeground2'\n | 'colorPaletteLightGreenForeground3'\n | 'colorPaletteLightGreenBorderActive'\n | 'colorPaletteLightGreenBorder1'\n | 'colorPaletteLightGreenBorder2';\n\nexport type ColorPaletteGreen =\n | 'colorPaletteGreenBackground1'\n | 'colorPaletteGreenBackground2'\n | 'colorPaletteGreenBackground3'\n | 'colorPaletteGreenForeground1'\n | 'colorPaletteGreenForeground2'\n | 'colorPaletteGreenForeground3'\n | 'colorPaletteGreenBorderActive'\n | 'colorPaletteGreenBorder1'\n | 'colorPaletteGreenBorder2';\n\nexport type ColorPaletteDarkGreen =\n | 'colorPaletteDarkGreenBackground1'\n | 'colorPaletteDarkGreenBackground2'\n | 'colorPaletteDarkGreenBackground3'\n | 'colorPaletteDarkGreenForeground1'\n | 'colorPaletteDarkGreenForeground2'\n | 'colorPaletteDarkGreenForeground3'\n | 'colorPaletteDarkGreenBorderActive'\n | 'colorPaletteDarkGreenBorder1'\n | 'colorPaletteDarkGreenBorder2';\n\nexport type ColorPaletteLightTeal =\n | 'colorPaletteLightTealBackground1'\n | 'colorPaletteLightTealBackground2'\n | 'colorPaletteLightTealBackground3'\n | 'colorPaletteLightTealForeground1'\n | 'colorPaletteLightTealForeground2'\n | 'colorPaletteLightTealForeground3'\n | 'colorPaletteLightTealBorderActive'\n | 'colorPaletteLightTealBorder1'\n | 'colorPaletteLightTealBorder2';\n\nexport type ColorPaletteTeal =\n | 'colorPaletteTealBackground1'\n | 'colorPaletteTealBackground2'\n | 'colorPaletteTealBackground3'\n | 'colorPaletteTealForeground1'\n | 'colorPaletteTealForeground2'\n | 'colorPaletteTealForeground3'\n | 'colorPaletteTealBorderActive'\n | 'colorPaletteTealBorder1'\n | 'colorPaletteTealBorder2';\n\nexport type ColorPaletteDarkTeal =\n | 'colorPaletteDarkTealBackground1'\n | 'colorPaletteDarkTealBackground2'\n | 'colorPaletteDarkTealBackground3'\n | 'colorPaletteDarkTealForeground1'\n | 'colorPaletteDarkTealForeground2'\n | 'colorPaletteDarkTealForeground3'\n | 'colorPaletteDarkTealBorderActive'\n | 'colorPaletteDarkTealBorder1'\n | 'colorPaletteDarkTealBorder2';\n\nexport type ColorPaletteCyan =\n | 'colorPaletteCyanBackground1'\n | 'colorPaletteCyanBackground2'\n | 'colorPaletteCyanBackground3'\n | 'colorPaletteCyanForeground1'\n | 'colorPaletteCyanForeground2'\n | 'colorPaletteCyanForeground3'\n | 'colorPaletteCyanBorderActive'\n | 'colorPaletteCyanBorder1'\n | 'colorPaletteCyanBorder2';\n\nexport type ColorPaletteSteel =\n | 'colorPaletteSteelBackground1'\n | 'colorPaletteSteelBackground2'\n | 'colorPaletteSteelBackground3'\n | 'colorPaletteSteelForeground1'\n | 'colorPaletteSteelForeground2'\n | 'colorPaletteSteelForeground3'\n | 'colorPaletteSteelBorderActive'\n | 'colorPaletteSteelBorder1'\n | 'colorPaletteSteelBorder2';\n\nexport type ColorPaletteLightBlue =\n | 'colorPaletteLightBlueBackground1'\n | 'colorPaletteLightBlueBackground2'\n | 'colorPaletteLightBlueBackground3'\n | 'colorPaletteLightBlueForeground1'\n | 'colorPaletteLightBlueForeground2'\n | 'colorPaletteLightBlueForeground3'\n | 'colorPaletteLightBlueBorderActive'\n | 'colorPaletteLightBlueBorder1'\n | 'colorPaletteLightBlueBorder2';\n\nexport type ColorPaletteBlue =\n | 'colorPaletteBlueBackground1'\n | 'colorPaletteBlueBackground2'\n | 'colorPaletteBlueBackground3'\n | 'colorPaletteBlueForeground1'\n | 'colorPaletteBlueForeground2'\n | 'colorPaletteBlueForeground3'\n | 'colorPaletteBlueBorderActive'\n | 'colorPaletteBlueBorder1'\n | 'colorPaletteBlueBorder2';\n\nexport type ColorPaletteRoyalBlue =\n | 'colorPaletteRoyalBlueBackground1'\n | 'colorPaletteRoyalBlueBackground2'\n | 'colorPaletteRoyalBlueBackground3'\n | 'colorPaletteRoyalBlueForeground1'\n | 'colorPaletteRoyalBlueForeground2'\n | 'colorPaletteRoyalBlueForeground3'\n | 'colorPaletteRoyalBlueBorderActive'\n | 'colorPaletteRoyalBlueBorder1'\n | 'colorPaletteRoyalBlueBorder2';\n\nexport type ColorPaletteDarkBlue =\n | 'colorPaletteDarkBlueBackground1'\n | 'colorPaletteDarkBlueBackground2'\n | 'colorPaletteDarkBlueBackground3'\n | 'colorPaletteDarkBlueForeground1'\n | 'colorPaletteDarkBlueForeground2'\n | 'colorPaletteDarkBlueForeground3'\n | 'colorPaletteDarkBlueBorderActive'\n | 'colorPaletteDarkBlueBorder1'\n | 'colorPaletteDarkBlueBorder2';\n\nexport type ColorPaletteCornflower =\n | 'colorPaletteCornflowerBackground1'\n | 'colorPaletteCornflowerBackground2'\n | 'colorPaletteCornflowerBackground3'\n | 'colorPaletteCornflowerForeground1'\n | 'colorPaletteCornflowerForeground2'\n | 'colorPaletteCornflowerForeground3'\n | 'colorPaletteCornflowerBorderActive'\n | 'colorPaletteCornflowerBorder1'\n | 'colorPaletteCornflowerBorder2';\n\nexport type ColorPaletteNavy =\n | 'colorPaletteNavyBackground1'\n | 'colorPaletteNavyBackground2'\n | 'colorPaletteNavyBackground3'\n | 'colorPaletteNavyForeground1'\n | 'colorPaletteNavyForeground2'\n | 'colorPaletteNavyForeground3'\n | 'colorPaletteNavyBorderActive'\n | 'colorPaletteNavyBorder1'\n | 'colorPaletteNavyBorder2';\n\nexport type ColorPaletteLavender =\n | 'colorPaletteLavenderBackground1'\n | 'colorPaletteLavenderBackground2'\n | 'colorPaletteLavenderBackground3'\n | 'colorPaletteLavenderForeground1'\n | 'colorPaletteLavenderForeground2'\n | 'colorPaletteLavenderForeground3'\n | 'colorPaletteLavenderBorderActive'\n | 'colorPaletteLavenderBorder1'\n | 'colorPaletteLavenderBorder2';\n\nexport type ColorPalettePurple =\n | 'colorPalettePurpleBackground1'\n | 'colorPalettePurpleBackground2'\n | 'colorPalettePurpleBackground3'\n | 'colorPalettePurpleForeground1'\n | 'colorPalettePurpleForeground2'\n | 'colorPalettePurpleForeground3'\n | 'colorPalettePurpleBorderActive'\n | 'colorPalettePurpleBorder1'\n | 'colorPalettePurpleBorder2';\n\nexport type ColorPaletteDarkPurple =\n | 'colorPaletteDarkPurpleBackground1'\n | 'colorPaletteDarkPurpleBackground2'\n | 'colorPaletteDarkPurpleBackground3'\n | 'colorPaletteDarkPurpleForeground1'\n | 'colorPaletteDarkPurpleForeground2'\n | 'colorPaletteDarkPurpleForeground3'\n | 'colorPaletteDarkPurpleBorderActive'\n | 'colorPaletteDarkPurpleBorder1'\n | 'colorPaletteDarkPurpleBorder2';\n\nexport type ColorPaletteOrchid =\n | 'colorPaletteOrchidBackground1'\n | 'colorPaletteOrchidBackground2'\n | 'colorPaletteOrchidBackground3'\n | 'colorPaletteOrchidForeground1'\n | 'colorPaletteOrchidForeground2'\n | 'colorPaletteOrchidForeground3'\n | 'colorPaletteOrchidBorderActive'\n | 'colorPaletteOrchidBorder1'\n | 'colorPaletteOrchidBorder2';\n\nexport type ColorPaletteGrape =\n | 'colorPaletteGrapeBackground1'\n | 'colorPaletteGrapeBackground2'\n | 'colorPaletteGrapeBackground3'\n | 'colorPaletteGrapeForeground1'\n | 'colorPaletteGrapeForeground2'\n | 'colorPaletteGrapeForeground3'\n | 'colorPaletteGrapeBorderActive'\n | 'colorPaletteGrapeBorder1'\n | 'colorPaletteGrapeBorder2';\n\nexport type ColorPaletteBerry =\n | 'colorPaletteBerryBackground1'\n | 'colorPaletteBerryBackground2'\n | 'colorPaletteBerryBackground3'\n | 'colorPaletteBerryForeground1'\n | 'colorPaletteBerryForeground2'\n | 'colorPaletteBerryForeground3'\n | 'colorPaletteBerryBorderActive'\n | 'colorPaletteBerryBorder1'\n | 'colorPaletteBerryBorder2';\n\nexport type ColorPaletteLilac =\n | 'colorPaletteLilacBackground1'\n | 'colorPaletteLilacBackground2'\n | 'colorPaletteLilacBackground3'\n | 'colorPaletteLilacForeground1'\n | 'colorPaletteLilacForeground2'\n | 'colorPaletteLilacForeground3'\n | 'colorPaletteLilacBorderActive'\n | 'colorPaletteLilacBorder1'\n | 'colorPaletteLilacBorder2';\n\nexport type ColorPalettePink =\n | 'colorPalettePinkBackground1'\n | 'colorPalettePinkBackground2'\n | 'colorPalettePinkBackground3'\n | 'colorPalettePinkForeground1'\n | 'colorPalettePinkForeground2'\n | 'colorPalettePinkForeground3'\n | 'colorPalettePinkBorderActive'\n | 'colorPalettePinkBorder1'\n | 'colorPalettePinkBorder2';\n\nexport type ColorPaletteHotPink =\n | 'colorPaletteHotPinkBackground1'\n | 'colorPaletteHotPinkBackground2'\n | 'colorPaletteHotPinkBackground3'\n | 'colorPaletteHotPinkForeground1'\n | 'colorPaletteHotPinkForeground2'\n | 'colorPaletteHotPinkForeground3'\n | 'colorPaletteHotPinkBorderActive'\n | 'colorPaletteHotPinkBorder1'\n | 'colorPaletteHotPinkBorder2';\n\nexport type ColorPaletteMagenta =\n | 'colorPaletteMagentaBackground1'\n | 'colorPaletteMagentaBackground2'\n | 'colorPaletteMagentaBackground3'\n | 'colorPaletteMagentaForeground1'\n | 'colorPaletteMagentaForeground2'\n | 'colorPaletteMagentaForeground3'\n | 'colorPaletteMagentaBorderActive'\n | 'colorPaletteMagentaBorder1'\n | 'colorPaletteMagentaBorder2';\n\nexport type ColorPalettePlum =\n | 'colorPalettePlumBackground1'\n | 'colorPalettePlumBackground2'\n | 'colorPalettePlumBackground3'\n | 'colorPalettePlumForeground1'\n | 'colorPalettePlumForeground2'\n | 'colorPalettePlumForeground3'\n | 'colorPalettePlumBorderActive'\n | 'colorPalettePlumBorder1'\n | 'colorPalettePlumBorder2';\n\nexport type ColorPaletteBeige =\n | 'colorPaletteBeigeBackground1'\n | 'colorPaletteBeigeBackground2'\n | 'colorPaletteBeigeBackground3'\n | 'colorPaletteBeigeForeground1'\n | 'colorPaletteBeigeForeground2'\n | 'colorPaletteBeigeForeground3'\n | 'colorPaletteBeigeBorderActive'\n | 'colorPaletteBeigeBorder1'\n | 'colorPaletteBeigeBorder2';\n\nexport type ColorPaletteMink =\n | 'colorPaletteMinkBackground1'\n | 'colorPaletteMinkBackground2'\n | 'colorPaletteMinkBackground3'\n | 'colorPaletteMinkForeground1'\n | 'colorPaletteMinkForeground2'\n | 'colorPaletteMinkForeground3'\n | 'colorPaletteMinkBorderActive'\n | 'colorPaletteMinkBorder1'\n | 'colorPaletteMinkBorder2';\n\nexport type ColorPaletteSilver =\n | 'colorPaletteSilverBackground1'\n | 'colorPaletteSilverBackground2'\n | 'colorPaletteSilverBackground3'\n | 'colorPaletteSilverForeground1'\n | 'colorPaletteSilverForeground2'\n | 'colorPaletteSilverForeground3'\n | 'colorPaletteSilverBorderActive'\n | 'colorPaletteSilverBorder1'\n | 'colorPaletteSilverBorder2';\n\nexport type ColorPalettePlatinum =\n | 'colorPalettePlatinumBackground1'\n | 'colorPalettePlatinumBackground2'\n | 'colorPalettePlatinumBackground3'\n | 'colorPalettePlatinumForeground1'\n | 'colorPalettePlatinumForeground2'\n | 'colorPalettePlatinumForeground3'\n | 'colorPalettePlatinumBorderActive'\n | 'colorPalettePlatinumBorder1'\n | 'colorPalettePlatinumBorder2';\n\nexport type ColorPaletteAnchor =\n | 'colorPaletteAnchorBackground1'\n | 'colorPaletteAnchorBackground2'\n | 'colorPaletteAnchorBackground3'\n | 'colorPaletteAnchorForeground1'\n | 'colorPaletteAnchorForeground2'\n | 'colorPaletteAnchorForeground3'\n | 'colorPaletteAnchorBorderActive'\n | 'colorPaletteAnchorBorder1'\n | 'colorPaletteAnchorBorder2';\n\nexport type ColorPaletteCharcoal =\n | 'colorPaletteCharcoalBackground1'\n | 'colorPaletteCharcoalBackground2'\n | 'colorPaletteCharcoalBackground3'\n | 'colorPaletteCharcoalForeground1'\n | 'colorPaletteCharcoalForeground2'\n | 'colorPaletteCharcoalForeground3'\n | 'colorPaletteCharcoalBorderActive'\n | 'colorPaletteCharcoalBorder1'\n | 'colorPaletteCharcoalBorder2';\n\nexport type ColorPaletteTokens = Record<\n | ColorPaletteDarkRed\n | ColorPaletteBurgundy\n | ColorPaletteCranberry\n | ColorPaletteRed\n | ColorPaletteDarkOrange\n | ColorPaletteBronze\n | ColorPalettePumpkin\n | ColorPaletteOrange\n | ColorPalettePeach\n | ColorPaletteMarigold\n | ColorPaletteYellow\n | ColorPaletteGold\n | ColorPaletteBrass\n | ColorPaletteBrown\n | ColorPaletteDarkBrown\n | ColorPaletteLime\n | ColorPaletteForest\n | ColorPaletteSeafoam\n | ColorPaletteLightGreen\n | ColorPaletteGreen\n | ColorPaletteDarkGreen\n | ColorPaletteLightTeal\n | ColorPaletteTeal\n | ColorPaletteDarkTeal\n | ColorPaletteCyan\n | ColorPaletteSteel\n | ColorPaletteLightBlue\n | ColorPaletteBlue\n | ColorPaletteRoyalBlue\n | ColorPaletteDarkBlue\n | ColorPaletteCornflower\n | ColorPaletteNavy\n | ColorPaletteLavender\n | ColorPalettePurple\n | ColorPaletteDarkPurple\n | ColorPaletteOrchid\n | ColorPaletteGrape\n | ColorPaletteBerry\n | ColorPaletteLilac\n | ColorPalettePink\n | ColorPaletteHotPink\n | ColorPaletteMagenta\n | ColorPalettePlum\n | ColorPaletteBeige\n | ColorPaletteMink\n | ColorPaletteSilver\n | ColorPalettePlatinum\n | ColorPaletteAnchor\n | ColorPaletteCharcoal,\n string\n>;\n\n/**\n * Possible color variant values\n */\nexport type ColorVariants = {\n shade50: string;\n shade40: string;\n shade30: string;\n shade20: string;\n shade10: string;\n primary: string;\n tint10: string;\n tint20: string;\n tint30: string;\n tint40: string;\n tint50: string;\n tint60: string;\n};\n\nexport type Brands = 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90 | 100 | 110 | 120 | 130 | 140 | 150 | 160;\n\nexport type BrandVariants = Record<Brands, string>;\n\n/**\n * All the global shared colors and their shade/tint variants\n */\nexport type GlobalSharedColors = {\n darkRed: ColorVariants;\n burgundy: ColorVariants;\n cranberry: ColorVariants;\n red: ColorVariants;\n darkOrange: ColorVariants;\n bronze: ColorVariants;\n pumpkin: ColorVariants;\n orange: ColorVariants;\n peach: ColorVariants;\n marigold: ColorVariants;\n yellow: ColorVariants;\n gold: ColorVariants;\n brass: ColorVariants;\n brown: ColorVariants;\n darkBrown: ColorVariants;\n lime: ColorVariants;\n forest: ColorVariants;\n seafoam: ColorVariants;\n lightGreen: ColorVariants;\n green: ColorVariants;\n darkGreen: ColorVariants;\n lightTeal: ColorVariants;\n teal: ColorVariants;\n darkTeal: ColorVariants;\n cyan: ColorVariants;\n steel: ColorVariants;\n lightBlue: ColorVariants;\n blue: ColorVariants;\n royalBlue: ColorVariants;\n darkBlue: ColorVariants;\n cornflower: ColorVariants;\n navy: ColorVariants;\n lavender: ColorVariants;\n purple: ColorVariants;\n darkPurple: ColorVariants;\n orchid: ColorVariants;\n grape: ColorVariants;\n berry: ColorVariants;\n lilac: ColorVariants;\n pink: ColorVariants;\n hotPink: ColorVariants;\n magenta: ColorVariants;\n plum: ColorVariants;\n beige: ColorVariants;\n mink: ColorVariants;\n silver: ColorVariants;\n platinum: ColorVariants;\n anchor: ColorVariants;\n charcoal: ColorVariants;\n};\n\nexport type FontSizeTokens = {\n fontSizeBase100: string;\n fontSizeBase200: string;\n fontSizeBase300: string;\n fontSizeBase400: string;\n fontSizeBase500: string;\n fontSizeBase600: string;\n\n fontSizeHero700: string;\n fontSizeHero800: string;\n fontSizeHero900: string;\n fontSizeHero1000: string;\n};\n\nexport type LineHeightTokens = {\n lineHeightBase100: string;\n lineHeightBase200: string;\n lineHeightBase300: string;\n lineHeightBase400: string;\n lineHeightBase500: string;\n lineHeightBase600: string;\n\n lineHeightHero700: string;\n lineHeightHero800: string;\n lineHeightHero900: string;\n lineHeightHero1000: string;\n};\n\nexport type FontWeightTokens = {\n fontWeightRegular: number;\n fontWeightMedium: number;\n fontWeightSemibold: number;\n};\n\nexport type FontFamilyTokens = {\n fontFamilyBase: string;\n fontFamilyMonospace: string;\n fontFamilyNumeric: string;\n};\n\nexport type TextAlignment =\n | 'inherit'\n | 'initial'\n | 'revert'\n | 'unset'\n | 'center'\n | 'end'\n | 'start'\n | 'justify'\n | 'left'\n | 'match-parent'\n | 'right';\n\nexport type TextAlignments = {\n start: TextAlignment;\n center: TextAlignment;\n end: TextAlignment;\n justify: TextAlignment;\n};\n\ntype TypographyStyle = {\n fontFamily: string;\n fontSize: string;\n fontWeight: string;\n lineHeight: string;\n};\n\nexport type TypographyStyles = {\n body1: TypographyStyle;\n body1Strong: TypographyStyle;\n body1Stronger: TypographyStyle;\n caption1: TypographyStyle;\n caption1Strong: TypographyStyle;\n caption1Stronger: TypographyStyle;\n caption2: TypographyStyle;\n caption2Strong: TypographyStyle;\n subtitle1: TypographyStyle;\n subtitle2: TypographyStyle;\n subtitle2Stronger: TypographyStyle;\n title1: TypographyStyle;\n title2: TypographyStyle;\n title3: TypographyStyle;\n largeTitle: TypographyStyle;\n display: TypographyStyle;\n};\n\nexport type BorderRadiusTokens = {\n borderRadiusNone: string;\n borderRadiusSmall: string;\n borderRadiusMedium: string;\n borderRadiusLarge: string;\n borderRadiusXLarge: string;\n borderRadiusCircular: string;\n};\n\nexport type StrokeWidthTokens = {\n strokeWidthThin: string;\n strokeWidthThick: string;\n strokeWidthThicker: string;\n strokeWidthThickest: string;\n};\n\nexport type SpacingTokens = {\n none: string;\n xxs: string;\n xs: string;\n sNudge: string;\n s: string;\n mNudge: string;\n m: string;\n l: string;\n xl: string;\n xxl: string;\n xxxl: string;\n};\n\nexport type HorizontalSpacingTokens = {\n spacingHorizontalNone: string;\n spacingHorizontalXXS: string;\n spacingHorizontalXS: string;\n spacingHorizontalSNudge: string;\n spacingHorizontalS: string;\n spacingHorizontalMNudge: string;\n spacingHorizontalM: string;\n spacingHorizontalL: string;\n spacingHorizontalXL: string;\n spacingHorizontalXXL: string;\n spacingHorizontalXXXL: string;\n};\n\nexport type VerticalSpacingTokens = {\n spacingVerticalNone: string;\n spacingVerticalXXS: string;\n spacingVerticalXS: string;\n spacingVerticalSNudge: string;\n spacingVerticalS: string;\n spacingVerticalMNudge: string;\n spacingVerticalM: string;\n spacingVerticalL: string;\n spacingVerticalXL: string;\n spacingVerticalXXL: string;\n spacingVerticalXXXL: string;\n};\n\nexport type DurationTokens = {\n durationUltraFast: string;\n durationFaster: string;\n durationFast: string;\n durationNormal: string;\n durationSlow: string;\n durationSlower: string;\n durationUltraSlow: string;\n};\n\nexport type CurveTokens = {\n curveAccelerateMax: string;\n curveAccelerateMid: string;\n curveAccelerateMin: string;\n curveDecelerateMax: string;\n curveDecelerateMid: string;\n curveDecelerateMin: string;\n curveEasyEaseMax: string;\n curveEasyEase: string;\n curveLinear: string;\n};\n\n/**\n * Design tokens for shadow levels\n */\nexport type ShadowTokens = {\n shadow2: string;\n shadow4: string;\n shadow8: string;\n shadow16: string;\n shadow28: string;\n shadow64: string;\n};\n\nexport type ShadowBrandTokens = {\n shadow2Brand: string;\n shadow4Brand: string;\n shadow8Brand: string;\n shadow16Brand: string;\n shadow28Brand: string;\n shadow64Brand: string;\n};\n\nexport type Greys =\n | 0\n | 2\n | 4\n | 6\n | 8\n | 10\n | 12\n | 14\n | 16\n | 18\n | 20\n | 22\n | 24\n | 26\n | 28\n | 30\n | 32\n | 34\n | 36\n | 38\n | 40\n | 42\n | 44\n | 46\n | 48\n | 50\n | 52\n | 54\n | 56\n | 58\n | 60\n | 62\n | 64\n | 66\n | 68\n | 70\n | 72\n | 74\n | 76\n | 78\n | 80\n | 82\n | 84\n | 86\n | 88\n | 90\n | 92\n | 94\n | 96\n | 98\n | 100;\n\nexport type AlphaColors = 5 | 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90;\n\n// TODO: do we want to split theme for better tree shaking? (MUI)\n// But will this end up in the bundle at all? It should be used only in makeStyles and should be removed during build\nexport type Theme = FontSizeTokens &\n LineHeightTokens &\n BorderRadiusTokens &\n StrokeWidthTokens &\n HorizontalSpacingTokens &\n VerticalSpacingTokens &\n DurationTokens &\n CurveTokens &\n ShadowTokens &\n ShadowBrandTokens &\n FontFamilyTokens &\n FontWeightTokens &\n ColorPaletteTokens &\n ColorTokens;\n\nexport type PartialTheme = Partial<Theme>;\n"]}
1
+ {"version":3,"file":"types.js","sourceRoot":"../src/","sources":["types.ts"],"names":[],"mappings":"","sourcesContent":["/**\n * Design tokens for alias colors\n */\nexport type ColorTokens = {\n colorNeutralForeground1: string;\n colorNeutralForeground1Hover: string;\n colorNeutralForeground1Pressed: string;\n colorNeutralForeground1Selected: string;\n colorNeutralForeground2: string;\n colorNeutralForeground2Hover: string;\n colorNeutralForeground2Pressed: string;\n colorNeutralForeground2Selected: string;\n colorNeutralForeground2BrandHover: string;\n colorNeutralForeground2BrandPressed: string;\n colorNeutralForeground2BrandSelected: string;\n colorNeutralForeground3: string;\n colorNeutralForeground3Hover: string;\n colorNeutralForeground3Pressed: string;\n colorNeutralForeground3Selected: string;\n colorNeutralForeground3BrandHover: string;\n colorNeutralForeground3BrandPressed: string;\n colorNeutralForeground3BrandSelected: string;\n colorNeutralForeground4: string;\n colorNeutralForegroundDisabled: string;\n colorNeutralForegroundInvertedDisabled: string;\n colorBrandForegroundLink: string;\n colorBrandForegroundLinkHover: string;\n colorBrandForegroundLinkPressed: string;\n colorBrandForegroundLinkSelected: string;\n colorNeutralForeground2Link: string;\n colorNeutralForeground2LinkHover: string;\n colorNeutralForeground2LinkPressed: string;\n colorNeutralForeground2LinkSelected: string;\n colorCompoundBrandForeground1: string;\n colorCompoundBrandForeground1Hover: string;\n colorCompoundBrandForeground1Pressed: string;\n colorBrandForeground1: string;\n colorBrandForeground2: string;\n colorNeutralForeground1Static: string;\n colorNeutralForegroundInverted: string;\n colorNeutralForegroundInvertedHover: string;\n colorNeutralForegroundInvertedPressed: string;\n colorNeutralForegroundInvertedSelected: string;\n colorNeutralForegroundOnBrand: string;\n colorNeutralForegroundInvertedLink: string;\n colorNeutralForegroundInvertedLinkHover: string;\n colorNeutralForegroundInvertedLinkPressed: string;\n colorNeutralForegroundInvertedLinkSelected: string;\n colorBrandForegroundInverted: string;\n colorBrandForegroundInvertedHover: string;\n colorBrandForegroundInvertedPressed: string;\n colorBrandForegroundOnLight: string;\n colorBrandForegroundOnLightHover: string;\n colorBrandForegroundOnLightPressed: string;\n colorBrandForegroundOnLightSelected: string;\n colorNeutralBackground1: string;\n colorNeutralBackground1Hover: string;\n colorNeutralBackground1Pressed: string;\n colorNeutralBackground1Selected: string;\n colorNeutralBackground2: string;\n colorNeutralBackground2Hover: string;\n colorNeutralBackground2Pressed: string;\n colorNeutralBackground2Selected: string;\n colorNeutralBackground3: string;\n colorNeutralBackground3Hover: string;\n colorNeutralBackground3Pressed: string;\n colorNeutralBackground3Selected: string;\n colorNeutralBackground4: string;\n colorNeutralBackground4Hover: string;\n colorNeutralBackground4Pressed: string;\n colorNeutralBackground4Selected: string;\n colorNeutralBackground5: string;\n colorNeutralBackground5Hover: string;\n colorNeutralBackground5Pressed: string;\n colorNeutralBackground5Selected: string;\n colorNeutralBackground6: string;\n colorNeutralBackgroundInverted: string;\n colorSubtleBackground: string;\n colorSubtleBackgroundHover: string;\n colorSubtleBackgroundPressed: string;\n colorSubtleBackgroundSelected: string;\n colorSubtleBackgroundLightAlphaHover: string;\n colorSubtleBackgroundLightAlphaPressed: string;\n colorSubtleBackgroundLightAlphaSelected: string;\n colorSubtleBackgroundInverted: string;\n colorSubtleBackgroundInvertedHover: string;\n colorSubtleBackgroundInvertedPressed: string;\n colorSubtleBackgroundInvertedSelected: string;\n colorTransparentBackground: string;\n colorTransparentBackgroundHover: string;\n colorTransparentBackgroundPressed: string;\n colorTransparentBackgroundSelected: string;\n colorNeutralBackgroundDisabled: string;\n colorNeutralBackgroundInvertedDisabled: string;\n colorNeutralStencil1: string;\n colorNeutralStencil2: string;\n colorBackgroundOverlay: string;\n colorScrollbarOverlay: string;\n colorBrandBackground: string;\n colorBrandBackgroundHover: string;\n colorBrandBackgroundPressed: string;\n colorBrandBackgroundSelected: string;\n colorCompoundBrandBackground: string;\n colorCompoundBrandBackgroundHover: string;\n colorCompoundBrandBackgroundPressed: string;\n colorBrandBackgroundStatic: string;\n colorBrandBackground2: string;\n colorBrandBackgroundInverted: string;\n colorBrandBackgroundInvertedHover: string;\n colorBrandBackgroundInvertedPressed: string;\n colorBrandBackgroundInvertedSelected: string;\n colorNeutralStrokeAccessible: string;\n colorNeutralStrokeAccessibleHover: string;\n colorNeutralStrokeAccessiblePressed: string;\n colorNeutralStrokeAccessibleSelected: string;\n colorNeutralStroke1: string;\n colorNeutralStroke1Hover: string;\n colorNeutralStroke1Pressed: string;\n colorNeutralStroke1Selected: string;\n colorNeutralStroke2: string;\n colorNeutralStroke3: string;\n colorNeutralStrokeOnBrand: string;\n colorNeutralStrokeOnBrand2: string;\n colorNeutralStrokeOnBrand2Hover: string;\n colorNeutralStrokeOnBrand2Pressed: string;\n colorNeutralStrokeOnBrand2Selected: string;\n colorBrandStroke1: string;\n colorBrandStroke2: string;\n colorCompoundBrandStroke: string;\n colorCompoundBrandStrokeHover: string;\n colorCompoundBrandStrokePressed: string;\n colorNeutralStrokeDisabled: string;\n colorNeutralStrokeInvertedDisabled: string;\n colorTransparentStroke: string;\n colorTransparentStrokeInteractive: string;\n colorTransparentStrokeDisabled: string;\n colorStrokeFocus1: string;\n colorStrokeFocus2: string;\n colorNeutralShadowAmbient: string;\n colorNeutralShadowKey: string;\n colorNeutralShadowAmbientLighter: string;\n colorNeutralShadowKeyLighter: string;\n colorNeutralShadowAmbientDarker: string;\n colorNeutralShadowKeyDarker: string;\n colorBrandShadowAmbient: string;\n colorBrandShadowKey: string;\n};\n\nexport type ColorPaletteDarkRed =\n | 'colorPaletteDarkRedBackground1'\n | 'colorPaletteDarkRedBackground2'\n | 'colorPaletteDarkRedBackground3'\n | 'colorPaletteDarkRedForeground1'\n | 'colorPaletteDarkRedForeground2'\n | 'colorPaletteDarkRedForeground3'\n | 'colorPaletteDarkRedBorderActive'\n | 'colorPaletteDarkRedBorder1'\n | 'colorPaletteDarkRedBorder2';\n\nexport type ColorPaletteBurgundy =\n | 'colorPaletteBurgundyBackground1'\n | 'colorPaletteBurgundyBackground2'\n | 'colorPaletteBurgundyBackground3'\n | 'colorPaletteBurgundyForeground1'\n | 'colorPaletteBurgundyForeground2'\n | 'colorPaletteBurgundyForeground3'\n | 'colorPaletteBurgundyBorderActive'\n | 'colorPaletteBurgundyBorder1'\n | 'colorPaletteBurgundyBorder2';\n\nexport type ColorPaletteCranberry =\n | 'colorPaletteCranberryBackground1'\n | 'colorPaletteCranberryBackground2'\n | 'colorPaletteCranberryBackground3'\n | 'colorPaletteCranberryForeground1'\n | 'colorPaletteCranberryForeground2'\n | 'colorPaletteCranberryForeground3'\n | 'colorPaletteCranberryBorderActive'\n | 'colorPaletteCranberryBorder1'\n | 'colorPaletteCranberryBorder2';\n\nexport type ColorPaletteRed =\n | 'colorPaletteRedBackground1'\n | 'colorPaletteRedBackground2'\n | 'colorPaletteRedBackground3'\n | 'colorPaletteRedForeground1'\n | 'colorPaletteRedForeground2'\n | 'colorPaletteRedForeground3'\n | 'colorPaletteRedBorderActive'\n | 'colorPaletteRedBorder1'\n | 'colorPaletteRedBorder2';\n\nexport type ColorPaletteDarkOrange =\n | 'colorPaletteDarkOrangeBackground1'\n | 'colorPaletteDarkOrangeBackground2'\n | 'colorPaletteDarkOrangeBackground3'\n | 'colorPaletteDarkOrangeForeground1'\n | 'colorPaletteDarkOrangeForeground2'\n | 'colorPaletteDarkOrangeForeground3'\n | 'colorPaletteDarkOrangeBorderActive'\n | 'colorPaletteDarkOrangeBorder1'\n | 'colorPaletteDarkOrangeBorder2';\n\nexport type ColorPaletteBronze =\n | 'colorPaletteBronzeBackground1'\n | 'colorPaletteBronzeBackground2'\n | 'colorPaletteBronzeBackground3'\n | 'colorPaletteBronzeForeground1'\n | 'colorPaletteBronzeForeground2'\n | 'colorPaletteBronzeForeground3'\n | 'colorPaletteBronzeBorderActive'\n | 'colorPaletteBronzeBorder1'\n | 'colorPaletteBronzeBorder2';\n\nexport type ColorPalettePumpkin =\n | 'colorPalettePumpkinBackground1'\n | 'colorPalettePumpkinBackground2'\n | 'colorPalettePumpkinBackground3'\n | 'colorPalettePumpkinForeground1'\n | 'colorPalettePumpkinForeground2'\n | 'colorPalettePumpkinForeground3'\n | 'colorPalettePumpkinBorderActive'\n | 'colorPalettePumpkinBorder1'\n | 'colorPalettePumpkinBorder2';\n\nexport type ColorPaletteOrange =\n | 'colorPaletteOrangeBackground1'\n | 'colorPaletteOrangeBackground2'\n | 'colorPaletteOrangeBackground3'\n | 'colorPaletteOrangeForeground1'\n | 'colorPaletteOrangeForeground2'\n | 'colorPaletteOrangeForeground3'\n | 'colorPaletteOrangeBorderActive'\n | 'colorPaletteOrangeBorder1'\n | 'colorPaletteOrangeBorder2';\n\nexport type ColorPalettePeach =\n | 'colorPalettePeachBackground1'\n | 'colorPalettePeachBackground2'\n | 'colorPalettePeachBackground3'\n | 'colorPalettePeachForeground1'\n | 'colorPalettePeachForeground2'\n | 'colorPalettePeachForeground3'\n | 'colorPalettePeachBorderActive'\n | 'colorPalettePeachBorder1'\n | 'colorPalettePeachBorder2';\n\nexport type ColorPaletteMarigold =\n | 'colorPaletteMarigoldBackground1'\n | 'colorPaletteMarigoldBackground2'\n | 'colorPaletteMarigoldBackground3'\n | 'colorPaletteMarigoldForeground1'\n | 'colorPaletteMarigoldForeground2'\n | 'colorPaletteMarigoldForeground3'\n | 'colorPaletteMarigoldBorderActive'\n | 'colorPaletteMarigoldBorder1'\n | 'colorPaletteMarigoldBorder2';\n\nexport type ColorPaletteYellow =\n | 'colorPaletteYellowBackground1'\n | 'colorPaletteYellowBackground2'\n | 'colorPaletteYellowBackground3'\n | 'colorPaletteYellowForeground1'\n | 'colorPaletteYellowForeground2'\n | 'colorPaletteYellowForeground3'\n | 'colorPaletteYellowBorderActive'\n | 'colorPaletteYellowBorder1'\n | 'colorPaletteYellowBorder2';\n\nexport type ColorPaletteGold =\n | 'colorPaletteGoldBackground1'\n | 'colorPaletteGoldBackground2'\n | 'colorPaletteGoldBackground3'\n | 'colorPaletteGoldForeground1'\n | 'colorPaletteGoldForeground2'\n | 'colorPaletteGoldForeground3'\n | 'colorPaletteGoldBorderActive'\n | 'colorPaletteGoldBorder1'\n | 'colorPaletteGoldBorder2';\n\nexport type ColorPaletteBrass =\n | 'colorPaletteBrassBackground1'\n | 'colorPaletteBrassBackground2'\n | 'colorPaletteBrassBackground3'\n | 'colorPaletteBrassForeground1'\n | 'colorPaletteBrassForeground2'\n | 'colorPaletteBrassForeground3'\n | 'colorPaletteBrassBorderActive'\n | 'colorPaletteBrassBorder1'\n | 'colorPaletteBrassBorder2';\n\nexport type ColorPaletteBrown =\n | 'colorPaletteBrownBackground1'\n | 'colorPaletteBrownBackground2'\n | 'colorPaletteBrownBackground3'\n | 'colorPaletteBrownForeground1'\n | 'colorPaletteBrownForeground2'\n | 'colorPaletteBrownForeground3'\n | 'colorPaletteBrownBorderActive'\n | 'colorPaletteBrownBorder1'\n | 'colorPaletteBrownBorder2';\n\nexport type ColorPaletteDarkBrown =\n | 'colorPaletteDarkBrownBackground1'\n | 'colorPaletteDarkBrownBackground2'\n | 'colorPaletteDarkBrownBackground3'\n | 'colorPaletteDarkBrownForeground1'\n | 'colorPaletteDarkBrownForeground2'\n | 'colorPaletteDarkBrownForeground3'\n | 'colorPaletteDarkBrownBorderActive'\n | 'colorPaletteDarkBrownBorder1'\n | 'colorPaletteDarkBrownBorder2';\n\nexport type ColorPaletteLime =\n | 'colorPaletteLimeBackground1'\n | 'colorPaletteLimeBackground2'\n | 'colorPaletteLimeBackground3'\n | 'colorPaletteLimeForeground1'\n | 'colorPaletteLimeForeground2'\n | 'colorPaletteLimeForeground3'\n | 'colorPaletteLimeBorderActive'\n | 'colorPaletteLimeBorder1'\n | 'colorPaletteLimeBorder2';\n\nexport type ColorPaletteForest =\n | 'colorPaletteForestBackground1'\n | 'colorPaletteForestBackground2'\n | 'colorPaletteForestBackground3'\n | 'colorPaletteForestForeground1'\n | 'colorPaletteForestForeground2'\n | 'colorPaletteForestForeground3'\n | 'colorPaletteForestBorderActive'\n | 'colorPaletteForestBorder1'\n | 'colorPaletteForestBorder2';\n\nexport type ColorPaletteSeafoam =\n | 'colorPaletteSeafoamBackground1'\n | 'colorPaletteSeafoamBackground2'\n | 'colorPaletteSeafoamBackground3'\n | 'colorPaletteSeafoamForeground1'\n | 'colorPaletteSeafoamForeground2'\n | 'colorPaletteSeafoamForeground3'\n | 'colorPaletteSeafoamBorderActive'\n | 'colorPaletteSeafoamBorder1'\n | 'colorPaletteSeafoamBorder2';\n\nexport type ColorPaletteLightGreen =\n | 'colorPaletteLightGreenBackground1'\n | 'colorPaletteLightGreenBackground2'\n | 'colorPaletteLightGreenBackground3'\n | 'colorPaletteLightGreenForeground1'\n | 'colorPaletteLightGreenForeground2'\n | 'colorPaletteLightGreenForeground3'\n | 'colorPaletteLightGreenBorderActive'\n | 'colorPaletteLightGreenBorder1'\n | 'colorPaletteLightGreenBorder2';\n\nexport type ColorPaletteGreen =\n | 'colorPaletteGreenBackground1'\n | 'colorPaletteGreenBackground2'\n | 'colorPaletteGreenBackground3'\n | 'colorPaletteGreenForeground1'\n | 'colorPaletteGreenForeground2'\n | 'colorPaletteGreenForeground3'\n | 'colorPaletteGreenBorderActive'\n | 'colorPaletteGreenBorder1'\n | 'colorPaletteGreenBorder2';\n\nexport type ColorPaletteDarkGreen =\n | 'colorPaletteDarkGreenBackground1'\n | 'colorPaletteDarkGreenBackground2'\n | 'colorPaletteDarkGreenBackground3'\n | 'colorPaletteDarkGreenForeground1'\n | 'colorPaletteDarkGreenForeground2'\n | 'colorPaletteDarkGreenForeground3'\n | 'colorPaletteDarkGreenBorderActive'\n | 'colorPaletteDarkGreenBorder1'\n | 'colorPaletteDarkGreenBorder2';\n\nexport type ColorPaletteLightTeal =\n | 'colorPaletteLightTealBackground1'\n | 'colorPaletteLightTealBackground2'\n | 'colorPaletteLightTealBackground3'\n | 'colorPaletteLightTealForeground1'\n | 'colorPaletteLightTealForeground2'\n | 'colorPaletteLightTealForeground3'\n | 'colorPaletteLightTealBorderActive'\n | 'colorPaletteLightTealBorder1'\n | 'colorPaletteLightTealBorder2';\n\nexport type ColorPaletteTeal =\n | 'colorPaletteTealBackground1'\n | 'colorPaletteTealBackground2'\n | 'colorPaletteTealBackground3'\n | 'colorPaletteTealForeground1'\n | 'colorPaletteTealForeground2'\n | 'colorPaletteTealForeground3'\n | 'colorPaletteTealBorderActive'\n | 'colorPaletteTealBorder1'\n | 'colorPaletteTealBorder2';\n\nexport type ColorPaletteDarkTeal =\n | 'colorPaletteDarkTealBackground1'\n | 'colorPaletteDarkTealBackground2'\n | 'colorPaletteDarkTealBackground3'\n | 'colorPaletteDarkTealForeground1'\n | 'colorPaletteDarkTealForeground2'\n | 'colorPaletteDarkTealForeground3'\n | 'colorPaletteDarkTealBorderActive'\n | 'colorPaletteDarkTealBorder1'\n | 'colorPaletteDarkTealBorder2';\n\nexport type ColorPaletteCyan =\n | 'colorPaletteCyanBackground1'\n | 'colorPaletteCyanBackground2'\n | 'colorPaletteCyanBackground3'\n | 'colorPaletteCyanForeground1'\n | 'colorPaletteCyanForeground2'\n | 'colorPaletteCyanForeground3'\n | 'colorPaletteCyanBorderActive'\n | 'colorPaletteCyanBorder1'\n | 'colorPaletteCyanBorder2';\n\nexport type ColorPaletteSteel =\n | 'colorPaletteSteelBackground1'\n | 'colorPaletteSteelBackground2'\n | 'colorPaletteSteelBackground3'\n | 'colorPaletteSteelForeground1'\n | 'colorPaletteSteelForeground2'\n | 'colorPaletteSteelForeground3'\n | 'colorPaletteSteelBorderActive'\n | 'colorPaletteSteelBorder1'\n | 'colorPaletteSteelBorder2';\n\nexport type ColorPaletteLightBlue =\n | 'colorPaletteLightBlueBackground1'\n | 'colorPaletteLightBlueBackground2'\n | 'colorPaletteLightBlueBackground3'\n | 'colorPaletteLightBlueForeground1'\n | 'colorPaletteLightBlueForeground2'\n | 'colorPaletteLightBlueForeground3'\n | 'colorPaletteLightBlueBorderActive'\n | 'colorPaletteLightBlueBorder1'\n | 'colorPaletteLightBlueBorder2';\n\nexport type ColorPaletteBlue =\n | 'colorPaletteBlueBackground1'\n | 'colorPaletteBlueBackground2'\n | 'colorPaletteBlueBackground3'\n | 'colorPaletteBlueForeground1'\n | 'colorPaletteBlueForeground2'\n | 'colorPaletteBlueForeground3'\n | 'colorPaletteBlueBorderActive'\n | 'colorPaletteBlueBorder1'\n | 'colorPaletteBlueBorder2';\n\nexport type ColorPaletteRoyalBlue =\n | 'colorPaletteRoyalBlueBackground1'\n | 'colorPaletteRoyalBlueBackground2'\n | 'colorPaletteRoyalBlueBackground3'\n | 'colorPaletteRoyalBlueForeground1'\n | 'colorPaletteRoyalBlueForeground2'\n | 'colorPaletteRoyalBlueForeground3'\n | 'colorPaletteRoyalBlueBorderActive'\n | 'colorPaletteRoyalBlueBorder1'\n | 'colorPaletteRoyalBlueBorder2';\n\nexport type ColorPaletteDarkBlue =\n | 'colorPaletteDarkBlueBackground1'\n | 'colorPaletteDarkBlueBackground2'\n | 'colorPaletteDarkBlueBackground3'\n | 'colorPaletteDarkBlueForeground1'\n | 'colorPaletteDarkBlueForeground2'\n | 'colorPaletteDarkBlueForeground3'\n | 'colorPaletteDarkBlueBorderActive'\n | 'colorPaletteDarkBlueBorder1'\n | 'colorPaletteDarkBlueBorder2';\n\nexport type ColorPaletteCornflower =\n | 'colorPaletteCornflowerBackground1'\n | 'colorPaletteCornflowerBackground2'\n | 'colorPaletteCornflowerBackground3'\n | 'colorPaletteCornflowerForeground1'\n | 'colorPaletteCornflowerForeground2'\n | 'colorPaletteCornflowerForeground3'\n | 'colorPaletteCornflowerBorderActive'\n | 'colorPaletteCornflowerBorder1'\n | 'colorPaletteCornflowerBorder2';\n\nexport type ColorPaletteNavy =\n | 'colorPaletteNavyBackground1'\n | 'colorPaletteNavyBackground2'\n | 'colorPaletteNavyBackground3'\n | 'colorPaletteNavyForeground1'\n | 'colorPaletteNavyForeground2'\n | 'colorPaletteNavyForeground3'\n | 'colorPaletteNavyBorderActive'\n | 'colorPaletteNavyBorder1'\n | 'colorPaletteNavyBorder2';\n\nexport type ColorPaletteLavender =\n | 'colorPaletteLavenderBackground1'\n | 'colorPaletteLavenderBackground2'\n | 'colorPaletteLavenderBackground3'\n | 'colorPaletteLavenderForeground1'\n | 'colorPaletteLavenderForeground2'\n | 'colorPaletteLavenderForeground3'\n | 'colorPaletteLavenderBorderActive'\n | 'colorPaletteLavenderBorder1'\n | 'colorPaletteLavenderBorder2';\n\nexport type ColorPalettePurple =\n | 'colorPalettePurpleBackground1'\n | 'colorPalettePurpleBackground2'\n | 'colorPalettePurpleBackground3'\n | 'colorPalettePurpleForeground1'\n | 'colorPalettePurpleForeground2'\n | 'colorPalettePurpleForeground3'\n | 'colorPalettePurpleBorderActive'\n | 'colorPalettePurpleBorder1'\n | 'colorPalettePurpleBorder2';\n\nexport type ColorPaletteDarkPurple =\n | 'colorPaletteDarkPurpleBackground1'\n | 'colorPaletteDarkPurpleBackground2'\n | 'colorPaletteDarkPurpleBackground3'\n | 'colorPaletteDarkPurpleForeground1'\n | 'colorPaletteDarkPurpleForeground2'\n | 'colorPaletteDarkPurpleForeground3'\n | 'colorPaletteDarkPurpleBorderActive'\n | 'colorPaletteDarkPurpleBorder1'\n | 'colorPaletteDarkPurpleBorder2';\n\nexport type ColorPaletteOrchid =\n | 'colorPaletteOrchidBackground1'\n | 'colorPaletteOrchidBackground2'\n | 'colorPaletteOrchidBackground3'\n | 'colorPaletteOrchidForeground1'\n | 'colorPaletteOrchidForeground2'\n | 'colorPaletteOrchidForeground3'\n | 'colorPaletteOrchidBorderActive'\n | 'colorPaletteOrchidBorder1'\n | 'colorPaletteOrchidBorder2';\n\nexport type ColorPaletteGrape =\n | 'colorPaletteGrapeBackground1'\n | 'colorPaletteGrapeBackground2'\n | 'colorPaletteGrapeBackground3'\n | 'colorPaletteGrapeForeground1'\n | 'colorPaletteGrapeForeground2'\n | 'colorPaletteGrapeForeground3'\n | 'colorPaletteGrapeBorderActive'\n | 'colorPaletteGrapeBorder1'\n | 'colorPaletteGrapeBorder2';\n\nexport type ColorPaletteBerry =\n | 'colorPaletteBerryBackground1'\n | 'colorPaletteBerryBackground2'\n | 'colorPaletteBerryBackground3'\n | 'colorPaletteBerryForeground1'\n | 'colorPaletteBerryForeground2'\n | 'colorPaletteBerryForeground3'\n | 'colorPaletteBerryBorderActive'\n | 'colorPaletteBerryBorder1'\n | 'colorPaletteBerryBorder2';\n\nexport type ColorPaletteLilac =\n | 'colorPaletteLilacBackground1'\n | 'colorPaletteLilacBackground2'\n | 'colorPaletteLilacBackground3'\n | 'colorPaletteLilacForeground1'\n | 'colorPaletteLilacForeground2'\n | 'colorPaletteLilacForeground3'\n | 'colorPaletteLilacBorderActive'\n | 'colorPaletteLilacBorder1'\n | 'colorPaletteLilacBorder2';\n\nexport type ColorPalettePink =\n | 'colorPalettePinkBackground1'\n | 'colorPalettePinkBackground2'\n | 'colorPalettePinkBackground3'\n | 'colorPalettePinkForeground1'\n | 'colorPalettePinkForeground2'\n | 'colorPalettePinkForeground3'\n | 'colorPalettePinkBorderActive'\n | 'colorPalettePinkBorder1'\n | 'colorPalettePinkBorder2';\n\nexport type ColorPaletteHotPink =\n | 'colorPaletteHotPinkBackground1'\n | 'colorPaletteHotPinkBackground2'\n | 'colorPaletteHotPinkBackground3'\n | 'colorPaletteHotPinkForeground1'\n | 'colorPaletteHotPinkForeground2'\n | 'colorPaletteHotPinkForeground3'\n | 'colorPaletteHotPinkBorderActive'\n | 'colorPaletteHotPinkBorder1'\n | 'colorPaletteHotPinkBorder2';\n\nexport type ColorPaletteMagenta =\n | 'colorPaletteMagentaBackground1'\n | 'colorPaletteMagentaBackground2'\n | 'colorPaletteMagentaBackground3'\n | 'colorPaletteMagentaForeground1'\n | 'colorPaletteMagentaForeground2'\n | 'colorPaletteMagentaForeground3'\n | 'colorPaletteMagentaBorderActive'\n | 'colorPaletteMagentaBorder1'\n | 'colorPaletteMagentaBorder2';\n\nexport type ColorPalettePlum =\n | 'colorPalettePlumBackground1'\n | 'colorPalettePlumBackground2'\n | 'colorPalettePlumBackground3'\n | 'colorPalettePlumForeground1'\n | 'colorPalettePlumForeground2'\n | 'colorPalettePlumForeground3'\n | 'colorPalettePlumBorderActive'\n | 'colorPalettePlumBorder1'\n | 'colorPalettePlumBorder2';\n\nexport type ColorPaletteBeige =\n | 'colorPaletteBeigeBackground1'\n | 'colorPaletteBeigeBackground2'\n | 'colorPaletteBeigeBackground3'\n | 'colorPaletteBeigeForeground1'\n | 'colorPaletteBeigeForeground2'\n | 'colorPaletteBeigeForeground3'\n | 'colorPaletteBeigeBorderActive'\n | 'colorPaletteBeigeBorder1'\n | 'colorPaletteBeigeBorder2';\n\nexport type ColorPaletteMink =\n | 'colorPaletteMinkBackground1'\n | 'colorPaletteMinkBackground2'\n | 'colorPaletteMinkBackground3'\n | 'colorPaletteMinkForeground1'\n | 'colorPaletteMinkForeground2'\n | 'colorPaletteMinkForeground3'\n | 'colorPaletteMinkBorderActive'\n | 'colorPaletteMinkBorder1'\n | 'colorPaletteMinkBorder2';\n\nexport type ColorPaletteSilver =\n | 'colorPaletteSilverBackground1'\n | 'colorPaletteSilverBackground2'\n | 'colorPaletteSilverBackground3'\n | 'colorPaletteSilverForeground1'\n | 'colorPaletteSilverForeground2'\n | 'colorPaletteSilverForeground3'\n | 'colorPaletteSilverBorderActive'\n | 'colorPaletteSilverBorder1'\n | 'colorPaletteSilverBorder2';\n\nexport type ColorPalettePlatinum =\n | 'colorPalettePlatinumBackground1'\n | 'colorPalettePlatinumBackground2'\n | 'colorPalettePlatinumBackground3'\n | 'colorPalettePlatinumForeground1'\n | 'colorPalettePlatinumForeground2'\n | 'colorPalettePlatinumForeground3'\n | 'colorPalettePlatinumBorderActive'\n | 'colorPalettePlatinumBorder1'\n | 'colorPalettePlatinumBorder2';\n\nexport type ColorPaletteAnchor =\n | 'colorPaletteAnchorBackground1'\n | 'colorPaletteAnchorBackground2'\n | 'colorPaletteAnchorBackground3'\n | 'colorPaletteAnchorForeground1'\n | 'colorPaletteAnchorForeground2'\n | 'colorPaletteAnchorForeground3'\n | 'colorPaletteAnchorBorderActive'\n | 'colorPaletteAnchorBorder1'\n | 'colorPaletteAnchorBorder2';\n\nexport type ColorPaletteCharcoal =\n | 'colorPaletteCharcoalBackground1'\n | 'colorPaletteCharcoalBackground2'\n | 'colorPaletteCharcoalBackground3'\n | 'colorPaletteCharcoalForeground1'\n | 'colorPaletteCharcoalForeground2'\n | 'colorPaletteCharcoalForeground3'\n | 'colorPaletteCharcoalBorderActive'\n | 'colorPaletteCharcoalBorder1'\n | 'colorPaletteCharcoalBorder2';\n\nexport type ColorPaletteTokens = Record<\n | ColorPaletteDarkRed\n | ColorPaletteBurgundy\n | ColorPaletteCranberry\n | ColorPaletteRed\n | ColorPaletteDarkOrange\n | ColorPaletteBronze\n | ColorPalettePumpkin\n | ColorPaletteOrange\n | ColorPalettePeach\n | ColorPaletteMarigold\n | ColorPaletteYellow\n | ColorPaletteGold\n | ColorPaletteBrass\n | ColorPaletteBrown\n | ColorPaletteDarkBrown\n | ColorPaletteLime\n | ColorPaletteForest\n | ColorPaletteSeafoam\n | ColorPaletteLightGreen\n | ColorPaletteGreen\n | ColorPaletteDarkGreen\n | ColorPaletteLightTeal\n | ColorPaletteTeal\n | ColorPaletteDarkTeal\n | ColorPaletteCyan\n | ColorPaletteSteel\n | ColorPaletteLightBlue\n | ColorPaletteBlue\n | ColorPaletteRoyalBlue\n | ColorPaletteDarkBlue\n | ColorPaletteCornflower\n | ColorPaletteNavy\n | ColorPaletteLavender\n | ColorPalettePurple\n | ColorPaletteDarkPurple\n | ColorPaletteOrchid\n | ColorPaletteGrape\n | ColorPaletteBerry\n | ColorPaletteLilac\n | ColorPalettePink\n | ColorPaletteHotPink\n | ColorPaletteMagenta\n | ColorPalettePlum\n | ColorPaletteBeige\n | ColorPaletteMink\n | ColorPaletteSilver\n | ColorPalettePlatinum\n | ColorPaletteAnchor\n | ColorPaletteCharcoal,\n string\n>;\n\n/**\n * Possible color variant values\n */\nexport type ColorVariants = {\n shade50: string;\n shade40: string;\n shade30: string;\n shade20: string;\n shade10: string;\n primary: string;\n tint10: string;\n tint20: string;\n tint30: string;\n tint40: string;\n tint50: string;\n tint60: string;\n};\n\nexport type Brands = 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90 | 100 | 110 | 120 | 130 | 140 | 150 | 160;\n\nexport type BrandVariants = Record<Brands, string>;\n\n/**\n * All the global shared colors and their shade/tint variants\n */\nexport type GlobalSharedColors = {\n darkRed: ColorVariants;\n burgundy: ColorVariants;\n cranberry: ColorVariants;\n red: ColorVariants;\n darkOrange: ColorVariants;\n bronze: ColorVariants;\n pumpkin: ColorVariants;\n orange: ColorVariants;\n peach: ColorVariants;\n marigold: ColorVariants;\n yellow: ColorVariants;\n gold: ColorVariants;\n brass: ColorVariants;\n brown: ColorVariants;\n darkBrown: ColorVariants;\n lime: ColorVariants;\n forest: ColorVariants;\n seafoam: ColorVariants;\n lightGreen: ColorVariants;\n green: ColorVariants;\n darkGreen: ColorVariants;\n lightTeal: ColorVariants;\n teal: ColorVariants;\n darkTeal: ColorVariants;\n cyan: ColorVariants;\n steel: ColorVariants;\n lightBlue: ColorVariants;\n blue: ColorVariants;\n royalBlue: ColorVariants;\n darkBlue: ColorVariants;\n cornflower: ColorVariants;\n navy: ColorVariants;\n lavender: ColorVariants;\n purple: ColorVariants;\n darkPurple: ColorVariants;\n orchid: ColorVariants;\n grape: ColorVariants;\n berry: ColorVariants;\n lilac: ColorVariants;\n pink: ColorVariants;\n hotPink: ColorVariants;\n magenta: ColorVariants;\n plum: ColorVariants;\n beige: ColorVariants;\n mink: ColorVariants;\n silver: ColorVariants;\n platinum: ColorVariants;\n anchor: ColorVariants;\n charcoal: ColorVariants;\n};\n\nexport type FontSizeTokens = {\n fontSizeBase100: string;\n fontSizeBase200: string;\n fontSizeBase300: string;\n fontSizeBase400: string;\n fontSizeBase500: string;\n fontSizeBase600: string;\n\n fontSizeHero700: string;\n fontSizeHero800: string;\n fontSizeHero900: string;\n fontSizeHero1000: string;\n};\n\nexport type LineHeightTokens = {\n lineHeightBase100: string;\n lineHeightBase200: string;\n lineHeightBase300: string;\n lineHeightBase400: string;\n lineHeightBase500: string;\n lineHeightBase600: string;\n\n lineHeightHero700: string;\n lineHeightHero800: string;\n lineHeightHero900: string;\n lineHeightHero1000: string;\n};\n\nexport type FontWeightTokens = {\n fontWeightRegular: number;\n fontWeightMedium: number;\n fontWeightSemibold: number;\n};\n\nexport type FontFamilyTokens = {\n fontFamilyBase: string;\n fontFamilyMonospace: string;\n fontFamilyNumeric: string;\n};\n\nexport type TextAlignment =\n | 'inherit'\n | 'initial'\n | 'revert'\n | 'unset'\n | 'center'\n | 'end'\n | 'start'\n | 'justify'\n | 'left'\n | 'match-parent'\n | 'right';\n\nexport type TextAlignments = {\n start: TextAlignment;\n center: TextAlignment;\n end: TextAlignment;\n justify: TextAlignment;\n};\n\nexport type TypographyStyle = {\n fontFamily: string;\n fontSize: string;\n fontWeight: string;\n lineHeight: string;\n};\n\nexport type TypographyStyles = {\n body1: TypographyStyle;\n body1Strong: TypographyStyle;\n body1Stronger: TypographyStyle;\n caption1: TypographyStyle;\n caption1Strong: TypographyStyle;\n caption1Stronger: TypographyStyle;\n caption2: TypographyStyle;\n caption2Strong: TypographyStyle;\n subtitle1: TypographyStyle;\n subtitle2: TypographyStyle;\n subtitle2Stronger: TypographyStyle;\n title1: TypographyStyle;\n title2: TypographyStyle;\n title3: TypographyStyle;\n largeTitle: TypographyStyle;\n display: TypographyStyle;\n};\n\nexport type BorderRadiusTokens = {\n borderRadiusNone: string;\n borderRadiusSmall: string;\n borderRadiusMedium: string;\n borderRadiusLarge: string;\n borderRadiusXLarge: string;\n borderRadiusCircular: string;\n};\n\nexport type StrokeWidthTokens = {\n strokeWidthThin: string;\n strokeWidthThick: string;\n strokeWidthThicker: string;\n strokeWidthThickest: string;\n};\n\nexport type SpacingTokens = {\n none: string;\n xxs: string;\n xs: string;\n sNudge: string;\n s: string;\n mNudge: string;\n m: string;\n l: string;\n xl: string;\n xxl: string;\n xxxl: string;\n};\n\nexport type HorizontalSpacingTokens = {\n spacingHorizontalNone: string;\n spacingHorizontalXXS: string;\n spacingHorizontalXS: string;\n spacingHorizontalSNudge: string;\n spacingHorizontalS: string;\n spacingHorizontalMNudge: string;\n spacingHorizontalM: string;\n spacingHorizontalL: string;\n spacingHorizontalXL: string;\n spacingHorizontalXXL: string;\n spacingHorizontalXXXL: string;\n};\n\nexport type VerticalSpacingTokens = {\n spacingVerticalNone: string;\n spacingVerticalXXS: string;\n spacingVerticalXS: string;\n spacingVerticalSNudge: string;\n spacingVerticalS: string;\n spacingVerticalMNudge: string;\n spacingVerticalM: string;\n spacingVerticalL: string;\n spacingVerticalXL: string;\n spacingVerticalXXL: string;\n spacingVerticalXXXL: string;\n};\n\nexport type DurationTokens = {\n durationUltraFast: string;\n durationFaster: string;\n durationFast: string;\n durationNormal: string;\n durationSlow: string;\n durationSlower: string;\n durationUltraSlow: string;\n};\n\nexport type CurveTokens = {\n curveAccelerateMax: string;\n curveAccelerateMid: string;\n curveAccelerateMin: string;\n curveDecelerateMax: string;\n curveDecelerateMid: string;\n curveDecelerateMin: string;\n curveEasyEaseMax: string;\n curveEasyEase: string;\n curveLinear: string;\n};\n\n/**\n * Design tokens for shadow levels\n */\nexport type ShadowTokens = {\n shadow2: string;\n shadow4: string;\n shadow8: string;\n shadow16: string;\n shadow28: string;\n shadow64: string;\n};\n\nexport type ShadowBrandTokens = {\n shadow2Brand: string;\n shadow4Brand: string;\n shadow8Brand: string;\n shadow16Brand: string;\n shadow28Brand: string;\n shadow64Brand: string;\n};\n\nexport type Greys =\n | 0\n | 2\n | 4\n | 6\n | 8\n | 10\n | 12\n | 14\n | 16\n | 18\n | 20\n | 22\n | 24\n | 26\n | 28\n | 30\n | 32\n | 34\n | 36\n | 38\n | 40\n | 42\n | 44\n | 46\n | 48\n | 50\n | 52\n | 54\n | 56\n | 58\n | 60\n | 62\n | 64\n | 66\n | 68\n | 70\n | 72\n | 74\n | 76\n | 78\n | 80\n | 82\n | 84\n | 86\n | 88\n | 90\n | 92\n | 94\n | 96\n | 98\n | 100;\n\nexport type AlphaColors = 5 | 10 | 20 | 30 | 40 | 50 | 60 | 70 | 80 | 90;\n\n// TODO: do we want to split theme for better tree shaking? (MUI)\n// But will this end up in the bundle at all? It should be used only in makeStyles and should be removed during build\nexport type Theme = FontSizeTokens &\n LineHeightTokens &\n BorderRadiusTokens &\n StrokeWidthTokens &\n HorizontalSpacingTokens &\n VerticalSpacingTokens &\n DurationTokens &\n CurveTokens &\n ShadowTokens &\n ShadowBrandTokens &\n FontFamilyTokens &\n FontWeightTokens &\n ColorPaletteTokens &\n ColorTokens;\n\nexport type PartialTheme = Partial<Theme>;\n"]}
@@ -5,12 +5,12 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.durations = void 0;
7
7
  exports.durations = {
8
- durationUltraFast: '50',
9
- durationFaster: '100',
10
- durationFast: '150',
11
- durationNormal: '200',
12
- durationSlow: '300',
13
- durationSlower: '400',
14
- durationUltraSlow: '500'
8
+ durationUltraFast: '50ms',
9
+ durationFaster: '100ms',
10
+ durationFast: '150ms',
11
+ durationNormal: '200ms',
12
+ durationSlow: '300ms',
13
+ durationSlower: '400ms',
14
+ durationUltraSlow: '500ms'
15
15
  };
16
16
  //# sourceMappingURL=durations.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["global/durations.ts"],"names":[],"mappings":";;;;;;AAEa,OAAA,CAAA,SAAA,GAA4B;AACvC,EAAA,iBAAiB,EAAE,IADoB;AAEvC,EAAA,cAAc,EAAE,KAFuB;AAGvC,EAAA,YAAY,EAAE,KAHyB;AAIvC,EAAA,cAAc,EAAE,KAJuB;AAKvC,EAAA,YAAY,EAAE,KALyB;AAMvC,EAAA,cAAc,EAAE,KANuB;AAOvC,EAAA,iBAAiB,EAAE;AAPoB,CAA5B","sourcesContent":["import type { DurationTokens } from '../types';\n\nexport const durations: DurationTokens = {\n durationUltraFast: '50',\n durationFaster: '100',\n durationFast: '150',\n durationNormal: '200',\n durationSlow: '300',\n durationSlower: '400',\n durationUltraSlow: '500',\n};\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["global/durations.ts"],"names":[],"mappings":";;;;;;AAEa,OAAA,CAAA,SAAA,GAA4B;AACvC,EAAA,iBAAiB,EAAE,MADoB;AAEvC,EAAA,cAAc,EAAE,OAFuB;AAGvC,EAAA,YAAY,EAAE,OAHyB;AAIvC,EAAA,cAAc,EAAE,OAJuB;AAKvC,EAAA,YAAY,EAAE,OALyB;AAMvC,EAAA,cAAc,EAAE,OANuB;AAOvC,EAAA,iBAAiB,EAAE;AAPoB,CAA5B","sourcesContent":["import type { DurationTokens } from '../types';\n\nexport const durations: DurationTokens = {\n durationUltraFast: '50ms',\n durationFaster: '100ms',\n durationFast: '150ms',\n durationNormal: '200ms',\n durationSlow: '300ms',\n durationSlower: '400ms',\n durationUltraSlow: '500ms',\n};\n"],"sourceRoot":"../src/"}
@@ -3,13 +3,67 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.typographyStyles = exports.tokens = exports.themeToTokensObject = void 0;
6
+ exports.typographyStyles = exports.tokens = exports.themeToTokensObject = exports.createTeamsDarkTheme = exports.createLightTheme = exports.createHighContrastTheme = exports.createDarkTheme = exports.webLightTheme = exports.webDarkTheme = exports.teamsLightTheme = exports.teamsHighContrastTheme = exports.teamsDarkTheme = void 0;
7
7
 
8
- const tslib_1 = /*#__PURE__*/require("tslib");
8
+ var index_1 = /*#__PURE__*/require("./themes/index");
9
9
 
10
- tslib_1.__exportStar(require("./themes/index"), exports);
10
+ Object.defineProperty(exports, "teamsDarkTheme", {
11
+ enumerable: true,
12
+ get: function () {
13
+ return index_1.teamsDarkTheme;
14
+ }
15
+ });
16
+ Object.defineProperty(exports, "teamsHighContrastTheme", {
17
+ enumerable: true,
18
+ get: function () {
19
+ return index_1.teamsHighContrastTheme;
20
+ }
21
+ });
22
+ Object.defineProperty(exports, "teamsLightTheme", {
23
+ enumerable: true,
24
+ get: function () {
25
+ return index_1.teamsLightTheme;
26
+ }
27
+ });
28
+ Object.defineProperty(exports, "webDarkTheme", {
29
+ enumerable: true,
30
+ get: function () {
31
+ return index_1.webDarkTheme;
32
+ }
33
+ });
34
+ Object.defineProperty(exports, "webLightTheme", {
35
+ enumerable: true,
36
+ get: function () {
37
+ return index_1.webLightTheme;
38
+ }
39
+ });
40
+
41
+ var index_2 = /*#__PURE__*/require("./utils/index");
11
42
 
12
- tslib_1.__exportStar(require("./utils/index"), exports);
43
+ Object.defineProperty(exports, "createDarkTheme", {
44
+ enumerable: true,
45
+ get: function () {
46
+ return index_2.createDarkTheme;
47
+ }
48
+ });
49
+ Object.defineProperty(exports, "createHighContrastTheme", {
50
+ enumerable: true,
51
+ get: function () {
52
+ return index_2.createHighContrastTheme;
53
+ }
54
+ });
55
+ Object.defineProperty(exports, "createLightTheme", {
56
+ enumerable: true,
57
+ get: function () {
58
+ return index_2.createLightTheme;
59
+ }
60
+ });
61
+ Object.defineProperty(exports, "createTeamsDarkTheme", {
62
+ enumerable: true,
63
+ get: function () {
64
+ return index_2.createTeamsDarkTheme;
65
+ }
66
+ });
13
67
 
14
68
  var themeToTokensObject_1 = /*#__PURE__*/require("./themeToTokensObject");
15
69
 
@@ -29,12 +83,12 @@ Object.defineProperty(exports, "tokens", {
29
83
  }
30
84
  });
31
85
 
32
- var index_1 = /*#__PURE__*/require("./global/index");
86
+ var index_3 = /*#__PURE__*/require("./global/index");
33
87
 
34
88
  Object.defineProperty(exports, "typographyStyles", {
35
89
  enumerable: true,
36
90
  get: function () {
37
- return index_1.typographyStyles;
91
+ return index_3.typographyStyles;
38
92
  }
39
93
  });
40
94
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAA,CAAA,YAAA,CAAA,OAAA,CAAA,gBAAA,CAAA,EAAA,OAAA;;AACA,OAAA,CAAA,YAAA,CAAA,OAAA,CAAA,eAAA,CAAA,EAAA,OAAA;;AAEA,IAAA,qBAAA,gBAAA,OAAA,CAAA,uBAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,qBAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,qBAAA,CAAA,mBAAA;AAAmB;AAAnB,CAAA;;AACT,IAAA,QAAA,gBAAA,OAAA,CAAA,UAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,QAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,QAAA,CAAA,MAAA;AAAM;AAAN,CAAA;;AACT,IAAA,OAAA,gBAAA,OAAA,CAAA,gBAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,kBAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,OAAA,CAAA,gBAAA;AAAgB;AAAhB,CAAA","sourcesContent":["export * from './themes/index';\nexport * from './utils/index';\n\nexport { themeToTokensObject } from './themeToTokensObject';\nexport { tokens } from './tokens';\nexport { typographyStyles } from './global/index';\n\nexport type {\n Brands,\n BrandVariants,\n FontSizeTokens,\n FontWeightTokens,\n LineHeightTokens,\n BorderRadiusTokens,\n StrokeWidthTokens,\n SpacingTokens,\n HorizontalSpacingTokens,\n VerticalSpacingTokens,\n DurationTokens,\n CurveTokens,\n ShadowTokens,\n ShadowBrandTokens,\n FontFamilyTokens,\n ColorPaletteTokens,\n ColorPaletteDarkRed,\n ColorPaletteBurgundy,\n ColorPaletteCranberry,\n ColorPaletteRed,\n ColorPaletteDarkOrange,\n ColorPaletteBronze,\n ColorPalettePumpkin,\n ColorPaletteOrange,\n ColorPalettePeach,\n ColorPaletteMarigold,\n ColorPaletteYellow,\n ColorPaletteGold,\n ColorPaletteBrass,\n ColorPaletteBrown,\n ColorPaletteDarkBrown,\n ColorPaletteLime,\n ColorPaletteForest,\n ColorPaletteSeafoam,\n ColorPaletteLightGreen,\n ColorPaletteGreen,\n ColorPaletteDarkGreen,\n ColorPaletteLightTeal,\n ColorPaletteTeal,\n ColorPaletteDarkTeal,\n ColorPaletteCyan,\n ColorPaletteSteel,\n ColorPaletteLightBlue,\n ColorPaletteBlue,\n ColorPaletteRoyalBlue,\n ColorPaletteDarkBlue,\n ColorPaletteCornflower,\n ColorPaletteNavy,\n ColorPaletteLavender,\n ColorPalettePurple,\n ColorPaletteDarkPurple,\n ColorPaletteOrchid,\n ColorPaletteGrape,\n ColorPaletteBerry,\n ColorPaletteLilac,\n ColorPalettePink,\n ColorPaletteHotPink,\n ColorPaletteMagenta,\n ColorPalettePlum,\n ColorPaletteBeige,\n ColorPaletteMink,\n ColorPaletteSilver,\n ColorPalettePlatinum,\n ColorPaletteAnchor,\n ColorPaletteCharcoal,\n ColorTokens,\n PartialTheme,\n Theme,\n TypographyStyles,\n} from './types';\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;;;AAAA,IAAA,OAAA,gBAAA,OAAA,CAAA,gBAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,gBAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,OAAA,CAAA,cAAA;AAAc;AAAd,CAAA;AAAgB,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,wBAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,OAAA,CAAA,sBAAA;AAAsB;AAAtB,CAAA;AAAwB,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,iBAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,OAAA,CAAA,eAAA;AAAe;AAAf,CAAA;AAAiB,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,cAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,OAAA,CAAA,YAAA;AAAY;AAAZ,CAAA;AAAc,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,eAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,OAAA,CAAA,aAAA;AAAa;AAAb,CAAA;;AAChF,IAAA,OAAA,gBAAA,OAAA,CAAA,eAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,iBAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,OAAA,CAAA,eAAA;AAAe;AAAf,CAAA;AAAiB,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,yBAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,OAAA,CAAA,uBAAA;AAAuB;AAAvB,CAAA;AAAyB,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,kBAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,OAAA,CAAA,gBAAA;AAAgB;AAAhB,CAAA;AAAkB,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,sBAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,OAAA,CAAA,oBAAA;AAAoB;AAApB,CAAA;;AAErE,IAAA,qBAAA,gBAAA,OAAA,CAAA,uBAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,qBAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,qBAAA,CAAA,mBAAA;AAAmB;AAAnB,CAAA;;AACT,IAAA,QAAA,gBAAA,OAAA,CAAA,UAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,QAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,QAAA,CAAA,MAAA;AAAM;AAAN,CAAA;;AACT,IAAA,OAAA,gBAAA,OAAA,CAAA,gBAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,kBAAA,EAAA;AAAA,EAAA,UAAA,EAAA,IAAA;AAAA,EAAA,GAAA,EAAA,YAAA;AAAA,WAAA,OAAA,CAAA,gBAAA;AAAgB;AAAhB,CAAA","sourcesContent":["export { teamsDarkTheme, teamsHighContrastTheme, teamsLightTheme, webDarkTheme, webLightTheme } from './themes/index';\nexport { createDarkTheme, createHighContrastTheme, createLightTheme, createTeamsDarkTheme } from './utils/index';\n\nexport { themeToTokensObject } from './themeToTokensObject';\nexport { tokens } from './tokens';\nexport { typographyStyles } from './global/index';\n\nexport type {\n Brands,\n BrandVariants,\n FontSizeTokens,\n FontWeightTokens,\n LineHeightTokens,\n BorderRadiusTokens,\n StrokeWidthTokens,\n SpacingTokens,\n HorizontalSpacingTokens,\n VerticalSpacingTokens,\n DurationTokens,\n CurveTokens,\n ShadowTokens,\n ShadowBrandTokens,\n FontFamilyTokens,\n ColorPaletteTokens,\n ColorPaletteDarkRed,\n ColorPaletteBurgundy,\n ColorPaletteCranberry,\n ColorPaletteRed,\n ColorPaletteDarkOrange,\n ColorPaletteBronze,\n ColorPalettePumpkin,\n ColorPaletteOrange,\n ColorPalettePeach,\n ColorPaletteMarigold,\n ColorPaletteYellow,\n ColorPaletteGold,\n ColorPaletteBrass,\n ColorPaletteBrown,\n ColorPaletteDarkBrown,\n ColorPaletteLime,\n ColorPaletteForest,\n ColorPaletteSeafoam,\n ColorPaletteLightGreen,\n ColorPaletteGreen,\n ColorPaletteDarkGreen,\n ColorPaletteLightTeal,\n ColorPaletteTeal,\n ColorPaletteDarkTeal,\n ColorPaletteCyan,\n ColorPaletteSteel,\n ColorPaletteLightBlue,\n ColorPaletteBlue,\n ColorPaletteRoyalBlue,\n ColorPaletteDarkBlue,\n ColorPaletteCornflower,\n ColorPaletteNavy,\n ColorPaletteLavender,\n ColorPalettePurple,\n ColorPaletteDarkPurple,\n ColorPaletteOrchid,\n ColorPaletteGrape,\n ColorPaletteBerry,\n ColorPaletteLilac,\n ColorPalettePink,\n ColorPaletteHotPink,\n ColorPaletteMagenta,\n ColorPalettePlum,\n ColorPaletteBeige,\n ColorPaletteMink,\n ColorPaletteSilver,\n ColorPalettePlatinum,\n ColorPaletteAnchor,\n ColorPaletteCharcoal,\n ColorTokens,\n PartialTheme,\n Theme,\n TypographyStyle,\n TypographyStyles,\n} from './types';\n"],"sourceRoot":"../src/"}
@@ -9,6 +9,4 @@ const tslib_1 = /*#__PURE__*/require("tslib");
9
9
  tslib_1.__exportStar(require("./lightTheme"), exports);
10
10
 
11
11
  tslib_1.__exportStar(require("./darkTheme"), exports);
12
-
13
- tslib_1.__exportStar(require("./highContrastTheme"), exports);
14
12
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["themes/web/index.ts"],"names":[],"mappings":";;;;;;;;AAAA,OAAA,CAAA,YAAA,CAAA,OAAA,CAAA,cAAA,CAAA,EAAA,OAAA;;AACA,OAAA,CAAA,YAAA,CAAA,OAAA,CAAA,aAAA,CAAA,EAAA,OAAA;;AACA,OAAA,CAAA,YAAA,CAAA,OAAA,CAAA,qBAAA,CAAA,EAAA,OAAA","sourcesContent":["export * from './lightTheme';\nexport * from './darkTheme';\nexport * from './highContrastTheme';\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["themes/web/index.ts"],"names":[],"mappings":";;;;;;;;AAAA,OAAA,CAAA,YAAA,CAAA,OAAA,CAAA,cAAA,CAAA,EAAA,OAAA;;AACA,OAAA,CAAA,YAAA,CAAA,OAAA,CAAA,aAAA,CAAA,EAAA,OAAA","sourcesContent":["export * from './lightTheme';\nexport * from './darkTheme';\n"],"sourceRoot":"../src/"}
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@fluentui/react-theme",
3
- "version": "9.0.0-rc.6",
3
+ "version": "9.0.0-rc.9",
4
4
  "description": "Fluent UI themes",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
7
- "typings": "lib/index.d.ts",
7
+ "typings": "dist/index.d.ts",
8
8
  "sideEffects": false,
9
9
  "repository": {
10
10
  "type": "git",
@@ -23,6 +23,7 @@
23
23
  "test": "jest --passWithNoTests",
24
24
  "docs": "api-extractor run --config=config/api-extractor.local.json --local",
25
25
  "build:local": "tsc -p ./tsconfig.lib.json --module esnext --emitDeclarationOnly && node ../../../scripts/typescript/normalize-import --output ./dist/packages/react-components/react-theme/src && yarn docs",
26
+ "token-pipeline": "node -r ../../../scripts/ts-node-register ../../../scripts/token-pipeline.ts",
26
27
  "type-check": "tsc -b tsconfig.json"
27
28
  },
28
29
  "devDependencies": {
@@ -1,2 +0,0 @@
1
- import type { BrandVariants, ColorTokens } from '../types';
2
- export declare const generateColorTokens: (brand: BrandVariants) => ColorTokens;
@@ -1,2 +0,0 @@
1
- import { ColorPaletteTokens } from '../types';
2
- export declare const colorPaletteTokens: ColorPaletteTokens;
@@ -1,2 +0,0 @@
1
- import type { ColorTokens } from '../types';
2
- export declare const generateColorTokens: () => ColorTokens;
@@ -1,2 +0,0 @@
1
- import { ColorPaletteTokens } from '../types';
2
- export declare const colorPaletteTokens: ColorPaletteTokens;
@@ -1,2 +0,0 @@
1
- import type { BrandVariants, ColorTokens } from '../types';
2
- export declare const generateColorTokens: (brand: BrandVariants) => ColorTokens;
@@ -1,2 +0,0 @@
1
- import { ColorPaletteTokens } from '../types';
2
- export declare const colorPaletteTokens: ColorPaletteTokens;
@@ -1,2 +0,0 @@
1
- import type { BrandVariants, ColorTokens } from '../types';
2
- export declare const generateColorTokens: (brand: BrandVariants) => ColorTokens;
@@ -1,2 +0,0 @@
1
- import { ColorPaletteTokens } from '../types';
2
- export declare const colorPaletteTokens: ColorPaletteTokens;
@@ -1,2 +0,0 @@
1
- import type { BorderRadiusTokens } from '../types';
2
- export declare const borderRadius: BorderRadiusTokens;
@@ -1,4 +0,0 @@
1
- import type { BrandVariants } from '../types';
2
- export declare const brandWeb: BrandVariants;
3
- export declare const brandTeams: BrandVariants;
4
- export declare const brandOffice: BrandVariants;
@@ -1,16 +0,0 @@
1
- import type { GlobalSharedColors, Greys, AlphaColors } from '../types';
2
- export declare const grey: Record<Greys, string>;
3
- export declare const whiteAlpha: Record<AlphaColors, string>;
4
- export declare const blackAlpha: Record<AlphaColors, string>;
5
- export declare const grey14Alpha: Record<AlphaColors, string>;
6
- export declare const white = "#ffffff";
7
- export declare const black = "#000000";
8
- export declare const hcHyperlink = "#ffff00";
9
- export declare const hcHighlight = "#1aebff";
10
- export declare const hcDisabled = "#3ff23f";
11
- export declare const hcCanvas = "#000000";
12
- export declare const hcCanvasText = "#ffffff";
13
- export declare const hcHighlightText = "#000000";
14
- export declare const hcButtonText = "#000000";
15
- export declare const hcButtonFace = "#ffffff";
16
- export declare const sharedColors: GlobalSharedColors;
@@ -1,2 +0,0 @@
1
- import type { CurveTokens } from '../types';
2
- export declare const curves: CurveTokens;
@@ -1,2 +0,0 @@
1
- import type { DurationTokens } from '../types';
2
- export declare const durations: DurationTokens;