vite-easy-wall 1.0.0 → 1.0.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.
Files changed (123) hide show
  1. package/dist/components/comment/CommentContext.d.ts +4 -0
  2. package/dist/components/comment/CommentContext.d.ts.map +1 -0
  3. package/dist/components/comment/CommentProvider.d.ts +7 -0
  4. package/dist/components/comment/CommentProvider.d.ts.map +1 -0
  5. package/dist/components/comment/Comments.d.ts +3 -0
  6. package/dist/components/comment/Comments.d.ts.map +1 -0
  7. package/dist/components/comment/comment.actions.d.ts +31 -0
  8. package/dist/components/comment/comment.actions.d.ts.map +1 -0
  9. package/dist/components/comment/comment.events.d.ts +22 -0
  10. package/dist/components/comment/comment.events.d.ts.map +1 -0
  11. package/dist/components/comment/comment.hooks.d.ts +7 -0
  12. package/dist/components/comment/comment.hooks.d.ts.map +1 -0
  13. package/dist/components/comment/comment.store.d.ts +21 -0
  14. package/dist/components/comment/comment.store.d.ts.map +1 -0
  15. package/dist/components/comment/comment.types.d.ts +11 -0
  16. package/dist/components/comment/comment.types.d.ts.map +1 -0
  17. package/dist/components/comment/comment.utils.d.ts +18 -0
  18. package/dist/components/comment/comment.utils.d.ts.map +1 -0
  19. package/dist/components/comment/components/AddComment.d.ts +3 -0
  20. package/dist/components/comment/components/AddComment.d.ts.map +1 -0
  21. package/dist/components/comment/components/AddCommentContainer.d.ts +3 -0
  22. package/dist/components/comment/components/AddCommentContainer.d.ts.map +1 -0
  23. package/dist/components/comment/components/AddReplyComment.d.ts +3 -0
  24. package/dist/components/comment/components/AddReplyComment.d.ts.map +1 -0
  25. package/dist/components/comment/components/AddReplyCommentContainer.d.ts +3 -0
  26. package/dist/components/comment/components/AddReplyCommentContainer.d.ts.map +1 -0
  27. package/dist/components/comment/components/CommentContainer.d.ts +8 -0
  28. package/dist/components/comment/components/CommentContainer.d.ts.map +1 -0
  29. package/dist/components/comment/components/CommentItem.d.ts +9 -0
  30. package/dist/components/comment/components/CommentItem.d.ts.map +1 -0
  31. package/dist/components/comment/components/CommentSubscriptionDialog.d.ts +3 -0
  32. package/dist/components/comment/components/CommentSubscriptionDialog.d.ts.map +1 -0
  33. package/dist/components/comment/components/ReplyComments.d.ts +9 -0
  34. package/dist/components/comment/components/ReplyComments.d.ts.map +1 -0
  35. package/dist/components/comment/components/ShowMoreComments.d.ts +3 -0
  36. package/dist/components/comment/components/ShowMoreComments.d.ts.map +1 -0
  37. package/dist/components/comment/index.d.ts +4 -0
  38. package/dist/components/comment/index.d.ts.map +1 -0
  39. package/dist/components/panel/Panel.d.ts +9 -0
  40. package/dist/components/panel/Panel.d.ts.map +1 -0
  41. package/dist/components/panel/PanelAvatar.d.ts +10 -0
  42. package/dist/components/panel/PanelAvatar.d.ts.map +1 -0
  43. package/dist/components/panel/PanelButton.d.ts +13 -0
  44. package/dist/components/panel/PanelButton.d.ts.map +1 -0
  45. package/dist/components/panel/PanelDivider.d.ts +6 -0
  46. package/dist/components/panel/PanelDivider.d.ts.map +1 -0
  47. package/dist/components/panel/PanelFooter.d.ts +12 -0
  48. package/dist/components/panel/PanelFooter.d.ts.map +1 -0
  49. package/dist/components/panel/PanelHeader.d.ts +8 -0
  50. package/dist/components/panel/PanelHeader.d.ts.map +1 -0
  51. package/dist/components/panel/PanelItem.d.ts +10 -0
  52. package/dist/components/panel/PanelItem.d.ts.map +1 -0
  53. package/dist/components/panel/PanelListItems.d.ts +13 -0
  54. package/dist/components/panel/PanelListItems.d.ts.map +1 -0
  55. package/dist/components/panel/PanelSubscriptionIcon.d.ts +8 -0
  56. package/dist/components/panel/PanelSubscriptionIcon.d.ts.map +1 -0
  57. package/dist/components/panel/index.d.ts +13 -0
  58. package/dist/components/panel/index.d.ts.map +1 -0
  59. package/dist/components/panel/panel.actions.d.ts +6 -0
  60. package/dist/components/panel/panel.actions.d.ts.map +1 -0
  61. package/dist/components/panel/panel.store.d.ts +6 -0
  62. package/dist/components/panel/panel.store.d.ts.map +1 -0
  63. package/dist/components/panel/panel.types.d.ts +8 -0
  64. package/dist/components/panel/panel.types.d.ts.map +1 -0
  65. package/dist/components/paywall/Paywall.d.ts +10 -0
  66. package/dist/components/paywall/Paywall.d.ts.map +1 -0
  67. package/dist/components/paywall/PaywallRegister.d.ts +17 -0
  68. package/dist/components/paywall/PaywallRegister.d.ts.map +1 -0
  69. package/dist/components/paywall/PaywallSubscription.d.ts +17 -0
  70. package/dist/components/paywall/PaywallSubscription.d.ts.map +1 -0
  71. package/dist/components/paywall/index.d.ts +4 -0
  72. package/dist/components/paywall/index.d.ts.map +1 -0
  73. package/dist/components/session/SessionClientProvider.d.ts +9 -0
  74. package/dist/components/session/SessionClientProvider.d.ts.map +1 -0
  75. package/dist/components/session/SessionUserClientProvider.d.ts +9 -0
  76. package/dist/components/session/SessionUserClientProvider.d.ts.map +1 -0
  77. package/dist/components/session/SessionUserContext.d.ts +4 -0
  78. package/dist/components/session/SessionUserContext.d.ts.map +1 -0
  79. package/dist/components/session/index.d.ts +2 -0
  80. package/dist/components/session/index.d.ts.map +1 -0
  81. package/dist/components/session/session.actions.d.ts +81 -0
  82. package/dist/components/session/session.actions.d.ts.map +1 -0
  83. package/dist/components/session/session.constants.d.ts +9 -0
  84. package/dist/components/session/session.constants.d.ts.map +1 -0
  85. package/dist/components/session/session.events.d.ts +28 -0
  86. package/dist/components/session/session.events.d.ts.map +1 -0
  87. package/dist/components/session/session.hooks.d.ts +2 -0
  88. package/dist/components/session/session.hooks.d.ts.map +1 -0
  89. package/dist/components/session/session.stores.d.ts +3 -0
  90. package/dist/components/session/session.stores.d.ts.map +1 -0
  91. package/dist/components/session/session.types.d.ts +15 -0
  92. package/dist/components/session/session.types.d.ts.map +1 -0
  93. package/dist/components/session/session.utils.d.ts +3 -0
  94. package/dist/components/session/session.utils.d.ts.map +1 -0
  95. package/dist/config/config.types.d.ts +8 -0
  96. package/dist/config/config.types.d.ts.map +1 -0
  97. package/dist/index.d.ts +6 -0
  98. package/dist/index.d.ts.map +1 -1
  99. package/dist/index.js +20796 -1
  100. package/dist/index.umd.cjs +1142 -1
  101. package/dist/shared/apollo/apollo.client.d.ts +3 -0
  102. package/dist/shared/apollo/apollo.client.d.ts.map +1 -0
  103. package/dist/shared/components/buttons/ButtonDefault.d.ts +10 -0
  104. package/dist/shared/components/buttons/ButtonDefault.d.ts.map +1 -0
  105. package/dist/shared/components/dialog/DialogDefault.d.ts +14 -0
  106. package/dist/shared/components/dialog/DialogDefault.d.ts.map +1 -0
  107. package/dist/shared/components/react-editor/BtnEmoji.d.ts +10 -0
  108. package/dist/shared/components/react-editor/BtnEmoji.d.ts.map +1 -0
  109. package/dist/shared/components/react-editor/BtnGif.d.ts +20 -0
  110. package/dist/shared/components/react-editor/BtnGif.d.ts.map +1 -0
  111. package/dist/shared/components/react-editor/ReactSimpleWysiwyg.d.ts +8 -0
  112. package/dist/shared/components/react-editor/ReactSimpleWysiwyg.d.ts.map +1 -0
  113. package/dist/shared/constants/index.d.ts +6 -0
  114. package/dist/shared/constants/index.d.ts.map +1 -0
  115. package/dist/shared/cookies/cookies.utils.d.ts +7 -0
  116. package/dist/shared/cookies/cookies.utils.d.ts.map +1 -0
  117. package/dist/shared/cookies/index.d.ts +3 -0
  118. package/dist/shared/cookies/index.d.ts.map +1 -0
  119. package/dist/shared/mui/theme.d.ts +4 -0
  120. package/dist/shared/mui/theme.d.ts.map +1 -0
  121. package/dist/shared/types/generated.d.ts +1701 -0
  122. package/dist/shared/types/generated.d.ts.map +1 -0
  123. package/package.json +36 -9
