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

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 (207) hide show
  1. package/.swcrc +30 -0
  2. package/CHANGELOG.json +94 -1
  3. package/CHANGELOG.md +21 -2
  4. package/dist/index.d.ts +4 -1
  5. package/lib/alias/darkColor.js +5 -6
  6. package/lib/alias/darkColor.js.map +1 -1
  7. package/lib/alias/darkColorPalette.js +7 -7
  8. package/lib/alias/darkColorPalette.js.map +1 -1
  9. package/lib/alias/highContrastColor.js +5 -6
  10. package/lib/alias/highContrastColor.js.map +1 -1
  11. package/lib/alias/highContrastColorPalette.js +4 -3
  12. package/lib/alias/highContrastColorPalette.js.map +1 -1
  13. package/lib/alias/lightColor.js +5 -6
  14. package/lib/alias/lightColor.js.map +1 -1
  15. package/lib/alias/lightColorPalette.js +4 -3
  16. package/lib/alias/lightColorPalette.js.map +1 -1
  17. package/lib/alias/teamsDarkColor.js +5 -6
  18. package/lib/alias/teamsDarkColor.js.map +1 -1
  19. package/lib/global/borderRadius.js.map +1 -1
  20. package/lib/global/brandColors.js.map +1 -1
  21. package/lib/global/colorPalette.js.map +1 -1
  22. package/lib/global/colors.js +26 -7
  23. package/lib/global/colors.js.map +1 -1
  24. package/lib/global/curves.js.map +1 -1
  25. package/lib/global/durations.js.map +1 -1
  26. package/lib/global/fonts.js +4 -2
  27. package/lib/global/fonts.js.map +1 -1
  28. package/lib/global/index.js.map +1 -1
  29. package/lib/global/spacings.js.map +1 -1
  30. package/lib/global/strokeWidths.js.map +1 -1
  31. package/lib/global/typographyStyles.js +0 -1
  32. package/lib/global/typographyStyles.js.map +1 -1
  33. package/lib/index.js.map +1 -1
  34. package/lib/sharedColorNames.js +1 -4
  35. package/lib/sharedColorNames.js.map +1 -1
  36. package/lib/themeToTokensObject.js +1 -4
  37. package/lib/themeToTokensObject.js.map +1 -1
  38. package/lib/themes/index.js.map +1 -1
  39. package/lib/themes/teams/darkTheme.js.map +1 -1
  40. package/lib/themes/teams/highContrastTheme.js.map +1 -1
  41. package/lib/themes/teams/index.js.map +1 -1
  42. package/lib/themes/teams/lightTheme.js.map +1 -1
  43. package/lib/themes/web/darkTheme.js.map +1 -1
  44. package/lib/themes/web/index.js.map +1 -1
  45. package/lib/themes/web/lightTheme.js.map +1 -1
  46. package/lib/tokens.js +4 -1
  47. package/lib/tokens.js.map +1 -1
  48. package/lib/types.js.map +1 -1
  49. package/lib/utils/createDarkTheme.js +2 -1
  50. package/lib/utils/createDarkTheme.js.map +1 -1
  51. package/lib/utils/createHighContrastTheme.js +2 -1
  52. package/lib/utils/createHighContrastTheme.js.map +1 -1
  53. package/lib/utils/createLightTheme.js +2 -1
  54. package/lib/utils/createLightTheme.js.map +1 -1
  55. package/lib/utils/createTeamsDarkTheme.js +2 -1
  56. package/lib/utils/createTeamsDarkTheme.js.map +1 -1
  57. package/lib/utils/index.js.map +1 -1
  58. package/lib/utils/shadows.js.map +1 -1
  59. package/lib-commonjs/alias/darkColor.js +158 -160
  60. package/lib-commonjs/alias/darkColor.js.map +1 -1
  61. package/lib-commonjs/alias/darkColorPalette.js +49 -49
  62. package/lib-commonjs/alias/darkColorPalette.js.map +1 -1
  63. package/lib-commonjs/alias/highContrastColor.js +158 -160
  64. package/lib-commonjs/alias/highContrastColor.js.map +1 -1
  65. package/lib-commonjs/alias/highContrastColorPalette.js +39 -38
  66. package/lib-commonjs/alias/highContrastColorPalette.js.map +1 -1
  67. package/lib-commonjs/alias/lightColor.js +158 -160
  68. package/lib-commonjs/alias/lightColor.js.map +1 -1
  69. package/lib-commonjs/alias/lightColorPalette.js +40 -39
  70. package/lib-commonjs/alias/lightColorPalette.js.map +1 -1
  71. package/lib-commonjs/alias/teamsDarkColor.js +158 -160
  72. package/lib-commonjs/alias/teamsDarkColor.js.map +1 -1
  73. package/lib-commonjs/global/borderRadius.js +14 -11
  74. package/lib-commonjs/global/borderRadius.js.map +1 -1
  75. package/lib-commonjs/global/brandColors.js +65 -55
  76. package/lib-commonjs/global/brandColors.js.map +1 -1
  77. package/lib-commonjs/global/colorPalette.js +51 -44
  78. package/lib-commonjs/global/colorPalette.js.map +1 -1
  79. package/lib-commonjs/global/colors.js +883 -793
  80. package/lib-commonjs/global/colors.js.map +1 -1
  81. package/lib-commonjs/global/curves.js +17 -14
  82. package/lib-commonjs/global/curves.js.map +1 -1
  83. package/lib-commonjs/global/durations.js +15 -12
  84. package/lib-commonjs/global/durations.js.map +1 -1
  85. package/lib-commonjs/global/fonts.js +48 -37
  86. package/lib-commonjs/global/fonts.js.map +1 -1
  87. package/lib-commonjs/global/index.js +11 -21
  88. package/lib-commonjs/global/index.js.map +1 -1
  89. package/lib-commonjs/global/spacings.js +49 -40
  90. package/lib-commonjs/global/spacings.js.map +1 -1
  91. package/lib-commonjs/global/strokeWidths.js +12 -9
  92. package/lib-commonjs/global/strokeWidths.js.map +1 -1
  93. package/lib-commonjs/global/typographyStyles.js +110 -113
  94. package/lib-commonjs/global/typographyStyles.js.map +1 -1
  95. package/lib-commonjs/index.js +28 -90
  96. package/lib-commonjs/index.js.map +1 -1
  97. package/lib-commonjs/sharedColorNames.js +68 -12
  98. package/lib-commonjs/sharedColorNames.js.map +1 -1
  99. package/lib-commonjs/themeToTokensObject.js +15 -18
  100. package/lib-commonjs/themeToTokensObject.js.map +1 -1
  101. package/lib-commonjs/themes/index.js +5 -7
  102. package/lib-commonjs/themes/index.js.map +1 -1
  103. package/lib-commonjs/themes/teams/darkTheme.js +8 -8
  104. package/lib-commonjs/themes/teams/darkTheme.js.map +1 -1
  105. package/lib-commonjs/themes/teams/highContrastTheme.js +7 -6
  106. package/lib-commonjs/themes/teams/highContrastTheme.js.map +1 -1
  107. package/lib-commonjs/themes/teams/index.js +6 -9
  108. package/lib-commonjs/themes/teams/index.js.map +1 -1
  109. package/lib-commonjs/themes/teams/lightTheme.js +8 -8
  110. package/lib-commonjs/themes/teams/lightTheme.js.map +1 -1
  111. package/lib-commonjs/themes/web/darkTheme.js +8 -8
  112. package/lib-commonjs/themes/web/darkTheme.js.map +1 -1
  113. package/lib-commonjs/themes/web/index.js +5 -7
  114. package/lib-commonjs/themes/web/index.js.map +1 -1
  115. package/lib-commonjs/themes/web/lightTheme.js +8 -8
  116. package/lib-commonjs/themes/web/lightTheme.js.map +1 -1
  117. package/lib-commonjs/tokens.js +443 -437
  118. package/lib-commonjs/tokens.js.map +1 -1
  119. package/lib-commonjs/types.js +3 -2
  120. package/lib-commonjs/types.js.map +1 -1
  121. package/lib-commonjs/utils/createDarkTheme.js +31 -37
  122. package/lib-commonjs/utils/createDarkTheme.js.map +1 -1
  123. package/lib-commonjs/utils/createHighContrastTheme.js +31 -37
  124. package/lib-commonjs/utils/createHighContrastTheme.js.map +1 -1
  125. package/lib-commonjs/utils/createLightTheme.js +31 -37
  126. package/lib-commonjs/utils/createLightTheme.js.map +1 -1
  127. package/lib-commonjs/utils/createTeamsDarkTheme.js +31 -37
  128. package/lib-commonjs/utils/createTeamsDarkTheme.js.map +1 -1
  129. package/lib-commonjs/utils/index.js +7 -11
  130. package/lib-commonjs/utils/index.js.map +1 -1
  131. package/lib-commonjs/utils/shadows.js +14 -14
  132. package/lib-commonjs/utils/shadows.js.map +1 -1
  133. package/package.json +7 -5
  134. package/lib-amd/alias/darkColor.js +0 -158
  135. package/lib-amd/alias/darkColor.js.map +0 -1
  136. package/lib-amd/alias/darkColorPalette.js +0 -47
  137. package/lib-amd/alias/darkColorPalette.js.map +0 -1
  138. package/lib-amd/alias/highContrastColor.js +0 -158
  139. package/lib-amd/alias/highContrastColor.js.map +0 -1
  140. package/lib-amd/alias/highContrastColorPalette.js +0 -37
  141. package/lib-amd/alias/highContrastColorPalette.js.map +0 -1
  142. package/lib-amd/alias/lightColor.js +0 -158
  143. package/lib-amd/alias/lightColor.js.map +0 -1
  144. package/lib-amd/alias/lightColorPalette.js +0 -38
  145. package/lib-amd/alias/lightColorPalette.js.map +0 -1
  146. package/lib-amd/alias/teamsDarkColor.js +0 -158
  147. package/lib-amd/alias/teamsDarkColor.js.map +0 -1
  148. package/lib-amd/global/borderRadius.js +0 -14
  149. package/lib-amd/global/borderRadius.js.map +0 -1
  150. package/lib-amd/global/brandColors.js +0 -60
  151. package/lib-amd/global/brandColors.js.map +0 -1
  152. package/lib-amd/global/colorPalette.js +0 -45
  153. package/lib-amd/global/colorPalette.js.map +0 -1
  154. package/lib-amd/global/colors.js +0 -793
  155. package/lib-amd/global/colors.js.map +0 -1
  156. package/lib-amd/global/curves.js +0 -17
  157. package/lib-amd/global/curves.js.map +0 -1
  158. package/lib-amd/global/durations.js +0 -15
  159. package/lib-amd/global/durations.js.map +0 -1
  160. package/lib-amd/global/fonts.js +0 -45
  161. package/lib-amd/global/fonts.js.map +0 -1
  162. package/lib-amd/global/index.js +0 -14
  163. package/lib-amd/global/index.js.map +0 -1
  164. package/lib-amd/global/spacings.js +0 -46
  165. package/lib-amd/global/spacings.js.map +0 -1
  166. package/lib-amd/global/strokeWidths.js +0 -12
  167. package/lib-amd/global/strokeWidths.js.map +0 -1
  168. package/lib-amd/global/typographyStyles.js +0 -113
  169. package/lib-amd/global/typographyStyles.js.map +0 -1
  170. package/lib-amd/index.js +0 -18
  171. package/lib-amd/index.js.map +0 -1
  172. package/lib-amd/sharedColorNames.js +0 -64
  173. package/lib-amd/sharedColorNames.js.map +0 -1
  174. package/lib-amd/themeToTokensObject.js +0 -24
  175. package/lib-amd/themeToTokensObject.js.map +0 -1
  176. package/lib-amd/themes/index.js +0 -7
  177. package/lib-amd/themes/index.js.map +0 -1
  178. package/lib-amd/themes/teams/darkTheme.js +0 -7
  179. package/lib-amd/themes/teams/darkTheme.js.map +0 -1
  180. package/lib-amd/themes/teams/highContrastTheme.js +0 -7
  181. package/lib-amd/themes/teams/highContrastTheme.js.map +0 -1
  182. package/lib-amd/themes/teams/index.js +0 -8
  183. package/lib-amd/themes/teams/index.js.map +0 -1
  184. package/lib-amd/themes/teams/lightTheme.js +0 -7
  185. package/lib-amd/themes/teams/lightTheme.js.map +0 -1
  186. package/lib-amd/themes/web/darkTheme.js +0 -7
  187. package/lib-amd/themes/web/darkTheme.js.map +0 -1
  188. package/lib-amd/themes/web/index.js +0 -7
  189. package/lib-amd/themes/web/index.js.map +0 -1
  190. package/lib-amd/themes/web/lightTheme.js +0 -7
  191. package/lib-amd/themes/web/lightTheme.js.map +0 -1
  192. package/lib-amd/tokens.js +0 -440
  193. package/lib-amd/tokens.js.map +0 -1
  194. package/lib-amd/types.js +0 -5
  195. package/lib-amd/types.js.map +0 -1
  196. package/lib-amd/utils/createDarkTheme.js +0 -11
  197. package/lib-amd/utils/createDarkTheme.js.map +0 -1
  198. package/lib-amd/utils/createHighContrastTheme.js +0 -11
  199. package/lib-amd/utils/createHighContrastTheme.js.map +0 -1
  200. package/lib-amd/utils/createLightTheme.js +0 -11
  201. package/lib-amd/utils/createLightTheme.js.map +0 -1
  202. package/lib-amd/utils/createTeamsDarkTheme.js +0 -11
  203. package/lib-amd/utils/createTeamsDarkTheme.js.map +0 -1
  204. package/lib-amd/utils/index.js +0 -9
  205. package/lib-amd/utils/index.js.map +0 -1
  206. package/lib-amd/utils/shadows.js +0 -19
  207. package/lib-amd/utils/shadows.js.map +0 -1
