@point-hub/papp 0.0.143 → 0.0.145
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.css +1 -1
- package/dist/index.js +2 -6
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3144,10 +3144,6 @@ const hd = { class: "dropdown-trigger-button" }, gd = /* @__PURE__ */ $({
|
|
|
3144
3144
|
class: "relative z-60"
|
|
3145
3145
|
}, {
|
|
3146
3146
|
default: _(() => [
|
|
3147
|
-
s[3] || (s[3] = O("div", {
|
|
3148
|
-
class: "fixed inset-0 bg-black/10 backdrop-blur-sm",
|
|
3149
|
-
"aria-hidden": "true"
|
|
3150
|
-
}, null, -1)),
|
|
3151
3147
|
H(N(Gr), {
|
|
3152
3148
|
as: "template",
|
|
3153
3149
|
enter: "duration-300 ease-out",
|
|
@@ -3158,7 +3154,7 @@ const hd = { class: "dropdown-trigger-button" }, gd = /* @__PURE__ */ $({
|
|
|
3158
3154
|
"leave-to": "opacity-0"
|
|
3159
3155
|
}, {
|
|
3160
3156
|
default: _(() => [...s[2] || (s[2] = [
|
|
3161
|
-
O("div", { class: "fixed inset-0 bg-black
|
|
3157
|
+
O("div", { class: "fixed inset-0 bg-black/10 backdrop-blur-sm" }, null, -1)
|
|
3162
3158
|
])]),
|
|
3163
3159
|
_: 1
|
|
3164
3160
|
}),
|
|
@@ -3222,7 +3218,7 @@ const hd = { class: "dropdown-trigger-button" }, gd = /* @__PURE__ */ $({
|
|
|
3222
3218
|
}
|
|
3223
3219
|
}), Rd = { class: "flex w-full items-center justify-between" }, Ld = { class: "text-sm text-slate-600 dark:text-slate-400" }, Fd = {
|
|
3224
3220
|
key: 0,
|
|
3225
|
-
class: "flex"
|
|
3221
|
+
class: "flex gap-2"
|
|
3226
3222
|
}, _d = /* @__PURE__ */ $({
|
|
3227
3223
|
__name: "base-pagination",
|
|
3228
3224
|
props: {
|