@@ -0,0 +1,4 @@
1
+ import { CommentContextType } from './comment.types';
2
+ export declare const CommentContext: import('react').Context<CommentContextType>;
3
+ export declare const Provider: import('react').Provider<CommentContextType>;
4
+ //# sourceMappingURL=CommentContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentContext.d.ts","sourceRoot":"","sources":["../../../src/components/comment/CommentContext.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAC,kBAAkB,EAAC,MAAM,iBAAiB,CAAC;AAWnD,eAAO,MAAM,cAAc,6CAC6B,CAAC;AAEzD,eAAO,MAAQ,QAAQ,8CAAmB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { default as React, ReactNode } from 'react';
2
+ type CommentProviderProps = {
3
+ children: ReactNode;
4
+ };
5
+ export declare const CommentProvider: React.FC<CommentProviderProps>;
6
+ export {};
7
+ //# sourceMappingURL=CommentProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentProvider.d.ts","sourceRoot":"","sources":["../../../src/components/comment/CommentProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAuB,MAAM,OAAO,CAAC;AAQ9D,KAAK,oBAAoB,GAAG;IAC1B,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AACF,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAgD1D,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ export declare const Comments: React.FC;
3
+ //# sourceMappingURL=Comments.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Comments.d.ts","sourceRoot":"","sources":["../../../src/components/comment/Comments.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAsBxC,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAwC5B,CAAC"}
@@ -0,0 +1,31 @@
1
+ import { Comment, ReplyComment } from '../../shared/types/generated';
2
+ export declare const fetchCommentsStoreAction: (comments: Comment[], count: number) => void;
3
+ export declare const postStoreAction: (id: number) => void;
4
+ export declare const replyCommentStoreAction: (message: string, commentId: number) => void;
5
+ export declare const fetchComments: import('@cobuildlab/react-simple-state/lib/types').ActionType<{
6
+ comments: Comment[];
7
+ count: number;
8
+ }, [variables: import('../../shared/types/generated').Exact<{
9
+ where?: import('../../shared/types/generated').InputMaybe<import('../../shared/types/generated').CommentsWhere>;
10
+ page?: import('../../shared/types/generated').InputMaybe<import('../../shared/types/generated').Scalars["Int"]["input"]>;
11
+ pageSize?: import('../../shared/types/generated').InputMaybe<import('../../shared/types/generated').Scalars["Int"]["input"]>;
12
+ }>], unknown, {
13
+ comments: Comment[];
14
+ count: number;
15
+ }>;
16
+ export declare const createComment: import('@cobuildlab/react-simple-state/lib/types').ActionType<{
17
+ comment: Comment | undefined;
18
+ }, [variables: import('../../shared/types/generated').Exact<{
19
+ data?: import('../../shared/types/generated').InputMaybe<import('../../shared/types/generated').CreateCommentInput>;
20
+ }>], unknown, {
21
+ comment: Comment | undefined;
22
+ }>;
23
+ export declare const createReplyComment: import('@cobuildlab/react-simple-state/lib/types').ActionType<{
24
+ comment: ReplyComment | undefined;
25
+ }, [variables: import('../../shared/types/generated').Exact<{
26
+ data?: import('../../shared/types/generated').InputMaybe<import('../../shared/types/generated').CreateReplyCommentInput>;
27
+ }>], unknown, {
28
+ comment: ReplyComment | undefined;
29
+ }>;
30
+ export declare const openSubscriptionCommentsStoreAction: (open: boolean) => void;
31
+ //# sourceMappingURL=comment.actions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comment.actions.d.ts","sourceRoot":"","sources":["../../../src/components/comment/comment.actions.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,OAAO,EAUP,YAAY,EACb,MAAM,8BAA8B,CAAC;AAatC,eAAO,MAAM,wBAAwB,8CAOpC,CAAC;AAEF,eAAO,MAAM,eAAe,sBAGzB,CAAC;AAEJ,eAAO,MAAM,uBAAuB,8CAOnC,CAAC;AAEF,eAAO,MAAM,aAAa;cAWwB,OAAO,EAAE;WACZ,MAAM;;;6DA6C0y9C,qDAAc;iEAAoC,qDAAc;;;;EA1C959C,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;;EAazB,CAAC;AAEF,eAAO,MAAM,kBAAkB;;;;;;EAgB9B,CAAC;AAEF,eAAO,MAAM,mCAAmC,yBAM/C,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { Comment, ReplyComment } from '../../shared/types/generated';
2
+ export declare const fetchCommentsEvent: import('@cobuildlab/react-simple-state').Event<{
3
+ comments: Comment[];
4
+ count: number;
5
+ }, {
6
+ comments: Comment[];
7
+ count: number;
8
+ }>;
9
+ export declare const fetchCommentErrorEvent: import('@cobuildlab/react-simple-state').Event<unknown, unknown>;
10
+ export declare const createCommentEvent: import('@cobuildlab/react-simple-state').Event<{
11
+ comment: Comment | undefined;
12
+ }, {
13
+ comment: Comment | undefined;
14
+ }>;
15
+ export declare const createCommentErrorEvent: import('@cobuildlab/react-simple-state').Event<unknown, unknown>;
16
+ export declare const createReplyCommentEvent: import('@cobuildlab/react-simple-state').Event<{
17
+ comment: ReplyComment | undefined;
18
+ }, {
19
+ comment: ReplyComment | undefined;
20
+ }>;
21
+ export declare const createReplyCommentErrorEvent: import('@cobuildlab/react-simple-state').Event<unknown, unknown>;
22
+ //# sourceMappingURL=comment.events.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comment.events.d.ts","sourceRoot":"","sources":["../../../src/components/comment/comment.events.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAErE,eAAO,MAAM,kBAAkB;cACnB,OAAO,EAAE;WACZ,MAAM;;cADH,OAAO,EAAE;WACZ,MAAM;EAMb,CAAC;AAEH,eAAO,MAAM,sBAAsB,kEAAgB,CAAC;AAEpD,eAAO,MAAM,kBAAkB;aAA0B,OAAO,GAAG,SAAS;;aAAnB,OAAO,GAAG,SAAS;EAI1E,CAAC;AACH,eAAO,MAAM,uBAAuB,kEAAgB,CAAC;AAErD,eAAO,MAAM,uBAAuB;aACzB,YAAY,GAAG,SAAS;;aAAxB,YAAY,GAAG,SAAS;EAKjC,CAAC;AACH,eAAO,MAAM,4BAA4B,kEAAgB,CAAC"}
@@ -0,0 +1,7 @@
1
+ export declare const useComment: () => {
2
+ callAction: () => void;
3
+ loadMoreComments: () => void;
4
+ postId: number | undefined;
5
+ loading: boolean | undefined;
6
+ };
7
+ //# sourceMappingURL=comment.hooks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comment.hooks.d.ts","sourceRoot":"","sources":["../../../src/components/comment/comment.hooks.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,UAAU;;;;;CAStB,CAAC"}
@@ -0,0 +1,21 @@
1
+ import { Comment } from '../../shared/types/generated';
2
+ import { ReplyCommentStore } from './comment.types';
3
+ export declare const fetchCommentsStore: import('@cobuildlab/react-simple-state').Store<{
4
+ comments: Comment[];
5
+ count: number;
6
+ }, {
7
+ comments: Comment[];
8
+ count: number;
9
+ }>;
10
+ export declare const postStore: import('@cobuildlab/react-simple-state').Store<{
11
+ id: number;
12
+ }, {
13
+ id: number;
14
+ }>;
15
+ export declare const replyCommentStore: import('@cobuildlab/react-simple-state').Store<ReplyCommentStore, ReplyCommentStore>;
16
+ export declare const openSubscriptionCommentsStore: import('@cobuildlab/react-simple-state').Store<{
17
+ open: boolean;
18
+ }, {
19
+ open: boolean;
20
+ }>;
21
+ //# sourceMappingURL=comment.store.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comment.store.d.ts","sourceRoot":"","sources":["../../../src/components/comment/comment.store.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,8BAA8B,CAAC;AACvD,OAAO,EAAE,iBAAiB,EAAE,MAAM,iBAAiB,CAAC;AAEpD,eAAO,MAAM,kBAAkB;cACnB,OAAO,EAAE;WACZ,MAAM;;cADH,OAAO,EAAE;WACZ,MAAM;EAMb,CAAC;AAEH,eAAO,MAAM,SAAS;QAAqB,MAAM;;QAAN,MAAM;EAI/C,CAAC;AAEH,eAAO,MAAM,iBAAiB,sFAK5B,CAAC;AAEH,eAAO,MAAM,6BAA6B;UAAuB,OAAO;;UAAP,OAAO;EAItE,CAAC"}
@@ -0,0 +1,11 @@
1
+ export type ReplyCommentStore = {
2
+ message: string;
3
+ commentId: number;
4
+ };
5
+ export type CommentContextType = {
6
+ callAction: () => void;
7
+ loadMoreComments: () => void;
8
+ postId?: number;
9
+ loading?: boolean;
10
+ };
11
+ //# sourceMappingURL=comment.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comment.types.d.ts","sourceRoot":"","sources":["../../../src/components/comment/comment.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC"}
@@ -0,0 +1,18 @@
1
+ export declare const getCommentPlaceholder: (isAllowed: boolean) => "" | "Suscribete para comentar...";
2
+ export declare const editorToolbar: {
3
+ options: string[];
4
+ inline: {
5
+ inDropdown: boolean;
6
+ options: string[];
7
+ };
8
+ emoji: {
9
+ className: undefined;
10
+ component: import('react').FC<{
11
+ onClick: (emoji: {
12
+ native: string;
13
+ }) => void;
14
+ }>;
15
+ popupClassName: undefined;
16
+ };
17
+ };
18
+ //# sourceMappingURL=comment.utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"comment.utils.d.ts","sourceRoot":"","sources":["../../../src/components/comment/comment.utils.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB,GAAI,WAAW,OAAO,uCAIvD,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;CAWzB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ export declare const AddComment: React.FC;
3
+ //# sourceMappingURL=AddComment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AddComment.d.ts","sourceRoot":"","sources":["../../../../src/components/comment/components/AddComment.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA6DxC,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAuD9B,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ export declare const AddCommentContainer: React.FC;
3
+ //# sourceMappingURL=AddCommentContainer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AddCommentContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/comment/components/AddCommentContainer.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AA8B1B,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EA2DvC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ export declare const AddReplyComment: React.FC;
3
+ //# sourceMappingURL=AddReplyComment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AddReplyComment.d.ts","sourceRoot":"","sources":["../../../../src/components/comment/components/AddReplyComment.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAgCxC,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAgEnC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ export declare const AddReplyCommentContainer: React.FC;
3
+ //# sourceMappingURL=AddReplyCommentContainer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AddReplyCommentContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/comment/components/AddReplyCommentContainer.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAuB1B,eAAO,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAsB5C,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { default as React } from 'react';
2
+ import { Comment } from '../../../shared/types/generated';
3
+ type CommentContainerProps = {
4
+ comment: Comment;
5
+ };
6
+ export declare const CommentContainer: React.FC<CommentContainerProps>;
7
+ export {};
8
+ //# sourceMappingURL=CommentContainer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/comment/components/CommentContainer.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAgB,MAAM,iCAAiC,CAAC;AAUxE,KAAK,qBAAqB,GAAG;IAC3B,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AACF,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAqD5D,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { default as React } from 'react';
2
+ import { Comment, ReplyComment } from '../../../shared/types/generated';
3
+ type CommentItemProps = {
4
+ comment: Comment | ReplyComment;
5
+ onReply: (comment: Comment | ReplyComment) => void;
6
+ };
7
+ export declare const CommentItem: React.FC<CommentItemProps>;
8
+ export {};
9
+ //# sourceMappingURL=CommentItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentItem.d.ts","sourceRoot":"","sources":["../../../../src/components/comment/components/CommentItem.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAYxE,OAAO,kBAAkB,CAAC;AAqB1B,KAAK,gBAAgB,GAAG;IACtB,OAAO,EAAE,OAAO,GAAG,YAAY,CAAC;IAChC,OAAO,EAAE,CAAC,OAAO,EAAE,OAAO,GAAG,YAAY,KAAK,IAAI,CAAC;CACpD,CAAC;AACF,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAgDlD,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ export declare const CommentSubscriptionDialog: React.FC;
3
+ //# sourceMappingURL=CommentSubscriptionDialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommentSubscriptionDialog.d.ts","sourceRoot":"","sources":["../../../../src/components/comment/components/CommentSubscriptionDialog.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,EAmB7C,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { default as React } from 'react';
2
+ import { Comment, ReplyComment } from '../../../shared/types/generated';
3
+ type ReplyCommentsProps = {
4
+ replyComments: ReplyComment[];
5
+ onReply: (comment: Comment | ReplyComment) => void;
6
+ };
7
+ export declare const ReplyComments: React.FC<ReplyCommentsProps>;
8
+ export {};
9
+ //# sourceMappingURL=ReplyComments.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReplyComments.d.ts","sourceRoot":"","sources":["../../../../src/components/comment/components/ReplyComments.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAIxE,KAAK,kBAAkB,GAAG;IACxB,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,OAAO,EAAE,CAAC,OAAO,EAAE,OAAO,GAAG,YAAY,KAAK,IAAI,CAAC;CACpD,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAatD,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { default as React } from 'react';
2
+ export declare const ShowMoreComments: React.FC;
3
+ //# sourceMappingURL=ShowMoreComments.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ShowMoreComments.d.ts","sourceRoot":"","sources":["../../../../src/components/comment/components/ShowMoreComments.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAmBpC,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * from './Comments';
2
+ export * from './CommentContext';
3
+ export * from './CommentProvider';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/comment/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA;AAC1B,cAAc,kBAAkB,CAAA;AAChC,cAAc,mBAAmB,CAAA"}
@@ -0,0 +1,9 @@
1
+ import { DrawerProps } from '@mui/material';
2
+ import { default as React } from 'react';
3
+ export interface PanelProps extends DrawerProps {
4
+ children?: React.ReactNode;
5
+ footer?: React.ReactNode;
6
+ size?: number;
7
+ }
8
+ export declare const Panel: React.FC<PanelProps>;
9
+ //# sourceMappingURL=Panel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../src/components/panel/Panel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAe,WAAW,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,MAAM,WAAW,UAAW,SAAQ,WAAW;IAC7C,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAgBtC,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { default as React } from 'react';
2
+ import { AvatarProps, TypographyProps } from '@mui/material';
3
+ export interface PanelAvatarProps {
4
+ avatarProps?: AvatarProps;
5
+ textProps?: TypographyProps;
6
+ textLink?: string;
7
+ SubscriptionImageComponent?: React.ReactNode | null;
8
+ }
9
+ export declare const PanelAvatar: React.FC<PanelAvatarProps>;
10
+ //# sourceMappingURL=PanelAvatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PanelAvatar.d.ts","sourceRoot":"","sources":["../../../src/components/panel/PanelAvatar.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAqB,WAAW,EAAc,eAAe,EAAE,MAAM,eAAe,CAAC;AAG5F,MAAM,WAAW,gBAAgB;IAC/B,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0BAA0B,CAAC,EAAE,KAAK,CAAC,SAAS,GAAG,IAAI,CAAC;CACrD;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAkClD,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { default as React, FC } from 'react';
2
+ import { ButtonProps } from '@mui/material';
3
+ export interface PanelButtonProps {
4
+ params?: {
5
+ [key: string]: string;
6
+ };
7
+ loginButtonText?: string | React.ReactNode;
8
+ registerButtonText?: string | React.ReactNode;
9
+ registerButtonProps?: ButtonProps;
10
+ loginButtonProps?: ButtonProps;
11
+ }
12
+ export declare const PanelButton: FC<PanelButtonProps>;
13
+ //# sourceMappingURL=PanelButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PanelButton.d.ts","sourceRoot":"","sources":["../../../src/components/panel/PanelButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAU,WAAW,EAAE,MAAM,eAAe,CAAC;AAOpD,MAAM,WAAW,gBAAgB;IAC/B,MAAM,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC;IACnC,eAAe,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAC3C,kBAAkB,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAC9C,mBAAmB,CAAC,EAAE,WAAW,CAAC;IAClC,gBAAgB,CAAC,EAAE,WAAW,CAAC;CAChC;AAED,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAsC5C,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { DividerProps } from '@mui/material';
2
+ import { default as React } from 'react';
3
+ export interface PanelDividerProps extends DividerProps {
4
+ }
5
+ export declare const PanelDivider: React.FC<PanelDividerProps>;
6
+ //# sourceMappingURL=PanelDivider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PanelDivider.d.ts","sourceRoot":"","sources":["../../../src/components/panel/PanelDivider.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAW,MAAM,eAAe,CAAC;AACtD,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,iBAAkB,SAAQ,YAAY;CAAG;AAE1D,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAWpD,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { DividerProps, ListItemProps, ListItemTextProps, ListProps } from '@mui/material';
2
+ import { default as React } from 'react';
3
+ export interface PanelFooterProps {
4
+ dividerProps?: DividerProps;
5
+ listProps?: ListProps;
6
+ listItemProps?: ListItemProps & {
7
+ href?: string;
8
+ };
9
+ listItemTextProps?: ListItemTextProps;
10
+ }
11
+ export declare const PanelFooter: React.FC<PanelFooterProps>;
12
+ //# sourceMappingURL=PanelFooter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PanelFooter.d.ts","sourceRoot":"","sources":["../../../src/components/panel/PanelFooter.tsx"],"names":[],"mappings":"AACA,OAAO,EACL,YAAY,EAGZ,aAAa,EACb,iBAAiB,EACjB,SAAS,EACV,MAAM,eAAe,CAAC;AAOvB,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,gBAAgB;IAC/B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,aAAa,CAAC,EAAE,aAAa,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAClD,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;CACvC;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA6BlD,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { default as React } from 'react';
2
+ import { BoxProps } from '@mui/material';
3
+ export interface PanelHeaderProps {
4
+ containerProps?: BoxProps;
5
+ imageProps?: React.DetailedHTMLProps<React.ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>;
6
+ }
7
+ export declare const PanelHeader: React.FC<PanelHeaderProps>;
8
+ //# sourceMappingURL=PanelHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PanelHeader.d.ts","sourceRoot":"","sources":["../../../src/components/panel/PanelHeader.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,QAAQ,EAAO,MAAM,eAAe,CAAC;AAE9C,MAAM,WAAW,gBAAgB;IAC/B,cAAc,CAAC,EAAE,QAAQ,CAAC;IAC1B,UAAU,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,EAAE,gBAAgB,CAAC,CAAC;CACnG;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CASlD,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { default as React } from 'react';
2
+ import { ListItemProps, ListItemTextProps } from '@mui/material';
3
+ export interface PanelItemProps {
4
+ listItemProps?: ListItemProps & {
5
+ href?: string;
6
+ };
7
+ listItemTextProps?: ListItemTextProps;
8
+ }
9
+ export declare const PanelItem: React.FC<PanelItemProps>;
10
+ //# sourceMappingURL=PanelItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PanelItem.d.ts","sourceRoot":"","sources":["../../../src/components/panel/PanelItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAKL,aAAa,EACb,iBAAiB,EAClB,MAAM,eAAe,CAAC;AAIvB,MAAM,WAAW,cAAc;IAC7B,aAAa,CAAC,EAAE,aAAa,GAAG;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAClD,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;CACvC;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAgB9C,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { default as React } from 'react';
2
+ import { ListProps, DividerProps, BoxProps, TypographyProps } from '@mui/material';
3
+ import { PanelListRoute } from './panel.types';
4
+ export interface PanelListItems {
5
+ dividerProps?: DividerProps;
6
+ containerProps?: BoxProps;
7
+ listProps?: ListProps;
8
+ routes?: PanelListRoute[];
9
+ titleProps?: TypographyProps;
10
+ title?: string;
11
+ }
12
+ export declare const PanelListItems: React.FC<PanelListItems>;
13
+ //# sourceMappingURL=PanelListItems.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PanelListItems.d.ts","sourceRoot":"","sources":["../../../src/components/panel/PanelListItems.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EACL,SAAS,EAGT,YAAY,EACZ,QAAQ,EAER,eAAe,EAChB,MAAM,eAAe,CAAC;AAGvB,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAG/C,MAAM,WAAW,cAAc;IAC7B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,cAAc,CAAC,EAAE,QAAQ,CAAC;IAC1B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,MAAM,CAAC,EAAE,cAAc,EAAE,CAAC;IAC1B,UAAU,CAAC,EAAE,eAAe,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAyCnD,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { default as React } from 'react';
2
+ import { BoxProps } from '@mui/material';
3
+ export interface PanelSubscriptionIconProps {
4
+ children?: React.ReactNode;
5
+ subscriptionImageContainerProps?: BoxProps;
6
+ }
7
+ export declare const PanelSubscriptionIcon: React.FC<PanelSubscriptionIconProps>;
8
+ //# sourceMappingURL=PanelSubscriptionIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PanelSubscriptionIcon.d.ts","sourceRoot":"","sources":["../../../src/components/panel/PanelSubscriptionIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAO,QAAQ,EAAE,MAAM,eAAe,CAAC;AAE9C,MAAM,WAAW,0BAA0B;IACzC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,+BAA+B,CAAC,EAAE,QAAQ,CAAC;CAC5C;AAED,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,0BAA0B,CAoBtE,CAAC"}
@@ -0,0 +1,13 @@
1
+ export * from './Panel';
2
+ export * from './PanelAvatar';
3
+ export * from './PanelHeader';
4
+ export * from './PanelDivider';
5
+ export * from './PanelButton';
6
+ export * from './PanelFooter';
7
+ export * from './PanelSubscriptionIcon';
8
+ export * from './PanelItem';
9
+ export * from './PanelListItems';
10
+ export * from './panel.store';
11
+ export * from './panel.types';
12
+ export * from './panel.actions';
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/panel/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,6 @@
1
+ import { PanelStoreAction } from './panel.types';
2
+ import { Config } from '../../config/config.types';
3
+ export declare const panelStoreAction: (data: PanelStoreAction) => void;
4
+ export declare const handlePanelClick: (isOpen: boolean) => void;
5
+ export declare const handleLogout: (config: Config | undefined) => void;
6
+ //# sourceMappingURL=panel.actions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"panel.actions.d.ts","sourceRoot":"","sources":["../../../src/components/panel/panel.actions.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEjD,OAAO,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAC;AAGnD,eAAO,MAAM,gBAAgB,kCAG1B,CAAC;AAEJ,eAAO,MAAM,gBAAgB,GAAI,QAAQ,OAAO,SAE/C,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,QAAQ,MAAM,GAAG,SAAS,SAItD,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const panelStore: import('@cobuildlab/react-simple-state').Store<{
2
+ isOpen: boolean;
3
+ }, {
4
+ isOpen: boolean;
5
+ }>;
6
+ //# sourceMappingURL=panel.store.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"panel.store.d.ts","sourceRoot":"","sources":["../../../src/components/panel/panel.store.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;EAIrB,CAAC"}
@@ -0,0 +1,8 @@
1
+ export type PanelListRoute = {
2
+ path: string;
3
+ name: string;
4
+ };
5
+ export type PanelStoreAction = {
6
+ isOpen?: boolean;
7
+ };
8
+ //# sourceMappingURL=panel.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"panel.types.d.ts","sourceRoot":"","sources":["../../../src/components/panel/panel.types.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,cAAc,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CAChB,CAAA;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC3B,MAAM,CAAC,EAAE,OAAO,CAAC;CACpB,CAAA"}
@@ -0,0 +1,10 @@
1
+ import { default as React } from 'react';
2
+ export interface PaywallProps {
3
+ children?: React.ReactNode;
4
+ PaywallSubscriptionComponent?: React.ReactNode;
5
+ PaywallRegisterComponent?: React.ReactNode;
6
+ postPremium?: boolean;
7
+ postRegister?: boolean;
8
+ }
9
+ export declare const Paywall: React.FC<PaywallProps>;
10
+ //# sourceMappingURL=Paywall.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Paywall.d.ts","sourceRoot":"","sources":["../../../src/components/paywall/Paywall.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,YAAY;IAC3B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,4BAA4B,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/C,wBAAwB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3C,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAkB1C,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { default as React } from 'react';
2
+ import { BoxProps, TypographyProps, ButtonProps } from '@mui/material';
3
+ export interface PaywallRegisterProps {
4
+ post?: any;
5
+ containerProps?: BoxProps;
6
+ titleProps?: TypographyProps;
7
+ subtitleProps?: TypographyProps;
8
+ buttonProps?: ButtonProps;
9
+ buttonText?: string;
10
+ secondaryButtonProps?: ButtonProps;
11
+ secondaryButtonText?: string;
12
+ title?: string;
13
+ subtitle?: string;
14
+ withCaption?: boolean;
15
+ }
16
+ export declare const PaywallRegister: React.FC<PaywallRegisterProps>;
17
+ //# sourceMappingURL=PaywallRegister.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PaywallRegister.d.ts","sourceRoot":"","sources":["../../../src/components/paywall/PaywallRegister.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAO,QAAQ,EAAc,eAAe,EAAE,WAAW,EAAU,MAAM,eAAe,CAAC;AAMhG,MAAM,WAAW,oBAAoB;IACnC,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,cAAc,CAAC,EAAE,QAAQ,CAAC;IAC1B,UAAU,CAAC,EAAE,eAAe,CAAC;IAC7B,aAAa,CAAC,EAAE,eAAe,CAAC;IAChC,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,oBAAoB,CAAC,EAAE,WAAW,CAAC;IACnC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAqI1D,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { default as React } from 'react';
2
+ import { BoxProps, TypographyProps, ButtonProps } from '@mui/material';
3
+ export interface PaywallSubscriptionProps {
4
+ post?: any;
5
+ containerProps?: BoxProps;
6
+ titleProps?: TypographyProps;
7
+ subtitleProps?: TypographyProps;
8
+ buttonProps?: ButtonProps;
9
+ buttonText?: string;
10
+ secondaryButtonProps?: ButtonProps;
11
+ secondaryButtonText?: string;
12
+ title?: string;
13
+ subtitle?: string;
14
+ withCaption?: boolean;
15
+ }
16
+ export declare const PaywallSubscription: React.FC<PaywallSubscriptionProps>;
17
+ //# sourceMappingURL=PaywallSubscription.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PaywallSubscription.d.ts","sourceRoot":"","sources":["../../../src/components/paywall/PaywallSubscription.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAO,QAAQ,EAAc,eAAe,EAAE,WAAW,EAAU,MAAM,eAAe,CAAC;AAGhG,MAAM,WAAW,wBAAwB;IACvC,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,cAAc,CAAC,EAAE,QAAQ,CAAC;IAC1B,UAAU,CAAC,EAAE,eAAe,CAAC;IAC7B,aAAa,CAAC,EAAE,eAAe,CAAC;IAChC,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,oBAAoB,CAAC,EAAE,WAAW,CAAC;IACnC,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB;AAED,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAoIlE,CAAC"}
@@ -0,0 +1,4 @@
1
+ export * from './PaywallSubscription';
2
+ export * from './PaywallRegister';
3
+ export * from './Paywall';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/paywall/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { default as React, ReactNode } from 'react';
2
+ import { Config } from '../../config/config.types';
3
+ type SessionClientProviderProps = {
4
+ children: ReactNode;
5
+ config: Config;
6
+ };
7
+ export declare const SessionClientProvider: React.FC<SessionClientProviderProps>;
8
+ export {};
9
+ //# sourceMappingURL=SessionClientProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SessionClientProvider.d.ts","sourceRoot":"","sources":["../../../src/components/session/SessionClientProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAa,MAAM,OAAO,CAAC;AAEpD,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAG/C,KAAK,0BAA0B,GAAG;IAChC,QAAQ,EAAE,SAAS,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,0BAA0B,CAatE,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { default as React } from 'react';
2
+ import { Config } from '../../config/config.types';
3
+ type SessionUserClientProviderProps = {
4
+ children: React.ReactNode;
5
+ config: Config;
6
+ };
7
+ export declare const SessionUserClientProvider: React.FC<SessionUserClientProviderProps>;
8
+ export {};
9
+ //# sourceMappingURL=SessionUserClientProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SessionUserClientProvider.d.ts","sourceRoot":"","sources":["../../../src/components/session/SessionUserClientProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAgBnD,OAAO,EAAE,MAAM,EAAE,MAAM,uBAAuB,CAAC;AAE/C,KAAK,8BAA8B,GAAG;IACpC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,MAAM,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,KAAK,CAAC,EAAE,CAAC,8BAA8B,CAiE9E,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SessionContextDefaultValues } from './session.types';
2
+ export declare const Context: import('react').Context<SessionContextDefaultValues>;
3
+ export declare const Provider: import('react').Provider<SessionContextDefaultValues>;
4
+ //# sourceMappingURL=SessionUserContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SessionUserContext.d.ts","sourceRoot":"","sources":["../../../src/components/session/SessionUserContext.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,2BAA2B,EAAE,MAAM,iBAAiB,CAAC;AAG9D,eAAO,MAAM,OAAO,sDAAmE,CAAC;AAExF,eAAO,MAAQ,QAAQ,uDAAY,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { SessionClientProvider } from './SessionClientProvider';
2
+ //# sourceMappingURL=index.d.ts.map