@cambly/syntax-core 4.7.0 → 4.8.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.css +0 -12
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -485,14 +485,11 @@ var ButtonGroup = ({
|
|
|
485
485
|
};
|
|
486
486
|
var ButtonGroup_default = ButtonGroup;
|
|
487
487
|
|
|
488
|
-
// css-module:./Card.module.css#css-module
|
|
489
|
-
var Card_module_default = { "card": "_card_hvz2b_1" };
|
|
490
|
-
|
|
491
488
|
// src/Card/Card.tsx
|
|
492
489
|
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
493
490
|
var Card = ({
|
|
494
491
|
children
|
|
495
|
-
}) => /* @__PURE__ */ jsx5("
|
|
492
|
+
}) => /* @__PURE__ */ jsx5(Box_default, { rounding: "xl", padding: 7, smPadding: 9, backgroundColor: "white", children });
|
|
496
493
|
var Card_default = Card;
|
|
497
494
|
|
|
498
495
|
// css-module:./Divider.module.css#css-module
|