@goodhood-web/ui 3.0.0-development.15 → 3.0.0-development.16
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/index.js +1 -1
- package/index.mjs +23 -22
- package/lib/Organisms/Modals/Popup/Popup.types.d.ts +1 -0
- package/package.json +1 -1
- package/style.css +1 -1
package/index.mjs
CHANGED
|
@@ -25249,7 +25249,7 @@ const HP = "_modal_t4vpr_120", WP = "_modalWrapper_t4vpr_128", UP = "_modalHeade
|
|
|
25249
25249
|
a && /* @__PURE__ */ M.jsx("div", { className: Al.modalFooter, children: a })
|
|
25250
25250
|
] })
|
|
25251
25251
|
}
|
|
25252
|
-
), qP = "
|
|
25252
|
+
), qP = "_base_jlidx_120", GP = {
|
|
25253
25253
|
base: qP
|
|
25254
25254
|
};
|
|
25255
25255
|
var vc = /* @__PURE__ */ ((t) => (t[t.lg = 16] = "lg", t[t.md = 12] = "md", t[t.sm = 8] = "sm", t[t.xl = 24] = "xl", t))(vc || {});
|
|
@@ -25257,30 +25257,31 @@ const YP = D(
|
|
|
25257
25257
|
({
|
|
25258
25258
|
anchor: t,
|
|
25259
25259
|
children: e,
|
|
25260
|
-
|
|
25261
|
-
|
|
25262
|
-
|
|
25263
|
-
|
|
25264
|
-
|
|
25265
|
-
|
|
25266
|
-
|
|
25267
|
-
|
|
25268
|
-
|
|
25269
|
-
|
|
25270
|
-
|
|
25271
|
-
|
|
25260
|
+
className: n,
|
|
25261
|
+
container: r,
|
|
25262
|
+
handleClickAway: i,
|
|
25263
|
+
id: a,
|
|
25264
|
+
offset: l = "sm",
|
|
25265
|
+
open: h,
|
|
25266
|
+
placement: f,
|
|
25267
|
+
strategy: p = "fixed"
|
|
25268
|
+
}, v) => {
|
|
25269
|
+
let y = vc.sm;
|
|
25270
|
+
typeof l == "object" ? y = l : vc[l] && (y = vc[l]);
|
|
25271
|
+
let b;
|
|
25272
|
+
return i ? b = /* @__PURE__ */ M.jsx(yc, { onClickAway: i, touchEvent: !1, children: /* @__PURE__ */ M.jsx("div", { children: e }) }) : b = e, /* @__PURE__ */ M.jsx(
|
|
25272
25273
|
Ef,
|
|
25273
25274
|
{
|
|
25274
|
-
ref:
|
|
25275
|
-
className: GP.
|
|
25276
|
-
id:
|
|
25277
|
-
open:
|
|
25275
|
+
ref: v,
|
|
25276
|
+
className: pe(GP.root, n),
|
|
25277
|
+
id: a,
|
|
25278
|
+
open: h,
|
|
25278
25279
|
anchor: t,
|
|
25279
|
-
offset:
|
|
25280
|
-
placement:
|
|
25281
|
-
container:
|
|
25282
|
-
strategy:
|
|
25283
|
-
children:
|
|
25280
|
+
offset: y,
|
|
25281
|
+
placement: f,
|
|
25282
|
+
container: r,
|
|
25283
|
+
strategy: p,
|
|
25284
|
+
children: b
|
|
25284
25285
|
}
|
|
25285
25286
|
);
|
|
25286
25287
|
}
|