@konnectio/core 4.0.56-rc15 → 4.0.56-rc17

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 (44) hide show
  1. package/dist/{ActionField-v2VjBwyP.js → ActionField-FHpkuvKb.js} +3 -3
  2. package/dist/ActionField-FHpkuvKb.js.br +0 -0
  3. package/dist/{AvailabilitySkeleton-Qp8pBuKB.js → AvailabilitySkeleton-5cdinrJb.js} +31 -32
  4. package/dist/AvailabilitySkeleton-5cdinrJb.js.br +0 -0
  5. package/dist/{CheckoutWindow-zKWL14ZQ.js → CheckoutWindow-2QBoV8Ux.js} +24 -24
  6. package/dist/CheckoutWindow-2QBoV8Ux.js.br +0 -0
  7. package/dist/DateField.vue_vue_type_style_index_0_lang-8jh4ShrP.js +8026 -0
  8. package/dist/DateField.vue_vue_type_style_index_0_lang-8jh4ShrP.js.br +0 -0
  9. package/dist/{Field-813GNeV-.js → Field-XgLyezkE.js} +8 -9
  10. package/dist/Field-XgLyezkE.js.br +0 -0
  11. package/dist/ThankYou-qlEQeAKd.js +12057 -0
  12. package/dist/ThankYou-qlEQeAKd.js.br +0 -0
  13. package/dist/{SelectField.vue_vue_type_style_index_0_lang-e8Rmd6FZ.js → _-488L5zGs.js} +5419 -5540
  14. package/dist/_-488L5zGs.js.br +0 -0
  15. package/dist/_commonjsHelpers-f3sTPFkQ.js +8 -0
  16. package/dist/availability.js +45 -48
  17. package/dist/availability.js.br +0 -0
  18. package/dist/{event-mQu2QsEx.js → event-TnRfky1i.js} +43 -43
  19. package/dist/event-TnRfky1i.js.br +0 -0
  20. package/dist/event.js +63 -64
  21. package/dist/event.js.br +0 -0
  22. package/dist/gift-card-validation.js +82 -55
  23. package/dist/gift-card-validation.js.br +0 -0
  24. package/dist/gift-card.js +209 -208
  25. package/dist/gift-card.js.br +0 -0
  26. package/dist/hotel.js +959 -920
  27. package/dist/hotel.js.br +0 -0
  28. package/dist/polyfill.js +97 -97
  29. package/dist/polyfill.js.br +0 -0
  30. package/dist/style.css +1 -1
  31. package/dist/style.css.br +0 -0
  32. package/package.json +13 -13
  33. package/dist/ActionField-v2VjBwyP.js.br +0 -0
  34. package/dist/AvailabilitySkeleton-Qp8pBuKB.js.br +0 -0
  35. package/dist/CheckoutWindow-zKWL14ZQ.js.br +0 -0
  36. package/dist/DateField.vue_vue_type_style_index_0_lang-cmnH2g2d.js +0 -8558
  37. package/dist/DateField.vue_vue_type_style_index_0_lang-cmnH2g2d.js.br +0 -0
  38. package/dist/Field-813GNeV-.js.br +0 -0
  39. package/dist/SelectField.vue_vue_type_style_index_0_lang-e8Rmd6FZ.js.br +0 -0
  40. package/dist/ThankYou-CibbgAJf.js +0 -13233
  41. package/dist/ThankYou-CibbgAJf.js.br +0 -0
  42. package/dist/_-VRZUGIKe.js +0 -19
  43. package/dist/_commonjsHelpers-2ufMB8rV.js +0 -30
  44. package/dist/event-mQu2QsEx.js.br +0 -0
@@ -1,5 +1,4 @@
1
- import { k as l, o as a, l as o, m as n, n as i, p as s, q as r, _ as d } from "./SelectField.vue_vue_type_style_index_0_lang-e8Rmd6FZ.js";
2
- import { E as t } from "./_-VRZUGIKe.js";
1
+ import { k as l, o as a, x as t, m as n, y as i, t as s, z as o, A as r, v as d } from "./_-488L5zGs.js";
3
2
  const p = {
4
3
  key: 0,
5
4
  class: "skeleton-field-label"
@@ -11,32 +10,32 @@ const p = {
11
10
  isTextArea: { type: Boolean, default: !1 }
12
11
  },
13
12
  setup(f) {
14
- return (e, m) => (a(), o("div", {
13
+ return (e, m) => (a(), t("div", {
15
14
  class: r([
16
15
  "skeleton-field",
17
16
  { "is-text-area": e.isTextArea },
18
17
  { "no-label": e.noLabel }
19
18
  ])
20
19
  }, [
21
- e.noLabel ? (a(), o("div", c)) : (a(), o("div", p, [
22
- e.withIcon ? (a(), n(t, {
20
+ e.noLabel ? (a(), t("div", c)) : (a(), t("div", p, [
21
+ e.withIcon ? (a(), n(o, {
23
22
  key: 0,
24
23
  height: "15px",
25
24
  width: "15px"
26
25
  })) : i("", !0),
27
- s(t, {
26
+ s(o, {
28
27
  height: "15px",
29
28
  width: "30%"
30
29
  })
31
30
  ])),
32
- s(t, {
31
+ s(o, {
33
32
  height: e.isTextArea ? "82px" : "44px",
34
33
  width: "100%",
35
34
  "border-radius": "6px"
36
35
  }, null, 8, ["height"])
37
36
  ], 2));
38
37
  }
39
- }), u = /* @__PURE__ */ d(h, [["__scopeId", "data-v-992f78a1"]]);
38
+ }), k = /* @__PURE__ */ d(h, [["__scopeId", "data-v-992f78a1"]]);
40
39
  export {
41
- u as F
40
+ k as F
42
41
  };
Binary file