@fluentui/tokens 0.0.0-nightly-20230317-1454.1 → 0.0.0-nightly-20230321-0440.1

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 (150) hide show
  1. package/CHANGELOG.json +3 -3
  2. package/CHANGELOG.md +4 -4
  3. package/lib/alias/darkColor.js +21 -19
  4. package/lib/alias/darkColor.js.map +1 -1
  5. package/lib/alias/darkColorPalette.js +3 -2
  6. package/lib/alias/darkColorPalette.js.map +1 -1
  7. package/lib/alias/highContrastColor.js +14 -12
  8. package/lib/alias/highContrastColor.js.map +1 -1
  9. package/lib/alias/highContrastColorPalette.js +2 -2
  10. package/lib/alias/highContrastColorPalette.js.map +1 -1
  11. package/lib/alias/lightColor.js +21 -19
  12. package/lib/alias/lightColor.js.map +1 -1
  13. package/lib/alias/lightColorPalette.js +2 -2
  14. package/lib/alias/lightColorPalette.js.map +1 -1
  15. package/lib/alias/teamsDarkColor.js +21 -19
  16. package/lib/alias/teamsDarkColor.js.map +1 -1
  17. package/lib/global/borderRadius.js +6 -6
  18. package/lib/global/borderRadius.js.map +1 -1
  19. package/lib/global/brandColors.js.map +1 -1
  20. package/lib/global/colorPalette.js +1 -1
  21. package/lib/global/colorPalette.js.map +1 -1
  22. package/lib/global/colors.js +701 -699
  23. package/lib/global/colors.js.map +1 -1
  24. package/lib/global/curves.js +9 -9
  25. package/lib/global/curves.js.map +1 -1
  26. package/lib/global/durations.js +7 -7
  27. package/lib/global/durations.js.map +1 -1
  28. package/lib/global/fonts.js +20 -20
  29. package/lib/global/fonts.js.map +1 -1
  30. package/lib/global/index.js +9 -9
  31. package/lib/global/index.js.map +1 -1
  32. package/lib/global/spacings.js +11 -11
  33. package/lib/global/spacings.js.map +1 -1
  34. package/lib/global/strokeWidths.js +4 -4
  35. package/lib/global/strokeWidths.js.map +1 -1
  36. package/lib/global/typographyStyles.js +1 -1
  37. package/lib/global/typographyStyles.js.map +1 -1
  38. package/lib/index.js +5 -5
  39. package/lib/index.js.map +1 -1
  40. package/lib/sharedColorNames.js +4 -3
  41. package/lib/sharedColorNames.js.map +1 -1
  42. package/lib/themeToTokensObject.js +2 -1
  43. package/lib/themeToTokensObject.js.map +1 -1
  44. package/lib/themes/index.js +2 -2
  45. package/lib/themes/index.js.map +1 -1
  46. package/lib/themes/teams/darkTheme.js +2 -2
  47. package/lib/themes/teams/darkTheme.js.map +1 -1
  48. package/lib/themes/teams/highContrastTheme.js +1 -1
  49. package/lib/themes/teams/highContrastTheme.js.map +1 -1
  50. package/lib/themes/teams/index.js +3 -3
  51. package/lib/themes/teams/index.js.map +1 -1
  52. package/lib/themes/teams/lightTheme.js +2 -2
  53. package/lib/themes/teams/lightTheme.js.map +1 -1
  54. package/lib/themes/web/darkTheme.js +2 -2
  55. package/lib/themes/web/darkTheme.js.map +1 -1
  56. package/lib/themes/web/index.js +2 -2
  57. package/lib/themes/web/index.js.map +1 -1
  58. package/lib/themes/web/lightTheme.js +2 -2
  59. package/lib/themes/web/lightTheme.js.map +1 -1
  60. package/lib/tokens.js +387 -387
  61. package/lib/tokens.js.map +1 -1
  62. package/lib/types.js.map +1 -1
  63. package/lib/utils/createDarkTheme.js +8 -8
  64. package/lib/utils/createDarkTheme.js.map +1 -1
  65. package/lib/utils/createHighContrastTheme.js +8 -8
  66. package/lib/utils/createHighContrastTheme.js.map +1 -1
  67. package/lib/utils/createLightTheme.js +8 -8
  68. package/lib/utils/createLightTheme.js.map +1 -1
  69. package/lib/utils/createTeamsDarkTheme.js +8 -8
  70. package/lib/utils/createTeamsDarkTheme.js.map +1 -1
  71. package/lib/utils/index.js +4 -4
  72. package/lib/utils/index.js.map +1 -1
  73. package/lib/utils/shadows.js +1 -1
  74. package/lib/utils/shadows.js.map +1 -1
  75. package/lib-commonjs/alias/darkColor.js +159 -158
  76. package/lib-commonjs/alias/darkColor.js.map +1 -1
  77. package/lib-commonjs/alias/darkColorPalette.js +44 -46
  78. package/lib-commonjs/alias/darkColorPalette.js.map +1 -1
  79. package/lib-commonjs/alias/highContrastColor.js +159 -158
  80. package/lib-commonjs/alias/highContrastColor.js.map +1 -1
  81. package/lib-commonjs/alias/highContrastColorPalette.js +34 -37
  82. package/lib-commonjs/alias/highContrastColorPalette.js.map +1 -1
  83. package/lib-commonjs/alias/lightColor.js +159 -158
  84. package/lib-commonjs/alias/lightColor.js.map +1 -1
  85. package/lib-commonjs/alias/lightColorPalette.js +35 -38
  86. package/lib-commonjs/alias/lightColorPalette.js.map +1 -1
  87. package/lib-commonjs/alias/teamsDarkColor.js +159 -158
  88. package/lib-commonjs/alias/teamsDarkColor.js.map +1 -1
  89. package/lib-commonjs/global/borderRadius.js +11 -14
  90. package/lib-commonjs/global/borderRadius.js.map +1 -1
  91. package/lib-commonjs/global/brandColors.js +55 -65
  92. package/lib-commonjs/global/brandColors.js.map +1 -1
  93. package/lib-commonjs/global/colorPalette.js +42 -51
  94. package/lib-commonjs/global/colorPalette.js.map +1 -1
  95. package/lib-commonjs/global/colors.js +814 -883
  96. package/lib-commonjs/global/colors.js.map +1 -1
  97. package/lib-commonjs/global/curves.js +14 -17
  98. package/lib-commonjs/global/curves.js.map +1 -1
  99. package/lib-commonjs/global/durations.js +12 -15
  100. package/lib-commonjs/global/durations.js.map +1 -1
  101. package/lib-commonjs/global/fonts.js +39 -48
  102. package/lib-commonjs/global/fonts.js.map +1 -1
  103. package/lib-commonjs/global/index.js +12 -12
  104. package/lib-commonjs/global/index.js.map +1 -1
  105. package/lib-commonjs/global/spacings.js +40 -49
  106. package/lib-commonjs/global/spacings.js.map +1 -1
  107. package/lib-commonjs/global/strokeWidths.js +9 -12
  108. package/lib-commonjs/global/strokeWidths.js.map +1 -1
  109. package/lib-commonjs/global/typographyStyles.js +111 -111
  110. package/lib-commonjs/global/typographyStyles.js.map +1 -1
  111. package/lib-commonjs/index.js +81 -29
  112. package/lib-commonjs/index.js.map +1 -1
  113. package/lib-commonjs/sharedColorNames.js +10 -69
  114. package/lib-commonjs/sharedColorNames.js.map +1 -1
  115. package/lib-commonjs/themeToTokensObject.js +15 -16
  116. package/lib-commonjs/themeToTokensObject.js.map +1 -1
  117. package/lib-commonjs/themes/index.js +5 -6
  118. package/lib-commonjs/themes/index.js.map +1 -1
  119. package/lib-commonjs/themes/teams/darkTheme.js +6 -9
  120. package/lib-commonjs/themes/teams/darkTheme.js.map +1 -1
  121. package/lib-commonjs/themes/teams/highContrastTheme.js +5 -8
  122. package/lib-commonjs/themes/teams/highContrastTheme.js.map +1 -1
  123. package/lib-commonjs/themes/teams/index.js +6 -7
  124. package/lib-commonjs/themes/teams/index.js.map +1 -1
  125. package/lib-commonjs/themes/teams/lightTheme.js +6 -9
  126. package/lib-commonjs/themes/teams/lightTheme.js.map +1 -1
  127. package/lib-commonjs/themes/web/darkTheme.js +6 -9
  128. package/lib-commonjs/themes/web/darkTheme.js.map +1 -1
  129. package/lib-commonjs/themes/web/index.js +5 -6
  130. package/lib-commonjs/themes/web/index.js.map +1 -1
  131. package/lib-commonjs/themes/web/lightTheme.js +6 -9
  132. package/lib-commonjs/themes/web/lightTheme.js.map +1 -1
  133. package/lib-commonjs/tokens.js +440 -443
  134. package/lib-commonjs/tokens.js.map +1 -1
  135. package/lib-commonjs/types.js +2 -3
  136. package/lib-commonjs/types.js.map +1 -1
  137. package/lib-commonjs/utils/createDarkTheme.js +30 -32
  138. package/lib-commonjs/utils/createDarkTheme.js.map +1 -1
  139. package/lib-commonjs/utils/createHighContrastTheme.js +30 -32
  140. package/lib-commonjs/utils/createHighContrastTheme.js.map +1 -1
  141. package/lib-commonjs/utils/createLightTheme.js +30 -32
  142. package/lib-commonjs/utils/createLightTheme.js.map +1 -1
  143. package/lib-commonjs/utils/createTeamsDarkTheme.js +30 -32
  144. package/lib-commonjs/utils/createTeamsDarkTheme.js.map +1 -1
  145. package/lib-commonjs/utils/index.js +7 -8
  146. package/lib-commonjs/utils/index.js.map +1 -1
  147. package/lib-commonjs/utils/shadows.js +14 -16
  148. package/lib-commonjs/utils/shadows.js.map +1 -1
  149. package/package.json +4 -3
  150. package/.swcrc +0 -39
