@elementor/alpinejs 3.33.0-238

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/README.md ADDED
@@ -0,0 +1,8 @@
1
+ # @elementor/alpinejs
2
+
3
+ A lightweight wrapper around [Alpine.js](https://alpinejs.dev/) with Content Security Policy (CSP) support for Elementor widgets.
4
+
5
+
6
+ ## Credits
7
+
8
+ - **Alpine.js** - Created by [Caleb Porzio](https://github.com/calebporzio) and contributors
@@ -0,0 +1,5 @@
1
+ export { Alpine } from '@alpinejs/csp';
2
+
3
+ declare function init(): void;
4
+
5
+ export { init };
@@ -0,0 +1,5 @@
1
+ export { Alpine } from '@alpinejs/csp';
2
+
3
+ declare function init(): void;
4
+
5
+ export { init };