cloudmr-ux 1.0.0 → 1.0.1

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/index.css CHANGED
@@ -140,3 +140,27 @@
140
140
  .custom-dropdown .MuiMenuItem-root.Mui-selected:hover {
141
141
  background-color: #dcbfea !important;
142
142
  }
143
+
144
+ /* src/CmrTable/CmrTable.css */
145
+ .css-1lymaxv-MuiDataGrid-root .MuiDataGrid-columnHeader:focus-within,
146
+ .css-1lymaxv-MuiDataGrid-root .MuiDataGrid-cell:focus-within {
147
+ outline: none !important;
148
+ }
149
+ .MuiTablePagination-selectLabel,
150
+ .MuiTablePagination-displayedRows {
151
+ margin-bottom: 0;
152
+ }
153
+ .MuiDataGrid-columnHeaders {
154
+ background: rgba(88, 15, 139, 0.08);
155
+ color: #333;
156
+ }
157
+ .MuiDataGrid-columnHeaders .MuiSvgIcon-root {
158
+ color: #580f8b;
159
+ }
160
+ // Religning MUI checkbox in the header .MuiDataGrid-columnHeaderCheckbox .MuiDataGrid-columnHeaderTitleContainerContent {
161
+ padding: 0 !important;
162
+ margin: 0 !important;
163
+ display: flex;
164
+ justify-content: center;
165
+ align-items: center;
166
+ }
package/dist/index.js CHANGED
@@ -172,6 +172,10 @@ var CmrSelect = ({ options, label, disabled }) => {
172
172
  ] });
173
173
  };
174
174
  var CmrSelect_default = CmrSelect;
175
+
176
+ // src/CmrTable/CmrTable.tsx
177
+ var import_x_data_grid = require("@mui/x-data-grid");
178
+ var import_jsx_runtime6 = require("react/jsx-runtime");
175
179
  // Annotate the CommonJS export names for ESM import in node:
176
180
  0 && (module.exports = {
177
181
  CmrButton,
package/dist/index.mjs CHANGED
@@ -148,6 +148,10 @@ var CmrSelect = ({ options, label, disabled }) => {
148
148
  ] });
149
149
  };
150
150
  var CmrSelect_default = CmrSelect;
151
+
152
+ // src/CmrTable/CmrTable.tsx
153
+ import { DataGrid } from "@mui/x-data-grid";
154
+ import { jsx as jsx6 } from "react/jsx-runtime";
151
155
  export {
152
156
  CmrButton,
153
157
  CmrCheckbox,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudmr-ux",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "author": "erosmontin@gmail.com",
5
5
  "license": "MIT",
6
6
  "repository": "erosmontin/cloudmr-ux",