@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.cjs.js
CHANGED
|
@@ -6939,7 +6939,8 @@ var Stack = function Stack(_ref) {
|
|
|
6939
6939
|
bottomItem: bottomItem,
|
|
6940
6940
|
fullHeight: fullHeight,
|
|
6941
6941
|
direction: direction,
|
|
6942
|
-
justify: justify
|
|
6942
|
+
justify: justify,
|
|
6943
|
+
hoverStyles: hoverStyles
|
|
6943
6944
|
}, rest), safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null)));
|
|
6944
6945
|
};
|
|
6945
6946
|
|