@wacht/jsx 1.0.0-beta.52 → 1.0.0-beta.53
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +6 -10
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -13355,18 +13355,17 @@ const Nc = (e) => ({
|
|
|
13355
13355
|
)
|
|
13356
13356
|
] }),
|
|
13357
13357
|
/* @__PURE__ */ c("div", { className: "w-flex-col w-gap-2", children: [
|
|
13358
|
-
/* @__PURE__ */
|
|
13358
|
+
/* @__PURE__ */ a(
|
|
13359
13359
|
"button",
|
|
13360
13360
|
{
|
|
13361
13361
|
type: "button",
|
|
13362
13362
|
className: "w-btn w-btn--primary w-btn--block",
|
|
13363
13363
|
onClick: J,
|
|
13364
13364
|
disabled: I || !b.trim(),
|
|
13365
|
-
children: [
|
|
13366
|
-
I ? /* @__PURE__ */ a(Le, { size: 15 }) : null,
|
|
13365
|
+
children: I ? /* @__PURE__ */ a(Le, { size: 15 }) : /* @__PURE__ */ c(oe, { children: [
|
|
13367
13366
|
"Continue",
|
|
13368
|
-
|
|
13369
|
-
]
|
|
13367
|
+
/* @__PURE__ */ a(na, { size: 15 })
|
|
13368
|
+
] })
|
|
13370
13369
|
}
|
|
13371
13370
|
),
|
|
13372
13371
|
r && /* @__PURE__ */ a(
|
|
@@ -13452,17 +13451,14 @@ const Nc = (e) => ({
|
|
|
13452
13451
|
children: "Skip"
|
|
13453
13452
|
}
|
|
13454
13453
|
),
|
|
13455
|
-
/* @__PURE__ */
|
|
13454
|
+
/* @__PURE__ */ a(
|
|
13456
13455
|
"button",
|
|
13457
13456
|
{
|
|
13458
13457
|
type: "button",
|
|
13459
13458
|
className: "w-btn w-btn--primary w-grow",
|
|
13460
13459
|
onClick: nt,
|
|
13461
13460
|
disabled: I,
|
|
13462
|
-
children:
|
|
13463
|
-
I ? /* @__PURE__ */ a(Le, { size: 15 }) : null,
|
|
13464
|
-
K.length ? `Invite ${K.length} & finish` : "Finish"
|
|
13465
|
-
]
|
|
13461
|
+
children: I ? /* @__PURE__ */ a(Le, { size: 15 }) : K.length ? `Invite ${K.length} & finish` : "Finish"
|
|
13466
13462
|
}
|
|
13467
13463
|
)
|
|
13468
13464
|
] })
|