@thecb/components 9.2.7-beta.1 → 9.2.7-beta.2
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
|
@@ -47799,7 +47799,8 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
|
|
|
47799
47799
|
continueAction: function continueAction() {
|
|
47800
47800
|
toggleAccepted(true);
|
|
47801
47801
|
toggleOpen(false);
|
|
47802
|
-
}
|
|
47802
|
+
},
|
|
47803
|
+
initialFocus: "[role='button']"
|
|
47803
47804
|
}, /*#__PURE__*/React__default.createElement(Text$1, {
|
|
47804
47805
|
variant: linkVariant,
|
|
47805
47806
|
onClick: function onClick() {
|