@asdp/ferryui 0.1.22-dev.10786 → 0.1.22-dev.10797

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.mjs CHANGED
@@ -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,