@apolitical/component-library 8.3.8 → 8.3.10

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.
@@ -6,24 +6,28 @@ declare namespace _default {
6
6
  url: string;
7
7
  position: string;
8
8
  }[];
9
- namespace translations {
10
- let en: null;
11
- namespace es {
12
- let canonical_url: string;
13
- let post_name: string;
14
- }
15
- namespace fr {
16
- let canonical_url_1: string;
17
- export { canonical_url_1 as canonical_url };
18
- let post_name_1: string;
19
- export { post_name_1 as post_name };
20
- }
21
- namespace pt {
22
- let canonical_url_2: string;
23
- export { canonical_url_2 as canonical_url };
24
- let post_name_2: string;
25
- export { post_name_2 as post_name };
26
- }
27
- }
9
+ let translations: {
10
+ en: null;
11
+ es: {
12
+ canonical_url: string;
13
+ post_name: string;
14
+ };
15
+ fr: {
16
+ canonical_url: string;
17
+ post_name: string;
18
+ };
19
+ pt: {
20
+ canonical_url: string;
21
+ post_name: string;
22
+ };
23
+ id: {
24
+ canonical_url: string;
25
+ post_name: string;
26
+ };
27
+ 'pt-BR': {
28
+ canonical_url: string;
29
+ post_name: string;
30
+ };
31
+ };
28
32
  }
29
33
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/component-library",
3
- "version": "8.3.8",
3
+ "version": "8.3.10",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {