@micromag/intl 0.3.384 → 0.3.389

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
@@ -1257,6 +1257,10 @@ var yEG9zh = [{
1257
1257
  type: 0,
1258
1258
  value: "Date"
1259
1259
  }];
1260
+ var yMpGIc = [{
1261
+ type: 0,
1262
+ value: "Article"
1263
+ }];
1260
1264
  var z2I2bJ = [{
1261
1265
  type: 0,
1262
1266
  value: "Overtitle"
@@ -2230,6 +2234,7 @@ var messages = {
2230
2234
  yCXMzz: yCXMzz,
2231
2235
  yCj5uv: yCj5uv,
2232
2236
  yEG9zh: yEG9zh,
2237
+ yMpGIc: yMpGIc,
2233
2238
  "z/VBX0": [{
2234
2239
  type: 0,
2235
2240
  value: "Learn more"
package/locale/en.js CHANGED
@@ -1251,6 +1251,10 @@ var yEG9zh = [{
1251
1251
  type: 0,
1252
1252
  value: "Date"
1253
1253
  }];
1254
+ var yMpGIc = [{
1255
+ type: 0,
1256
+ value: "Article"
1257
+ }];
1254
1258
  var z2I2bJ = [{
1255
1259
  type: 0,
1256
1260
  value: "Overtitle"
@@ -2224,6 +2228,7 @@ var messages = {
2224
2228
  yCXMzz: yCXMzz,
2225
2229
  yCj5uv: yCj5uv,
2226
2230
  yEG9zh: yEG9zh,
2231
+ yMpGIc: yMpGIc,
2227
2232
  "z/VBX0": [{
2228
2233
  type: 0,
2229
2234
  value: "Learn more"
package/locale/en.json CHANGED
@@ -2807,6 +2807,12 @@
2807
2807
  "value": "Date"
2808
2808
  }
2809
2809
  ],
2810
+ "yMpGIc": [
2811
+ {
2812
+ "type": 0,
2813
+ "value": "Article"
2814
+ }
2815
+ ],
2810
2816
  "z/VBX0": [
2811
2817
  {
2812
2818
  "type": 0,
package/locale/fr.cjs.js CHANGED
@@ -1257,6 +1257,10 @@ var yEG9zh = [{
1257
1257
  type: 0,
1258
1258
  value: "Date"
1259
1259
  }];
1260
+ var yMpGIc = [{
1261
+ type: 0,
1262
+ value: "Article"
1263
+ }];
1260
1264
  var z2I2bJ = [{
1261
1265
  type: 0,
1262
1266
  value: "Surtitre"
@@ -2230,6 +2234,7 @@ var messages = {
2230
2234
  yCXMzz: yCXMzz,
2231
2235
  yCj5uv: yCj5uv,
2232
2236
  yEG9zh: yEG9zh,
2237
+ yMpGIc: yMpGIc,
2233
2238
  "z/VBX0": [{
2234
2239
  type: 0,
2235
2240
  value: "En savoir plus"
package/locale/fr.js CHANGED
@@ -1251,6 +1251,10 @@ var yEG9zh = [{
1251
1251
  type: 0,
1252
1252
  value: "Date"
1253
1253
  }];
1254
+ var yMpGIc = [{
1255
+ type: 0,
1256
+ value: "Article"
1257
+ }];
1254
1258
  var z2I2bJ = [{
1255
1259
  type: 0,
1256
1260
  value: "Surtitre"
@@ -2224,6 +2228,7 @@ var messages = {
2224
2228
  yCXMzz: yCXMzz,
2225
2229
  yCj5uv: yCj5uv,
2226
2230
  yEG9zh: yEG9zh,
2231
+ yMpGIc: yMpGIc,
2227
2232
  "z/VBX0": [{
2228
2233
  type: 0,
2229
2234
  value: "En savoir plus"
package/locale/fr.json CHANGED
@@ -2807,6 +2807,12 @@
2807
2807
  "value": "Date"
2808
2808
  }
2809
2809
  ],
2810
+ "yMpGIc": [
2811
+ {
2812
+ "type": 0,
2813
+ "value": "Article"
2814
+ }
2815
+ ],
2810
2816
  "z/VBX0": [
2811
2817
  {
2812
2818
  "type": 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/intl",
3
- "version": "0.3.384",
3
+ "version": "0.3.389",
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.379",
61
+ "@micromag/core": "^0.3.389",
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": "a1828b567fd13a89aa8d1293809a861ef2f4b8fa"
78
+ "gitHead": "67cbf19814ac1142a26e35df2e3959405aebf149"
79
79
  }