@rmwc/dialog
Advanced tools
Comparing version 6.1.0 to 6.1.2
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createDialogQueue = exports.DialogQueue = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var react_1 = tslib_1.__importStar(require("react")); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.DialogButton = exports.DialogActions = exports.DialogContent = exports.DialogTitle = exports.SimpleDialog = exports.Dialog = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var react_1 = tslib_1.__importDefault(require("react")); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.useDialogFoundation = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var dialog_1 = require("@material/dialog"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.galleryExample = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var react_1 = tslib_1.__importDefault(require("react")); |
{ | ||
"name": "@rmwc/dialog", | ||
"version": "6.1.0", | ||
"version": "6.1.2", | ||
"description": "RMWC Dialog component", | ||
@@ -41,7 +41,7 @@ "main": "dist/index.js", | ||
"@rmwc/base": "^6.0.14", | ||
"@rmwc/button": "^6.0.14", | ||
"@rmwc/textfield": "^6.1.0", | ||
"@rmwc/button": "^6.1.2", | ||
"@rmwc/textfield": "^6.1.2", | ||
"@rmwc/types": "^6.0.5" | ||
}, | ||
"gitHead": "6020c803864f90f21eae1e4d3fc992be07d42dc3" | ||
"gitHead": "665241e2488e957c08efc631a3a8caf163015cb2" | ||
} |
# Dialogs | ||
> Dialogs inform users about a specific task and may contain critical information, require decisions, or involve multiple tasks. | ||
Dialogs inform users about a specific task and may contain critical information, require decisions, or involve multiple tasks. | ||
@@ -5,0 +5,0 @@ - Module **@rmwc/dialog** |
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
100055
1549
Updated@rmwc/button@^6.1.2
Updated@rmwc/textfield@^6.1.2