@bigbinary/neeto-editor 1.47.50 → 1.47.51

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.
@@ -5,7 +5,7 @@ var _toConsumableArray = require('@babel/runtime/helpers/toConsumableArray');
5
5
  var _slicedToArray = require('@babel/runtime/helpers/slicedToArray');
6
6
  var _objectWithoutProperties = require('@babel/runtime/helpers/objectWithoutProperties');
7
7
  var React = require('react');
8
- var Menu$4 = require('./chunk-C8WnTgx_.cjs.js');
8
+ var Menu$4 = require('./chunk-D-D5oWUE.cjs.js');
9
9
  var classnames = require('classnames');
10
10
  var constants = require('./chunk-D1TqtxZX.cjs.js');
11
11
  var neetoCist = require('@bigbinary/neeto-cist');
@@ -20724,11 +20724,12 @@ var TableActionMenu = function TableActionMenu(_ref) {
20724
20724
  appendTo: function appendTo() {
20725
20725
  return document.body;
20726
20726
  },
20727
+ className: "neeto-editor-table-bubble-menu__dropdown",
20727
20728
  closeOnSelect: false,
20728
20729
  position: "bottom-start",
20729
20730
  strategy: "fixed",
20730
20731
  buttonProps: {
20731
- className: "neeto-editor-table-bubble-menu__item neeto-ui-ml-2",
20732
+ className: "neeto-editor-table-bubble-menu__dropdown-item",
20732
20733
  icon: Down,
20733
20734
  iconPosition: "right",
20734
20735
  iconSize: 16,
@@ -20742,7 +20743,7 @@ var TableActionMenu = function TableActionMenu(_ref) {
20742
20743
  }
20743
20744
  },
20744
20745
  children: /*#__PURE__*/jsxRuntime.jsx(Menu, {
20745
- className: "neeto-ui-gap-1 flex items-center justify-center",
20746
+ className: "neeto-ui-flex neeto-ui-items-center neeto-ui-justify-center",
20746
20747
  children: (_action$items = action.items) === null || _action$items === void 0 ? void 0 : _action$items.map(function (_ref3) {
20747
20748
  var type = _ref3.type,
20748
20749
  command = _ref3.command,
@@ -20750,6 +20751,7 @@ var TableActionMenu = function TableActionMenu(_ref) {
20750
20751
  var IconComponent = alignmentIcons[type];
20751
20752
  return /*#__PURE__*/jsxRuntime.jsx(MenuItem, {
20752
20753
  children: /*#__PURE__*/jsxRuntime.jsx(Button, {
20754
+ className: "neeto-editor-table-bubble-menu__item",
20753
20755
  icon: IconComponent,
20754
20756
  style: "text",
20755
20757
  tooltipProps: {