@@ -1,118 +1,115 @@
1
1
  "use strict";
2
-
3
2
  Object.defineProperty(exports, "__esModule", {
4
- value: true
3
+ value: true
5
4
  });
6
- exports.typographyStyles = void 0;
7
-
8
- const tokens_1 = /*#__PURE__*/require("../tokens");
9
- /**
10
- * Global typography styles (fontSize, fontWeight, and lineHeight)
11
- */
12
-
5
+ Object.defineProperty(exports, "typographyStyles", {
6
+ enumerable: true,
7
+ get: ()=>typographyStyles
8
+ });
9
+ const _tokens = require("../tokens");
10
+ const typographyStyles = {
11
+ body1: {
12
+ fontFamily: _tokens.tokens.fontFamilyBase,
13
+ fontSize: _tokens.tokens.fontSizeBase300,
14
+ fontWeight: _tokens.tokens.fontWeightRegular,
15
+ lineHeight: _tokens.tokens.lineHeightBase300
16
+ },
17
+ body1Strong: {
18
+ fontFamily: _tokens.tokens.fontFamilyBase,
19
+ fontSize: _tokens.tokens.fontSizeBase300,
20
+ fontWeight: _tokens.tokens.fontWeightSemibold,
21
+ lineHeight: _tokens.tokens.lineHeightBase300
22
+ },
23
+ body1Stronger: {
24
+ fontFamily: _tokens.tokens.fontFamilyBase,
25
+ fontSize: _tokens.tokens.fontSizeBase300,
26
+ fontWeight: _tokens.tokens.fontWeightBold,
27
+ lineHeight: _tokens.tokens.lineHeightBase300
28
+ },
29
+ body2: {
30
+ fontFamily: _tokens.tokens.fontFamilyBase,
31
+ fontSize: _tokens.tokens.fontSizeBase400,
32
+ fontWeight: _tokens.tokens.fontWeightRegular,
33
+ lineHeight: _tokens.tokens.lineHeightBase400
34
+ },
35
+ caption1: {
36
+ fontFamily: _tokens.tokens.fontFamilyBase,
37
+ fontSize: _tokens.tokens.fontSizeBase200,
38
+ fontWeight: _tokens.tokens.fontWeightRegular,
39
+ lineHeight: _tokens.tokens.lineHeightBase200
40
+ },
41
+ caption1Strong: {
42
+ fontFamily: _tokens.tokens.fontFamilyBase,
43
+ fontSize: _tokens.tokens.fontSizeBase200,
44
+ fontWeight: _tokens.tokens.fontWeightSemibold,
45
+ lineHeight: _tokens.tokens.lineHeightBase200
46
+ },
47
+ caption1Stronger: {
48
+ fontFamily: _tokens.tokens.fontFamilyBase,
49
+ fontSize: _tokens.tokens.fontSizeBase200,
50
+ fontWeight: _tokens.tokens.fontWeightBold,
51
+ lineHeight: _tokens.tokens.lineHeightBase200
52
+ },
53
+ caption2: {
54
+ fontFamily: _tokens.tokens.fontFamilyBase,
55
+ fontSize: _tokens.tokens.fontSizeBase100,
56
+ fontWeight: _tokens.tokens.fontWeightRegular,
57
+ lineHeight: _tokens.tokens.lineHeightBase100
58
+ },
59
+ caption2Strong: {
60
+ fontFamily: _tokens.tokens.fontFamilyBase,
61
+ fontSize: _tokens.tokens.fontSizeBase100,
62
+ fontWeight: _tokens.tokens.fontWeightSemibold,
63
+ lineHeight: _tokens.tokens.lineHeightBase100
64
+ },
65
+ subtitle1: {
66
+ fontFamily: _tokens.tokens.fontFamilyBase,
67
+ fontSize: _tokens.tokens.fontSizeBase500,
68
+ fontWeight: _tokens.tokens.fontWeightSemibold,
69
+ lineHeight: _tokens.tokens.lineHeightBase500
70
+ },
71
+ subtitle2: {
72
+ fontFamily: _tokens.tokens.fontFamilyBase,
73
+ fontSize: _tokens.tokens.fontSizeBase400,
74
+ fontWeight: _tokens.tokens.fontWeightSemibold,
75
+ lineHeight: _tokens.tokens.lineHeightBase400
76
+ },
77
+ subtitle2Stronger: {
78
+ fontFamily: _tokens.tokens.fontFamilyBase,
79
+ fontSize: _tokens.tokens.fontSizeBase400,
80
+ fontWeight: _tokens.tokens.fontWeightBold,
81
+ lineHeight: _tokens.tokens.lineHeightBase400
82
+ },
83
+ title1: {
84
+ fontFamily: _tokens.tokens.fontFamilyBase,
85
+ fontSize: _tokens.tokens.fontSizeHero800,
86
+ fontWeight: _tokens.tokens.fontWeightSemibold,
87
+ lineHeight: _tokens.tokens.lineHeightHero800
88
+ },
89
+ title2: {
90
+ fontFamily: _tokens.tokens.fontFamilyBase,
91
+ fontSize: _tokens.tokens.fontSizeHero700,
92
+ fontWeight: _tokens.tokens.fontWeightSemibold,
93
+ lineHeight: _tokens.tokens.lineHeightHero700
94
+ },
95
+ title3: {
96
+ fontFamily: _tokens.tokens.fontFamilyBase,
97
+ fontSize: _tokens.tokens.fontSizeBase600,
98
+ fontWeight: _tokens.tokens.fontWeightSemibold,
99
+ lineHeight: _tokens.tokens.lineHeightBase600
100
+ },
101
+ largeTitle: {
102
+ fontFamily: _tokens.tokens.fontFamilyBase,
103
+ fontSize: _tokens.tokens.fontSizeHero900,
104
+ fontWeight: _tokens.tokens.fontWeightSemibold,
105
+ lineHeight: _tokens.tokens.lineHeightHero900
106
+ },
107
+ display: {
108
+ fontFamily: _tokens.tokens.fontFamilyBase,
109
+ fontSize: _tokens.tokens.fontSizeHero1000,
110
+ fontWeight: _tokens.tokens.fontWeightSemibold,
111
+ lineHeight: _tokens.tokens.lineHeightHero1000
112
+ }
113
+ }; //# sourceMappingURL=typographyStyles.js.map
13
114
 