@@ -1,115 +1,115 @@
1
1
  "use strict";
2
+
2
3
  Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- Object.defineProperty(exports, "typographyStyles", {
6
- enumerable: true,
7
- get: ()=>typographyStyles
4
+ value: true
8
5
  });
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
114
-
6
+ exports.typographyStyles = void 0;
7
+ const tokens_1 = /*#__PURE__*/require("../tokens");
8
+ /**
9
+ * Global typography styles (fontSize, fontWeight, and lineHeight)
10
+ */
11
+ exports.typographyStyles = {
12
+ body1: {
13
+ fontFamily: tokens_1.tokens.fontFamilyBase,
14
+ fontSize: tokens_1.tokens.fontSizeBase300,
15
+ fontWeight: tokens_1.tokens.fontWeightRegular,
16
+ lineHeight: tokens_1.tokens.lineHeightBase300
17
+ },
18
+ body1Strong: {
19
+ fontFamily: tokens_1.tokens.fontFamilyBase,
20
+ fontSize: tokens_1.tokens.fontSizeBase300,
21
+ fontWeight: tokens_1.tokens.fontWeightSemibold,
22
+ lineHeight: tokens_1.tokens.lineHeightBase300
23
+ },
24
+ body1Stronger: {
25
+ fontFamily: tokens_1.tokens.fontFamilyBase,
26
+ fontSize: tokens_1.tokens.fontSizeBase300,
27
+ fontWeight: tokens_1.tokens.fontWeightBold,
28
+ lineHeight: tokens_1.tokens.lineHeightBase300
29
+ },
30
+ body2: {
31
+ fontFamily: tokens_1.tokens.fontFamilyBase,
32
+ fontSize: tokens_1.tokens.fontSizeBase400,
33
+ fontWeight: tokens_1.tokens.fontWeightRegular,
34
+ lineHeight: tokens_1.tokens.lineHeightBase400
35
+ },
36
+ caption1: {
37
+ fontFamily: tokens_1.tokens.fontFamilyBase,
38
+ fontSize: tokens_1.tokens.fontSizeBase200,
39
+ fontWeight: tokens_1.tokens.fontWeightRegular,
40
+ lineHeight: tokens_1.tokens.lineHeightBase200
41
+ },
42
+ caption1Strong: {
43
+ fontFamily: tokens_1.tokens.fontFamilyBase,
44
+ fontSize: tokens_1.tokens.fontSizeBase200,
45
+ fontWeight: tokens_1.tokens.fontWeightSemibold,
46
+ lineHeight: tokens_1.tokens.lineHeightBase200
47
+ },
48
+ caption1Stronger: {
49
+ fontFamily: tokens_1.tokens.fontFamilyBase,
50
+ fontSize: tokens_1.tokens.fontSizeBase200,
51
+ fontWeight: tokens_1.tokens.fontWeightBold,
52
+ lineHeight: tokens_1.tokens.lineHeightBase200
53
+ },
54
+ caption2: {
55
+ fontFamily: tokens_1.tokens.fontFamilyBase,
56
+ fontSize: tokens_1.tokens.fontSizeBase100,
57
+ fontWeight: tokens_1.tokens.fontWeightRegular,
58
+ lineHeight: tokens_1.tokens.lineHeightBase100
59
+ },
60
+ caption2Strong: {
61
+ fontFamily: tokens_1.tokens.fontFamilyBase,
62
+ fontSize: tokens_1.tokens.fontSizeBase100,
63
+ fontWeight: tokens_1.tokens.fontWeightSemibold,
64
+ lineHeight: tokens_1.tokens.lineHeightBase100
65
+ },
66
+ subtitle1: {
67
+ fontFamily: tokens_1.tokens.fontFamilyBase,
68
+ fontSize: tokens_1.tokens.fontSizeBase500,
69
+ fontWeight: tokens_1.tokens.fontWeightSemibold,
70
+ lineHeight: tokens_1.tokens.lineHeightBase500
71
+ },
72
+ subtitle2: {
73
+ fontFamily: tokens_1.tokens.fontFamilyBase,
74
+ fontSize: tokens_1.tokens.fontSizeBase400,
75
+ fontWeight: tokens_1.tokens.fontWeightSemibold,
76
+ lineHeight: tokens_1.tokens.lineHeightBase400
77
+ },
78
+ subtitle2Stronger: {
79
+ fontFamily: tokens_1.tokens.fontFamilyBase,
80
+ fontSize: tokens_1.tokens.fontSizeBase400,
81
+ fontWeight: tokens_1.tokens.fontWeightBold,
82
+ lineHeight: tokens_1.tokens.lineHeightBase400
83
+ },
84
+ title1: {
85
+ fontFamily: tokens_1.tokens.fontFamilyBase,
86
+ fontSize: tokens_1.tokens.fontSizeHero800,
87
+ fontWeight: tokens_1.tokens.fontWeightSemibold,
88
+ lineHeight: tokens_1.tokens.lineHeightHero800
89
+ },
90
+ title2: {
91
+ fontFamily: tokens_1.tokens.fontFamilyBase,
92
+ fontSize: tokens_1.tokens.fontSizeHero700,
93
+ fontWeight: tokens_1.tokens.fontWeightSemibold,
94
+ lineHeight: tokens_1.tokens.lineHeightHero700
95
+ },
96
+ title3: {
97
+ fontFamily: tokens_1.tokens.fontFamilyBase,
98
+ fontSize: tokens_1.tokens.fontSizeBase600,
99
+ fontWeight: tokens_1.tokens.fontWeightSemibold,
100
+ lineHeight: tokens_1.tokens.lineHeightBase600
101
+ },
102
+ largeTitle: {
103
+ fontFamily: tokens_1.tokens.fontFamilyBase,
104
+ fontSize: tokens_1.tokens.fontSizeHero900,
105
+ fontWeight: tokens_1.tokens.fontWeightSemibold,
106
+ lineHeight: tokens_1.tokens.lineHeightHero900
107
+ },
108
+ display: {
109
+ fontFamily: tokens_1.tokens.fontFamilyBase,
110
+ fontSize: tokens_1.tokens.fontSizeHero1000,
111
+ fontWeight: tokens_1.tokens.fontWeightSemibold,
112
+ lineHeight: tokens_1.tokens.lineHeightHero1000
113
+ }
114
+ };
115
115
  //# sourceMappingURL=typographyStyles.js.map
