Skip to content

Commit 0ce23fc

Browse files
author
Hector Arce De Las Heras
committed
Include only Kubit designsystem
1 parent a70777d commit 0ce23fc

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/components/input/components/stories/stories.tsx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,7 @@ import * as React from 'react';
33
import { ICONS } from '@/assets';
44
import { ReplaceContent } from '@/components/storybook/replaceContent/replaceContent';
55

6-
const themeWithAdditionalInfo = [
7-
'kubit',
8-
'flameLightAlt',
9-
'modelBankLightAlt',
10-
'horizonLightAlt',
11-
'novaLightAlt',
12-
'flameLightRegular',
13-
'modelBankLightRegular',
14-
'horizonLightRegular',
15-
'novaLightRegular',
16-
];
6+
const themeWithAdditionalInfo = ['kubit'];
177

188
const themeWithoutIcon = themeWithAdditionalInfo.filter(theme => theme !== 'kubit');
199

0 commit comments

Comments
 (0)