Skip to content

Commit 0380d16

Browse files
committed
add one more Size item for cover scenario for TruncateBox as max-width:16em
Signed-off-by: Evgeniy Bilov <[email protected]>
1 parent db7cb9d commit 0380d16

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

dist/cspr-design.es.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10811,6 +10811,7 @@ const E6 = (e, o = 5) => {
1081110811
}, A6 = (e) => It({
1081210812
0: 7.8,
1081310813
1: 10,
10814+
1.6: 16,
1081410815
2: 23,
1081510816
3: 35,
1081610817
4: 45,

dist/cspr-design.umd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/components/truncate-box/truncate-box.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/lib/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export type BaseProps = {
88
export type ActivableProps = {
99
active?: boolean;
1010
};
11-
export type Size = 0 | 1 | 2 | 3 | 4 | 5;
11+
export type Size = 0 | 1 | 1.6 | 2 | 3 | 4 | 5;
1212
export declare enum LabelFontSize {
1313
'default' = "default",
1414
'small' = "small"

dist/lib/types.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)