@@ -1 +1 @@
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
+ {"version":3,"names":["tokens_1","require","exports","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"],"sources":["../../../../../../../packages/tokens/src/global/typographyStyles.ts"],"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"],"mappings":"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"}
@@ -1,32 +1,84 @@
1
1
  "use strict";
2
- Object.defineProperty(exports, "__esModule", {
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
31
2
 
3
+ 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
+ var index_1 = /*#__PURE__*/require("./themes/index");
8
+ Object.defineProperty(exports, "teamsDarkTheme", {
9
+ enumerable: true,
10
+ get: function () {
11
+ return index_1.teamsDarkTheme;
12
+ }
13
+ });
14
+ Object.defineProperty(exports, "teamsHighContrastTheme", {
15
+ enumerable: true,
16
+ get: function () {
17
+ return index_1.teamsHighContrastTheme;
18
+ }
19
+ });
20
+ Object.defineProperty(exports, "teamsLightTheme", {
21
+ enumerable: true,
22
+ get: function () {
23
+ return index_1.teamsLightTheme;
24
+ }
25
+ });
26
+ Object.defineProperty(exports, "webDarkTheme", {
27
+ enumerable: true,
28
+ get: function () {
29
+ return index_1.webDarkTheme;
30
+ }
31
+ });
32
+ Object.defineProperty(exports, "webLightTheme", {
33
+ enumerable: true,
34
+ get: function () {
35
+ return index_1.webLightTheme;
36
+ }
37
+ });
38
+ var index_2 = /*#__PURE__*/require("./utils/index");
39
+ Object.defineProperty(exports, "createDarkTheme", {
40
+ enumerable: true,
41
+ get: function () {
42
+ return index_2.createDarkTheme;
43
+ }
44
+ });
45
+ Object.defineProperty(exports, "createHighContrastTheme", {
46
+ enumerable: true,
47
+ get: function () {
48
+ return index_2.createHighContrastTheme;
49
+ }
50
+ });
51
+ Object.defineProperty(exports, "createLightTheme", {
52
+ enumerable: true,
53
+ get: function () {
54
+ return index_2.createLightTheme;
55
+ }
56
+ });
57
+ Object.defineProperty(exports, "createTeamsDarkTheme", {
58
+ enumerable: true,
59
+ get: function () {
60
+ return index_2.createTeamsDarkTheme;
61
+ }
62
+ });
63
+ var themeToTokensObject_1 = /*#__PURE__*/require("./themeToTokensObject");
64
+ Object.defineProperty(exports, "themeToTokensObject", {
65
+ enumerable: true,
66
+ get: function () {
67
+ return themeToTokensObject_1.themeToTokensObject;
68
+ }
69
+ });
70
+ var tokens_1 = /*#__PURE__*/require("./tokens");
71
+ Object.defineProperty(exports, "tokens", {
72
+ enumerable: true,
73
+ get: function () {
74
+ return tokens_1.tokens;
75
+ }
76
+ });
77
+ var index_3 = /*#__PURE__*/require("./global/index");
78
+ Object.defineProperty(exports, "typographyStyles", {
79
+ enumerable: true,
80
+ get: function () {
81
+ return index_3.typographyStyles;
82
+ }
83
+ });
32
84
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
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
+ {"version":3,"names":["index_1","require","Object","defineProperty","exports","enumerable","get","teamsDarkTheme","teamsHighContrastTheme","teamsLightTheme","webDarkTheme","webLightTheme","index_2","createDarkTheme","createHighContrastTheme","createLightTheme","createTeamsDarkTheme","themeToTokensObject_1","themeToTokensObject","tokens_1","tokens","index_3","typographyStyles"],"sources":["../../../../../../packages/tokens/src/index.ts"],"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"],"mappings":";;;;;;AAAA,IAAAA,OAAA,gBAAAC,OAAA;AAASC,MAAA,CAAAC,cAAA,CAAAC,OAAA;EAAAC,UAAA;EAAAC,GAAA,WAAAA,CAAA;IAAA,OAAAN,OAAA,CAAAO,cAAc;EAAA;AAAA;AAAEL,MAAA,CAAAC,cAAA,CAAAC,OAAA;EAAAC,UAAA;EAAAC,GAAA,WAAAA,CAAA;IAAA,OAAAN,OAAA,CAAAQ,sBAAsB;EAAA;AAAA;AAAEN,MAAA,CAAAC,cAAA,CAAAC,OAAA;EAAAC,UAAA;EAAAC,GAAA,WAAAA,CAAA;IAAA,OAAAN,OAAA,CAAAS,eAAe;EAAA;AAAA;AAAEP,MAAA,CAAAC,cAAA,CAAAC,OAAA;EAAAC,UAAA;EAAAC,GAAA,WAAAA,CAAA;IAAA,OAAAN,OAAA,CAAAU,YAAY;EAAA;AAAA;AAAER,MAAA,CAAAC,cAAA,CAAAC,OAAA;EAAAC,UAAA;EAAAC,GAAA,WAAAA,CAAA;IAAA,OAAAN,OAAA,CAAAW,aAAa;EAAA;AAAA;AAC7F,IAAAC,OAAA,gBAAAX,OAAA;AAASC,MAAA,CAAAC,cAAA,CAAAC,OAAA;EAAAC,UAAA;EAAAC,GAAA,WAAAA,CAAA;IAAA,OAAAM,OAAA,CAAAC,eAAe;EAAA;AAAA;AAAEX,MAAA,CAAAC,cAAA,CAAAC,OAAA;EAAAC,UAAA;EAAAC,GAAA,WAAAA,CAAA;IAAA,OAAAM,OAAA,CAAAE,uBAAuB;EAAA;AAAA;AAAEZ,MAAA,CAAAC,cAAA,CAAAC,OAAA;EAAAC,UAAA;EAAAC,GAAA,WAAAA,CAAA;IAAA,OAAAM,OAAA,CAAAG,gBAAgB;EAAA;AAAA;AAAEb,MAAA,CAAAC,cAAA,CAAAC,OAAA;EAAAC,UAAA;EAAAC,GAAA,WAAAA,CAAA;IAAA,OAAAM,OAAA,CAAAI,oBAAoB;EAAA;AAAA;AAEzF,IAAAC,qBAAA,gBAAAhB,OAAA;AAASC,MAAA,CAAAC,cAAA,CAAAC,OAAA;EAAAC,UAAA;EAAAC,GAAA,WAAAA,CAAA;IAAA,OAAAW,qBAAA,CAAAC,mBAAmB;EAAA;AAAA;AAC5B,IAAAC,QAAA,gBAAAlB,OAAA;AAASC,MAAA,CAAAC,cAAA,CAAAC,OAAA;EAAAC,UAAA;EAAAC,GAAA,WAAAA,CAAA;IAAA,OAAAa,QAAA,CAAAC,MAAM;EAAA;AAAA;AACf,IAAAC,OAAA,gBAAApB,OAAA;AAASC,MAAA,CAAAC,cAAA,CAAAC,OAAA;EAAAC,UAAA;EAAAC,GAAA,WAAAA,CAAA;IAAA,OAAAe,OAAA,CAAAC,gBAAgB;EAAA;AAAA"}
@@ -1,72 +1,13 @@
1
- /* Names of colors used in shared color palette alias tokens for status. */ "use strict";
1
+ "use strict";
2
+
2
3
  Object.defineProperty(exports, "__esModule", {
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
- statusSharedColorNames: ()=>statusSharedColorNames,
13
- personaSharedColorNames: ()=>personaSharedColorNames,
14
- unusedSharedColorNames: ()=>unusedSharedColorNames
4
+ value: true
15
5
  });
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
71
-
6
+ exports.unusedSharedColorNames = exports.personaSharedColorNames = exports.statusSharedColorNames = void 0;
7
+ /* Names of colors used in shared color palette alias tokens for status. */
8
+ exports.statusSharedColorNames = ['red', 'green', 'darkOrange', 'yellow', 'berry', 'lightGreen', 'marigold'];
9
+ /* Names of colors used in shared color palette alias tokens for persona. */
10
+ 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'];
11
+ /* Names of colors not used in alias tokens but produced by token pipeline as global color tokens. */
12
+ exports.unusedSharedColorNames = ['burgundy', 'bronze', 'orange', 'darkBrown', 'lime', 'darkTeal', 'cyan', 'lightBlue', 'darkBlue', 'darkPurple', 'orchid', 'hotPink', 'silver', 'charcoal'];
72
13
  //# sourceMappingURL=sharedColorNames.js.map
@@ -1 +1 @@
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
+ {"version":3,"names":["exports","statusSharedColorNames","personaSharedColorNames","unusedSharedColorNames"],"sources":["../../../../../../packages/tokens/src/sharedColorNames.ts"],"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"],"mappings":";;;;;;AAAA;AACaA,OAAA,CAAAC,sBAAsB,GAAG,CACpC,KAAK,EACL,OAAO,EACP,YAAY,EACZ,QAAQ,EACR,OAAO,EACP,YAAY,EACZ,UAAU,CACF;AAEV;AACaD,OAAA,CAAAE,uBAAuB,GAAG,CACrC,SAAS,EACT,WAAW,EACX,SAAS,EACT,OAAO,EACP,MAAM,EACN,OAAO,EACP,OAAO,EACP,QAAQ,EACR,SAAS,EACT,WAAW,EACX,WAAW,EACX,MAAM,EACN,OAAO,EACP,MAAM,EACN,WAAW,EACX,YAAY,EACZ,MAAM,EACN,UAAU,EACV,QAAQ,EACR,OAAO,EACP,OAAO,EACP,MAAM,EACN,SAAS,EACT,MAAM,EACN,OAAO,EACP,MAAM,EACN,UAAU,EACV,QAAQ,CACA;AAEV;AACaF,OAAA,CAAAG,sBAAsB,GAAG,CACpC,UAAU,EACV,QAAQ,EACR,QAAQ,EACR,WAAW,EACX,MAAM,EACN,UAAU,EACV,MAAM,EACN,WAAW,EACX,UAAU,EACV,YAAY,EACZ,QAAQ,EACR,SAAS,EACT,QAAQ,EACR,UAAU,CACF"}
@@ -1,3 +1,9 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.themeToTokensObject = void 0;
1
7
  /**
2
8
  * Programmatically generates a tokens to css variables mapping object from the keys in a theme.
3
9
  * This helps with ease of use as a user of a custom theme does not have to manually construct this object, but it could
@@ -5,21 +11,14 @@
5
11
  *
6
12
  * @param theme - Theme from which to get the keys to generate the tokens to css variables mapping object
7
13
  * @returns Tokens to css variables mapping object corresponding to the passed theme
8
- */ "use strict";
9
- Object.defineProperty(exports, "__esModule", {
10
- value: true
11
- });
12
- Object.defineProperty(exports, "themeToTokensObject", {
13
- enumerable: true,
14
- get: ()=>themeToTokensObject
15
- });
14
+ */
16
15
  function themeToTokensObject(theme) {
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
24
-
16
+ const tokens = {};
17
+ const keys = Object.keys(theme);
18
+ for (const key of keys) {
19
+ tokens[key] = `var(--${key})`;
20
+ }
21
+ return tokens;
22
+ }
23
+ exports.themeToTokensObject = themeToTokensObject;
25
24
  //# sourceMappingURL=themeToTokensObject.js.map
