tabler-react-2
Advanced tools
Comparing version 0.1.35 to 0.1.36
@@ -144,2 +144,7 @@ "use strict"; | ||
}; | ||
var update = function update() { | ||
setModalState(_objectSpread(_objectSpread({}, modalState), {}, { | ||
text: options.text | ||
})); | ||
}; | ||
var ModalElement = /*#__PURE__*/_react["default"].createElement(Modal, { | ||
@@ -164,4 +169,9 @@ open: modalState.open, | ||
modal: modal, | ||
ModalElement: ModalElement | ||
ModalElement: ModalElement, | ||
update: update, | ||
close: function close() { | ||
var v = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; | ||
return handleDecision(v); | ||
} | ||
}; | ||
}; |
{ | ||
"name": "tabler-react-2", | ||
"version": "0.1.35", | ||
"version": "0.1.36", | ||
"description": "A react implementation of Tabler ui", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2779035
7503