@symphony-talent/component-library 4.83.0 → 4.85.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.
Files changed (49) hide show
  1. package/esm2020/lib/atoms/atoms.module.mjs +12 -4
  2. package/esm2020/lib/atoms/chat-history-message-avatar/chat-history-message-avatar.component.mjs +17 -0
  3. package/esm2020/lib/atoms/chat-history-message-avatar/chat-history-message-avatar.module.mjs +18 -0
  4. package/esm2020/lib/atoms/chat-history-message-bubble/chat-history-message-bubble.component.mjs +15 -0
  5. package/esm2020/lib/atoms/chat-history-message-bubble/chat-history-message-bubble.model.mjs +2 -0
  6. package/esm2020/lib/atoms/chat-history-message-bubble/chat-history-message-bubble.module.mjs +18 -0
  7. package/esm2020/lib/atoms/icon/icon.enum.mjs +3 -1
  8. package/esm2020/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +13 -1
  9. package/esm2020/projects/component-library/lib/atoms/atoms.module.mjs +12 -4
  10. package/esm2020/projects/component-library/lib/atoms/chat-history-message-avatar/chat-history-message-avatar.component.mjs +17 -0
  11. package/esm2020/projects/component-library/lib/atoms/chat-history-message-avatar/chat-history-message-avatar.module.mjs +18 -0
  12. package/esm2020/projects/component-library/lib/atoms/chat-history-message-bubble/chat-history-message-bubble.component.mjs +15 -0
  13. package/esm2020/projects/component-library/lib/atoms/chat-history-message-bubble/chat-history-message-bubble.model.mjs +2 -0
  14. package/esm2020/projects/component-library/lib/atoms/chat-history-message-bubble/chat-history-message-bubble.module.mjs +18 -0
  15. package/esm2020/projects/component-library/lib/atoms/icon/icon.enum.mjs +3 -1
  16. package/esm2020/projects/component-library/lib/design-guide/icon-explorer/icon-explorer.helper.mjs +13 -1
  17. package/esm2020/projects/component-library/public-api.mjs +6 -1
  18. package/esm2020/public-api.mjs +6 -1
  19. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs +78 -4
  20. package/fesm2015/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  21. package/fesm2015/symphony-talent-component-library.mjs +78 -4
  22. package/fesm2015/symphony-talent-component-library.mjs.map +1 -1
  23. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs +78 -4
  24. package/fesm2020/symphony-talent-component-library-projects-component-library.mjs.map +1 -1
  25. package/fesm2020/symphony-talent-component-library.mjs +78 -4
  26. package/fesm2020/symphony-talent-component-library.mjs.map +1 -1
  27. package/lib/atoms/atoms.module.d.ts +3 -1
  28. package/lib/atoms/chat-history-message-avatar/chat-history-message-avatar.component.d.ts +8 -0
  29. package/lib/atoms/chat-history-message-avatar/chat-history-message-avatar.module.d.ts +8 -0
  30. package/lib/atoms/chat-history-message-bubble/chat-history-message-bubble.component.d.ts +8 -0
  31. package/lib/atoms/chat-history-message-bubble/chat-history-message-bubble.model.d.ts +6 -0
  32. package/lib/atoms/chat-history-message-bubble/chat-history-message-bubble.module.d.ts +8 -0
  33. package/lib/atoms/icon/icon.enum.d.ts +2 -0
  34. package/package.json +1 -1
  35. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.eot +0 -0
  36. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.svg +61 -59
  37. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.ttf +0 -0
  38. package/projects/component-library/global-assets/iconography/library-fonts/library-icons.woff +0 -0
  39. package/projects/component-library/global-assets/iconography/library-icons.css +71 -66
  40. package/projects/component-library/global-assets/iconography/{sfx-icons-v3.json → sfx-icons-v4.json} +222 -67
  41. package/projects/component-library/lib/atoms/atoms.module.d.ts +3 -1
  42. package/projects/component-library/lib/atoms/chat-history-message-avatar/chat-history-message-avatar.component.d.ts +8 -0
  43. package/projects/component-library/lib/atoms/chat-history-message-avatar/chat-history-message-avatar.module.d.ts +8 -0
  44. package/projects/component-library/lib/atoms/chat-history-message-bubble/chat-history-message-bubble.component.d.ts +8 -0
  45. package/projects/component-library/lib/atoms/chat-history-message-bubble/chat-history-message-bubble.model.d.ts +6 -0
  46. package/projects/component-library/lib/atoms/chat-history-message-bubble/chat-history-message-bubble.module.d.ts +8 -0
  47. package/projects/component-library/lib/atoms/icon/icon.enum.d.ts +2 -0
  48. package/projects/component-library/public-api.d.ts +5 -0
  49. package/public-api.d.ts +5 -0
