@fluentui/tokens 0.0.0-nightly-20230223-2115.1 → 0.0.0-nightly-20230227-0424.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 (124) hide show
  1. package/CHANGELOG.json +3 -3
  2. package/CHANGELOG.md +4 -4
  3. package/lib/alias/darkColor.js +4 -2
  4. package/lib/alias/darkColor.js.map +1 -1
  5. package/lib/alias/darkColorPalette.js +2 -1
  6. package/lib/alias/darkColorPalette.js.map +1 -1
  7. package/lib/alias/highContrastColor.js +4 -2
  8. package/lib/alias/highContrastColor.js.map +1 -1
  9. package/lib/alias/highContrastColorPalette.js.map +1 -1
  10. package/lib/alias/lightColor.js +4 -2
  11. package/lib/alias/lightColor.js.map +1 -1
  12. package/lib/alias/lightColorPalette.js.map +1 -1
  13. package/lib/alias/teamsDarkColor.js +4 -2
  14. package/lib/alias/teamsDarkColor.js.map +1 -1
  15. package/lib/global/borderRadius.js.map +1 -1
  16. package/lib/global/brandColors.js.map +1 -1
  17. package/lib/global/colorPalette.js.map +1 -1
  18. package/lib/global/colors.js +3 -1
  19. package/lib/global/colors.js.map +1 -1
  20. package/lib/global/curves.js.map +1 -1
  21. package/lib/global/durations.js.map +1 -1
  22. package/lib/global/fonts.js.map +1 -1
  23. package/lib/global/index.js.map +1 -1
  24. package/lib/global/spacings.js.map +1 -1
  25. package/lib/global/strokeWidths.js.map +1 -1
  26. package/lib/global/typographyStyles.js.map +1 -1
  27. package/lib/index.js.map +1 -1
  28. package/lib/sharedColorNames.js +2 -1
  29. package/lib/sharedColorNames.js.map +1 -1
  30. package/lib/themeToTokensObject.js +2 -1
  31. package/lib/themeToTokensObject.js.map +1 -1
  32. package/lib/themes/index.js.map +1 -1
  33. package/lib/themes/teams/darkTheme.js.map +1 -1
  34. package/lib/themes/teams/highContrastTheme.js.map +1 -1
  35. package/lib/themes/teams/index.js.map +1 -1
  36. package/lib/themes/teams/lightTheme.js.map +1 -1
  37. package/lib/themes/web/darkTheme.js.map +1 -1
  38. package/lib/themes/web/index.js.map +1 -1
  39. package/lib/themes/web/lightTheme.js.map +1 -1
  40. package/lib/tokens.js.map +1 -1
  41. package/lib/types.js.map +1 -1
  42. package/lib/utils/createDarkTheme.js.map +1 -1
  43. package/lib/utils/createHighContrastTheme.js.map +1 -1
  44. package/lib/utils/createLightTheme.js.map +1 -1
  45. package/lib/utils/createTeamsDarkTheme.js.map +1 -1
  46. package/lib/utils/index.js.map +1 -1
  47. package/lib/utils/shadows.js +1 -2
  48. package/lib/utils/shadows.js.map +1 -1
  49. package/lib-commonjs/alias/darkColor.js +156 -155
  50. package/lib-commonjs/alias/darkColor.js.map +1 -1
  51. package/lib-commonjs/alias/darkColorPalette.js +44 -46
  52. package/lib-commonjs/alias/darkColorPalette.js.map +1 -1
  53. package/lib-commonjs/alias/highContrastColor.js +156 -155
  54. package/lib-commonjs/alias/highContrastColor.js.map +1 -1
  55. package/lib-commonjs/alias/highContrastColorPalette.js +34 -37
  56. package/lib-commonjs/alias/highContrastColorPalette.js.map +1 -1
  57. package/lib-commonjs/alias/lightColor.js +156 -155
  58. package/lib-commonjs/alias/lightColor.js.map +1 -1
  59. package/lib-commonjs/alias/lightColorPalette.js +35 -38
  60. package/lib-commonjs/alias/lightColorPalette.js.map +1 -1
  61. package/lib-commonjs/alias/teamsDarkColor.js +156 -155
  62. package/lib-commonjs/alias/teamsDarkColor.js.map +1 -1
  63. package/lib-commonjs/global/borderRadius.js +11 -14
  64. package/lib-commonjs/global/borderRadius.js.map +1 -1
  65. package/lib-commonjs/global/brandColors.js +55 -65
  66. package/lib-commonjs/global/brandColors.js.map +1 -1
  67. package/lib-commonjs/global/colorPalette.js +42 -51
  68. package/lib-commonjs/global/colorPalette.js.map +1 -1
  69. package/lib-commonjs/global/colors.js +792 -859
  70. package/lib-commonjs/global/colors.js.map +1 -1
  71. package/lib-commonjs/global/curves.js +14 -17
  72. package/lib-commonjs/global/curves.js.map +1 -1
  73. package/lib-commonjs/global/durations.js +12 -15
  74. package/lib-commonjs/global/durations.js.map +1 -1
  75. package/lib-commonjs/global/fonts.js +39 -48
  76. package/lib-commonjs/global/fonts.js.map +1 -1
  77. package/lib-commonjs/global/index.js +12 -12
  78. package/lib-commonjs/global/index.js.map +1 -1
  79. package/lib-commonjs/global/spacings.js +40 -49
  80. package/lib-commonjs/global/spacings.js.map +1 -1
  81. package/lib-commonjs/global/strokeWidths.js +9 -12
  82. package/lib-commonjs/global/strokeWidths.js.map +1 -1
  83. package/lib-commonjs/global/typographyStyles.js +111 -111
  84. package/lib-commonjs/global/typographyStyles.js.map +1 -1
  85. package/lib-commonjs/index.js +81 -29
  86. package/lib-commonjs/index.js.map +1 -1
  87. package/lib-commonjs/sharedColorNames.js +10 -69
  88. package/lib-commonjs/sharedColorNames.js.map +1 -1
  89. package/lib-commonjs/themeToTokensObject.js +15 -16
  90. package/lib-commonjs/themeToTokensObject.js.map +1 -1
  91. package/lib-commonjs/themes/index.js +5 -6
  92. package/lib-commonjs/themes/index.js.map +1 -1
  93. package/lib-commonjs/themes/teams/darkTheme.js +6 -9
  94. package/lib-commonjs/themes/teams/darkTheme.js.map +1 -1
  95. package/lib-commonjs/themes/teams/highContrastTheme.js +5 -8
  96. package/lib-commonjs/themes/teams/highContrastTheme.js.map +1 -1
  97. package/lib-commonjs/themes/teams/index.js +6 -7
  98. package/lib-commonjs/themes/teams/index.js.map +1 -1
  99. package/lib-commonjs/themes/teams/lightTheme.js +6 -9
  100. package/lib-commonjs/themes/teams/lightTheme.js.map +1 -1
  101. package/lib-commonjs/themes/web/darkTheme.js +6 -9
  102. package/lib-commonjs/themes/web/darkTheme.js.map +1 -1
  103. package/lib-commonjs/themes/web/index.js +5 -6
  104. package/lib-commonjs/themes/web/index.js.map +1 -1
  105. package/lib-commonjs/themes/web/lightTheme.js +6 -9
  106. package/lib-commonjs/themes/web/lightTheme.js.map +1 -1
  107. package/lib-commonjs/tokens.js +437 -440
  108. package/lib-commonjs/tokens.js.map +1 -1
  109. package/lib-commonjs/types.js +2 -3
  110. package/lib-commonjs/types.js.map +1 -1
  111. package/lib-commonjs/utils/createDarkTheme.js +30 -32
  112. package/lib-commonjs/utils/createDarkTheme.js.map +1 -1
  113. package/lib-commonjs/utils/createHighContrastTheme.js +30 -32
  114. package/lib-commonjs/utils/createHighContrastTheme.js.map +1 -1
  115. package/lib-commonjs/utils/createLightTheme.js +30 -32
  116. package/lib-commonjs/utils/createLightTheme.js.map +1 -1
  117. package/lib-commonjs/utils/createTeamsDarkTheme.js +30 -32
  118. package/lib-commonjs/utils/createTeamsDarkTheme.js.map +1 -1
  119. package/lib-commonjs/utils/index.js +7 -8
  120. package/lib-commonjs/utils/index.js.map +1 -1
  121. package/lib-commonjs/utils/shadows.js +14 -17
  122. package/lib-commonjs/utils/shadows.js.map +1 -1
  123. package/package.json +3 -4
  124. package/.swcrc +0 -33
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../lib/themes/teams/index.js"],"sourcesContent":["export * from './lightTheme';\nexport * from './darkTheme';\nexport * from './highContrastTheme';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;oBACA;oBACA;CACd,iCAAiC"}
1
+ {"version":3,"mappings":";;;;;;AAAAA;AACAA;AACAA","names":["tslib_1"],"sourceRoot":"","sources":["../../../../../../../../packages/tokens/src/themes/teams/index.ts"],"sourcesContent":["export * from './lightTheme';\nexport * from './darkTheme';\nexport * from './highContrastTheme';\n"]}
@@ -1,13 +1,10 @@
1
1
  "use strict";
