@nylas/web-elements 0.0.0-canary-20250318134614 → 0.0.0-test-20250319204140
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/cdn/input-color-picker/input-color-picker.es.js +699 -0
- package/dist/cdn/nylas-scheduler-editor/nylas-scheduler-editor.es.js +4 -4
- package/dist/cdn/nylas-scheduling/nylas-scheduling.es.js +3 -3
- package/dist/cjs/google-logo-icon_6.cjs.entry.js +4 -4
- package/dist/cjs/nylas-event-calendar_3.cjs.entry.js.map +1 -1
- package/dist/cjs/nylas-provider.cjs.entry.js +1 -1
- package/dist/cjs/nylas-scheduling.cjs.entry.js +3 -3
- package/dist/cjs/{scheduler-store-599282e9.js → scheduler-store-c1fc5cf3.js} +2 -2
- package/dist/cjs/{scheduler-store-599282e9.js.map → scheduler-store-c1fc5cf3.js.map} +1 -1
- package/dist/collection/components/scheduler-editor/nylas-event-calendar/nylas-event-calendar.js +2 -2
- package/dist/collection/components/scheduler-editor/nylas-event-calendar/nylas-event-calendar.js.map +1 -1
- package/dist/components/nylas-editor-tabs-group2.js +2 -2
- package/dist/components/nylas-editor-tabs2.js +2 -2
- package/dist/components/nylas-event-calendar2.js.map +1 -1
- package/dist/components/nylas-scheduling.js +2 -2
- package/dist/components/scheduler-store.js +1 -1
- package/dist/esm/google-logo-icon_6.entry.js +4 -4
- package/dist/esm/nylas-event-calendar_3.entry.js.map +1 -1
- package/dist/esm/nylas-provider.entry.js +1 -1
- package/dist/esm/nylas-scheduling.entry.js +3 -3
- package/dist/esm/{scheduler-store-59b3f29b.js → scheduler-store-bbb4cf8d.js} +2 -2
- package/dist/esm/{scheduler-store-59b3f29b.js.map → scheduler-store-bbb4cf8d.js.map} +1 -1
- package/dist/nylas-web-elements/nylas-web-elements.esm.js +1 -1
- package/dist/nylas-web-elements/{p-a6fbfec1.entry.js → p-14569ed8.entry.js} +2 -2
- package/dist/nylas-web-elements/p-4e20f21a.entry.js.map +1 -1
- package/dist/nylas-web-elements/{p-ef506ab3.entry.js → p-91bc630c.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-790c6070.js → p-f0c25e38.js} +2 -2
- package/dist/nylas-web-elements/{p-8841358d.entry.js → p-f7ea608d.entry.js} +2 -2
- package/dist/types/components/scheduler-editor/nylas-event-calendar/nylas-event-calendar.d.ts +1 -2
- package/package.json +2 -2
- /package/dist/nylas-web-elements/{p-a6fbfec1.entry.js.map → p-14569ed8.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-ef506ab3.entry.js.map → p-91bc630c.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-790c6070.js.map → p-f0c25e38.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-8841358d.entry.js.map → p-f7ea608d.entry.js.map} +0 -0
|
@@ -165,7 +165,7 @@ const NylasScheduling$1 = proxyCustomElement(class NylasScheduling extends HTMLE
|
|
|
165
165
|
if (this.enableUserFeedback && !isInitialized()) {
|
|
166
166
|
init({
|
|
167
167
|
dsn: 'https://9d5731f1c77ca84c9ed3fb9b3ccf7ee1@o74852.ingest.us.sentry.io/4507889638178816',
|
|
168
|
-
release: "1.
|
|
168
|
+
release: "1.4.0",
|
|
169
169
|
integrations: integrations => [
|
|
170
170
|
...integrations.filter(_integration => false),
|
|
171
171
|
feedbackSyncIntegration({
|
|
@@ -494,7 +494,7 @@ const NylasScheduling$1 = proxyCustomElement(class NylasScheduling extends HTMLE
|
|
|
494
494
|
captureContext: {
|
|
495
495
|
tags: {
|
|
496
496
|
'nylas-web-element': 'nylas-scheduling',
|
|
497
|
-
'nylas-web-element-version': "1.
|
|
497
|
+
'nylas-web-element-version': "1.4.0",
|
|
498
498
|
'nylas-config-id': this.configurationId,
|
|
499
499
|
'nylas-slug': this.slug,
|
|
500
500
|
'host-url': window.location.href,
|
|
@@ -186,7 +186,7 @@ class NylaSchedulerAPIConnector {
|
|
|
186
186
|
async makeAPIRequest(path, method, body, headers = {}) {
|
|
187
187
|
try {
|
|
188
188
|
const schedulerURL = new URL(this.schedulerAPIURL);
|
|
189
|
-
const version = "1.
|
|
189
|
+
const version = "1.4.0" ;
|
|
190
190
|
schedulerURL.pathname = path;
|
|
191
191
|
const response = await fetch(decodeURIComponent(schedulerURL.toString()), {
|
|
192
192
|
method,
|
|
@@ -379,7 +379,7 @@ const NylasEditorTabs = class {
|
|
|
379
379
|
if (this.enableUserFeedback && !isInitialized()) {
|
|
380
380
|
init({
|
|
381
381
|
dsn: 'https://9d5731f1c77ca84c9ed3fb9b3ccf7ee1@o74852.ingest.us.sentry.io/4507889638178816',
|
|
382
|
-
release: "1.
|
|
382
|
+
release: "1.4.0",
|
|
383
383
|
integrations: integrations => [
|
|
384
384
|
...integrations.filter(_integration => false),
|
|
385
385
|
feedbackSyncIntegration({
|
|
@@ -436,7 +436,7 @@ const NylasEditorTabs = class {
|
|
|
436
436
|
captureContext: {
|
|
437
437
|
tags: {
|
|
438
438
|
'nylas-web-element': 'nylas-scheduler-editor',
|
|
439
|
-
'nylas-web-element-version': "1.
|
|
439
|
+
'nylas-web-element-version': "1.4.0",
|
|
440
440
|
'nylas-config-id': this.selectedConfiguration?.id,
|
|
441
441
|
'nylas-slug': this.selectedConfiguration?.slug,
|
|
442
442
|
'host-url': window.location.href,
|
|
@@ -991,7 +991,7 @@ const NylasEditorTabsGroup = class {
|
|
|
991
991
|
if (this.enableUserFeedback && !isInitialized()) {
|
|
992
992
|
init({
|
|
993
993
|
dsn: 'https://9d5731f1c77ca84c9ed3fb9b3ccf7ee1@o74852.ingest.us.sentry.io/4507889638178816',
|
|
994
|
-
release: "1.
|
|
994
|
+
release: "1.4.0",
|
|
995
995
|
integrations: integrations => [
|
|
996
996
|
...integrations.filter(_integration => false),
|
|
997
997
|
feedbackSyncIntegration({
|
|
@@ -1044,7 +1044,7 @@ const NylasEditorTabsGroup = class {
|
|
|
1044
1044
|
captureContext: {
|
|
1045
1045
|
tags: {
|
|
1046
1046
|
'nylas-web-element': 'nylas-scheduler-editor',
|
|
1047
|
-
'nylas-web-element-version': "1.
|
|
1047
|
+
'nylas-web-element-version': "1.4.0",
|
|
1048
1048
|
},
|
|
1049
1049
|
extra: {
|
|
1050
1050
|
configId: this.selectedConfiguration?.id,
|