@convertkit/design
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -58,7 +58,9 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } } | ||
var dialog = React.createElement(ConfirmModal, { | ||
onClose: handleCancel | ||
}, message, React.createElement(Action, { | ||
onClose: handleCancel, | ||
label: message | ||
}, React.createElement(Action, { | ||
color: "red", | ||
onClick: handleConfirm | ||
}, confirm), React.createElement(Action, { | ||
color: "gray", | ||
onClick: handleCancel | ||
@@ -65,0 +67,0 @@ }, cancel)); |
{ | ||
"name": "@convertkit/design", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Design System for ConvertKit", | ||
@@ -53,5 +53,2 @@ "main": "index.js", | ||
"/badge/index.js": "/badge/index.js", | ||
"/card/card.js": "/card/card.js", | ||
"/card/cards.js": "/card/cards.js", | ||
"/card/index.js": "/card/index.js", | ||
"/buttons/button.js": "/buttons/button.js", | ||
@@ -63,4 +60,7 @@ "/buttons/icon-button.js": "/buttons/icon-button.js", | ||
"/icon/library.js": "/icon/library.js", | ||
"/card/card.js": "/card/card.js", | ||
"/card/cards.js": "/card/cards.js", | ||
"/card/index.js": "/card/index.js", | ||
"/modals/confirm-modal.js": "/modals/confirm-modal.js", | ||
"/modals/action.js": "/modals/action.js", | ||
"/modals/confirm-modal.js": "/modals/confirm-modal.js", | ||
"/modals/confirm.js": "/modals/confirm.js", | ||
@@ -67,0 +67,0 @@ "/modals/index.js": "/modals/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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
393538
19042
0