2
+
2
3
  Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- Object.defineProperty(exports, "teamsLightTheme", {
6
- enumerable: true,
7
- get: ()=>teamsLightTheme
4
+ value: true
8
5
  });
9
- const _createLightTheme = require("../../utils/createLightTheme");
10
- const _brandColors = require("../../global/brandColors");
11
- const teamsLightTheme = /*#__PURE__*/ (0, _createLightTheme.createLightTheme)(_brandColors.brandTeams); //# sourceMappingURL=lightTheme.js.map
12
-
6
+ exports.teamsLightTheme = void 0;
7
+ const createLightTheme_1 = /*#__PURE__*/require("../../utils/createLightTheme");
8
+ const brandColors_1 = /*#__PURE__*/require("../../global/brandColors");
9
+ exports.teamsLightTheme = /*#__PURE__*/createLightTheme_1.createLightTheme(brandColors_1.brandTeams);
13
10
  //# sourceMappingURL=lightTheme.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../lib/themes/teams/lightTheme.js"],"sourcesContent":["import { createLightTheme } from '../../utils/createLightTheme';\nimport { brandTeams } from '../../global/brandColors';\nexport const teamsLightTheme = /*#__PURE__*/createLightTheme(brandTeams);\n//# sourceMappingURL=lightTheme.js.map"],"names":["teamsLightTheme","createLightTheme","brandTeams"],"mappings":";;;;+BAEaA;;aAAAA;;kCAFoB;6BACN;AACpB,MAAMA,kBAAkB,WAAW,GAAEC,IAAAA,kCAAgB,EAACC,uBAAU,GACvE,sCAAsC"}
