@habit.analytics/habit-claims-journey-components 2.1.6 → 2.1.7
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/i18n/locales/en.d.ts +1 -0
- package/dist/index.cjs +8 -8
- package/dist/index.mjs +527 -520
- package/package.json +1 -1
|
@@ -24,6 +24,7 @@ declare const en: {
|
|
|
24
24
|
readonly runner_start_claim: "Start claim";
|
|
25
25
|
readonly runner_review_title: "Review Your Answers";
|
|
26
26
|
readonly runner_no_answers: "No answers recorded.";
|
|
27
|
+
readonly runner_summary_all_answers: "All answers";
|
|
27
28
|
readonly runner_review: "Review";
|
|
28
29
|
readonly runner_step: "Step {{step}}/{{total}}";
|
|
29
30
|
readonly runner_no_journey: "No journey has been built yet.";
|