@26lights/orcha 0.14.3 → 0.14.4
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 +1 -1
- package/dist/orcha.umd.js +1 -1
- package/package.json +1 -1
package/dist/orcha.es.js
CHANGED
|
@@ -9533,7 +9533,7 @@ const S4 = { class: "ao-feed" }, T4 = { class: "ao-feed__filters" }, E4 = { clas
|
|
|
9533
9533
|
}, p = (w, Y) => {
|
|
9534
9534
|
d.value = !1, e("update:filters", { ...t.filters, [w]: Y });
|
|
9535
9535
|
}, m = t.project ? [t.project] : t.projects ?? [];
|
|
9536
|
-
console.log({
|
|
9536
|
+
console.log({ propsProject: t.project, propsProjects: t.projects, projects: m });
|
|
9537
9537
|
const $ = y(() => m.map((w) => ({
|
|
9538
9538
|
value: w.id,
|
|
9539
9539
|
label: w.name
|