@hybr1d-tech/charizard 1.1.104 → 1.1.105

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/hybr1d-ui.js CHANGED
@@ -11644,22 +11644,24 @@ const Vq = "_headerClass_z1shj_1", Bq = {
11644
11644
  defaultActiveKey: l,
11645
11645
  customClasses: n,
11646
11646
  customStyle: c,
11647
- isMulti: t = !1
11647
+ isMulti: t = !1,
11648
+ isOpenAll: s = !1,
11649
+ allEventKeys: r = []
11648
11650
  }) => {
11649
- const [s, r] = f0(
11651
+ const [i, o] = f0(
11650
11652
  H4.machine({
11651
11653
  id: l,
11652
11654
  collapsible: !0,
11653
- value: l ? [l] : [],
11654
- multiple: t
11655
+ value: s ? r.map(String) : l ? [l] : [],
11656
+ multiple: t || s
11655
11657
  })
11656
- ), i = H4.connect(s, r, b0);
11658
+ ), u = H4.connect(i, o, b0);
11657
11659
  return g.useEffect(() => {
11658
- J2.setState({ api: i, state: s, send: r });
11659
- }, [i, s, r]), g.useEffect(() => {
11660
- const o = s.context.value || [];
11661
- J2.getState().setActiveEventKey(o);
11662
- }, [s]), /* @__PURE__ */ a.jsx("div", { ...i.getRootProps(), className: n, style: c, children: e });
11660
+ J2.setState({ api: u, state: i, send: o });
11661
+ }, [u, i, o]), g.useEffect(() => {
11662
+ const m = i.context.value || [];
11663
+ J2.getState().setActiveEventKey(m);
11664
+ }, [i]), /* @__PURE__ */ a.jsx("div", { ...u.getRootProps(), className: n, style: c, children: e });
11663
11665
  };
11664
11666
  _4.Item = ({ eventKey: e, children: l }) => {
11665
11667
  const n = J2((c) => c.api);