@micromag/intl 0.3.307 → 0.3.311

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
@@ -601,6 +601,10 @@ var bv3rRe = [{
601
601
  type: 0,
602
602
  value: "Button"
603
603
  }];
604
+ var c7rrcG = [{
605
+ type: 0,
606
+ value: "With animated wave"
607
+ }];
604
608
  var cDj1mZ = [{
605
609
  type: 0,
606
610
  value: "Background"
@@ -1830,6 +1834,7 @@ var messages = {
1830
1834
  bQsPrs: bQsPrs,
1831
1835
  bhEaUt: bhEaUt,
1832
1836
  bv3rRe: bv3rRe,
1837
+ c7rrcG: c7rrcG,
1833
1838
  "c9VwT/": [{
1834
1839
  type: 0,
1835
1840
  value: "Technical details"
package/locale/en.js CHANGED
@@ -595,6 +595,10 @@ var bv3rRe = [{
595
595
  type: 0,
596
596
  value: "Button"
597
597
  }];
598
+ var c7rrcG = [{
599
+ type: 0,
600
+ value: "With animated wave"
601
+ }];
598
602
  var cDj1mZ = [{
599
603
  type: 0,
600
604
  value: "Background"
@@ -1824,6 +1828,7 @@ var messages = {
1824
1828
  bQsPrs: bQsPrs,
1825
1829
  bhEaUt: bhEaUt,
1826
1830
  bv3rRe: bv3rRe,
1831
+ c7rrcG: c7rrcG,
1827
1832
  "c9VwT/": [{
1828
1833
  type: 0,
1829
1834
  value: "Technical details"
package/locale/en.json CHANGED
@@ -1577,6 +1577,12 @@
1577
1577
  "value": "Button"
1578
1578
  }
1579
1579
  ],
1580
+ "c7rrcG": [
1581
+ {
1582
+ "type": 0,
1583
+ "value": "With animated wave"
1584
+ }
1585
+ ],
1580
1586
  "c9VwT/": [
1581
1587
  {
1582
1588
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.307",
3
+ "version": "0.3.311",
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.307",
61
+ "@micromag/core": "^0.3.311",
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": "cdc815b7aebe1b9ae8741e1956e21780def64caf"
78
+ "gitHead": "fab297a7ad204611597c749b969f14d992d35d47"
79
79
  }