sprintify-ui 0.8.30 → 0.8.31
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
|
@@ -7312,7 +7312,8 @@ const Yx = {
|
|
|
7312
7312
|
]),
|
|
7313
7313
|
j("div", rS, [
|
|
7314
7314
|
ge(pi, {
|
|
7315
|
-
|
|
7315
|
+
ref_key: "confirmRef",
|
|
7316
|
+
ref: i,
|
|
7316
7317
|
size: "sm",
|
|
7317
7318
|
class: "mb-2 w-full sm:mb-0 sm:w-auto",
|
|
7318
7319
|
color: n.color
|
|
@@ -26580,7 +26581,7 @@ const iM = ["align", "colspan"], ob = /* @__PURE__ */ ye({
|
|
|
26580
26581
|
default: he(() => [
|
|
26581
26582
|
Re(F.$slots, "default"),
|
|
26582
26583
|
ge(eb, {
|
|
26583
|
-
visible: _(C).length,
|
|
26584
|
+
visible: _(C).length > 0,
|
|
26584
26585
|
toggle: !1,
|
|
26585
26586
|
"ignore-row-interactions": "",
|
|
26586
26587
|
"custom-key": "actions",
|
package/package.json
CHANGED