componenteshospitais 1.4.6 → 1.4.7
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
CHANGED
|
@@ -1529,7 +1529,7 @@ var Busca = function (_a) {
|
|
|
1529
1529
|
React$2.createElement("div", { className: styles$1.suggestions }, filteredItems.map(function (item, index) { return (React$2.createElement("div", { key: index, className: styles$1.suggestion, onClick: function () { return onItemClick(item.path); } }, item.id)); }))))));
|
|
1530
1530
|
};
|
|
1531
1531
|
|
|
1532
|
-
var css_248z = ".checkboxGroup-module_checkboxGroup__JFRoY{border:1px solid #ccc;border-radius:.5rem;box-sizing:border-box;display:grid;font-style:italic;gap:.5rem;grid-auto-rows:auto;grid-template-columns:repeat(auto-fill,minmax(
|
|
1532
|
+
var css_248z = ".checkboxGroup-module_checkboxGroup__JFRoY{border:1px solid #ccc;border-radius:.5rem;box-sizing:border-box;display:grid;font-style:italic;gap:.5rem;grid-auto-rows:auto;grid-template-columns:repeat(auto-fill,minmax(275px,1fr));padding:.8rem 0 .8rem 1rem;width:100%}.checkboxGroup-module_title__238QG{margin-bottom:10px}.checkboxGroup-module_checkboxLabel__tIciT{align-items:center;cursor:pointer;display:flex;font-style:italic}.checkboxGroup-module_checkboxLabel__tIciT input[type=checkbox]{cursor:pointer;margin-right:.5rem}.checkboxGroup-module_checkboxLabel__tIciT input[type=checkbox]:focus{outline:none}";
|
|
1533
1533
|
var styles = {"checkboxGroup":"checkboxGroup-module_checkboxGroup__JFRoY","title":"checkboxGroup-module_title__238QG","checkboxLabel":"checkboxGroup-module_checkboxLabel__tIciT"};
|
|
1534
1534
|
styleInject(css_248z);
|
|
1535
1535
|
|
package/dist/esm/index.js
CHANGED
|
@@ -1527,7 +1527,7 @@ var Busca = function (_a) {
|
|
|
1527
1527
|
React$2.createElement("div", { className: styles$1.suggestions }, filteredItems.map(function (item, index) { return (React$2.createElement("div", { key: index, className: styles$1.suggestion, onClick: function () { return onItemClick(item.path); } }, item.id)); }))))));
|
|
1528
1528
|
};
|
|
1529
1529
|
|
|
1530
|
-
var css_248z = ".checkboxGroup-module_checkboxGroup__JFRoY{border:1px solid #ccc;border-radius:.5rem;box-sizing:border-box;display:grid;font-style:italic;gap:.5rem;grid-auto-rows:auto;grid-template-columns:repeat(auto-fill,minmax(
|
|
1530
|
+
var css_248z = ".checkboxGroup-module_checkboxGroup__JFRoY{border:1px solid #ccc;border-radius:.5rem;box-sizing:border-box;display:grid;font-style:italic;gap:.5rem;grid-auto-rows:auto;grid-template-columns:repeat(auto-fill,minmax(275px,1fr));padding:.8rem 0 .8rem 1rem;width:100%}.checkboxGroup-module_title__238QG{margin-bottom:10px}.checkboxGroup-module_checkboxLabel__tIciT{align-items:center;cursor:pointer;display:flex;font-style:italic}.checkboxGroup-module_checkboxLabel__tIciT input[type=checkbox]{cursor:pointer;margin-right:.5rem}.checkboxGroup-module_checkboxLabel__tIciT input[type=checkbox]:focus{outline:none}";
|
|
1531
1531
|
var styles = {"checkboxGroup":"checkboxGroup-module_checkboxGroup__JFRoY","title":"checkboxGroup-module_title__238QG","checkboxLabel":"checkboxGroup-module_checkboxLabel__tIciT"};
|
|
1532
1532
|
styleInject(css_248z);
|
|
1533
1533
|
|
package/package.json
CHANGED