@ailaw/venus 1.38.0 → 1.41.0

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/en.js CHANGED
@@ -1522,6 +1522,7 @@ var en = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
1522
1522
  sendMessage: "Send Message",
1523
1523
  phoneNumber: "Mobile Number",
1524
1524
  messageBody: "Message Body",
1525
- fillLink: "Fill Link"
1525
+ fillLink: "Fill Link",
1526
+ sendTextMessage: "Send Text Message"
1526
1527
  });
1527
1528
  export { en as default };
package/dist/ro.js CHANGED
@@ -1,4 +1,25 @@
1
- module.exports = {
1
+ var __defProp = Object.defineProperty;
2
+ var __defProps = Object.defineProperties;
3
+ var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
4
+ var __getOwnPropSymbols = Object.getOwnPropertySymbols;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __propIsEnum = Object.prototype.propertyIsEnumerable;
7
+ var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
8
+ var __spreadValues = (a, b) => {
9
+ for (var prop in b || (b = {}))
10
+ if (__hasOwnProp.call(b, prop))
11
+ __defNormalProp(a, prop, b[prop]);
12
+ if (__getOwnPropSymbols)
13
+ for (var prop of __getOwnPropSymbols(b)) {
14
+ if (__propIsEnum.call(b, prop))
15
+ __defNormalProp(a, prop, b[prop]);
16
+ }
17
+ return a;
18
+ };
19
+ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
+ import lang2 from "./ro2.js";
21
+ import lang3 from "./ro3.js";
22
+ var ro = __spreadProps(__spreadValues(__spreadValues({}, lang2), lang3), {
2
23
  hi: "Bine ati venit",
3
24
  navi1: "Acas\u0103",
4
25
  navi2: "Despre noi",
@@ -1502,4 +1523,5 @@ module.exports = {
1502
1523
  phoneNumber: "Num\u0103r de telefon mobil",
1503
1524
  messageBody: "Con\u021Binutul mesajului",
1504
1525
  fillLink: "Completa\u021Bi linkul"
1505
- };
1526
+ });
1527
+ export { ro as default };
package/dist/ro2.js CHANGED
@@ -1,4 +1,4 @@
1
- module.exports = {
1
+ var lang2 = {
2
2
  account: "Cont",
3
3
  atLeaseOneAdmin: "Ar trebui s\u0103 existe cel pu\u021Bin un cont de administrator \xEEn aceast\u0103 firm\u0103 de avocatur\u0103.",
4
4
  password: "Parola",
@@ -2714,3 +2714,4 @@ module.exports = {
2714
2714
  sendPasswordDesc: "Clientul va primi instruc\u021Biuni de conectare.",
2715
2715
  travelInformationAtLastUS: "informa\u021Bii despre documentele de c\u0103l\u0103torie la ultima ta sosire \xEEn S.U.A."
2716
2716
  };
2717
+ export { lang2 as default };
package/dist/ro3.js CHANGED
@@ -1,4 +1,4 @@
1
- module.exports = {
1
+ var lang3 = {
2
2
  i589Employee1: "Informatii de baza",
3
3
  i589Employee2: "Informa\u021Bii suplimentare",
4
4
  i589Employee3: "Informa\u021Bii despre antecedentele dvs",
@@ -923,3 +923,4 @@ module.exports = {
923
923
  pleaseCreateIntakeTemplate: "Face\u021Bi clic pe butonul \u201ECrea\u021Bi\u201D pentru a ad\u0103uga un \u0219ablon",
924
924
  addReceipt: "Ad\u0103uga\u021Bi chitan\u021B\u0103"
925
925
  };
926
+ export { lang3 as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ailaw/venus",
3
- "version": "1.38.0",
3
+ "version": "1.41.0",
4
4
  "files": [
5
5
  "dist"
6
6
  ],