mautourco-components 0.2.63 → 0.2.64
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.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -41,6 +41,7 @@ export { default as Stepper } from './components/molecules/Stepper/Stepper';
|
|
|
41
41
|
export { default as TextWithIcon } from './components/molecules/TextWithIcon/TextWithIcon';
|
|
42
42
|
export { default as TimelineItem } from './components/molecules/TimelineItem/TimelineItem';
|
|
43
43
|
export { default as Toast } from './components/molecules/Toast/Toast';
|
|
44
|
+
export * from './components/molecules/TooltipDisplay/TooltipDisplay';
|
|
44
45
|
export { Illustration } from './components/atoms/Illustration/Illustration';
|
|
45
46
|
export * from './components/molecules/BookingPax';
|
|
46
47
|
export { DetailsClientInfo } from './components/molecules/DetailsInfo/DetailsClient/DetailsClient';
|
package/dist/index.js
CHANGED
|
@@ -43,6 +43,7 @@ export { default as Stepper } from './components/molecules/Stepper/Stepper';
|
|
|
43
43
|
export { default as TextWithIcon } from './components/molecules/TextWithIcon/TextWithIcon';
|
|
44
44
|
export { default as TimelineItem } from './components/molecules/TimelineItem/TimelineItem';
|
|
45
45
|
export { default as Toast } from './components/molecules/Toast/Toast';
|
|
46
|
+
export * from './components/molecules/TooltipDisplay/TooltipDisplay';
|
|
46
47
|
// Organisms - Complex components
|
|
47
48
|
export { Illustration } from './components/atoms/Illustration/Illustration';
|
|
48
49
|
export * from './components/molecules/BookingPax';
|