@thecb/components 9.3.4-beta.2 → 9.3.4-beta.4
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 +3 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -4
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/radio-section/InnerRadioSection.theme.js +2 -2
- package/src/components/molecules/radio-section/RadioSection.js +1 -1
- package/src/components/molecules/radio-section/RadioSection.theme.js +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -48756,7 +48756,7 @@ var RadioGroup = function RadioGroup(_ref) {
|
|
|
48756
48756
|
var headingBackgroundColor$1 = "".concat(WHITE);
|
|
48757
48757
|
var headingDisabledColor = "".concat(ATHENS_GREY);
|
|
48758
48758
|
var bodyBackgroundColor$1 = "#eeeeee";
|
|
48759
|
-
var borderColor$6 = "".concat(
|
|
48759
|
+
var borderColor$6 = "".concat(MANATEE_GREY);
|
|
48760
48760
|
var focusStyles = "outline: none;";
|
|
48761
48761
|
var fallbackValues$Q = {
|
|
48762
48762
|
headingBackgroundColor: headingBackgroundColor$1,
|
|
@@ -48769,7 +48769,7 @@ var fallbackValues$Q = {
|
|
|
48769
48769
|
var headingBackgroundColor$2 = "".concat(WHITE);
|
|
48770
48770
|
var headingDisabledColor$1 = "".concat(ATHENS_GREY);
|
|
48771
48771
|
var bodyBackgroundColor$2 = "#eeeeee";
|
|
48772
|
-
var borderColor$7 = "".concat(
|
|
48772
|
+
var borderColor$7 = "".concat(GREY_CHATEAU);
|
|
48773
48773
|
var focusStyles$1 = "outline: none;";
|
|
48774
48774
|
var fallbackValues$R = {
|
|
48775
48775
|
headingBackgroundColor: headingBackgroundColor$2,
|
|
@@ -49061,8 +49061,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
49061
49061
|
openSection: openSection,
|
|
49062
49062
|
toggleOpenSection: toggleOpenSection
|
|
49063
49063
|
}), sectionGroup.indexOf(section) === sectionGroup.length - 1 && groupedSections.indexOf(sectionGroup) !== groupedSections.length - 1 && /*#__PURE__*/React.createElement(SolidDivider$1, {
|
|
49064
|
-
borderSize: "2px"
|
|
49065
|
-
,
|
|
49064
|
+
borderSize: "2px",
|
|
49066
49065
|
color: themeValues.borderColor
|
|
49067
49066
|
}));
|
|
49068
49067
|
});
|