@symply.io/basic-components 1.3.11-alpha.6 → 1.3.11-alpha.7

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,3 +1,2 @@
1
1
  import { PromptProps } from "./types";
2
2
  export declare function Prompt(props: PromptProps): JSX.Element;
3
- export default Prompt;
@@ -60,4 +60,3 @@ export function Prompt(props) {
60
60
  marginRight: theme.spacing(1)
61
61
  } })) : (_jsx(_Fragment, { children: icon })), message] }) }) }, `${Date.now() * Math.round(Math.random())}`) }));
62
62
  }
63
- export default Prompt;
@@ -1,5 +1,3 @@
1
- import { Prompt } from "./Prompt";
2
1
  import { PromptProviderProps, PromptContextProps } from "./types";
3
2
  export declare function PromptProvider(props: PromptProviderProps): JSX.Element;
4
3
  export declare function usePrompt(): PromptContextProps;
5
- export default Prompt;
@@ -13,4 +13,3 @@ export function PromptProvider(props) {
13
13
  export function usePrompt() {
14
14
  return useContext(PromptContext);
15
15
  }
16
- export default Prompt;
package/index.d.ts CHANGED
@@ -48,5 +48,4 @@ export { default as SocialInput } from "./SocialInput";
48
48
  export { default as TabGroup } from "./TabGroup";
49
49
  export { default as TablePagination } from "./TablePagination";
50
50
  export { default as TextInput } from "./TextInput";
51
- export { default as ToastPrompt } from "./ToastPrompt";
52
51
  export { default as VideoPlayerModal } from "./VideoPlayerModal";
package/index.js CHANGED
@@ -48,5 +48,4 @@ export { default as SocialInput } from "./SocialInput";
48
48
  export { default as TabGroup } from "./TabGroup";
49
49
  export { default as TablePagination } from "./TablePagination";
50
50
  export { default as TextInput } from "./TextInput";
51
- export { default as ToastPrompt } from "./ToastPrompt";
52
51
  export { default as VideoPlayerModal } from "./VideoPlayerModal";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symply.io/basic-components",
3
- "version": "1.3.11-alpha.6",
3
+ "version": "1.3.11-alpha.7",
4
4
  "description": "Basic and reusable components for all frontend of Symply apps",
5
5
  "keywords": [
6
6
  "react",