@@ -338,6 +338,60 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
338
338
  }]
339
339
  }] });
340
340
 
341
+ class ChatHistoryMessageAvatarComponent {
342
+ constructor() { }
343
+ }
344
+ ChatHistoryMessageAvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ChatHistoryMessageAvatarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
345
+ ChatHistoryMessageAvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ChatHistoryMessageAvatarComponent, selector: "symphony-chat-history-message-avatar", inputs: { initials: "initials", imgSource: "imgSource" }, ngImport: i0, template: "<div class=\"sfx-d-flex chat-avatar-wrap\">\n <span *ngIf=\"initials && !imgSource\" class=\"sfx-font18\">{{ initials }}</span>\n <img\n *ngIf=\"imgSource && initials\"\n src=\"{{ imgSource }}\"\n class=\"img-responsive\"\n />\n</div>\n", styles: [".chat-avatar-wrap{width:40px;height:40px;border-radius:50%;background:#5b6d80;justify-content:center;align-items:center;color:#fff}.chat-avatar-wrap img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;border-radius:50%}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
346
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ChatHistoryMessageAvatarComponent, decorators: [{
347
+ type: Component,
348
+ args: [{ selector: 'symphony-chat-history-message-avatar', template: "<div class=\"sfx-d-flex chat-avatar-wrap\">\n <span *ngIf=\"initials && !imgSource\" class=\"sfx-font18\">{{ initials }}</span>\n <img\n *ngIf=\"imgSource && initials\"\n src=\"{{ imgSource }}\"\n class=\"img-responsive\"\n />\n</div>\n", styles: [".chat-avatar-wrap{width:40px;height:40px;border-radius:50%;background:#5b6d80;justify-content:center;align-items:center;color:#fff}.chat-avatar-wrap img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;border-radius:50%}\n"] }]
349
+ }], ctorParameters: function () { return []; }, propDecorators: { initials: [{
350
+ type: Input
351
+ }], imgSource: [{
352
+ type: Input
353
+ }] } });
354
+
355
+ class ChatHistoryMessageAvatarModule {
356
+ }
357
+ ChatHistoryMessageAvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ChatHistoryMessageAvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
358
+ ChatHistoryMessageAvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ChatHistoryMessageAvatarModule, declarations: [ChatHistoryMessageAvatarComponent], imports: [CommonModule], exports: [ChatHistoryMessageAvatarComponent] });
359
+ ChatHistoryMessageAvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ChatHistoryMessageAvatarModule, imports: [[CommonModule]] });
360
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ChatHistoryMessageAvatarModule, decorators: [{
361
+ type: NgModule,
362
+ args: [{
363
+ declarations: [ChatHistoryMessageAvatarComponent],
364
+ imports: [CommonModule],
365
+ exports: [ChatHistoryMessageAvatarComponent],
366
+ }]
367
+ }] });
368
+
369
+ class ChatHistoryMessageBubbleComponent {
370
+ constructor() { }
371
+ }
372
+ ChatHistoryMessageBubbleComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ChatHistoryMessageBubbleComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
373
+ ChatHistoryMessageBubbleComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.1.2", type: ChatHistoryMessageBubbleComponent, selector: "symphony-chat-history-message-bubble", inputs: { chatHistoryMessageBubbleModel: "chatHistoryMessageBubbleModel" }, ngImport: i0, template: "<div *ngIf=\"chatHistoryMessageBubbleModel\">\n <div\n class=\"chat-bubble sfx-p-20\"\n [ngClass]=\"{\n 'receive-bubble': chatHistoryMessageBubbleModel.hasReceive,\n 'sent-bubble': !chatHistoryMessageBubbleModel.hasReceive\n }\"\n >\n <p class=\"receive-tag sfx-mb-5 sfx-font-bold\">\n {{ chatHistoryMessageBubbleModel.nameTag }}\n </p>\n <p class=\"sfx-mb-0\">\n {{ chatHistoryMessageBubbleModel.messageContent }}\n </p>\n <span class=\"time-stamp\">{{\n chatHistoryMessageBubbleModel.timeStamp\n }}</span>\n </div>\n</div>\n", styles: [".chat-bubble{border-radius:6px;max-width:415px;position:relative}.chat-bubble .receive-tag{display:none}.chat-bubble:after{content:\" \";height:0;width:0;position:absolute;pointer-events:none;border-style:solid}.chat-bubble.sent-bubble{background:#2b8ff3;color:#fff;border-top-right-radius:0}.chat-bubble.sent-bubble .time-stamp{color:#d2d8e5}.chat-bubble.sent-bubble:after{border-width:0 0 13px 13px;border-color:transparent transparent transparent #2b8ff3;right:-13px;top:0px;border-radius:0 4px 0 0}.chat-bubble.receive-bubble{background:#e4e7ef;color:#000;border-top-left-radius:0}.chat-bubble.receive-bubble .receive-tag{display:block}.chat-bubble.receive-bubble .time-stamp{color:#82919f}.chat-bubble.receive-bubble:after{border-width:0px 13px 13px 0px;border-color:transparent #e4e7ef transparent transparent;left:-13px;top:0px;border-radius:4px 0 0}.chat-bubble .time-stamp{position:absolute;right:10px;bottom:10px}\n"], directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }] });
374
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ChatHistoryMessageBubbleComponent, decorators: [{
375
+ type: Component,
376
+ args: [{ selector: 'symphony-chat-history-message-bubble', template: "<div *ngIf=\"chatHistoryMessageBubbleModel\">\n <div\n class=\"chat-bubble sfx-p-20\"\n [ngClass]=\"{\n 'receive-bubble': chatHistoryMessageBubbleModel.hasReceive,\n 'sent-bubble': !chatHistoryMessageBubbleModel.hasReceive\n }\"\n >\n <p class=\"receive-tag sfx-mb-5 sfx-font-bold\">\n {{ chatHistoryMessageBubbleModel.nameTag }}\n </p>\n <p class=\"sfx-mb-0\">\n {{ chatHistoryMessageBubbleModel.messageContent }}\n </p>\n <span class=\"time-stamp\">{{\n chatHistoryMessageBubbleModel.timeStamp\n }}</span>\n </div>\n</div>\n", styles: [".chat-bubble{border-radius:6px;max-width:415px;position:relative}.chat-bubble .receive-tag{display:none}.chat-bubble:after{content:\" \";height:0;width:0;position:absolute;pointer-events:none;border-style:solid}.chat-bubble.sent-bubble{background:#2b8ff3;color:#fff;border-top-right-radius:0}.chat-bubble.sent-bubble .time-stamp{color:#d2d8e5}.chat-bubble.sent-bubble:after{border-width:0 0 13px 13px;border-color:transparent transparent transparent #2b8ff3;right:-13px;top:0px;border-radius:0 4px 0 0}.chat-bubble.receive-bubble{background:#e4e7ef;color:#000;border-top-left-radius:0}.chat-bubble.receive-bubble .receive-tag{display:block}.chat-bubble.receive-bubble .time-stamp{color:#82919f}.chat-bubble.receive-bubble:after{border-width:0px 13px 13px 0px;border-color:transparent #e4e7ef transparent transparent;left:-13px;top:0px;border-radius:4px 0 0}.chat-bubble .time-stamp{position:absolute;right:10px;bottom:10px}\n"] }]
377
+ }], ctorParameters: function () { return []; }, propDecorators: { chatHistoryMessageBubbleModel: [{
378
+ type: Input
379
+ }] } });
380
+
381
+ class ChatHistoryMessageBubbleModule {
382
+ }
383
+ ChatHistoryMessageBubbleModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ChatHistoryMessageBubbleModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
384
+ ChatHistoryMessageBubbleModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ChatHistoryMessageBubbleModule, declarations: [ChatHistoryMessageBubbleComponent], imports: [CommonModule], exports: [ChatHistoryMessageBubbleComponent] });
385
+ ChatHistoryMessageBubbleModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ChatHistoryMessageBubbleModule, imports: [[CommonModule]] });
386
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: ChatHistoryMessageBubbleModule, decorators: [{
387
+ type: NgModule,
388
+ args: [{
389
+ declarations: [ChatHistoryMessageBubbleComponent],
390
+ imports: [CommonModule],
391
+ exports: [ChatHistoryMessageBubbleComponent],
392
+ }]
393
+ }] });
394
+
341
395
  class FilterAreaComponent {
342
396
  constructor() { }
343
397
  }