@@ -1 +1 @@
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
+ {"version":3,"names":["themeToTokensObject","theme","tokens","keys","Object","key","exports"],"sources":["../../../../../../packages/tokens/src/themeToTokensObject.ts"],"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"],"mappings":";;;;;;AAEA;;;;;;;;AAQA,SAAgBA,mBAAmBA,CAAuBC,KAAa;EACrE,MAAMC,MAAM,GAAG,EAAkC;EACjD,MAAMC,IAAI,GAAGC,MAAM,CAACD,IAAI,CAACF,KAAK,CAAqB;EACnD,KAAK,MAAMI,GAAG,IAAIF,IAAI,EAAE;IACtBD,MAAM,CAACG,GAAG,CAAC,GAAG,SAASA,GAAG,GAAG;;EAE/B,OAAOH,MAAM;AACf;AAPAI,OAAA,CAAAN,mBAAA,GAAAA,mBAAA"}
@@ -1,10 +1,9 @@
1
1
  "use strict";
2
+
2
3
  Object.defineProperty(exports, "__esModule", {
3
- value: true
4
+ value: true
4
5
  });
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
9
-
6
+ const tslib_1 = /*#__PURE__*/require("tslib");
7
+ tslib_1.__exportStar(require("./teams/index"), exports);
8
+ tslib_1.__exportStar(require("./web/index"), exports);
10
9
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
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
+ {"version":3,"names":["tslib_1","__exportStar","require","exports"],"sources":["../../../../../../../packages/tokens/src/themes/index.ts"],"sourcesContent":["export * from './teams/index';\nexport * from './web/index';\n"],"mappings":";;;;;;AAAAA,OAAA,CAAAC,YAAA,CAAAC,OAAA,mBAAAC,OAAA;AACAH,OAAA,CAAAC,YAAA,CAAAC,OAAA,iBAAAC,OAAA"}
@@ -1,13 +1,10 @@
1
1
  "use strict";
