@mx-cartographer/insights-ui 1.16.16-alpha.JB0 → 1.16.16-alpha.JB1

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.
@@ -10,14 +10,14 @@ export interface UserFeedbackContent {
10
10
  continue: string;
11
11
  description: string;
12
12
  feedback: string;
13
- feedbackPlaceholder: string;
14
- feedbackSent: string;
13
+ feedback_placeholder: string;
14
+ feedback_sent: string;
15
15
  question1: string;
16
16
  question2: string;
17
17
  question3: string;
18
- stronglyAgree: string;
19
- stronglyDisagree: string;
20
- submitFeedback: string;
18
+ strongly_agree: string;
19
+ strongly_disagree: string;
20
+ submit_feedback: string;
21
21
  thankYou: string;
22
22
  title: string;
23
23
  }
package/dist/index.es.js CHANGED
@@ -2812,7 +2812,7 @@ const l1 = ({
2812
2812
  {
2813
2813
  beat: {
2814
2814
  ...t,
2815
- call_to_action: O ? r.submitFeedback : r.continue
2815
+ call_to_action: O ? r.submit_feedback : r.continue
2816
2816
  },
2817
2817
  ...n,
2818
2818
  disabled: !y.some(Boolean) && !O,
@@ -2866,8 +2866,8 @@ const l1 = ({
2866
2866
  }
2867
2867
  ),
2868
2868
  /* @__PURE__ */ d(pe, { alignItems: "center", display: "flex", justifyContent: "space-between", mt: 4, children: [
2869
- /* @__PURE__ */ e(C, { ...H, children: r.stronglyDisagree }),
2870
- /* @__PURE__ */ e(C, { ...H, children: r.stronglyAgree })
2869
+ /* @__PURE__ */ e(C, { ...H, children: r.strongly_disagree }),
2870
+ /* @__PURE__ */ e(C, { ...H, children: r.strongly_agree })
2871
2871
  ] })
2872
2872
  ] }),
2873
2873
  V && /* @__PURE__ */ e(
@@ -2881,11 +2881,11 @@ const l1 = ({
2881
2881
  onChange: (Z) => {
2882
2882
  v(Z.target.value);
2883
2883
  },
2884
- placeholder: r.feedbackPlaceholder,
2884
+ placeholder: r.feedback_placeholder,
2885
2885
  value: x
2886
2886
  }
2887
2887
  ),
2888
- I && /* @__PURE__ */ e(Ne, { in: !0, children: /* @__PURE__ */ e(Qe, { severity: "success", variant: "filled", children: r.feedbackSent }) })
2888
+ I && /* @__PURE__ */ e(Ne, { in: !0, children: /* @__PURE__ */ e(Qe, { severity: "success", variant: "filled", children: r.feedback_sent }) })
2889
2889
  ] })
2890
2890
  ] })
2891
2891
  ] })