@thecb/components 9.2.10-beta.11 → 9.2.10-beta.12
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/checkbox/Checkbox.stories.js +1 -1
- package/src/components/molecules/terms-and-conditions/TermsAndConditionsControlV2.js +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -47967,7 +47967,7 @@ var TermsAndConditionsControlV2 = function TermsAndConditionsControlV2(_ref) {
|
|
|
47967
47967
|
onChange: onCheck,
|
|
47968
47968
|
checkboxMargin: checkboxMargin,
|
|
47969
47969
|
extraStyles: "align-self: flex-start;",
|
|
47970
|
-
|
|
47970
|
+
checkboxAriaLabel: checkboxAriaLabel
|
|
47971
47971
|
}), /*#__PURE__*/React__default.createElement(Stack, {
|
|
47972
47972
|
childGap: "0.25rem",
|
|
47973
47973
|
fullHeight: true
|