@elementor/editor-app-bar 4.3.0-1014 → 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.mjs
CHANGED
|
@@ -197,8 +197,8 @@ import { AppBar as BaseAppBar, Box as Box3, Divider as Divider2, Grid, ThemeProv
|
|
|
197
197
|
// src/constants.ts
|
|
198
198
|
var MIN_APP_BAR_WIDTH = 800;
|
|
199
199
|
var DEFAULT_MAX_TOOLBAR_ACTIONS = {
|
|
200
|
-
tools:
|
|
201
|
-
utilities:
|
|
200
|
+
tools: 6,
|
|
201
|
+
utilities: 5
|
|
202
202
|
};
|
|
203
203
|
|
|
204
204
|
// src/contexts/app-bar-size-context.tsx
|