@micromag/intl 0.3.82 → 0.3.83

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
@@ -569,6 +569,10 @@ var eBFxNl = [{
569
569
  type: 0,
570
570
  value: "Call to Action"
571
571
  }];
572
+ var eDMxHS = [{
573
+ type: 0,
574
+ value: "Font weight"
575
+ }];
572
576
  var eYHEYe = [{
573
577
  type: 0,
574
578
  value: "Map"
@@ -1582,6 +1586,7 @@ var messages = {
1582
1586
  value: "Select a media..."
1583
1587
  }],
1584
1588
  eBFxNl: eBFxNl,
1589
+ eDMxHS: eDMxHS,
1585
1590
  "eWIM/8": [{
1586
1591
  type: 0,
1587
1592
  value: "Image with title and text"
package/locale/en.js CHANGED
@@ -563,6 +563,10 @@ var eBFxNl = [{
563
563
  type: 0,
564
564
  value: "Call to Action"
565
565
  }];
566
+ var eDMxHS = [{
567
+ type: 0,
568
+ value: "Font weight"
569
+ }];
566
570
  var eYHEYe = [{
567
571
  type: 0,
568
572
  value: "Map"
@@ -1576,6 +1580,7 @@ var messages = {
1576
1580
  value: "Select a media..."
1577
1581
  }],
1578
1582
  eBFxNl: eBFxNl,
1583
+ eDMxHS: eDMxHS,
1579
1584
  "eWIM/8": [{
1580
1585
  type: 0,
1581
1586
  value: "Image with title and text"
package/locale/en.json CHANGED
@@ -1457,6 +1457,12 @@
1457
1457
  "value": "Call to Action"
1458
1458
  }
1459
1459
  ],
1460
+ "eDMxHS": [
1461
+ {
1462
+ "type": 0,
1463
+ "value": "Font weight"
1464
+ }
1465
+ ],
1460
1466
  "eWIM/8": [
1461
1467
  {
1462
1468
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.82",
3
+ "version": "0.3.83",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -75,5 +75,5 @@
75
75
  "publishConfig": {
76
76
  "access": "public"
77
77
  },
78
- "gitHead": "2367dd7849f828ab1f64066e147f76130f5035ac"
78
+ "gitHead": "90f24304f6fb94bfdcf510c82fdc52ed63500689"
79
79
  }