@proprioo/salatim 26.1.1 → 26.1.3

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  ## Changelog
2
2
 
3
+ **26.1.3**
4
+
5
+ * Fix(Modal): use useReducer instead of useState to avoid render trouble
6
+
7
+ **26.1.2**
8
+
9
+ * Modal: add z-index
10
+
3
11
  **26.1.1**
4
12
 
5
13
  * Modal: add missing tests
@@ -9,17 +9,17 @@ const useDebounce_1 = __importDefault(require("../useDebounce/useDebounce"));
9
9
  /**
10
10
  * Extracted from BigQuery:
11
11
  *
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
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',