@thecb/components 9.2.7-beta.8 → 9.2.7-beta.9

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.esm.js CHANGED
@@ -45822,7 +45822,9 @@ var Modal$1 = function Modal(_ref) {
45822
45822
  text: cancelButtonText,
45823
45823
  dataQa: cancelButtonText,
45824
45824
  extraStyles: buttonExtraStyles,
45825
- className: "modal-cancel-button"
45825
+ className: "modal-cancel-button",
45826
+ role: "button",
45827
+ name: cancelButtonText
45826
45828
  })), /*#__PURE__*/React.createElement(Box, {
45827
45829
  width: "100%",
45828
45830
  padding: "0"
@@ -45835,7 +45837,8 @@ var Modal$1 = function Modal(_ref) {
45835
45837
  disabled: isContinueActionDisabled,
45836
45838
  extraStyles: buttonExtraStyles,
45837
45839
  className: "modal-continue-button",
45838
- role: "button"
45840
+ role: "button",
45841
+ name: continueButtonText
45839
45842
  }))) : /*#__PURE__*/React.createElement(Stack, {
45840
45843
  childGap: "1rem",
45841
45844
  direction: "row",
@@ -45847,7 +45850,8 @@ var Modal$1 = function Modal(_ref) {
45847
45850
  dataQa: cancelButtonText,
45848
45851
  extraStyles: buttonExtraStyles,
45849
45852
  className: "modal-cancel-button",
45850
- role: "button"
45853
+ role: "button",
45854
+ name: cancelButtonText
45851
45855
  }), /*#__PURE__*/React.createElement(ButtonWithAction, {
45852
45856
  variant: useDangerButton ? "danger" : "primary",
45853
45857
  action: continueAction,
@@ -45857,7 +45861,8 @@ var Modal$1 = function Modal(_ref) {
45857
45861
  disabled: isContinueActionDisabled,
45858
45862
  extraStyles: buttonExtraStyles,
45859
45863
  className: "modal-continue-button",
45860
- role: "button"
45864
+ role: "button",
45865
+ name: continueButtonText
45861
45866
  }))) : /*#__PURE__*/React.createElement(Box, {
45862
45867
  padding: "0.5rem"
45863
45868
  }, /*#__PURE__*/React.createElement(ButtonWithAction, {