sag_components 1.0.966 → 1.0.967

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.
@@ -145,7 +145,8 @@ const CollapseHeader = props => {
145
145
  onClick: viewCreativeOnClickHandler,
146
146
  text: buttonText,
147
147
  type: "secondary",
148
- disabled: disabled
148
+ disabled: disabled,
149
+ size: "small"
149
150
  }), viewCreativeListBoxOpenedState && /*#__PURE__*/_react.default.createElement(_CollapseHeader.ViewCreativeListBoxContainer, {
150
151
  id: "ViewCreativeListBoxContainer",
151
152
  top: getViewCreativeContainerTop(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sag_components",
3
- "version": "1.0.966",
3
+ "version": "1.0.967",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {