oolib 2.79.0 → 2.79.1

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.
@@ -27,7 +27,7 @@ exports.ModalConfirmAction = void 0;
27
27
  var react_1 = __importStar(require("react"));
28
28
  var ModalConfirm_1 = require("../ModalConfirm");
29
29
  function ModalConfirmAction(_a) {
30
- var children = _a.children, _b = _a.enabled, enabled = _b === void 0 ? true : _b, _c = _a.title, title = _c === void 0 ? "Are you sure you want to do this action" : _c, subtitle = _a.subtitle, onConfirmText = _a.onConfirmText, onCloseText = _a.onCloseText;
30
+ var children = _a.children, _b = _a.enabled, enabled = _b === void 0 ? false : _b, _c = _a.title, title = _c === void 0 ? "Are you sure you want to do this action" : _c, subtitle = _a.subtitle, onConfirmText = _a.onConfirmText, onCloseText = _a.onCloseText;
31
31
  var _d = (0, react_1.useState)(false), modal = _d[0], setModal = _d[1];
32
32
  var callback;
33
33
  var handleParentClick = function (e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oolib",
3
- "version": "2.79.0",
3
+ "version": "2.79.1",
4
4
  "description": " OKE Component Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",