File tree Expand file tree Collapse file tree 4 files changed +3
-94
lines changed Expand file tree Collapse file tree 4 files changed +3
-94
lines changed Original file line number Diff line number Diff line change @@ -79,3 +79,4 @@ export * from './screenReaderOnly';
79
79
export * from './textCount' ;
80
80
export * from './dropdownSelected' ;
81
81
export * from './portal' ;
82
+ export * from './tagV2' ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -103,4 +103,5 @@ export const STYLES_NAME = {
103
103
LAYOUT : 'LAYOUT_STYLES' ,
104
104
VIDEO : 'VIDEO_STYLES' ,
105
105
DROPDOWN_SELECTED : 'DROPDOWN_SELECTED_STYLES' ,
106
+ TAG_V2 : 'TAG_STYLES_V2' ,
106
107
} ;
Original file line number Diff line number Diff line change @@ -114,4 +114,5 @@ export type Variants = {
114
114
VideoVariantType ?: object ;
115
115
DropdownSelectedVariantType ?: object ;
116
116
TextCountVariantType ?: object ;
117
+ TagVariantTypeV2 ?: object ;
117
118
} ;
You can’t perform that action at this time.
0 commit comments