@asdp/ferryui 0.1.22-dev.10786 → 0.1.22-dev.10804
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.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -14445,8 +14445,8 @@ var CardBookingTicket = ({
|
|
|
14445
14445
|
{
|
|
14446
14446
|
style: {
|
|
14447
14447
|
height: "1px",
|
|
14448
|
-
backgroundColor: "tokens.colorNeutralStroke2"
|
|
14449
|
-
margin: "
|
|
14448
|
+
backgroundColor: "tokens.colorNeutralStroke2"
|
|
14449
|
+
// margin: "0.5rem 0",
|
|
14450
14450
|
}
|
|
14451
14451
|
}
|
|
14452
14452
|
),
|
|
@@ -18490,8 +18490,8 @@ var CardProfileMenu = ({
|
|
|
18490
18490
|
}) => {
|
|
18491
18491
|
const styles = useStyles45();
|
|
18492
18492
|
({ ...DEFAULT_LABELS43[language], ...labels });
|
|
18493
|
-
const handleTabSelect = (_, data) => {
|
|
18494
|
-
onTabSelect(data.value);
|
|
18493
|
+
const handleTabSelect = async (_, data) => {
|
|
18494
|
+
await onTabSelect(data.value);
|
|
18495
18495
|
};
|
|
18496
18496
|
return /* @__PURE__ */ jsx("div", { className: styles.container, children: /* @__PURE__ */ jsx(
|
|
18497
18497
|
TabList,
|