proca 0.8.1 → 1.1.5

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 (106) hide show
  1. package/README.md +1079 -28
  2. package/package.json +94 -101
  3. package/proca-cli +8 -0
  4. package/src/commands/action/count.mjs +61 -0
  5. package/src/commands/action/list.mjs +204 -0
  6. package/src/commands/action/replay.mjs +54 -0
  7. package/src/commands/campaign/add.mjs +101 -0
  8. package/src/commands/campaign/delete.mjs +61 -0
  9. package/src/commands/campaign/get.mjs +107 -0
  10. package/src/commands/campaign/list.mjs +156 -0
  11. package/src/commands/campaign/queries.graphql +19 -0
  12. package/src/commands/config/add.mjs +101 -0
  13. package/src/commands/config/get.mjs +33 -0
  14. package/src/commands/config/set.mjs +103 -0
  15. package/src/commands/config/token.mjs +34 -0
  16. package/src/commands/config/user.mjs +76 -0
  17. package/src/commands/org/add.mjs +66 -0
  18. package/src/commands/org/crm.mjs +88 -0
  19. package/src/commands/org/delete.mjs +48 -0
  20. package/src/commands/org/get.mjs +97 -0
  21. package/src/commands/org/join.mjs +77 -0
  22. package/src/commands/supporter/count.mjs +96 -0
  23. package/src/commands/user/get.mjs +91 -0
  24. package/src/commands/user/leave.mjs +52 -0
  25. package/src/commands/user/list.mjs +71 -0
  26. package/src/commands/widget/add.mjs +101 -0
  27. package/src/commands/widget/cache.mjs +29 -0
  28. package/src/commands/widget/get.mjs +59 -0
  29. package/src/commands/widget/list.mjs +116 -0
  30. package/src/config.mjs +36 -0
  31. package/src/generated/schema.json +10677 -0
  32. package/src/hooks/help.mjs +14 -0
  33. package/src/hooks/init.mjs +20 -0
  34. package/src/index.mjs +1 -0
  35. package/src/procaCommand.mjs +242 -0
  36. package/src/queries/campaign.mjs +21 -0
  37. package/src/queries/widget.mjs +12 -0
  38. package/src/urql.mjs +60 -0
  39. package/src/util/twitter.mjs +23 -0
  40. package/theme.json +29 -0
  41. package/LICENSE +0 -661
  42. package/dist/App.css +0 -22
  43. package/dist/App.js +0 -25
  44. package/dist/App.test.js +0 -8
  45. package/dist/Wizard.js +0 -32
  46. package/dist/components/Alert.js +0 -49
  47. package/dist/components/Clickify.js +0 -26
  48. package/dist/components/Consent.js +0 -120
  49. package/dist/components/Country.js +0 -94
  50. package/dist/components/Dialog.js +0 -84
  51. package/dist/components/Disabled.js +0 -3
  52. package/dist/components/Emoji.js +0 -12
  53. package/dist/components/FAB.js +0 -70
  54. package/dist/components/Html.js +0 -56
  55. package/dist/components/Loader.js +0 -14
  56. package/dist/components/Openletter.js +0 -443
  57. package/dist/components/Organisation.js +0 -181
  58. package/dist/components/Petition.js +0 -16
  59. package/dist/components/ProcaRoot.js +0 -23
  60. package/dist/components/ProcaStyle.js +0 -94
  61. package/dist/components/ProgressCounter.js +0 -64
  62. package/dist/components/Register.js +0 -345
  63. package/dist/components/Share.js +0 -177
  64. package/dist/components/TextField.js +0 -58
  65. package/dist/components/Twitter.js +0 -127
  66. package/dist/components/TwitterAction.js +0 -111
  67. package/dist/components/TwitterList.js +0 -25
  68. package/dist/components/TwitterText.js +0 -42
  69. package/dist/components/Widget.js +0 -266
  70. package/dist/components/bespoke/Download.js +0 -49
  71. package/dist/components/bespoke/Register-CH.js +0 -505
  72. package/dist/data/countries.json +0 -114
  73. package/dist/hooks/useConfig.js +0 -217
  74. package/dist/hooks/useCount.js +0 -95
  75. package/dist/hooks/useData.js +0 -59
  76. package/dist/hooks/useElementWidth.js +0 -46
  77. package/dist/hooks/useGeoLocation.js +0 -45
  78. package/dist/hooks/useLayout.js +0 -63
  79. package/dist/images/Twitter.js +0 -16
  80. package/dist/images/Twitter.svg +0 -1
  81. package/dist/index.css +0 -13
  82. package/dist/index.js +0 -114
  83. package/dist/lib/domparser.js +0 -12
  84. package/dist/lib/i18n.js +0 -40
  85. package/dist/lib/init.js +0 -7
  86. package/dist/lib/server.js +0 -331
  87. package/dist/lib/urlparser.js +0 -65
  88. package/dist/lib/uuid.js +0 -30
  89. package/dist/locales/README.md +0 -37
  90. package/dist/locales/common.json +0 -189
  91. package/dist/locales/de/common.json +0 -46
  92. package/dist/locales/de/index.js +0 -0
  93. package/dist/locales/en/common.json +0 -45
  94. package/dist/locales/fr/common.json +0 -51
  95. package/dist/locales/index.js +0 -27
  96. package/dist/locales/it/common.json +0 -46
  97. package/dist/logo.svg +0 -1
  98. package/dist/module.js +0 -14
  99. package/dist/slingshot.xcf +0 -0
  100. package/dist/tmp.config/0.json +0 -21
  101. package/dist/tmp.config/2.json +0 -11
  102. package/dist/tmp.config/20.json +0 -29
  103. package/dist/tmp.config/28.json +0 -14
  104. package/dist/tmp.config/32.json +0 -34
  105. package/dist/tmp.config/35.json +0 -14
  106. package/dist/tmp.config/null.json +0 -1
