@thecb/components 5.9.0-beta.7 → 5.9.4-beta.0
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +13 -13
- package/src/components/atoms/layouts/examples/cluster-example/ClusterExample.stories.js +5 -12
- package/src/components/atoms/layouts/examples/cover-example/CoverExample.stories.js +2 -6
- package/src/components/atoms/layouts/examples/grid-example/GridExample.stories.js +3 -6
- package/src/components/atoms/layouts/examples/sidebar-example/SidebarExample.stories.js +3 -6
- package/src/components/atoms/layouts/examples/stack-example/StackExample.stories.js +5 -12
- package/src/components/atoms/layouts/examples/switcher-example/SwitcherExample.stories.js +4 -9
package/dist/index.cjs.js
CHANGED
|
@@ -6718,7 +6718,7 @@ var Stack = function Stack(_ref) {
|
|
|
6718
6718
|
var CoverOuterContainer = styled__default.div.withConfig({
|
|
6719
6719
|
displayName: "Coverstyled__CoverOuterContainer",
|
|
6720
6720
|
componentId: "sc-1jhq379-0"
|
|
6721
|
-
})(["box-sizing:border-box;display:flex;flex-direction:column;min-height:", ";padding:", ";min-width:", ";> *{margin-top:", ";margin-bottom:", ";}
|
|
6721
|
+
})(["box-sizing:border-box;display:flex;flex-direction:column;min-height:", ";padding:", ";min-width:", ";> *{margin-top:", ";margin-bottom:", ";}> :first-child{margin-top:0;}", " ", " > :last-child{margin-bottom:0;}"], function (_ref) {
|
|
6722
6722
|
var minHeight = _ref.minHeight;
|
|
6723
6723
|
return minHeight;
|
|
6724
6724
|
}, function (_ref2) {
|