@thecb/components 9.3.4-beta.4 → 9.3.4-beta.6
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 +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/radio-section/RadioSection.js +2 -4
- package/src/components/molecules/radio-section/RadioSection.theme.js +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -48764,7 +48764,7 @@ var RadioGroup = function RadioGroup(_ref) {
|
|
|
48764
48764
|
var headingBackgroundColor$1 = "".concat(WHITE);
|
|
48765
48765
|
var headingDisabledColor = "".concat(ATHENS_GREY);
|
|
48766
48766
|
var bodyBackgroundColor$1 = "#eeeeee";
|
|
48767
|
-
var borderColor$6 = "".concat(
|
|
48767
|
+
var borderColor$6 = "".concat(GREY_CHATEAU);
|
|
48768
48768
|
var focusStyles = "outline: none;";
|
|
48769
48769
|
var fallbackValues$Q = {
|
|
48770
48770
|
headingBackgroundColor: headingBackgroundColor$1,
|
|
@@ -49070,7 +49070,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
49070
49070
|
toggleOpenSection: toggleOpenSection
|
|
49071
49071
|
}), sectionGroup.indexOf(section) === sectionGroup.length - 1 && groupedSections.indexOf(sectionGroup) !== groupedSections.length - 1 && /*#__PURE__*/React__default.createElement(SolidDivider$1, {
|
|
49072
49072
|
borderSize: "2px",
|
|
49073
|
-
color:
|
|
49073
|
+
color: MANATEE_GREY
|
|
49074
49074
|
}));
|
|
49075
49075
|
});
|
|
49076
49076
|
})));
|