@next-core/brick-kit 2.122.2 → 2.122.3

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.
package/dist/index.esm.js CHANGED
@@ -7910,6 +7910,19 @@ Object.keys(presetPrimaryColors).forEach(function (key) {
7910
7910
  });
7911
7911
  presetDarkPalettes[key].primary = presetDarkPalettes[key][5];
7912
7912
  });
7913
+ presetPalettes.red;
7914
+ presetPalettes.volcano;
7915
+ presetPalettes.gold;
7916
+ presetPalettes.orange;
7917
+ presetPalettes.yellow;
7918
+ presetPalettes.lime;
7919
+ presetPalettes.green;
7920
+ presetPalettes.cyan;
7921
+ presetPalettes.blue;
7922
+ presetPalettes.geekblue;
7923
+ presetPalettes.purple;
7924
+ presetPalettes.magenta;
7925
+ presetPalettes.grey;
7913
7926
 
7914
7927
  function getStyleByBaseColors(theme, baseColors, backgroundColor) {
7915
7928
  return (theme === "dark" ? getDarkStyle : getLightStyle)("".concat(getCssVariableDefinitionsByPalettes(generatePalettes(baseColors, theme, backgroundColor), theme), "\n").concat(getMigratedCssVariableDefinitions(theme, baseColors, backgroundColor)));