2
+
2
3
  Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- Object.defineProperty(exports, "teamsDarkTheme", {
6
- enumerable: true,
7
- get: ()=>teamsDarkTheme
4
+ value: true
8
5
  });
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
12
-
6
+ exports.teamsDarkTheme = void 0;
7
+ const createTeamsDarkTheme_1 = /*#__PURE__*/require("../../utils/createTeamsDarkTheme");
8
+ const brandColors_1 = /*#__PURE__*/require("../../global/brandColors");
9
+ exports.teamsDarkTheme = /*#__PURE__*/createTeamsDarkTheme_1.createTeamsDarkTheme(brandColors_1.brandTeams);
13
10
  //# sourceMappingURL=darkTheme.js.map
@@ -1 +1 @@
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
+ {"version":3,"names":["createTeamsDarkTheme_1","require","brandColors_1","exports","teamsDarkTheme","createTeamsDarkTheme","brandTeams"],"sources":["../../../../../../../../packages/tokens/src/themes/teams/darkTheme.ts"],"sourcesContent":["import { createTeamsDarkTheme } from '../../utils/createTeamsDarkTheme';\nimport { brandTeams } from '../../global/brandColors';\nimport type { Theme } from '../../types';\n\nexport const teamsDarkTheme: Theme = createTeamsDarkTheme(brandTeams);\n"],"mappings":";;;;;;AAAA,MAAAA,sBAAA,gBAAAC,OAAA;AACA,MAAAC,aAAA,gBAAAD,OAAA;AAGaE,OAAA,CAAAC,cAAc,gBAAUJ,sBAAA,CAAAK,oBAAoB,CAACH,aAAA,CAAAI,UAAU,CAAC"}