Skip to content

Commit 8f756f2

Browse files
authored
Merge pull request #8 from kubit-ui/bugfix/typescript-errors-minor-version-1-2-0
Bugfix/typescript errors minor version 1 2 0
2 parents 8d025df + ff526bd commit 8f756f2

File tree

4 files changed

+3
-94
lines changed

4 files changed

+3
-94
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/components/table/component/listRow.tsx

Lines changed: 0 additions & 94 deletions
This file was deleted.

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)