@@ -1,189 +0,0 @@
1
- {
2
- "de": {
3
- "consent": {
4
- "intro": "Email-Updates zu dieser Unterschriftensammlung und weiteren wichtigen Kampagnen von {{name}} abonnieren",
5
- "opt-in": "Ja! Sagt mir, ob diese Unterschriftensammlung erfolgreich war und wie ich bei anderen relevanten Kampagnen mithelfen kann.",
6
- "opt-out": "Nein. Ich möchte keine Updates über den Fortschritt dieser Unterschriftensammlung erhalten",
7
- "confirm": "<0>Bist du sicher?</0><1>Erfahre per Email ob wir mit dieser Unterschriftensammlung Erfolg haben und wie Du Dich weiterhin für dieses Thema engagieren kannst.Per Email bleibt unsere Bewegung verbunden!</1><2> Du kannst Dich jederzeit wieder abmelden.</2>",
8
- "processing": "Deine Daten werden sicher und verschlüsselt übertragen. Mit Deiner Eingabe akzeptierst Du unsere Bestimmungen zum <1>Datenschutz</1>"
9
- },
10
- "share": {
11
- "title": "Fast fertig, jetzt gleich weiter zum nächsten Schritt.",
12
- "intro": "Super, dass Du mitmachst 👍. Um Deinen Einfluss zu vervielfachen, teile diese Unterschriftensammlung, wo es nur geht, um sicherzustellen, dass so viele Menschen wie möglich diese Vorlage sehen🙏."
13
- },
14
- "Sign": "Jetzt unterschreiben",
15
- "progress": "{{count}} Unterschriften. Ziel: {{goal}}",
16
- "This field is required.": "Dies ist ein Pflichtfeld.",
17
- "Enter a number.": "Eine Zahl eingeben.",
18
- "Enter a valid email address.": "Eine gültige E-Mail-Adresse eingeben.",
19
- "Donations must be %(amount)s or more": "Der minimale Spendenbetrag ist %(amount) oder höher",
20
- "Amount": "Bertrag",
21
- "First name": "Vorname",
22
- "Last name": "Nachname",
23
- "Email": "E-Mail",
24
- "Postal Code": " Postleitzahl",
25
- "Address": "Strasse/Nr",
26
- "Street": "Strasse",
27
- "Locality": "Gemeinde",
28
- "City": "Gemeinde",
29
- "Birthdate": "Geburtstag",
30
- "Country": "Land",
31
- "Comment": "Dein Kommentar",
32
- "Thanks!": "Vielen Dank!",
33
- "Legal": "Rechtliches",
34
- "Privacy": "Datenschutz",
35
- "No Thanks": "Nein Danke",
36
- "Stay in touch": "In Kontakt bleiben",
37
- "Sign now!": "Jetzt unterschreiben",
38
- "Share on Facebook": "Auf Facebook teilen",
39
- "Share on Twitter": "Auf Twitter teilen",
40
- "Email_Share button": "Email",
41
- "Link_Share button": "Link",
42
- "Next": "Weiter",
43
- "Download": "Download",
44
- "Thank you": "Vielen Dank!",
45
- "Download explanation": "Dein PDF ist jetzt bereit und wir senden es gerade per E-Mail an Dich.",
46
- "you need to be 18 years old": "Du musst 18 Jahre alt sein"
47
- },
48
- "en": {
49
- "consent": {
50
- "intro": "I agree to {{name}} contacting me about important campaigns",
51
- "opt-in": "Yes, keep me informed via email",
52
- "opt-out": "No, don't send me emails or keep me updated in future",
53
- "confirm": "<0>Are you sure?</0><1>By selecting 'No', you won't be able to find out if this campaign is successful, or if there's more action we need to take together to win it. If you select 'Yes' we'll keep you updated about this and our other urgent campaigns.</1><2>You can unsubscribe at any time.</2>",
54
- "processing": "Your personal information will be kept private and held securely. By submitting information you are agreeing to the use of data and cookies in accordance with our <1>privacy policy</1>"
55
- },
56
- "share": {
57
- "title": "Almost done! Take the next step.",
58
- "intro": "Great, you’ve signed 👍. To multiply your impact, share far and wide to make sure everyone sees this petition🙏.",
59
- "message": "You should sign this!",
60
- "email": {
61
- "subject": "You should sign this",
62
- "body": "Hi, \nPlease do sign, I think you want to support it"
63
- }
64
- },
65
- "Sign": "Sign Now!",
66
- "progress": "{{count}} have signed. Let's go to {{goal}}",
67
- "This field is required.": "This field is required.",
68
- "Enter a number.": "Enter a number.",
69
- "Enter a valid email address.": "Enter a valid email address.",
70
- "Donations must be %(amount)s or more": "Donations must be %(amount)s or more",
71
- "Amount": "Amount",
72
- "First name": "First name",
73
- "Last name": "Last name",
74
- "Email": "Email",
75
- "Postal Code": "Postal Code",
76
- "Street": "Street",
77
- "City": "City",
78
- "Country": "Country",
79
- "Thanks!": "Thanks!",
80
- "Legal": "Legal",
81
- "Privacy": "Privacy",
82
- "No Thanks": "No Thanks",
83
- "Stay in touch": "Stay in touch",
84
- "Sign Up": "Sign Up",
85
- "Share on Facebook": "Share on Facebook",
86
- "Share on Twitter": "Share on Twitter",
87
- "Email_Share button": "Email",
88
- "Link_Share button": "Link",
89
- "Download explanation": "Your document is now ready, we are emailing it to you too."
90
- },
91
- "fr": {
92
- "consent": {
93
- "intro": "S’inscrire pour des mises à jour courrier par {{name}}",
94
- "opt-in": "Oui ! Dites-moi si cette campagne a été un succès et comment je peux aider d’autres campagnes pertinentes.",
95
- "opt-out": "Non ! Je ne souhaite pas recevoir de mises à jours sur le progrès de cette campagne.",
96
- "confirm": "<0> Est-tu sûr ?</0><1>En sélectionnant ‚Non‘, tu ne sauras pas si cette campagne est un succès ou si nous devons prendre d’autre mesures ensemble pour le ganger. Si tu sélectionne ‚Oui‘, on te tiendras au courant de cette campagne et de nos autres campagnes urgentes. </1></2> Tu peux te désabonner à tout moment.</2>",
97
- "processing": "Tes données sont transmises de manière sécurisée et cryptée. Avec ta contribution tu accepte nos règlements de protection des données. Pour plus d’informations sur la <1>protection de la vie privée</1> voir notre politique."
98
- },
99
- "share": {
100
- "title": "Presque terminé, passons directement à l’étape suivante.",
101
- "intro": "C’est formidable que tu y participe 👍. Pour multiplier ton influence, partage cette campagne autan que possible afin de garantir qu’une grande nombre de personnes en a accès 🙏."
102
- },
103
- "Sign": "Signer maintenant",
104
- "progress": "{{count}} Signatures. Objectif : {{goal}}",
105
- "This field is required.": "Ce champ est obligatoire.",
106
- "Enter a number.": "Entrer un chiffre.",
107
- "Enter a valid email address.": "Saisir une adresse électronique valide.",
108
- "Donations must be %(amount)s or more": "Le montant minimum pour un don est de %(amount) ou plus",
109
- "Amount": "Montant",
110
- "First name": "Prénom",
111
- "Last name": "Nom",
112
- "Email": "Adresse électronique",
113
- "Postal Code": "Code postal",
114
- "Address": "Rue/numéro ",
115
- "Street": "Rue",
116
- "Locality": "Municipalité",
117
- "City": "Ville",
118
- "Birthdate": "Date de naissance",
119
- "Country": "Pays",
120
- "Comment": "Ton commentaire",
121
- "Register": "S’inscrire",
122
- "The post code you provided is not valid": "Le code postal due t’as fourni nest pas valide.",
123
- "Uh oh!": "Oups…",
124
- "Sorry the page does not exist": "Désolé, cette page n’existe pas",
125
- "Sign up": "Je signe !",
126
- "Progress": "{{count}} persons on signé. Aide-nous à atteindre {{goal}}",
127
- "Thanks!": "Merci !",
128
- "Legal": "Juridiques",
129
- "Privacy": "Protection des données",
130
- "No Thanks": "Non merci !",
131
- "Stay in touch": "Rester en contact ",
132
- "Sign now!": "Signer maintenant ! ",
133
- "Share on Facebook": "Partager sur Facebook",
134
- "Share on Twitter": "Partager sur Twitter",
135
- "Email_Share button": "E-mail",
136
- "Link_Share button": "Lien",
137
- "Next": "Suivant",
138
- "Download": "Télécharger",
139
- "Thank you": "Merci beaucoup !",
140
- "Download explanation": "Ton fishier PDF est maintenant prêt et nous te l’envoyons par e-mail.",
141
- "you need to be 18 years old": "Tu dois être âgé de 18 ans"
142
- },
143
- "it": {
144
- "consent": {
145
- "intro": "Iscriviti agli gli aggiornamenti via e-mail di questa raccolta firme e ulteriori campagne importanti di {{name}}",
146
- "opt-in": "Sì! Ditemi se questa raccolta firme ha avuto successo e come posso aiutare per altre campagne rilevanti.",
147
- "opt-out": "No. Non desidero ricevere aggiornamenti sui progressi di questa raccolta firme",
148
- "confirm": "<0>Sei sicuro/a?</0><1>Scopri via e-mail se abbiamo successo con questa raccolta firme e come puoi continuare a impegnarti su questo tema - il nostro movimento rimane collegato via e-mail!</1><2> Puoi annullare l’iscrizione in qualsiasi momento.</2>",
149
- "processing": "I tuoi dati vengono trasmessi in modo sicuro e criptato. Con l’inserimento dei dati accetti le nostre norme per la <1>protezione dei dati</1>."
150
- },
151
- "share": {
152
- "title": "Quasi finito, ora passiamo direttamente al passo successivo.",
153
- "intro": "Fantastico che partecipi 👍. Per moltiplicare la tua influenza, condividi questa raccolta firme dove puoi, per far sì che il maggior numero di persone possibile veda questo modello 🙏."
154
- },
155
- "Sign": "Firmare ora",
156
- "progress": "{{count}} firme. Obbiettivo: {{goal}}",
157
- "This field is required.": "Questo campo è obbligatorio.",
158
- "Enter a number.": "Inserire una cifra.",
159
- "Enter a valid email address.": "Inserire un indirizzo e-mail valido.",
160
- "Donations must be %(amount)s or more": "L’importo minimo della donazione è %(amount) o superiore",
161
- "Amount": "Importo",
162
- "First name": "Nome",
163
- "Last name": "Cognome",
164
- "Email": "E-mail",
165
- "Postal Code": "CAP",
166
- "Address": "Via/Nr",
167
- "Street": "Via",
168
- "Locality": "Luogo",
169
- "City": "Luogo",
170
- "Birthdate": "Data di nascita",
171
- "Country": "Paese",
172
- "Comment": "Il tuo commento",
173
- "Thanks!": "Grazie mille!",
174
- "Legal": "Legale",
175
- "Privacy": "Protezione dei dati",
176
- "No Thanks": "No grazie",
177
- "Stay in touch": "Restare in contatto",
178
- "Sign now!": "Firmare ora",
179
- "Share on Facebook": "Condividere su Facebook",
180
- "Share on Twitter": "Condividere su Twitter",
181
- "Email_Share button": "E-mail",
182
- "Link_Share button": "Link",
183
- "Next": "Avanti",
184
- "Download": "Download",
185
- "Thank you": "Grazie mille!",
186
- "Download explanation": "Il PDF è pronto e te lo inviamo ora per e-mail.",
187
- "you need to be 18 years old": "Devi avere 18 anni"
188
- }
189
- }
@@ -1,46 +0,0 @@
1
- {
2
- "consent": {
3
- "intro":"Email-Updates zu dieser Unterschriftensammlung und weiteren wichtigen Kampagnen von {{name}} abonnieren",
4
- "opt-in":"Ja! Sagt mir, ob diese Unterschriftensammlung erfolgreich war und wie ich bei anderen relevanten Kampagnen mithelfen kann.",
5
- "opt-out": "Nein. Ich möchte keine Updates über den Fortschritt dieser Unterschriftensammlung erhalten",
6
- "confirm":"<0>Bist du sicher?</0><1>Erfahre per Email ob wir mit dieser Unterschriftensammlung Erfolg haben und wie Du Dich weiterhin für dieses Thema engagieren kannst.Per Email bleibt unsere Bewegung verbunden!</1><2> Du kannst Dich jederzeit wieder abmelden.</2>",
7
- "processing": "Deine Daten werden sicher und verschlüsselt übertragen. Mit Deiner Eingabe akzeptierst Du unsere Bestimmungen zum <1>Datenschutz</1>"
8
- },
9
- "share":{"title":"Fast fertig, jetzt gleich weiter zum nächsten Schritt.",
10
- "intro":"Super, dass Du mitmachst 👍. Um Deinen Einfluss zu vervielfachen, teile diese Unterschriftensammlung, wo es nur geht, um sicherzustellen, dass so viele Menschen wie möglich diese Vorlage sehen🙏."},
11
-
12
- "Sign":"Jetzt unterschreiben",
13
- "progress":"{{count}} Unterschriften. Ziel: {{goal}}",
14
- "This field is required.": "Dies ist ein Pflichtfeld.",
15
- "Enter a number.": "Eine Zahl eingeben.",
16
- "Enter a valid email address.": "Eine gültige E-Mail-Adresse eingeben.",
17
- "Donations must be %(amount)s or more": "Der minimale Spendenbetrag ist %(amount) oder höher",
18
- "Amount": "Bertrag",
19
- "First name": "Vorname",
20
- "Last name": "Nachname",
21
- "Email": "E-Mail",
22
- "Postal Code":" Postleitzahl",
23
- "Address": "Strasse/Nr",
24
- "Street": "Strasse",
25
- "Locality": "Gemeinde",
26
- "City": "Gemeinde",
27
- "Birthdate": "Geburtstag",
28
- "Country": "Land",
29
- "Comment": "Dein Kommentar",
30
- "Thanks!": "Vielen Dank!",
31
- "Legal": "Rechtliches",
32
- "Privacy": "Datenschutz",
33
- "No Thanks": "Nein Danke",
34
- "Stay in touch": "In Kontakt bleiben",
35
- "Sign now!": "Jetzt unterschreiben",
36
- "Share on Facebook": "Auf Facebook teilen",
37
- "Share on Twitter": "Auf Twitter teilen",
38
- "Email_Share button": "Email",
39
- "Link_Share button": "Link",
40
- "Next" : "Weiter",
41
- "Download" : "Download",
42
- "Thank you" : "Vielen Dank!",
43
- "Download explanation" : "Dein PDF ist jetzt bereit und wir senden es gerade per E-Mail an Dich.",
44
- "you need to be 18 years old":"Du musst 18 Jahre alt sein"
45
-
46
- }
File without changes
@@ -1,45 +0,0 @@
1
- {
2
- "consent": {
3
- "intro": "I agree to {{name}} contacting me about important campaigns",
4
- "opt-in": "Yes, keep me informed via email",
5
- "opt-out": "No, don't send me emails or keep me updated in future",
6
- "confirm": "<0>Are you sure?</0><1>By selecting 'No', you won't be able to find out if this campaign is successful, or if there's more action we need to take together to win it. If you select 'Yes' we'll keep you updated about this and our other urgent campaigns.</1><2>You can unsubscribe at any time.</2>",
7
- "processing": "Your personal information will be kept private and held securely. By submitting information you are agreeing to the use of data and cookies in accordance with our <1>privacy policy</1>"
8
- },
9
- "share": {
10
- "title": "Almost done! Take the next step.",
11
- "intro": "Great, you’ve signed 👍. To multiply your impact, share far and wide to make sure everyone sees this petition🙏.",
12
- "message": "You should sign this!",
13
- "email": {
14
- "subject": "You should sign this",
15
- "body": "Hi, \nPlease do sign, I think you want to support it"
16
- }
17
- },
18
- "Sign": "Sign Now!",
19
-
20
- "progress": "{{count}} have signed. Let's go to {{goal}}",
21
- "This field is required.": "This field is required.",
22
- "Enter a number.": "Enter a number.",
23
- "Enter a valid email address.": "Enter a valid email address.",
24
- "Donations must be %(amount)s or more": "Donations must be %(amount)s or more",
25
- "Amount": "Amount",
26
- "First name": "First name",
27
- "Last name": "Last name",
28
- "Email": "Email",
29
- "Postal Code": "Postal Code",
30
-
31
- "Street": "Street",
32
- "City": "City",
33
- "Country": "Country",
34
- "Thanks!": "Thanks!",
35
- "Legal": "Legal",
36
- "Privacy": "Privacy",
37
- "No Thanks": "No Thanks",
38
- "Stay in touch": "Stay in touch",
39
- "Sign Up": "Sign Up",
40
- "Share on Facebook": "Share on Facebook",
41
- "Share on Twitter": "Share on Twitter",
42
- "Email_Share button": "Email",
43
- "Link_Share button": "Link",
44
- "Download explanation": "Your document is now ready, we are emailing it to you too."
45
- }
@@ -1,51 +0,0 @@
1
- {
2
- "consent": {
3
- "intro":"S’inscrire pour des mises à jour courrier par {{name}}",
4
- "opt-in":"Oui ! Dites-moi si cette campagne a été un succès et comment je peux aider d’autres campagnes pertinentes.",
5
- "opt-out": "Non ! Je ne souhaite pas recevoir de mises à jours sur le progrès de cette campagne." ,
6
- "confirm":"<0> Est-tu sûr ?</0><1>En sélectionnant ‚Non‘, tu ne sauras pas si cette campagne est un succès ou si nous devons prendre d’autre mesures ensemble pour le ganger. Si tu sélectionne ‚Oui‘, on te tiendras au courant de cette campagne et de nos autres campagnes urgentes. </1></2> Tu peux te désabonner à tout moment.</2>",
7
- "processing": "Tes données sont transmises de manière sécurisée et cryptée. Avec ta contribution tu accepte nos règlements de protection des données. Pour plus d’informations sur la <1>protection de la vie privée</1> voir notre politique."
8
- },
9
- "share":{"title":"Presque terminé, passons directement à l’étape suivante.",
10
- "intro":"C’est formidable que tu y participe 👍. Pour multiplier ton influence, partage cette campagne autan que possible afin de garantir qu’une grande nombre de personnes en a accès 🙏."},
11
-
12
- "Sign":"Signer maintenant",
13
- "progress":"{{count}} Signatures. Objectif : {{goal}}",
14
- "This field is required.": "Ce champ est obligatoire.",
15
- "Enter a number.": "Entrer un chiffre.",
16
- "Enter a valid email address.": "Saisir une adresse électronique valide.",
17
- "Donations must be %(amount)s or more": "Le montant minimum pour un don est de %(amount) ou plus",
18
- "Amount": "Montant",
19
- "First name": "Prénom",
20
- "Last name": "Nom",
21
- "Email": "Adresse électronique",
22
- "Postal Code":"Code postal",
23
- "Address": "Rue/numéro ",
24
- "Street": "Rue",
25
- "Locality": "Municipalité",
26
- "City": "Ville",
27
- "Birthdate": "Date de naissance",
28
- "Country": "Pays",
29
- "Comment": "Ton commentaire",
30
- "Register": "S’inscrire" ,
31
- "The post code you provided is not valid": "Le code postal due t’as fourni nest pas valide.",
32
- "Uh oh!": "Oups…",
33
- "Sorry the page does not exist": "Désolé, cette page n’existe pas",
34
- "Sign up": "Je signe !" ,
35
- "Progress": "{{count}} persons on signé. Aide-nous à atteindre {{goal}}",
36
- "Thanks!": "Merci !",
37
- "Legal": "Juridiques",
38
- "Privacy": "Protection des données",
39
- "No Thanks": "Non merci !",
40
- "Stay in touch": "Rester en contact ",
41
- "Sign now!": "Signer maintenant ! ",
42
- "Share on Facebook": "Partager sur Facebook",
43
- "Share on Twitter": "Partager sur Twitter",
44
- "Email_Share button": "E-mail",
45
- "Link_Share button": "Lien",
46
- "Next" : "Suivant",
47
- "Download" : "Télécharger",
48
- "Thank you" : "Merci beaucoup !",
49
- "Download explanation" : "Ton fishier PDF est maintenant prêt et nous te l’envoyons par e-mail.",
50
- "you need to be 18 years old":"Tu dois être âgé de 18 ans"
51
- }
@@ -1,27 +0,0 @@
1
- var _require = require('fs'),
2
- readdirSync = _require.readdirSync,
3
- readFileSync = _require.readFileSync,
4
- writeFileSync = _require.writeFileSync;
5
-
6
- var getDirectories = function getDirectories(source) {
7
- return readdirSync(source, {
8
- withFileTypes: true
9
- }).filter(function (dirent) {
10
- return dirent.isDirectory();
11
- }).map(function (dirent) {
12
- return dirent.name;
13
- });
14
- };
15
-
16
- var aggregate = function aggregate() {
17
- var nameSpace = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'common';
18
- var d = {};
19
- var allLang = getDirectories(__dirname);
20
- allLang.map(function (lang) {
21
- var content = readFileSync(__dirname + '/' + lang + '/' + nameSpace + ".json", 'utf8');
22
- d[lang] = JSON.parse(content);
23
- });
24
- writeFileSync(__dirname + "/" + nameSpace + ".json", JSON.stringify(d, null, 2), 'utf8');
25
- };
26
-
27
- aggregate();
@@ -1,46 +0,0 @@
1
- {
2
- "consent": {
3
- "intro":"Iscriviti agli gli aggiornamenti via e-mail di questa raccolta firme e ulteriori campagne importanti di {{name}}",
4
- "opt-in":"Sì! Ditemi se questa raccolta firme ha avuto successo e come posso aiutare per altre campagne rilevanti.",
5
- "opt-out": "No. Non desidero ricevere aggiornamenti sui progressi di questa raccolta firme",
6
- "confirm":"<0>Sei sicuro/a?</0><1>Scopri via e-mail se abbiamo successo con questa raccolta firme e come puoi continuare a impegnarti su questo tema - il nostro movimento rimane collegato via e-mail!</1><2> Puoi annullare l’iscrizione in qualsiasi momento.</2>",
7
- "processing": "I tuoi dati vengono trasmessi in modo sicuro e criptato. Con l’inserimento dei dati accetti le nostre norme per la <1>protezione dei dati</1>."
8
- },
9
- "share":{"title":"Quasi finito, ora passiamo direttamente al passo successivo.",
10
- "intro":"Fantastico che partecipi 👍. Per moltiplicare la tua influenza, condividi questa raccolta firme dove puoi, per far sì che il maggior numero di persone possibile veda questo modello 🙏."},
11
-
12
- "Sign":"Firmare ora",
13
- "progress":"{{count}} firme. Obbiettivo: {{goal}}",
14
- "This field is required.": "Questo campo è obbligatorio.",
15
- "Enter a number.": "Inserire una cifra.",
16
- "Enter a valid email address.": "Inserire un indirizzo e-mail valido.",
17
- "Donations must be %(amount)s or more": "L’importo minimo della donazione è %(amount) o superiore",
18
- "Amount": "Importo",
19
- "First name": "Nome",
20
- "Last name": "Cognome",
21
- "Email": "E-mail",
22
- "Postal Code": "CAP",
23
- "Address": "Via/Nr",
24
- "Street": "Via",
25
- "Locality": "Luogo",
26
- "City": "Luogo",
27
- "Birthdate": "Data di nascita",
28
- "Country": "Paese",
29
- "Comment": "Il tuo commento",
30
- "Thanks!": "Grazie mille!",
31
- "Legal": "Legale",
32
- "Privacy": "Protezione dei dati",
33
- "No Thanks": "No grazie",
34
- "Stay in touch": "Restare in contatto",
35
- "Sign now!": "Firmare ora",
36
- "Share on Facebook": "Condividere su Facebook",
37
- "Share on Twitter": "Condividere su Twitter",
38
- "Email_Share button": "E-mail",
39
- "Link_Share button": "Link",
40
- "Next" : "Avanti",
41
- "Download" : "Download",
42
- "Thank you" : "Grazie mille!",
43
- "Download explanation" : "Il PDF è pronto e te lo inviamo ora per e-mail.",
44
- "you need to be 18 years old":"Devi avere 18 anni"
45
-
46
- }
package/dist/logo.svg DELETED
@@ -1 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 170.96 159.93"><defs><style>.cls-1{fill:#09d3ac;}</style></defs><path class="cls-1" d="M141.35,73.27c0-6.89-8.11-13-20.58-16.73,3-12.67,1.69-22.75-4.28-26.16a9.55,9.55,0,0,0-4.79-1.2c-5.57,0-12.61,3.89-19.72,10.62-7.11-6.68-14.13-10.55-19.69-10.55a9.46,9.46,0,0,0-4.86,1.22c-5.94,3.42-7.17,13.44-4.21,26.05-12.41,3.71-20.48,9.77-20.5,16.63s8.12,13,20.59,16.72c-3,12.68-1.7,22.75,4.28,26.16a9.41,9.41,0,0,0,4.78,1.2c5.58,0,12.62-3.89,19.73-10.62,7.1,6.68,14.12,10.55,19.69,10.55a9.59,9.59,0,0,0,4.86-1.22c5.94-3.42,7.16-13.44,4.21-26C133.27,86.18,141.34,80.12,141.35,73.27ZM96.56,42.06c8.19-7.33,13.31-8.12,15.13-8.12h0a4.71,4.71,0,0,1,2.42.58c2.86,1.63,4,7.38,3.09,15a56.73,56.73,0,0,1-1,5.79,97.7,97.7,0,0,0-12.58-2.07,98.47,98.47,0,0,0-8.24-10.08C95.75,42.79,96.15,42.42,96.56,42.06ZM71.77,78.94c.78,1.5,1.61,3,2.47,4.51S76,86.49,77,88c-2.71-.39-5.34-.88-7.84-1.46C69.86,84,70.75,81.5,71.77,78.94ZM69,59.9c2.53-.59,5.18-1.08,7.93-1.46-1,1.48-1.86,3-2.76,4.59s-1.69,3-2.46,4.52Q70.18,63.65,69,59.9Zm5.21,13.34q1.86-3.93,4.09-7.86c1.5-2.62,3.11-5.17,4.77-7.61,2.91-.22,5.91-.34,9-.33s6,.12,8.89.35c1.66,2.42,3.25,5,4.75,7.55s2.88,5.22,4.12,7.83c-1.23,2.62-2.6,5.25-4.08,7.85s-3.11,5.18-4.77,7.62c-2.91.23-5.91.34-9,.34s-6-.13-8.89-.36c-1.66-2.42-3.26-4.94-4.76-7.55S75.5,75.85,74.25,73.24Zm32.86-14.77c2.72.38,5.35.87,7.84,1.45-.74,2.47-1.62,5-2.64,7.55-.79-1.5-1.61-3-2.48-4.51S108,59.93,107.11,58.47Zm2.76,24.92q1.29-2.27,2.46-4.53c1,2.6,2,5.16,2.7,7.66-2.52.59-5.17,1.07-7.92,1.45Q108.52,85.75,109.87,83.39ZM92,46.56c1.8,1.92,3.57,4,5.3,6.23-1.71-.07-3.46-.12-5.23-.12s-3.58,0-5.33.12C88.45,50.57,90.2,48.48,92,46.56Zm-22.18-12A4.82,4.82,0,0,1,72.29,34a13.11,13.11,0,0,1,5.19,1.31,39.07,39.07,0,0,1,10,6.78l1.17,1.07a98.49,98.49,0,0,0-8.16,10,98.88,98.88,0,0,0-12.65,2.06c-.44-1.94-.8-3.84-1-5.67C65.8,42,67,36.24,69.81,34.6ZM64.53,85.26a58.75,58.75,0,0,1-5.54-2c-7.1-3-11.5-6.85-11.5-10.14S51.91,66,59,63.05a57.63,57.63,0,0,1,5.44-1.94A97.93,97.93,0,0,0,69,73.25,98.72,98.72,0,0,0,64.53,85.26Zm23,19.1c-8.19,7.33-13.31,8.11-15.14,8.11a4.69,4.69,0,0,1-2.42-.58c-2.86-1.63-4-7.38-3.09-15a56.07,56.07,0,0,1,1-5.78,99.51,99.51,0,0,0,12.58,2.06,97.17,97.17,0,0,0,8.24,10.08Zm4.57-4.51c-1.8-1.92-3.57-4-5.31-6.23,1.72.08,3.47.12,5.24.12s3.58,0,5.33-.11C95.63,95.85,93.87,97.93,92.09,99.85Zm22.18,12a4.82,4.82,0,0,1-2.48.59c-1.82,0-7-.8-15.16-8.1l-1.17-1.07a98.44,98.44,0,0,0,8.15-10,97,97,0,0,0,12.66-2.06c.44,1.94.79,3.84,1,5.67C118.27,104.42,117.12,110.18,114.27,111.81Zm10.8-28.44c-1.71.7-3.52,1.35-5.44,1.93a98.54,98.54,0,0,0-4.57-12.14,98.1,98.1,0,0,0,4.49-12,58.75,58.75,0,0,1,5.54,2c7.09,3,11.5,6.85,11.49,10.14S132.17,80.42,125.07,83.37ZM92,82.39a9.18,9.18,0,1,0-9.17-9.19A9.17,9.17,0,0,0,92,82.39ZM31,17.88V128.53H153.07V17.88ZM148.3,123.77H35.78V22.65H148.3Zm-85-33.9c-3,12.68-1.7,22.75,4.28,26.16a9.41,9.41,0,0,0,4.78,1.2c5.58,0,12.62-3.89,19.73-10.62,7.1,6.68,14.12,10.55,19.69,10.55a9.59,9.59,0,0,0,4.86-1.22c5.94-3.42,7.16-13.44,4.21-26,12.41-3.72,20.48-9.78,20.49-16.63s-8.11-13-20.58-16.73c3-12.67,1.69-22.75-4.28-26.16a9.55,9.55,0,0,0-4.79-1.2c-5.57,0-12.61,3.89-19.72,10.62-7.11-6.68-14.13-10.55-19.69-10.55a9.46,9.46,0,0,0-4.86,1.22c-5.94,3.42-7.17,13.44-4.21,26.05-12.41,3.71-20.48,9.77-20.5,16.63S50.84,86.13,63.31,89.87Zm24.21,14.49c-8.19,7.33-13.31,8.11-15.14,8.11a4.69,4.69,0,0,1-2.42-.58c-2.86-1.63-4-7.38-3.09-15a56.07,56.07,0,0,1,1-5.78,99.51,99.51,0,0,0,12.58,2.06,97.17,97.17,0,0,0,8.24,10.08Zm24.79-36.89c-.79-1.5-1.61-3-2.48-4.51s-1.8-3-2.72-4.49c2.72.38,5.35.87,7.84,1.45C114.21,62.39,113.33,64.92,112.31,67.47Zm2.72,19c-2.52.59-5.17,1.07-7.92,1.45q1.41-2.22,2.76-4.58t2.46-4.53C113.37,81.46,114.28,84,115,86.52Zm-5.21-13.35c-1.23,2.62-2.6,5.25-4.08,7.85s-3.11,5.18-4.77,7.62c-2.91.23-5.91.34-9,.34s-6-.13-8.89-.36c-1.66-2.42-3.26-4.94-4.76-7.55s-2.87-5.22-4.12-7.83q1.86-3.93,4.09-7.86c1.5-2.62,3.11-5.17,4.77-7.61,2.91-.22,5.91-.34,9-.33s6,.12,8.89.35c1.66,2.42,3.25,5,4.75,7.55S108.58,70.56,109.82,73.17ZM77,88c-2.71-.39-5.34-.88-7.84-1.46.74-2.46,1.63-5,2.65-7.55.78,1.5,1.61,3,2.47,4.51S76,86.49,77,88ZM74.21,63c-.87,1.5-1.69,3-2.46,4.52Q70.18,63.65,69,59.9c2.53-.59,5.18-1.08,7.93-1.46C76,59.92,75.11,61.45,74.21,63ZM92.09,99.85c-1.8-1.92-3.57-4-5.31-6.23,1.72.08,3.47.12,5.24.12s3.58,0,5.33-.11C95.63,95.85,93.87,97.93,92.09,99.85Zm22.18,12a4.82,4.82,0,0,1-2.48.59c-1.82,0-7-.8-15.16-8.1l-1.17-1.07a98.44,98.44,0,0,0,8.15-10,97,97,0,0,0,12.66-2.06c.44,1.94.79,3.84,1,5.67C118.27,104.42,117.12,110.18,114.27,111.81Zm5.28-50.66a58.75,58.75,0,0,1,5.54,2c7.09,3,11.5,6.85,11.49,10.14s-4.41,7.16-11.51,10.11c-1.71.7-3.52,1.35-5.44,1.93a98.54,98.54,0,0,0-4.57-12.14A98.1,98.1,0,0,0,119.55,61.15Zm-23-19.09c8.19-7.33,13.31-8.12,15.13-8.12h0a4.71,4.71,0,0,1,2.42.58c2.86,1.63,4,7.38,3.09,15a56.73,56.73,0,0,1-1,5.79,97.7,97.7,0,0,0-12.58-2.07,98.47,98.47,0,0,0-8.24-10.08C95.75,42.79,96.15,42.42,96.56,42.06ZM92,46.56c1.8,1.92,3.57,4,5.3,6.23-1.71-.07-3.46-.12-5.23-.12s-3.58,0-5.33.12C88.45,50.57,90.2,48.48,92,46.56Zm-22.18-12A4.82,4.82,0,0,1,72.29,34a13.11,13.11,0,0,1,5.19,1.31,39.07,39.07,0,0,1,10,6.78l1.17,1.07a98.49,98.49,0,0,0-8.16,10,98.88,98.88,0,0,0-12.65,2.06c-.44-1.94-.8-3.84-1-5.67C65.8,42,67,36.24,69.81,34.6ZM59,63.05a57.63,57.63,0,0,1,5.44-1.94A97.93,97.93,0,0,0,69,73.25a98.72,98.72,0,0,0-4.49,12,58.75,58.75,0,0,1-5.54-2c-7.1-3-11.5-6.85-11.5-10.14S51.91,66,59,63.05Zm33,1a9.18,9.18,0,1,0,9.17,9.19A9.17,9.17,0,0,0,92,64Zm0,0a9.18,9.18,0,1,0,9.17,9.19A9.17,9.17,0,0,0,92,64Zm0,0a9.18,9.18,0,1,0,9.17,9.19A9.17,9.17,0,0,0,92,64Zm49.35,9.24c0-6.89-8.11-13-20.58-16.73,3-12.67,1.69-22.75-4.28-26.16a9.55,9.55,0,0,0-4.79-1.2c-5.57,0-12.61,3.89-19.72,10.62-7.11-6.68-14.13-10.55-19.69-10.55a9.46,9.46,0,0,0-4.86,1.22c-5.94,3.42-7.17,13.44-4.21,26.05-12.41,3.71-20.48,9.77-20.5,16.63s8.12,13,20.59,16.72c-3,12.68-1.7,22.75,4.28,26.16a9.41,9.41,0,0,0,4.78,1.2c5.58,0,12.62-3.89,19.73-10.62,7.1,6.68,14.12,10.55,19.69,10.55a9.59,9.59,0,0,0,4.86-1.22c5.94-3.42,7.16-13.44,4.21-26C133.27,86.18,141.34,80.12,141.35,73.27ZM96.56,42.06c8.19-7.33,13.31-8.12,15.13-8.12h0a4.71,4.71,0,0,1,2.42.58c2.86,1.63,4,7.38,3.09,15a56.73,56.73,0,0,1-1,5.79,97.7,97.7,0,0,0-12.58-2.07,98.47,98.47,0,0,0-8.24-10.08C95.75,42.79,96.15,42.42,96.56,42.06ZM71.77,78.94c.78,1.5,1.61,3,2.47,4.51S76,86.49,77,88c-2.71-.39-5.34-.88-7.84-1.46C69.86,84,70.75,81.5,71.77,78.94ZM69,59.9c2.53-.59,5.18-1.08,7.93-1.46-1,1.48-1.86,3-2.76,4.59s-1.69,3-2.46,4.52Q70.18,63.65,69,59.9Zm5.21,13.34q1.86-3.93,4.09-7.86c1.5-2.62,3.11-5.17,4.77-7.61,2.91-.22,5.91-.34,9-.33s6,.12,8.89.35c1.66,2.42,3.25,5,4.75,7.55s2.88,5.22,4.12,7.83c-1.23,2.62-2.6,5.25-4.08,7.85s-3.11,5.18-4.77,7.62c-2.91.23-5.91.34-9,.34s-6-.13-8.89-.36c-1.66-2.42-3.26-4.94-4.76-7.55S75.5,75.85,74.25,73.24Zm32.86-14.77c2.72.38,5.35.87,7.84,1.45-.74,2.47-1.62,5-2.64,7.55-.79-1.5-1.61-3-2.48-4.51S108,59.93,107.11,58.47Zm2.76,24.92q1.29-2.27,2.46-4.53c1,2.6,2,5.16,2.7,7.66-2.52.59-5.17,1.07-7.92,1.45Q108.52,85.75,109.87,83.39ZM92,46.56c1.8,1.92,3.57,4,5.3,6.23-1.71-.07-3.46-.12-5.23-.12s-3.58,0-5.33.12C88.45,50.57,90.2,48.48,92,46.56Zm-22.18-12A4.82,4.82,0,0,1,72.29,34a13.11,13.11,0,0,1,5.19,1.31,39.07,39.07,0,0,1,10,6.78l1.17,1.07a98.49,98.49,0,0,0-8.16,10,98.88,98.88,0,0,0-12.65,2.06c-.44-1.94-.8-3.84-1-5.67C65.8,42,67,36.24,69.81,34.6ZM64.53,85.26a58.75,58.75,0,0,1-5.54-2c-7.1-3-11.5-6.85-11.5-10.14S51.91,66,59,63.05a57.63,57.63,0,0,1,5.44-1.94A97.93,97.93,0,0,0,69,73.25,98.72,98.72,0,0,0,64.53,85.26Zm23,19.1c-8.19,7.33-13.31,8.11-15.14,8.11a4.69,4.69,0,0,1-2.42-.58c-2.86-1.63-4-7.38-3.09-15a56.07,56.07,0,0,1,1-5.78,99.51,99.51,0,0,0,12.58,2.06,97.17,97.17,0,0,0,8.24,10.08Zm4.57-4.51c-1.8-1.92-3.57-4-5.31-6.23,1.72.08,3.47.12,5.24.12s3.58,0,5.33-.11C95.63,95.85,93.87,97.93,92.09,99.85Zm22.18,12a4.82,4.82,0,0,1-2.48.59c-1.82,0-7-.8-15.16-8.1l-1.17-1.07a98.44,98.44,0,0,0,8.15-10,97,97,0,0,0,12.66-2.06c.44,1.94.79,3.84,1,5.67C118.27,104.42,117.12,110.18,114.27,111.81Zm10.8-28.44c-1.71.7-3.52,1.35-5.44,1.93a98.54,98.54,0,0,0-4.57-12.14,98.1,98.1,0,0,0,4.49-12,58.75,58.75,0,0,1,5.54,2c7.09,3,11.5,6.85,11.49,10.14S132.17,80.42,125.07,83.37ZM92,82.39a9.18,9.18,0,1,0-9.17-9.19A9.17,9.17,0,0,0,92,82.39Zm-69.32,54.5V26.2L17.89,31V141.66H139.94l4.78-4.77Z"/></svg>
package/dist/module.js DELETED
@@ -1,14 +0,0 @@
1
- import FAB from "./components/FAB";
2
- import Twitter from "./components/Twitter";
3
- import Register from "./components/Register";
4
- import ProgressCounter from "./components/ProgressCounter";
5
- import Share from "./components/Share";
6
- import ProcaRoot from "./components/ProcaRoot";
7
- import init from "./lib/init";
8
- export { FAB };
9
- export { Register };
10
- export { ProgressCounter };
11
- export { Share };
12
- export { Twitter };
13
- export { ProcaRoot };
14
- export { init };
Binary file
@@ -1,21 +0,0 @@
1
- {
2
- "lang":"EN",
3
- "actionpage":"2",
4
- "filename":"proca.foundation",
5
- "organisation":"Organisation name",
6
- "journey":["register","share"],
7
- "register":{
8
- "fields":{
9
- "lastname":{"mandatory":true},
10
- "firstname":{"display":false},
11
- "country":{"display":true,"list":"all.json"}
12
- },
13
- "share": {
14
- "facebook":{"display":false},
15
- "twitter":{"tags":["ff","whatever"]}
16
- },
17
- "locales":{
18
- "Sign now!": "whatever you want to overwrite"
19
- }
20
- }
21
- }
@@ -1,11 +0,0 @@
1
- {
2
- "lang": "EN",
3
- "HtmlTemplate":"openletter.html",
4
- "actionpage": "2",
5
- "filename": "proca.foundation",
6
- "organisation": "Organisation name",
7
- "journey": [
8
- "petition",
9
- "share"
10
- ]
11
- }
@@ -1,29 +0,0 @@
1
- {
2
- "lang": "EN",
3
- "HtmlTemplate": "openletter.html",
4
- "actionPage": 20,
5
- "actionType": "openletter",
6
- "filename": "openletter",
7
- "organisation": "Fix the Status Quo",
8
- "journey": ["petition", "share"],
9
- "component": {
10
- "register": {
11
- "field": {
12
- "organisation": { "mandatory": true },
13
- "lastname": { "mandatory": true },
14
- "firstname": false,
15
- "country": { "list": "all.json" }
16
- }
17
- },
18
- "share": {
19
- "field": {
20
- "facebook": { "display": false },
21
- "twitter": { "tags": ["ff", "whatever"] }
22
- }
23
- }
24
- },
25
- "locales": {
26
- "register": "Sign the Open Letter",
27
- "Sign now!": "Sign the Open Letter"
28
- }
29
- }
@@ -1,14 +0,0 @@
1
- {
2
- "lang": "FR",
3
- "filename": "campax.fr",
4
- "HtmlTemplate": "CH-initiative.html",
5
- "tpl.actionpage": "28",
6
- "organisation": "Campax",
7
- "actionUrl": "https://collect.campax.org/",
8
- "journey": [
9
- "register.CH",
10
- "download",
11
- "share"
12
- ],
13
- "privacy_url": "https://campax.org/fr/protection-des-donnees/"
14
- }
@@ -1,34 +0,0 @@
1
- {
2
- "lang": "EN",
3
- "filename": "defend_democracy-rfe-32",
4
- "organisation": "defend democracy",
5
- "actionType": "openletter",
6
- "layout":{
7
- "primaryColor":"#ff4400"
8
- },
9
- "journey": [
10
- "petition",
11
- "share"
12
- ],
13
- "component": {
14
- "register": {
15
- "field": {
16
- "organisation": { "mandatory": true },
17
- "lastname": { "mandatory": true },
18
- "firstname": false,
19
- "country": { "list": "all.json" }
20
- }
21
- },
22
- "share": {
23
- "field": {
24
- "facebook": { "display": false },
25
- "twitter": { "tags": ["ff", "whatever"] }
26
- }
27
- }
28
- },
29
- "locales": {
30
- "register": "Sign the Open Letter"
31
- },
32
-
33
- "actionPage": 32
34
- }
@@ -1,14 +0,0 @@
1
- {
2
- "lang": "EN",
3
- "filename": "new-europeans-healthunion-35",
4
- "organisation": "New Europeans",
5
- "privacy_url": "https://neweuropeans.net/node/13",
6
- "journey": [
7
- "petition",
8
- "share"
9
- ],
10
- "components": {},
11
- "locales": {
12
- "register":"I want a EU health union"},
13
- "actionPage": 35
14
- }
@@ -1 +0,0 @@
1
- null