@apolitical/component-library 8.3.21 → 8.3.23-ac.0
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/discussion/feeds/replies-feed/cache/hooks/feed/parse-replies/parse-replies.d.ts +1 -0
- package/discussion/feeds/replies-feed/mocks/course-discussion-replies-feed.mock.d.ts +33 -0
- package/discussion/feeds/replies-feed/replies-feed.d.ts +7 -0
- package/discussion/sections/activity-section/activity-section.d.ts +7 -0
- package/discussion/sections/activity-section/activity-section.mock.d.ts +7 -0
- package/helpers/intl.d.ts +2 -0
- package/index.js +122 -122
- package/index.mjs +15654 -15581
- package/layout/page-layout/components/header/header.data.d.ts +4 -2
- package/package.json +1 -1
- package/style.css +1 -1
|
@@ -13,6 +13,8 @@ declare namespace _default {
|
|
|
13
13
|
export let onlyShow: string;
|
|
14
14
|
}
|
|
15
15
|
namespace topics {
|
|
16
|
+
let onlyShow_1: string;
|
|
17
|
+
export { onlyShow_1 as onlyShow };
|
|
16
18
|
let order_1: string[];
|
|
17
19
|
export { order_1 as order };
|
|
18
20
|
export let menuId: string;
|
|
@@ -95,8 +97,8 @@ declare namespace _default {
|
|
|
95
97
|
namespace partners {
|
|
96
98
|
let href_6: string;
|
|
97
99
|
export { href_6 as href };
|
|
98
|
-
let
|
|
99
|
-
export {
|
|
100
|
+
let onlyShow_2: string;
|
|
101
|
+
export { onlyShow_2 as onlyShow };
|
|
100
102
|
}
|
|
101
103
|
let account: {
|
|
102
104
|
menuId: string;
|