@thecb/components 9.2.10-beta.6 → 9.2.10-beta.7
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
|
@@ -22716,12 +22716,12 @@ var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) {
|
|
|
22716
22716
|
return hasOwnProperty(toObject(it), key);
|
|
22717
22717
|
};
|
|
22718
22718
|
|
|
22719
|
-
var id = 0;
|
|
22719
|
+
var id$1 = 0;
|
|
22720
22720
|
var postfix = Math.random();
|
|
22721
22721
|
var toString$3 = functionUncurryThis(1.0.toString);
|
|
22722
22722
|
|
|
22723
22723
|
var uid = function (key) {
|
|
22724
|
-
return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString$3(++id + postfix, 36);
|
|
22724
|
+
return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString$3(++id$1 + postfix, 36);
|
|
22725
22725
|
};
|
|
22726
22726
|
|
|
22727
22727
|
var WellKnownSymbolsStore = shared('wks');
|
|
@@ -47874,11 +47874,13 @@ var TermsAndConditionsControlV1 = function TermsAndConditionsControlV1(_ref) {
|
|
|
47874
47874
|
title: "Terms and Conditions",
|
|
47875
47875
|
error: error,
|
|
47876
47876
|
checked: isChecked,
|
|
47877
|
-
onChange: onCheck
|
|
47877
|
+
onChange: onCheck,
|
|
47878
|
+
"aria-labelledby": "".concat(id, "_label")
|
|
47878
47879
|
}), /*#__PURE__*/React__default.createElement(Box, {
|
|
47879
47880
|
padding: "0 0 0 58px"
|
|
47880
47881
|
}, /*#__PURE__*/React__default.createElement(Stack, null, /*#__PURE__*/React__default.createElement(Box, {
|
|
47881
|
-
padding: "0"
|
|
47882
|
+
padding: "0",
|
|
47883
|
+
id: "".concat(id, "_label")
|
|
47882
47884
|
}, html), terms && /*#__PURE__*/React__default.createElement(TermsAndConditionsModal$1, {
|
|
47883
47885
|
link: "Learn More",
|
|
47884
47886
|
terms: terms,
|