@26lights/orcha 0.36.1 → 0.36.3

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.es.js CHANGED
@@ -10936,7 +10936,7 @@ const uv = { class: "ao-feed" }, dv = { class: "ao-feed__filters" }, cv = { clas
10936
10936
  setup(t, { emit: e }) {
10937
10937
  const a = t, { t: n } = At(), s = Vt(a, "activities"), o = async (T) => {
10938
10938
  await e("selectActivity", T);
10939
- }, i = ae({}), r = ae(!1), u = ae(!1), c = a.project ? "milestone" : "project";
10939
+ }, i = ae({}), r = ae(!1), u = ae(!1), c = k(() => a.project ? "milestone" : "project");
10940
10940
  ce(
10941
10941
  [() => a.statuses, () => a.activities, () => a.initialActivityId],
10942
10942
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
@@ -11121,7 +11121,7 @@ const uv = { class: "ao-feed" }, dv = { class: "ao-feed__filters" }, cv = { clas
11121
11121
  users: T.users,
11122
11122
  "user-id": T.userId,
11123
11123
  "is-editable": T.isEditable,
11124
- tagType: X(c),
11124
+ tagType: c.value,
11125
11125
  onAdd: () => f(h),
11126
11126
  onSelectActivity: o,
11127
11127
  onArchiveActivity: w,