@apolitical/component-library 3.3.6 → 3.4.1

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.
@@ -33,6 +33,14 @@ declare namespace _default {
33
33
  let className_2: string;
34
34
  export { className_2 as className };
35
35
  }
36
+ export namespace communities {
37
+ let href_4: string;
38
+ export { href_4 as href };
39
+ let gtmType_3: string;
40
+ export { gtmType_3 as gtmType };
41
+ let className_3: string;
42
+ export { className_3 as className };
43
+ }
36
44
  }
37
45
  let topics_1: {
38
46
  order: string[];
@@ -77,8 +85,8 @@ declare namespace _default {
77
85
  export { topics_1 as topics };
78
86
  }
79
87
  namespace partners {
80
- let href_4: string;
81
- export { href_4 as href };
88
+ let href_5: string;
89
+ export { href_5 as href };
82
90
  export let onlyShow: string;
83
91
  }
84
92
  let account: {
@@ -101,12 +109,12 @@ declare namespace _default {
101
109
  let order_3: string[];
102
110
  export { order_3 as order };
103
111
  export namespace login {
104
- let href_5: string;
105
- export { href_5 as href };
106
- }
107
- export namespace signup {
108
112
  let href_6: string;
109
113
  export { href_6 as href };
114
+ }
115
+ export namespace signup {
116
+ let href_7: string;
117
+ export { href_7 as href };
110
118
  export namespace props {
111
119
  let variant: string;
112
120
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/component-library",
3
- "version": "3.3.6",
3
+ "version": "3.4.1",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {