@apolitical/component-library 6.4.1 → 6.5.0-beta.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.
@@ -1,6 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import { type IMoreMenuOptions } from '../../navigation';
3
- import { DiscussionListLikesFunction, DiscussionCreateLikeFunction, DiscussionDeleteLikeFunction, type IDiscussionContentType } from '../../discussion/discussion';
3
+ import { DiscussionListLikesFunction, DiscussionCreateLikeFunction, DiscussionDeleteLikeFunction } from '../../discussion/discussion';
4
+ import type { IDiscussionContentType } from '../../discussion/shared';
4
5
  import { MemberProps } from '../../user';
5
6
  interface Props {
6
7
  /** Additional classes */
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { MemberProps } from '../../../../user';
3
- import { IDiscussionContent } from '../../../../discussion/discussion';
3
+ import { type IDiscussionContent } from '../../../../discussion/shared';
4
4
  import { ILikesFeedQueryFns } from '../../../../discussion/feeds/likes-feed';
5
5
  interface Props {
6
6
  /** The element to render around the content */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolitical/component-library",
3
- "version": "6.4.1",
3
+ "version": "6.5.0-beta.0",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {