material-react-table 2.0.0-beta.7 → 2.0.0-beta.8
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 +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/material-react-table.esm.js +1 -1
- package/dist/esm/material-react-table.esm.js.map +1 -1
- package/locales/ar.js +93 -0
- package/locales/az.js +93 -0
- package/locales/bg.js +93 -0
- package/locales/cs.js +93 -0
- package/locales/da.js +93 -0
- package/locales/de.js +93 -0
- package/locales/en.js +93 -0
- package/locales/es.js +93 -0
- package/locales/et.js +93 -0
- package/locales/fa.js +93 -0
- package/locales/fi.js +93 -0
- package/locales/fr.js +93 -0
- package/locales/hu.js +93 -0
- package/locales/hy.js +93 -0
- package/locales/id.js +93 -0
- package/locales/it.js +93 -0
- package/locales/ja.js +93 -0
- package/locales/ko.js +93 -0
- package/locales/nl.js +93 -0
- package/locales/no.js +93 -0
- package/locales/np.js +93 -0
- package/locales/pl.js +93 -0
- package/locales/pt-BR.js +93 -0
- package/locales/pt.js +93 -0
- package/locales/ro.js +93 -0
- package/locales/ru.js +93 -0
- package/locales/sk.js +93 -0
- package/locales/sr-Cyrl-RS.js +93 -0
- package/locales/sr-Latn-RS.js +93 -0
- package/locales/sv.js +93 -0
- package/locales/tr.js +93 -0
- package/locales/uk.js +93 -0
- package/locales/vi.js +93 -0
- package/locales/zh-Hans.js +93 -0
- package/locales/zh-Hant.js +93 -0
- package/package.json +1 -1
- package/src/table/MRT_TablePaper.tsx +1 -0
package/dist/cjs/index.js
CHANGED
@@ -2864,7 +2864,7 @@ const MRT_TablePaper = (_a) => {
|
|
2864
2864
|
width: '100vw',
|
2865
2865
|
zIndex: 999,
|
2866
2866
|
}
|
2867
|
-
: {})), tablePaperProps === null || tablePaperProps === void 0 ? void 0 : tablePaperProps.style), sx: (theme) => (Object.assign({ backgroundColor: getMRTTheme(table, theme).baseBackgroundColor, overflow: 'hidden', transition: 'all 100ms ease-in-out' }, parseFromValuesOrFunc(tablePaperProps === null || tablePaperProps === void 0 ? void 0 : tablePaperProps.sx, theme))), children: [enableTopToolbar &&
|
2867
|
+
: {})), tablePaperProps === null || tablePaperProps === void 0 ? void 0 : tablePaperProps.style), sx: (theme) => (Object.assign({ backgroundColor: getMRTTheme(table, theme).baseBackgroundColor, backgroundImage: 'unset', overflow: 'hidden', transition: 'all 100ms ease-in-out' }, parseFromValuesOrFunc(tablePaperProps === null || tablePaperProps === void 0 ? void 0 : tablePaperProps.sx, theme))), children: [enableTopToolbar &&
|
2868
2868
|
((_b = parseFromValuesOrFunc(renderTopToolbar, { table })) !== null && _b !== void 0 ? _b : (jsxRuntime.jsx(MRT_TopToolbar, { table: table }))), jsxRuntime.jsx(MRT_TableContainer, { table: table }), enableBottomToolbar &&
|
2869
2869
|
((_c = parseFromValuesOrFunc(renderBottomToolbar, { table })) !== null && _c !== void 0 ? _c : (jsxRuntime.jsx(MRT_BottomToolbar, { table: table })))] })));
|
2870
2870
|
};
|