@plusscommunities/pluss-core-web 1.4.27 → 1.4.28

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
@@ -6583,6 +6583,7 @@ var Popup = /*#__PURE__*/function (_Component) {
6583
6583
  style: _objectSpread$b({
6584
6584
  marginLeft: 16
6585
6585
  }, b.style),
6586
+ buttonStyle: b.buttonStyle,
6586
6587
  className: b.className,
6587
6588
  onClick: b.onClick,
6588
6589
  isActive: b.isActive
package/dist/index.esm.js CHANGED
@@ -6553,6 +6553,7 @@ var Popup = /*#__PURE__*/function (_Component) {
6553
6553
  style: _objectSpread$b({
6554
6554
  marginLeft: 16
6555
6555
  }, b.style),
6556
+ buttonStyle: b.buttonStyle,
6556
6557
  className: b.className,
6557
6558
  onClick: b.onClick,
6558
6559
  isActive: b.isActive
package/dist/index.umd.js CHANGED
@@ -6551,6 +6551,7 @@
6551
6551
  style: _objectSpread$b({
6552
6552
  marginLeft: 16
6553
6553
  }, b.style),
6554
+ buttonStyle: b.buttonStyle,
6554
6555
  className: b.className,
6555
6556
  onClick: b.onClick,
6556
6557
  isActive: b.isActive
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plusscommunities/pluss-core-web",
3
- "version": "1.4.27",
3
+ "version": "1.4.28",
4
4
  "description": "Core extension package for Pluss Communities platform",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {
@@ -59,6 +59,7 @@ class Popup extends Component {
59
59
  key={index}
60
60
  buttonType={b.type}
61
61
  style={{ marginLeft: 16, ...b.style }}
62
+ buttonStyle={b.buttonStyle}
62
63
  className={b.className}
63
64
  onClick={b.onClick}
64
65
  isActive={b.isActive}