@point-hub/papp 0.0.144 → 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 +1 -5
- 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
|
}),
|