sprintify-ui 0.10.31 → 0.10.32
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
|
@@ -10479,7 +10479,10 @@ const Dc = /* @__PURE__ */ Uo(Gv, [["render", Zv]]), Qv = { class: "relative w-f
|
|
|
10479
10479
|
ref_key: "drawerRef",
|
|
10480
10480
|
ref: a,
|
|
10481
10481
|
"data-scroll-lock-scrollable": "",
|
|
10482
|
-
|
|
10482
|
+
style: {
|
|
10483
|
+
height: "214px"
|
|
10484
|
+
},
|
|
10485
|
+
class: "w-full overflow-y-auto"
|
|
10483
10486
|
}, [
|
|
10484
10487
|
t.options.length == 0 ? ce(S.$slots, "empty", { key: 0 }, () => [
|
|
10485
10488
|
E("div", Jv, re(c(ye)("sui.nothing_found")), 1)
|
package/package.json
CHANGED