sprintify-ui 0.10.11 → 0.10.12
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
|
@@ -17095,7 +17095,7 @@ function X4(i, t, e, n, s, o) {
|
|
|
17095
17095
|
oy('<circle class="path" fill="transparent" stroke-width="2" cx="33" cy="33" r="30" stroke="url(#gradient)"></circle><linearGradient id="gradient"><stop offset="50%" stop-color="#2563eb" stop-opacity="1"></stop><stop offset="65%" stop-color="#2563eb" stop-opacity=".5"></stop><stop offset="100%" stop-color="#2563eb" stop-opacity="0"></stop></linearGradient>', 2)
|
|
17096
17096
|
]));
|
|
17097
17097
|
}
|
|
17098
|
-
const pk = /* @__PURE__ */ ya(Y4, [["render", X4]]), Q4 = { class: "relative" }, eB = {
|
|
17098
|
+
const pk = /* @__PURE__ */ ya(Y4, [["render", X4]]), Q4 = { class: "relative max-w-full" }, eB = {
|
|
17099
17099
|
key: 0,
|
|
17100
17100
|
class: "absolute inset-0 z-[1] flex h-full w-full items-start justify-center"
|
|
17101
17101
|
}, tB = { class: "pt-20" }, bk = /* @__PURE__ */ se({
|
|
@@ -17137,7 +17137,7 @@ const pk = /* @__PURE__ */ ya(Y4, [["render", X4]]), Q4 = { class: "relative" },
|
|
|
17137
17137
|
P("div", {
|
|
17138
17138
|
ref_key: "scrollableRef",
|
|
17139
17139
|
ref: o,
|
|
17140
|
-
class: "overflow-x-auto overflow-y-auto",
|
|
17140
|
+
class: "overflow-x-auto overflow-y-auto max-w-full",
|
|
17141
17141
|
"data-scroll-lock-scrollable": "",
|
|
17142
17142
|
style: tt({ maxHeight: u.maxHeight ? u.maxHeight + "px" : void 0 })
|
|
17143
17143
|
}, [
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div class="relative">
|
|
2
|
+
<div class="relative max-w-full">
|
|
3
3
|
<div
|
|
4
4
|
ref="scrollableRef"
|
|
5
|
-
class="overflow-x-auto overflow-y-auto"
|
|
5
|
+
class="overflow-x-auto overflow-y-auto max-w-full"
|
|
6
6
|
data-scroll-lock-scrollable
|
|
7
7
|
:style="{ maxHeight: maxHeight ? maxHeight + 'px' : undefined }"
|
|
8
8
|
>
|