@ansible/ansible-ui-framework 2.4.2566 → 2.4.2568

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.
Files changed (3) hide show
  1. package/index.js +14 -1
  2. package/index.umd.cjs +80 -80
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -39742,7 +39742,20 @@ function qj(e) {
39742
39742
  );
39743
39743
  }
39744
39744
  function a5e(e) {
39745
- return /* @__PURE__ */ g.jsx(Ee, { "data-cy": "Cancel", type: "button", variant: "link", onClick: e.onCancel, children: e.children });
39745
+ const [t, n] = ne(!1), r = () => {
39746
+ n(!0), e.onCancel();
39747
+ };
39748
+ return /* @__PURE__ */ g.jsx(
39749
+ Ee,
39750
+ {
39751
+ "data-cy": "Cancel",
39752
+ type: "button",
39753
+ variant: "link",
39754
+ onClick: r,
39755
+ isLoading: t,
39756
+ children: e.children
39757
+ }
39758
+ );
39746
39759
  }
39747
39760
  const o5e = De(Yn)`
39748
39761
  margin-block-end: var(--pf-v5-global--spacer--xl);