14
- exports.typographyStyles = {
15
- body1: {
16
- fontFamily: tokens_1.tokens.fontFamilyBase,
17
- fontSize: tokens_1.tokens.fontSizeBase300,
18
- fontWeight: tokens_1.tokens.fontWeightRegular,
19
- lineHeight: tokens_1.tokens.lineHeightBase300
20
- },
21
- body1Strong: {
22
- fontFamily: tokens_1.tokens.fontFamilyBase,
23
- fontSize: tokens_1.tokens.fontSizeBase300,
24
- fontWeight: tokens_1.tokens.fontWeightSemibold,
25
- lineHeight: tokens_1.tokens.lineHeightBase300
26
- },
27
- body1Stronger: {
28
- fontFamily: tokens_1.tokens.fontFamilyBase,
29
- fontSize: tokens_1.tokens.fontSizeBase300,
30
- fontWeight: tokens_1.tokens.fontWeightBold,
31
- lineHeight: tokens_1.tokens.lineHeightBase300
32
- },
33
- body2: {
34
- fontFamily: tokens_1.tokens.fontFamilyBase,
35
- fontSize: tokens_1.tokens.fontSizeBase400,
36
- fontWeight: tokens_1.tokens.fontWeightRegular,
37
- lineHeight: tokens_1.tokens.lineHeightBase400
38
- },
39
- caption1: {
40
- fontFamily: tokens_1.tokens.fontFamilyBase,
41
- fontSize: tokens_1.tokens.fontSizeBase200,
42
- fontWeight: tokens_1.tokens.fontWeightRegular,
43
- lineHeight: tokens_1.tokens.lineHeightBase200
44
- },
45
- caption1Strong: {
46
- fontFamily: tokens_1.tokens.fontFamilyBase,
47
- fontSize: tokens_1.tokens.fontSizeBase200,
48
- fontWeight: tokens_1.tokens.fontWeightSemibold,
49
- lineHeight: tokens_1.tokens.lineHeightBase200
50
- },
51
- caption1Stronger: {
52
- fontFamily: tokens_1.tokens.fontFamilyBase,
53
- fontSize: tokens_1.tokens.fontSizeBase200,
54
- fontWeight: tokens_1.tokens.fontWeightBold,
55
- lineHeight: tokens_1.tokens.lineHeightBase200
56
- },
57
- caption2: {
58
- fontFamily: tokens_1.tokens.fontFamilyBase,
59
- fontSize: tokens_1.tokens.fontSizeBase100,
60
- fontWeight: tokens_1.tokens.fontWeightRegular,
61
- lineHeight: tokens_1.tokens.lineHeightBase100
62
- },
63
- caption2Strong: {
64
- fontFamily: tokens_1.tokens.fontFamilyBase,
65
- fontSize: tokens_1.tokens.fontSizeBase100,
66
- fontWeight: tokens_1.tokens.fontWeightSemibold,
67
- lineHeight: tokens_1.tokens.lineHeightBase100
68
- },
69
- subtitle1: {
70
- fontFamily: tokens_1.tokens.fontFamilyBase,
71
- fontSize: tokens_1.tokens.fontSizeBase500,
72
- fontWeight: tokens_1.tokens.fontWeightSemibold,
73
- lineHeight: tokens_1.tokens.lineHeightBase500
74
- },
75
- subtitle2: {
76
- fontFamily: tokens_1.tokens.fontFamilyBase,
77
- fontSize: tokens_1.tokens.fontSizeBase400,
78
- fontWeight: tokens_1.tokens.fontWeightSemibold,
79
- lineHeight: tokens_1.tokens.lineHeightBase400
80
- },
81
- subtitle2Stronger: {
82
- fontFamily: tokens_1.tokens.fontFamilyBase,
83
- fontSize: tokens_1.tokens.fontSizeBase400,
84
- fontWeight: tokens_1.tokens.fontWeightBold,
85
- lineHeight: tokens_1.tokens.lineHeightBase400
86
- },
87
- title1: {
88
- fontFamily: tokens_1.tokens.fontFamilyBase,
89
- fontSize: tokens_1.tokens.fontSizeHero800,
90
- fontWeight: tokens_1.tokens.fontWeightSemibold,
91
- lineHeight: tokens_1.tokens.lineHeightHero800
92
- },
93
- title2: {
94
- fontFamily: tokens_1.tokens.fontFamilyBase,
95
- fontSize: tokens_1.tokens.fontSizeHero700,
96
- fontWeight: tokens_1.tokens.fontWeightSemibold,
97
- lineHeight: tokens_1.tokens.lineHeightHero700
98
- },
99
- title3: {
100
- fontFamily: tokens_1.tokens.fontFamilyBase,
101
- fontSize: tokens_1.tokens.fontSizeBase600,
102
- fontWeight: tokens_1.tokens.fontWeightSemibold,
103
- lineHeight: tokens_1.tokens.lineHeightBase600
104
- },
105
- largeTitle: {
106
- fontFamily: tokens_1.tokens.fontFamilyBase,
107
- fontSize: tokens_1.tokens.fontSizeHero900,
108
- fontWeight: tokens_1.tokens.fontWeightSemibold,
109
- lineHeight: tokens_1.tokens.lineHeightHero900
110
- },
111
- display: {
112
- fontFamily: tokens_1.tokens.fontFamilyBase,
113
- fontSize: tokens_1.tokens.fontSizeHero1000,
114
- fontWeight: tokens_1.tokens.fontWeightSemibold,
115
- lineHeight: tokens_1.tokens.lineHeightHero1000
116
- }
117
- };
118
115
  //# sourceMappingURL=typographyStyles.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["packages/tokens/src/global/typographyStyles.ts"],"names":[],"mappings":"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","sourcesContent":["import { tokens } from '../tokens';\nimport { TypographyStyles } from '../types';\n\n/**\n * Global typography styles (fontSize, fontWeight, and lineHeight)\n */\nexport const typographyStyles: TypographyStyles = {\n body1: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase300,\n fontWeight: tokens.fontWeightRegular,\n lineHeight: tokens.lineHeightBase300,\n },\n body1Strong: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase300,\n fontWeight: tokens.fontWeightSemibold,\n lineHeight: tokens.lineHeightBase300,\n },\n body1Stronger: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase300,\n fontWeight: tokens.fontWeightBold,\n lineHeight: tokens.lineHeightBase300,\n },\n body2: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase400,\n fontWeight: tokens.fontWeightRegular,\n lineHeight: tokens.lineHeightBase400,\n },\n caption1: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase200,\n fontWeight: tokens.fontWeightRegular,\n lineHeight: tokens.lineHeightBase200,\n },\n caption1Strong: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase200,\n fontWeight: tokens.fontWeightSemibold,\n lineHeight: tokens.lineHeightBase200,\n },\n caption1Stronger: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase200,\n fontWeight: tokens.fontWeightBold,\n lineHeight: tokens.lineHeightBase200,\n },\n caption2: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase100,\n fontWeight: tokens.fontWeightRegular,\n lineHeight: tokens.lineHeightBase100,\n },\n caption2Strong: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase100,\n fontWeight: tokens.fontWeightSemibold,\n lineHeight: tokens.lineHeightBase100,\n },\n subtitle1: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase500,\n fontWeight: tokens.fontWeightSemibold,\n lineHeight: tokens.lineHeightBase500,\n },\n subtitle2: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase400,\n fontWeight: tokens.fontWeightSemibold,\n lineHeight: tokens.lineHeightBase400,\n },\n subtitle2Stronger: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase400,\n fontWeight: tokens.fontWeightBold,\n lineHeight: tokens.lineHeightBase400,\n },\n title1: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeHero800,\n fontWeight: tokens.fontWeightSemibold,\n lineHeight: tokens.lineHeightHero800,\n },\n title2: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeHero700,\n fontWeight: tokens.fontWeightSemibold,\n lineHeight: tokens.lineHeightHero700,\n },\n title3: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase600,\n fontWeight: tokens.fontWeightSemibold,\n lineHeight: tokens.lineHeightBase600,\n },\n largeTitle: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeHero900,\n fontWeight: tokens.fontWeightSemibold,\n lineHeight: tokens.lineHeightHero900,\n },\n display: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeHero1000,\n fontWeight: tokens.fontWeightSemibold,\n lineHeight: tokens.lineHeightHero1000,\n },\n};\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["../../lib/global/typographyStyles.js"],"sourcesContent":["import { tokens } from '../tokens';\n/**\n * Global typography styles (fontSize, fontWeight, and lineHeight)\n */\nexport const typographyStyles = {\n body1: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase300,\n fontWeight: tokens.fontWeightRegular,\n lineHeight: tokens.lineHeightBase300\n },\n body1Strong: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase300,\n fontWeight: tokens.fontWeightSemibold,\n lineHeight: tokens.lineHeightBase300\n },\n body1Stronger: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase300,\n fontWeight: tokens.fontWeightBold,\n lineHeight: tokens.lineHeightBase300\n },\n body2: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase400,\n fontWeight: tokens.fontWeightRegular,\n lineHeight: tokens.lineHeightBase400\n },\n caption1: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase200,\n fontWeight: tokens.fontWeightRegular,\n lineHeight: tokens.lineHeightBase200\n },\n caption1Strong: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase200,\n fontWeight: tokens.fontWeightSemibold,\n lineHeight: tokens.lineHeightBase200\n },\n caption1Stronger: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase200,\n fontWeight: tokens.fontWeightBold,\n lineHeight: tokens.lineHeightBase200\n },\n caption2: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase100,\n fontWeight: tokens.fontWeightRegular,\n lineHeight: tokens.lineHeightBase100\n },\n caption2Strong: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase100,\n fontWeight: tokens.fontWeightSemibold,\n lineHeight: tokens.lineHeightBase100\n },\n subtitle1: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase500,\n fontWeight: tokens.fontWeightSemibold,\n lineHeight: tokens.lineHeightBase500\n },\n subtitle2: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase400,\n fontWeight: tokens.fontWeightSemibold,\n lineHeight: tokens.lineHeightBase400\n },\n subtitle2Stronger: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase400,\n fontWeight: tokens.fontWeightBold,\n lineHeight: tokens.lineHeightBase400\n },\n title1: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeHero800,\n fontWeight: tokens.fontWeightSemibold,\n lineHeight: tokens.lineHeightHero800\n },\n title2: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeHero700,\n fontWeight: tokens.fontWeightSemibold,\n lineHeight: tokens.lineHeightHero700\n },\n title3: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeBase600,\n fontWeight: tokens.fontWeightSemibold,\n lineHeight: tokens.lineHeightBase600\n },\n largeTitle: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeHero900,\n fontWeight: tokens.fontWeightSemibold,\n lineHeight: tokens.lineHeightHero900\n },\n display: {\n fontFamily: tokens.fontFamilyBase,\n fontSize: tokens.fontSizeHero1000,\n fontWeight: tokens.fontWeightSemibold,\n lineHeight: tokens.lineHeightHero1000\n }\n};\n//# sourceMappingURL=typographyStyles.js.map"],"names":["typographyStyles","body1","fontFamily","tokens","fontFamilyBase","fontSize","fontSizeBase300","fontWeight","fontWeightRegular","lineHeight","lineHeightBase300","body1Strong","fontWeightSemibold","body1Stronger","fontWeightBold","body2","fontSizeBase400","lineHeightBase400","caption1","fontSizeBase200","lineHeightBase200","caption1Strong","caption1Stronger","caption2","fontSizeBase100","lineHeightBase100","caption2Strong","subtitle1","fontSizeBase500","lineHeightBase500","subtitle2","subtitle2Stronger","title1","fontSizeHero800","lineHeightHero800","title2","fontSizeHero700","lineHeightHero700","title3","fontSizeBase600","lineHeightBase600","largeTitle","fontSizeHero900","lineHeightHero900","display","fontSizeHero1000","lineHeightHero1000"],"mappings":"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"}
