@realtek/core-theme 0.0.99 → 0.0.101

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-lib/index.js CHANGED
@@ -5290,13 +5290,14 @@ function tu(e, t) {
5290
5290
  })
5291
5291
  };
5292
5292
  }
5293
- function nu({ tabs: e = [], activeKey: t, onChange: n, className: r }) {
5294
- let i = e.map(tu).filter(Boolean);
5295
- return i.length ? /* @__PURE__ */ X(be, {
5296
- activeKey: i.some((e) => e.key === t) ? t : i[0].key,
5293
+ function nu({ tabs: e = [], activeKey: t, onChange: n, className: r, extra: i }) {
5294
+ let a = e.map(tu).filter(Boolean);
5295
+ return a.length ? /* @__PURE__ */ X(be, {
5296
+ activeKey: a.some((e) => e.key === t) ? t : a[0].key,
5297
5297
  className: r,
5298
- items: i,
5299
- onChange: n
5298
+ items: a,
5299
+ onChange: n,
5300
+ tabBarExtraContent: i
5300
5301
  }) : null;
5301
5302
  }
5302
5303
  //#endregion
@@ -29589,7 +29590,7 @@ var ZC = {
29589
29590
  }]
29590
29591
  }, hw = { submit: async (e, t) => {
29591
29592
  await BC({
29592
- submissionId: t.selectedIds[0],
29593
+ submissionId: t.selectedRecords?.[0]?.submissionId,
29593
29594
  isMail: e.sendOnboardingEmail
29594
29595
  });
29595
29596
  } };