@igamingcareer/igaming-components 1.0.41 → 1.0.42
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/dist/index.js +19 -19
- package/dist/index.mjs +2 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -43324,5 +43324,6 @@ export {
|
|
|
43324
43324
|
YN as Testimonials,
|
|
43325
43325
|
wq as TrustSignals,
|
|
43326
43326
|
Mq as ValueProposition,
|
|
43327
|
-
KN as Videos
|
|
43327
|
+
KN as Videos,
|
|
43328
|
+
Vj as useConsent
|
|
43328
43329
|
};
|
package/package.json
CHANGED