We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d025df commit 5cc1c55Copy full SHA for 5cc1c55
src/components/index.ts
@@ -79,3 +79,4 @@ export * from './screenReaderOnly';
79
export * from './textCount';
80
export * from './dropdownSelected';
81
export * from './portal';
82
+export * from './tagV2';
src/constants/stylesName.ts
@@ -103,4 +103,5 @@ export const STYLES_NAME = {
103
LAYOUT: 'LAYOUT_STYLES',
104
VIDEO: 'VIDEO_STYLES',
105
DROPDOWN_SELECTED: 'DROPDOWN_SELECTED_STYLES',
106
+ TAG_V2: 'TAG_STYLES_V2',
107
};
src/designSystem/variants.ts
@@ -114,4 +114,5 @@ export type Variants = {
114
VideoVariantType?: object;
115
DropdownSelectedVariantType?: object;
116
TextCountVariantType?: object;
117
+ TagVariantTypeV2?: object;
118
0 commit comments