@fluentui/tokens 1.0.0-alpha.2 → 1.0.0-alpha.21

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 (234) hide show
  1. package/CHANGELOG.md +176 -2
  2. package/dist/index.d.ts +44 -2
  3. package/lib/alias/darkColor.js +169 -155
  4. package/lib/alias/darkColor.js.map +1 -1
  5. package/lib/alias/darkColorPalette.js +57 -32
  6. package/lib/alias/darkColorPalette.js.map +1 -1
  7. package/lib/alias/highContrastColor.js +169 -155
  8. package/lib/alias/highContrastColor.js.map +1 -1
  9. package/lib/alias/highContrastColorPalette.js +50 -29
  10. package/lib/alias/highContrastColorPalette.js.map +1 -1
  11. package/lib/alias/lightColor.js +169 -155
  12. package/lib/alias/lightColor.js.map +1 -1
  13. package/lib/alias/lightColorPalette.js +53 -29
  14. package/lib/alias/lightColorPalette.js.map +1 -1
  15. package/lib/alias/teamsDarkColor.js +169 -155
  16. package/lib/alias/teamsDarkColor.js.map +1 -1
  17. package/lib/alias/teamsFontFamilies.js +5 -0
  18. package/lib/alias/teamsFontFamilies.js.map +1 -0
  19. package/lib/global/borderRadius.js +6 -7
  20. package/lib/global/borderRadius.js.map +1 -1
  21. package/lib/global/brandColors.js +48 -49
  22. package/lib/global/brandColors.js.map +1 -1
  23. package/lib/global/colorPalette.js +41 -37
  24. package/lib/global/colorPalette.js.map +1 -1
  25. package/lib/global/colors.js +693 -675
  26. package/lib/global/colors.js.map +1 -1
  27. package/lib/global/curves.js +9 -10
  28. package/lib/global/curves.js.map +1 -1
  29. package/lib/global/durations.js +8 -8
  30. package/lib/global/durations.js.map +1 -1
  31. package/lib/global/fonts.js +27 -30
  32. package/lib/global/fonts.js.map +1 -1
  33. package/lib/global/index.js +8 -10
  34. package/lib/global/index.js.map +1 -1
  35. package/lib/global/spacings.js +33 -34
  36. package/lib/global/spacings.js.map +1 -1
  37. package/lib/global/strokeWidths.js +4 -5
  38. package/lib/global/strokeWidths.js.map +1 -1
  39. package/lib/global/typographyStyles.js +104 -107
  40. package/lib/global/typographyStyles.js.map +1 -1
  41. package/lib/index.js +5 -6
  42. package/lib/index.js.map +1 -1
  43. package/lib/sharedColorNames.js +60 -9
  44. package/lib/sharedColorNames.js.map +1 -1
  45. package/lib/statusColorMapping.js +5 -0
  46. package/lib/statusColorMapping.js.map +1 -0
  47. package/lib/themeToTokensObject.js +7 -11
  48. package/lib/themeToTokensObject.js.map +1 -1
  49. package/lib/themes/index.js +2 -3
  50. package/lib/themes/index.js.map +1 -1
  51. package/lib/themes/teams/darkTheme.js +7 -4
  52. package/lib/themes/teams/darkTheme.js.map +1 -1
  53. package/lib/themes/teams/highContrastTheme.js +6 -3
  54. package/lib/themes/teams/highContrastTheme.js.map +1 -1
  55. package/lib/themes/teams/index.js +3 -4
  56. package/lib/themes/teams/index.js.map +1 -1
  57. package/lib/themes/teams/lightTheme.js +7 -4
  58. package/lib/themes/teams/lightTheme.js.map +1 -1
  59. package/lib/themes/web/darkTheme.js +3 -4
  60. package/lib/themes/web/darkTheme.js.map +1 -1
  61. package/lib/themes/web/index.js +2 -3
  62. package/lib/themes/web/index.js.map +1 -1
  63. package/lib/themes/web/lightTheme.js +3 -4
  64. package/lib/themes/web/lightTheme.js.map +1 -1
  65. package/lib/tokens.js +523 -433
  66. package/lib/tokens.js.map +1 -1
  67. package/lib/types.js +1 -2
  68. package/lib/types.js.map +1 -1
  69. package/lib/utils/createDarkTheme.js +26 -25
  70. package/lib/utils/createDarkTheme.js.map +1 -1
  71. package/lib/utils/createHighContrastTheme.js +26 -25
  72. package/lib/utils/createHighContrastTheme.js.map +1 -1
  73. package/lib/utils/createLightTheme.js +26 -25
  74. package/lib/utils/createLightTheme.js.map +1 -1
  75. package/lib/utils/createTeamsDarkTheme.js +26 -25
  76. package/lib/utils/createTeamsDarkTheme.js.map +1 -1
  77. package/lib/utils/index.js +4 -5
  78. package/lib/utils/index.js.map +1 -1
  79. package/lib/utils/shadows.js +8 -9
  80. package/lib/utils/shadows.js.map +1 -1
  81. package/lib-commonjs/alias/darkColor.js +176 -162
  82. package/lib-commonjs/alias/darkColor.js.map +1 -1
  83. package/lib-commonjs/alias/darkColorPalette.js +84 -50
  84. package/lib-commonjs/alias/darkColorPalette.js.map +1 -1
  85. package/lib-commonjs/alias/highContrastColor.js +176 -162
  86. package/lib-commonjs/alias/highContrastColor.js.map +1 -1
  87. package/lib-commonjs/alias/highContrastColorPalette.js +68 -38
  88. package/lib-commonjs/alias/highContrastColorPalette.js.map +1 -1
  89. package/lib-commonjs/alias/lightColor.js +176 -162
  90. package/lib-commonjs/alias/lightColor.js.map +1 -1
  91. package/lib-commonjs/alias/lightColorPalette.js +72 -39
  92. package/lib-commonjs/alias/lightColorPalette.js.map +1 -1
  93. package/lib-commonjs/alias/teamsDarkColor.js +176 -162
  94. package/lib-commonjs/alias/teamsDarkColor.js.map +1 -1
  95. package/lib-commonjs/alias/teamsFontFamilies.js +15 -0
  96. package/lib-commonjs/alias/teamsFontFamilies.js.map +1 -0
  97. package/lib-commonjs/global/borderRadius.js +14 -11
  98. package/lib-commonjs/global/borderRadius.js.map +1 -1
  99. package/lib-commonjs/global/brandColors.js +69 -55
  100. package/lib-commonjs/global/brandColors.js.map +1 -1
  101. package/lib-commonjs/global/colorPalette.js +61 -44
  102. package/lib-commonjs/global/colorPalette.js.map +1 -1
  103. package/lib-commonjs/global/colors.js +1012 -794
  104. package/lib-commonjs/global/colors.js.map +1 -1
  105. package/lib-commonjs/global/curves.js +17 -14
  106. package/lib-commonjs/global/curves.js.map +1 -1
  107. package/lib-commonjs/global/durations.js +16 -12
  108. package/lib-commonjs/global/durations.js.map +1 -1
  109. package/lib-commonjs/global/fonts.js +52 -37
  110. package/lib-commonjs/global/fonts.js.map +1 -1
  111. package/lib-commonjs/global/index.js +245 -23
  112. package/lib-commonjs/global/index.js.map +1 -1
  113. package/lib-commonjs/global/spacings.js +51 -40
  114. package/lib-commonjs/global/spacings.js.map +1 -1
  115. package/lib-commonjs/global/strokeWidths.js +12 -9
  116. package/lib-commonjs/global/strokeWidths.js.map +1 -1
  117. package/lib-commonjs/global/typographyStyles.js +111 -114
  118. package/lib-commonjs/global/typographyStyles.js.map +1 -1
  119. package/lib-commonjs/index.js +51 -92
  120. package/lib-commonjs/index.js.map +1 -1
  121. package/lib-commonjs/sharedColorNames.js +82 -14
  122. package/lib-commonjs/sharedColorNames.js.map +1 -1
  123. package/lib-commonjs/statusColorMapping.js +15 -0
  124. package/lib-commonjs/statusColorMapping.js.map +1 -0
  125. package/lib-commonjs/themeToTokensObject.js +13 -23
  126. package/lib-commonjs/themeToTokensObject.js.map +1 -1
  127. package/lib-commonjs/themes/index.js +26 -9
  128. package/lib-commonjs/themes/index.js.map +1 -1
  129. package/lib-commonjs/themes/teams/darkTheme.js +14 -10
  130. package/lib-commonjs/themes/teams/darkTheme.js.map +1 -1
  131. package/lib-commonjs/themes/teams/highContrastTheme.js +13 -8
  132. package/lib-commonjs/themes/teams/highContrastTheme.js.map +1 -1
  133. package/lib-commonjs/themes/teams/index.js +21 -11
  134. package/lib-commonjs/themes/teams/index.js.map +1 -1
  135. package/lib-commonjs/themes/teams/lightTheme.js +14 -10
  136. package/lib-commonjs/themes/teams/lightTheme.js.map +1 -1
  137. package/lib-commonjs/themes/web/darkTheme.js +10 -10
  138. package/lib-commonjs/themes/web/darkTheme.js.map +1 -1
  139. package/lib-commonjs/themes/web/index.js +17 -9
  140. package/lib-commonjs/themes/web/index.js.map +1 -1
  141. package/lib-commonjs/themes/web/lightTheme.js +10 -10
  142. package/lib-commonjs/themes/web/lightTheme.js.map +1 -1
  143. package/lib-commonjs/tokens.js +531 -437
  144. package/lib-commonjs/tokens.js.map +1 -1
  145. package/lib-commonjs/types.js +1 -3
  146. package/lib-commonjs/types.js.map +1 -1
  147. package/lib-commonjs/utils/createDarkTheme.js +33 -38
  148. package/lib-commonjs/utils/createDarkTheme.js.map +1 -1
  149. package/lib-commonjs/utils/createHighContrastTheme.js +33 -38
  150. package/lib-commonjs/utils/createHighContrastTheme.js.map +1 -1
  151. package/lib-commonjs/utils/createLightTheme.js +33 -38
  152. package/lib-commonjs/utils/createLightTheme.js.map +1 -1
  153. package/lib-commonjs/utils/createTeamsDarkTheme.js +33 -38
  154. package/lib-commonjs/utils/createTeamsDarkTheme.js.map +1 -1
  155. package/lib-commonjs/utils/index.js +25 -13
  156. package/lib-commonjs/utils/index.js.map +1 -1
  157. package/lib-commonjs/utils/shadows.js +15 -15
  158. package/lib-commonjs/utils/shadows.js.map +1 -1
  159. package/package.json +11 -15
  160. package/CHANGELOG.json +0 -35
  161. package/lib-amd/alias/darkColor.js +0 -158
  162. package/lib-amd/alias/darkColor.js.map +0 -1
  163. package/lib-amd/alias/darkColorPalette.js +0 -47
  164. package/lib-amd/alias/darkColorPalette.js.map +0 -1
  165. package/lib-amd/alias/highContrastColor.js +0 -158
  166. package/lib-amd/alias/highContrastColor.js.map +0 -1
  167. package/lib-amd/alias/highContrastColorPalette.js +0 -37
  168. package/lib-amd/alias/highContrastColorPalette.js.map +0 -1
  169. package/lib-amd/alias/lightColor.js +0 -158
  170. package/lib-amd/alias/lightColor.js.map +0 -1
  171. package/lib-amd/alias/lightColorPalette.js +0 -38
  172. package/lib-amd/alias/lightColorPalette.js.map +0 -1
  173. package/lib-amd/alias/teamsDarkColor.js +0 -158
  174. package/lib-amd/alias/teamsDarkColor.js.map +0 -1
  175. package/lib-amd/global/borderRadius.js +0 -14
  176. package/lib-amd/global/borderRadius.js.map +0 -1
  177. package/lib-amd/global/brandColors.js +0 -60
  178. package/lib-amd/global/brandColors.js.map +0 -1
  179. package/lib-amd/global/colorPalette.js +0 -45
  180. package/lib-amd/global/colorPalette.js.map +0 -1
  181. package/lib-amd/global/colors.js +0 -793
  182. package/lib-amd/global/colors.js.map +0 -1
  183. package/lib-amd/global/curves.js +0 -17
  184. package/lib-amd/global/curves.js.map +0 -1
  185. package/lib-amd/global/durations.js +0 -15
  186. package/lib-amd/global/durations.js.map +0 -1
  187. package/lib-amd/global/fonts.js +0 -45
  188. package/lib-amd/global/fonts.js.map +0 -1
  189. package/lib-amd/global/index.js +0 -14
  190. package/lib-amd/global/index.js.map +0 -1
  191. package/lib-amd/global/spacings.js +0 -46
  192. package/lib-amd/global/spacings.js.map +0 -1
  193. package/lib-amd/global/strokeWidths.js +0 -12
  194. package/lib-amd/global/strokeWidths.js.map +0 -1
  195. package/lib-amd/global/typographyStyles.js +0 -113
  196. package/lib-amd/global/typographyStyles.js.map +0 -1
  197. package/lib-amd/index.js +0 -18
  198. package/lib-amd/index.js.map +0 -1
  199. package/lib-amd/sharedColorNames.js +0 -64
  200. package/lib-amd/sharedColorNames.js.map +0 -1
  201. package/lib-amd/themeToTokensObject.js +0 -24
  202. package/lib-amd/themeToTokensObject.js.map +0 -1
  203. package/lib-amd/themes/index.js +0 -7
  204. package/lib-amd/themes/index.js.map +0 -1
  205. package/lib-amd/themes/teams/darkTheme.js +0 -7
  206. package/lib-amd/themes/teams/darkTheme.js.map +0 -1
  207. package/lib-amd/themes/teams/highContrastTheme.js +0 -7
  208. package/lib-amd/themes/teams/highContrastTheme.js.map +0 -1
  209. package/lib-amd/themes/teams/index.js +0 -8
  210. package/lib-amd/themes/teams/index.js.map +0 -1
  211. package/lib-amd/themes/teams/lightTheme.js +0 -7
  212. package/lib-amd/themes/teams/lightTheme.js.map +0 -1
  213. package/lib-amd/themes/web/darkTheme.js +0 -7
  214. package/lib-amd/themes/web/darkTheme.js.map +0 -1
  215. package/lib-amd/themes/web/index.js +0 -7
  216. package/lib-amd/themes/web/index.js.map +0 -1
  217. package/lib-amd/themes/web/lightTheme.js +0 -7
  218. package/lib-amd/themes/web/lightTheme.js.map +0 -1
  219. package/lib-amd/tokens.js +0 -440
  220. package/lib-amd/tokens.js.map +0 -1
  221. package/lib-amd/types.js +0 -5
  222. package/lib-amd/types.js.map +0 -1
  223. package/lib-amd/utils/createDarkTheme.js +0 -11
  224. package/lib-amd/utils/createDarkTheme.js.map +0 -1
  225. package/lib-amd/utils/createHighContrastTheme.js +0 -11
  226. package/lib-amd/utils/createHighContrastTheme.js.map +0 -1
  227. package/lib-amd/utils/createLightTheme.js +0 -11
  228. package/lib-amd/utils/createLightTheme.js.map +0 -1
  229. package/lib-amd/utils/createTeamsDarkTheme.js +0 -11
  230. package/lib-amd/utils/createTeamsDarkTheme.js.map +0 -1
  231. package/lib-amd/utils/index.js +0 -9
  232. package/lib-amd/utils/index.js.map +0 -1
  233. package/lib-amd/utils/shadows.js +0 -19
  234. package/lib-amd/utils/shadows.js.map +0 -1
