@symphony-talent/component-library 3.1.0 → 3.3.1

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.
Files changed (163) hide show
  1. package/esm2020/lib/atoms/atoms.module.mjs +7 -3
  2. package/esm2020/lib/atoms/button/button.component.mjs +3 -3
  3. package/esm2020/lib/atoms/filter-area/filter-area.component.mjs +1 -1
  4. package/esm2020/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.mjs +1 -1
  5. package/esm2020/lib/atoms/grid/grid.component.mjs +7 -6
  6. package/esm2020/lib/atoms/grid/grid.model.mjs +1 -1
  7. package/esm2020/lib/atoms/h1/h1.component.mjs +1 -1
  8. package/esm2020/lib/atoms/h3/h3.component.mjs +1 -1
  9. package/esm2020/lib/atoms/h4/h4.component.mjs +1 -1
  10. package/esm2020/lib/atoms/icon/icon.component.mjs +5 -3
  11. package/esm2020/lib/atoms/icon/icon.enum.mjs +15 -1
  12. package/esm2020/lib/atoms/input-radio/input-radio.component.mjs +1 -1
  13. package/esm2020/lib/atoms/input-text/input-text.component.mjs +5 -3
  14. package/esm2020/lib/atoms/paragraph/paragraph.component.mjs +1 -1
  15. package/esm2020/lib/atoms/pill/pill.component.mjs +2 -2
  16. package/esm2020/lib/atoms/sfx-loader/sfx-loader.component.mjs +1 -1
  17. package/esm2020/lib/atoms/sfx-page-loader/sfx-page-loader.component.mjs +1 -1
  18. package/esm2020/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.mjs +1 -1
  19. package/esm2020/lib/atoms/task-icon/task-icon.component.mjs +1 -1
  20. package/esm2020/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.mjs +17 -0
  21. package/esm2020/lib/atoms/tooltip-wrapper/tooltip-wrapper.module.mjs +20 -0
  22. package/esm2020/lib/atoms/two-column-filter-area/two-column-filter-area.component.mjs +1 -1
  23. package/esm2020/lib/design-guide/icon-explorer/icon-explorer.component.mjs +1 -1
  24. package/esm2020/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +85 -1
  25. package/esm2020/lib/design-guide/typography/typography.component.mjs +1 -1
  26. package/esm2020/lib/molecules/breadcrumb/breadcrumb.component.mjs +1 -1
  27. package/esm2020/lib/molecules/card/card.component.mjs +1 -1
  28. package/esm2020/lib/molecules/h5-with-icon/h5-with-icon.component.mjs +25 -0
  29. package/esm2020/lib/molecules/h5-with-icon/h5-with-icon.model.mjs +2 -0
  30. package/esm2020/lib/molecules/h5-with-icon/h5-with-icon.module.mjs +37 -0
  31. package/esm2020/lib/molecules/icon-swatch/icon-swatch.component.mjs +1 -1
  32. package/esm2020/lib/molecules/molecules.module.mjs +6 -2
  33. package/esm2020/lib/molecules/note/note.component.mjs +1 -1
  34. package/esm2020/lib/molecules/pills/pills.component.mjs +3 -3
  35. package/esm2020/lib/molecules/task/task.component.mjs +1 -1
  36. package/esm2020/lib/organisms/note-list/note-list.component.mjs +1 -1
  37. package/esm2020/lib/organisms/task-list/task-list.component.mjs +1 -1
  38. package/esm2020/lib/pages/events-settings-page/events-settings-page.component.mjs +7 -9
  39. package/esm2020/lib/pages/events-settings-page/events-settings-page.model.mjs +1 -1
  40. package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +60 -0
  41. package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.model.mjs +2 -0
  42. package/esm2020/lib/pages/modals/advertise-modal/advertise-modal.module.mjs +62 -0
  43. package/esm2020/lib/pages/setting-list-page/setting-list-page.component.mjs +2 -2
  44. package/esm2020/lib/templates/admin-list/admin-list.component.mjs +1 -1
  45. package/esm2020/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.mjs +12 -0
  46. package/esm2020/lib/templates/modal-templates/two-column-body-template/two-column-body-template.module.mjs +18 -0
  47. package/esm2020/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.mjs +12 -0
  48. package/esm2020/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.module.mjs +18 -0
  49. package/esm2020/lib/templates/placeholder/placeholder.component.mjs +1 -1
  50. package/esm2020/lib/templates/setting-list-template/setting-list-template.component.mjs +3 -3
  51. package/esm2020/projects/component-library/lib/atoms/atoms.module.mjs +7 -3
  52. package/esm2020/projects/component-library/lib/atoms/button/button.component.mjs +3 -3
  53. package/esm2020/projects/component-library/lib/atoms/filter-area/filter-area.component.mjs +1 -1
  54. package/esm2020/projects/component-library/lib/atoms/grid/framework/contact-activity-score/contact-activity-score.component.mjs +1 -1
  55. package/esm2020/projects/component-library/lib/atoms/grid/grid.component.mjs +7 -6
  56. package/esm2020/projects/component-library/lib/atoms/grid/grid.model.mjs +1 -1
  57. package/esm2020/projects/component-library/lib/atoms/h1/h1.component.mjs +1 -1
  58. package/esm2020/projects/component-library/lib/atoms/h3/h3.component.mjs +1 -1
  59. package/esm2020/projects/component-library/lib/atoms/h4/h4.component.mjs +1 -1
  60. package/esm2020/projects/component-library/lib/atoms/icon/icon.component.mjs +5 -3
  61. package/esm2020/projects/component-library/lib/atoms/icon/icon.enum.mjs +15 -1
  62. package/esm2020/projects/component-library/lib/atoms/input-radio/input-radio.component.mjs +1 -1
  63. package/esm2020/projects/component-library/lib/atoms/input-text/input-text.component.mjs +5 -3
  64. package/esm2020/projects/component-library/lib/atoms/paragraph/paragraph.component.mjs +1 -1
  65. package/esm2020/projects/component-library/lib/atoms/pill/pill.component.mjs +2 -2
  66. package/esm2020/projects/component-library/lib/atoms/sfx-loader/sfx-loader.component.mjs +1 -1
  67. package/esm2020/projects/component-library/lib/atoms/sfx-page-loader/sfx-page-loader.component.mjs +1 -1
  68. package/esm2020/projects/component-library/lib/atoms/sfx-progress-bar/sfx-progress-bar.component.mjs +1 -1
  69. package/esm2020/projects/component-library/lib/atoms/task-icon/task-icon.component.mjs +1 -1
  70. package/esm2020/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.mjs +17 -0
  71. package/esm2020/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.module.mjs +20 -0
  72. package/esm2020/projects/component-library/lib/atoms/two-column-filter-area/two-column-filter-area.component.mjs +1 -1
  73. package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.component.mjs +1 -1
  74. package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +85 -1
  75. package/esm2020/projects/component-library/lib/design-guide/typography/typography.component.mjs +1 -1
  76. package/esm2020/projects/component-library/lib/molecules/breadcrumb/breadcrumb.component.mjs +1 -1
  77. package/esm2020/projects/component-library/lib/molecules/card/card.component.mjs +1 -1
  78. package/esm2020/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.component.mjs +25 -0
  79. package/esm2020/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.model.mjs +2 -0
  80. package/esm2020/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.module.mjs +37 -0
  81. package/esm2020/projects/component-library/lib/molecules/icon-swatch/icon-swatch.component.mjs +1 -1
  82. package/esm2020/projects/component-library/lib/molecules/molecules.module.mjs +6 -2
  83. package/esm2020/projects/component-library/lib/molecules/note/note.component.mjs +1 -1
  84. package/esm2020/projects/component-library/lib/molecules/pills/pills.component.mjs +3 -3
  85. package/esm2020/projects/component-library/lib/molecules/task/task.component.mjs +1 -1
  86. package/esm2020/projects/component-library/lib/organisms/note-list/note-list.component.mjs +1 -1
  87. package/esm2020/projects/component-library/lib/organisms/task-list/task-list.component.mjs +1 -1
  88. package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.mjs +7 -9
  89. package/esm2020/projects/component-library/lib/pages/events-settings-page/events-settings-page.model.mjs +1 -1
  90. package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.mjs +60 -0
  91. package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.model.mjs +2 -0
  92. package/esm2020/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.module.mjs +62 -0
  93. package/esm2020/projects/component-library/lib/pages/setting-list-page/setting-list-page.component.mjs +2 -2
  94. package/esm2020/projects/component-library/lib/templates/admin-list/admin-list.component.mjs +1 -1
  95. package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.mjs +12 -0
  96. package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.module.mjs +18 -0
  97. package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.mjs +12 -0
  98. package/esm2020/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.module.mjs +18 -0
  99. package/esm2020/projects/component-library/lib/templates/placeholder/placeholder.component.mjs +1 -1
  100. package/esm2020/projects/component-library/lib/templates/setting-list-template/setting-list-template.component.mjs +3 -3
  101. package/esm2020/projects/component-library/public-api.mjs +8 -1
  102. package/esm2020/public-api.mjs +8 -1
  103. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +378 -51
  104. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  105. package/fesm2015/symphony-talent-component-library.mjs +378 -51
  106. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  107. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +378 -51
  108. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  109. package/fesm2020/symphony-talent-component-library.mjs +378 -51
  110. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  111. package/lib/atoms/atoms.module.d.ts +2 -1
  112. package/lib/atoms/grid/grid.component.d.ts +3 -6
  113. package/lib/atoms/grid/grid.model.d.ts +2 -0
  114. package/lib/atoms/icon/icon.component.d.ts +2 -1
  115. package/lib/atoms/icon/icon.enum.d.ts +14 -0
  116. package/lib/atoms/input-text/input-text.component.d.ts +2 -1
  117. package/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.d.ts +8 -0
  118. package/lib/atoms/tooltip-wrapper/tooltip-wrapper.module.d.ts +9 -0
  119. package/lib/molecules/h5-with-icon/h5-with-icon.component.d.ts +8 -0
  120. package/lib/molecules/h5-with-icon/h5-with-icon.model.d.ts +9 -0
  121. package/lib/molecules/h5-with-icon/h5-with-icon.module.d.ts +12 -0
  122. package/lib/molecules/molecules.module.d.ts +2 -1
  123. package/lib/pages/events-settings-page/events-settings-page.component.d.ts +1 -1
  124. package/lib/pages/events-settings-page/events-settings-page.model.d.ts +0 -1
  125. package/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +15 -0
  126. package/lib/pages/modals/advertise-modal/advertise-modal.model.d.ts +37 -0
  127. package/lib/pages/modals/advertise-modal/advertise-modal.module.d.ts +18 -0
  128. package/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.d.ts +6 -0
  129. package/lib/templates/modal-templates/two-column-body-template/two-column-body-template.module.d.ts +8 -0
  130. package/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.d.ts +6 -0
  131. package/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.module.d.ts +8 -0
  132. package/package.json +1 -1
  133. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.eot +0 -0
  134. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.svg +31 -17
  135. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.ttf +0 -0
  136. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.woff +0 -0
  137. package/projects/component-library/global-assets/iconography/library-icons.css +97 -55
  138. package/projects/component-library/global-assets/iconography/{sfxiconsV1.json → sfx-icons-v2.json} +526 -75
  139. package/projects/component-library/global-assets/spacing.scss +290 -0
  140. package/projects/component-library/global.scss +230 -252
  141. package/projects/component-library/lib/atoms/atoms.module.d.ts +2 -1
  142. package/projects/component-library/lib/atoms/grid/grid.component.d.ts +3 -6
  143. package/projects/component-library/lib/atoms/grid/grid.model.d.ts +2 -0
  144. package/projects/component-library/lib/atoms/icon/icon.component.d.ts +2 -1
  145. package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +14 -0
  146. package/projects/component-library/lib/atoms/input-text/input-text.component.d.ts +2 -1
  147. package/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.component.d.ts +8 -0
  148. package/projects/component-library/lib/atoms/tooltip-wrapper/tooltip-wrapper.module.d.ts +9 -0
  149. package/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.component.d.ts +8 -0
  150. package/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.model.d.ts +9 -0
  151. package/projects/component-library/lib/molecules/h5-with-icon/h5-with-icon.module.d.ts +12 -0
  152. package/projects/component-library/lib/molecules/molecules.module.d.ts +2 -1
  153. package/projects/component-library/lib/pages/events-settings-page/events-settings-page.component.d.ts +1 -1
  154. package/projects/component-library/lib/pages/events-settings-page/events-settings-page.model.d.ts +0 -1
  155. package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.component.d.ts +15 -0
  156. package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.model.d.ts +37 -0
  157. package/projects/component-library/lib/pages/modals/advertise-modal/advertise-modal.module.d.ts +18 -0
  158. package/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.component.d.ts +6 -0
  159. package/projects/component-library/lib/templates/modal-templates/two-column-body-template/two-column-body-template.module.d.ts +8 -0
  160. package/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.component.d.ts +6 -0
  161. package/projects/component-library/lib/templates/modal-templates/two-column-modal-template/two-column-modal-template.module.d.ts +8 -0
  162. package/projects/component-library/public-api.d.ts +7 -0
  163. package/public-api.d.ts +7 -0
