Skip to content

Commit 5cc1c55

Browse files
author
Hector Arce De Las Heras
committed
Update exports tagV2
1 parent 8d025df commit 5cc1c55

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/components/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,4 @@ export * from './screenReaderOnly';
7979
export * from './textCount';
8080
export * from './dropdownSelected';
8181
export * from './portal';
82+
export * from './tagV2';

src/constants/stylesName.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,5 @@ export const STYLES_NAME = {
103103
LAYOUT: 'LAYOUT_STYLES',
104104
VIDEO: 'VIDEO_STYLES',
105105
DROPDOWN_SELECTED: 'DROPDOWN_SELECTED_STYLES',
106+
TAG_V2: 'TAG_STYLES_V2',
106107
};

src/designSystem/variants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,5 @@ export type Variants = {
114114
VideoVariantType?: object;
115115
DropdownSelectedVariantType?: object;
116116
TextCountVariantType?: object;
117+
TagVariantTypeV2?: object;
117118
};

0 commit comments

Comments
 (0)