Skip to content

Commit d7e8b9a

Browse files
authored
Merge branch 'main' into fix-popover-overflow
2 parents 3ce9bb7 + a1070d4 commit d7e8b9a

File tree

12 files changed

+1171
-54
lines changed

12 files changed

+1171
-54
lines changed

packages/components/src/components/icon/model.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@ import {
55
TextProps
66
} from '../../shared/model';
77

8-
export const IconVariantList = ['default', 'inverted', 'filled'] as const;
9-
export type IconVariantType = (typeof IconVariantList)[number];
10-
118
export const IconWeightList = ['16', '20', '24', '32', '48', '64'] as const;
129
export type IconWeightType = (typeof IconWeightList)[number];
1310

1411
export type DBIconDefaultProps = {
15-
variant?: IconVariantType;
12+
variant?: string;
1613
weight?: IconWeightType;
1714
};
1815

0 commit comments

Comments
 (0)