Skip to content

Commit db0fa61

Browse files
Merge pull request #1648 from OpenSignLabs/updates-13994222227
v2.14.0
2 parents 9658761 + 221f098 commit db0fa61

25 files changed

+2045
-1837
lines changed

apps/OpenSign/package-lock.json

Lines changed: 357 additions & 363 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/OpenSign/package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"private": true,
55
"dependencies": {
66
"@formkit/auto-animate": "^0.8.2",
7-
"@lottiefiles/dotlottie-react": "^0.13.0",
7+
"@lottiefiles/dotlottie-react": "^0.13.2",
88
"@pdf-lib/fontkit": "^1.1.1",
99
"@radix-ui/themes": "^3.1.6",
10-
"@react-pdf/renderer": "^4.1.6",
10+
"@react-pdf/renderer": "^4.3.0",
1111
"@reduxjs/toolkit": "^2.5.1",
12-
"axios": "^1.7.9",
13-
"css-minimizer-webpack-plugin": "^7.0.0",
12+
"axios": "^1.8.3",
13+
"css-minimizer-webpack-plugin": "^7.0.2",
1414
"file-saver": "^2.0.5",
1515
"i18next": "^23.16.8",
1616
"i18next-browser-languagedetector": "^8.0.2",
@@ -25,7 +25,7 @@
2525
"radix-ui": "^1.0.1",
2626
"react": "^18.2.0",
2727
"react-bootstrap": "^2.10.9",
28-
"react-confetti": "^6.2.2",
28+
"react-confetti": "^6.4.0",
2929
"react-cookie": "^7.2.2",
3030
"react-datepicker": "^7.6.0",
3131
"react-dnd": "^16.0.1",
@@ -38,13 +38,13 @@
3838
"react-i18next": "^15.4.0",
3939
"react-konva": "^18.2.10",
4040
"react-pdf": "^9.2.1",
41-
"react-quill-new": "^3.3.3",
41+
"react-quill-new": "^3.4.1",
4242
"react-redux": "^9.2.0",
43-
"react-rnd": "^10.4.14",
43+
"react-rnd": "^10.5.2",
4444
"react-router": "^7.1.5",
4545
"react-scripts": "^5.0.1",
4646
"react-scrollbars-custom": "^4.1.1",
47-
"react-select": "^5.10.0",
47+
"react-select": "^5.10.1",
4848
"react-signature-canvas": "^1.0.7",
4949
"react-syntax-highlighter": "^15.6.1",
5050
"react-timezone-select": "^3.2.8",
@@ -53,11 +53,11 @@
5353
"reactour": "^1.19.4",
5454
"redux": "^5.0.1",
5555
"redux-thunk": "^3.1.0",
56-
"regex-parser": "^2.3.0",
56+
"regex-parser": "^2.3.1",
5757
"serve": "^14.2.4",
5858
"styled-components": "^5.3.0",
5959
"web-vitals": "^4.2.4",
60-
"ws": "^8.18.0",
60+
"ws": "^8.18.1",
6161
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz"
6262
},
6363
"scripts": {
@@ -96,26 +96,26 @@
9696
}
9797
},
9898
"devDependencies": {
99-
"@babel/core": "^7.26.9",
99+
"@babel/core": "^7.26.10",
100100
"@babel/preset-env": "^7.26.9",
101101
"@babel/preset-react": "^7.26.3",
102-
"@babel/runtime-corejs2": "^7.26.9",
103-
"autoprefixer": "^10.4.20",
102+
"@babel/runtime-corejs2": "^7.26.10",
103+
"autoprefixer": "^10.4.21",
104104
"babel-loader": "^9.2.1",
105105
"commitizen": "^4.3.1",
106106
"concurrently": "^9.1.2",
107107
"css-loader": "^7.1.2",
108108
"daisyui": "^4.12.23",
109109
"dotenv": "^16.4.7",
110110
"dotenv-webpack": "^8.1.0",
111-
"eslint": "^9.20.0",
111+
"eslint": "^9.22.0",
112112
"eslint-plugin-prettier": "^5.2.3",
113113
"eslint-plugin-react": "^7.37.4",
114-
"lint-staged": "^15.4.3",
114+
"lint-staged": "^15.5.0",
115115
"mini-css-extract-plugin": "^2.9.2",
116-
"postcss": "^8.5.1",
117-
"prettier": "^3.5.0",
118-
"pretty-quick": "^4.0.0",
116+
"postcss": "^8.5.3",
117+
"prettier": "^3.5.3",
118+
"pretty-quick": "^4.1.1",
119119
"tailwindcss": "^3.4.17",
120120
"terser-webpack-plugin": "^5.3.11",
121121
"webpack-cli": "^5.1.4"

apps/OpenSign/public/locales/de/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
"generate-token-alert": "Sind Sie sicher, dass Sie das Token neu generieren möchten? Das alte Token wird ablaufen.",
248248
"yes": "Ja",
249249
"copied": "Kopiert",
250-
"something-went-wrong-mssg": "Etwas ist schiefgelaufen. Bitte versuchen Sie es später erneut.",
250+
"something-went-wrong-mssg": "Etwas ist schiefgelaufen, Das Aktualisieren dieser Seite kann das Problem lösen.",
251251
"token-generated": "Token erfolgreich generiert.",
252252
"webhook": "Webhook",
253253
"update-webhook": "Webhook aktualisieren",
@@ -831,7 +831,7 @@
831831
"initial-type": "Ihre Initialen",
832832
"redirect-url": "Weiterleitungs-URL",
833833
"bulk-send": "Massenversand",
834-
"select-timezone": "Wählen Sie Ihre Zeitzone",
834+
"select-timezone": "Zeitzone",
835835
"current-time": "Aktuelle Uhrzeit",
836836
"email-help": "Aus Sicherheitsgründen dürfen Sie die E-Mail-Adresse nicht ändern. Bitte erstellen Sie ein weiteres kostenloses Konto mit der neuen E-Mail-Adresse.",
837837
"doc-sent": "Dokument erfolgreich gesendet.",

apps/OpenSign/public/locales/en/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
"generate-token-alert": "Are you sure you want to regenerate token it will expire old token?",
248248
"yes": "Yes",
249249
"copied": "Copied",
250-
"something-went-wrong-mssg": "Something went wrong, please try again later.",
250+
"something-went-wrong-mssg": "Something went wrong, refreshing this page may solve this issue.",
251251
"token-generated": "Token generated successfully.",
252252
"webhook": "Webhook",
253253
"update-webhook": "Update webhook",
@@ -831,7 +831,7 @@
831831
"initial-type": "Your initials",
832832
"redirect-url": "Redirect url",
833833
"bulk-send": "Bulk send",
834-
"select-timezone": "Select your Timezone",
834+
"select-timezone": "Timezone",
835835
"current-time": "Current time",
836836
"email-help": "You are not allowed to change email address due to security reasons. Please create another free account using the new email address.",
837837
"doc-sent": "Document sent successfully.",

apps/OpenSign/public/locales/es/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
"generate-token-alert": "¿En definitiva quieres regenerar el token? Esto expirará el token antiguo.",
249249
"yes": "",
250250
"copied": "Copiado",
251-
"something-went-wrong-mssg": "Algo salió mal, por favor, intenta de nuevo más tarde.",
251+
"something-went-wrong-mssg": "Un problème est survenu, Actualiser cette page peut résoudre le problème.",
252252
"token-generated": "Token generado exitosamente.",
253253
"webhook": "Webhook",
254254
"update-webhook": "Actualizar webhook",
@@ -831,7 +831,7 @@
831831
"initial-type": "Tus iniciales",
832832
"redirect-url": "URL de redireccionamiento",
833833
"bulk-send": "envío masivo",
834-
"select-timezone": "Seleccione su zona horaria",
834+
"select-timezone": "Zona horaria",
835835
"current-time": "Hora actual",
836836
"email-help": "No se permite cambiar la dirección de correo electrónico por razones de seguridad. Por favor, cree otra cuenta gratuita utilizando la nueva dirección de correo electrónico.",
837837
"doc-sent": "Documento enviado con éxito.",

apps/OpenSign/public/locales/fr/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@
831831
"initial-type": "Vos initiales",
832832
"redirect-url": "URL de redirection",
833833
"bulk-send": "Envoi groupé",
834-
"select-timezone": "Sélectionnez votre fuseau horaire",
834+
"select-timezone": "Fuseau horaire",
835835
"current-time": "Heure actuelle",
836836
"email-help": "Vous n'êtes pas autorisé à changer d'adresse e-mail pour des raisons de sécurité. Veuillez créer un autre compte gratuit en utilisant la nouvelle adresse e-mail.",
837837
"doc-sent": "Document envoyé avec succès.",

apps/OpenSign/public/locales/it/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247
"generate-token-alert": "Sei sicuro di voler rigenerare il token? Questo invaliderà il vecchio token.",
248248
"yes": "",
249249
"copied": "Copiato",
250-
"something-went-wrong-mssg": "Qualcosa è andato storto, riprova più tardi.",
250+
"something-went-wrong-mssg": "Si è verificato un errore, L'aggiornamento della pagina potrebbe risolvere il problema.",
251251
"token-generated": "Token generato con successo.",
252252
"webhook": "Webhook",
253253
"update-webhook": "Aggiorna Webhook",
@@ -831,7 +831,7 @@
831831
"initial-type": "Le tue iniziali",
832832
"redirect-url": "URL di reindirizzamento",
833833
"bulk-send": "Invio in blocco",
834-
"select-timezone": "Seleziona il tuo fuso orario",
834+
"select-timezone": "Fuso orario",
835835
"current-time": "Ora corrente",
836836
"email-help": "Non ti è permesso cambiare l'indirizzo email per motivi di sicurezza. Ti preghiamo di creare un altro account gratuito utilizzando il nuovo indirizzo email.",
837837
"doc-sent": "Documento inviato con successo.",

apps/OpenSign/src/components/pdf/DraftDocument.js

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,10 @@ function DraftDocument() {
3232
) {
3333
setIsLoading({
3434
isLoader: false,
35-
message: "Error: Something went wrong!"
35+
message: t("something-went-wrong-mssg")
3636
});
3737
} else {
38-
setIsLoading({
39-
isLoader: false,
40-
message: "No data found!"
41-
});
38+
setIsLoading({ isLoader: false, message: t("no-data") });
4239
}
4340
};
4441

