@banyan_cloud/roots 1.0.108 → 1.0.110
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.
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -46051,7 +46051,7 @@ var Calender = function Calender(props) {
|
|
|
46051
46051
|
}));
|
|
46052
46052
|
setSelectedMonth({
|
|
46053
46053
|
month: _selectedDayInfo3.month,
|
|
46054
|
-
monthAsNumber:
|
|
46054
|
+
monthAsNumber: _selectedDayInfo3.monthAsNumber,
|
|
46055
46055
|
year: _selectedDayInfo3.year
|
|
46056
46056
|
});
|
|
46057
46057
|
}
|
|
@@ -46819,8 +46819,8 @@ HierarchyBrowser.defaultProps = {
|
|
|
46819
46819
|
title: 'Browser'
|
|
46820
46820
|
};
|
|
46821
46821
|
|
|
46822
|
-
var css$F = ".
|
|
46823
|
-
var modules_f23ae002 = {"root":"
|
|
46822
|
+
var css$F = ".BaseModal_module_root__7a4ddeae {\n display: flex;\n flex-direction: column;\n justify-content: flex-start;\n align-items: stretch;\n top: 50%;\n left: 50%;\n right: auto;\n bottom: auto;\n transform: translate(-50%, -50%);\n max-height: 100%;\n height: 43.75rem;\n width: 62.5rem;\n position: fixed;\n background: #ffffff;\n box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.13);\n border-radius: 8px;\n outline: none;\n}\n.BaseModal_module_root__7a4ddeae .BaseModal_module_body__7a4ddeae {\n overflow-y: scroll;\n padding: 0 15px;\n}\n.BaseModal_module_root__7a4ddeae .BaseModal_module_header__7a4ddeae,\n.BaseModal_module_root__7a4ddeae .BaseModal_module_footer__7a4ddeae {\n padding: 1rem;\n}\n.BaseModal_module_root__7a4ddeae .BaseModal_module_header__7a4ddeae {\n font-weight: 500;\n font-size: 1.375rem;\n border-bottom: 1px solid var(--grey5);\n}\n.BaseModal_module_root__7a4ddeae .BaseModal_module_footer__7a4ddeae {\n margin-top: auto;\n background: var(--grey5);\n border-radius: 0 0 8px 8px;\n display: flex;\n flex-direction: row;\n justify-content: flex-end;\n align-items: center;\n gap: 0.625rem;\n}\n.BaseModal_module_root__7a4ddeae button.BaseModal_module_close__7a4ddeae {\n position: absolute;\n right: 1rem;\n top: 1rem;\n padding: 0.25rem;\n height: auto;\n background: var(--grey6);\n}\n.BaseModal_module_root__7a4ddeae button.BaseModal_module_close__7a4ddeae .BaseModal_module_icon__7a4ddeae {\n width: 1.5rem;\n height: 1.5rem;\n fill: var(--black);\n}";
|
|
46823
|
+
var modules_f23ae002 = {"root":"BaseModal_module_root__7a4ddeae","body":"BaseModal_module_body__7a4ddeae","header":"BaseModal_module_header__7a4ddeae","footer":"BaseModal_module_footer__7a4ddeae","close":"BaseModal_module_close__7a4ddeae","icon":"BaseModal_module_icon__7a4ddeae"};
|
|
46824
46824
|
n(css$F,{});
|
|
46825
46825
|
|
|
46826
46826
|
var BaseModal = function BaseModal(props) {
|