@mycause/ui 0.0.0-ce56cb2c → 0.0.0-ce6aece9

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 (78) hide show
  1. package/dist/components/avatar/image-avatar.d.ts +1 -0
  2. package/dist/components/avatar/text-avatar.d.ts +2 -1
  3. package/dist/components/button-select/button-select-exhanced.d.ts +23 -0
  4. package/dist/components/button-select/button-select.stories.d.ts +6 -0
  5. package/dist/components/button-select/index.d.ts +1 -0
  6. package/dist/components/charity-tags-filter-button/charity-tags-filter-button.d.ts +2 -1
  7. package/dist/components/charity-tags-filter-button/charity-tags-filter-button.stories.d.ts +2 -1
  8. package/dist/components/collapse/collapse.d.ts +12 -7
  9. package/dist/components/collapse/icons.d.ts +4 -0
  10. package/dist/components/credit-card-form/CreditCardForm.d.ts +13 -0
  11. package/dist/components/credit-card-form/credit-card.stories.d.ts +12 -0
  12. package/dist/components/credit-card-form/index.d.ts +1 -0
  13. package/dist/components/cropper/cropper.stories.d.ts +2 -1
  14. package/dist/components/date-picker/single-date-picker-custom-header.d.ts +2 -2
  15. package/dist/components/date-picker/single-date-picker.d.ts +3 -3
  16. package/dist/components/donation-form/donation-form.stories.d.ts +33 -7
  17. package/dist/components/donation.d.ts +18 -0
  18. package/dist/components/featured-campaign-card/featured-campaign-card.d.ts +2 -2
  19. package/dist/components/icon/material-icon.d.ts +0 -5
  20. package/dist/components/index.d.ts +2 -3
  21. package/dist/components/info-represent-campaign/info-represent-campaign.stories.d.ts +2 -1
  22. package/dist/components/input/input.stories.d.ts +2 -1
  23. package/dist/components/input-social/Icons.d.ts +4 -1
  24. package/dist/components/input-social/input-social.stories.d.ts +2 -1
  25. package/dist/components/layout/box.d.ts +0 -1
  26. package/dist/components/layout/flex.d.ts +0 -9
  27. package/dist/components/layout/flex.stories.d.ts +36 -8
  28. package/dist/components/layout/stack.d.ts +1 -8
  29. package/dist/components/login/login.d.ts +4 -1
  30. package/dist/components/modal/modal.stories.d.ts +2 -2
  31. package/dist/components/my-account-frp-closed/frp-closed-img.d.ts +1 -2
  32. package/dist/components/my-account-frp-closed/frp-information.d.ts +2 -1
  33. package/dist/components/my-account-frp-closed/my-account-frp-closed.d.ts +2 -1
  34. package/dist/components/my-account-frp-closed/my-account-frp-closed.stories.d.ts +2 -1
  35. package/dist/components/my-account-frp-preview/Icon.d.ts +1 -1
  36. package/dist/components/my-account-frp-preview/frp-preview-img.d.ts +1 -1
  37. package/dist/components/my-account-frp-preview/my-account-frp-preview.stories.d.ts +2 -1
  38. package/dist/components/my-account-sidebar/Icon.d.ts +11 -11
  39. package/dist/components/my-account-sidebar/my-account-sidebar.d.ts +1 -1
  40. package/dist/components/my-account-sidebar/my-account-sidebar.stories.d.ts +1 -1
  41. package/dist/components/my-account-stats-donated/my-account-stats-donated.stories.d.ts +2 -1
  42. package/dist/components/my-account-stats-raised/my-account-stats-raised.stories.d.ts +2 -1
  43. package/dist/components/nav/nav-charity.d.ts +7 -0
  44. package/dist/components/nav/nav-expanded-charity-v2.d.ts +12 -0
  45. package/dist/components/nav/nav-myaccount.d.ts +2 -1
  46. package/dist/components/nav/nav.d.ts +8 -3
  47. package/dist/components/navigation/navigation-user-menu.d.ts +1 -0
  48. package/dist/components/partner-chart-stats/partner-chart-stats.stories.d.ts +2 -1
  49. package/dist/components/partner-monthly-donations/partner-monthly-donations.stories.d.ts +2 -1
  50. package/dist/components/partner-monthly-stats/partner-monthly-stats.stories.d.ts +2 -1
  51. package/dist/components/partner-toggle-button/partner-toggle-button-block.stories.d.ts +2 -1
  52. package/dist/components/phone-number-input/phone-number-input-v1.d.ts +3 -2
  53. package/dist/components/phone-number-input/phone-number-input.stories.d.ts +22 -24
  54. package/dist/components/select/select.stories.d.ts +93 -13
  55. package/dist/components/spinner/spinner.d.ts +1 -1
  56. package/dist/components/switch/switch.d.ts +4 -1
  57. package/dist/components/table/partner-monthly-table.stories.d.ts +2 -1
  58. package/dist/components/text/text.stories.d.ts +55 -8
  59. package/dist/components/text-field/text-field.stories.d.ts +6 -14
  60. package/dist/components/this-month-card/this-month-card.stories.d.ts +2 -1
  61. package/dist/components/toast/Icons.d.ts +3 -3
  62. package/dist/components/toast/toast.stories.d.ts +2 -1
  63. package/dist/components/uploader/Icons.d.ts +6 -0
  64. package/dist/components/uploader/uploadAndCropper.d.ts +13 -0
  65. package/dist/donation.css +2 -0
  66. package/dist/donation.css.map +1 -0
  67. package/dist/donation.d.ts +3 -0
  68. package/dist/donation.esm.css +2 -0
  69. package/dist/donation.esm.css.map +1 -0
  70. package/dist/donation.esm.js +25302 -0
  71. package/dist/donation.js +25357 -0
  72. package/dist/index.css +1 -1
  73. package/dist/index.css.map +1 -1
  74. package/dist/index.esm.css +1 -1
  75. package/dist/index.esm.css.map +1 -1
  76. package/dist/index.esm.js +1430 -1157
  77. package/dist/index.js +1434 -1161
  78. package/package.json +28 -20
