Skip to content

Commit 9a7c765

Browse files
committed
v2.2.1
1 parent ff2e17f commit 9a7c765

File tree

6 files changed

+8
-7
lines changed

6 files changed

+8
-7
lines changed

dist/react-modal.css

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-modal.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/bundle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ exports = module.exports = __webpack_require__("../node_modules/css-loader/lib/c
768768

769769

770770
// module
771-
exports.push([module.i, ".modal-overlay---1x_yE {\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n background-color: rgba(51,51,51,0.55);\n z-index: 1050;\n white-space: nowrap;\n overflow-x: auto;\n}\n.modal-overlay---1x_yE.centered---1FYfF {\n text-align: center;\n}\n.modal-overlay---1x_yE.centered---1FYfF:before {\n content: '';\n display: inline-block;\n height: 100%;\n vertical-align: middle;\n margin-right: -0.25em;\n}\n.modal-overlay---1x_yE.centered---1FYfF .modal-content---3hUtG {\n display: inline-block;\n vertical-align: middle;\n text-align: left;\n}\n.modal-content---3hUtG {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n line-height: 20px;\n position: relative;\n display: inline-block;\n background-color: #fff;\n border: 1px solid #ccc;\n -webkit-box-shadow: 0 4px 16px rgba(0,0,0,0.5);\n box-shadow: 0 4px 16px rgba(0,0,0,0.5);\n min-width: 400px;\n}\n.modal-content---3hUtG *,\n.modal-content---3hUtG *:before,\n.modal-content---3hUtG *:after {\n -webkit-box-sizing: inherit;\n -moz-box-sizing: inherit;\n box-sizing: inherit;\n}\n.modal-content---3hUtG.xs---8dzzc {\n width: 400px;\n}\n.modal-content---3hUtG.xs---8dzzc .modal-body---22INy {\n min-height: 184px;\n}\n.modal-content---3hUtG.xs---8dzzc .modal-header---1FIQ_ + .modal-body---22INy {\n min-height: 130px;\n}\n.modal-content---3hUtG.sm---3ceuY {\n width: 544px;\n}\n.modal-content---3hUtG.sm---3ceuY .modal-body---22INy {\n min-height: 246px;\n}\n.modal-content---3hUtG.sm---3ceuY .modal-header---1FIQ_ + .modal-body---22INy {\n min-height: 192px;\n}\n.modal-content---3hUtG.md---3OKcy {\n width: 688px;\n}\n.modal-content---3hUtG.md---3OKcy .modal-body---22INy {\n min-height: 246px;\n}\n.modal-content---3hUtG.md---3OKcy .modal-header---1FIQ_ + .modal-body---22INy {\n min-height: 192px;\n}\n.modal-content---3hUtG.lg---2kMz1 {\n width: 928px;\n}\n.modal-content---3hUtG.lg---2kMz1 .modal-body---22INy {\n min-height: 246px;\n}\n.modal-content---3hUtG.lg---2kMz1 .modal-header---1FIQ_ + .modal-body---22INy {\n min-height: 192px;\n}\n.modal-content---3hUtG.close-button---2mREQ .modal-header---1FIQ_.padding---2pFRu {\n padding: 16px 56px 16px 24px;\n}\n.modal-content---3hUtG .close---fVKdP {\n position: absolute;\n top: 16px;\n right: 24px;\n padding: 0;\n margin: 0;\n line-height: 20px;\n cursor: pointer;\n background: transparent url(" + escape(__webpack_require__("../src/close.svg")) + ");\n border: 0;\n -webkit-appearance: none;\n text-shadow: none;\n opacity: 1;\n -ms-filter: none;\n filter: none;\n outline: none;\n width: 16px;\n height: 16px;\n opacity: 0.5;\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)\";\n filter: alpha(opacity=50);\n}\n.modal-content---3hUtG .close---fVKdP:hover,\n.modal-content---3hUtG .close---fVKdP:focus {\n opacity: 1;\n -ms-filter: none;\n filter: none;\n}\n.modal-content---3hUtG .modal-header---1FIQ_ {\n min-height: 54px;\n background-color: #fff;\n border-bottom: 1px solid #ccc;\n padding: 0;\n}\n.modal-content---3hUtG .modal-header---1FIQ_.padding---2pFRu {\n padding: 16px 24px;\n}\n.modal-content---3hUtG .modal-title---2qyMh {\n font-weight: 200;\n color: #222;\n letter-spacing: -0.02em;\n font-size: 18px;\n}\n.modal-content---3hUtG .modal-title---2qyMh.ellipsis---3BkJT {\n overflow: hidden;\n -o-text-overflow: ellipsis;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.modal-content---3hUtG .modal-body---22INy {\n position: relative;\n padding: 0;\n}\n.modal-content---3hUtG .modal-body---22INy.padding---2pFRu {\n padding: 54px 24px 16px 24px;\n}\n.modal-content---3hUtG .modal-header---1FIQ_ + .modal-body---22INy.padding---2pFRu {\n padding: 16px 24px;\n}\n.modal-content---3hUtG .modal-footer---3bXnF {\n min-height: 56px;\n margin-top: 0;\n text-align: right;\n background-color: #eee;\n padding: 0;\n}\n.modal-content---3hUtG .modal-footer---3bXnF.padding---2pFRu {\n padding: 12px 24px;\n}\n.modal-content---3hUtG .modal-footer---3bXnF button {\n min-width: 80px;\n}\n.modal-content---3hUtG .modal-footer---3bXnF button + button {\n margin-left: 8px;\n}\n", ""]);
771+
exports.push([module.i, ".modal-overlay---1x_yE {\n position: fixed;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n background-color: rgba(51,51,51,0.55);\n z-index: 1050;\n white-space: nowrap;\n overflow-x: auto;\n}\n.modal-overlay---1x_yE.centered---1FYfF {\n text-align: center;\n}\n.modal-overlay---1x_yE.centered---1FYfF:before {\n content: '';\n display: inline-block;\n height: 100%;\n vertical-align: middle;\n margin-right: -0.25em;\n}\n.modal-overlay---1x_yE.centered---1FYfF .modal-content---3hUtG {\n display: inline-block;\n vertical-align: middle;\n text-align: left;\n}\n.modal-content---3hUtG {\n -webkit-box-sizing: border-box;\n -moz-box-sizing: border-box;\n box-sizing: border-box;\n line-height: 20px;\n position: relative;\n display: inline-block;\n background-color: #fff;\n border: 1px solid #ccc;\n -webkit-box-shadow: 0 4px 16px rgba(0,0,0,0.5);\n box-shadow: 0 4px 16px rgba(0,0,0,0.5);\n min-width: 400px;\n white-space: initial;\n}\n.modal-content---3hUtG *,\n.modal-content---3hUtG *:before,\n.modal-content---3hUtG *:after {\n -webkit-box-sizing: inherit;\n -moz-box-sizing: inherit;\n box-sizing: inherit;\n}\n.modal-content---3hUtG.xs---8dzzc {\n width: 400px;\n}\n.modal-content---3hUtG.xs---8dzzc .modal-body---22INy {\n min-height: 184px;\n}\n.modal-content---3hUtG.xs---8dzzc .modal-header---1FIQ_ + .modal-body---22INy {\n min-height: 130px;\n}\n.modal-content---3hUtG.sm---3ceuY {\n width: 544px;\n}\n.modal-content---3hUtG.sm---3ceuY .modal-body---22INy {\n min-height: 246px;\n}\n.modal-content---3hUtG.sm---3ceuY .modal-header---1FIQ_ + .modal-body---22INy {\n min-height: 192px;\n}\n.modal-content---3hUtG.md---3OKcy {\n width: 688px;\n}\n.modal-content---3hUtG.md---3OKcy .modal-body---22INy {\n min-height: 246px;\n}\n.modal-content---3hUtG.md---3OKcy .modal-header---1FIQ_ + .modal-body---22INy {\n min-height: 192px;\n}\n.modal-content---3hUtG.lg---2kMz1 {\n width: 928px;\n}\n.modal-content---3hUtG.lg---2kMz1 .modal-body---22INy {\n min-height: 246px;\n}\n.modal-content---3hUtG.lg---2kMz1 .modal-header---1FIQ_ + .modal-body---22INy {\n min-height: 192px;\n}\n.modal-content---3hUtG.close-button---2mREQ .modal-header---1FIQ_.padding---2pFRu {\n padding: 16px 56px 16px 24px;\n}\n.modal-content---3hUtG .close---fVKdP {\n position: absolute;\n top: 16px;\n right: 24px;\n padding: 0;\n margin: 0;\n line-height: 20px;\n cursor: pointer;\n background: transparent url(" + escape(__webpack_require__("../src/close.svg")) + ");\n border: 0;\n -webkit-appearance: none;\n text-shadow: none;\n opacity: 1;\n -ms-filter: none;\n filter: none;\n outline: none;\n width: 16px;\n height: 16px;\n opacity: 0.5;\n -ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)\";\n filter: alpha(opacity=50);\n}\n.modal-content---3hUtG .close---fVKdP:hover,\n.modal-content---3hUtG .close---fVKdP:focus {\n opacity: 1;\n -ms-filter: none;\n filter: none;\n}\n.modal-content---3hUtG .modal-header---1FIQ_ {\n min-height: 54px;\n background-color: #fff;\n border-bottom: 1px solid #ccc;\n padding: 0;\n}\n.modal-content---3hUtG .modal-header---1FIQ_.padding---2pFRu {\n padding: 16px 24px;\n}\n.modal-content---3hUtG .modal-title---2qyMh {\n font-weight: 200;\n color: #222;\n letter-spacing: -0.02em;\n font-size: 18px;\n}\n.modal-content---3hUtG .modal-title---2qyMh.ellipsis---3BkJT {\n overflow: hidden;\n -o-text-overflow: ellipsis;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.modal-content---3hUtG .modal-body---22INy {\n position: relative;\n padding: 0;\n}\n.modal-content---3hUtG .modal-body---22INy.padding---2pFRu {\n padding: 54px 24px 16px 24px;\n}\n.modal-content---3hUtG .modal-header---1FIQ_ + .modal-body---22INy.padding---2pFRu {\n padding: 16px 24px;\n}\n.modal-content---3hUtG .modal-footer---3bXnF {\n min-height: 56px;\n margin-top: 0;\n text-align: right;\n background-color: #eee;\n padding: 0;\n}\n.modal-content---3hUtG .modal-footer---3bXnF.padding---2pFRu {\n padding: 12px 24px;\n}\n.modal-content---3hUtG .modal-footer---3bXnF button {\n min-width: 80px;\n}\n.modal-content---3hUtG .modal-footer---3bXnF button + button {\n margin-left: 8px;\n}\n", ""]);
772772

773773
// exports
774774
exports.locals = {
@@ -23740,4 +23740,4 @@ exports.default = function (Component) {
2374023740
/***/ })
2374123741

2374223742
/******/ });
23743-
//# sourceMappingURL=bundle.js.map?384906f06da221fba2d4
23743+
//# sourceMappingURL=bundle.js.map?47a1ded4fa7d71e04a31

docs/bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
</nav>
4343
<div id="container"></div>
4444
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
45-
<script type="text/javascript" src="bundle.js?384906f06da221fba2d4"></script></body>
45+
<script type="text/javascript" src="bundle.js?47a1ded4fa7d71e04a31"></script></body>
4646
</html>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trendmicro/react-modal",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "React Modal component",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)