@elementor/editor-app-bar 4.3.0-1013 → 4.3.0-1015
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 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +12 -12
- package/src/constants.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -241,8 +241,8 @@ var import_ui13 = require("@elementor/ui");
|
|
|
241
241
|
// src/constants.ts
|
|
242
242
|
var MIN_APP_BAR_WIDTH = 800;
|
|
243
243
|
var DEFAULT_MAX_TOOLBAR_ACTIONS = {
|
|
244
|
-
tools:
|
|
245
|
-
utilities:
|
|
244
|
+
tools: 6,
|
|
245
|
+
utilities: 5
|
|
246
246
|
};
|
|
247
247
|
|
|
248
248
|
// src/contexts/app-bar-size-context.tsx
|