cja-phoenix 0.8.0 → 0.8.2

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 (102) hide show
  1. package/dist/cja-phoenix.es.js +11 -10
  2. package/dist/style.css +1 -1
  3. package/package.json +1 -1
  4. package/src/assets/iconia/fonts/CGG-icomoon.eot +0 -0
  5. package/src/assets/iconia/fonts/CGG-icomoon.svg +1 -1
  6. package/src/assets/iconia/fonts/CGG-icomoon.ttf +0 -0
  7. package/src/assets/iconia/fonts/CGG-icomoon.woff +0 -0
  8. package/src/assets/iconia/selection.json +1 -1
  9. package/src/assets/iconia/style.css +5 -5
  10. package/src/assets/iconia/style.scss +5 -5
  11. package/src/components/forms/CheckboxInput.vue +1 -1
  12. package/src/components/forms/RadioInput.vue +1 -1
  13. package/src/components/forms/SelectInput.vue +23 -11
  14. package/src/components/forms/TextInput.vue +8 -0
  15. package/src/components/forms/structure/InputTitle.vue +2 -2
  16. package/dist/types/histoire/stories/CjaButton.story.vue.d.ts +0 -2
  17. package/dist/types/histoire/stories/ContentTabs.story.vue.d.ts +0 -2
  18. package/dist/types/histoire/stories/Iconia.story.vue.d.ts +0 -2
  19. package/dist/types/histoire/stories/Modal.story.vue.d.ts +0 -2
  20. package/dist/types/histoire/stories/forms/CheckboxInput.story.vue.d.ts +0 -2
  21. package/dist/types/histoire/stories/forms/CheckboxInputList.story.vue.d.ts +0 -2
  22. package/dist/types/histoire/stories/forms/CurrencyInput.story.vue.d.ts +0 -2
  23. package/dist/types/histoire/stories/forms/DateInput.story.vue.d.ts +0 -2
  24. package/dist/types/histoire/stories/forms/PhoneInput.story.vue.d.ts +0 -2
  25. package/dist/types/histoire/stories/forms/RadioInput.story.vue.d.ts +0 -2
  26. package/dist/types/histoire/stories/forms/RadioInputList.story.vue.d.ts +0 -2
  27. package/dist/types/histoire/stories/forms/SelectInput.story.vue.d.ts +0 -2
  28. package/dist/types/histoire/stories/forms/TextInput.story.vue.d.ts +0 -2
  29. package/dist/types/histoire/stories/forms/TextareaInput.story.vue.d.ts +0 -2
  30. package/dist/types/histoire/stories/forms/TileCheckboxInput.story.vue.d.ts +0 -2
  31. /package/dist/types/{src/components → components}/composite/CheckoutCrossSell.vue.d.ts +0 -0
  32. /package/dist/types/{src/components → components}/composite/CheckoutLayout.vue.d.ts +0 -0
  33. /package/dist/types/{src/components → components}/composite/CheckoutMilestones.vue.d.ts +0 -0
  34. /package/dist/types/{src/components → components}/composite/CjaMenuBar.vue.d.ts +0 -0
  35. /package/dist/types/{src/components → components}/composite/FunnelLayout.vue.d.ts +0 -0
  36. /package/dist/types/{src/components → components}/composite/FunnelSubmit.vue.d.ts +0 -0
  37. /package/dist/types/{src/components → components}/composite/FunnelSummary.vue.d.ts +0 -0
  38. /package/dist/types/{src/components → components}/composite/FunnelTitle.vue.d.ts +0 -0
  39. /package/dist/types/{src/components → components}/composite/InfoShowcase.vue.d.ts +0 -0
  40. /package/dist/types/{src/components → components}/composite/JourneyMacroSteps.vue.d.ts +0 -0
  41. /package/dist/types/{src/components → components}/composite/ProductDetails.vue.d.ts +0 -0
  42. /package/dist/types/{src/components → components}/composite/ResultsLayout.vue.d.ts +0 -0
  43. /package/dist/types/{src/components → components}/composite/ResultsSidebar.vue.d.ts +0 -0
  44. /package/dist/types/{src/components → components}/forms/CheckboxInput.vue.d.ts +0 -0
  45. /package/dist/types/{src/components → components}/forms/CheckboxInputList.vue.d.ts +0 -0
  46. /package/dist/types/{src/components → components}/forms/CurrencyInput.vue.d.ts +0 -0
  47. /package/dist/types/{src/components → components}/forms/DateInput.vue.d.ts +0 -0
  48. /package/dist/types/{src/components → components}/forms/FileInput.vue.d.ts +0 -0
  49. /package/dist/types/{src/components → components}/forms/NumberInput.vue.d.ts +0 -0
  50. /package/dist/types/{src/components → components}/forms/PhoneInput.vue.d.ts +0 -0
  51. /package/dist/types/{src/components → components}/forms/RadioInput.vue.d.ts +0 -0
  52. /package/dist/types/{src/components → components}/forms/RadioInputList.vue.d.ts +0 -0
  53. /package/dist/types/{src/components → components}/forms/SelectInput.vue.d.ts +0 -0
  54. /package/dist/types/{src/components → components}/forms/SelectionTiles.vue.d.ts +0 -0
  55. /package/dist/types/{src/components → components}/forms/SliderInput.vue.d.ts +0 -0
  56. /package/dist/types/{src/components → components}/forms/TextInput.vue.d.ts +0 -0
  57. /package/dist/types/{src/components → components}/forms/TextareaInput.vue.d.ts +0 -0
  58. /package/dist/types/{src/components → components}/forms/TileCheckboxInput.vue.d.ts +0 -0
  59. /package/dist/types/{src/components → components}/forms/ToggleInput.vue.d.ts +0 -0
  60. /package/dist/types/{src/components → components}/forms/structure/InputContainer.vue.d.ts +0 -0
  61. /package/dist/types/{src/components → components}/forms/structure/InputError.vue.d.ts +0 -0
  62. /package/dist/types/{src/components → components}/forms/structure/InputTitle.vue.d.ts +0 -0
  63. /package/dist/types/{src/components → components}/index.d.ts +0 -0
  64. /package/dist/types/{src/components → components}/structural/CjaButton.vue.d.ts +0 -0
  65. /package/dist/types/{src/components → components}/structural/CollapseContainer.vue.d.ts +0 -0
  66. /package/dist/types/{src/components → components}/structural/ContentTabs.vue.d.ts +0 -0
  67. /package/dist/types/{src/components → components}/structural/Drawer.vue.d.ts +0 -0
  68. /package/dist/types/{src/components → components}/structural/FixedContainer.vue.d.ts +0 -0
  69. /package/dist/types/{src/components → components}/structural/GridContainer.vue.d.ts +0 -0
  70. /package/dist/types/{src/components → components}/structural/GridItem.vue.d.ts +0 -0
  71. /package/dist/types/{src/components → components}/structural/InfoMessage.vue.d.ts +0 -0
  72. /package/dist/types/{src/components → components}/structural/LoadingSpinner.vue.d.ts +0 -0
  73. /package/dist/types/{src/components → components}/structural/Modal.vue.d.ts +0 -0
  74. /package/dist/types/{src/components → components}/structural/Scaffold.vue.d.ts +0 -0
  75. /package/dist/types/{src/data → data}/dial_codes.d.ts +0 -0
  76. /package/dist/types/{src/index.d.ts → index.d.ts} +0 -0
  77. /package/dist/types/{src/types → types}/CheckboxOption.d.ts +0 -0
  78. /package/dist/types/{src/types → types}/CheckoutMilestone.d.ts +0 -0
  79. /package/dist/types/{src/types → types}/Icon.d.ts +0 -0
  80. /package/dist/types/{src/types → types}/Menu.d.ts +0 -0
  81. /package/dist/types/{src/types → types}/RadioOption.d.ts +0 -0
  82. /package/dist/types/{src/types → types}/Router.d.ts +0 -0
  83. /package/dist/types/{src/types → types}/SelectOption.d.ts +0 -0
  84. /package/dist/types/{src/types → types}/StoreDataValue.d.ts +0 -0
  85. /package/dist/types/{src/types → types}/TileOption.d.ts +0 -0
  86. /package/dist/types/{src/types → types}/index.d.ts +0 -0
  87. /package/dist/types/{src/utils → utils}/cjaRouter.d.ts +0 -0
  88. /package/dist/types/{src/utils → utils}/cjaStore.d.ts +0 -0
  89. /package/dist/types/{src/utils → utils}/findScrollAncestor.d.ts +0 -0
  90. /package/dist/types/{src/utils → utils}/formValidations.d.ts +0 -0
  91. /package/dist/types/{src/utils → utils}/generateRoutes.d.ts +0 -0
  92. /package/dist/types/{src/utils → utils}/getCalendarUrl.d.ts +0 -0
  93. /package/dist/types/{src/utils → utils}/getFromUrl.d.ts +0 -0
  94. /package/dist/types/{src/utils → utils}/getMessages.d.ts +0 -0
  95. /package/dist/types/{src/utils → utils}/gtm.d.ts +0 -0
  96. /package/dist/types/{src/utils → utils}/index.d.ts +0 -0
  97. /package/dist/types/{src/utils → utils}/jsonReviver.d.ts +0 -0
  98. /package/dist/types/{src/utils → utils}/updateForm.d.ts +0 -0
  99. /package/dist/types/{src/utils → utils}/uploadFile.d.ts +0 -0
  100. /package/dist/types/{src/utils → utils}/useGlobalProperties.d.ts +0 -0
  101. /package/dist/types/{src/utils → utils}/useHeaderHeight.d.ts +0 -0
  102. /package/dist/types/{src/utils → utils}/useViewportDetector.d.ts +0 -0
