@cling-se/widget 0.7.0 → 0.7.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.
@@ -26226,7 +26226,7 @@ const qG = [
26226
26226
  {
26227
26227
  name: "send",
26228
26228
  path: "/send",
26229
- component: () => import("./DocFormSend.c9d155e8.js"),
26229
+ component: () => import("./DocFormSend.cce6db5c.js"),
26230
26230
  props: !0,
26231
26231
  meta: {
26232
26232
  mode: "drawer",
@@ -26237,7 +26237,7 @@ const qG = [
26237
26237
  {
26238
26238
  name: "sendReminder",
26239
26239
  path: "/sendReminder",
26240
- component: () => import("./DocSendReminder.400202d0.js"),
26240
+ component: () => import("./DocSendReminder.d7597acc.js"),
26241
26241
  props: !0,
26242
26242
  meta: {
26243
26243
  mode: "modal",
@@ -26248,7 +26248,7 @@ const qG = [
26248
26248
  {
26249
26249
  name: "timeline",
26250
26250
  path: "/timeline",
26251
- component: () => import("./DocTimeline.3faeb01a.js"),
26251
+ component: () => import("./DocTimeline.cfb41c0d.js"),
26252
26252
  props: !0,
26253
26253
  meta: {
26254
26254
  mode: "modal",
@@ -26258,7 +26258,7 @@ const qG = [
26258
26258
  {
26259
26259
  name: "receipt",
26260
26260
  path: "/receipt",
26261
- component: () => import("./DocReceipt.f295022f.js"),
26261
+ component: () => import("./DocReceipt.6d060487.js"),
26262
26262
  props: !0,
26263
26263
  meta: {
26264
26264
  mode: "modal",
@@ -26783,7 +26783,7 @@ const rq = (e, { renewToken: t }) => {
26783
26783
  withCredentials: t,
26784
26784
  paramsSerializer: (f) => nq(f)
26785
26785
  });
26786
- r.defaults.headers["X-CLIENT"] = "widget", r.defaults.headers["X-CLIENT-VERSION"] = "0.7.0";
26786
+ r.defaults.headers["X-CLIENT"] = "widget", r.defaults.headers["X-CLIENT-VERSION"] = "0.7.1";
26787
26787
  const i = async (f, d, p = null, h = {}) => {
26788
26788
  const m = d.startsWith("/public/"), g = pe.getItem("token");
26789
26789
  switch (g && !m && (r.defaults.headers["X-TOKEN"] = g), f) {
@@ -29592,7 +29592,7 @@ const Az = /* @__PURE__ */ ra(jk.exports), Oz = Q.rollbar.clientToken, Iz = new
29592
29592
  payload: {
29593
29593
  client: {
29594
29594
  javascript: {
29595
- code_version: "0.7.0",
29595
+ code_version: "0.7.1",
29596
29596
  source_map_enabled: !0,
29597
29597
  guess_uncaught_frames: !0
29598
29598
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cling-se/widget",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.umd.js",
6
6
  "module": "./dist/index.es.js",