hight-orchestratorbot-components 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,26 @@
1
+ import { default as BrandAutocomplete } from './BrandAutocomplete';
2
+ import { default as BrandTextarea } from './BrandTextarea';
3
+ import { default as BrandTabSwitcher } from './BrandTabSwitcher';
4
+ import { default as BrandStepper } from './BrandStepper';
5
+ import { default as BrandTabs } from './BrandTabs';
6
+ import { default as BrandDialog } from './BrandDialog';
7
+ import { default as Chip } from './Chip';
8
+ import { default as BrandMenu } from './BrandMenu';
9
+ import { default as BrandCheckbox } from './BrandCheckbox';
10
+ import { default as BrandAlert } from './BrandAlert';
11
+ import { default as Spacing } from './Spacing';
12
+ import { default as Autocomplete } from './Autocomplete';
13
+ import { default as BrandInput } from './BrandInput';
14
+ import { default as BrandButton } from './BrandButton';
15
+ import { default as BrandLink } from './BrandLink';
16
+ import { default as BrandSection } from './BrandSection';
17
+ import { default as BrandSelect } from './BrandSelect';
18
+ import { default as BrandTooltip } from './BrandTooltip';
19
+ import { default as BrandAccordion } from './BrandAccordion';
20
+ import { default as Typography } from './Typography';
21
+ import { default as BrandCard } from './BrandCard';
22
+ import { default as BrandDrawer } from './BrandDrawer';
23
+ import { default as IconLoader } from './IconLoader';
24
+ import { default as Divider } from './Divider';
25
+
26
+ export { Divider, Spacing, BrandDrawer, BrandCard, IconLoader, Typography, BrandAccordion, BrandTooltip, BrandSection, BrandSelect, BrandLink, BrandButton, BrandInput, Autocomplete, BrandAlert, BrandCheckbox, BrandMenu, Chip, BrandDialog, BrandTabs, BrandStepper, BrandTabSwitcher, BrandTextarea, BrandAutocomplete, };
package/dist/index.d.ts CHANGED
@@ -1 +1,24 @@
1
- export * from './components/index'
1
+ export { default as Divider } from './components/Base/Divider';
2
+ export { default as IconLoader } from './components/Base/IconLoader';
3
+ export { default as BrandDrawer } from './components/Base/BrandDrawer';
4
+ export { default as BrandCard } from './components/Base/BrandCard';
5
+ export { default as Typography } from './components/Base/Typography';
6
+ export { default as BrandAccordion } from './components/Base/BrandAccordion';
7
+ export { default as BrandTooltip } from './components/Base/BrandTooltip';
8
+ export { default as BrandSelect } from './components/Base/BrandSelect';
9
+ export { default as BrandSection } from './components/Base/BrandSection';
10
+ export { default as BrandLink } from './components/Base/BrandLink';
11
+ export { default as BrandButton } from './components/Base/BrandButton';
12
+ export { default as BrandInput } from './components/Base/BrandInput';
13
+ export { default as Autocomplete } from './components/Base/Autocomplete';
14
+ export { default as Spacing } from './components/Base/Spacing';
15
+ export { default as BrandAlert } from './components/Base/BrandAlert';
16
+ export { default as BrandCheckbox } from './components/Base/BrandCheckbox';
17
+ export { default as BrandMenu } from './components/Base/BrandMenu';
18
+ export { default as Chip } from './components/Base/Chip';
19
+ export { default as BrandDialog } from './components/Base/BrandDialog';
20
+ export { default as BrandTabs } from './components/Base/BrandTabs';
21
+ export { default as BrandStepper } from './components/Base/BrandStepper';
22
+ export { default as BrandTabSwitcher } from './components/Base/BrandTabSwitcher';
23
+ export { default as BrandTextarea } from './components/Base/BrandTextarea';
24
+ export { default as BrandAutocomplete } from './components/Base/BrandAutocomplete';