@pie-lib/editable-html 11.22.0-mui-update.0 → 11.23.0-mui-update.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [11.23.0-mui-update.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.22.0-mui-update.0...@pie-lib/editable-html@11.23.0-mui-update.0) (2025-11-17)
7
+
8
+ **Note:** Version bump only for package @pie-lib/editable-html
9
+
10
+
11
+
12
+
13
+
6
14
  # [11.22.0-mui-update.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.21.0-mui-update.0...@pie-lib/editable-html@11.22.0-mui-update.0) (2025-11-05)
7
15
 
8
16
 
@@ -26,9 +26,15 @@ var AlertDialog = function AlertDialog(_ref) {
26
26
  onConfirm = _ref.onConfirm,
27
27
  open = _ref.open,
28
28
  onCloseText = _ref.onCloseText,
29
- onConfirmText = _ref.onConfirmText;
29
+ onConfirmText = _ref.onConfirmText,
30
+ disableAutoFocus = _ref.disableAutoFocus,
31
+ disableEnforceFocus = _ref.disableEnforceFocus,
32
+ disableRestoreFocus = _ref.disableRestoreFocus;
30
33
  return /*#__PURE__*/_react["default"].createElement(_material.Dialog, {
31
34
  open: open,
35
+ disableAutoFocus: disableAutoFocus,
36
+ disableEnforceFocus: disableEnforceFocus,
37
+ disableRestoreFocus: disableRestoreFocus,
32
38
  onClose: onClose
33
39
  }, title && /*#__PURE__*/_react["default"].createElement(StyledDialogTitle, null, title), text && /*#__PURE__*/_react["default"].createElement(_material.DialogContent, null, /*#__PURE__*/_react["default"].createElement(StyledDialogContentText, null, text)), /*#__PURE__*/_react["default"].createElement(_material.DialogActions, null, onClose && /*#__PURE__*/_react["default"].createElement(_material.Button, {
34
40
  onClick: onClose,
@@ -41,7 +47,10 @@ var AlertDialog = function AlertDialog(_ref) {
41
47
  };
42
48
  AlertDialog.defaultProps = {
43
49
  onCloseText: 'CANCEL',
44
- onConfirmText: 'OK'
50
+ onConfirmText: 'OK',
51
+ disableAutoFocus: false,
52
+ disableEnforceFocus: false,
53
+ disableRestoreFocus: false
45
54
  };
46
55
  AlertDialog.propTypes = {
47
56
  text: _propTypes["default"].oneOfType([_propTypes["default"].string, _propTypes["default"].object]),
@@ -50,7 +59,10 @@ AlertDialog.propTypes = {
50
59
  onConfirm: _propTypes["default"].func,
51
60
  open: _propTypes["default"].bool,
52
61
  onConfirmText: _propTypes["default"].string,
53
- onCloseText: _propTypes["default"].string
62
+ onCloseText: _propTypes["default"].string,
63
+ disableAutoFocus: _propTypes["default"].bool,
64
+ disableEnforceFocus: _propTypes["default"].bool,
65
+ disableRestoreFocus: _propTypes["default"].bool
54
66
  };
55
67
  var _default = exports["default"] = AlertDialog;
56
68
  //# sourceMappingURL=alert-dialog.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/editable-html",
3
- "version": "11.22.0-mui-update.0",
3
+ "version": "11.23.0-mui-update.0",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "main": "lib/index.js",
@@ -13,11 +13,11 @@
13
13
  "@emotion/style": "^0.8.0",
14
14
  "@mui/icons-material": "^7.3.4",
15
15
  "@mui/material": "^7.3.4",
16
- "@pie-lib/drag": "^2.23.0-mui-update.0",
17
- "@pie-lib/math-input": "^6.32.0-mui-update.0",
18
- "@pie-lib/math-rendering": "^3.27.0-mui-update.0",
19
- "@pie-lib/math-toolbar": "^1.32.0-mui-update.0",
20
- "@pie-lib/render-ui": "^4.36.0-mui-update.0",
16
+ "@pie-lib/drag": "^2.24.0-mui-update.0",
17
+ "@pie-lib/math-input": "^6.33.0-mui-update.0",
18
+ "@pie-lib/math-rendering": "^3.28.0-mui-update.0",
19
+ "@pie-lib/math-toolbar": "^1.33.0-mui-update.0",
20
+ "@pie-lib/render-ui": "^4.37.0-mui-update.0",
21
21
  "change-case": "^3.0.2",
22
22
  "classnames": "^2.2.6",
23
23
  "debug": "^4.1.1",
@@ -51,6 +51,6 @@
51
51
  "publishConfig": {
52
52
  "access": "public"
53
53
  },
54
- "gitHead": "2e0222bda045f46b504640a972d43787e68288c4",
54
+ "gitHead": "4d8ccede3634986a13ea7df987defd26d089f0d6",
55
55
  "scripts": {}
56
56
  }