@apolitical/component-library 6.5.1-ac.0 → 6.5.1-ac.2
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/index.js +26 -26
- package/index.mjs +8 -7
- package/layout/page-layout/components/header/header.data.d.ts +18 -7
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -25606,8 +25606,9 @@ const or = "footer_", ua = "SiteFooter", $c = ({ group: e }) => {
|
|
|
25606
25606
|
gtmType: "homepage-click"
|
|
25607
25607
|
},
|
|
25608
25608
|
communities: {
|
|
25609
|
-
href: "/communities
|
|
25610
|
-
gtmType: "communities-click"
|
|
25609
|
+
href: "/communities",
|
|
25610
|
+
gtmType: "communities-click",
|
|
25611
|
+
onlyShow: "logged-in"
|
|
25611
25612
|
},
|
|
25612
25613
|
topics: {
|
|
25613
25614
|
order: ["explore", "topics"],
|
|
@@ -25624,12 +25625,12 @@ const or = "footer_", ua = "SiteFooter", $c = ({ group: e }) => {
|
|
|
25624
25625
|
href: "/solution-articles/",
|
|
25625
25626
|
gtmType: "articles-click",
|
|
25626
25627
|
className: "icon articles"
|
|
25628
|
+
},
|
|
25629
|
+
communities: {
|
|
25630
|
+
href: "/communities/",
|
|
25631
|
+
gtmType: "communities-click",
|
|
25632
|
+
className: "icon communities"
|
|
25627
25633
|
}
|
|
25628
|
-
// communities: {
|
|
25629
|
-
// href: '/communities/',
|
|
25630
|
-
// gtmType: 'communities-click',
|
|
25631
|
-
// className: 'icon communities',
|
|
25632
|
-
// },
|
|
25633
25634
|
},
|
|
25634
25635
|
topics: {
|
|
25635
25636
|
order: [
|
|
@@ -10,6 +10,7 @@ declare namespace _default {
|
|
|
10
10
|
export { href_1 as href };
|
|
11
11
|
let gtmType_1: string;
|
|
12
12
|
export { gtmType_1 as gtmType };
|
|
13
|
+
export let onlyShow: string;
|
|
13
14
|
}
|
|
14
15
|
namespace topics {
|
|
15
16
|
let order_1: string[];
|
|
@@ -39,6 +40,15 @@ declare namespace _default {
|
|
|
39
40
|
let className_2: string;
|
|
40
41
|
export { className_2 as className };
|
|
41
42
|
}
|
|
43
|
+
export namespace communities_1 {
|
|
44
|
+
let href_5: string;
|
|
45
|
+
export { href_5 as href };
|
|
46
|
+
let gtmType_4: string;
|
|
47
|
+
export { gtmType_4 as gtmType };
|
|
48
|
+
let className_3: string;
|
|
49
|
+
export { className_3 as className };
|
|
50
|
+
}
|
|
51
|
+
export { communities_1 as communities };
|
|
42
52
|
}
|
|
43
53
|
let topics_1: {
|
|
44
54
|
order: string[];
|
|
@@ -83,9 +93,10 @@ declare namespace _default {
|
|
|
83
93
|
export { topics_1 as topics };
|
|
84
94
|
}
|
|
85
95
|
namespace partners {
|
|
86
|
-
let
|
|
87
|
-
export {
|
|
88
|
-
|
|
96
|
+
let href_6: string;
|
|
97
|
+
export { href_6 as href };
|
|
98
|
+
let onlyShow_1: string;
|
|
99
|
+
export { onlyShow_1 as onlyShow };
|
|
89
100
|
}
|
|
90
101
|
let account: {
|
|
91
102
|
menuId: string;
|
|
@@ -108,13 +119,13 @@ declare namespace _default {
|
|
|
108
119
|
let order_3: string[];
|
|
109
120
|
export { order_3 as order };
|
|
110
121
|
export namespace login {
|
|
111
|
-
let
|
|
112
|
-
export {
|
|
122
|
+
let href_7: string;
|
|
123
|
+
export { href_7 as href };
|
|
113
124
|
export let withReturnTo: boolean;
|
|
114
125
|
}
|
|
115
126
|
export namespace signup {
|
|
116
|
-
let
|
|
117
|
-
export {
|
|
127
|
+
let href_8: string;
|
|
128
|
+
export { href_8 as href };
|
|
118
129
|
export namespace props {
|
|
119
130
|
let variant: string;
|
|
120
131
|
}
|