@@ -0,0 +1,12 @@
1
+ import React from "react";
2
+ import { HybridNavigationLink } from "./nav-list";
3
+ import { NavMenuProps } from "./nav";
4
+ export type NavigationExpandedProps = {
5
+ links?: Array<HybridNavigationLink>;
6
+ children?: React.ReactNode;
7
+ onRequestClose: () => void;
8
+ className?: string;
9
+ menu: NavMenuProps;
10
+ };
11
+ declare function NavigationExpandedCharityV2({ children, onRequestClose, className, menu, }: NavigationExpandedProps): React.JSX.Element;
12
+ export default NavigationExpandedCharityV2;
@@ -17,6 +17,7 @@ export type NavigationProps = {
17
17
  isSticky?: boolean;
18
18
  menuReverse?: boolean;
19
19
  userMenu?: Array<UserMenuItemWithSubmenu>;
20
+ hideAction?: boolean;
20
21
  };
21
- declare function Navigation({ logo, cta, user, login, isSticky, userMenu, }: NavigationProps): React.JSX.Element;
22
+ declare function Navigation({ logo, cta, user, login, isSticky, userMenu, hideAction, }: NavigationProps): React.JSX.Element;
22
23
  export default Navigation;
@@ -1,11 +1,10 @@
1
1
  import React from "react";
2
2
  import { ColorSpecifier } from "../../theme/theme";
3
3
  import { ButtonProps } from "../button/button";
4
- import NavigationMenu from "./nav-menu";
5
4
  import { HybridNavigationLink } from "./nav-list";
6
5
  import { UserData } from "./nav-user-menu";
7
6
  import { UserMenuItemWithSubmenu } from "./nav-user-menu-items";
