@sikka/hawa 0.0.283 → 0.0.285

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 (33) hide show
  1. package/.github/workflows/hawa-actions.yml +1 -1
  2. package/.github/workflows/hawa-publish-push.yml +19 -21
  3. package/build-storybook.log +381 -0
  4. package/dist/styles.css +0 -3
  5. package/es/elements/HawaButton.d.ts +1 -0
  6. package/es/index.es.js +3 -3
  7. package/es/stories/ManualStories/BlocksIntroduction.stories.d.ts +20 -0
  8. package/es/stories/ManualStories/Customization.stories.d.ts +20 -0
  9. package/es/stories/ManualStories/ElementsIntroduction.stories.d.ts +20 -0
  10. package/es/stories/ManualStories/Installation.stories.d.ts +20 -0
  11. package/es/stories/ManualStories/LayoutIntroduction.stories.d.ts +20 -0
  12. package/es/stories/ManualStories/Overview.stories.d.ts +9 -8
  13. package/es/stories/ManualStories/Usage.stories.d.ts +20 -0
  14. package/lib/elements/HawaButton.d.ts +1 -0
  15. package/lib/index.js +3 -3
  16. package/lib/stories/ManualStories/BlocksIntroduction.stories.d.ts +20 -0
  17. package/lib/stories/ManualStories/Customization.stories.d.ts +20 -0
  18. package/lib/stories/ManualStories/ElementsIntroduction.stories.d.ts +20 -0
  19. package/lib/stories/ManualStories/Installation.stories.d.ts +20 -0
  20. package/lib/stories/ManualStories/LayoutIntroduction.stories.d.ts +20 -0
  21. package/lib/stories/ManualStories/Overview.stories.d.ts +9 -8
  22. package/lib/stories/ManualStories/Usage.stories.d.ts +20 -0
  23. package/package.json +3 -1
  24. package/src/blocks/Account/UserProfileForm.tsx +2 -42
  25. package/src/elements/HawaButton.tsx +3 -1
  26. package/src/elements/HawaPhoneInput.tsx +11 -9
  27. package/src/elements/HawaSelect.tsx +7 -5
  28. package/src/elements/HawaSnackbar.tsx +2 -1
  29. package/src/elements/HawaTextField.tsx +1 -1
  30. package/src/styles.css +0 -3
  31. package/src/translations/ar.json +22 -0
  32. package/src/translations/en.json +22 -0
  33. package/src/translations/i18n.js +15 -0
@@ -1 +1,21 @@
1
+ import React from "react";
1
2
  import "../stories-styles.css";
3
+ declare const _default: {
4
+ parameters: {
5
+ chromatic: {
6
+ disableSnapshot: boolean;
7
+ };
8
+ controls: {
9
+ expand: boolean;
10
+ disable: boolean;
11
+ hideNoControlsWarning: boolean;
12
+ exclude: any[];
13
+ };
14
+ options: {
15
+ showPanel: boolean;
16
+ };
17
+ };
18
+ title: string;
19
+ };
20
+ export default _default;
21
+ export declare const Introduction: () => React.JSX.Element;
@@ -1 +1,21 @@
1
+ import React from "react";
1
2
  import "../stories-styles.css";
3
+ declare const _default: {
4
+ parameters: {
5
+ chromatic: {
6
+ disableSnapshot: boolean;
7
+ };
8
+ controls: {
9
+ expand: boolean;
10
+ disable: boolean;
11
+ hideNoControlsWarning: boolean;
12
+ exclude: any[];
13
+ };
14
+ options: {
15
+ showPanel: boolean;
16
+ };
17
+ };
18
+ title: string;
19
+ };
20
+ export default _default;
21
+ export declare const Customization: () => React.JSX.Element;
@@ -1 +1,21 @@
1
+ import React from "react";
1
2
  import "../stories-styles.css";
3
+ declare const _default: {
4
+ parameters: {
5
+ chromatic: {
6
+ disableSnapshot: boolean;
7
+ };
8
+ controls: {
9
+ expand: boolean;
10
+ disable: boolean;
11
+ hideNoControlsWarning: boolean;
12
+ exclude: any[];
13
+ };
14
+ options: {
15
+ showPanel: boolean;
16
+ };
17
+ };
18
+ title: string;
19
+ };
20
+ export default _default;
21
+ export declare const Introduction: () => React.JSX.Element;
@@ -1 +1,21 @@
1
+ import React from "react";
1
2
  import "../stories-styles.css";
3
+ declare const _default: {
4
+ parameters: {
5
+ chromatic: {
6
+ disableSnapshot: boolean;
7
+ };
8
+ controls: {
9
+ expand: boolean;
10
+ disable: boolean;
11
+ hideNoControlsWarning: boolean;
12
+ exclude: any[];
13
+ };
14
+ options: {
15
+ showPanel: boolean;
16
+ };
17
+ };
18
+ title: string;
19
+ };
20
+ export default _default;
21
+ export declare const Installation: () => React.JSX.Element;
@@ -1 +1,21 @@
1
+ import React from "react";
1
2
  import "../stories-styles.css";
3
+ declare const _default: {
4
+ parameters: {
5
+ chromatic: {
6
+ disableSnapshot: boolean;
7
+ };
8
+ controls: {
9
+ expand: boolean;
10
+ disable: boolean;
11
+ hideNoControlsWarning: boolean;
12
+ exclude: any[];
13
+ };
14
+ options: {
15
+ showPanel: boolean;
16
+ };
17
+ };
18
+ title: string;
19
+ };
20
+ export default _default;
21
+ export declare const Introduction: () => React.JSX.Element;
@@ -1,16 +1,17 @@
1
1
  import React from "react";
2
2
  import "../stories-styles.css";
3
3
  declare const _default: {
4
- controls: {
5
- hideNoControlsWarning: boolean;
6
- exclude: any[];
7
- };
8
4
  parameters: {
9
- customIcon: () => React.JSX.Element;
10
- toolbar: {
11
- visibility: string;
5
+ chromatic: {
6
+ disableSnapshot: boolean;
12
7
  };
13
- layout: string;
8
+ controls: {
9
+ expand: boolean;
10
+ disable: boolean;
11
+ hideNoControlsWarning: boolean;
12
+ exclude: any[];
13
+ };
14
+ customIcon: () => React.JSX.Element;
14
15
  options: {
15
16
  showPanel: boolean;
16
17
  };
@@ -1 +1,21 @@
1
+ import React from "react";
1
2
  import "../stories-styles.css";
3
+ declare const _default: {
4
+ parameters: {
5
+ chromatic: {
6
+ disableSnapshot: boolean;
7
+ };
8
+ controls: {
9
+ expand: boolean;
10
+ disable: boolean;
11
+ hideNoControlsWarning: boolean;
12
+ exclude: any[];
13
+ };
14
+ options: {
15
+ showPanel: boolean;
16
+ };
17
+ };
18
+ title: string;
19
+ };
20
+ export default _default;
21
+ export declare const Usage: () => React.JSX.Element;
@@ -15,6 +15,7 @@ interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
15
15
  isLoading?: boolean;
16
16
  badge?: any;
17
17
  edgeCorner?: any;
18
+ disabled?: boolean;
18
19
  }
19
20
  export declare const HawaButton: FC<ButtonProps>;
20
21
  export {};