@nylas/web-elements 0.0.0-test-20250318204811 → 0.0.0-test-20250320180623

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 (137) hide show
  1. package/dist/cdn/nylas-scheduler-editor/nylas-scheduler-editor.es.js +13 -13
  2. package/dist/cdn/nylas-scheduling/nylas-scheduling.es.js +4813 -4805
  3. package/dist/cjs/calendar-agenda-fill-icon_36.cjs.entry.js +1 -1
  4. package/dist/cjs/calendar-agenda-fill-icon_36.cjs.entry.js.map +1 -1
  5. package/dist/cjs/checkmark-icon_15.cjs.entry.js +1 -1
  6. package/dist/cjs/checkmark-icon_15.cjs.entry.js.map +1 -1
  7. package/dist/cjs/google-logo-icon_6.cjs.entry.js +9 -9
  8. package/dist/cjs/google-logo-icon_6.cjs.entry.js.map +1 -1
  9. package/dist/cjs/input-dropdown_2.cjs.entry.js +2 -2
  10. package/dist/cjs/input-dropdown_2.cjs.entry.js.map +1 -1
  11. package/dist/cjs/loader.cjs.js +1 -1
  12. package/dist/cjs/nylas-booked-event-card_12.cjs.entry.js +14 -10
  13. package/dist/cjs/nylas-booked-event-card_12.cjs.entry.js.map +1 -1
  14. package/dist/cjs/nylas-event-calendar_3.cjs.entry.js.map +1 -1
  15. package/dist/cjs/nylas-key-points.cjs.entry.js +1 -1
  16. package/dist/cjs/nylas-key-points.cjs.entry.js.map +1 -1
  17. package/dist/cjs/nylas-provider.cjs.entry.js +1 -1
  18. package/dist/cjs/nylas-scheduling.cjs.entry.js +3 -3
  19. package/dist/cjs/nylas-scheduling.cjs.entry.js.map +1 -1
  20. package/dist/cjs/nylas-web-elements.cjs.js +1 -1
  21. package/dist/cjs/{scheduler-store-599282e9.js → scheduler-store-df3a9a3a.js} +10 -2
  22. package/dist/cjs/scheduler-store-df3a9a3a.js.map +1 -0
  23. package/dist/collection/components/design-system/input-dropdown/input-dropdown.css +1 -1
  24. package/dist/collection/components/design-system/time-period-selector/time-period-selector.js +3 -3
  25. package/dist/collection/components/design-system/time-period-selector/time-period-selector.js.map +1 -1
  26. package/dist/collection/components/nylas-notebook/nylas-key-points/nylas-key-points.js +4 -3
  27. package/dist/collection/components/nylas-notebook/nylas-key-points/nylas-key-points.js.map +1 -1
  28. package/dist/collection/components/scheduler/nylas-booked-event-card/nylas-booked-event-card.js +13 -11
  29. package/dist/collection/components/scheduler/nylas-booked-event-card/nylas-booked-event-card.js.map +1 -1
  30. package/dist/collection/components/scheduler/nylas-booking-form/nylas-booking-form.js +3 -3
  31. package/dist/collection/components/scheduler/nylas-booking-form/nylas-booking-form.js.map +1 -1
  32. package/dist/collection/components/scheduler/nylas-booking-form/test/nylas-booking-form.spec.js +8 -6
  33. package/dist/collection/components/scheduler/nylas-booking-form/test/nylas-booking-form.spec.js.map +1 -1
  34. package/dist/collection/components/scheduler/nylas-organizer-confirmation-card/nylas-organizer-confirmation-card.js +8 -10
  35. package/dist/collection/components/scheduler/nylas-organizer-confirmation-card/nylas-organizer-confirmation-card.js.map +1 -1
  36. package/dist/collection/components/scheduler/nylas-scheduling/nylas-scheduling.js +2 -2
  37. package/dist/collection/components/scheduler/nylas-scheduling/nylas-scheduling.js.map +1 -1
  38. package/dist/collection/components/scheduler-editor/nylas-editor-tabs-group/nylas-editor-tabs-group.js +11 -11
  39. package/dist/collection/components/scheduler-editor/nylas-editor-tabs-group/nylas-editor-tabs-group.js.map +1 -1
  40. package/dist/collection/components/scheduler-editor/nylas-event-calendar/nylas-event-calendar.js +2 -2
  41. package/dist/collection/components/scheduler-editor/nylas-event-calendar/nylas-event-calendar.js.map +1 -1
  42. package/dist/collection/components/scheduler-editor/nylas-event-duration/nylas-event-duration.css +1 -3
  43. package/dist/collection/components/scheduler-editor/nylas-reminder-time/nylas-reminder-time.css +1 -3
  44. package/dist/collection/connector/nylas-scheduler-connector/errors/index.js +1 -29
  45. package/dist/collection/connector/nylas-scheduler-connector/errors/index.js.map +1 -1
  46. package/dist/collection/connector/shared/api/scheduler.js.map +1 -1
  47. package/dist/collection/types/index.js +29 -0
  48. package/dist/collection/types/index.js.map +1 -1
  49. package/dist/components/input-dropdown2.js +1 -1
  50. package/dist/components/input-dropdown2.js.map +1 -1
  51. package/dist/components/nylas-booked-event-card2.js +9 -5
  52. package/dist/components/nylas-booked-event-card2.js.map +1 -1
  53. package/dist/components/nylas-booking-form2.js +3 -3
  54. package/dist/components/nylas-booking-form2.js.map +1 -1
  55. package/dist/components/nylas-editor-tabs-group2.js +7 -7
  56. package/dist/components/nylas-editor-tabs-group2.js.map +1 -1
  57. package/dist/components/nylas-editor-tabs2.js +2 -2
  58. package/dist/components/nylas-event-calendar2.js.map +1 -1
  59. package/dist/components/nylas-event-duration2.js +1 -1
  60. package/dist/components/nylas-event-duration2.js.map +1 -1
  61. package/dist/components/nylas-key-points.js +1 -1
  62. package/dist/components/nylas-key-points.js.map +1 -1
  63. package/dist/components/nylas-organizer-confirmation-card2.js +4 -4
  64. package/dist/components/nylas-organizer-confirmation-card2.js.map +1 -1
  65. package/dist/components/nylas-reminder-time2.js +1 -1
  66. package/dist/components/nylas-reminder-time2.js.map +1 -1
  67. package/dist/components/nylas-scheduling.js +2 -2
  68. package/dist/components/nylas-scheduling.js.map +1 -1
  69. package/dist/components/scheduler-store.js +9 -1
  70. package/dist/components/scheduler-store.js.map +1 -1
  71. package/dist/components/time-period-selector2.js +1 -1
  72. package/dist/components/time-period-selector2.js.map +1 -1
  73. package/dist/esm/calendar-agenda-fill-icon_36.entry.js +1 -1
  74. package/dist/esm/calendar-agenda-fill-icon_36.entry.js.map +1 -1
  75. package/dist/esm/checkmark-icon_15.entry.js +1 -1
  76. package/dist/esm/checkmark-icon_15.entry.js.map +1 -1
  77. package/dist/esm/google-logo-icon_6.entry.js +9 -9
  78. package/dist/esm/google-logo-icon_6.entry.js.map +1 -1
  79. package/dist/esm/input-dropdown_2.entry.js +2 -2
  80. package/dist/esm/input-dropdown_2.entry.js.map +1 -1
  81. package/dist/esm/loader.js +1 -1
  82. package/dist/esm/nylas-booked-event-card_12.entry.js +14 -10
  83. package/dist/esm/nylas-booked-event-card_12.entry.js.map +1 -1
  84. package/dist/esm/nylas-event-calendar_3.entry.js.map +1 -1
  85. package/dist/esm/nylas-key-points.entry.js +1 -1
  86. package/dist/esm/nylas-key-points.entry.js.map +1 -1
  87. package/dist/esm/nylas-provider.entry.js +1 -1
  88. package/dist/esm/nylas-scheduling.entry.js +3 -3
  89. package/dist/esm/nylas-scheduling.entry.js.map +1 -1
  90. package/dist/esm/nylas-web-elements.js +1 -1
  91. package/dist/esm/{scheduler-store-59b3f29b.js → scheduler-store-ef022be9.js} +10 -2
  92. package/dist/esm/scheduler-store-ef022be9.js.map +1 -0
  93. package/dist/nylas-web-elements/nylas-web-elements.esm.js +1 -1
  94. package/dist/nylas-web-elements/nylas-web-elements.esm.js.map +1 -1
  95. package/dist/nylas-web-elements/p-13a6c977.entry.js +2 -0
  96. package/dist/nylas-web-elements/p-13a6c977.entry.js.map +1 -0
  97. package/dist/nylas-web-elements/{p-a6fbfec1.entry.js → p-1fb32e0e.entry.js} +2 -2
  98. package/dist/nylas-web-elements/{p-40e57350.entry.js → p-463d9c42.entry.js} +2 -2
  99. package/dist/nylas-web-elements/{p-40e57350.entry.js.map → p-463d9c42.entry.js.map} +1 -1
  100. package/dist/nylas-web-elements/p-4e20f21a.entry.js.map +1 -1
  101. package/dist/nylas-web-elements/{p-ef506ab3.entry.js → p-55886492.entry.js} +2 -2
  102. package/dist/nylas-web-elements/p-55886492.entry.js.map +1 -0
  103. package/dist/nylas-web-elements/p-731a856b.js +2 -0
  104. package/dist/nylas-web-elements/p-731a856b.js.map +1 -0
  105. package/dist/nylas-web-elements/{p-4130014c.entry.js → p-74dfe60e.entry.js} +2 -2
  106. package/dist/nylas-web-elements/{p-4130014c.entry.js.map → p-74dfe60e.entry.js.map} +1 -1
  107. package/dist/nylas-web-elements/p-a6a52e17.entry.js +2 -0
  108. package/dist/nylas-web-elements/p-a6a52e17.entry.js.map +1 -0
  109. package/dist/nylas-web-elements/{p-8841358d.entry.js → p-a906d005.entry.js} +2 -2
  110. package/dist/nylas-web-elements/p-a906d005.entry.js.map +1 -0
  111. package/dist/nylas-web-elements/p-ab3ba8dc.entry.js +2 -0
  112. package/dist/nylas-web-elements/p-ab3ba8dc.entry.js.map +1 -0
  113. package/dist/types/components/design-system/time-period-selector/time-period-selector.d.ts +1 -1
  114. package/dist/types/components/nylas-notebook/nylas-key-points/nylas-key-points.d.ts +1 -6
  115. package/dist/types/components/scheduler/nylas-booked-event-card/nylas-booked-event-card.d.ts +2 -1
  116. package/dist/types/components/scheduler/nylas-booking-form/nylas-booking-form.d.ts +1 -1
  117. package/dist/types/components/scheduler/nylas-organizer-confirmation-card/nylas-organizer-confirmation-card.d.ts +1 -1
  118. package/dist/types/components/scheduler-editor/nylas-editor-tabs-group/nylas-editor-tabs-group.d.ts +5 -5
  119. package/dist/types/components/scheduler-editor/nylas-event-calendar/nylas-event-calendar.d.ts +1 -2
  120. package/dist/types/components.d.ts +12 -12
  121. package/dist/types/connector/nylas-scheduler-connector/errors/index.d.ts +1 -31
  122. package/dist/types/connector/shared/api/scheduler.d.ts +1 -1
  123. package/dist/types/types/index.d.ts +36 -0
  124. package/package.json +2 -2
  125. package/dist/cjs/scheduler-store-599282e9.js.map +0 -1
  126. package/dist/esm/scheduler-store-59b3f29b.js.map +0 -1
  127. package/dist/nylas-web-elements/p-790c6070.js +0 -2
  128. package/dist/nylas-web-elements/p-790c6070.js.map +0 -1
  129. package/dist/nylas-web-elements/p-8841358d.entry.js.map +0 -1
  130. package/dist/nylas-web-elements/p-ac757a7b.entry.js +0 -2
  131. package/dist/nylas-web-elements/p-ac757a7b.entry.js.map +0 -1
  132. package/dist/nylas-web-elements/p-b0f18064.entry.js +0 -2
  133. package/dist/nylas-web-elements/p-b0f18064.entry.js.map +0 -1
  134. package/dist/nylas-web-elements/p-ef506ab3.entry.js.map +0 -1
  135. package/dist/nylas-web-elements/p-f99b677f.entry.js +0 -2
  136. package/dist/nylas-web-elements/p-f99b677f.entry.js.map +0 -1
  137. /package/dist/nylas-web-elements/{p-a6fbfec1.entry.js.map → p-1fb32e0e.entry.js.map} +0 -0
