@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.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(MANATEE_GREY);
|
|
48768
48768
|
var focusStyles = "outline: none;";
|
|
48769
48769
|
var fallbackValues$Q = {
|
|
48770
48770
|
headingBackgroundColor: headingBackgroundColor$1,
|
|
@@ -48777,7 +48777,7 @@ var fallbackValues$Q = {
|
|
|
48777
48777
|
var headingBackgroundColor$2 = "".concat(WHITE);
|
|
48778
48778
|
var headingDisabledColor$1 = "".concat(ATHENS_GREY);
|
|
48779
48779
|
var bodyBackgroundColor$2 = "#eeeeee";
|
|
48780
|
-
var borderColor$7 = "".concat(
|
|
48780
|
+
var borderColor$7 = "".concat(GREY_CHATEAU);
|
|
48781
48781
|
var focusStyles$1 = "outline: none;";
|
|
48782
48782
|
var fallbackValues$R = {
|
|
48783
48783
|
headingBackgroundColor: headingBackgroundColor$2,
|
|
@@ -49069,8 +49069,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
49069
49069
|
openSection: openSection,
|
|
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
|
-
borderSize: "2px"
|
|
49073
|
-
,
|
|
49072
|
+
borderSize: "2px",
|
|
49074
49073
|
color: themeValues.borderColor
|
|
49075
49074
|
}));
|
|
49076
49075
|
});
|