@goodhood-web/ui 4.6.1-development.1 → 4.6.2-development.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 (3) hide show
  1. package/index.js +1 -1
  2. package/index.mjs +1 -1
  3. package/package.json +1 -1
package/index.mjs CHANGED
@@ -19566,7 +19566,7 @@ const VP = "_root_1ji00_146", PP = "_root__detailWrapper_1ji00_153", RP = "_root
19566
19566
  N1,
19567
19567
  {
19568
19568
  onClick: a.onClick,
19569
- color: a.color || n === "pinkLight" ? "pinkDark" : "tealAlt",
19569
+ color: a.color || (n === "pinkLight" ? "pinkDark" : "tealAlt"),
19570
19570
  size: f,
19571
19571
  text: a.text,
19572
19572
  rightIcon: a.rightIcon
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goodhood-web/ui",
3
- "version": "4.6.1-development.1",
3
+ "version": "4.6.2-development.1",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "repository": "https://github.com/good-hood-gmbh/goodhood-web",