@elementor/editor-global-classes 4.2.0-842 → 4.2.0-843
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 +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +20 -20
- package/src/components/global-styles-import-listener.tsx +5 -0
package/dist/index.mjs
CHANGED
|
@@ -2882,7 +2882,9 @@ function GlobalStylesImportListener() {
|
|
|
2882
2882
|
frontend: items
|
|
2883
2883
|
})
|
|
2884
2884
|
);
|
|
2885
|
+
return;
|
|
2885
2886
|
}
|
|
2887
|
+
void loadCurrentDocumentClasses();
|
|
2886
2888
|
};
|
|
2887
2889
|
window.addEventListener(GLOBAL_STYLES_IMPORTED_EVENT, handleGlobalStylesImported);
|
|
2888
2890
|
return () => {
|