master-components-react-ts 2.12.1 → 2.12.2

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -562,7 +562,7 @@ const zt = 50 / 2, bl = (l) => {
562
562
  let H;
563
563
  e[28] !== P || e[29] !== N ? (H = () => {
564
564
  let G = "#ffffff";
565
- return N === "neutral" && P !== "primary" && (G = "#0058FF"), N === "positive" && P !== "primary" && (G = "#328707"), N === "negative" && P !== "primary" && (G = "#E3292F"), G;
565
+ return N === "neutral" && P !== "primary" && (G = "var(--color-primary-default)"), N === "positive" && P !== "primary" && (G = "#328707"), N === "negative" && P !== "primary" && (G = "#E3292F"), G;
566
566
  }, e[28] = P, e[29] = N, e[30] = H) : H = e[30];
567
567
  const W = H;
568
568
  let A;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "master-components-react-ts",
3
3
  "private": false,
4
- "version": "2.12.1",
4
+ "version": "2.12.2",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",