8
- type NavigationMenu = {
7
+ export type NavMenuProps = {
9
8
  id: string;
10
9
  label: React.ReactNode;
11
10
  analyticsId?: string;
@@ -16,7 +15,13 @@ type NavigationMenu = {
16
15
  action?: HybridNavigationLink;
17
16
  actionRaised?: HybridNavigationLink;
18
17
  loginRaised?: HybridNavigationLink | null;
18
+ fundraisingRaised?: HybridNavigationLink;
19
19
  onClick?: () => void;
20
+ imageBackground?: {
21
+ desktop?: string;
22
+ tablet?: string;
23
+ mobile?: string;
24
+ } | string;
20
25
  };
21
26
  type SearchAction = {
22
27
  analyticsId?: string;
@@ -36,7 +41,7 @@ type StatsItemProps = {
36
41
  };
37
42
  export type NavigationProps = {
38
43
  logo?: React.ReactNode;
39
- menus?: Array<NavigationMenu>;
44
+ menus?: Array<NavMenuProps>;
40
45
  links?: Array<HybridNavigationLink>;
41
46
  stats?: Array<StatsItemProps>;
42
47
  cta?: ButtonProps | null;
@@ -5,6 +5,7 @@ export type UserData = {
5
5
  avatar?: {
6
6
  src: string;
7
7
  };
8
+ adminId?: string;
8
9
  };
9
10
  export type UserMenuItems = Array<UserMenuItemWithSubmenu>;
10
11
  interface NavigationUserMenuProps {
@@ -1,7 +1,8 @@
1
1
  import React from "react";
2
+ import CenterDecorator from "../../utils/center-decorator";
2
3
  declare const _default: {
3
4
  title: string;
4
- decorators: ((...args: any) => any)[];
5
+ decorators: (typeof CenterDecorator)[];
5
6
  };
6
7
  export default _default;
7
8
  export declare const PartnerChartStatsActive: {
@@ -1,7 +1,8 @@
1
1
  import React from "react";
2
+ import CenterDecorator from "../../utils/center-decorator";
2
3
  declare const _default: {
3
4
  title: string;
4
- decorators: ((...args: any) => any)[];
5
+ decorators: (typeof CenterDecorator)[];
5
6
  };
6
7
  export default _default;
7
8
  export declare const PartnerMonthlyStatsStories: {
@@ -1,7 +1,8 @@
1
1
  import React from "react";
2
+ import CenterDecorator from "../../utils/center-decorator";
2
3
  declare const _default: {
3
4
  title: string;
4
- decorators: ((...args: any) => any)[];
5
+ decorators: (typeof CenterDecorator)[];
5
6
  };
6
7
  export default _default;
7
8
  export declare const PartnerMonthlyStatsStories: {
@@ -1,7 +1,8 @@
1
1
  import React from "react";
2
+ import CenterDecorator from "../../utils/center-decorator";
2
3
  declare const _default: {
3
4
  title: string;
4
- decorators: ((...args: any) => any)[];
5
+ decorators: (typeof CenterDecorator)[];
5
6
  };
6
7
  export default _default;
7
8
  export declare const PartnerToggleButtonBlockStory: {
@@ -12,7 +12,7 @@ type PhoneNumberInputProps = {
12
12
  country: string;
13
13
  };
14
14
  onChange: (value: string, name: string) => void;
15
- label?: React.ReactNode;
15
+ label?: string;
16
16
  error?: string | null;
17
17
  onBlur?: (e: React.FocusEvent) => void;
18
18
  helperText?: React.ReactNode;
@@ -21,6 +21,7 @@ type PhoneNumberInputProps = {
21
21
  placeholder?: string;
22
22
  color?: string;
23
23
  isDisableCountries?: boolean;
24
+ showCallingCode?: boolean;
24
25
  };
25
- declare function PhoneNumberInputV1({ onChange, values, names, error, onBlur, helperText, label, required, defaultCountry, placeholder, color, isDisableCountries, }: PhoneNumberInputProps): React.JSX.Element;
26
+ declare function PhoneNumberInputV1({ onChange, values, names, error, onBlur, helperText, label, required, defaultCountry, placeholder, color, isDisableCountries, showCallingCode, }: PhoneNumberInputProps): React.JSX.Element;
26
27
  export default PhoneNumberInputV1;
@@ -3,20 +3,28 @@ import CenterDecorator from "../../utils/center-decorator";
3
3
  declare const _default: {
4
4
  title: string;
5
5
  decorators: (typeof CenterDecorator)[];
6
- };
7
- export default _default;
8
- export declare const PhoneNumberInputStory: {
9
- (): React.JSX.Element;
10
- story: {
11
- name: string;
12
- };
13
- };
14
- export declare const PhoneNumberInputDisableStory: {
15
- (): React.JSX.Element;
16
- story: {
17
- name: string;
6
+ argTypes: {
7
+ label: {
8
+ control: string;
9
+ defaultValue: string;
10
+ };
11
+ required: {
12
+ control: string;
13
+ defaultValue: boolean;
14
+ };
15
+ helperText: {
16
+ control: string;
17
+ defaultValue: string;
18
+ };
19
+ error: {
20
+ control: string;
21
+ defaultValue: string;
22
+ };
18
23
  };
19
24
  };
25
+ export default _default;
26
+ export declare const PhoneNumberInputStory: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
27
+ export declare const PhoneNumberInputDisableStory: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
20
28
  export declare const PhoneInputStory: {
21
29
  (): React.JSX.Element;
22
30
  story: {
@@ -29,15 +37,5 @@ export declare const PhoneNumberInputV2: {
29
37
  name: string;
30
38
  };
31
39
  };
32
- export declare const PhoneNumberInputStoryV1: {
33
- (): React.JSX.Element;
34
- story: {
35
- name: string;
36
- };
37
- };
38
- export declare const PhoneNumberInputIsDisableCountriesStoryV1: {
39
- (): React.JSX.Element;
40
- story: {
41
- name: string;
42
- };
43
- };
40
+ export declare const PhoneNumberInputStoryV1: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
41
+ export declare const PhoneNumberInputIsDisableCountriesStoryV1: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
@@ -1,24 +1,104 @@
1
1
  import React from "react";
2
+ import CenterDecorator from "../../utils/center-decorator";
2
3
  declare const _default: {
3
4
  title: string;
4
- decorators: ((...args: any) => any)[];
5
- };
6
- export default _default;
7
- export declare const SelectStory: {
8
- (): React.JSX.Element;
9
- story: {
10
- name: string;
5
+ decorators: (typeof CenterDecorator)[];
6
+ argTypes: {
7
+ large: {
8
+ control: string;
9
+ defaultValue: boolean;
10
+ };
11
+ label: {
12
+ control: string;
13
+ defaultValue: string;
14
+ };
15
+ labelKind: {
16
+ control: {
17
+ type: string;
18
+ options: {
19
+ External: string;
20
+ Floating: string;
21
+ };
22
+ };
23
+ defaultValue: string;
24
+ };
25
+ required: {
26
+ control: string;
27
+ defaultValue: boolean;
28
+ };
29
+ helperText: {
30
+ control: string;
31
+ defaultValue: string;
32
+ };
33
+ persistent: {
34
+ control: string;
35
+ defaultValue: boolean;
36
+ };
37
+ leadingIcon: {
38
+ control: string;
39
+ defaultValue: boolean;
40
+ };
41
+ arrow: {
42
+ control: string;
43
+ defaultValue: boolean;
44
+ };
45
+ error: {
46
+ control: string;
47
+ defaultValue: string;
48
+ };
11
49
  };
12
50
  };
51
+ export default _default;
52
+ export declare const SelectStory: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
13
53
  export declare const SelectStoryV2: {
14
54
  (): React.JSX.Element;
15
55
  story: {
16
56
  name: string;
57
+ decorators: (typeof CenterDecorator)[];
58
+ argTypes: {
59
+ large: {
60
+ control: string;
61
+ defaultValue: boolean;
62
+ };
63
+ label: {
64
+ control: string;
65
+ defaultValue: string;
66
+ };
67
+ labelKind: {
68
+ control: {
69
+ type: string;
70
+ options: {
71
+ External: string;
72
+ Floating: string;
73
+ };
74
+ };
75
+ defaultValue: string;
76
+ };
77
+ required: {
78
+ control: string;
79
+ defaultValue: boolean;
80
+ };
81
+ helperText: {
82
+ control: string;
83
+ defaultValue: string;
84
+ };
85
+ persistent: {
86
+ control: string;
87
+ defaultValue: boolean;
88
+ };
89
+ leadingIcon: {
90
+ control: string;
91
+ defaultValue: boolean;
92
+ };
93
+ arrow: {
94
+ control: string;
95
+ defaultValue: boolean;
96
+ };
97
+ error: {
98
+ control: string;
99
+ defaultValue: string;
100
+ };
101
+ };
17
102
  };
18
103
  };
19
- export declare const SelectEnhancedStory: {
20
- (): React.JSX.Element;
21
- story: {
22
- name: string;
23
- };
24
- };
104
+ export declare const SelectEnhancedStory: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
@@ -2,7 +2,7 @@ import React from "react";
2
2
  export interface SpinnerProps {
3
3
  id?: string;
4
4
  className?: string;
5
- style?: any;
5
+ style?: object;
6
6
  type?: "default" | "orange";
7
7
  }
8
8
  declare const Spinner: ({ id, className, style, type, ...rest }: SpinnerProps) => React.JSX.Element;
@@ -10,5 +10,8 @@ export interface SwitchProps extends Omit<MDCSwitchProps, "ref" | "color"> {
10
10
  disabled?: boolean;
11
11
  onChange?: (e: React.FormEvent<HTMLInputElement>) => void;
12
12
  }
13
- declare const Switch: ({ id, label, color, className, ...rest }: SwitchProps) => React.JSX.Element;
13
+ declare const Switch: {
14
+ ({ id, label, color, className, ...rest }: SwitchProps): React.JSX.Element;
15
+ displayName: string;
16
+ };
14
17
  export default Switch;
@@ -1,7 +1,8 @@
1
1
  import React from "react";
2
+ import CenterDecorator from "../../utils/center-decorator";
2
3
  declare const _default: {
3
4
  title: string;
4
- decorators: ((...args: any) => any)[];
5
+ decorators: (typeof CenterDecorator)[];
5
6
  };
6
7
  export default _default;
7
8
  export declare const PartnerMonthlyTableStories: {
@@ -2,16 +2,63 @@ import React from "react";
2
2
  import CenterDecorator from "../../utils/center-decorator";
3
3
  declare const _default: {
4
4
  title: string;
5
- decorators: ((...args: any) => any)[];
6
- };
7
- export default _default;
8
- export declare const TextStory: {
9
- (): React.JSX.Element;
10
- story: {
11
- name: string;
12
- decorators: (typeof CenterDecorator)[];
5
+ decorators: (typeof CenterDecorator)[];
6
+ argTypes: {
7
+ contents: {
8
+ control: string;
9
+ defaultValue: string;
10
+ };
11
+ elem: {
12
+ control: {
13
+ type: string;
14
+ options: {
15
+ Span: string;
16
+ "Heading 1": string;
17
+ "Heading 2": string;
18
+ "Heading 3": string;
19
+ "Heading 4": string;
20
+ "Heading 5": string;
21
+ "Heading 6": string;
22
+ Paragraph: string;
23
+ Small: string;
24
+ };
25
+ };
26
+ defaultValue: string;
27
+ };
28
+ kind: {
29
+ control: {
30
+ type: string;
31
+ options: string[];
32
+ };
33
+ defaultValue: string;
34
+ };
35
+ align: {
36
+ control: {
37
+ type: string;
38
+ options: string[];
39
+ };
40
+ defaultValue: string;
41
+ };
42
+ underline: {
43
+ control: string;
44
+ defaultValue: boolean;
45
+ };
46
+ strike: {
47
+ control: string;
48
+ defaultValue: boolean;
49
+ };
50
+ bold: {
51
+ control: string;
52
+ defaultValue: boolean;
53
+ };
54
+ italic: {
55
+ control: string;
56
+ defaultValue: boolean;
57
+ };
13
58
  };
14
59
  };
60
+ export default _default;
61
+ export declare const TextStory: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
15
62
  export declare const kinds: {
16
63
  (): React.JSX.Element;
17
64
  story: {
@@ -1,18 +1,10 @@
1
- import React from "react";
1
+ import { StoryFn } from "@storybook/react";
2
+ import CenterDecorator from "../../utils/center-decorator";
2
3
  declare const _default: {
3
4
  title: string;
4
- decorators: ((...args: any) => any)[];
5
+ tags: string[];
6
+ decorators: (typeof CenterDecorator)[];
5
7
  };
6
8
  export default _default;
7
- export declare const TextFieldStory: {
8
- (): React.JSX.Element;
9
- story: {
10
- name: string;
11
- };
12
- };
13
- export declare const TextFieldSearchStory: {
14
- (): React.JSX.Element;
15
- story: {
16
- name: string;
17
- };
18
- };
9
+ export declare const TextFieldStory: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
10
+ export declare const TextFieldSearchStory: StoryFn;
@@ -1,7 +1,8 @@
1
1
  import React from "react";
2
+ import CenterDecorator from "../../utils/center-decorator";
2
3
  declare const _default: {
3
4
  title: string;
4
- decorators: ((...args: any) => any)[];
5
+ decorators: (typeof CenterDecorator)[];
5
6
  };
6
7
  export default _default;
7
8
  export declare const ThisMonthCardStories: {
@@ -1,7 +1,7 @@
1
1
  import React from "react";
2
2
  declare const Icons: {
3
- close: (props: any) => React.JSX.Element;
4
- error: (props: any) => React.JSX.Element;
5
- warning: () => React.JSX.Element;
3
+ Close: () => React.JSX.Element;
4
+ Error: () => React.JSX.Element;
5
+ Warning: () => React.JSX.Element;
6
6
  };
7
7
  export default Icons;
@@ -1,7 +1,8 @@
1
1
  import React from "react";
2
+ import CenterDecorator from "../../utils/center-decorator";
2
3
  declare const _default: {
3
4
  title: string;
4
- decorators: ((...args: any) => any)[];
5
+ decorators: (typeof CenterDecorator)[];
5
6
  };
6
7
  export default _default;
7
8
  export declare const SwitchDefault: {
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ declare const Icons: {
3
+ upload: (props?: {}) => JSX.Element;
4
+ remove: (props?: {}) => JSX.Element;
5
+ };
6
+ export default Icons;
@@ -0,0 +1,13 @@
1
+ /// <reference types="react" />
2
+ export interface UploadAndCropperProps {
3
+ imageDefault: string;
4
+ width?: number;
5
+ border?: number;
6
+ borderRadius?: number;
7
+ color?: Array<number> | undefined;
8
+ handleOnRemove?: () => void;
9
+ imagePreview?: string;
10
+ setImagePreview?: (e: any) => void;
11
+ }
12
+ declare const UploadAndCropper: ({ width, border, borderRadius, color, handleOnRemove, imagePreview, setImagePreview, }: UploadAndCropperProps) => JSX.Element;
13
+ export default UploadAndCropper;
@@ -0,0 +1,2 @@
1
+ .modal-module_modal__3BPw_{display:none;position:fixed;z-index:1;top:0;left:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.5)}.modal-module_modal__3BPw_ .modal-module_modalContent__pnZ9y{display:flex;justify-content:center;align-items:center;height:calc(100% + 50px);animation-name:modal-module_zoom__7ZPHg;animation-duration:.6s}.modal-module_modal__3BPw_ .modal-module_modalContent__pnZ9y img{max-width:calc(100vw - 37px);max-height:calc(100vh - 100px)}@keyframes modal-module_zoom__7ZPHg{0%{transform:scale(0)}to{transform:scale(1)}}.modal-module_modal__3BPw_ .modal-module_close__1refL{color:#fff;font-size:25px;font-weight:700;transition:.3s;position:absolute;right:-27px;top:-27px}.modal-module_modal__3BPw_ .modal-module_close__1refL:focus,.modal-module_modal__3BPw_ .modal-module_close__1refL:hover{color:#bbb;text-decoration:none;cursor:pointer}@media only screen and (max-width:700px){.modal-module_modalContent__pnZ9y{width:100%}}.phone-number-input-module_phoneInputV2__SEb7z{font-family:Montserrat}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_lable__2juXw{font-size:12px;font-weight:700;margin:8px 0}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_lable__2juXw .phone-number-input-module_required__1aTIY{color:#43ccb0;font-size:14px}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6{position:relative;height:48px;width:100%}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_comboField__2CFC2{border:1px solid var(--Stroke,#e2e2e2);box-shadow:0 2px 4px 0 rgba(0,0,0,.07);border-radius:6px;overflow:hidden}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_comboField__2CFC2.phone-number-input-module_focus__3rSBl{border:1px solid var(--Brand,#43ccb0)}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_comboField__2CFC2.phone-number-input-module_error__37MEE{border:1px solid #f05c6a}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_flagContainer__3Y8u0{position:absolute;top:13px;left:12px;display:flex;align-items:center}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_flagContainer__3Y8u0 span{font-size:25px}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_flagContainer__3Y8u0 .phone-number-input-module_countryCode__3EQkV{margin:3px 0 0 4px;font-size:16px}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_mesError__23_lD{color:#f05c6a;font-size:14px;margin:8px 0}.phone-number-input-module_phoneInputV2__SEb7z .select{width:115px;background:#e2e2e2}.phone-number-input-module_phoneInputV2__SEb7z .select>.mdc-select>.mdc-select__native-control{opacity:0}.phone-number-input-module_phoneInputV2__SEb7z .text-field .mdc-text-field__input{font-size:16px;font-weight:400!important}.phone-number-input-module_phoneInputV2__SEb7z .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading,.phone-number-input-module_phoneInputV2__SEb7z .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.phone-number-input-module_phoneInputV2__SEb7z .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.phone-number-input-module_phoneInputV2__SEb7z .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border:none}.switch-module_container__jMNSs .switch-module_switch__13Tp5{position:relative;display:inline-block;width:40px;height:20px}.switch-module_container__jMNSs .switch-module_switch__13Tp5 input{opacity:0;width:0;height:0}.switch-module_container__jMNSs .switch-module_switch__13Tp5 .switch-module_slider__1kN7x{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.switch-module_container__jMNSs .switch-module_switch__13Tp5 .switch-module_slider__1kN7x:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#fff;transition:.2s}.switch-module_container__jMNSs .switch-module_switch__13Tp5 input:checked+.switch-module_slider__1kN7x:before{transform:translateX(20px)}.switch-module_container__jMNSs .switch-module_switch__13Tp5 .switch-module_slider__1kN7x.switch-module_round__1y62p{border-radius:34px}.switch-module_container__jMNSs .switch-module_switch__13Tp5 .switch-module_slider__1kN7x.switch-module_round__1y62p:before{border-radius:50%}.input-module_container__3R_rx{font-family:Montserrat}.input-module_container__3R_rx .input-module_lable__3MUr4{font-size:12px;font-weight:700;margin:8px 0;display:flex;align-items:center}.input-module_container__3R_rx .input-module_lable__3MUr4 .input-module_required__2jKE5{color:#43ccb0;font-size:14px;margin-left:5px}.input-module_container__3R_rx input{width:100%;height:48px;box-shadow:0 2px 4px 0 rgba(0,0,0,.07);border:1px solid #e2e2e2;border-radius:6px;color:#404041;padding:10px 12px;outline:none}.input-module_container__3R_rx input::placeholder{color:#acacac}.input-module_container__3R_rx input:focus{border:1px solid #43ccb0}.input-module_container__3R_rx input.input-module_error__9qa8B{border:1px solid #f05c6a}.input-module_container__3R_rx .input-module_mesError__3AzLW{color:#f05c6a;font-size:14px;margin:8px 0}
2
+ /*# sourceMappingURL=donation.esm.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["modal.module.scss","phone-number-input.module.scss","switch.module.scss","input.module.scss"],"names":[],"mappings":"AAAA,2BACE,YAAa,CACb,cAAe,CACf,SAAU,CACV,KAAM,CACN,MAAO,CACP,UAAW,CACX,WAAY,CACZ,aAAc,CACd,+BAGF,CACA,6DACE,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CACnB,wBAAyB,CACzB,uCAAoB,CACpB,sBACF,CACA,iEACE,4BAA6B,CAC7B,8BACF,CACA,oCACE,GACE,kBACF,CACA,GACE,kBACF,CACF,CACA,sDACE,UAAY,CACZ,cAAe,CACf,eAAiB,CACjB,cAAgB,CAChB,iBAAkB,CAClB,WAAY,CACZ,SACF,CACA,wHAEE,UAAW,CACX,oBAAqB,CACrB,cACF,CAGA,yCACE,kCACE,UACF,CACF,CCtDA,+CACE,sBACF,CACA,uFACE,cAAe,CACf,eAAgB,CAChB,YACF,CACA,kIACE,aAAc,CACd,cACF,CACA,2FACE,iBAAkB,CAClB,WAAY,CACZ,UACF,CACA,wIACE,sCAAwC,CACxC,sCAA+C,CAC/C,iBAAkB,CAClB,eACF,CACA,+KACE,qCACF,CACA,+KACE,wBACF,CACA,2IACE,iBAAkB,CAClB,QAAS,CACT,SAAU,CACV,YAAa,CACb,kBACF,CACA,gJACE,cACF,CACA,yLACE,kBAAmB,CACnB,cACF,CACA,0FACE,aAAc,CACd,cAAe,CACf,YACF,CACA,uDACE,WAAY,CACZ,kBACF,CACA,+FACE,SACF,CACA,kFACE,cAAe,CACf,yBACF,CACA,0eAYE,WACF,CCxEA,6DACE,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,WAEF,CACA,mEACE,SAAU,CACV,OAAQ,CACR,QACF,CACA,0FACE,iBAAkB,CAClB,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,qBAAsB,CAEtB,cACF,CACA,iGACE,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,UAAW,CACX,QAAS,CACT,UAAW,CACX,qBAAuB,CAEvB,cACF,CACA,+GAGE,0BACF,CACA,qHACE,kBACF,CACA,4HACE,iBACF,CC5CA,+BACE,sBACF,CACA,0DACE,cAAe,CACf,eAAgB,CAChB,YAAa,CACb,YAAa,CACb,kBACF,CACA,wFACE,aAAc,CACd,cAAe,CACf,eACF,CACA,qCACE,UAAW,CACX,WAAY,CACZ,sCAA+C,CAC/C,wBAAyB,CACzB,iBAAkB,CAClB,aAAc,CACd,iBAAkB,CAClB,YACF,CACA,kDACE,aACF,CACA,2CACE,wBACF,CACA,+DACE,wBACF,CACA,6DACE,aAAc,CACd,cAAe,CACf,YACF","file":"donation.esm.css","sourcesContent":[".modal {\n display: none;\n position: fixed;\n z-index: 1;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n overflow: auto;\n background-color: rgba(0, 0, 0, 0.5);\n /* Modal Content (image) */\n /* The Close Button */\n}\n.modal .modalContent {\n display: flex;\n justify-content: center;\n align-items: center;\n height: calc(100% + 50px);\n animation-name: zoom;\n animation-duration: 0.6s;\n}\n.modal .modalContent img {\n max-width: calc(100vw - 37px);\n max-height: calc(100vh - 100px);\n}\n@keyframes zoom {\n from {\n transform: scale(0);\n }\n to {\n transform: scale(1);\n }\n}\n.modal .close {\n color: white;\n font-size: 25px;\n font-weight: bold;\n transition: 0.3s;\n position: absolute;\n right: -27px;\n top: -27px;\n}\n.modal .close:hover,\n.modal .close:focus {\n color: #bbb;\n text-decoration: none;\n cursor: pointer;\n}\n\n/* 100% Image Width on Smaller Screens */\n@media only screen and (max-width: 700px) {\n .modalContent {\n width: 100%;\n }\n}",".phoneInputV2 {\n font-family: Montserrat;\n}\n.phoneInputV2 .lable {\n font-size: 12px;\n font-weight: 700;\n margin: 8px 0;\n}\n.phoneInputV2 .lable .required {\n color: #43ccb0;\n font-size: 14px;\n}\n.phoneInputV2 .coverForm {\n position: relative;\n height: 48px;\n width: 100%;\n}\n.phoneInputV2 .coverForm .comboField {\n border: 1px solid var(--Stroke, #e2e2e2);\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n border-radius: 6px;\n overflow: hidden;\n}\n.phoneInputV2 .coverForm .comboField.focus {\n border: 1px solid var(--Brand, #43ccb0);\n}\n.phoneInputV2 .coverForm .comboField.error {\n border: 1px solid #f05c6a;\n}\n.phoneInputV2 .coverForm .flagContainer {\n position: absolute;\n top: 13px;\n left: 12px;\n display: flex;\n align-items: center;\n}\n.phoneInputV2 .coverForm .flagContainer span {\n font-size: 25px;\n}\n.phoneInputV2 .coverForm .flagContainer .countryCode {\n margin: 3px 0 0 4px;\n font-size: 16px;\n}\n.phoneInputV2 .mesError {\n color: #f05c6a;\n font-size: 14px;\n margin: 8px 0;\n}\n.phoneInputV2 :global(.select) {\n width: 115px;\n background: #e2e2e2;\n}\n.phoneInputV2 :global(.select > .mdc-select > .mdc-select__native-control) {\n opacity: 0;\n}\n.phoneInputV2 :global(.text-field .mdc-text-field__input) {\n font-size: 16px;\n font-weight: 400 !important;\n}\n.phoneInputV2 :global(.mdc-select--outlined\n .mdc-notched-outline\n .mdc-notched-outline__leading),\n.phoneInputV2 :global(.mdc-select--outlined\n .mdc-notched-outline\n .mdc-notched-outline__trailing),\n.phoneInputV2 :global(.mdc-text-field--outlined\n .mdc-notched-outline\n .mdc-notched-outline__leading),\n.phoneInputV2 :global(.mdc-text-field--outlined\n .mdc-notched-outline\n .mdc-notched-outline__trailing) {\n border: none;\n}",".container .switch {\n position: relative;\n display: inline-block;\n width: 40px;\n height: 20px;\n /* Rounded sliders */\n}\n.container .switch input {\n opacity: 0;\n width: 0;\n height: 0;\n}\n.container .switch .slider {\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: #ccc;\n -webkit-transition: 0.4s;\n transition: 0.4s;\n}\n.container .switch .slider:before {\n position: absolute;\n content: \"\";\n height: 16px;\n width: 16px;\n left: 2px;\n bottom: 2px;\n background-color: white;\n -webkit-transition: 0.4s;\n transition: 0.2s;\n}\n.container .switch input:checked + .slider:before {\n -webkit-transform: translateX(20px);\n -ms-transform: translateX(20px);\n transform: translateX(20px);\n}\n.container .switch .slider.round {\n border-radius: 34px;\n}\n.container .switch .slider.round:before {\n border-radius: 50%;\n}",".container {\n font-family: \"Montserrat\";\n}\n.container .lable {\n font-size: 12px;\n font-weight: 700;\n margin: 8px 0;\n display: flex;\n align-items: center;\n}\n.container .lable .required {\n color: #43ccb0;\n font-size: 14px;\n margin-left: 5px;\n}\n.container input {\n width: 100%;\n height: 48px;\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n border: 1px solid #e2e2e2;\n border-radius: 6px;\n color: #404041;\n padding: 10px 12px;\n outline: none;\n}\n.container input::placeholder {\n color: #acacac;\n}\n.container input:focus {\n border: 1px solid #43CCB0;\n}\n.container input.error {\n border: 1px solid #F05C6A;\n}\n.container .mesError {\n color: #F05C6A;\n font-size: 14px;\n margin: 8px 0;\n}"]}
@@ -0,0 +1,3 @@
1
+ export * from "./components/donation";
2
+ export * from "./theme";
3
+ export { default as _React } from "react";
@@ -0,0 +1,2 @@
1
+ .modal-module_modal__3BPw_{display:none;position:fixed;z-index:1;top:0;left:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.5)}.modal-module_modal__3BPw_ .modal-module_modalContent__pnZ9y{display:flex;justify-content:center;align-items:center;height:calc(100% + 50px);animation-name:modal-module_zoom__7ZPHg;animation-duration:.6s}.modal-module_modal__3BPw_ .modal-module_modalContent__pnZ9y img{max-width:calc(100vw - 37px);max-height:calc(100vh - 100px)}@keyframes modal-module_zoom__7ZPHg{0%{transform:scale(0)}to{transform:scale(1)}}.modal-module_modal__3BPw_ .modal-module_close__1refL{color:#fff;font-size:25px;font-weight:700;transition:.3s;position:absolute;right:-27px;top:-27px}.modal-module_modal__3BPw_ .modal-module_close__1refL:focus,.modal-module_modal__3BPw_ .modal-module_close__1refL:hover{color:#bbb;text-decoration:none;cursor:pointer}@media only screen and (max-width:700px){.modal-module_modalContent__pnZ9y{width:100%}}.phone-number-input-module_phoneInputV2__SEb7z{font-family:Montserrat}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_lable__2juXw{font-size:12px;font-weight:700;margin:8px 0}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_lable__2juXw .phone-number-input-module_required__1aTIY{color:#43ccb0;font-size:14px}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6{position:relative;height:48px;width:100%}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_comboField__2CFC2{border:1px solid var(--Stroke,#e2e2e2);box-shadow:0 2px 4px 0 rgba(0,0,0,.07);border-radius:6px;overflow:hidden}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_comboField__2CFC2.phone-number-input-module_focus__3rSBl{border:1px solid var(--Brand,#43ccb0)}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_comboField__2CFC2.phone-number-input-module_error__37MEE{border:1px solid #f05c6a}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_flagContainer__3Y8u0{position:absolute;top:13px;left:12px;display:flex;align-items:center}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_flagContainer__3Y8u0 span{font-size:25px}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_coverForm__276A6 .phone-number-input-module_flagContainer__3Y8u0 .phone-number-input-module_countryCode__3EQkV{margin:3px 0 0 4px;font-size:16px}.phone-number-input-module_phoneInputV2__SEb7z .phone-number-input-module_mesError__23_lD{color:#f05c6a;font-size:14px;margin:8px 0}.phone-number-input-module_phoneInputV2__SEb7z .select{width:115px;background:#e2e2e2}.phone-number-input-module_phoneInputV2__SEb7z .select>.mdc-select>.mdc-select__native-control{opacity:0}.phone-number-input-module_phoneInputV2__SEb7z .text-field .mdc-text-field__input{font-size:16px;font-weight:400!important}.phone-number-input-module_phoneInputV2__SEb7z .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading,.phone-number-input-module_phoneInputV2__SEb7z .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing,.phone-number-input-module_phoneInputV2__SEb7z .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading,.phone-number-input-module_phoneInputV2__SEb7z .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing{border:none}.switch-module_container__jMNSs .switch-module_switch__13Tp5{position:relative;display:inline-block;width:40px;height:20px}.switch-module_container__jMNSs .switch-module_switch__13Tp5 input{opacity:0;width:0;height:0}.switch-module_container__jMNSs .switch-module_switch__13Tp5 .switch-module_slider__1kN7x{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.switch-module_container__jMNSs .switch-module_switch__13Tp5 .switch-module_slider__1kN7x:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#fff;transition:.2s}.switch-module_container__jMNSs .switch-module_switch__13Tp5 input:checked+.switch-module_slider__1kN7x:before{transform:translateX(20px)}.switch-module_container__jMNSs .switch-module_switch__13Tp5 .switch-module_slider__1kN7x.switch-module_round__1y62p{border-radius:34px}.switch-module_container__jMNSs .switch-module_switch__13Tp5 .switch-module_slider__1kN7x.switch-module_round__1y62p:before{border-radius:50%}.input-module_container__3R_rx{font-family:Montserrat}.input-module_container__3R_rx .input-module_lable__3MUr4{font-size:12px;font-weight:700;margin:8px 0;display:flex;align-items:center}.input-module_container__3R_rx .input-module_lable__3MUr4 .input-module_required__2jKE5{color:#43ccb0;font-size:14px;margin-left:5px}.input-module_container__3R_rx input{width:100%;height:48px;box-shadow:0 2px 4px 0 rgba(0,0,0,.07);border:1px solid #e2e2e2;border-radius:6px;color:#404041;padding:10px 12px;outline:none}.input-module_container__3R_rx input::placeholder{color:#acacac}.input-module_container__3R_rx input:focus{border:1px solid #43ccb0}.input-module_container__3R_rx input.input-module_error__9qa8B{border:1px solid #f05c6a}.input-module_container__3R_rx .input-module_mesError__3AzLW{color:#f05c6a;font-size:14px;margin:8px 0}
2
+ /*# sourceMappingURL=donation.esm.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["modal.module.scss","phone-number-input.module.scss","switch.module.scss","input.module.scss"],"names":[],"mappings":"AAAA,2BACE,YAAa,CACb,cAAe,CACf,SAAU,CACV,KAAM,CACN,MAAO,CACP,UAAW,CACX,WAAY,CACZ,aAAc,CACd,+BAGF,CACA,6DACE,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CACnB,wBAAyB,CACzB,uCAAoB,CACpB,sBACF,CACA,iEACE,4BAA6B,CAC7B,8BACF,CACA,oCACE,GACE,kBACF,CACA,GACE,kBACF,CACF,CACA,sDACE,UAAY,CACZ,cAAe,CACf,eAAiB,CACjB,cAAgB,CAChB,iBAAkB,CAClB,WAAY,CACZ,SACF,CACA,wHAEE,UAAW,CACX,oBAAqB,CACrB,cACF,CAGA,yCACE,kCACE,UACF,CACF,CCtDA,+CACE,sBACF,CACA,uFACE,cAAe,CACf,eAAgB,CAChB,YACF,CACA,kIACE,aAAc,CACd,cACF,CACA,2FACE,iBAAkB,CAClB,WAAY,CACZ,UACF,CACA,wIACE,sCAAwC,CACxC,sCAA+C,CAC/C,iBAAkB,CAClB,eACF,CACA,+KACE,qCACF,CACA,+KACE,wBACF,CACA,2IACE,iBAAkB,CAClB,QAAS,CACT,SAAU,CACV,YAAa,CACb,kBACF,CACA,gJACE,cACF,CACA,yLACE,kBAAmB,CACnB,cACF,CACA,0FACE,aAAc,CACd,cAAe,CACf,YACF,CACA,uDACE,WAAY,CACZ,kBACF,CACA,+FACE,SACF,CACA,kFACE,cAAe,CACf,yBACF,CACA,0eAYE,WACF,CCxEA,6DACE,iBAAkB,CAClB,oBAAqB,CACrB,UAAW,CACX,WAEF,CACA,mEACE,SAAU,CACV,OAAQ,CACR,QACF,CACA,0FACE,iBAAkB,CAClB,cAAe,CACf,KAAM,CACN,MAAO,CACP,OAAQ,CACR,QAAS,CACT,qBAAsB,CAEtB,cACF,CACA,iGACE,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,UAAW,CACX,QAAS,CACT,UAAW,CACX,qBAAuB,CAEvB,cACF,CACA,+GAGE,0BACF,CACA,qHACE,kBACF,CACA,4HACE,iBACF,CC5CA,+BACE,sBACF,CACA,0DACE,cAAe,CACf,eAAgB,CAChB,YAAa,CACb,YAAa,CACb,kBACF,CACA,wFACE,aAAc,CACd,cAAe,CACf,eACF,CACA,qCACE,UAAW,CACX,WAAY,CACZ,sCAA+C,CAC/C,wBAAyB,CACzB,iBAAkB,CAClB,aAAc,CACd,iBAAkB,CAClB,YACF,CACA,kDACE,aACF,CACA,2CACE,wBACF,CACA,+DACE,wBACF,CACA,6DACE,aAAc,CACd,cAAe,CACf,YACF","file":"donation.esm.css","sourcesContent":[".modal {\n display: none;\n position: fixed;\n z-index: 1;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n overflow: auto;\n background-color: rgba(0, 0, 0, 0.5);\n /* Modal Content (image) */\n /* The Close Button */\n}\n.modal .modalContent {\n display: flex;\n justify-content: center;\n align-items: center;\n height: calc(100% + 50px);\n animation-name: zoom;\n animation-duration: 0.6s;\n}\n.modal .modalContent img {\n max-width: calc(100vw - 37px);\n max-height: calc(100vh - 100px);\n}\n@keyframes zoom {\n from {\n transform: scale(0);\n }\n to {\n transform: scale(1);\n }\n}\n.modal .close {\n color: white;\n font-size: 25px;\n font-weight: bold;\n transition: 0.3s;\n position: absolute;\n right: -27px;\n top: -27px;\n}\n.modal .close:hover,\n.modal .close:focus {\n color: #bbb;\n text-decoration: none;\n cursor: pointer;\n}\n\n/* 100% Image Width on Smaller Screens */\n@media only screen and (max-width: 700px) {\n .modalContent {\n width: 100%;\n }\n}",".phoneInputV2 {\n font-family: Montserrat;\n}\n.phoneInputV2 .lable {\n font-size: 12px;\n font-weight: 700;\n margin: 8px 0;\n}\n.phoneInputV2 .lable .required {\n color: #43ccb0;\n font-size: 14px;\n}\n.phoneInputV2 .coverForm {\n position: relative;\n height: 48px;\n width: 100%;\n}\n.phoneInputV2 .coverForm .comboField {\n border: 1px solid var(--Stroke, #e2e2e2);\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n border-radius: 6px;\n overflow: hidden;\n}\n.phoneInputV2 .coverForm .comboField.focus {\n border: 1px solid var(--Brand, #43ccb0);\n}\n.phoneInputV2 .coverForm .comboField.error {\n border: 1px solid #f05c6a;\n}\n.phoneInputV2 .coverForm .flagContainer {\n position: absolute;\n top: 13px;\n left: 12px;\n display: flex;\n align-items: center;\n}\n.phoneInputV2 .coverForm .flagContainer span {\n font-size: 25px;\n}\n.phoneInputV2 .coverForm .flagContainer .countryCode {\n margin: 3px 0 0 4px;\n font-size: 16px;\n}\n.phoneInputV2 .mesError {\n color: #f05c6a;\n font-size: 14px;\n margin: 8px 0;\n}\n.phoneInputV2 :global(.select) {\n width: 115px;\n background: #e2e2e2;\n}\n.phoneInputV2 :global(.select > .mdc-select > .mdc-select__native-control) {\n opacity: 0;\n}\n.phoneInputV2 :global(.text-field .mdc-text-field__input) {\n font-size: 16px;\n font-weight: 400 !important;\n}\n.phoneInputV2 :global(.mdc-select--outlined\n .mdc-notched-outline\n .mdc-notched-outline__leading),\n.phoneInputV2 :global(.mdc-select--outlined\n .mdc-notched-outline\n .mdc-notched-outline__trailing),\n.phoneInputV2 :global(.mdc-text-field--outlined\n .mdc-notched-outline\n .mdc-notched-outline__leading),\n.phoneInputV2 :global(.mdc-text-field--outlined\n .mdc-notched-outline\n .mdc-notched-outline__trailing) {\n border: none;\n}",".container .switch {\n position: relative;\n display: inline-block;\n width: 40px;\n height: 20px;\n /* Rounded sliders */\n}\n.container .switch input {\n opacity: 0;\n width: 0;\n height: 0;\n}\n.container .switch .slider {\n position: absolute;\n cursor: pointer;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n background-color: #ccc;\n -webkit-transition: 0.4s;\n transition: 0.4s;\n}\n.container .switch .slider:before {\n position: absolute;\n content: \"\";\n height: 16px;\n width: 16px;\n left: 2px;\n bottom: 2px;\n background-color: white;\n -webkit-transition: 0.4s;\n transition: 0.2s;\n}\n.container .switch input:checked + .slider:before {\n -webkit-transform: translateX(20px);\n -ms-transform: translateX(20px);\n transform: translateX(20px);\n}\n.container .switch .slider.round {\n border-radius: 34px;\n}\n.container .switch .slider.round:before {\n border-radius: 50%;\n}",".container {\n font-family: \"Montserrat\";\n}\n.container .lable {\n font-size: 12px;\n font-weight: 700;\n margin: 8px 0;\n display: flex;\n align-items: center;\n}\n.container .lable .required {\n color: #43ccb0;\n font-size: 14px;\n margin-left: 5px;\n}\n.container input {\n width: 100%;\n height: 48px;\n box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.07);\n border: 1px solid #e2e2e2;\n border-radius: 6px;\n color: #404041;\n padding: 10px 12px;\n outline: none;\n}\n.container input::placeholder {\n color: #acacac;\n}\n.container input:focus {\n border: 1px solid #43CCB0;\n}\n.container input.error {\n border: 1px solid #F05C6A;\n}\n.container .mesError {\n color: #F05C6A;\n font-size: 14px;\n margin: 8px 0;\n}"]}