@symply.io/basic-components 1.3.11-alpha.1 → 1.3.11-alpha.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.
@@ -11,4 +11,4 @@ export declare function PromptProvider(props: PromptProviderProps): JSX.Element;
11
11
  export declare function usePrompt(): {
12
12
  showPrompt: (props: ShowPromptProps) => void;
13
13
  };
14
- export default usePrompt;
14
+ export default PromptProvider;
@@ -27,4 +27,4 @@ export function PromptProvider(props) {
27
27
  export function usePrompt() {
28
28
  return useContext(PromptContext);
29
29
  }
30
- export default usePrompt;
30
+ export default PromptProvider;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@symply.io/basic-components",
3
- "version": "1.3.11-alpha.1",
3
+ "version": "1.3.11-alpha.2",
4
4
  "description": "Basic and reusable components for all frontend of Symply apps",
5
5
  "keywords": [
6
6
  "react",