@cambly/syntax-core 9.2.0 → 9.3.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.d.ts +5 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -951,6 +951,7 @@ var Heading = ({
|
|
|
951
951
|
children,
|
|
952
952
|
color = "gray900",
|
|
953
953
|
"data-testid": dataTestId,
|
|
954
|
+
lineClamp,
|
|
954
955
|
size = 500
|
|
955
956
|
}) => {
|
|
956
957
|
const weight = [700, 800].includes(size) ? "heavy" : "bold";
|
|
@@ -961,6 +962,7 @@ var Heading = ({
|
|
|
961
962
|
as,
|
|
962
963
|
color,
|
|
963
964
|
"data-testid": dataTestId,
|
|
965
|
+
lineClamp,
|
|
964
966
|
size,
|
|
965
967
|
weight,
|
|
966
968
|
children
|