beem-component 2.1.14 → 2.1.15
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.
|
@@ -47,7 +47,7 @@ const Badge = _styledComponents.default.span.withConfig({
|
|
|
47
47
|
});
|
|
48
48
|
const Description = _styledComponents.default.p.withConfig({
|
|
49
49
|
displayName: "HorizontalCard__Description"
|
|
50
|
-
})(["margin-top:4px;font-size:0.9rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;
|
|
50
|
+
})(["margin-top:4px;font-size:0.9rem;color:#6b7280;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;"]);
|
|
51
51
|
const MetaRow = _styledComponents.default.div.withConfig({
|
|
52
52
|
displayName: "HorizontalCard__MetaRow"
|
|
53
53
|
})(["display:flex;flex-wrap:wrap;gap:16px;margin-top:12px;"]);
|
package/package.json
CHANGED
package/src/App.js
CHANGED
|
@@ -1108,7 +1108,7 @@ const Chat = () => {
|
|
|
1108
1108
|
{sampleAppointmentTypes.map((type) => (
|
|
1109
1109
|
<BmHorizontalCard
|
|
1110
1110
|
name={type.name}
|
|
1111
|
-
description=
|
|
1111
|
+
description="Handles imaging and diagnostic scanssdijfsdoijfoisd jsdoij fosidf jsdoif jsdoifs ergjri gr[ jdi[t gegrepg fghepoiurig hroegeigig hep etghtpg hepghrp eug hrg[o hrgiorwrgh w[uugo ggwg iuhwoigw[ig soiug [oh g[wgh[oig hrw[ouig hei reg rwg wgujhsuw hgwrg h9rug rfewrewg fskg42398 glskjgur ghwpgh43hsaujhpghrpeihhou re9ojgpoh"
|
|
1112
1112
|
price={type.price}
|
|
1113
1113
|
color={type.color}
|
|
1114
1114
|
isActive={type.isActive}
|
|
@@ -90,9 +90,12 @@ const Description = styled.p`
|
|
|
90
90
|
margin-top: 4px;
|
|
91
91
|
font-size: 0.9rem;
|
|
92
92
|
color: #6b7280;
|
|
93
|
+
display: -webkit-box;
|
|
94
|
+
-webkit-line-clamp: 1;
|
|
95
|
+
-webkit-box-orient: vertical;
|
|
93
96
|
overflow: hidden;
|
|
94
97
|
text-overflow: ellipsis;
|
|
95
|
-
|
|
98
|
+
word-break: break-word;
|
|
96
99
|
`;
|
|
97
100
|
|
|
98
101
|
const MetaRow = styled.div`
|