@@ -1,94 +1,32 @@
1
1
  "use strict";
2
-
3
2
  Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
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
-
8
- var index_1 = /*#__PURE__*/require("./themes/index");
9
-
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
- });
3
+ value: true
4
+ });
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: ()=>_index.teamsDarkTheme,
13
+ teamsHighContrastTheme: ()=>_index.teamsHighContrastTheme,
14
+ teamsLightTheme: ()=>_index.teamsLightTheme,
15
+ webDarkTheme: ()=>_index.webDarkTheme,
16
+ webLightTheme: ()=>_index.webLightTheme,
17
+ createDarkTheme: ()=>_index1.createDarkTheme,
18
+ createHighContrastTheme: ()=>_index1.createHighContrastTheme,
19
+ createLightTheme: ()=>_index1.createLightTheme,
20
+ createTeamsDarkTheme: ()=>_index1.createTeamsDarkTheme,
21
+ themeToTokensObject: ()=>_themeToTokensObject.themeToTokensObject,
22
+ tokens: ()=>_tokens.tokens,
23
+ typographyStyles: ()=>_index2.typographyStyles
24
+ });
25
+ const _index = require("./themes/index");
26
+ const _index1 = require("./utils/index");
27
+ const _themeToTokensObject = require("./themeToTokensObject");
28
+ const _tokens = require("./tokens");
29
+ const _index2 = require("./global/index");
30
+ //# sourceMappingURL=index.js.map
40
31
 
