@26lights/orcha 0.38.41 → 0.38.42
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 +1 -1
- package/dist/orcha.es.js +3 -2
- package/dist/orcha.umd.js +1 -1
- package/dist/src/types/styles.d.ts +2 -0
- package/package.json +2 -2
package/dist/orcha.es.js
CHANGED
|
@@ -1141,6 +1141,7 @@ const S2 = /* @__PURE__ */ j(y2, [["render", k2]]), A2 = /* @__PURE__ */ Object.
|
|
|
1141
1141
|
XL: "xl"
|
|
1142
1142
|
}, Ms = {
|
|
1143
1143
|
PRIMARY: "primary",
|
|
1144
|
+
PRIMARY_LIGHT: "primary-light",
|
|
1144
1145
|
NEUTRAL: "neutral",
|
|
1145
1146
|
BLACK: "black"
|
|
1146
1147
|
}, T2 = {
|
|
@@ -3808,8 +3809,8 @@ const D3 = { class: "ao-card-template__subitems" }, V3 = { class: "ao-card-templ
|
|
|
3808
3809
|
i.value > 0 ? (p(), D(la, {
|
|
3809
3810
|
key: 0,
|
|
3810
3811
|
label: `+${i.value} more`,
|
|
3811
|
-
color: "
|
|
3812
|
-
variant: "
|
|
3812
|
+
color: "primary-light",
|
|
3813
|
+
variant: "solid"
|
|
3813
3814
|
}, null, 8, ["label"])) : O("", !0)
|
|
3814
3815
|
])) : O("", !0)
|
|
3815
3816
|
])
|