@@ -1,12 +1,29 @@
1
1
  "use strict";
2
-
3
2
  Object.defineProperty(exports, "__esModule", {
4
- value: true
3
+ value: true
5
4
  });
6
-
7
- const tslib_1 = /*#__PURE__*/require("tslib");
8
-
9
- tslib_1.__exportStar(require("./teams/index"), exports);
10
-
11
- tslib_1.__exportStar(require("./web/index"), exports);
12
- //# sourceMappingURL=index.js.map
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ teamsDarkTheme: function() {
13
+ return _index.teamsDarkTheme;
14
+ },
15
+ teamsHighContrastTheme: function() {
16
+ return _index.teamsHighContrastTheme;
17
+ },
18
+ teamsLightTheme: function() {
19
+ return _index.teamsLightTheme;
20
+ },
21
+ webDarkTheme: function() {
22
+ return _index1.webDarkTheme;
23
+ },
24
+ webLightTheme: function() {
25
+ return _index1.webLightTheme;
26
+ }
27
+ });
28
+ const _index = require("./teams/index.js");
29
+ const _index1 = require("./web/index.js");
@@ -1 +1 @@
1
- {"version":3,"sources":["packages/tokens/src/themes/index.ts"],"names":[],"mappings":";;;;;;;;AAAA,OAAA,CAAA,YAAA,CAAA,OAAA,CAAA,eAAA,CAAA,EAAA,OAAA;;AACA,OAAA,CAAA,YAAA,CAAA,OAAA,CAAA,aAAA,CAAA,EAAA,OAAA","sourcesContent":["export * from './teams/index';\nexport * from './web/index';\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["../src/themes/index.ts"],"sourcesContent":["export { teamsDarkTheme, teamsHighContrastTheme, teamsLightTheme } from './teams/index';\nexport { webDarkTheme, webLightTheme } from './web/index';\n"],"names":["teamsDarkTheme","teamsHighContrastTheme","teamsLightTheme","webDarkTheme","webLightTheme"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IAASA,cAAc;eAAdA,qBAAc;;IAAEC,sBAAsB;eAAtBA,6BAAsB;;IAAEC,eAAe;eAAfA,sBAAe;;IACvDC,YAAY;eAAZA,oBAAY;;IAAEC,aAAa;eAAbA,qBAAa;;;uBADoC;wBAC5B"}
@@ -1,13 +1,17 @@
1
1
  "use strict";
2
-
3
2
  Object.defineProperty(exports, "__esModule", {
4
- value: true
3
+ value: true
5
4
  });
6
- exports.teamsDarkTheme = void 0;
7
-
8
- const createTeamsDarkTheme_1 = /*#__PURE__*/require("../../utils/createTeamsDarkTheme");
9
-
10
- const brandColors_1 = /*#__PURE__*/require("../../global/brandColors");
11
-
12
- exports.teamsDarkTheme = /*#__PURE__*/createTeamsDarkTheme_1.createTeamsDarkTheme(brandColors_1.brandTeams);
13
- //# sourceMappingURL=darkTheme.js.map
5
+ Object.defineProperty(exports, "teamsDarkTheme", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return teamsDarkTheme;
9
+ }
10
+ });
11
+ const _createTeamsDarkTheme = require("../../utils/createTeamsDarkTheme.js");
12
+ const _brandColors = require("../../global/brandColors.js");
13
+ const _teamsFontFamilies = require("../../alias/teamsFontFamilies.js");
14
+ const teamsDarkTheme = {
15
+ ...(0, _createTeamsDarkTheme.createTeamsDarkTheme)(_brandColors.brandTeams),
16
+ ..._teamsFontFamilies.fontFamilies
17
+ };
@@ -1 +1 @@
1
- {"version":3,"sources":["packages/tokens/src/themes/teams/darkTheme.ts"],"names":[],"mappings":";;;;;;;AAAA,MAAA,sBAAA,gBAAA,OAAA,CAAA,kCAAA,CAAA;;AACA,MAAA,aAAA,gBAAA,OAAA,CAAA,0BAAA,CAAA;;AAGa,OAAA,CAAA,cAAA,gBAAwB,sBAAA,CAAA,oBAAA,CAAqB,aAAA,CAAA,UAArB,CAAxB","sourcesContent":["import { createTeamsDarkTheme } from '../../utils/createTeamsDarkTheme';\nimport { brandTeams } from '../../global/brandColors';\nimport type { Theme } from '../../types';\n\nexport const teamsDarkTheme: Theme = createTeamsDarkTheme(brandTeams);\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["../src/themes/teams/darkTheme.ts"],"sourcesContent":["import { createTeamsDarkTheme } from '../../utils/createTeamsDarkTheme';\nimport { brandTeams } from '../../global/brandColors';\nimport type { Theme } from '../../types';\nimport { fontFamilies } from '../../alias/teamsFontFamilies';\n\nexport const teamsDarkTheme: Theme = {\n ...createTeamsDarkTheme(brandTeams),\n ...fontFamilies,\n};\n"],"names":["teamsDarkTheme","createTeamsDarkTheme","brandTeams","fontFamilies"],"rangeMappings":";;;;;;;;;;;;;;;;","mappings":";;;;+BAKaA;;;eAAAA;;;sCALwB;6BACV;mCAEE;AAEtB,MAAMA,iBAAwB;IACnC,GAAGC,IAAAA,0CAAoB,EAACC,uBAAU,CAAC;IACnC,GAAGC,+BAAY;AACjB"}
@@ -1,11 +1,16 @@
1
1
  "use strict";
2
-
3
2
  Object.defineProperty(exports, "__esModule", {
4
- value: true
3
+ value: true
5
4
  });
6
- exports.teamsHighContrastTheme = void 0;
7
-
8
- const createHighContrastTheme_1 = /*#__PURE__*/require("../../utils/createHighContrastTheme");
9
-
10
- exports.teamsHighContrastTheme = /*#__PURE__*/createHighContrastTheme_1.createHighContrastTheme();
11
- //# sourceMappingURL=highContrastTheme.js.map
5
+ Object.defineProperty(exports, "teamsHighContrastTheme", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return teamsHighContrastTheme;
9
+ }
10
+ });
11
+ const _createHighContrastTheme = require("../../utils/createHighContrastTheme.js");
12
+ const _teamsFontFamilies = require("../../alias/teamsFontFamilies.js");
13
+ const teamsHighContrastTheme = {
14
+ ...(0, _createHighContrastTheme.createHighContrastTheme)(),
15
+ ..._teamsFontFamilies.fontFamilies
16
+ };
@@ -1 +1 @@
1
- {"version":3,"sources":["packages/tokens/src/themes/teams/highContrastTheme.ts"],"names":[],"mappings":";;;;;;;AAAA,MAAA,yBAAA,gBAAA,OAAA,CAAA,qCAAA,CAAA;;AAGa,OAAA,CAAA,sBAAA,gBAAgC,yBAAA,CAAA,uBAAA,EAAhC","sourcesContent":["import { createHighContrastTheme } from '../../utils/createHighContrastTheme';\nimport type { Theme } from '../../types';\n\nexport const teamsHighContrastTheme: Theme = createHighContrastTheme();\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["../src/themes/teams/highContrastTheme.ts"],"sourcesContent":["import { createHighContrastTheme } from '../../utils/createHighContrastTheme';\nimport type { Theme } from '../../types';\nimport { fontFamilies } from '../../alias/teamsFontFamilies';\n\nexport const teamsHighContrastTheme: Theme = {\n ...createHighContrastTheme(),\n ...fontFamilies,\n};\n"],"names":["teamsHighContrastTheme","createHighContrastTheme","fontFamilies"],"rangeMappings":";;;;;;;;;;;;;;;","mappings":";;;;+BAIaA;;;eAAAA;;;yCAJ2B;mCAEX;AAEtB,MAAMA,yBAAgC;IAC3C,GAAGC,IAAAA,gDAAuB,GAAE;IAC5B,GAAGC,+BAAY;AACjB"}
@@ -1,14 +1,24 @@
1
1
  "use strict";
2
-
3
2
  Object.defineProperty(exports, "__esModule", {
4
- value: true
3
+ value: true
5
4
  });
6
-
7
- const tslib_1 = /*#__PURE__*/require("tslib");
8
-
9
- tslib_1.__exportStar(require("./lightTheme"), exports);
10
-
11
- tslib_1.__exportStar(require("./darkTheme"), exports);
12
-
13
- tslib_1.__exportStar(require("./highContrastTheme"), exports);
14
- //# sourceMappingURL=index.js.map
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ teamsDarkTheme: function() {
13
+ return _darkTheme.teamsDarkTheme;
14
+ },
15
+ teamsHighContrastTheme: function() {
16
+ return _highContrastTheme.teamsHighContrastTheme;
17
+ },
18
+ teamsLightTheme: function() {
19
+ return _lightTheme.teamsLightTheme;
20
+ }
21
+ });
22
+ const _lightTheme = require("./lightTheme.js");
23
+ const _darkTheme = require("./darkTheme.js");
24
+ const _highContrastTheme = require("./highContrastTheme.js");
@@ -1 +1 @@
1
- {"version":3,"sources":["packages/tokens/src/themes/teams/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":["../src/themes/teams/index.ts"],"sourcesContent":["export { teamsLightTheme } from './lightTheme';\nexport { teamsDarkTheme } from './darkTheme';\nexport { teamsHighContrastTheme } from './highContrastTheme';\n"],"names":["teamsDarkTheme","teamsHighContrastTheme","teamsLightTheme"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IACSA,cAAc;eAAdA,yBAAc;;IACdC,sBAAsB;eAAtBA,yCAAsB;;IAFtBC,eAAe;eAAfA,2BAAe;;;4BAAQ;2BACD;mCACQ"}
@@ -1,13 +1,17 @@
1
1
  "use strict";
2
-
3
2
  Object.defineProperty(exports, "__esModule", {
4
- value: true
3
+ value: true
5
4
  });
6
- exports.teamsLightTheme = void 0;
7
-
8
- const createLightTheme_1 = /*#__PURE__*/require("../../utils/createLightTheme");
9
-
10
- const brandColors_1 = /*#__PURE__*/require("../../global/brandColors");
11
-
12
- exports.teamsLightTheme = /*#__PURE__*/createLightTheme_1.createLightTheme(brandColors_1.brandTeams);
13
- //# sourceMappingURL=lightTheme.js.map
5
+ Object.defineProperty(exports, "teamsLightTheme", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return teamsLightTheme;
9
+ }
10
+ });
11
+ const _createLightTheme = require("../../utils/createLightTheme.js");
12
+ const _brandColors = require("../../global/brandColors.js");
13
+ const _teamsFontFamilies = require("../../alias/teamsFontFamilies.js");
14
+ const teamsLightTheme = {
15
+ ...(0, _createLightTheme.createLightTheme)(_brandColors.brandTeams),
16
+ ..._teamsFontFamilies.fontFamilies
17
+ };
@@ -1 +1 @@
1
- {"version":3,"sources":["packages/tokens/src/themes/teams/lightTheme.ts"],"names":[],"mappings":";;;;;;;AAAA,MAAA,kBAAA,gBAAA,OAAA,CAAA,8BAAA,CAAA;;AACA,MAAA,aAAA,gBAAA,OAAA,CAAA,0BAAA,CAAA;;AAGa,OAAA,CAAA,eAAA,gBAAyB,kBAAA,CAAA,gBAAA,CAAiB,aAAA,CAAA,UAAjB,CAAzB","sourcesContent":["import { createLightTheme } from '../../utils/createLightTheme';\nimport { brandTeams } from '../../global/brandColors';\nimport type { Theme } from '../../types';\n\nexport const teamsLightTheme: Theme = createLightTheme(brandTeams);\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["../src/themes/teams/lightTheme.ts"],"sourcesContent":["import { createLightTheme } from '../../utils/createLightTheme';\nimport { brandTeams } from '../../global/brandColors';\nimport type { Theme } from '../../types';\nimport { fontFamilies } from '../../alias/teamsFontFamilies';\n\nexport const teamsLightTheme: Theme = {\n ...createLightTheme(brandTeams),\n ...fontFamilies,\n};\n"],"names":["teamsLightTheme","createLightTheme","brandTeams","fontFamilies"],"rangeMappings":";;;;;;;;;;;;;;;;","mappings":";;;;+BAKaA;;;eAAAA;;;kCALoB;6BACN;mCAEE;AAEtB,MAAMA,kBAAyB;IACpC,GAAGC,IAAAA,kCAAgB,EAACC,uBAAU,CAAC;IAC/B,GAAGC,+BAAY;AACjB"}
@@ -1,13 +1,13 @@
1
1
  "use strict";
2
-
3
2
  Object.defineProperty(exports, "__esModule", {
4
- value: true
3
+ value: true
5
4
  });
6
- exports.webDarkTheme = void 0;
7
-
8
- const createDarkTheme_1 = /*#__PURE__*/require("../../utils/createDarkTheme");
9
-
10
- const brandColors_1 = /*#__PURE__*/require("../../global/brandColors");
11
-
12
- exports.webDarkTheme = /*#__PURE__*/createDarkTheme_1.createDarkTheme(brandColors_1.brandWeb);
13
- //# sourceMappingURL=darkTheme.js.map
5
+ Object.defineProperty(exports, "webDarkTheme", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return webDarkTheme;
9
+ }
10
+ });
11
+ const _createDarkTheme = require("../../utils/createDarkTheme.js");
12
+ const _brandColors = require("../../global/brandColors.js");
13
+ const webDarkTheme = (0, _createDarkTheme.createDarkTheme)(_brandColors.brandWeb);
@@ -1 +1 @@
1
- {"version":3,"sources":["packages/tokens/src/themes/web/darkTheme.ts"],"names":[],"mappings":";;;;;;;AAAA,MAAA,iBAAA,gBAAA,OAAA,CAAA,6BAAA,CAAA;;AACA,MAAA,aAAA,gBAAA,OAAA,CAAA,0BAAA,CAAA;;AAGa,OAAA,CAAA,YAAA,gBAAsB,iBAAA,CAAA,eAAA,CAAgB,aAAA,CAAA,QAAhB,CAAtB","sourcesContent":["import { createDarkTheme } from '../../utils/createDarkTheme';\nimport { brandWeb } from '../../global/brandColors';\nimport type { Theme } from '../../types';\n\nexport const webDarkTheme: Theme = createDarkTheme(brandWeb);\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["../src/themes/web/darkTheme.ts"],"sourcesContent":["import { createDarkTheme } from '../../utils/createDarkTheme';\nimport { brandWeb } from '../../global/brandColors';\nimport type { Theme } from '../../types';\n\nexport const webDarkTheme: Theme = createDarkTheme(brandWeb);\n"],"names":["webDarkTheme","createDarkTheme","brandWeb"],"rangeMappings":";;;;;;;;;;;;","mappings":";;;;+BAIaA;;;eAAAA;;;iCAJmB;6BACP;AAGlB,MAAMA,eAAsBC,IAAAA,gCAAe,EAACC,qBAAQ"}
@@ -1,12 +1,20 @@
1
1
  "use strict";
2
-
3
2
  Object.defineProperty(exports, "__esModule", {
4
- value: true
3
+ value: true
5
4
  });
6
-
7
- const tslib_1 = /*#__PURE__*/require("tslib");
8
-
9
- tslib_1.__exportStar(require("./lightTheme"), exports);
10
-
11
- tslib_1.__exportStar(require("./darkTheme"), exports);
12
- //# sourceMappingURL=index.js.map
5
+ function _export(target, all) {
6
+ for(var name in all)Object.defineProperty(target, name, {
7
+ enumerable: true,
8
+ get: all[name]
9
+ });
10
+ }
11
+ _export(exports, {
12
+ webDarkTheme: function() {
13
+ return _darkTheme.webDarkTheme;
14
+ },
15
+ webLightTheme: function() {
16
+ return _lightTheme.webLightTheme;
17
+ }
18
+ });
19
+ const _lightTheme = require("./lightTheme.js");
20
+ const _darkTheme = require("./darkTheme.js");
@@ -1 +1 @@
1
- {"version":3,"sources":["packages/tokens/src/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/"}
1
+ {"version":3,"sources":["../src/themes/web/index.ts"],"sourcesContent":["export { webLightTheme } from './lightTheme';\nexport { webDarkTheme } from './darkTheme';\n"],"names":["webDarkTheme","webLightTheme"],"rangeMappings":";;;;;;;;;;;;;;;;;;;","mappings":";;;;;;;;;;;IACSA,YAAY;eAAZA,uBAAY;;IADZC,aAAa;eAAbA,yBAAa;;;4BAAQ;2BACD"}
@@ -1,13 +1,13 @@
1
1
  "use strict";
2
-
3
2
  Object.defineProperty(exports, "__esModule", {
4
- value: true
3
+ value: true
5
4
  });
6
- exports.webLightTheme = void 0;
7
-
8
- const createLightTheme_1 = /*#__PURE__*/require("../../utils/createLightTheme");
9
-
10
- const brandColors_1 = /*#__PURE__*/require("../../global/brandColors");
11
-
12
- exports.webLightTheme = /*#__PURE__*/createLightTheme_1.createLightTheme(brandColors_1.brandWeb);
13
- //# sourceMappingURL=lightTheme.js.map
5
+ Object.defineProperty(exports, "webLightTheme", {
6
+ enumerable: true,
7
+ get: function() {
8
+ return webLightTheme;
9
+ }
10
+ });
11
+ const _createLightTheme = require("../../utils/createLightTheme.js");
12
+ const _brandColors = require("../../global/brandColors.js");
13
+ const webLightTheme = (0, _createLightTheme.createLightTheme)(_brandColors.brandWeb);
@@ -1 +1 @@
1
- {"version":3,"sources":["packages/tokens/src/themes/web/lightTheme.ts"],"names":[],"mappings":";;;;;;;AAAA,MAAA,kBAAA,gBAAA,OAAA,CAAA,8BAAA,CAAA;;AACA,MAAA,aAAA,gBAAA,OAAA,CAAA,0BAAA,CAAA;;AAGa,OAAA,CAAA,aAAA,gBAAuB,kBAAA,CAAA,gBAAA,CAAiB,aAAA,CAAA,QAAjB,CAAvB","sourcesContent":["import { createLightTheme } from '../../utils/createLightTheme';\nimport { brandWeb } from '../../global/brandColors';\nimport type { Theme } from '../../types';\n\nexport const webLightTheme: Theme = createLightTheme(brandWeb);\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["../src/themes/web/lightTheme.ts"],"sourcesContent":["import { createLightTheme } from '../../utils/createLightTheme';\nimport { brandWeb } from '../../global/brandColors';\nimport type { Theme } from '../../types';\n\nexport const webLightTheme: Theme = createLightTheme(brandWeb);\n"],"names":["webLightTheme","createLightTheme","brandWeb"],"rangeMappings":";;;;;;;;;;;;","mappings":";;;;+BAIaA;;;eAAAA;;;kCAJoB;6BACR;AAGlB,MAAMA,gBAAuBC,IAAAA,kCAAgB,EAACC,qBAAQ"}