@@ -7093,12 +7093,12 @@ const Ib = {
7093
7093
  }, [
7094
7094
  C("span", null, re(t.title), 1),
7095
7095
  t.tooltip ? Bt((w(), S("span", Ib, null, 512)), [
7096
- [n, t.tooltip]
7096
+ [n, { content: t.tooltip }]
7097
7097
  ]) : z("", !0)
7098
7098
  ], 2)) : z("", !0);
7099
7099
  };
7100
7100
  }
7101
- }), Oa = /* @__PURE__ */ Oe(Nb, [["__scopeId", "data-v-b13a7854"]]);
7101
+ }), Oa = /* @__PURE__ */ Oe(Nb, [["__scopeId", "data-v-8177776c"]]);
7102
7102
  const Pb = { class: "input-error" }, xb = ue({
7103
7103
  __name: "InputError",
7104
7104
  props: {
@@ -7168,7 +7168,8 @@ const Vb = ue({
7168
7168
  c.title ? (w(), Q(Oa, Ge(He({ key: 0 }, { title: c.title, tooltip: c.tooltip, size: c.size, disabled: c.disabled })), null, 16)) : z("", !0),
7169
7169
  C("div", {
7170
7170
  class: ne(["input-wrapper", {
7171
- error: D(r)
7171
+ error: D(r),
7172
+ disabled: c.disabled
7172
7173
  }])
7173
7174
  }, [
7174
7175
  Bt(C("input", He({
@@ -7200,7 +7201,7 @@ const Vb = ue({
7200
7201
  _: 1
7201
7202
  }, 16));
7202
7203
  }
7203
- }), Tf = /* @__PURE__ */ Oe(Vb, [["__scopeId", "data-v-3877b298"]]);
7204
+ }), Tf = /* @__PURE__ */ Oe(Vb, [["__scopeId", "data-v-0ea1fc25"]]);
7204
7205
  const Yb = ue({
7205
7206
  __name: "TextareaInput",
7206
7207
  props: {
@@ -14125,7 +14126,7 @@ const VA = (e) => (Jt("data-v-ed144b3e"), e = e(), Qt(), e), YA = ["onClick"], U
14125
14126
  }, 16));
14126
14127
  }
14127
14128
  }), HA = /* @__PURE__ */ Oe(jA, [["__scopeId", "data-v-ed144b3e"]]);
14128
- const WA = (e) => (Jt("data-v-00a07c16"), e = e(), Qt(), e), zA = /* @__PURE__ */ WA(() => /* @__PURE__ */ C("div", { class: "checkbox-icon m-cgg-icon--check2" }, null, -1)), GA = {
14129
+ const WA = (e) => (Jt("data-v-726044aa"), e = e(), Qt(), e), zA = /* @__PURE__ */ WA(() => /* @__PURE__ */ C("div", { class: "checkbox-icon m-cgg-icon--check2" }, null, -1)), GA = {
14129
14130
  key: 0,
14130
14131
  class: "text-container"
14131
14132
  }, qA = ue({
@@ -14184,7 +14185,7 @@ const WA = (e) => (Jt("data-v-00a07c16"), e = e(), Qt(), e), zA = /* @__PURE__ *
14184
14185
  _: 3
14185
14186
  }));
14186
14187
  }
14187
- }), ol = /* @__PURE__ */ Oe(qA, [["__scopeId", "data-v-00a07c16"]]);
14188
+ }), ol = /* @__PURE__ */ Oe(qA, [["__scopeId", "data-v-726044aa"]]);
14188
14189
  const KA = ue({
14189
14190
  __name: "CheckboxInputList",
14190
14191
  props: /* @__PURE__ */ $a({
@@ -14245,7 +14246,7 @@ const KA = ue({
14245
14246
  }, 16));
14246
14247
  }
14247
14248
  }), XA = /* @__PURE__ */ Oe(KA, [["__scopeId", "data-v-ff1c1770"]]);
14248
- const ZA = (e) => (Jt("data-v-67dad8d0"), e = e(), Qt(), e), JA = /* @__PURE__ */ ZA(() => /* @__PURE__ */ C("em", { class: "m-cgg-icon--chevron-down" }, null, -1)), QA = { class: "list-wrapper" }, eI = { key: 0 }, tI = ["onClick"], aI = {
14249
+ const ZA = (e) => (Jt("data-v-1472ad06"), e = e(), Qt(), e), JA = /* @__PURE__ */ ZA(() => /* @__PURE__ */ C("em", { class: "m-cgg-icon--chevron-down" }, null, -1)), QA = { class: "list-wrapper" }, eI = { key: 0 }, tI = ["onClick"], aI = {
14249
14250
  key: 2,
14250
14251
  class: "empty-search-results"
14251
14252
  }, nI = ue({
@@ -14421,7 +14422,7 @@ const ZA = (e) => (Jt("data-v-67dad8d0"), e = e(), Qt(), e), JA = /* @__PURE__ *
14421
14422
  _: 1
14422
14423
  }, 16));
14423
14424
  }
14424
- }), tv = /* @__PURE__ */ Oe(nI, [["__scopeId", "data-v-67dad8d0"]]), rI = [
14425
+ }), tv = /* @__PURE__ */ Oe(nI, [["__scopeId", "data-v-1472ad06"]]), rI = [
14425
14426
  {
14426
14427
  value: 93,
14427
14428
  label: "\u{1F1E6}\u{1F1EB} Afghanistan (+93)",
@@ -16018,7 +16019,7 @@ const sI = ue({
16018
16019
  }, 16));
16019
16020
  }
16020
16021
  }), iI = /* @__PURE__ */ Oe(sI, [["__scopeId", "data-v-c4941af0"]]);
16021
- const oI = (e) => (Jt("data-v-604a8e62"), e = e(), Qt(), e), lI = { class: "input-container" }, uI = ["name"], cI = /* @__PURE__ */ oI(() => /* @__PURE__ */ C("div", { class: "radio-icon" }, null, -1)), dI = {
16022
+ const oI = (e) => (Jt("data-v-1d238df6"), e = e(), Qt(), e), lI = { class: "input-container" }, uI = ["name"], cI = /* @__PURE__ */ oI(() => /* @__PURE__ */ C("div", { class: "radio-icon" }, null, -1)), dI = {
16022
16023
  key: 0,
16023
16024
  class: "text-container"
16024
16025
  }, fI = ue({
@@ -16077,7 +16078,7 @@ const oI = (e) => (Jt("data-v-604a8e62"), e = e(), Qt(), e), lI = { class: "inpu
16077
16078
  }, null, 8, ["error"])) : z("", !0)
16078
16079
  ]));
16079
16080
  }
16080
- }), pI = /* @__PURE__ */ Oe(fI, [["__scopeId", "data-v-604a8e62"]]);
16081
+ }), pI = /* @__PURE__ */ Oe(fI, [["__scopeId", "data-v-1d238df6"]]);
16081
16082
  const vI = ue({
16082
16083
  __name: "RadioInputList",
16083
16084
  props: /* @__PURE__ */ $a({