@@ -383,7 +383,7 @@ const NylasEditorTabs = class {
383
383
  if (this.enableUserFeedback && !feedbackSync.isInitialized()) {
384
384
  feedbackSync.init({
385
385
  dsn: 'https://9d5731f1c77ca84c9ed3fb9b3ccf7ee1@o74852.ingest.us.sentry.io/4507889638178816',
386
- release: "1.3.6",
386
+ release: "1.4.0",
387
387
  integrations: integrations => [
388
388
  ...integrations.filter(_integration => false),
389
389
  feedbackSync.feedbackSyncIntegration({
@@ -440,7 +440,7 @@ const NylasEditorTabs = class {
440
440
  captureContext: {
441
441
  tags: {
442
442
  'nylas-web-element': 'nylas-scheduler-editor',
443
- 'nylas-web-element-version': "1.3.6",
443
+ 'nylas-web-element-version': "1.4.0",
444
444
  'nylas-config-id': this.selectedConfiguration?.id,
445
445
  'nylas-slug': this.selectedConfiguration?.slug,
446
446
  'host-url': window.location.href,
@@ -995,7 +995,7 @@ const NylasEditorTabsGroup = class {
995
995
  if (this.enableUserFeedback && !feedbackSync.isInitialized()) {
996
996
  feedbackSync.init({
997
997
  dsn: 'https://9d5731f1c77ca84c9ed3fb9b3ccf7ee1@o74852.ingest.us.sentry.io/4507889638178816',
998
- release: "1.3.6",
998
+ release: "1.4.0",
999
999
  integrations: integrations => [
1000
1000
  ...integrations.filter(_integration => false),
1001
1001
  feedbackSync.feedbackSyncIntegration({
@@ -1048,7 +1048,7 @@ const NylasEditorTabsGroup = class {
1048
1048
  captureContext: {
1049
1049
  tags: {
1050
1050
  'nylas-web-element': 'nylas-scheduler-editor',
1051
- 'nylas-web-element-version': "1.3.6",
1051
+ 'nylas-web-element-version': "1.4.0",
1052
1052
  },
1053
1053
  extra: {
1054
1054
  configId: this.selectedConfiguration?.id,
@@ -1267,9 +1267,9 @@ const NylasEditorTabsGroup = class {
1267
1267
  }
1268
1268
  render() {
1269
1269
  utils.debug('[nylas-editor-tabs-group]', 'render', this.formState);
1270
- return (index.h(index.Host, { key: 'afdf097ad3a673c5290d560773673f555319dcfb' }, index.h("form", { key: '7f7e51ad07c4b8f2c95a546fa847f4b14f002b15', onSubmit: this.formSubmissionHandler, class: "scheduler-editor", ref: el => (this.formRef = el), noValidate: true }, this.mode === 'app' ? (index.h("div", { class: "return-to-calendar-view", part: "editor__return-to-calendar-view net__return-to-calendar-view" }, index.h("button-component", { id: "return-to-calendar-view-button", variant: "invisible", part: "nset__header__back-button", type: "button", onClick: e => {
1270
+ return (index.h(index.Host, { key: '80f6d7605323f94c0c42c82a93a54841f7ce6fce' }, index.h("form", { key: 'dc53448c3981f476b3dffb8b1415899d8af97ac7', onSubmit: this.formSubmissionHandler, class: "scheduler-editor", ref: el => (this.formRef = el), noValidate: true }, this.mode === 'app' ? (index.h("div", { class: "return-to-calendar-view", part: "editor__return-to-calendar-view net__return-to-calendar-view" }, index.h("button-component", { id: "return-to-calendar-view-button", variant: "invisible", part: "nset__header__back-button", type: "button", onClick: e => {
1271
1271
  this.setActiveTab(e, TabGroup.CalendarView);
1272
- } }, index.h("chevron-icon", { width: "16", height: "16" }), index.h("span", null, "Return to Calendar view")))) : null, this.mode === 'app' ? (index.h("div", { class: "form-contents", part: "editor__form-contents net__form-contents" }, index.h("div", { class: "tabs", part: "editor__tabs net__tabs" }, index.h("button", { name: TabGroup.BookingOptions, class: { tab: true, active: this.activeTab == TabGroup.BookingOptions, hide: this.hideTab(TabGroup.BookingOptions) }, part: "editortab__booking-options net__tab-booking-options", onClick: e => this.setActiveTab(e, TabGroup.BookingOptions) }, index.h("flow-icon", { width: "16", height: "16" }), utils.instance.t('bookingOptionsTab')), index.h("button", { name: TabGroup.BookingForm, class: { tab: true, active: this.activeTab == 'bookingForm', hide: this.hideTab(TabGroup.BookingForm) }, part: "editortab__booking-form net__tab-booking-form", onClick: e => this.setActiveTab(e, TabGroup.BookingForm) }, this.activeTab == TabGroup.BookingForm ? index.h("calendar-agenda-fill-icon", { width: "16", height: "16" }) : index.h("calendar-agenda-icon", { width: "16", height: "16" }), utils.instance.t('bookingFormTab')), index.h("button", { name: TabGroup.Communications, class: { tab: true, active: this.activeTab == 'communications', hide: this.hideTab(TabGroup.Communications) }, onClick: e => this.setActiveTab(e, TabGroup.Communications), part: "editortab__communications net__tab-communications" }, this.activeTab == TabGroup.Communications ? index.h("envelope-fill-icon", { width: "16", height: "16" }) : index.h("envelope-icon", { width: "16", height: "16" }), utils.instance.t('communicationsTab')), index.h("button", { name: TabGroup.PageStyles, class: { tab: true, active: this.activeTab == 'pageStyles', hide: this.hideTab(TabGroup.PageStyles) }, onClick: e => this.setActiveTab(e, TabGroup.PageStyles), part: "editortab__page-styles net__tab-page-styles" }, this.activeTab == TabGroup.PageStyles ? index.h("paintbrush-fill-icon", { width: "16", height: "16" }) : index.h("paintbrush-icon", { width: "16", height: "16" }), utils.instance.t('pageStylesTab'))), index.h("div", { class: "tab-content", part: "editor__tab-content net__tab-content" }, index.h(TabContentsGroup, { formState: this.formState, activeTab: this.activeTab, currentUser: this.currentUser, calendars: this.calendars, id: this.selectedConfiguration?.id ?? 'new', i18next: utils.instance })))) : (index.h("div", { class: "composable", key: this.selectedConfiguration?.id }, index.h("slot", null))), index.h("div", { key: '922210f9a184ff3ddb83630db4ae6ee1d9dd2944', class: "footer", part: "editor__footer net__footer" }, index.h("div", { key: '5d8a938c31b831833ebe3030fee8da39acb12edb', class: "preview", part: "editor__footer-preview net__footer-preview" }, this.enableUserFeedback && (index.h("button-component", { title: "Share your feedback", id: "report-issue", variant: 'basic', onClick: e => this.onFeedbackClick(e) }, index.h("feedback-icon", null))), this.activeTab === TabGroup.CalendarView && (index.h("button-component", { title: "Go to page settings", id: "page-settings", variant: 'basic', onClick: e => this.setActiveTab(e, TabGroup.BookingOptions) }, "Page settings"))), index.h("div", { key: '07889582bf417de6ccc1ce5a74f2a1c39559f9c0', class: "buttons", part: "editor__footer-buttons net__footer-buttons" }, index.h("p", { key: 'ad80bbca9db6703743093ca6fee0bb3a949e66c6', class: {
1272
+ } }, index.h("chevron-icon", { width: "16", height: "16" }), index.h("span", null, "Return to Calendar view")))) : null, this.mode === 'app' ? (index.h("div", { class: "form-contents", part: "editor__form-contents net__form-contents" }, index.h("div", { class: "tabs", part: "editor__tabs net__tabs" }, index.h("button", { name: TabGroup.BookingOptions, class: { tab: true, active: this.activeTab == TabGroup.BookingOptions, hide: this.hideTab(TabGroup.BookingOptions) }, part: "editortab__booking-options net__tab-booking-options", onClick: e => this.setActiveTab(e, TabGroup.BookingOptions) }, index.h("flow-icon", { width: "16", height: "16" }), utils.instance.t('bookingOptionsTab')), index.h("button", { name: TabGroup.BookingForm, class: { tab: true, active: this.activeTab == TabGroup.BookingForm, hide: this.hideTab(TabGroup.BookingForm) }, part: "editortab__booking-form net__tab-booking-form", onClick: e => this.setActiveTab(e, TabGroup.BookingForm) }, this.activeTab == TabGroup.BookingForm ? index.h("calendar-agenda-fill-icon", { width: "16", height: "16" }) : index.h("calendar-agenda-icon", { width: "16", height: "16" }), utils.instance.t('bookingFormTab')), index.h("button", { name: TabGroup.Communications, class: { tab: true, active: this.activeTab == TabGroup.Communications, hide: this.hideTab(TabGroup.Communications) }, onClick: e => this.setActiveTab(e, TabGroup.Communications), part: "editortab__communications net__tab-communications" }, this.activeTab == TabGroup.Communications ? index.h("envelope-fill-icon", { width: "16", height: "16" }) : index.h("envelope-icon", { width: "16", height: "16" }), utils.instance.t('communicationsTab')), index.h("button", { name: TabGroup.PageStyles, class: { tab: true, active: this.activeTab == TabGroup.PageStyles, hide: this.hideTab(TabGroup.PageStyles) }, onClick: e => this.setActiveTab(e, TabGroup.PageStyles), part: "editortab__page-styles net__tab-page-styles" }, this.activeTab == TabGroup.PageStyles ? index.h("paintbrush-fill-icon", { width: "16", height: "16" }) : index.h("paintbrush-icon", { width: "16", height: "16" }), utils.instance.t('pageStylesTab'))), index.h("div", { class: "tab-content", part: "editor__tab-content net__tab-content" }, index.h(TabContentsGroup, { formState: this.formState, activeTab: this.activeTab, currentUser: this.currentUser, calendars: this.calendars, id: this.selectedConfiguration?.id ?? 'new', i18next: utils.instance })))) : (index.h("div", { class: "composable", key: this.selectedConfiguration?.id }, index.h("slot", null))), index.h("div", { key: '8f0cd2cc7110a467eaaeba5a8698be56b7242860', class: "footer", part: "editor__footer net__footer" }, index.h("div", { key: '6bc62bd12942861a5e529dabe0102272c48b7daa', class: "preview", part: "editor__footer-preview net__footer-preview" }, this.enableUserFeedback && (index.h("button-component", { title: "Share your feedback", id: "report-issue", variant: 'basic', onClick: e => this.onFeedbackClick(e) }, index.h("feedback-icon", null))), this.activeTab === TabGroup.CalendarView && (index.h("button-component", { title: "Go to page settings", id: "page-settings", variant: 'basic', onClick: e => this.setActiveTab(e, TabGroup.BookingOptions) }, "Page settings"))), index.h("div", { key: 'f304c79865183375c2ff53285e60de1ef417c9a7', class: "buttons", part: "editor__footer-buttons net__footer-buttons" }, index.h("p", { key: 'b17c3f605ed0bf2e41b5fd37515ebeb661582f9c', class: {
1273
1273
  'unsaved-changes': this.hasUnsavedChanges && !this.changesSaved,
1274
1274
  'saved-changes': this.changesSaved,
1275
1275
  'error': this.error !== '',
@@ -1278,17 +1278,17 @@ const NylasEditorTabsGroup = class {
1278
1278
  ? utils.instance.t('unsavedChangesLabel')
1279
1279
  : this.error == '' && this.changesSaved
1280
1280
  ? `${utils.instance.t('changesSavedLabel')}!`
1281
- : ''), index.h("div", { key: 'a53e7d929f8e0cdaf36d2e43e98b8703cd6f2379', class: "footer-buttons__row" }, this.schedulerPreviewLink !== '' && this.action === 'edit' && (index.h("button-component", { title: "Preview", type: "button", disabled: this.isLoading, clickHandler: event => {
1281
+ : ''), index.h("div", { key: '091db183c2fca1d28ae77f80243b76639ea6efa9', class: "footer-buttons__row" }, this.schedulerPreviewLink !== '' && this.action === 'edit' && (index.h("button-component", { title: "Preview", type: "button", disabled: this.isLoading, clickHandler: event => {
1282
1282
  event.preventDefault();
1283
1283
  const previewEvent = this.previewButtonClicked.emit(this.host);
1284
1284
  if (!previewEvent.defaultPrevented) {
1285
1285
  window.open(utils.parsePreviewLink(this.schedulerPreviewLink, this.selectedConfiguration), '_blank');
1286
1286
  }
1287
- }, variant: 'basic' }, index.h("eye-icon", null))), index.h("button-component", { key: '9c048ca1576e4bd508461a172f3ffdfafcf39698', type: "button", disabled: this.isLoading, clickHandler: event => {
1287
+ }, variant: 'basic' }, index.h("eye-icon", null))), index.h("button-component", { key: '87c0a5643895914dfb58877e79a7c8e4de281713', type: "button", disabled: this.isLoading, clickHandler: event => {
1288
1288
  event.preventDefault();
1289
1289
  this.cancelButtonClick.emit();
1290
1290
  this.error = '';
1291
- }, variant: 'basic', part: "editor__footer-cancel net__footer-cancel" }, utils.instance.t('backButton')), index.h("button-component", { key: '778f71bc70660a4e279db51a56fda244966a5694', type: "submit", disabled: this.isLoading, part: "editor__footer-cta, net__footer-cta" }, this.isLoading ? (index.h("span", null, utils.instance.t('savingButtonText'), index.h("loading-icon", null), ' ')) : this.action === 'create' ? (`${utils.instance.t('createButtonText')}`) : (`${utils.instance.t('saveChangesButtonText')}`)))))), this.showFeedbackModal && index.h("nylas-feedback-form", null)));
1291
+ }, variant: 'basic', part: "editor__footer-cancel net__footer-cancel" }, utils.instance.t('backButton')), index.h("button-component", { key: '0e65441dd017ddaec3eb451cc4abbca28820b6a6', type: "submit", disabled: this.isLoading, part: "editor__footer-cta, net__footer-cta" }, this.isLoading ? (index.h("span", null, utils.instance.t('savingButtonText'), index.h("loading-icon", null), ' ')) : this.action === 'create' ? (`${utils.instance.t('createButtonText')}`) : (`${utils.instance.t('saveChangesButtonText')}`)))))), this.showFeedbackModal && index.h("nylas-feedback-form", null)));
1292
1292
  }
1293
1293
  get host() { return index.getElement(this); }
1294
1294
  static get watchers() { return {