@proprioo/salatim 26.1.2 → 26.2.1
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 +12 -0
- package/lib/date/src/datePicker/DatePicker.test.d.ts +1 -1
- package/lib/date/src/datePickerWrapper/DatePickerWrapper.stories.d.ts +1 -1
- package/lib/date/src/datePickerWrapper/DatePickerWrapper.test.d.ts +1 -1
- package/lib/date/src/singleMonth/SingleMonth.stories.d.ts +1 -1
- package/lib/date/src/singleMonth/SingleMonth.test.d.ts +1 -1
- package/lib/energy/src/Energy.stories.d.ts +1 -1
- package/lib/energy/src/Energy.test.d.ts +1 -1
- package/lib/energy/src/Energy.utils.test.d.ts +1 -1
- package/lib/forms/src/offerSignatoryForm/OfferSignatoryForm.stories.d.ts +1 -1
- package/lib/forms/src/offerSignatoryForm/OfferSignatoryForm.test.d.ts +1 -1
- package/lib/forms/src/userForm/UserForm.stories.d.ts +1 -1
- package/lib/forms/src/userForm/UserForm.test.d.ts +1 -1
- package/lib/hooks/useDebounce/useDebounce.test.d.ts +1 -1
- package/lib/hooks/useEmailSuggestion/useEmailSuggestion.js +11 -11
- package/lib/hooks/useEmailSuggestion/useEmailSuggestion.test.d.ts +1 -1
- package/lib/index.js +304 -319
- package/lib/index.js.map +1 -1
- package/lib/phone/src/phoneAndFlag/PhoneAndFlag.stories.d.ts +1 -1
- package/lib/phone/src/phoneAndFlag/PhoneAndFlags.test.d.ts +1 -1
- package/lib/phone/src/phoneInput/Phone.stories.d.ts +1 -1
- package/lib/phone/src/phoneInput/Phone.test.d.ts +1 -1
- package/lib/phone/src/utils.test.d.ts +1 -1
- package/lib/ui/src/accordion/Accordion.stories.d.ts +1 -1
- package/lib/ui/src/accordion/Accordion.test.d.ts +1 -1
- package/lib/ui/src/agentBanner/AgentBanner.stories.d.ts +1 -1
- package/lib/ui/src/agentBanner/AgentBanner.test.d.ts +1 -1
- package/lib/ui/src/agentCard/AgentCard.stories.d.ts +1 -1
- package/lib/ui/src/agentCard/AgentCard.test.d.ts +1 -1
- package/lib/ui/src/autocomplete/Autocomplete.stories.d.ts +2 -2
- package/lib/ui/src/autocomplete/Autocomplete.test.d.ts +1 -1
- package/lib/ui/src/block/Block.stories.d.ts +1 -1
- package/lib/ui/src/block/Block.test.d.ts +1 -1
- package/lib/ui/src/blockCheckIcon/BlockCheckIcon.stories.d.ts +1 -1
- package/lib/ui/src/blockCheckIcon/BlockCheckIcon.test.d.ts +1 -1
- package/lib/ui/src/blockIcon/BlockIcon.stories.d.ts +1 -1
- package/lib/ui/src/blockIcon/BlockIcon.test.d.ts +1 -1
- package/lib/ui/src/burger/Burger.stories.d.ts +1 -1
- package/lib/ui/src/burger/Burger.test.d.ts +1 -1
- package/lib/ui/src/button/Button.d.ts +2 -2
- package/lib/ui/src/button/Button.js.map +1 -1
- package/lib/ui/src/button/Button.stories.d.ts +1 -1
- package/lib/ui/src/button/Button.test.d.ts +1 -1
- package/lib/ui/src/buttonRadioGroup/ButtonRadioGroup.stories.d.ts +1 -1
- package/lib/ui/src/buttonRadioGroup/ButtonRadioGroup.test.d.ts +1 -1
- package/lib/ui/src/card/Card.stories.d.ts +1 -1
- package/lib/ui/src/card/Card.test.d.ts +1 -1
- package/lib/ui/src/checkbox/Checkbox.stories.d.ts +1 -1
- package/lib/ui/src/checkbox/Checkbox.test.d.ts +1 -1
- package/lib/ui/src/dateInput/DateInput.stories.d.ts +1 -1
- package/lib/ui/src/dateInput/DateInput.test.d.ts +1 -1
- package/lib/ui/src/emailInput/EmailInput.stories.d.ts +1 -1
- package/lib/ui/src/emailInput/EmailInput.test.d.ts +1 -1
- package/lib/ui/src/fieldset/Fieldset.stories.d.ts +1 -1
- package/lib/ui/src/fieldset/Fieldset.test.d.ts +1 -1
- package/lib/ui/src/gmapsAutoComplete/GmapsAutocomplete.stories.d.ts +1 -1
- package/lib/ui/src/gmapsGeocode/GmapsGeocode.stories.d.ts +1 -1
- package/lib/ui/src/gmapsSuggestions/GmapsSuggestions.d.ts +1 -1
- package/lib/ui/src/gmapsSuggestions/GmapsSuggestions.test.d.ts +1 -1
- package/lib/ui/src/input/Input.stories.d.ts +1 -1
- package/lib/ui/src/input/Input.test.d.ts +1 -1
- package/lib/ui/src/inputBase/InputBase.test.d.ts +1 -1
- package/lib/ui/src/inputLoading/InputLoading.stories.d.ts +1 -1
- package/lib/ui/src/inputLoading/InputLoading.test.d.ts +1 -1
- package/lib/ui/src/loader/Loader.stories.d.ts +1 -1
- package/lib/ui/src/loader/Loader.test.d.ts +1 -1
- package/lib/ui/src/logo/Logo.stories.d.ts +1 -1
- package/lib/ui/src/mockForm/MockForm.test.d.ts +1 -1
- package/lib/ui/src/modal/Modal.d.ts +4 -6
- package/lib/ui/src/modal/Modal.js +23 -29
- package/lib/ui/src/modal/Modal.js.map +1 -1
- package/lib/ui/src/modal/Modal.reducer.d.ts +32 -0
- package/lib/ui/src/modal/Modal.reducer.js +50 -0
- package/lib/ui/src/modal/Modal.reducer.js.map +1 -0
- package/lib/ui/src/modal/Modal.stories.d.ts +1 -1
- package/lib/ui/src/modal/Modal.styles.d.ts +2 -1
- package/lib/ui/src/modal/Modal.styles.js +2 -2
- package/lib/ui/src/modal/Modal.styles.js.map +1 -1
- package/lib/ui/src/modal/Modal.test.d.ts +1 -1
- package/lib/ui/src/modal/Modal.test.js +1 -1
- package/lib/ui/src/nativeSelect/NativeSelect.test.d.ts +1 -1
- package/lib/ui/src/numberInput/NumberInput.stories.d.ts +1 -1
- package/lib/ui/src/numberInput/NumberInput.test.d.ts +1 -1
- package/lib/ui/src/numberInput/NumberInput.utils.test.d.ts +1 -1
- package/lib/ui/src/option/Option.test.d.ts +1 -1
- package/lib/ui/src/radio/Radio.stories.d.ts +1 -1
- package/lib/ui/src/radio/Radio.test.d.ts +1 -1
- package/lib/ui/src/select/Select.test.d.ts +1 -1
- package/lib/ui/src/selectWrapper/SelectWrapper.stories.d.ts +1 -1
- package/lib/ui/src/selectWrapper/SelectWrapper.test.d.ts +1 -1
- package/lib/ui/src/subtitle/Subtitle.stories.d.ts +1 -1
- package/lib/ui/src/subtitle/Subtitle.test.d.ts +1 -1
- package/lib/ui/src/tag/Tag.stories.d.ts +1 -1
- package/lib/ui/src/tag/Tag.test.d.ts +1 -1
- package/lib/ui/src/textToggle/TextToggle.stories.d.ts +1 -1
- package/lib/ui/src/textToggle/TextToggle.test.d.ts +1 -1
- package/lib/ui/src/textToggle/TextToggle.utils.test.d.ts +1 -1
- package/lib/ui/src/textarea/Textarea.stories.d.ts +1 -1
- package/lib/ui/src/textarea/Textarea.test.d.ts +1 -1
- package/lib/ui/src/title/H1.test.d.ts +1 -1
- package/lib/ui/src/title/H2.test.d.ts +1 -1
- package/lib/ui/src/title/H3.test.d.ts +1 -1
- package/lib/ui/src/title/H4.test.d.ts +1 -1
- package/lib/ui/src/title/H5.test.d.ts +1 -1
- package/lib/ui/src/title/H6.test.d.ts +1 -1
- package/lib/ui/src/title/Title.stories.d.ts +1 -1
- package/lib/ui/src/toggle/Toggle.stories.d.ts +1 -1
- package/lib/ui/src/toggle/Toggle.test.d.ts +1 -1
- package/lib/ui/src/tooltip/Tooltip.stories.d.ts +1 -1
- package/lib/ui/src/tooltip/Tooltip.test.d.ts +1 -1
- package/lib/utils/src/colors.test.d.ts +1 -1
- package/lib/utils/src/gmaps.test.d.ts +1 -1
- package/lib/utils/src/spacing.test.d.ts +1 -1
- package/lib/utils/src/test-utils.d.ts +1 -1
- package/lib/utils/src/utils.stories.d.ts +1 -1
- package/package.json +25 -25
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
## Changelog
|
|
2
2
|
|
|
3
|
+
**26.2.1**
|
|
4
|
+
|
|
5
|
+
* Fix: add cleanup effect on Modal
|
|
6
|
+
|
|
7
|
+
**26.2.0**
|
|
8
|
+
|
|
9
|
+
* Chore: bump packages
|
|
10
|
+
|
|
11
|
+
**26.1.3**
|
|
12
|
+
|
|
13
|
+
* Fix(Modal): use useReducer instead of useState to avoid render trouble
|
|
14
|
+
|
|
3
15
|
**26.1.2**
|
|
4
16
|
|
|
5
17
|
* Modal: add z-index
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|
|
@@ -9,17 +9,17 @@ const useDebounce_1 = __importDefault(require("../useDebounce/useDebounce"));
|
|
|
9
9
|
/**
|
|
10
10
|
* Extracted from BigQuery:
|
|
11
11
|
*
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
12
|
+
* SELECT
|
|
13
|
+
* REGEXP_EXTRACT(email, r'@(.+)') AS domain,
|
|
14
|
+
* COUNT(email) AS count
|
|
15
|
+
* FROM
|
|
16
|
+
* `proprioo-production.events.raw_aws_ses_events`
|
|
17
|
+
* WHERE
|
|
18
|
+
* DATE(timestamp) <= CURRENT_DATETIME()
|
|
19
|
+
* GROUP BY
|
|
20
|
+
* domain
|
|
21
|
+
* ORDER BY
|
|
22
|
+
* count DESC
|
|
23
23
|
*/
|
|
24
24
|
const DOMAINS = [
|
|
25
25
|
'gmail.com',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export {};
|
|
1
|
+
export {};
|