@cambly/syntax-core 6.10.0 → 7.1.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.mjs CHANGED
@@ -108,7 +108,7 @@ var require_classnames = __commonJS({
108
108
  var import_classnames = __toESM(require_classnames());
109
109
 
110
110
  // css-module:./Avatar.module.css#css-module
111
- var Avatar_module_default = { "avatar": "_avatar_1s8z7_1", "sm": "_sm_1s8z7_8", "md": "_md_1s8z7_13", "lg": "_lg_1s8z7_18", "xl": "_xl_1s8z7_23" };
111
+ var Avatar_module_default = { "avatar": "_avatar_1anoj_5", "sm": "_sm_1anoj_13", "md": "_md_1anoj_18", "lg": "_lg_1anoj_23", "xl": "_xl_1anoj_28" };
112
112
 
113
113
  // src/Avatar/Avatar.tsx
114
114
  import { jsx } from "react/jsx-runtime";
@@ -397,7 +397,7 @@ var Box = forwardRef(function Box2(props, ref) {
397
397
  var Box_default = Box;
398
398
 
399
399
  // css-module:./Badge.module.css#css-module
400
- var Badge_module_default = { "icon": "_icon_f2bzd_1" };
400
+ var Badge_module_default = { "icon": "_icon_1g9xb_1" };
401
401
 
402
402
  // src/Badge/Badge.tsx
403
403
  import { jsx as jsx4, jsxs } from "react/jsx-runtime";
@@ -422,7 +422,6 @@ var Badge = ({
422
422
  paddingY: 1,
423
423
  rounding: "full",
424
424
  backgroundColor: color,
425
- dangerouslySetInlineStyle: { __style: { lineHeight: "14px" } },
426
425
  children: /* @__PURE__ */ jsx4(Typography_default, { color: textColorForBackgroundColor(color), size: 100, children: /* @__PURE__ */ jsxs(Box_default, { display: "flex", gap: 1, alignItems: "center", justifyContent: "start", children: [
427
426
  Icon && /* @__PURE__ */ jsx4(Icon, { className: Badge_module_default.icon }),
428
427
  /* @__PURE__ */ jsx4(