yt-uikit 0.9.15 → 0.9.16

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/esm/index.js CHANGED
@@ -808,7 +808,7 @@ import e,{useState as t,useEffect as n,useMemo as o,useRef as r,useCallback as i
808
808
  top: auto;
809
809
  bottom: calc(100% + 6px);
810
810
  background-color: ${e=>e?.$isCompleted?e?.$ctaButtonBackgroundColor??"#000000":sn(e?.$ctaButtonBackgroundColor??"#000000",.2)};
811
- color: ${e=>e?.$isCompleted?`${e?.$ctaButtonTextColor} !important`:`${e.$primaryTextColor} !important`};
811
+ color: ${e=>e?.$isCompleted?`${e?.$ctaButtonTextColor}`:`${e.$primaryTextColor}`};
812
812
  padding: 2px 4px;
813
813
  font-size: 9px;
814
814
  text-transform: uppercase;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yt-uikit",
3
- "version": "0.9.15",
3
+ "version": "0.9.16",
4
4
  "description": "YourToken UI Kit",
5
5
  "scripts": {
6
6
  "rollup": "rm -rf dist && tsc && rollup -c",