@@ -0,0 +1,37 @@
1
+ import { H5WithIconModel } from '../../../molecules/h5-with-icon/h5-with-icon.model';
2
+ export interface AdvertiseModalModel {
3
+ title: string;
4
+ subtitle: H5WithIconModel;
5
+ showFunds: boolean;
6
+ fundsInfo: H5WithIconModel;
7
+ primaryButtonText: string;
8
+ secondaryButtonText: string;
9
+ backButtonText: string;
10
+ jobsToAdvertise: AdvertiseJobModel[];
11
+ jobBoards: PostingBoardsSelectionModel[];
12
+ isJobBoardsLoading: boolean;
13
+ hasJobBoardsLoadingFailed: boolean;
14
+ currency: string;
15
+ navigation: AdvertiseModalNavigation;
16
+ }
17
+ export interface AdvertiseJobModel {
18
+ id: number;
19
+ jobTitle: string;
20
+ }
21
+ export interface PostingBoardsSelectionModel {
22
+ id: number;
23
+ boardName: string;
24
+ boardPrice: number;
25
+ isSelected: boolean;
26
+ isEditable: boolean;
27
+ isInEditMode: boolean;
28
+ boardGroup: string;
29
+ isPayPerClick: boolean;
30
+ }
31
+ export interface AdvertiseModalNavigation {
32
+ showJobBoardsSelection: boolean;
33
+ showOrderReview: boolean;
34
+ showOrderProcessing: boolean;
35
+ showConfirmation: boolean;
36
+ showCancel: boolean;
37
+ }
@@ -0,0 +1,18 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./advertise-modal.component";
3
+ import * as i2 from "@angular/common";
4
+ import * as i3 from "../../../templates/modal-templates/two-column-modal-template/two-column-modal-template.module";
5
+ import * as i4 from "../../../templates/modal-templates/two-column-body-template/two-column-body-template.module";
6
+ import * as i5 from "../../../atoms/h4/h4.module";
7
+ import * as i6 from "../../../atoms/h5/h5.module";
8
+ import * as i7 from "../../../atoms/paragraph/paragraph.module";
9
+ import * as i8 from "../../../atoms/icon/icon.module";
10
+ import * as i9 from "../../../atoms/input-text/input-text.module";
11
+ import * as i10 from "../../../atoms/button/button.module";
12
+ import * as i11 from "../../../templates/placeholder/placeholder.module";
13
+ import * as i12 from "../../../molecules/h5-with-icon/h5-with-icon.module";
14
+ export declare class ModalModule {
15
+ static ɵfac: i0.ɵɵFactoryDeclaration<ModalModule, never>;
16
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ModalModule, [typeof i1.AdvertiseModalComponent], [typeof i2.CommonModule, typeof i3.TwoColumnModalModule, typeof i4.TwoColumnBodyTemplateModule, typeof i5.H4Module, typeof i6.H5Module, typeof i7.ParagraphModule, typeof i8.IconModule, typeof i9.InputTextModule, typeof i10.ButtonModule, typeof i11.PlaceholderModule, typeof i12.H5WithIconModule], [typeof i1.AdvertiseModalComponent]>;
17
+ static ɵinj: i0.ɵɵInjectorDeclaration<ModalModule>;
18
+ }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class TwoColumnBodyTemplateComponent {
3
+ constructor();
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<TwoColumnBodyTemplateComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<TwoColumnBodyTemplateComponent, "symphony-two-column-body-template", never, {}, {}, never, ["[sfx-left-col-header]", "[sfx-right-col-header]", "[sfx-left-column]", "[sfx-right-column]"]>;
6
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./two-column-body-template.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class TwoColumnBodyTemplateModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<TwoColumnBodyTemplateModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TwoColumnBodyTemplateModule, [typeof i1.TwoColumnBodyTemplateComponent], [typeof i2.CommonModule], [typeof i1.TwoColumnBodyTemplateComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<TwoColumnBodyTemplateModule>;
8
+ }
@@ -0,0 +1,6 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class TwoColumnModalTemplateComponent {
3
+ constructor();
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<TwoColumnModalTemplateComponent, never>;
5
+ static ɵcmp: i0.ɵɵComponentDeclaration<TwoColumnModalTemplateComponent, "symphony-two-column-modal-template", never, {}, {}, never, ["[sfx-modal-title]", "[sfx-close-button]", "[sfx-modal-subtitle]", "[sfx-modal-body-area]", "[sfx-button-secondary]", "[sfx-button-primary]"]>;
6
+ }
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./two-column-modal-template.component";
3
+ import * as i2 from "@angular/common";
4
+ export declare class TwoColumnModalModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<TwoColumnModalModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TwoColumnModalModule, [typeof i1.TwoColumnModalTemplateComponent], [typeof i2.CommonModule], [typeof i1.TwoColumnModalTemplateComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<TwoColumnModalModule>;
8
+ }
@@ -66,6 +66,8 @@ export * from './lib/atoms/toaster-alert/toaster-alert.module';
66
66
  export * from './lib/atoms/toaster-alert/toaster-alert.model';
67
67
  export * from './lib/atoms/two-column-filter-area/two-column-filter-area.component';
68
68
  export * from './lib/atoms/two-column-filter-area/two-column-filter-area.module';
69
+ export * from './lib/atoms/tooltip-wrapper/tooltip-wrapper.component';
70
+ export * from './lib/atoms/tooltip-wrapper/tooltip-wrapper.module';
69
71
  export * from './lib/atoms/atoms.module';
70
72
  export * from './lib/molecules/breadcrumb/breadcrumb.component';
71
73
  export * from './lib/molecules/breadcrumb/breadcrumb.module';
@@ -75,6 +77,8 @@ export * from './lib/molecules/card/card.module';
75
77
  export * from './lib/molecules/card/card.model';
76
78
  export * from './lib/molecules/pills/pills.component';
77
79
  export * from './lib/molecules/pills/pills.module';
80
+ export * from './lib/molecules/h5-with-icon/h5-with-icon.component';
81
+ export * from './lib/molecules/h5-with-icon/h5-with-icon.module';
78
82
  export * from './lib/molecules/molecules.module';
79
83
  export * from './lib/organisms/card-list/card-list.component';
80
84
  export * from './lib/organisms/card-list/card-list.module';
@@ -85,3 +89,6 @@ export * from './lib/pages/events-settings-page/events-settings-page.model';
85
89
  export * from './lib/pages/setting-list-page/setting-list-page.component';
86
90
  export * from './lib/pages/setting-list-page/setting-list-page.module';
87
91
  export * from './lib/pages/setting-list-page/setting-list-page.model';
92
+ export * from './lib/pages/modals/advertise-modal/advertise-modal.component';
93
+ export * from './lib/pages/modals/advertise-modal/advertise-modal.module';
94
+ export * from './lib/pages/modals/advertise-modal/advertise-modal.model';
package/public-api.d.ts CHANGED
@@ -66,6 +66,8 @@ export * from './lib/atoms/toaster-alert/toaster-alert.module';
66
66
  export * from './lib/atoms/toaster-alert/toaster-alert.model';
67
67
  export * from './lib/atoms/two-column-filter-area/two-column-filter-area.component';
68
68
  export * from './lib/atoms/two-column-filter-area/two-column-filter-area.module';
69
+ export * from './lib/atoms/tooltip-wrapper/tooltip-wrapper.component';
70
+ export * from './lib/atoms/tooltip-wrapper/tooltip-wrapper.module';
69
71
  export * from './lib/atoms/atoms.module';
70
72
  export * from './lib/molecules/breadcrumb/breadcrumb.component';
71
73
  export * from './lib/molecules/breadcrumb/breadcrumb.module';
@@ -75,6 +77,8 @@ export * from './lib/molecules/card/card.module';
75
77
  export * from './lib/molecules/card/card.model';
76
78
  export * from './lib/molecules/pills/pills.component';
77
79
  export * from './lib/molecules/pills/pills.module';
80
+ export * from './lib/molecules/h5-with-icon/h5-with-icon.component';
81
+ export * from './lib/molecules/h5-with-icon/h5-with-icon.module';
78
82
  export * from './lib/molecules/molecules.module';
79
83
  export * from './lib/organisms/card-list/card-list.component';
80
84
  export * from './lib/organisms/card-list/card-list.module';
@@ -85,3 +89,6 @@ export * from './lib/pages/events-settings-page/events-settings-page.model';
85
89
  export * from './lib/pages/setting-list-page/setting-list-page.component';
86
90
  export * from './lib/pages/setting-list-page/setting-list-page.module';
87
91
  export * from './lib/pages/setting-list-page/setting-list-page.model';
92
+ export * from './lib/pages/modals/advertise-modal/advertise-modal.component';
93
+ export * from './lib/pages/modals/advertise-modal/advertise-modal.module';
94
+ export * from './lib/pages/modals/advertise-modal/advertise-modal.model';