pdap-design-system 3.1.0-beta.35 → 3.1.0-beta.36
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.cjs +1 -1
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -3403,8 +3403,8 @@ const Ef = { class: "grid grid-cols-2 gap-2 md:grid-cols-[auto_auto_auto] lg:w-m
|
|
3403
3403
|
Ye(" Donate")
|
3404
3404
|
]),
|
3405
3405
|
Ye(" ($" + Le(v(Wo)(l.fundraisingData.raised)) + " of $" + Le(v(Wo)(l.fundraisingData.goal)) + " raised ", 1),
|
3406
|
-
l.fundraisingData.raised === l.fundraisingData.goal ? (g(), T("span", Ff, "
|
3407
|
-
Ye(") ")
|
3406
|
+
l.fundraisingData.goal > 0 && l.fundraisingData.raised === l.fundraisingData.goal ? (g(), T("span", Ff, " 🎉🎉🎉 ")) : F("", !0),
|
3407
|
+
Ye(" ) ")
|
3408
3408
|
])
|
3409
3409
|
]),
|
3410
3410
|
se("span", {
|