@elementor/editor-global-classes 3.33.0-213 → 3.33.0-215
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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +17 -17
- package/src/global-classes-styles-provider.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -286,7 +286,7 @@ var selectEmptyCssClass = (0, import_store.__createSelector)(
|
|
|
286
286
|
);
|
|
287
287
|
|
|
288
288
|
// src/global-classes-styles-provider.ts
|
|
289
|
-
var MAX_CLASSES =
|
|
289
|
+
var MAX_CLASSES = 100;
|
|
290
290
|
var GLOBAL_CLASSES_PROVIDER_KEY = "global-classes";
|
|
291
291
|
var globalClassesStylesProvider = (0, import_editor_styles_repository.createStylesProvider)({
|
|
292
292
|
key: GLOBAL_CLASSES_PROVIDER_KEY,
|