@plesk/ui-library 3.46.2 → 3.46.3

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.
@@ -36,7 +36,9 @@ class CodeEditor extends _react.Component {
36
36
  tabMode: 'shift',
37
37
  autoRefresh: true,
38
38
  extraKeys: {
39
- 'Ctrl-S': 'save'
39
+ 'Ctrl-S': 'save',
40
+ Tab: false,
41
+ 'Shift-Tab': false
40
42
  },
41
43
  direction: (0, _utils2.isRtl)() ? 'rtl' : 'ltr'
42
44
  }
@@ -44,18 +44,21 @@ const ButtonGroupControl = ({
44
44
  width: shouldApplyMonoWidth ? monoWidth : style.width,
45
45
  ...style
46
46
  };
47
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_Button.default, {
48
- ref: node => {
49
- index === 0 && (buttonsRef.current = []);
50
- node && buttonsRef.current.push(node);
51
- },
52
- selected: selectedValues.includes(value),
53
- ghost: ghost,
54
- onClick: () => onClick(value),
55
- ...buttonProps,
56
- className: (0, _classnames.default)(buttonProps.className, `${baseClassName}__button`),
57
- style: buttonStyle,
58
- children: title
47
+ return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
48
+ role: "listitem",
49
+ children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_Button.default, {
50
+ ref: node => {
51
+ index === 0 && (buttonsRef.current = []);
52
+ node && buttonsRef.current.push(node);
53
+ },
54
+ selected: selectedValues.includes(value),
55
+ ghost: ghost,
56
+ onClick: () => onClick(value),
57
+ ...buttonProps,
58
+ className: (0, _classnames.default)(buttonProps.className, `${baseClassName}__button`),
59
+ style: buttonStyle,
60
+ children: title
61
+ })
59
62
  }, `${value}`);
60
63
  })
61
64
  });
package/cjs/index.js CHANGED
@@ -46,5 +46,5 @@ Object.keys(_components).forEach(function (key) {
46
46
  });
47
47
  });
48
48
  // Copyright 1999-2025. WebPros International GmbH. All rights reserved.
49
- const version = exports.version = "3.46.2";
49
+ const version = exports.version = "3.46.3";
50
50
  (0, _svg4everybody.default)();