@thecb/components 9.3.4-beta.4 → 9.3.4-beta.5

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
@@ -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(MANATEE_GREY);
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: themeValues.borderColor
49073
+ color: MANATEE_GREY
49074
49074
  }));
49075
49075
  });
49076
49076
  })));