@moving-walls/design-system 1.0.9 → 1.0.10
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 +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -40437,7 +40437,7 @@ function CardContent(_a) {
|
|
|
40437
40437
|
children = _a.children,
|
|
40438
40438
|
props = __rest$1(_a, ["className", "children"]);
|
|
40439
40439
|
return jsx("div", Object.assign({
|
|
40440
|
-
className: clsx('p-4
|
|
40440
|
+
className: clsx('p-4', className)
|
|
40441
40441
|
}, props, {
|
|
40442
40442
|
children: children
|
|
40443
40443
|
}));
|