@thecb/components 9.2.7-beta.0 → 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.esm.js
CHANGED
|
@@ -47791,7 +47791,8 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
|
|
|
47791
47791
|
continueAction: function continueAction() {
|
|
47792
47792
|
toggleAccepted(true);
|
|
47793
47793
|
toggleOpen(false);
|
|
47794
|
-
}
|
|
47794
|
+
},
|
|
47795
|
+
initialFocus: "[role='button']"
|
|
47795
47796
|
}, /*#__PURE__*/React.createElement(Text$1, {
|
|
47796
47797
|
variant: linkVariant,
|
|
47797
47798
|
onClick: function onClick() {
|