@thecb/components 9.3.4-beta.3 → 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 +4 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -6
- 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 -2
- package/src/components/molecules/radio-section/RadioSection.stories.js +0 -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,
|
|
@@ -48937,7 +48937,7 @@ var InnerRadioSection = function InnerRadioSection(_ref) {
|
|
|
48937
48937
|
};
|
|
48938
48938
|
var InnerRadioSection$1 = themeComponent(InnerRadioSection, "InnerRadioSection", fallbackValues$R);
|
|
48939
48939
|
|
|
48940
|
-
var _excluded$z = ["themeValues", "isMobile", "supportsTouch", "sections", "openSection", "toggleOpenSection", "staggeredAnimation", "initiallyOpen", "openHeight", "containerStyles", "ariaDescribedBy", "isSectionRequired", "groupedSections"
|
|
48940
|
+
var _excluded$z = ["themeValues", "isMobile", "supportsTouch", "sections", "openSection", "toggleOpenSection", "staggeredAnimation", "initiallyOpen", "openHeight", "containerStyles", "ariaDescribedBy", "isSectionRequired", "groupedSections"];
|
|
48941
48941
|
/**
|
|
48942
48942
|
- The RadioSection component takes either a flat array (via the 'sections'
|
|
48943
48943
|
prop) of section objects or a multidimensional array (via the 'groupedSections' prop) of section objects. Note that if using a multidimensional array, the nesting cannot exceed 2 levels deep.
|
|
@@ -48984,8 +48984,6 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
48984
48984
|
_ref$isSectionRequire = _ref.isSectionRequired,
|
|
48985
48985
|
isSectionRequired = _ref$isSectionRequire === void 0 ? false : _ref$isSectionRequire,
|
|
48986
48986
|
groupedSections = _ref.groupedSections,
|
|
48987
|
-
_ref$bottomBorderSize = _ref.bottomBorderSize,
|
|
48988
|
-
bottomBorderSize = _ref$bottomBorderSize === void 0 ? "2px" : _ref$bottomBorderSize,
|
|
48989
48987
|
rest = _objectWithoutProperties(_ref, _excluded$z);
|
|
48990
48988
|
var _useState = useState(null),
|
|
48991
48989
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -49063,7 +49061,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
49063
49061
|
openSection: openSection,
|
|
49064
49062
|
toggleOpenSection: toggleOpenSection
|
|
49065
49063
|
}), sectionGroup.indexOf(section) === sectionGroup.length - 1 && groupedSections.indexOf(sectionGroup) !== groupedSections.length - 1 && /*#__PURE__*/React.createElement(SolidDivider$1, {
|
|
49066
|
-
borderSize:
|
|
49064
|
+
borderSize: "2px",
|
|
49067
49065
|
color: themeValues.borderColor
|
|
49068
49066
|
}));
|
|
49069
49067
|
});
|