41
- var index_2 = /*#__PURE__*/require("./utils/index");
42
-
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
- });
67
-
68
- var themeToTokensObject_1 = /*#__PURE__*/require("./themeToTokensObject");
69
-
70
- Object.defineProperty(exports, "themeToTokensObject", {
71
- enumerable: true,
72
- get: function () {
73
- return themeToTokensObject_1.themeToTokensObject;
74
- }
75
- });
76
-
77
- var tokens_1 = /*#__PURE__*/require("./tokens");
78
-
79
- Object.defineProperty(exports, "tokens", {
80
- enumerable: true,
81
- get: function () {
82
- return tokens_1.tokens;
83
- }
84
- });
85
-
86
- var index_3 = /*#__PURE__*/require("./global/index");
87
-
88
- Object.defineProperty(exports, "typographyStyles", {
89
- enumerable: true,
90
- get: function () {
91
- return index_3.typographyStyles;
92
- }
93
- });
94
32
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["packages/tokens/src/index.ts"],"names":[],"mappings":";;;;;;;AAAA,IAAA,OAAA,gBAAA,OAAA,CAAA,gBAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,gBAAA,EAAA;EAAA,UAAA,EAAA,IAAA;EAAA,GAAA,EAAA,YAAA;IAAA,OAAA,OAAA,CAAA,cAAA;EAAc;AAAd,CAAA;AAAgB,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,wBAAA,EAAA;EAAA,UAAA,EAAA,IAAA;EAAA,GAAA,EAAA,YAAA;IAAA,OAAA,OAAA,CAAA,sBAAA;EAAsB;AAAtB,CAAA;AAAwB,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,iBAAA,EAAA;EAAA,UAAA,EAAA,IAAA;EAAA,GAAA,EAAA,YAAA;IAAA,OAAA,OAAA,CAAA,eAAA;EAAe;AAAf,CAAA;AAAiB,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,cAAA,EAAA;EAAA,UAAA,EAAA,IAAA;EAAA,GAAA,EAAA,YAAA;IAAA,OAAA,OAAA,CAAA,YAAA;EAAY;AAAZ,CAAA;AAAc,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,eAAA,EAAA;EAAA,UAAA,EAAA,IAAA;EAAA,GAAA,EAAA,YAAA;IAAA,OAAA,OAAA,CAAA,aAAA;EAAa;AAAb,CAAA;;AAChF,IAAA,OAAA,gBAAA,OAAA,CAAA,eAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,iBAAA,EAAA;EAAA,UAAA,EAAA,IAAA;EAAA,GAAA,EAAA,YAAA;IAAA,OAAA,OAAA,CAAA,eAAA;EAAe;AAAf,CAAA;AAAiB,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,yBAAA,EAAA;EAAA,UAAA,EAAA,IAAA;EAAA,GAAA,EAAA,YAAA;IAAA,OAAA,OAAA,CAAA,uBAAA;EAAuB;AAAvB,CAAA;AAAyB,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,kBAAA,EAAA;EAAA,UAAA,EAAA,IAAA;EAAA,GAAA,EAAA,YAAA;IAAA,OAAA,OAAA,CAAA,gBAAA;EAAgB;AAAhB,CAAA;AAAkB,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,sBAAA,EAAA;EAAA,UAAA,EAAA,IAAA;EAAA,GAAA,EAAA,YAAA;IAAA,OAAA,OAAA,CAAA,oBAAA;EAAoB;AAApB,CAAA;;AAErE,IAAA,qBAAA,gBAAA,OAAA,CAAA,uBAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,qBAAA,EAAA;EAAA,UAAA,EAAA,IAAA;EAAA,GAAA,EAAA,YAAA;IAAA,OAAA,qBAAA,CAAA,mBAAA;EAAmB;AAAnB,CAAA;;AACT,IAAA,QAAA,gBAAA,OAAA,CAAA,UAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,QAAA,EAAA;EAAA,UAAA,EAAA,IAAA;EAAA,GAAA,EAAA,YAAA;IAAA,OAAA,QAAA,CAAA,MAAA;EAAM;AAAN,CAAA;;AACT,IAAA,OAAA,gBAAA,OAAA,CAAA,gBAAA,CAAA;;AAAS,MAAA,CAAA,cAAA,CAAA,OAAA,EAAA,kBAAA,EAAA;EAAA,UAAA,EAAA,IAAA;EAAA,GAAA,EAAA,YAAA;IAAA,OAAA,OAAA,CAAA,gBAAA;EAAgB;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 ColorPaletteCranberry,\n ColorPaletteRed,\n ColorPaletteDarkOrange,\n ColorPalettePumpkin,\n ColorPalettePeach,\n ColorPaletteMarigold,\n ColorPaletteYellow,\n ColorPaletteGold,\n ColorPaletteBrass,\n ColorPaletteBrown,\n ColorPaletteForest,\n ColorPaletteSeafoam,\n ColorPaletteGreen,\n ColorPaletteLightGreen,\n ColorPaletteDarkGreen,\n ColorPaletteLightTeal,\n ColorPaletteTeal,\n ColorPaletteSteel,\n ColorPaletteBlue,\n ColorPaletteRoyalBlue,\n ColorPaletteCornflower,\n ColorPaletteNavy,\n ColorPaletteLavender,\n ColorPalettePurple,\n ColorPaletteGrape,\n ColorPaletteBerry,\n ColorPaletteLilac,\n ColorPalettePink,\n ColorPaletteMagenta,\n ColorPalettePlum,\n ColorPaletteBeige,\n ColorPaletteMink,\n ColorPalettePlatinum,\n ColorPaletteAnchor,\n ColorTokens,\n PartialTheme,\n Theme,\n TypographyStyle,\n TypographyStyles,\n} from './types';\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["../lib/index.js"],"sourcesContent":["export { teamsDarkTheme, teamsHighContrastTheme, teamsLightTheme, webDarkTheme, webLightTheme } from './themes/index';\nexport { createDarkTheme, createHighContrastTheme, createLightTheme, createTeamsDarkTheme } from './utils/index';\nexport { themeToTokensObject } from './themeToTokensObject';\nexport { tokens } from './tokens';\nexport { typographyStyles } from './global/index';\n//# sourceMappingURL=index.js.map"],"names":["teamsDarkTheme","teamsHighContrastTheme","teamsLightTheme","webDarkTheme","webLightTheme","createDarkTheme","createHighContrastTheme","createLightTheme","createTeamsDarkTheme","themeToTokensObject","tokens","typographyStyles"],"mappings":";;;;;;;;;;;IAASA,cAAc,MAAdA,qBAAc;IAAEC,sBAAsB,MAAtBA,6BAAsB;IAAEC,eAAe,MAAfA,sBAAe;IAAEC,YAAY,MAAZA,mBAAY;IAAEC,aAAa,MAAbA,oBAAa;IACpFC,eAAe,MAAfA,uBAAe;IAAEC,uBAAuB,MAAvBA,+BAAuB;IAAEC,gBAAgB,MAAhBA,wBAAgB;IAAEC,oBAAoB,MAApBA,4BAAoB;IAChFC,mBAAmB,MAAnBA,wCAAmB;IACnBC,MAAM,MAANA,cAAM;IACNC,gBAAgB,MAAhBA,wBAAgB;;uBAJ4E;wBACJ;qCAC7D;wBACb;wBACU;CACjC,iCAAiC"}
@@ -1,16 +1,72 @@
1
- "use strict";
2
-
1
+ /* Names of colors used in shared color palette alias tokens for status. */ "use strict";
3
2
  Object.defineProperty(exports, "__esModule", {
4
- value: true
3
+ value: true
5
4
  });