1
+ {"version":3,"mappings":";;;;;;AAAA;AACA;AAGaA,uBAAe,gBAAUC,mCAAgB,CAACC,wBAAU,CAAC","names":["exports","createLightTheme_1","brandColors_1"],"sourceRoot":"","sources":["../../../../../../../../packages/tokens/src/themes/teams/lightTheme.ts"],"sourcesContent":["import { createLightTheme } from '../../utils/createLightTheme';\nimport { brandTeams } from '../../global/brandColors';\nimport type { Theme } from '../../types';\n\nexport const teamsLightTheme: Theme = createLightTheme(brandTeams);\n"]}
@@ -1,13 +1,10 @@
1
1
  "use strict";
2
+
2
3
  Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- Object.defineProperty(exports, "webDarkTheme", {
6
- enumerable: true,
7
- get: ()=>webDarkTheme
4
+ value: true
8
5
  });
9
- const _createDarkTheme = require("../../utils/createDarkTheme");
10
- const _brandColors = require("../../global/brandColors");
11
- const webDarkTheme = /*#__PURE__*/ (0, _createDarkTheme.createDarkTheme)(_brandColors.brandWeb); //# sourceMappingURL=darkTheme.js.map
12
-
6
+ exports.webDarkTheme = void 0;
7
+ const createDarkTheme_1 = /*#__PURE__*/require("../../utils/createDarkTheme");
8
+ const brandColors_1 = /*#__PURE__*/require("../../global/brandColors");
9
+ exports.webDarkTheme = /*#__PURE__*/createDarkTheme_1.createDarkTheme(brandColors_1.brandWeb);
13
10
  //# sourceMappingURL=darkTheme.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../lib/themes/web/darkTheme.js"],"sourcesContent":["import { createDarkTheme } from '../../utils/createDarkTheme';\nimport { brandWeb } from '../../global/brandColors';\nexport const webDarkTheme = /*#__PURE__*/createDarkTheme(brandWeb);\n//# sourceMappingURL=darkTheme.js.map"],"names":["webDarkTheme","createDarkTheme","brandWeb"],"mappings":";;;;+BAEaA;;aAAAA;;iCAFmB;6BACP;AAClB,MAAMA,eAAe,WAAW,GAAEC,IAAAA,gCAAe,EAACC,qBAAQ,GACjE,qCAAqC"}