@@ -1220,6 +1274,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
1220
1274
 
1221
1275
  var Icons;
1222
1276
  (function (Icons) {
1277
+ Icons["ASSIGNTOACTIONS"] = "si-assign-to-actions";
1223
1278
  Icons["ACCESS"] = "si-access";
1224
1279
  Icons["ACTIVITY"] = "si-activity";
1225
1280
  Icons["ADD"] = "si-add";
@@ -1243,6 +1298,7 @@ var Icons;
1243
1298
  Icons["EMAILDRIP"] = "si-email-drip";
1244
1299
  Icons["EMAILOPEN"] = "si-email-open";
1245
1300
  Icons["EMAILSEND"] = "si-email-send";
1301
+ Icons["EMAILSMSDEFAULT"] = "si-email-sms-default";
1246
1302
  Icons["EXCLUDE"] = "si-exclude";
1247
1303
  Icons["EXPAND"] = "si-expand";
1248
1304
  Icons["FAVORITE"] = "si-favorite";
@@ -2622,7 +2678,9 @@ AtomsModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "1
2622
2678
  CharacterCounterModule,
2623
2679
  InputTextareaModule,
2624
2680
  ColoredTextIndicatorModule,
2625
- InputFileUploadModule] });
2681
+ InputFileUploadModule,
2682
+ ChatHistoryMessageAvatarModule,
2683
+ ChatHistoryMessageBubbleModule] });
2626
2684
  AtomsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AtomsModule, imports: [[], ButtonModule,
2627
2685
  ContextualMenuModule,
2628
2686
  AvatarModule,
@@ -2659,7 +2717,9 @@ AtomsModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "1
2659
2717
  CharacterCounterModule,
2660
2718
  InputTextareaModule,
2661
2719
  ColoredTextIndicatorModule,
2662
- InputFileUploadModule] });
2720
+ InputFileUploadModule,
2721
+ ChatHistoryMessageAvatarModule,
2722
+ ChatHistoryMessageBubbleModule] });
2663
2723
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImport: i0, type: AtomsModule, decorators: [{
2664
2724
  type: NgModule,
2665
2725
  args: [{
@@ -2702,7 +2762,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
2702
2762
  CharacterCounterModule,
2703
2763
  InputTextareaModule,
2704
2764
  ColoredTextIndicatorModule,
2705
- InputFileUploadModule
2765
+ InputFileUploadModule,
2766
+ ChatHistoryMessageAvatarModule,
2767
+ ChatHistoryMessageBubbleModule
2706
2768
  ]
2707
2769
  }]
2708
2770
  }] });