6
- exports.unusedSharedColorNames = exports.personaSharedColorNames = exports.statusSharedColorNames = void 0;
7
- /* Names of colors used in shared color palette alias tokens for status. */
8
-
9
- exports.statusSharedColorNames = ['red', 'green', 'darkOrange', 'yellow', 'berry', 'lightGreen', 'marigold'];
10
- /* Names of colors used in shared color palette alias tokens for persona. */
11
-
12
- exports.personaSharedColorNames = ['darkRed', 'cranberry', 'pumpkin', 'peach', 'gold', 'brass', 'brown', 'forest', 'seafoam', 'darkGreen', 'lightTeal', 'teal', 'steel', 'blue', 'royalBlue', 'cornflower', 'navy', 'lavender', 'purple', 'grape', 'lilac', 'pink', 'magenta', 'plum', 'beige', 'mink', 'platinum', 'anchor'];
13
- /* Names of colors not used in alias tokens but produced by token pipeline as global color tokens. */
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
+ statusSharedColorNames: ()=>statusSharedColorNames,
13
+ personaSharedColorNames: ()=>personaSharedColorNames,
14
+ unusedSharedColorNames: ()=>unusedSharedColorNames
15
+ });
16
+ const statusSharedColorNames = [
17
+ 'red',
18
+ 'green',
19
+ 'darkOrange',
20
+ 'yellow',
21
+ 'berry',
22
+ 'lightGreen',
23
+ 'marigold'
24
+ ];
25
+ const personaSharedColorNames = [
26
+ 'darkRed',
27
+ 'cranberry',
28
+ 'pumpkin',
29
+ 'peach',
30
+ 'gold',
31
+ 'brass',
32
+ 'brown',
33
+ 'forest',
34
+ 'seafoam',
35
+ 'darkGreen',
36
+ 'lightTeal',
37
+ 'teal',
38
+ 'steel',
39
+ 'blue',
40
+ 'royalBlue',
41
+ 'cornflower',
42
+ 'navy',
43
+ 'lavender',
44
+ 'purple',
45
+ 'grape',
46
+ 'lilac',
47
+ 'pink',
48
+ 'magenta',
49
+ 'plum',
50
+ 'beige',
51
+ 'mink',
52
+ 'platinum',
53
+ 'anchor'
54
+ ];
55
+ const unusedSharedColorNames = [
56
+ 'burgundy',
57
+ 'bronze',
58
+ 'orange',
59
+ 'darkBrown',
60
+ 'lime',
61
+ 'darkTeal',
62
+ 'cyan',
63
+ 'lightBlue',
64
+ 'darkBlue',
65
+ 'darkPurple',
66
+ 'orchid',
67
+ 'hotPink',
68
+ 'silver',
69
+ 'charcoal'
70
+ ]; //# sourceMappingURL=sharedColorNames.js.map
14
71
 