apps/OpenSign/src/components/pdf/EditTemplate.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ const EditTemplate = ({ template, onSuccess }) => {
188188
<Tooltip id="istourenabled-tooltip" className="z-50">
189189
<div className="max-w-[200px] md:max-w-[450px]">
190190
<p className="font-bold">{t("enable-tour")}</p>
191-
<p className="p-[5px]">
191+
<div className="p-[5px]">
192192
<ol className="list-disc">
193193
<li>
194194
<span className="font-bold">{t("yes")}: </span>
@@ -199,7 +199,7 @@ const EditTemplate = ({ template, onSuccess }) => {
199199
<span>{t("istourenabled-help.p2")}</span>
200200
</li>
201201
</ol>
202-
</p>
202+
</div>
203203
<p>{t("istourenabled-help.p3", { appName: appName })}</p>
204204
</div>
205205
</Tooltip>

apps/OpenSign/src/components/pdf/Placeholder.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ const selectFormat = (data) => {
2525
switch (data) {
2626
case "L":
2727
return "MM/dd/yyyy";
28+
case "MM/DD/YYYY":
29+
return "MM/dd/yyyy";
2830
case "DD-MM-YYYY":
2931
return "dd-MM-yyyy";
3032
case "DD/MM/YYYY":
@@ -41,6 +43,8 @@ const selectFormat = (data) => {
4143
return "MM.dd.yyyy";
4244
case "MMM DD, YYYY":
4345
return "MMM dd, yyyy";
46+
case "MMMM DD, YYYY":
47+
return "MMMM dd, yyyy";
4448
case "DD MMMM, YYYY":
4549
return "dd MMMM, yyyy";
4650
default:

0 commit comments

Comments
 (0)