@@ -5006,6 +5068,12 @@ class IconExplorerHelper {
5006
5068
  }
5007
5069
  static getHasNoBorderIconList() {
5008
5070
  return [
5071
+ {
5072
+ icon: Icons.ASSIGNTOACTIONS,
5073
+ iconName: 'ASSIGNTOACTIONS',
5074
+ iconClass: 'si-assign-to-actions',
5075
+ hasBorder: false,
5076
+ },
5009
5077
  {
5010
5078
  icon: Icons.ACCESS,
5011
5079
  iconName: 'ACCESS',
@@ -5144,6 +5212,12 @@ class IconExplorerHelper {
5144
5212
  iconClass: 'si-email-send',
5145
5213
  hasBorder: false,
5146
5214
  },
5215
+ {
5216
+ icon: Icons.EMAILSMSDEFAULT,
5217
+ iconName: 'EMAILSMSDEFAULT',
5218
+ iconClass: 'si-email-sms-default',
5219
+ hasBorder: false,
5220
+ },
5147
5221
  {
5148
5222
  icon: Icons.EXCLUDE,
5149
5223
  iconName: 'EXCLUDE',
@@ -8409,5 +8483,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.1.2", ngImpor
8409
8483
  * Generated bundle index. Do not edit.
8410
8484
  */
8411
8485
 
8412
- export { ActionBarComponent, ActionBarJobListComponent, ActionBarJobListModule, ActionBarModule, ActionBarSelectionCounterComponent, ActionBarSelectionCounterModule, ActivityScoreLevel, AdditionModalComponent, AdditionModalModule, AdditionalInformationCardListComponent, AdditionalInformationCardListModule, AdvanceFilterSelectedCounterComponent, AdvanceFilterSelectedCounterModule, AdvanceSearchModalComponent, AdvanceSearchModalModule, AdvertiseModalComponent, AdvertiseModalModule, AdvertisedJobPostingsListPageComponent, AdvertisedJobPostingsListPageModule, AdvertisedJobPostingsModalComponent, AdvertisedJobPostingsModalModule, AdvertisedJobsCostComponent, AdvertisedJobsCostModule, AlertDuration, AssignToUserModalComponent, AssignToUserModalModule, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, ButtonV2Component, ButtonV2Module, CapitalizeFirstCharacterPipe, CardComponent, CardListComponent, CardListModule, CardModule, CharacterCounterComponent, CharacterCounterModule, ColorNames, ColoredTextIndicatorComponent, ColoredTextIndicatorModule, ConfirmationModalComponent, ConfirmationModalModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, DocumentManagementItemComponent, DocumentManagementItemModule, DocumentManagementListComponent, DocumentManagementListModule, DomainWhitelistingPartialPageComponent, DomainWhitelistingPartialPageModule, EditableSettingItemComponent, EditableSettingItemListComponent, EditableSettingItemListModule, EditableSettingItemModule, EditableSettingKey, EditableSettingPartialPageComponent, EditableSettingPartialPageModule, EmailValidator, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FeedbackCardComponent, FeedbackCardListComponent, FeedbackCardListModule, FeedbackCardModule, FeedbackCardState, FeedbackDetailPageComponent, FeedbackDetailPageModule, FeedbackListPageComponent, FeedbackListPageModule, FeedbackLoginModalComponent, FeedbackLoginModalModule, FeedbackRequestListPageComponent, FeedbackRequestListPageModule, FeedbackSettingDetailsPageComponent, FeedbackSettingDetailsPageModule, FileUploadComponent, FileUploadModule, FileUploadV2Component, FileUploadV2Module, FilterAreaComponent, FilterAreaModule, FormattedCounterComponent, FormattedCounterModule, FrameworkModule, GridActionsComponent, GridActionsModule, GridCellClickableComponent, GridCellClickableModule, GridCellLoaderModule, GridComponent, GridControlsComponent, GridControlsModule, GridDownloadComponent, GridDownloadModule, GridLoadingCellComponent, GridModule, GridNoRowsOverlayComponent, GridNoRowsOverlayModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, H5WithIconComponent, H5WithIconModule, IconComponent, IconModule, IconWithTooltipComponent, IconWithTooltipModule, IconWrapperComponent, IconWrapperModule, Icons, InformationModalComponent, InformationModalModule, InputCheckboxComponent, InputCheckboxListComponent, InputCheckboxListModule, InputCheckboxModule, InputChipsComponent, InputChipsModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputFileUploadComponent, InputFileUploadModule, InputRadioComponent, InputRadioModule, InputSearchCheckboxDropdownComponent, InputSearchCheckboxDropdownModule, InputTextComponent, InputTextModule, InputTextareaComponent, InputTextareaModule, InputToggleComponent, InputToggleModule, JobListPageComponent, JobListPageModule, LibrariesPageComponent, LibrariesPageModule, LinkedinPremiumJobPostingsModalComponent, LinkedinPremiumJobPostingsModalModule, MoleculesModule, MultiSelectDataModule, MultiselectSearchCheckbox, NavigationLinkComponent, NavigationLinkModule, NotificationsComponent, NotificationsModule, OrganismsModule, OverflowTextComponent, OverflowTextModule, OverflowTextTooltipComponent, OverflowTextTooltipModule, ParagraphComponent, ParagraphModule, PartialPages, PhaserCardComponent, PhaserCardModule, PhaserComponent, PhaserModule, PillComponent, PillModule, PillsComponent, PillsModule, PipeModule, RelevanceScoreComponent, RelevanceScoreModule, SettingDetailPageComponent, SettingDetailPageModule, SettingListPageComponent, SettingListPageModule, SettingsDetailNavigationItemComponent, SettingsDetailNavigationItemModule, SettingsDetailNavigationListComponent, SettingsDetailNavigationListModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, SidebarNavigationComponent, SidebarNavigationModule, SidebarNavigationV2Component, SidebarNavigationV2Module, TabsComponent, TabsModules, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TrimIdPipe, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, UploadResumeModalComponent, UploadResumeModalModule, VerticalSeparatorComponent, VerticalSeparatorModule, gridType };
8486
+ export { ActionBarComponent, ActionBarJobListComponent, ActionBarJobListModule, ActionBarModule, ActionBarSelectionCounterComponent, ActionBarSelectionCounterModule, ActivityScoreLevel, AdditionModalComponent, AdditionModalModule, AdditionalInformationCardListComponent, AdditionalInformationCardListModule, AdvanceFilterSelectedCounterComponent, AdvanceFilterSelectedCounterModule, AdvanceSearchModalComponent, AdvanceSearchModalModule, AdvertiseModalComponent, AdvertiseModalModule, AdvertisedJobPostingsListPageComponent, AdvertisedJobPostingsListPageModule, AdvertisedJobPostingsModalComponent, AdvertisedJobPostingsModalModule, AdvertisedJobsCostComponent, AdvertisedJobsCostModule, AlertDuration, AssignToUserModalComponent, AssignToUserModalModule, AtomsModule, AvatarComponent, AvatarModule, BreadcrumbComponent, BreadcrumbModule, ButtonComponent, ButtonModule, ButtonV2Component, ButtonV2Module, CapitalizeFirstCharacterPipe, CardComponent, CardListComponent, CardListModule, CardModule, CharacterCounterComponent, CharacterCounterModule, ChatHistoryMessageAvatarComponent, ChatHistoryMessageAvatarModule, ChatHistoryMessageBubbleComponent, ChatHistoryMessageBubbleModule, ColorNames, ColoredTextIndicatorComponent, ColoredTextIndicatorModule, ConfirmationModalComponent, ConfirmationModalModule, ContactActivityScoreComponent, ContactActivityScoreModule, ContextualMenuComponent, ContextualMenuModule, DocumentManagementItemComponent, DocumentManagementItemModule, DocumentManagementListComponent, DocumentManagementListModule, DomainWhitelistingPartialPageComponent, DomainWhitelistingPartialPageModule, EditableSettingItemComponent, EditableSettingItemListComponent, EditableSettingItemListModule, EditableSettingItemModule, EditableSettingKey, EditableSettingPartialPageComponent, EditableSettingPartialPageModule, EmailValidator, EventSettingsMoreOptionsComponent, EventSettingsMoreOptionsModule, EventsSettingsPageComponent, EventsSettingsPageModule, FeedbackCardComponent, FeedbackCardListComponent, FeedbackCardListModule, FeedbackCardModule, FeedbackCardState, FeedbackDetailPageComponent, FeedbackDetailPageModule, FeedbackListPageComponent, FeedbackListPageModule, FeedbackLoginModalComponent, FeedbackLoginModalModule, FeedbackRequestListPageComponent, FeedbackRequestListPageModule, FeedbackSettingDetailsPageComponent, FeedbackSettingDetailsPageModule, FileUploadComponent, FileUploadModule, FileUploadV2Component, FileUploadV2Module, FilterAreaComponent, FilterAreaModule, FormattedCounterComponent, FormattedCounterModule, FrameworkModule, GridActionsComponent, GridActionsModule, GridCellClickableComponent, GridCellClickableModule, GridCellLoaderModule, GridComponent, GridControlsComponent, GridControlsModule, GridDownloadComponent, GridDownloadModule, GridLoadingCellComponent, GridModule, GridNoRowsOverlayComponent, GridNoRowsOverlayModule, GridToggleCellRendererComponent, GridToggleCellRendererModule, H1Component, H1Module, H2Component, H2Module, H3Component, H3Module, H4Component, H4Module, H5Component, H5Module, H5WithIconComponent, H5WithIconModule, IconComponent, IconModule, IconWithTooltipComponent, IconWithTooltipModule, IconWrapperComponent, IconWrapperModule, Icons, InformationModalComponent, InformationModalModule, InputCheckboxComponent, InputCheckboxListComponent, InputCheckboxListModule, InputCheckboxModule, InputChipsComponent, InputChipsModule, InputDropdownComponent, InputDropdownList, InputDropdownListItemModel, InputDropdownModule, InputFileUploadComponent, InputFileUploadModule, InputRadioComponent, InputRadioModule, InputSearchCheckboxDropdownComponent, InputSearchCheckboxDropdownModule, InputTextComponent, InputTextModule, InputTextareaComponent, InputTextareaModule, InputToggleComponent, InputToggleModule, JobListPageComponent, JobListPageModule, LibrariesPageComponent, LibrariesPageModule, LinkedinPremiumJobPostingsModalComponent, LinkedinPremiumJobPostingsModalModule, MoleculesModule, MultiSelectDataModule, MultiselectSearchCheckbox, NavigationLinkComponent, NavigationLinkModule, NotificationsComponent, NotificationsModule, OrganismsModule, OverflowTextComponent, OverflowTextModule, OverflowTextTooltipComponent, OverflowTextTooltipModule, ParagraphComponent, ParagraphModule, PartialPages, PhaserCardComponent, PhaserCardModule, PhaserComponent, PhaserModule, PillComponent, PillModule, PillsComponent, PillsModule, PipeModule, RelevanceScoreComponent, RelevanceScoreModule, SettingDetailPageComponent, SettingDetailPageModule, SettingListPageComponent, SettingListPageModule, SettingsDetailNavigationItemComponent, SettingsDetailNavigationItemModule, SettingsDetailNavigationListComponent, SettingsDetailNavigationListModule, SfxLoaderComponent, SfxLoaderModule, SfxPageLoaderComponent, SfxPageLoaderModule, SfxProgressBarComponent, SfxProgressBarModule, SidebarNavigationComponent, SidebarNavigationModule, SidebarNavigationV2Component, SidebarNavigationV2Module, TabsComponent, TabsModules, ToasterAlertComponent, ToasterAlertModel, ToasterAlertModule, ToasterAlertType, TooltipWrapperComponent, TooltipWrapperModule, TrimIdPipe, TwoColumnFilterAreaComponent, TwoColumnFilterAreaModule, UploadResumeModalComponent, UploadResumeModalModule, VerticalSeparatorComponent, VerticalSeparatorModule, gridType };
8413
8487
  //# sourceMappingURL=symphony-talent-component-library.mjs.map