@quiltt/react 3.5.4 → 3.5.6

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 (52) hide show
  1. package/CHANGELOG.md +45 -19
  2. package/README.md +1 -1
  3. package/dist/QuilttAuthProvider-client-DzZJ_7r3.js +12991 -0
  4. package/dist/QuilttSettingsProvider-client-BOiVpLF3.js +18 -0
  5. package/dist/index.d.ts +153 -8
  6. package/dist/index.js +66 -2
  7. package/dist/useEventListener-client-CTa_g_PX.js +34 -0
  8. package/dist/useIsomorphicLayoutEffect-client-DeTHOKz1.js +9 -0
  9. package/dist/useQuilttClient-client-4g4cdtMX.js +6 -0
  10. package/dist/useQuilttConnector-client-CNK3dqNn.js +121 -0
  11. package/dist/useQuilttSession-client-C2Wc0RQE.js +37 -0
  12. package/dist/useQuilttSettings-client-DU_Qfc8X.js +12 -0
  13. package/dist/useScript-client-Cx5nb9RW.js +88 -0
  14. package/dist/useSession-client-Cew1m26_.js +60 -0
  15. package/dist/useStorage-client-C91C8oXS.js +61 -0
  16. package/package.json +22 -22
  17. package/src/components/QuilttButton.tsx +3 -2
  18. package/src/components/QuilttContainer.tsx +3 -2
  19. package/src/hooks/session/useImportSession.ts +1 -1
  20. package/src/hooks/useQuilttClient.ts +2 -0
  21. package/src/hooks/useQuilttSession.ts +3 -1
  22. package/src/hooks/useScript.ts +1 -0
  23. package/src/version.ts +1 -1
  24. package/dist/components/index.cjs +0 -2
  25. package/dist/components/index.cjs.map +0 -1
  26. package/dist/components/index.d.ts +0 -30
  27. package/dist/components/index.js +0 -2
  28. package/dist/components/index.js.map +0 -1
  29. package/dist/hooks/helpers/index.cjs +0 -2
  30. package/dist/hooks/helpers/index.cjs.map +0 -1
  31. package/dist/hooks/helpers/index.d.ts +0 -14
  32. package/dist/hooks/helpers/index.js +0 -2
  33. package/dist/hooks/helpers/index.js.map +0 -1
  34. package/dist/hooks/index.cjs +0 -2
  35. package/dist/hooks/index.cjs.map +0 -1
  36. package/dist/hooks/index.d.ts +0 -53
  37. package/dist/hooks/index.js +0 -2
  38. package/dist/hooks/index.js.map +0 -1
  39. package/dist/hooks/session/index.cjs +0 -2
  40. package/dist/hooks/session/index.cjs.map +0 -1
  41. package/dist/hooks/session/index.d.ts +0 -3
  42. package/dist/hooks/session/index.js +0 -2
  43. package/dist/hooks/session/index.js.map +0 -1
  44. package/dist/index-1bedf71e.d.ts +0 -50
  45. package/dist/index.cjs +0 -2
  46. package/dist/index.cjs.map +0 -1
  47. package/dist/index.js.map +0 -1
  48. package/dist/providers/index.cjs +0 -2
  49. package/dist/providers/index.cjs.map +0 -1
  50. package/dist/providers/index.d.ts +0 -26
  51. package/dist/providers/index.js +0 -2
  52. package/dist/providers/index.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @quiltt/react
2
2
 
