Skip to content

Commit

Permalink
demo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
prabha-likeminds committed Dec 14, 2023
1 parent aa0fc6b commit c94c8af
Show file tree
Hide file tree
Showing 85 changed files with 5 additions and 3 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {LMPostUI} from '../../../models';
import {LMPostContentProps} from '../LMPostContent/types';
import {LMPostMediaProps} from '../LMPostMedia/types';
import {LMPostFooterProps} from './../LMPostFooter/types';
import {LMPostHeaderProps} from './../LMPostHeader/types';
import {LMPostFooterProps} from '../LMPostFooter/types';
import {LMPostHeaderProps} from '../LMPostHeader/types';
export interface LMPostProps {
post: LMPostUI;
headerProps?: LMPostHeaderProps;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions src/index.ts → LMFeed-UI/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import LMText from './base/LMText';
import LMProfilePicture from './base/LMProfilePicture';
import LMInputText from './base/LMInputText';
import LMHeader from './base/LMHeader';
import LMLoader from './base/LMLoader';
import {
LMImage,
LMVideo,
Expand Down Expand Up @@ -71,6 +72,7 @@ export {
LMPost,
LMHeader,
convertToMentionValues,
LMLoader,
};
export type {
LMActivityEntityUI,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './src/index';
export * from './LMFeed-UI/index';

0 comments on commit c94c8af

Please sign in to comment.