@cambly/syntax-core 4.7.0 → 4.8.1
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 +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
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
|
|
@@ -882,7 +879,10 @@ var RadioButton_default = RadioButton;
|
|
|
882
879
|
|
|
883
880
|
// src/SelectList/SelectList.tsx
|
|
884
881
|
var import_classnames9 = __toESM(require_classnames());
|
|
885
|
-
import {
|
|
882
|
+
import {
|
|
883
|
+
useId,
|
|
884
|
+
useState as useState4
|
|
885
|
+
} from "react";
|
|
886
886
|
|
|
887
887
|
// ../syntax-design-tokens/dist/js/index.js
|
|
888
888
|
var ColorBaseDestructive700 = "#d32a4b";
|