@thecb/components 8.0.4-beta.8 → 8.0.4-beta.9

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.esm.js CHANGED
@@ -6931,7 +6931,8 @@ var Stack = function Stack(_ref) {
6931
6931
  bottomItem: bottomItem,
6932
6932
  fullHeight: fullHeight,
6933
6933
  direction: direction,
6934
- justify: justify
6934
+ justify: justify,
6935
+ hoverStyles: hoverStyles
6935
6936
  }, rest), safeChildren(children, /*#__PURE__*/React.createElement(Fragment$1, null)));
6936
6937
  };
6937
6938