3
+ ## 3.5.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [#223](https://github.com/quiltt/quiltt-js/pull/223) [`8c5041c`](https://github.com/quiltt/quiltt-js/commit/8c5041c1670fd7dbfed06355c06888256ce84b08) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Remove axios and replace with native fetch
8
+
9
+ - Updated dependencies [[`8c5041c`](https://github.com/quiltt/quiltt-js/commit/8c5041c1670fd7dbfed06355c06888256ce84b08)]:
10
+ - @quiltt/core@3.5.6
11
+
12
+ ## 3.5.5
13
+
14
+ ### Patch Changes
15
+
16
+ - [#218](https://github.com/quiltt/quiltt-js/pull/218) [`7dd42db`](https://github.com/quiltt/quiltt-js/commit/7dd42dbc744805d68fbff8fbed73a4bd68022b44) Thanks [@tom-quiltt](https://github.com/tom-quiltt)! - Fix changeset md to release packages
17
+
18
+ - [#213](https://github.com/quiltt/quiltt-js/pull/213) [`5648e3c`](https://github.com/quiltt/quiltt-js/commit/5648e3c91d572d97ad88115710ab840b98e1d469) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Add exported files to '@quiltt/react-native'"
19
+
20
+ - [#210](https://github.com/quiltt/quiltt-js/pull/210) [`e57fdb8`](https://github.com/quiltt/quiltt-js/commit/e57fdb8c21e90b6a3492bc7a0c858031384caebf) Thanks [@zubairaziz](https://github.com/zubairaziz)! - Migrate bundler to 'bunchee'
21
+
22
+ - [#215](https://github.com/quiltt/quiltt-js/pull/215) [`c36abb4`](https://github.com/quiltt/quiltt-js/commit/c36abb47cffea3d754fd243b321f2ae50518c297) Thanks [@tom-quiltt](https://github.com/tom-quiltt)! - Remove React Native SDK about:srcdoc warning
23
+
24
+ - [#216](https://github.com/quiltt/quiltt-js/pull/216) [`2895899`](https://github.com/quiltt/quiltt-js/commit/289589913c55f8dad2e818d71c4be39c93e5a52a) Thanks [@tom-quiltt](https://github.com/tom-quiltt)! - Fix release changeset command
25
+
26
+ - Updated dependencies [[`7dd42db`](https://github.com/quiltt/quiltt-js/commit/7dd42dbc744805d68fbff8fbed73a4bd68022b44), [`5648e3c`](https://github.com/quiltt/quiltt-js/commit/5648e3c91d572d97ad88115710ab840b98e1d469), [`e57fdb8`](https://github.com/quiltt/quiltt-js/commit/e57fdb8c21e90b6a3492bc7a0c858031384caebf), [`c36abb4`](https://github.com/quiltt/quiltt-js/commit/c36abb47cffea3d754fd243b321f2ae50518c297), [`2895899`](https://github.com/quiltt/quiltt-js/commit/289589913c55f8dad2e818d71c4be39c93e5a52a)]:
27
+ - @quiltt/core@3.5.5
28
+
3
29
  ## 3.5.4
4
30
 
5
31
  ### Patch Changes
@@ -13,87 +39,87 @@
13
39
 
14
40
  ### Patch Changes
15
41
 
16
- - [#204](https://github.com/quiltt/quiltt-public/pull/204) [`ee42bf1`](https://github.com/quiltt/quiltt-public/commit/ee42bf137db1029807df49f66ff7e57117e8ace9) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Add missing type to QuilttButton
42
+ - [#204](https://github.com/quiltt/quiltt-js/pull/204) [`ee42bf1`](https://github.com/quiltt/quiltt-js/commit/ee42bf137db1029807df49f66ff7e57117e8ace9) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Add missing type to QuilttButton
17
43
 
18
- - [#197](https://github.com/quiltt/quiltt-public/pull/197) [`8d9f24c`](https://github.com/quiltt/quiltt-public/commit/8d9f24c59102db5dc665195a6145cfac2c80e2c0) Thanks [@rubendinho](https://github.com/rubendinho)! - Update docs, and fix typo in types
44
+ - [#197](https://github.com/quiltt/quiltt-js/pull/197) [`8d9f24c`](https://github.com/quiltt/quiltt-js/commit/8d9f24c59102db5dc665195a6145cfac2c80e2c0) Thanks [@rubendinho](https://github.com/rubendinho)! - Update docs, and fix typo in types
19
45
 
20
- - Updated dependencies [[`ee42bf1`](https://github.com/quiltt/quiltt-public/commit/ee42bf137db1029807df49f66ff7e57117e8ace9), [`8d9f24c`](https://github.com/quiltt/quiltt-public/commit/8d9f24c59102db5dc665195a6145cfac2c80e2c0)]:
46
+ - Updated dependencies [[`ee42bf1`](https://github.com/quiltt/quiltt-js/commit/ee42bf137db1029807df49f66ff7e57117e8ace9), [`8d9f24c`](https://github.com/quiltt/quiltt-js/commit/8d9f24c59102db5dc665195a6145cfac2c80e2c0)]:
21
47
  - @quiltt/core@3.5.3
22
48
 
23
49
  ## 3.5.2
24
50
 
25
51
  ### Patch Changes
26
52
 
27
- - [#202](https://github.com/quiltt/quiltt-public/pull/202) [`42705f0`](https://github.com/quiltt/quiltt-public/commit/42705f0e01b0adb35ab627697169433e1065a8f0) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Expose Institutions to React API
53
+ - [#202](https://github.com/quiltt/quiltt-js/pull/202) [`42705f0`](https://github.com/quiltt/quiltt-js/commit/42705f0e01b0adb35ab627697169433e1065a8f0) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Expose Institutions to React API
28
54
 
29
- - Updated dependencies [[`42705f0`](https://github.com/quiltt/quiltt-public/commit/42705f0e01b0adb35ab627697169433e1065a8f0)]:
55
+ - Updated dependencies [[`42705f0`](https://github.com/quiltt/quiltt-js/commit/42705f0e01b0adb35ab627697169433e1065a8f0)]:
30
56
  - @quiltt/core@3.5.2
31
57
 
32
58
  ## 3.5.1
33
59
 
34
60
  ### Patch Changes
35
61
 
36
- - [#200](https://github.com/quiltt/quiltt-public/pull/200) [`0a07431`](https://github.com/quiltt/quiltt-public/commit/0a07431ff936e6cd4fd3aeee66bba1fec21f6624) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Fix release
62
+ - [#200](https://github.com/quiltt/quiltt-js/pull/200) [`0a07431`](https://github.com/quiltt/quiltt-js/commit/0a07431ff936e6cd4fd3aeee66bba1fec21f6624) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Fix release
37
63
 
38
- - Updated dependencies [[`0a07431`](https://github.com/quiltt/quiltt-public/commit/0a07431ff936e6cd4fd3aeee66bba1fec21f6624)]:
64
+ - Updated dependencies [[`0a07431`](https://github.com/quiltt/quiltt-js/commit/0a07431ff936e6cd4fd3aeee66bba1fec21f6624)]:
39
65
  - @quiltt/core@3.5.1
40
66
 
41
67
  ## 3.5.0
42
68
 
43
69
  ### Minor Changes
44
70
 
45
- - [#198](https://github.com/quiltt/quiltt-public/pull/198) [`c65d87a`](https://github.com/quiltt/quiltt-public/commit/c65d87a8316dbec82635a0c4108714de7bbd082b) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Add Institutions to the Connect API
71
+ - [#198](https://github.com/quiltt/quiltt-js/pull/198) [`c65d87a`](https://github.com/quiltt/quiltt-js/commit/c65d87a8316dbec82635a0c4108714de7bbd082b) Thanks [@sirwolfgang](https://github.com/sirwolfgang)! - Add Institutions to the Connect API
46
72
 
47
73
  ### Patch Changes
48
74
 
49
- - Updated dependencies [[`c65d87a`](https://github.com/quiltt/quiltt-public/commit/c65d87a8316dbec82635a0c4108714de7bbd082b)]:
75
+ - Updated dependencies [[`c65d87a`](https://github.com/quiltt/quiltt-js/commit/c65d87a8316dbec82635a0c4108714de7bbd082b)]:
50
76
  - @quiltt/core@3.5.0
51
77
 
52
78
  ## 3.4.1
53
79
 
54
80
  ### Patch Changes
55
81
 
56
- - [#195](https://github.com/quiltt/quiltt-public/pull/195) [`6c36908`](https://github.com/quiltt/quiltt-public/commit/6c36908678cb46d5f6a0c7438e0ed48889cabf79) Thanks [@tom-quiltt](https://github.com/tom-quiltt)! - Report preflight error before sending connectorUrl to webview
82
+ - [#195](https://github.com/quiltt/quiltt-js/pull/195) [`6c36908`](https://github.com/quiltt/quiltt-js/commit/6c36908678cb46d5f6a0c7438e0ed48889cabf79) Thanks [@tom-quiltt](https://github.com/tom-quiltt)! - Report preflight error before sending connectorUrl to webview
57
83
 
58
- - Updated dependencies [[`6c36908`](https://github.com/quiltt/quiltt-public/commit/6c36908678cb46d5f6a0c7438e0ed48889cabf79)]:
84
+ - Updated dependencies [[`6c36908`](https://github.com/quiltt/quiltt-js/commit/6c36908678cb46d5f6a0c7438e0ed48889cabf79)]:
59
85
  - @quiltt/core@3.4.1
60
86
 
61
87
  ## 3.4.0
62
88
 
63
89
  ### Minor Changes
64
90
 
65
- - [#191](https://github.com/quiltt/quiltt-public/pull/191) [`58c8f0c`](https://github.com/quiltt/quiltt-public/commit/58c8f0c5265dfa379263225baafb4552067514c6) Thanks [@tom-quiltt](https://github.com/tom-quiltt)! - Add agent QSP for analytic
91
+ - [#191](https://github.com/quiltt/quiltt-js/pull/191) [`58c8f0c`](https://github.com/quiltt/quiltt-js/commit/58c8f0c5265dfa379263225baafb4552067514c6) Thanks [@tom-quiltt](https://github.com/tom-quiltt)! - Add agent QSP for analytic
66
92
 
67
93
  ### Patch Changes
68
94
 
69
- - Updated dependencies [[`58c8f0c`](https://github.com/quiltt/quiltt-public/commit/58c8f0c5265dfa379263225baafb4552067514c6)]:
95
+ - Updated dependencies [[`58c8f0c`](https://github.com/quiltt/quiltt-js/commit/58c8f0c5265dfa379263225baafb4552067514c6)]:
70
96
  - @quiltt/core@3.4.0
71
97
 
72
98
  ## 3.3.10
73
99
 
74
100
  ### Patch Changes
75
101
 
76
- - [#190](https://github.com/quiltt/quiltt-public/pull/190) [`21ead66`](https://github.com/quiltt/quiltt-public/commit/21ead662e7626f906562f952c9d1c0bc2c859985) Thanks [@tom-quiltt](https://github.com/tom-quiltt)! - Fix Android App with Chase app installed not able to launch Chase app
102
+ - [#190](https://github.com/quiltt/quiltt-js/pull/190) [`21ead66`](https://github.com/quiltt/quiltt-js/commit/21ead662e7626f906562f952c9d1c0bc2c859985) Thanks [@tom-quiltt](https://github.com/tom-quiltt)! - Fix Android App with Chase app installed not able to launch Chase app
77
103
 
78
- - Updated dependencies [[`21ead66`](https://github.com/quiltt/quiltt-public/commit/21ead662e7626f906562f952c9d1c0bc2c859985)]:
104
+ - Updated dependencies [[`21ead66`](https://github.com/quiltt/quiltt-js/commit/21ead662e7626f906562f952c9d1c0bc2c859985)]:
79
105
  - @quiltt/core@3.3.10
80
106
 
81
107
  ## 3.3.9
82
108
 
83
109
  ### Patch Changes
84
110
 
85
- - [#187](https://github.com/quiltt/quiltt-public/pull/187) [`02f37cd`](https://github.com/quiltt/quiltt-public/commit/02f37cda97f501f2d77601d0fd6b7fbbd1c71431) Thanks [@rubendinho](https://github.com/rubendinho)! - Export Quiltt config
111
+ - [#187](https://github.com/quiltt/quiltt-js/pull/187) [`02f37cd`](https://github.com/quiltt/quiltt-js/commit/02f37cda97f501f2d77601d0fd6b7fbbd1c71431) Thanks [@rubendinho](https://github.com/rubendinho)! - Export Quiltt config
86
112
 
87
- - Updated dependencies [[`02f37cd`](https://github.com/quiltt/quiltt-public/commit/02f37cda97f501f2d77601d0fd6b7fbbd1c71431)]:
113
+ - Updated dependencies [[`02f37cd`](https://github.com/quiltt/quiltt-js/commit/02f37cda97f501f2d77601d0fd6b7fbbd1c71431)]:
88
114
  - @quiltt/core@3.3.9
89
115
 
90
116
  ## 3.3.8
91
117
 
92
118
  ### Patch Changes
93
119
 
94
- - [#185](https://github.com/quiltt/quiltt-public/pull/185) [`a3452da`](https://github.com/quiltt/quiltt-public/commit/a3452da3c7604902b5917e1f838e2dced42b708c) Thanks [@rubendinho](https://github.com/rubendinho)! - Fix Vite build error
120
+ - [#185](https://github.com/quiltt/quiltt-js/pull/185) [`a3452da`](https://github.com/quiltt/quiltt-js/commit/a3452da3c7604902b5917e1f838e2dced42b708c) Thanks [@rubendinho](https://github.com/rubendinho)! - Fix Vite build error
95
121
 
96
- - Updated dependencies [[`a3452da`](https://github.com/quiltt/quiltt-public/commit/a3452da3c7604902b5917e1f838e2dced42b708c)]:
122
+ - Updated dependencies [[`a3452da`](https://github.com/quiltt/quiltt-js/commit/a3452da3c7604902b5917e1f838e2dced42b708c)]:
97
123
  - @quiltt/core@3.3.8
98
124
 
99
125
  ## 3.3.7
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # @quiltt/react
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/@quiltt%2Freact.svg)](https://badge.fury.io/js/@quiltt%2Freact)
4
- [![CI](https://github.com/quiltt/quiltt-public/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/quiltt/quiltt-public/actions/workflows/ci.yml)
4
+ [![CI](https://github.com/quiltt/quiltt-js/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/quiltt/quiltt-js/actions/workflows/ci.yml)
5
5
 
6
6
  `@quiltt/react` provides React Components and Hooks for integrating Quiltt into React-based applications.
7
7