15
- exports.unusedSharedColorNames = ['burgundy', 'bronze', 'orange', 'darkBrown', 'lime', 'darkTeal', 'cyan', 'lightBlue', 'darkBlue', 'darkPurple', 'orchid', 'hotPink', 'silver', 'charcoal'];
16
72
  //# sourceMappingURL=sharedColorNames.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["packages/tokens/src/sharedColorNames.ts"],"names":[],"mappings":";;;;;;AAAA;;AACa,OAAA,CAAA,sBAAA,GAAyB,CACpC,KADoC,EAEpC,OAFoC,EAGpC,YAHoC,EAIpC,QAJoC,EAKpC,OALoC,EAMpC,YANoC,EAOpC,UAPoC,CAAzB;AAUb;;AACa,OAAA,CAAA,uBAAA,GAA0B,CACrC,SADqC,EAErC,WAFqC,EAGrC,SAHqC,EAIrC,OAJqC,EAKrC,MALqC,EAMrC,OANqC,EAOrC,OAPqC,EAQrC,QARqC,EASrC,SATqC,EAUrC,WAVqC,EAWrC,WAXqC,EAYrC,MAZqC,EAarC,OAbqC,EAcrC,MAdqC,EAerC,WAfqC,EAgBrC,YAhBqC,EAiBrC,MAjBqC,EAkBrC,UAlBqC,EAmBrC,QAnBqC,EAoBrC,OApBqC,EAqBrC,OArBqC,EAsBrC,MAtBqC,EAuBrC,SAvBqC,EAwBrC,MAxBqC,EAyBrC,OAzBqC,EA0BrC,MA1BqC,EA2BrC,UA3BqC,EA4BrC,QA5BqC,CAA1B;AA+Bb;;AACa,OAAA,CAAA,sBAAA,GAAyB,CACpC,UADoC,EAEpC,QAFoC,EAGpC,QAHoC,EAIpC,WAJoC,EAKpC,MALoC,EAMpC,UANoC,EAOpC,MAPoC,EAQpC,WARoC,EASpC,UAToC,EAUpC,YAVoC,EAWpC,QAXoC,EAYpC,SAZoC,EAapC,QAboC,EAcpC,UAdoC,CAAzB","sourcesContent":["/* Names of colors used in shared color palette alias tokens for status. */\nexport const statusSharedColorNames = [\n 'red',\n 'green',\n 'darkOrange',\n 'yellow',\n 'berry',\n 'lightGreen',\n 'marigold',\n] as const;\n\n/* Names of colors used in shared color palette alias tokens for persona. */\nexport const personaSharedColorNames = [\n 'darkRed',\n 'cranberry',\n 'pumpkin',\n 'peach',\n 'gold',\n 'brass',\n 'brown',\n 'forest',\n 'seafoam',\n 'darkGreen',\n 'lightTeal',\n 'teal',\n 'steel',\n 'blue',\n 'royalBlue',\n 'cornflower',\n 'navy',\n 'lavender',\n 'purple',\n 'grape',\n 'lilac',\n 'pink',\n 'magenta',\n 'plum',\n 'beige',\n 'mink',\n 'platinum',\n 'anchor',\n] as const;\n\n/* Names of colors not used in alias tokens but produced by token pipeline as global color tokens. */\nexport const unusedSharedColorNames = [\n 'burgundy',\n 'bronze',\n 'orange',\n 'darkBrown',\n 'lime',\n 'darkTeal',\n 'cyan',\n 'lightBlue',\n 'darkBlue',\n 'darkPurple',\n 'orchid',\n 'hotPink',\n 'silver',\n 'charcoal',\n] as const;\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["../lib/sharedColorNames.js"],"sourcesContent":["/* Names of colors used in shared color palette alias tokens for status. */export const statusSharedColorNames = ['red', 'green', 'darkOrange', 'yellow', 'berry', 'lightGreen', 'marigold'];\n/* Names of colors used in shared color palette alias tokens for persona. */\nexport const personaSharedColorNames = ['darkRed', 'cranberry', 'pumpkin', 'peach', 'gold', 'brass', 'brown', 'forest', 'seafoam', 'darkGreen', 'lightTeal', 'teal', 'steel', 'blue', 'royalBlue', 'cornflower', 'navy', 'lavender', 'purple', 'grape', 'lilac', 'pink', 'magenta', 'plum', 'beige', 'mink', 'platinum', 'anchor'];\n/* Names of colors not used in alias tokens but produced by token pipeline as global color tokens. */\nexport const unusedSharedColorNames = ['burgundy', 'bronze', 'orange', 'darkBrown', 'lime', 'darkTeal', 'cyan', 'lightBlue', 'darkBlue', 'darkPurple', 'orchid', 'hotPink', 'silver', 'charcoal'];\n//# sourceMappingURL=sharedColorNames.js.map"],"names":["statusSharedColorNames","personaSharedColorNames","unusedSharedColorNames"],"mappings":"AAAA,yEAAyE;;;;;;;;;;;IAAeA,sBAAsB,MAAtBA;IAE3EC,uBAAuB,MAAvBA;IAEAC,sBAAsB,MAAtBA;;AAJqE,MAAMF,yBAAyB;IAAC;IAAO;IAAS;IAAc;IAAU;IAAS;IAAc;CAAW;AAErL,MAAMC,0BAA0B;IAAC;IAAW;IAAa;IAAW;IAAS;IAAQ;IAAS;IAAS;IAAU;IAAW;IAAa;IAAa;IAAQ;IAAS;IAAQ;IAAa;IAAc;IAAQ;IAAY;IAAU;IAAS;IAAS;IAAQ;IAAW;IAAQ;IAAS;IAAQ;IAAY;CAAS;AAE3T,MAAMC,yBAAyB;IAAC;IAAY;IAAU;IAAU;IAAa;IAAQ;IAAY;IAAQ;IAAa;IAAY;IAAc;IAAU;IAAW;IAAU;CAAW,EACjM,4CAA4C"}
@@ -1,9 +1,3 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.themeToTokensObject = void 0;
7
1
  /**
8
2
  * Programmatically generates a tokens to css variables mapping object from the keys in a theme.
9
3
  * This helps with ease of use as a user of a custom theme does not have to manually construct this object, but it could
@@ -11,18 +5,21 @@ exports.themeToTokensObject = void 0;
11
5
  *
12
6
  * @param theme - Theme from which to get the keys to generate the tokens to css variables mapping object
13
7
  * @returns Tokens to css variables mapping object corresponding to the passed theme
14
- */
15
-
8
+ */ "use strict";
9
+ Object.defineProperty(exports, "__esModule", {
10
+ value: true
11
+ });
12
+ Object.defineProperty(exports, "themeToTokensObject", {
13
+ enumerable: true,
14
+ get: ()=>themeToTokensObject
15
+ });
16
16
  function themeToTokensObject(theme) {
17
- const tokens = {};
18
- const keys = Object.keys(theme);
19
-
20
- for (const key of keys) {
21
- tokens[key] = `var(--${key})`;
22
- }
23
-
24
- return tokens;
25
- }
17
+ const tokens = {};
18
+ const keys = Object.keys(theme);
19
+ for (const key of keys){
20
+ tokens[key] = `var(--${key})`;
21
+ }
22
+ return tokens;
23
+ } //# sourceMappingURL=themeToTokensObject.js.map
26
24
 
