@thecb/components 5.9.0-beta.2 → 5.9.0-beta.3
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
|
@@ -6447,8 +6447,8 @@ var ClusterInnerWrapper = styled__default.div.withConfig({
|
|
|
6447
6447
|
displayName: "Clusterstyled__ClusterInnerWrapper",
|
|
6448
6448
|
componentId: "sc-1dkqsm7-1"
|
|
6449
6449
|
})(["box-sizing:border-box;display:flex;flex-wrap:", ";justify-content:", ";align-items:", ";margin:calc(", " / 2 * -1);min-height:", ";min-width:", ";> *{margin:calc(", " / 2);}"], function (_ref7) {
|
|
6450
|
-
var nowrap = _ref7
|
|
6451
|
-
return nowrap ? "nowrap" : "wrap";
|
|
6450
|
+
var $nowrap = _ref7.$nowrap;
|
|
6451
|
+
return $nowrap ? "nowrap" : "wrap";
|
|
6452
6452
|
}, function (_ref8) {
|
|
6453
6453
|
var justify = _ref8.justify;
|
|
6454
6454
|
return justify;
|