1
+ {"version":3,"mappings":";;;;;;AAAA;AACA;AAGaA,oBAAY,gBAAUC,iCAAe,CAACC,sBAAQ,CAAC","names":["exports","createDarkTheme_1","brandColors_1"],"sourceRoot":"","sources":["../../../../../../../../packages/tokens/src/themes/web/darkTheme.ts"],"sourcesContent":["import { createDarkTheme } from '../../utils/createDarkTheme';\nimport { brandWeb } from '../../global/brandColors';\nimport type { Theme } from '../../types';\n\nexport const webDarkTheme: Theme = createDarkTheme(brandWeb);\n"]}
@@ -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("./lightTheme"), exports);
7
- _exportStar(require("./darkTheme"), exports);
8
- //# sourceMappingURL=index.js.map
9
-
6
+ const tslib_1 = /*#__PURE__*/require("tslib");
7
+ tslib_1.__exportStar(require("./lightTheme"), exports);
8
+ tslib_1.__exportStar(require("./darkTheme"), exports);
10
9
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../lib/themes/web/index.js"],"sourcesContent":["export * from './lightTheme';\nexport * from './darkTheme';\n//# sourceMappingURL=index.js.map"],"names":[],"mappings":";;;;;oBAAc;oBACA;CACd,iCAAiC"}
1
+ {"version":3,"mappings":";;;;;;AAAAA;AACAA","names":["tslib_1"],"sourceRoot":"","sources":["../../../../../../../../packages/tokens/src/themes/web/index.ts"],"sourcesContent":["export * from './lightTheme';\nexport * from './darkTheme';\n"]}
@@ -1,13 +1,10 @@
1
1
  "use strict";
2
+
2
3
  Object.defineProperty(exports, "__esModule", {
3
- value: true
4
- });
5
- Object.defineProperty(exports, "webLightTheme", {
6
- enumerable: true,
7
- get: ()=>webLightTheme
4
+ value: true
8
5
  });
9
- const _createLightTheme = require("../../utils/createLightTheme");
10
- const _brandColors = require("../../global/brandColors");
11
- const webLightTheme = /*#__PURE__*/ (0, _createLightTheme.createLightTheme)(_brandColors.brandWeb); //# sourceMappingURL=lightTheme.js.map
12
-
6
+ exports.webLightTheme = void 0;
7
+ const createLightTheme_1 = /*#__PURE__*/require("../../utils/createLightTheme");
8
+ const brandColors_1 = /*#__PURE__*/require("../../global/brandColors");
9
+ exports.webLightTheme = /*#__PURE__*/createLightTheme_1.createLightTheme(brandColors_1.brandWeb);
13
10
  //# sourceMappingURL=lightTheme.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../lib/themes/web/lightTheme.js"],"sourcesContent":["import { createLightTheme } from '../../utils/createLightTheme';\nimport { brandWeb } from '../../global/brandColors';\nexport const webLightTheme = /*#__PURE__*/createLightTheme(brandWeb);\n//# sourceMappingURL=lightTheme.js.map"],"names":["webLightTheme","createLightTheme","brandWeb"],"mappings":";;;;+BAEaA;;aAAAA;;kCAFoB;6BACR;AAClB,MAAMA,gBAAgB,WAAW,GAAEC,IAAAA,kCAAgB,EAACC,qBAAQ,GACnE,sCAAsC"}
1
+ {"version":3,"mappings":";;;;;;AAAA;AACA;AAGaA,qBAAa,gBAAUC,mCAAgB,CAACC,sBAAQ,CAAC","names":["exports","createLightTheme_1","brandColors_1"],"sourceRoot":"","sources":["../../../../../../../../packages/tokens/src/themes/web/lightTheme.ts"],"sourcesContent":["import { createLightTheme } from '../../utils/createLightTheme';\nimport { brandWeb } from '../../global/brandColors';\nimport type { Theme } from '../../types';\n\nexport const webLightTheme: Theme = createLightTheme(brandWeb);\n"]}