27
- exports.themeToTokensObject = themeToTokensObject;
28
25
  //# sourceMappingURL=themeToTokensObject.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["packages/tokens/src/themeToTokensObject.ts"],"names":[],"mappings":";;;;;;AAEA;;;;;;;AAOG;;AACH,SAAgB,mBAAhB,CAA0D,KAA1D,EAAuE;EACrE,MAAM,MAAM,GAAG,EAAf;EACA,MAAM,IAAI,GAAG,MAAM,CAAC,IAAP,CAAY,KAAZ,CAAb;;EACA,KAAK,MAAM,GAAX,IAAkB,IAAlB,EAAwB;IACtB,MAAM,CAAC,GAAD,CAAN,GAAc,SAAS,GAAG,GAA1B;EACD;;EACD,OAAO,MAAP;AACD;;AAPD,OAAA,CAAA,mBAAA,GAAA,mBAAA","sourcesContent":["import { Theme } from './types';\n\n/**\n * Programmatically generates a tokens to css variables mapping object from the keys in a theme.\n * This helps with ease of use as a user of a custom theme does not have to manually construct this object, but it could\n * affect tree-shaking since bundlers do not know the shape of the output.\n *\n * @param theme - Theme from which to get the keys to generate the tokens to css variables mapping object\n * @returns Tokens to css variables mapping object corresponding to the passed theme\n */\nexport function themeToTokensObject<TTheme extends Theme>(theme: TTheme): Record<keyof TTheme, string> {\n const tokens = {} as Record<keyof TTheme, string>;\n const keys = Object.keys(theme) as (keyof TTheme)[];\n for (const key of keys) {\n tokens[key] = `var(--${key})`;\n }\n return tokens;\n}\n"],"sourceRoot":"../src/"}
1
+ {"version":3,"sources":["../lib/themeToTokensObject.js"],"sourcesContent":["/**\n * Programmatically generates a tokens to css variables mapping object from the keys in a theme.\n * This helps with ease of use as a user of a custom theme does not have to manually construct this object, but it could\n * affect tree-shaking since bundlers do not know the shape of the output.\n *\n * @param theme - Theme from which to get the keys to generate the tokens to css variables mapping object\n * @returns Tokens to css variables mapping object corresponding to the passed theme\n */export function themeToTokensObject(theme) {\n const tokens = {};\n const keys = Object.keys(theme);\n for (const key of keys) {\n tokens[key] = `var(--${key})`;\n }\n return tokens;\n}\n//# sourceMappingURL=themeToTokensObject.js.map"],"names":["themeToTokensObject","theme","tokens","keys","Object","key"],"mappings":"AAAA;;;;;;;CAOC;;;;+BAAkBA;;aAAAA;;AAAT,SAASA,oBAAoBC,KAAK,EAAE;IAC5C,MAAMC,SAAS,CAAC;IAChB,MAAMC,OAAOC,OAAOD,IAAI,CAACF;IACzB,KAAK,MAAMI,OAAOF,KAAM;QACtBD,MAAM,CAACG,IAAI,GAAG,CAAC,MAAM,EAAEA,IAAI,CAAC,CAAC;IAC/B;IACA,OAAOH;AACT,EACA,+CAA+C"}
@@ -1,12 +1,10 @@
1
1
  "use strict";
2
-
3
2
  Object.defineProperty(exports, "__esModule", {
4
- value: true
3
+ value: true
5
4
  });
5
+ const _exportStar = require("@swc/helpers/lib/_export_star.js").default;
6
+ _exportStar(require("./teams/index"), exports);
7
+ _exportStar(require("./web/index"), exports);
8
+ //# sourceMappingURL=index.js.map
6
9
 
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
10
  //# sourceMappingURL=index.js.map
@@ -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":["../../lib/themes/index.js"],"sourcesContent":["export * from './teams/index';\nexport * from './web/index';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;oBACA;CACd,iCAAiC"}
@@ -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.teamsDarkTheme = void 0;
7
-
8
- const createTeamsDarkTheme_1 = /*#__PURE__*/require("../../utils/createTeamsDarkTheme");
9
-
10
- const brandColors_1 = /*#__PURE__*/require("../../global/brandColors");
5
+ Object.defineProperty(exports, "teamsDarkTheme", {
6
+ enumerable: true,
7
+ get: ()=>teamsDarkTheme
8
+ });
9
+ const _createTeamsDarkTheme = require("../../utils/createTeamsDarkTheme");
10
+ const _brandColors = require("../../global/brandColors");
11
+ const teamsDarkTheme = /*#__PURE__*/ (0, _createTeamsDarkTheme.createTeamsDarkTheme)(_brandColors.brandTeams); //# sourceMappingURL=darkTheme.js.map
11
12
 
12
- exports.teamsDarkTheme = /*#__PURE__*/createTeamsDarkTheme_1.createTeamsDarkTheme(brandColors_1.brandTeams);
13
13
  //# sourceMappingURL=darkTheme.js.map
@@ -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":["../../../lib/themes/teams/darkTheme.js"],"sourcesContent":["import { createTeamsDarkTheme } from '../../utils/createTeamsDarkTheme';\nimport { brandTeams } from '../../global/brandColors';\nexport const teamsDarkTheme = /*#__PURE__*/createTeamsDarkTheme(brandTeams);\n//# sourceMappingURL=darkTheme.js.map"],"names":["teamsDarkTheme","createTeamsDarkTheme","brandTeams"],"mappings":";;;;+BAEaA;;aAAAA;;sCAFwB;6BACV;AACpB,MAAMA,iBAAiB,WAAW,GAAEC,IAAAA,0CAAoB,EAACC,uBAAU,GAC1E,qCAAqC"}
@@ -1,11 +1,12 @@
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");
5
+ Object.defineProperty(exports, "teamsHighContrastTheme", {
6
+ enumerable: true,
7
+ get: ()=>teamsHighContrastTheme
8
+ });
9
+ const _createHighContrastTheme = require("../../utils/createHighContrastTheme");
10
+ const teamsHighContrastTheme = /*#__PURE__*/ (0, _createHighContrastTheme.createHighContrastTheme)(); //# sourceMappingURL=highContrastTheme.js.map
9
11
 
10
- exports.teamsHighContrastTheme = /*#__PURE__*/createHighContrastTheme_1.createHighContrastTheme();
11
12
  //# sourceMappingURL=highContrastTheme.js.map
@@ -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":["../../../lib/themes/teams/highContrastTheme.js"],"sourcesContent":["import { createHighContrastTheme } from '../../utils/createHighContrastTheme';\nexport const teamsHighContrastTheme = /*#__PURE__*/createHighContrastTheme();\n//# sourceMappingURL=highContrastTheme.js.map"],"names":["teamsHighContrastTheme","createHighContrastTheme"],"mappings":";;;;+BACaA;;aAAAA;;yCAD2B;AACjC,MAAMA,yBAAyB,WAAW,GAAEC,IAAAA,gDAAuB,KAC1E,6CAA6C"}