@26lights/orcha 0.41.71 → 0.41.72
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/orcha.cjs.js +2 -2
- package/dist/orcha.es.js +4 -5
- package/dist/orcha.umd.js +2 -2
- package/package.json +2 -2
package/dist/orcha.es.js
CHANGED
|
@@ -9503,8 +9503,8 @@ const Zf = { class: "ao-card-project-phase__header" }, Wf = { class: "ao-card-pr
|
|
|
9503
9503
|
M(ls, {
|
|
9504
9504
|
percentages: l.value,
|
|
9505
9505
|
class: "ao-card-project-phase__progress",
|
|
9506
|
-
color:
|
|
9507
|
-
}, null, 8, ["percentages"]),
|
|
9506
|
+
color: c.color
|
|
9507
|
+
}, null, 8, ["percentages", "color"]),
|
|
9508
9508
|
c.$slots.secondary ? (p(), C("div", Gf, [
|
|
9509
9509
|
te(c.$slots, "secondary")
|
|
9510
9510
|
])) : O("", !0)
|
|
@@ -10772,9 +10772,8 @@ const jh = { class: "ao-mapping-card-project-phase__header" }, Rh = { class: "ao
|
|
|
10772
10772
|
M(ls, {
|
|
10773
10773
|
percentages: l.value,
|
|
10774
10774
|
class: "ao-mapping-card-project-phase__progress",
|
|
10775
|
-
|
|
10776
|
-
|
|
10777
|
-
}, null, 8, ["percentages"]),
|
|
10775
|
+
color: c.value
|
|
10776
|
+
}, null, 8, ["percentages", "color"]),
|
|
10778
10777
|
d.$slots.secondary ? (p(), C("div", zh, [
|
|
10779
10778
|
te(d.$slots, "secondary")
|
|
10780
10779
|
])) : O("", !0)
|