oa-componentbook 1.0.1-stage.461 → 1.0.1-stage.462

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.
@@ -43,6 +43,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
43
43
  */
44
44
  function CustomInfo(_ref) {
45
45
  let {
46
+ className,
46
47
  buttonConfig,
47
48
  color,
48
49
  description,
@@ -90,7 +91,8 @@ function CustomInfo(_ref) {
90
91
  };
91
92
  return /*#__PURE__*/_react.default.createElement(_styles.InfoContainer, {
92
93
  $color: color,
93
- $borderColor: borderColor
94
+ $borderColor: borderColor,
95
+ className: className
94
96
  }, /*#__PURE__*/_react.default.createElement(_styles.RowFlex, null, iconConfig.position === 'left' && conditionallyAddTooltipToIcon(), /*#__PURE__*/_react.default.createElement(_styles.ColFlex, {
95
97
  style: {
96
98
  flex: 1
@@ -2309,6 +2309,7 @@ function GenricLayOut(_ref) {
2309
2309
  }, /*#__PURE__*/_react.default.createElement(_CustomInfo.default, {
2310
2310
  closable: infoData === null || infoData === void 0 ? void 0 : infoData.closable,
2311
2311
  description: infoData === null || infoData === void 0 ? void 0 : infoData.description,
2312
+ className: infoData === null || infoData === void 0 ? void 0 : infoData.className,
2312
2313
  iconConfig: {
2313
2314
  icon: /*#__PURE__*/_react.default.createElement(_MaterialIcon.default, {
2314
2315
  color: (infoData === null || infoData === void 0 || (_infoData$iconConfig = infoData.iconConfig) === null || _infoData$iconConfig === void 0 ? void 0 : _infoData$iconConfig.color) || "primary-content",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oa-componentbook",
3
- "version": "1.0.1-stage.461",
3
+ "version": "1.0.1-stage.462",
4
4
  "private": false,
5
5
  "description": "Reusable components",
6
6
  "main": "build/index.js",