@elementor/elementor-one-assets 0.4.12 → 0.4.14
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/index.cjs.js +13 -13
- package/index.d.ts +1 -0
- package/index.esm.js +13 -13
- package/locales/en/common.json +4 -2
- package/package.json +2 -1
package/index.d.ts
CHANGED
|
@@ -71,6 +71,7 @@ type ElementorOneAssetsProviderProps = PropsWithChildren<{
|
|
|
71
71
|
* This provider:
|
|
72
72
|
* - Initializes i18n with the specified language
|
|
73
73
|
* - Configures HTTP client with environment settings
|
|
74
|
+
* - Initializes Mixpanel automatically
|
|
74
75
|
* - Provides environment configuration and RTL orientation via context
|
|
75
76
|
*/
|
|
76
77
|
declare const ElementorOneAssetsProvider: FC<ElementorOneAssetsProviderProps>;
|