@cambly/syntax-core 6.10.0 → 7.0.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 +3 -5
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -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": "
|
|
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(
|