@tasks-timeline/components 0.0.10 → 0.0.11
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.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +2 -2
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -47459,7 +47459,7 @@ const ty = (t) => t ? bt.fromISO(t).isValid : !1, Sq = ({ task: t, dateValidatio
|
|
|
47459
47459
|
]
|
|
47460
47460
|
}
|
|
47461
47461
|
),
|
|
47462
|
-
t.tags.map((Y) => /* @__PURE__ */ S.jsx(
|
|
47462
|
+
t.tags.map((Y, Te) => /* @__PURE__ */ S.jsx(
|
|
47463
47463
|
m0e,
|
|
47464
47464
|
{
|
|
47465
47465
|
tag: Y,
|
|
@@ -47467,7 +47467,7 @@ const ty = (t) => t ? bt.fromISO(t).isValid : !1, Sq = ({ task: t, dateValidatio
|
|
|
47467
47467
|
onUpdate: n,
|
|
47468
47468
|
badgeClass: ae
|
|
47469
47469
|
},
|
|
47470
|
-
|
|
47470
|
+
`${t.id}-tag-${Te}`
|
|
47471
47471
|
))
|
|
47472
47472
|
]
|
|
47473
47473
|
}
|
|
@@ -72585,7 +72585,7 @@ const Wq = `@layer properties{@supports (((-webkit-hyphens:none)) and (not (marg
|
|
|
72585
72585
|
/* @__PURE__ */ S.jsx("h3", { className: "text-xl font-bold text-slate-900 dark:text-slate-100", children: "Tasks Timeline View" }),
|
|
72586
72586
|
/* @__PURE__ */ S.jsxs("p", { className: "text-xs text-slate-500 font-mono", children: [
|
|
72587
72587
|
"v",
|
|
72588
|
-
"0.0.
|
|
72588
|
+
"0.0.11",
|
|
72589
72589
|
" • Built at ",
|
|
72590
72590
|
void 0
|
|
72591
72591
|
] })
|
|
@@ -72819,7 +72819,7 @@ const Wq = `@layer properties{@supports (((-webkit-hyphens:none)) and (not (marg
|
|
|
72819
72819
|
] }),
|
|
72820
72820
|
/* @__PURE__ */ S.jsx("div", { className: "p-4 bg-slate-50 dark:bg-slate-800/50 text-center border-t border-slate-100 dark:border-slate-800 shrink-0", children: /* @__PURE__ */ S.jsxs("p", { className: "text-[10px] text-slate-400", children: [
|
|
72821
72821
|
"Timeline Tasks View • ",
|
|
72822
|
-
"0.0.
|
|
72822
|
+
"0.0.11",
|
|
72823
72823
|
" at ",
|
|
72824
72824
|
void 0
|
|
72825
72825
|
] }) })
|