@micromag/intl 0.3.36 → 0.3.42

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/locale/en.cjs.js CHANGED
@@ -26,6 +26,10 @@ var AQ8Aig = [{
26
26
  type: 0,
27
27
  value: "Used"
28
28
  }];
29
+ var AV6gfh = [{
30
+ type: 0,
31
+ value: "Edit call to action..."
32
+ }];
29
33
  var AuxqcG = [{
30
34
  type: 0,
31
35
  value: "Fullscreen"
@@ -661,6 +665,10 @@ var qhjeuO = [{
661
665
  type: 0,
662
666
  value: "Padding"
663
667
  }];
668
+ var qmIJjc = [{
669
+ type: 0,
670
+ value: "Pop-up window"
671
+ }];
664
672
  var qroLmS = [{
665
673
  type: 0,
666
674
  value: "Marker"
@@ -1110,6 +1118,7 @@ var messages = {
1110
1118
  ACkeH6: ACkeH6,
1111
1119
  AHvHaY: AHvHaY,
1112
1120
  AQ8Aig: AQ8Aig,
1121
+ AV6gfh: AV6gfh,
1113
1122
  AuxqcG: AuxqcG,
1114
1123
  "B1MeY+": [{
1115
1124
  type: 0,
@@ -1381,6 +1390,7 @@ var messages = {
1381
1390
  type: 0,
1382
1391
  value: "Bar"
1383
1392
  }],
1393
+ qmIJjc: qmIJjc,
1384
1394
  qroLmS: qroLmS,
1385
1395
  rBPIgw: rBPIgw,
1386
1396
  rdFCsN: rdFCsN,
package/locale/en.js CHANGED
@@ -20,6 +20,10 @@ var AQ8Aig = [{
20
20
  type: 0,
21
21
  value: "Used"
22
22
  }];
23
+ var AV6gfh = [{
24
+ type: 0,
25
+ value: "Edit call to action..."
26
+ }];
23
27
  var AuxqcG = [{
24
28
  type: 0,
25
29
  value: "Fullscreen"
@@ -655,6 +659,10 @@ var qhjeuO = [{
655
659
  type: 0,
656
660
  value: "Padding"
657
661
  }];
662
+ var qmIJjc = [{
663
+ type: 0,
664
+ value: "Pop-up window"
665
+ }];
658
666
  var qroLmS = [{
659
667
  type: 0,
660
668
  value: "Marker"
@@ -1104,6 +1112,7 @@ var messages = {
1104
1112
  ACkeH6: ACkeH6,
1105
1113
  AHvHaY: AHvHaY,
1106
1114
  AQ8Aig: AQ8Aig,
1115
+ AV6gfh: AV6gfh,
1107
1116
  AuxqcG: AuxqcG,
1108
1117
  "B1MeY+": [{
1109
1118
  type: 0,
@@ -1375,6 +1384,7 @@ var messages = {
1375
1384
  type: 0,
1376
1385
  value: "Bar"
1377
1386
  }],
1387
+ qmIJjc: qmIJjc,
1378
1388
  qroLmS: qroLmS,
1379
1389
  rBPIgw: rBPIgw,
1380
1390
  rdFCsN: rdFCsN,
package/locale/en.json CHANGED
@@ -429,6 +429,12 @@
429
429
  "value": "Used"
430
430
  }
431
431
  ],
432
+ "AV6gfh": [
433
+ {
434
+ "type": 0,
435
+ "value": "Edit call to action..."
436
+ }
437
+ ],
432
438
  "AuxqcG": [
433
439
  {
434
440
  "type": 0,
@@ -1553,6 +1559,12 @@
1553
1559
  "value": "Bar"
1554
1560
  }
1555
1561
  ],
1562
+ "qmIJjc": [
1563
+ {
1564
+ "type": 0,
1565
+ "value": "Pop-up window"
1566
+ }
1567
+ ],
1556
1568
  "qroLmS": [
1557
1569
  {
1558
1570
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.36",
3
+ "version": "0.3.42",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -58,7 +58,7 @@
58
58
  "dependencies": {
59
59
  "@babel/runtime": "^7.13.10",
60
60
  "@formatjs/cli": "^4.4.0",
61
- "@micromag/core": "^0.3.36",
61
+ "@micromag/core": "^0.3.42",
62
62
  "commander": "^8.3.0",
63
63
  "fs-extra": "^10.0.0",
64
64
  "gettext-parser": "^4.0.4",
@@ -75,5 +75,5 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "gitHead": "3a430d587a82acb0bf94fe7f842c7f96707a98f4"
78
+ "gitHead": "a80c775c071fffda13172464ce19db2c46c520a2"
79
79
  }