@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.cjs.js
CHANGED
|
@@ -45830,7 +45830,9 @@ var Modal$1 = function Modal(_ref) {
|
|
|
45830
45830
|
text: cancelButtonText,
|
|
45831
45831
|
dataQa: cancelButtonText,
|
|
45832
45832
|
extraStyles: buttonExtraStyles,
|
|
45833
|
-
className: "modal-cancel-button"
|
|
45833
|
+
className: "modal-cancel-button",
|
|
45834
|
+
role: "button",
|
|
45835
|
+
name: cancelButtonText
|
|
45834
45836
|
})), /*#__PURE__*/React__default.createElement(Box, {
|
|
45835
45837
|
width: "100%",
|
|
45836
45838
|
padding: "0"
|
|
@@ -45843,7 +45845,8 @@ var Modal$1 = function Modal(_ref) {
|
|
|
45843
45845
|
disabled: isContinueActionDisabled,
|
|
45844
45846
|
extraStyles: buttonExtraStyles,
|
|
45845
45847
|
className: "modal-continue-button",
|
|
45846
|
-
role: "button"
|
|
45848
|
+
role: "button",
|
|
45849
|
+
name: continueButtonText
|
|
45847
45850
|
}))) : /*#__PURE__*/React__default.createElement(Stack, {
|
|
45848
45851
|
childGap: "1rem",
|
|
45849
45852
|
direction: "row",
|
|
@@ -45855,7 +45858,8 @@ var Modal$1 = function Modal(_ref) {
|
|
|
45855
45858
|
dataQa: cancelButtonText,
|
|
45856
45859
|
extraStyles: buttonExtraStyles,
|
|
45857
45860
|
className: "modal-cancel-button",
|
|
45858
|
-
role: "button"
|
|
45861
|
+
role: "button",
|
|
45862
|
+
name: cancelButtonText
|
|
45859
45863
|
}), /*#__PURE__*/React__default.createElement(ButtonWithAction, {
|
|
45860
45864
|
variant: useDangerButton ? "danger" : "primary",
|
|
45861
45865
|
action: continueAction,
|
|
@@ -45865,7 +45869,8 @@ var Modal$1 = function Modal(_ref) {
|
|
|
45865
45869
|
disabled: isContinueActionDisabled,
|
|
45866
45870
|
extraStyles: buttonExtraStyles,
|
|
45867
45871
|
className: "modal-continue-button",
|
|
45868
|
-
role: "button"
|
|
45872
|
+
role: "button",
|
|
45873
|
+
name: continueButtonText
|
|
45869
45874
|
}))) : /*#__PURE__*/React__default.createElement(Box, {
|
|
45870
45875
|
padding: "0.5rem"
|
|
45871
45876
|
}, /*#__PURE__*/React__default.createElement(ButtonWithAction, {
|