sprintify-ui 0.10.68 → 0.10.69
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/sprintify-ui.es.js
CHANGED
|
@@ -11778,7 +11778,7 @@ const d0 = {
|
|
|
11778
11778
|
modelValue: { type: [Boolean, String, Number, null] }
|
|
11779
11779
|
},
|
|
11780
11780
|
setup(t) {
|
|
11781
|
-
const n = t, e = w(() => n.modelValue ? "text-white bg-green-500" : "text-
|
|
11781
|
+
const n = t, e = w(() => n.modelValue ? "text-white bg-green-500" : "text-slate-600 bg-slate-200");
|
|
11782
11782
|
return (o, r) => {
|
|
11783
11783
|
const a = St("BaseIcon");
|
|
11784
11784
|
return b(), z("div", {
|
package/package.json
CHANGED
|
@@ -33,7 +33,7 @@ for (let i = 0; i < 10; i++) {
|
|
|
33
33
|
|
|
34
34
|
items.push({
|
|
35
35
|
id: j + 1,
|
|
36
|
-
name: `Item ${j + 1}
|
|
36
|
+
name: `Item ${j + 1}` + (i == 0 ? " - Very long name to test overflow sdfg dsfg sdfg sdf gsdf g sdfg sdf gsdf g sdfg sdf gsdf gs dfg sdfg sdfg sdf gsdf sdfg dsfg sdfg sdf gsdf g sdfg sdf gsdf g sdfg sdf gsdf gs dfg sdfg sdfg sdf gsdf " : ""),
|
|
37
37
|
start: start.toISO(),
|
|
38
38
|
end: end.toISO(),
|
|
39
39
|
color: color,
|