@proprioo/salatim 29.9.0 → 29.10.0
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.
- package/CHANGELOG.md +4 -0
- package/lib/date/index.d.ts +2 -2
- package/lib/date/src/DayPicker.d.ts +4 -4
- package/lib/date/src/datePicker/DatePicker.d.ts +13 -13
- package/lib/date/src/datePicker/DatePicker.styles.d.ts +1 -1
- package/lib/date/src/datePickerWrapper/DatePickerWrapper.d.ts +11 -11
- package/lib/date/src/datePickerWrapper/DatepickerWrapper.styles.d.ts +3 -3
- package/lib/date/src/singleMonth/SingleMonth.d.ts +9 -9
- package/lib/date/src/singleMonth/SingleMonth.styles.d.ts +1 -1
- package/lib/date/src/typings.d.ts +3 -3
- package/lib/energy/index.d.ts +3 -3
- package/lib/energy/src/Energy.d.ts +8 -8
- package/lib/energy/src/Energy.styles.d.ts +14 -14
- package/lib/energy/src/Energy.utils.d.ts +10 -10
- package/lib/energy/src/interfaces.d.ts +39 -39
- package/lib/forms/index.d.ts +5 -5
- package/lib/forms/src/errorForm/ErrorForm.styles.d.ts +1 -1
- package/lib/forms/src/errorForm/ErrorFormLayout.d.ts +6 -6
- package/lib/forms/src/offerSignatoryForm/OfferSignatoryForm.d.ts +15 -15
- package/lib/forms/src/offerSignatoryForm/OfferSignatoryForm.schema.d.ts +18 -18
- package/lib/forms/src/offerSignatoryForm/OfferSignatoryForm.utils.d.ts +14 -14
- package/lib/forms/src/userForm/UserForm.d.ts +23 -23
- package/lib/forms/src/userForm/UserForm.schema.d.ts +13 -13
- package/lib/hooks/index.d.ts +3 -3
- package/lib/hooks/useDebounce/useDebounce.d.ts +2 -2
- package/lib/hooks/useEmailSuggestion/useEmailSuggestion.d.ts +6 -6
- package/lib/hooks/useFirstRender/useFirstRender.d.ts +1 -1
- package/lib/hooks/useOnClickOutside/useOnClickOutside.d.ts +2 -2
- package/lib/index.d.ts +7 -7
- package/lib/index.js +250 -250
- package/lib/index.js.map +1 -1
- package/lib/phone/index.d.ts +4 -4
- package/lib/phone/src/phoneAndFlag/PhoneAndFlag.d.ts +9 -9
- package/lib/phone/src/phoneAndFlag/PhoneAndFlag.styles.d.ts +5 -5
- package/lib/phone/src/phoneInput/Phone.d.ts +5 -5
- package/lib/phone/src/phoneInput/Phone.styles.d.ts +3 -3
- package/lib/phone/src/phoneInput/PhoneInput.d.ts +4 -4
- package/lib/phone/src/phoneInput/constants.d.ts +5 -5
- package/lib/phone/src/utils.d.ts +5 -5
- package/lib/ui/index.d.ts +55 -55
- package/lib/ui/src/accordion/Accordion.d.ts +5 -5
- package/lib/ui/src/accordion/Accordion.interfaces.d.ts +17 -17
- package/lib/ui/src/accordion/Accordion.styles.d.ts +15 -15
- package/lib/ui/src/accordion/AccordionContextConsumer.d.ts +7 -7
- package/lib/ui/src/accordion/AccordionContextProvider.d.ts +24 -24
- package/lib/ui/src/accordion/AccordionHeader.d.ts +4 -4
- package/lib/ui/src/accordion/AccordionItem.d.ts +4 -4
- package/lib/ui/src/accordion/AccordionPanel.d.ts +4 -4
- package/lib/ui/src/accordion/AccordionStore.d.ts +15 -15
- package/lib/ui/src/accordion/ItemContextConsumer.d.ts +7 -7
- package/lib/ui/src/accordion/ItemContextProvider.d.ts +17 -17
- package/lib/ui/src/agentBanner/AgentBanner.d.ts +8 -8
- package/lib/ui/src/agentBanner/AgentBanner.styles.d.ts +10 -10
- package/lib/ui/src/agentCard/AgentCard.d.ts +8 -8
- package/lib/ui/src/agentCard/AgentCard.styles.d.ts +9 -9
- package/lib/ui/src/agentCard/AgentMock.d.ts +3 -3
- package/lib/ui/src/autocomplete/Autocomplete.d.ts +11 -11
- package/lib/ui/src/block/Block.d.ts +8 -8
- package/lib/ui/src/block/Block.styles.d.ts +4 -4
- package/lib/ui/src/blockCheckIcon/BlockCheckIcon.d.ts +11 -11
- package/lib/ui/src/blockCheckIcon/BlockCheckIcon.styles.d.ts +4 -4
- package/lib/ui/src/blockCheckIcon/BlockCheckIcon.test.js +2 -26
- package/lib/ui/src/blockCheckIcon/BlockCheckIcon.test.js.map +1 -1
- package/lib/ui/src/blockIcon/BlockIcon.d.ts +13 -13
- package/lib/ui/src/blockIcon/BlockIcon.styles.d.ts +5 -5
- package/lib/ui/src/burger/Burger.d.ts +9 -9
- package/lib/ui/src/burger/Burger.styles.d.ts +3 -3
- package/lib/ui/src/button/Button.d.ts +17 -17
- package/lib/ui/src/button/Button.interfaces.d.ts +25 -25
- package/lib/ui/src/button/Button.styles.d.ts +7 -7
- package/lib/ui/src/buttonRadioGroup/ButtonRadio.d.ts +10 -10
- package/lib/ui/src/buttonRadioGroup/ButtonRadio.styles.d.ts +4 -4
- package/lib/ui/src/buttonRadioGroup/ButtonRadioGroup.d.ts +11 -11
- package/lib/ui/src/buttonRadioGroup/ButtonRadioGroup.styles.d.ts +1 -1
- package/lib/ui/src/card/Card.d.ts +24 -24
- package/lib/ui/src/card/Card.styles.d.ts +21 -21
- package/lib/ui/src/checkbox/Checkbox.d.ts +15 -15
- package/lib/ui/src/checkbox/Checkbox.styles.d.ts +13 -13
- package/lib/ui/src/checkbox/interfaces.d.ts +4 -4
- package/lib/ui/src/dateInput/DateInput.d.ts +14 -14
- package/lib/ui/src/emailInput/EmailInput.d.ts +2 -2
- package/lib/ui/src/emailInput/EmailInput.interfaces.d.ts +12 -12
- package/lib/ui/src/emailInput/EmailInput.styles.d.ts +2 -2
- package/lib/ui/src/fieldset/Fieldset.d.ts +8 -8
- package/lib/ui/src/fieldset/Fieldset.styles.d.ts +6 -6
- package/lib/ui/src/gmapsAutoComplete/GmapsAutocomplete.d.ts +14 -14
- package/lib/ui/src/gmapsGeocode/GmapsGeocode.d.ts +16 -16
- package/lib/ui/src/gmapsSuggestions/GmapsSuggestions.d.ts +20 -20
- package/lib/ui/src/icons/Alert.d.ts +2 -2
- package/lib/ui/src/icons/Arrow.d.ts +2 -2
- package/lib/ui/src/icons/Certificate.d.ts +4 -4
- package/lib/ui/src/icons/CheckGreen.d.ts +2 -2
- package/lib/ui/src/icons/ChevronRight.d.ts +4 -4
- package/lib/ui/src/icons/Close.d.ts +4 -4
- package/lib/ui/src/icons/CloseBox.d.ts +2 -2
- package/lib/ui/src/icons/DropDown.d.ts +2 -2
- package/lib/ui/src/icons/EmoticonCool.d.ts +4 -4
- package/lib/ui/src/icons/Help.d.ts +4 -4
- package/lib/ui/src/icons/Icon.props.d.ts +3 -3
- package/lib/ui/src/icons/Less.d.ts +4 -4
- package/lib/ui/src/icons/Plus.d.ts +4 -4
- package/lib/ui/src/icons/Tick.d.ts +2 -2
- package/lib/ui/src/icons/TrustPilot.d.ts +2 -2
- package/lib/ui/src/icons/index.d.ts +14 -14
- package/lib/ui/src/input/Input.d.ts +40 -40
- package/lib/ui/src/input/Input.styles.d.ts +2 -2
- package/lib/ui/src/inputBase/InputBase.d.ts +47 -47
- package/lib/ui/src/inputBase/InputBase.styles.d.ts +21 -21
- package/lib/ui/src/inputBase/InputBaseEnum.d.ts +6 -6
- package/lib/ui/src/inputLoader/InputLoader.d.ts +2 -2
- package/lib/ui/src/inputLoader/InputLoader.styles.d.ts +2 -2
- package/lib/ui/src/inputLoading/InputLoading.d.ts +3 -3
- package/lib/ui/src/inputLoading/InputLoading.styles.d.ts +1 -1
- package/lib/ui/src/loader/Loader.d.ts +9 -9
- package/lib/ui/src/loader/Loader.styles.d.ts +10 -10
- package/lib/ui/src/logo/Logo.d.ts +2 -2
- package/lib/ui/src/mockForm/MockForm.d.ts +7 -7
- package/lib/ui/src/modal/Modal.d.ts +32 -32
- package/lib/ui/src/modal/Modal.reducer.d.ts +35 -35
- package/lib/ui/src/modal/Modal.styles.d.ts +18 -18
- package/lib/ui/src/nativeSelect/NativeSelect.d.ts +11 -11
- package/lib/ui/src/nativeSelect/NativeSelect.styles.d.ts +1 -1
- package/lib/ui/src/numberInput/NumberInput.d.ts +11 -11
- package/lib/ui/src/numberInput/NumberInput.utils.d.ts +3 -3
- package/lib/ui/src/option/Option.d.ts +13 -13
- package/lib/ui/src/option/Option.styles.d.ts +7 -7
- package/lib/ui/src/radio/Radio.d.ts +12 -12
- package/lib/ui/src/radio/Radio.styles.d.ts +3 -3
- package/lib/ui/src/select/Select.d.ts +22 -22
- package/lib/ui/src/select/Select.styles.d.ts +12 -12
- package/lib/ui/src/selectWrapper/SelectWrapper.d.ts +23 -23
- package/lib/ui/src/selectWrapper/SelectWrapper.styles.d.ts +13 -13
- package/lib/ui/src/subtitle/Subtitle.d.ts +8 -8
- package/lib/ui/src/subtitle/Subtitle.styles.d.ts +5 -5
- package/lib/ui/src/tag/Tag.d.ts +4 -4
- package/lib/ui/src/tag/Tag.styles.d.ts +14 -14
- package/lib/ui/src/tag/TagColors.d.ts +74 -74
- package/lib/ui/src/tag/interfaces.d.ts +29 -29
- package/lib/ui/src/textToggle/TextToggle.d.ts +12 -12
- package/lib/ui/src/textToggle/TextToggle.mocks.d.ts +2 -2
- package/lib/ui/src/textToggle/TextToggle.styles.d.ts +9 -9
- package/lib/ui/src/textToggle/TextToggle.utils.d.ts +2 -2
- package/lib/ui/src/textarea/Textarea.d.ts +41 -41
- package/lib/ui/src/textarea/Textarea.styles.d.ts +4 -4
- package/lib/ui/src/title/H1.d.ts +4 -4
- package/lib/ui/src/title/H1.styles.d.ts +2 -2
- package/lib/ui/src/title/H2.d.ts +4 -4
- package/lib/ui/src/title/H2.styles.d.ts +2 -2
- package/lib/ui/src/title/H3.d.ts +4 -4
- package/lib/ui/src/title/H3.styles.d.ts +2 -2
- package/lib/ui/src/title/H4.d.ts +4 -4
- package/lib/ui/src/title/H4.styles.d.ts +2 -2
- package/lib/ui/src/title/H5.d.ts +4 -4
- package/lib/ui/src/title/H5.styles.d.ts +2 -2
- package/lib/ui/src/title/H6.d.ts +4 -4
- package/lib/ui/src/title/H6.styles.d.ts +2 -2
- package/lib/ui/src/title/Title.d.ts +18 -18
- package/lib/ui/src/title/Title.styles.d.ts +8 -8
- package/lib/ui/src/toggle/Toggle.d.ts +13 -13
- package/lib/ui/src/toggle/Toggle.styles.d.ts +4 -4
- package/lib/ui/src/tooltip/Tooltip.d.ts +19 -19
- package/lib/ui/src/tooltip/Tooltip.styles.d.ts +2 -2
- package/lib/utils/index.d.ts +16 -16
- package/lib/utils/src/actions.d.ts +30 -30
- package/lib/utils/src/breakpoints.d.ts +11 -11
- package/lib/utils/src/colors.d.ts +113 -113
- package/lib/utils/src/container.d.ts +2 -2
- package/lib/utils/src/fonts.d.ts +15 -15
- package/lib/utils/src/gmaps.d.ts +10 -10
- package/lib/utils/src/line.d.ts +2 -2
- package/lib/utils/src/paragraphs.d.ts +16 -16
- package/lib/utils/src/props.d.ts +9 -9
- package/lib/utils/src/radius.d.ts +10 -10
- package/lib/utils/src/reset.d.ts +1 -1
- package/lib/utils/src/responsive.d.ts +5 -5
- package/lib/utils/src/row.d.ts +2 -2
- package/lib/utils/src/scrollbars.d.ts +2 -2
- package/lib/utils/src/shadows.d.ts +8 -8
- package/lib/utils/src/spacing.d.ts +2 -2
- package/lib/utils/src/test-utils.d.ts +23 -24
- package/lib/utils/src/test-utils.js +1 -3
- package/lib/utils/src/test-utils.js.map +1 -1
- package/lib/utils/src/utils.styles.d.ts +36 -36
- package/package.json +13 -13
|
@@ -1,113 +1,113 @@
|
|
|
1
|
-
export declare const transparentize: (hexa: string, alpha: number) => string;
|
|
2
|
-
export declare const generateColorRange: (hexa: string) => {
|
|
3
|
-
base: string;
|
|
4
|
-
base80: string;
|
|
5
|
-
base60: string;
|
|
6
|
-
base40: string;
|
|
7
|
-
base20: string;
|
|
8
|
-
base10: string;
|
|
9
|
-
base5: string;
|
|
10
|
-
};
|
|
11
|
-
declare const _default: {
|
|
12
|
-
background: string;
|
|
13
|
-
blue: {
|
|
14
|
-
base: string;
|
|
15
|
-
base80: string;
|
|
16
|
-
base60: string;
|
|
17
|
-
base40: string;
|
|
18
|
-
base20: string;
|
|
19
|
-
base10: string;
|
|
20
|
-
base5: string;
|
|
21
|
-
};
|
|
22
|
-
dark: {
|
|
23
|
-
base: string;
|
|
24
|
-
base80: string;
|
|
25
|
-
base60: string;
|
|
26
|
-
base40: string;
|
|
27
|
-
base20: string;
|
|
28
|
-
base10: string;
|
|
29
|
-
base5: string;
|
|
30
|
-
};
|
|
31
|
-
green: {
|
|
32
|
-
base: string;
|
|
33
|
-
base80: string;
|
|
34
|
-
base60: string;
|
|
35
|
-
base40: string;
|
|
36
|
-
base20: string;
|
|
37
|
-
base10: string;
|
|
38
|
-
base5: string;
|
|
39
|
-
};
|
|
40
|
-
greenAlt: {
|
|
41
|
-
base: string;
|
|
42
|
-
base80: string;
|
|
43
|
-
base60: string;
|
|
44
|
-
base40: string;
|
|
45
|
-
base20: string;
|
|
46
|
-
base10: string;
|
|
47
|
-
base5: string;
|
|
48
|
-
};
|
|
49
|
-
greenLight: {
|
|
50
|
-
base: string;
|
|
51
|
-
base80: string;
|
|
52
|
-
base60: string;
|
|
53
|
-
base40: string;
|
|
54
|
-
base20: string;
|
|
55
|
-
base10: string;
|
|
56
|
-
base5: string;
|
|
57
|
-
};
|
|
58
|
-
grey: {
|
|
59
|
-
base: string;
|
|
60
|
-
base80: string;
|
|
61
|
-
base60: string;
|
|
62
|
-
base40: string;
|
|
63
|
-
base20: string;
|
|
64
|
-
base10: string;
|
|
65
|
-
base5: string;
|
|
66
|
-
};
|
|
67
|
-
orange: {
|
|
68
|
-
base: string;
|
|
69
|
-
base80: string;
|
|
70
|
-
base60: string;
|
|
71
|
-
base40: string;
|
|
72
|
-
base20: string;
|
|
73
|
-
base10: string;
|
|
74
|
-
base5: string;
|
|
75
|
-
};
|
|
76
|
-
pink: {
|
|
77
|
-
base: string;
|
|
78
|
-
base80: string;
|
|
79
|
-
base60: string;
|
|
80
|
-
base40: string;
|
|
81
|
-
base20: string;
|
|
82
|
-
base10: string;
|
|
83
|
-
base5: string;
|
|
84
|
-
};
|
|
85
|
-
red: {
|
|
86
|
-
base: string;
|
|
87
|
-
base80: string;
|
|
88
|
-
base60: string;
|
|
89
|
-
base40: string;
|
|
90
|
-
base20: string;
|
|
91
|
-
base10: string;
|
|
92
|
-
base5: string;
|
|
93
|
-
};
|
|
94
|
-
terracota: {
|
|
95
|
-
base: string;
|
|
96
|
-
base80: string;
|
|
97
|
-
base60: string;
|
|
98
|
-
base40: string;
|
|
99
|
-
base20: string;
|
|
100
|
-
base10: string;
|
|
101
|
-
base5: string;
|
|
102
|
-
};
|
|
103
|
-
yellow: {
|
|
104
|
-
base: string;
|
|
105
|
-
base80: string;
|
|
106
|
-
base60: string;
|
|
107
|
-
base40: string;
|
|
108
|
-
base20: string;
|
|
109
|
-
base10: string;
|
|
110
|
-
base5: string;
|
|
111
|
-
};
|
|
112
|
-
};
|
|
113
|
-
export default _default;
|
|
1
|
+
export declare const transparentize: (hexa: string, alpha: number) => string;
|
|
2
|
+
export declare const generateColorRange: (hexa: string) => {
|
|
3
|
+
base: string;
|
|
4
|
+
base80: string;
|
|
5
|
+
base60: string;
|
|
6
|
+
base40: string;
|
|
7
|
+
base20: string;
|
|
8
|
+
base10: string;
|
|
9
|
+
base5: string;
|
|
10
|
+
};
|
|
11
|
+
declare const _default: {
|
|
12
|
+
background: string;
|
|
13
|
+
blue: {
|
|
14
|
+
base: string;
|
|
15
|
+
base80: string;
|
|
16
|
+
base60: string;
|
|
17
|
+
base40: string;
|
|
18
|
+
base20: string;
|
|
19
|
+
base10: string;
|
|
20
|
+
base5: string;
|
|
21
|
+
};
|
|
22
|
+
dark: {
|
|
23
|
+
base: string;
|
|
24
|
+
base80: string;
|
|
25
|
+
base60: string;
|
|
26
|
+
base40: string;
|
|
27
|
+
base20: string;
|
|
28
|
+
base10: string;
|
|
29
|
+
base5: string;
|
|
30
|
+
};
|
|
31
|
+
green: {
|
|
32
|
+
base: string;
|
|
33
|
+
base80: string;
|
|
34
|
+
base60: string;
|
|
35
|
+
base40: string;
|
|
36
|
+
base20: string;
|
|
37
|
+
base10: string;
|
|
38
|
+
base5: string;
|
|
39
|
+
};
|
|
40
|
+
greenAlt: {
|
|
41
|
+
base: string;
|
|
42
|
+
base80: string;
|
|
43
|
+
base60: string;
|
|
44
|
+
base40: string;
|
|
45
|
+
base20: string;
|
|
46
|
+
base10: string;
|
|
47
|
+
base5: string;
|
|
48
|
+
};
|
|
49
|
+
greenLight: {
|
|
50
|
+
base: string;
|
|
51
|
+
base80: string;
|
|
52
|
+
base60: string;
|
|
53
|
+
base40: string;
|
|
54
|
+
base20: string;
|
|
55
|
+
base10: string;
|
|
56
|
+
base5: string;
|
|
57
|
+
};
|
|
58
|
+
grey: {
|
|
59
|
+
base: string;
|
|
60
|
+
base80: string;
|
|
61
|
+
base60: string;
|
|
62
|
+
base40: string;
|
|
63
|
+
base20: string;
|
|
64
|
+
base10: string;
|
|
65
|
+
base5: string;
|
|
66
|
+
};
|
|
67
|
+
orange: {
|
|
68
|
+
base: string;
|
|
69
|
+
base80: string;
|
|
70
|
+
base60: string;
|
|
71
|
+
base40: string;
|
|
72
|
+
base20: string;
|
|
73
|
+
base10: string;
|
|
74
|
+
base5: string;
|
|
75
|
+
};
|
|
76
|
+
pink: {
|
|
77
|
+
base: string;
|
|
78
|
+
base80: string;
|
|
79
|
+
base60: string;
|
|
80
|
+
base40: string;
|
|
81
|
+
base20: string;
|
|
82
|
+
base10: string;
|
|
83
|
+
base5: string;
|
|
84
|
+
};
|
|
85
|
+
red: {
|
|
86
|
+
base: string;
|
|
87
|
+
base80: string;
|
|
88
|
+
base60: string;
|
|
89
|
+
base40: string;
|
|
90
|
+
base20: string;
|
|
91
|
+
base10: string;
|
|
92
|
+
base5: string;
|
|
93
|
+
};
|
|
94
|
+
terracota: {
|
|
95
|
+
base: string;
|
|
96
|
+
base80: string;
|
|
97
|
+
base60: string;
|
|
98
|
+
base40: string;
|
|
99
|
+
base20: string;
|
|
100
|
+
base10: string;
|
|
101
|
+
base5: string;
|
|
102
|
+
};
|
|
103
|
+
yellow: {
|
|
104
|
+
base: string;
|
|
105
|
+
base80: string;
|
|
106
|
+
base60: string;
|
|
107
|
+
base40: string;
|
|
108
|
+
base20: string;
|
|
109
|
+
base10: string;
|
|
110
|
+
base5: string;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
-
export default Container;
|
|
1
|
+
export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export default Container;
|
package/lib/utils/src/fonts.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export declare const ArchivoFont: import("styled-components").FlattenSimpleInterpolation;
|
|
2
|
-
export declare const IntegralCFFont: import("styled-components").FlattenSimpleInterpolation;
|
|
3
|
-
declare const _default: {
|
|
4
|
-
important: string;
|
|
5
|
-
xbiggest: string;
|
|
6
|
-
biggest: string;
|
|
7
|
-
bigger: string;
|
|
8
|
-
big: string;
|
|
9
|
-
medium: string;
|
|
10
|
-
base: string;
|
|
11
|
-
small: string;
|
|
12
|
-
smaller: string;
|
|
13
|
-
smallest: string;
|
|
14
|
-
};
|
|
15
|
-
export default _default;
|
|
1
|
+
export declare const ArchivoFont: import("styled-components").FlattenSimpleInterpolation;
|
|
2
|
+
export declare const IntegralCFFont: import("styled-components").FlattenSimpleInterpolation;
|
|
3
|
+
declare const _default: {
|
|
4
|
+
important: string;
|
|
5
|
+
xbiggest: string;
|
|
6
|
+
biggest: string;
|
|
7
|
+
bigger: string;
|
|
8
|
+
big: string;
|
|
9
|
+
medium: string;
|
|
10
|
+
base: string;
|
|
11
|
+
small: string;
|
|
12
|
+
smaller: string;
|
|
13
|
+
smallest: string;
|
|
14
|
+
};
|
|
15
|
+
export default _default;
|
package/lib/utils/src/gmaps.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { Suggestion } from 'react-places-autocomplete';
|
|
2
|
-
export declare enum GoogleSearchType {
|
|
3
|
-
ADMINISTRATIVE_AREA_LEVEL_1 = "administrative_area_level_1",
|
|
4
|
-
ADMINISTRATIVE_AREA_LEVEL_2 = "administrative_area_level_2",
|
|
5
|
-
LOCALITY = "locality",
|
|
6
|
-
NEIGHBORHOOD = "neighborhood",
|
|
7
|
-
POSTAL_CODE = "postal_code",
|
|
8
|
-
SUBLOCALITY = "sublocality"
|
|
9
|
-
}
|
|
10
|
-
export declare const getGeoSearchSuggestions: (suggestions: Suggestion[]) => Suggestion[];
|
|
1
|
+
import { Suggestion } from 'react-places-autocomplete';
|
|
2
|
+
export declare enum GoogleSearchType {
|
|
3
|
+
ADMINISTRATIVE_AREA_LEVEL_1 = "administrative_area_level_1",
|
|
4
|
+
ADMINISTRATIVE_AREA_LEVEL_2 = "administrative_area_level_2",
|
|
5
|
+
LOCALITY = "locality",
|
|
6
|
+
NEIGHBORHOOD = "neighborhood",
|
|
7
|
+
POSTAL_CODE = "postal_code",
|
|
8
|
+
SUBLOCALITY = "sublocality"
|
|
9
|
+
}
|
|
10
|
+
export declare const getGeoSearchSuggestions: (suggestions: Suggestion[]) => Suggestion[];
|
package/lib/utils/src/line.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const Line: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
-
export default Line;
|
|
1
|
+
export declare const Line: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export default Line;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
body1: import("styled-components").FlattenSimpleInterpolation;
|
|
3
|
-
body2: import("styled-components").FlattenSimpleInterpolation;
|
|
4
|
-
bodyLight1: import("styled-components").FlattenSimpleInterpolation;
|
|
5
|
-
bodyLight2: import("styled-components").FlattenSimpleInterpolation;
|
|
6
|
-
caption: import("styled-components").FlattenSimpleInterpolation;
|
|
7
|
-
tab: import("styled-components").FlattenSimpleInterpolation;
|
|
8
|
-
breadcrumb: import("styled-components").FlattenSimpleInterpolation;
|
|
9
|
-
big: import("styled-components").FlattenSimpleInterpolation;
|
|
10
|
-
quote: import("styled-components").FlattenSimpleInterpolation;
|
|
11
|
-
quoteSmaller: import("styled-components").FlattenSimpleInterpolation;
|
|
12
|
-
subtitle1: import("styled-components").FlattenSimpleInterpolation;
|
|
13
|
-
subtitle2: import("styled-components").FlattenSimpleInterpolation;
|
|
14
|
-
label: import("styled-components").FlattenSimpleInterpolation;
|
|
15
|
-
};
|
|
16
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
body1: import("styled-components").FlattenSimpleInterpolation;
|
|
3
|
+
body2: import("styled-components").FlattenSimpleInterpolation;
|
|
4
|
+
bodyLight1: import("styled-components").FlattenSimpleInterpolation;
|
|
5
|
+
bodyLight2: import("styled-components").FlattenSimpleInterpolation;
|
|
6
|
+
caption: import("styled-components").FlattenSimpleInterpolation;
|
|
7
|
+
tab: import("styled-components").FlattenSimpleInterpolation;
|
|
8
|
+
breadcrumb: import("styled-components").FlattenSimpleInterpolation;
|
|
9
|
+
big: import("styled-components").FlattenSimpleInterpolation;
|
|
10
|
+
quote: import("styled-components").FlattenSimpleInterpolation;
|
|
11
|
+
quoteSmaller: import("styled-components").FlattenSimpleInterpolation;
|
|
12
|
+
subtitle1: import("styled-components").FlattenSimpleInterpolation;
|
|
13
|
+
subtitle2: import("styled-components").FlattenSimpleInterpolation;
|
|
14
|
+
label: import("styled-components").FlattenSimpleInterpolation;
|
|
15
|
+
};
|
|
16
|
+
export default _default;
|
package/lib/utils/src/props.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export interface GenericInputProps {
|
|
2
|
-
disabled: boolean;
|
|
3
|
-
error: boolean;
|
|
4
|
-
label: string;
|
|
5
|
-
dataTest?: string;
|
|
6
|
-
focused?: boolean;
|
|
7
|
-
required?: boolean;
|
|
8
|
-
zIndex?: number;
|
|
9
|
-
}
|
|
1
|
+
export interface GenericInputProps {
|
|
2
|
+
disabled: boolean;
|
|
3
|
+
error: boolean;
|
|
4
|
+
label: string;
|
|
5
|
+
dataTest?: string;
|
|
6
|
+
focused?: boolean;
|
|
7
|
+
required?: boolean;
|
|
8
|
+
zIndex?: number;
|
|
9
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
small: string;
|
|
3
|
-
normal: string;
|
|
4
|
-
big: string;
|
|
5
|
-
bigger: string;
|
|
6
|
-
biggest: string;
|
|
7
|
-
rounded: string;
|
|
8
|
-
max: string;
|
|
9
|
-
};
|
|
10
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
small: string;
|
|
3
|
+
normal: string;
|
|
4
|
+
big: string;
|
|
5
|
+
bigger: string;
|
|
6
|
+
biggest: string;
|
|
7
|
+
rounded: string;
|
|
8
|
+
max: string;
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
package/lib/utils/src/reset.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const resetCssButton: import("styled-components").FlattenSimpleInterpolation;
|
|
1
|
+
export declare const resetCssButton: import("styled-components").FlattenSimpleInterpolation;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const useMediaQuery: (query: string) => boolean;
|
|
2
|
-
export declare const useMobileDevice: () => boolean;
|
|
3
|
-
export declare const useSmartphoneDevice: () => boolean;
|
|
4
|
-
export declare const useSmallSmartphoneDevice: () => boolean;
|
|
5
|
-
export declare const isTouchDevice: () => boolean;
|
|
1
|
+
export declare const useMediaQuery: (query: string) => boolean;
|
|
2
|
+
export declare const useMobileDevice: () => boolean;
|
|
3
|
+
export declare const useSmartphoneDevice: () => boolean;
|
|
4
|
+
export declare const useSmallSmartphoneDevice: () => boolean;
|
|
5
|
+
export declare const isTouchDevice: () => boolean;
|
package/lib/utils/src/row.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const Row: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
-
export default Row;
|
|
1
|
+
export declare const Row: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
|
+
export default Row;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const scrollbar: import("styled-components").FlattenSimpleInterpolation;
|
|
2
|
-
export default scrollbar;
|
|
1
|
+
declare const scrollbar: import("styled-components").FlattenSimpleInterpolation;
|
|
2
|
+
export default scrollbar;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
level1: string;
|
|
3
|
-
level2: string;
|
|
4
|
-
level3: string;
|
|
5
|
-
level4: string;
|
|
6
|
-
level5: string;
|
|
7
|
-
};
|
|
8
|
-
export default _default;
|
|
1
|
+
declare const _default: {
|
|
2
|
+
level1: string;
|
|
3
|
+
level2: string;
|
|
4
|
+
level3: string;
|
|
5
|
+
level4: string;
|
|
6
|
+
level5: string;
|
|
7
|
+
};
|
|
8
|
+
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const base = 16;
|
|
2
|
-
export declare const convertPxToRem: (value: number) => string;
|
|
1
|
+
export declare const base = 16;
|
|
2
|
+
export declare const convertPxToRem: (value: number) => string;
|
|
@@ -1,24 +1,23 @@
|
|
|
1
|
-
import { RunOptions } from 'jest-axe/node_modules/axe-core';
|
|
2
|
-
import React, { ReactElement } from 'react';
|
|
3
|
-
import { render as rtlRender, RenderOptions, RenderResult } from '@testing-library/react';
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
*
|
|
16
|
-
*
|
|
17
|
-
* @
|
|
18
|
-
* @param
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
export declare const
|
|
22
|
-
export declare const
|
|
23
|
-
export
|
|
24
|
-
export {};
|
|
1
|
+
import { RunOptions } from 'jest-axe/node_modules/axe-core';
|
|
2
|
+
import React, { ReactElement } from 'react';
|
|
3
|
+
import { render as rtlRender, RenderOptions, RenderResult } from '@testing-library/react';
|
|
4
|
+
declare const ChildrenPassthrough: ({ children }: {
|
|
5
|
+
children: ReactElement;
|
|
6
|
+
}) => React.ReactElement<any, string | React.JSXElementConstructor<any>>;
|
|
7
|
+
type TestOptions = Omit<RenderOptions, 'wrapper'> & {
|
|
8
|
+
wrapper?: typeof ChildrenPassthrough;
|
|
9
|
+
};
|
|
10
|
+
type TestA11YOptions = TestOptions & {
|
|
11
|
+
axeOptions?: RunOptions;
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* Custom render for @testing-library/react
|
|
15
|
+
*
|
|
16
|
+
* @see https://testing-library.com/docs/react-testing-library/setup#custom-render
|
|
17
|
+
* @param component the component under test
|
|
18
|
+
* @param options customized test options
|
|
19
|
+
*/
|
|
20
|
+
export declare const render: (component: Parameters<typeof rtlRender>[0], { wrapper: Wrapper, ...options }?: TestOptions) => RenderResult;
|
|
21
|
+
export declare const testA11y: (ui: JSX.Element, { axeOptions, ...options }?: TestA11YOptions) => Promise<undefined>;
|
|
22
|
+
export declare const triggerCloseModal: (userEvent: Promise<any>) => Promise<void>;
|
|
23
|
+
export {};
|
|
@@ -44,9 +44,7 @@ const render = (component, _a = {}) => {
|
|
|
44
44
|
exports.render = render;
|
|
45
45
|
const testA11y = (ui, _a = {}) => __awaiter(void 0, void 0, void 0, function* () {
|
|
46
46
|
var { axeOptions } = _a, options = __rest(_a, ["axeOptions"]);
|
|
47
|
-
const container =
|
|
48
|
-
? (0, exports.render)(ui, options).container
|
|
49
|
-
: ui;
|
|
47
|
+
const { container } = (0, exports.render)(ui, options);
|
|
50
48
|
return (0, react_2.act)(() => __awaiter(void 0, void 0, void 0, function* () {
|
|
51
49
|
const results = yield (0, jest_axe_1.axe)(container, axeOptions);
|
|
52
50
|
expect(results).toHaveNoViolations();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"test-utils.js","sourceRoot":"","sources":["../../../packages/utils/src/test-utils.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uCAAmD;AAEnD,kDAA4C;AAE5C,kDAOgC;AAEhC,MAAM,CAAC,MAAM,CAAC,6BAAkB,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"test-utils.js","sourceRoot":"","sources":["../../../packages/utils/src/test-utils.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uCAAmD;AAEnD,kDAA4C;AAE5C,kDAOgC;AAEhC,MAAM,CAAC,MAAM,CAAC,6BAAkB,CAAC,CAAC;AAElC,4EAA4E;AAC5E,MAAM,mBAAmB,GAAG,CAAC,EAAE,QAAQ,EAA8B,EAAE,EAAE,CACvE,QAAQ,CAAC;AASX;;;;;;GAMG;AACI,MAAM,MAAM,GAAG,CACpB,SAA0C,EAC1C,KAAsE,EAAE,EAC1D,EAAE;QADhB,EAAE,OAAO,EAAE,OAAO,GAAG,mBAAmB,OAAgC,EAA3B,OAAO,cAApD,WAAsD,CAAF;IACnC,OAAA,IAAA,cAAS,EAAC,8BAAC,OAAO,QAAE,SAAS,CAAW,EAAE,OAAO,CAAC,CAAA;CAAA,CAAC;AAHzD,QAAA,MAAM,UAGmD;AAE/D,MAAM,QAAQ,GAAG,CACtB,EAAe,EACf,KAA8C,EAAE,EAChD,EAAE;QADF,EAAE,UAAU,OAAoC,EAA/B,OAAO,cAAxB,cAA0B,CAAF;IAExB,MAAM,EAAE,SAAS,EAAE,GAAG,IAAA,cAAM,EAAC,EAAE,EAAE,OAAO,CAAC,CAAC;IAE1C,OAAO,IAAA,WAAG,EAAC,GAAS,EAAE;QACpB,MAAM,OAAO,GAAG,MAAM,IAAA,cAAG,EAAC,SAAS,EAAE,UAAU,CAAC,CAAC;QAEjD,MAAM,CAAC,OAAO,CAAC,CAAC,kBAAkB,EAAE,CAAC;IACvC,CAAC,CAAA,CAAC,CAAC;AACL,CAAC,CAAA,CAAC;AAXW,QAAA,QAAQ,YAWnB;AAEK,MAAM,iBAAiB,GAAG,CAC/B,SAAuB,EACR,EAAE;IACjB,MAAM,SAAS,CAAC;IAChB,uEAAuE;IACvE,MAAM,iBAAS,CAAC,YAAY,CAAC,cAAM,CAAC,WAAW,CAAC,kBAAkB,CAAC,CAAC,CAAC;AACvE,CAAC,CAAA,CAAC;AANW,QAAA,iBAAiB,qBAM5B"}
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
export declare const Body1: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
2
|
-
export declare const Body2: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
3
|
-
export declare const BodyLight1: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
4
|
-
export declare const BodyLight2: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
5
|
-
export declare const Caption: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
6
|
-
export declare const Tab: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
7
|
-
export declare const Breadcrumb: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
8
|
-
export declare const Big: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
9
|
-
export declare const Quote: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
10
|
-
export declare const QuoteSmaller: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
11
|
-
export declare const Subtitle1: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
12
|
-
export declare const Subtitle2: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
13
|
-
export declare const Label: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
14
|
-
export declare const RadiusSmall: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
15
|
-
export declare const RadiusNormal: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
16
|
-
export declare const RadiusBig: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
17
|
-
export declare const RadiusBigger: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
18
|
-
export declare const RadiusBiggest: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
19
|
-
export declare const RadiusMax: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
20
|
-
export declare const RadiusRounded: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
21
|
-
export declare const ShadowLevel1: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
22
|
-
export declare const ShadowLevel2: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
23
|
-
export declare const ShadowLevel3: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
24
|
-
export declare const ShadowLevel4: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
25
|
-
export declare const ShadowLevel5: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
26
|
-
export declare const SpacingStyleBase: import("styled-components").StyledComponent<"div", any, {
|
|
27
|
-
width: string;
|
|
28
|
-
}, never>;
|
|
29
|
-
export declare const ColorWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
30
|
-
export declare const ColorPalette: import("styled-components").StyledComponent<"div", any, {
|
|
31
|
-
color: string;
|
|
32
|
-
}, never>;
|
|
33
|
-
export declare const Font: import("styled-components").StyledComponent<"p", any, {
|
|
34
|
-
fontSize: string;
|
|
35
|
-
}, never>;
|
|
36
|
-
export declare const LineRowWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
1
|
+
export declare const Body1: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
2
|
+
export declare const Body2: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
3
|
+
export declare const BodyLight1: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
4
|
+
export declare const BodyLight2: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
5
|
+
export declare const Caption: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
6
|
+
export declare const Tab: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
7
|
+
export declare const Breadcrumb: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
8
|
+
export declare const Big: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
9
|
+
export declare const Quote: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
10
|
+
export declare const QuoteSmaller: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
11
|
+
export declare const Subtitle1: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
12
|
+
export declare const Subtitle2: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
13
|
+
export declare const Label: import("styled-components").StyledComponent<"p", any, {}, never>;
|
|
14
|
+
export declare const RadiusSmall: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
15
|
+
export declare const RadiusNormal: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
16
|
+
export declare const RadiusBig: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
17
|
+
export declare const RadiusBigger: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
18
|
+
export declare const RadiusBiggest: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
19
|
+
export declare const RadiusMax: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
20
|
+
export declare const RadiusRounded: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
21
|
+
export declare const ShadowLevel1: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
22
|
+
export declare const ShadowLevel2: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
23
|
+
export declare const ShadowLevel3: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
24
|
+
export declare const ShadowLevel4: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
25
|
+
export declare const ShadowLevel5: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
26
|
+
export declare const SpacingStyleBase: import("styled-components").StyledComponent<"div", any, {
|
|
27
|
+
width: string;
|
|
28
|
+
}, never>;
|
|
29
|
+
export declare const ColorWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
30
|
+
export declare const ColorPalette: import("styled-components").StyledComponent<"div", any, {
|
|
31
|
+
color: string;
|
|
32
|
+
}, never>;
|
|
33
|
+
export declare const Font: import("styled-components").StyledComponent<"p", any, {
|
|
34
|
+
fontSize: string;
|
|
35
|
+
}, never>;
|
|
36
|
+
export declare const LineRowWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@proprioo/salatim",
|
|
3
|
-
"version": "29.
|
|
3
|
+
"version": "29.10.0",
|
|
4
4
|
"description": "Proprioo component library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"components",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"@types/react": "^18.0.33"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@commitlint/cli": "^17.
|
|
43
|
-
"@commitlint/config-conventional": "^17.
|
|
42
|
+
"@commitlint/cli": "^17.6.1",
|
|
43
|
+
"@commitlint/config-conventional": "^17.6.1",
|
|
44
44
|
"@popperjs/core": "^2.11.7",
|
|
45
|
-
"@proprioo/hokkaido": "^
|
|
45
|
+
"@proprioo/hokkaido": "^6.2.0",
|
|
46
46
|
"@rollup/plugin-commonjs": "22.0.2",
|
|
47
47
|
"@rollup/plugin-json": "^4.1.0",
|
|
48
48
|
"@rollup/plugin-node-resolve": "^14.1.0",
|
|
@@ -56,13 +56,13 @@
|
|
|
56
56
|
"@testing-library/react": "^14.0.0",
|
|
57
57
|
"@testing-library/user-event": "^14.4.3",
|
|
58
58
|
"@types/googlemaps": "^3.43.3",
|
|
59
|
-
"@types/jest": "^29.5.
|
|
59
|
+
"@types/jest": "^29.5.1",
|
|
60
60
|
"@types/jest-axe": "^3.5.5",
|
|
61
61
|
"@types/mailcheck": "^1.1.33",
|
|
62
|
-
"@types/react": "^18.0
|
|
62
|
+
"@types/react": "^18.2.0",
|
|
63
63
|
"@types/react-color": "^3.0.6",
|
|
64
64
|
"@types/react-dates": "^21.8.3",
|
|
65
|
-
"@types/react-dom": "^18.
|
|
65
|
+
"@types/react-dom": "^18.2.1",
|
|
66
66
|
"@types/react-phone-number-input": "^3.0.14",
|
|
67
67
|
"@types/react-places-autocomplete": "^7.2.9",
|
|
68
68
|
"@types/react-test-renderer": "^18.0.0",
|
|
@@ -81,13 +81,13 @@
|
|
|
81
81
|
"libphonenumber-metadata-generator": "^1.0.1",
|
|
82
82
|
"mockdate": "^3.0.5",
|
|
83
83
|
"polished": "^4.2.2",
|
|
84
|
-
"postcss": "^8.4.
|
|
85
|
-
"prettier": "^2.8.
|
|
84
|
+
"postcss": "^8.4.23",
|
|
85
|
+
"prettier": "^2.8.8",
|
|
86
86
|
"pretty-quick": "^3.1.3",
|
|
87
87
|
"react": "^18.2.0",
|
|
88
88
|
"react-dates": "^21.8.0",
|
|
89
89
|
"react-dom": "^18.2.0",
|
|
90
|
-
"react-phone-number-input": "^3.2.
|
|
90
|
+
"react-phone-number-input": "^3.2.20",
|
|
91
91
|
"react-places-autocomplete": "^7.3.0",
|
|
92
92
|
"react-popper-tooltip": "^4.4.2",
|
|
93
93
|
"react-test-renderer": "^18.2.0",
|
|
@@ -100,14 +100,14 @@
|
|
|
100
100
|
"rollup-plugin-terser": "^7.0.2",
|
|
101
101
|
"rollup-plugin-typescript2": "^0.34.1",
|
|
102
102
|
"source-map-explorer": "^2.5.3",
|
|
103
|
-
"styled-components": "^5.3.
|
|
103
|
+
"styled-components": "^5.3.10",
|
|
104
104
|
"ts-jest": "^29.1.0",
|
|
105
105
|
"ts-node": "^10.9.1",
|
|
106
106
|
"tslint": "^6.1.3",
|
|
107
107
|
"tslint-config-prettier": "^1.18.0",
|
|
108
108
|
"tslint-react": "^5.0.0",
|
|
109
109
|
"tslint-react-hooks": "^2.2.2",
|
|
110
|
-
"typescript": "^
|
|
110
|
+
"typescript": "^5.0.4"
|
|
111
111
|
},
|
|
112
112
|
"peerDependencies": {
|
|
113
113
|
"@proprioo/hokkaido": "^2.12.1",
|
|
@@ -120,6 +120,6 @@
|
|
|
120
120
|
},
|
|
121
121
|
"dependencies": {
|
|
122
122
|
"mailcheck": "^1.1.1",
|
|
123
|
-
"yup": "^1.
|
|
123
|
+
"yup": "^1.1.1"
|
|
124
124
|
}
|
|
125
125
|
}
|