@smart-factor/gem-ui-components 0.0.83 → 0.0.84

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/main.d.ts CHANGED
@@ -27,4 +27,5 @@ export * from './helpers';
27
27
  export { theme } from './theme/theme';
28
28
  export { Accordion, AccordionDetails, styled, type Theme, ThemeProvider, Typography, useTheme, } from '@mui/material';
29
29
  export { default as GemUIComponentsProvider } from './providers/GemUIComponentsProvider';
30
+ export { DATA_GRID_LOCALE } from './consts/data-grid';
30
31
  export * from '@mui/x-data-grid-pro';
package/dist/main.js CHANGED
@@ -3684,6 +3684,7 @@ export {
3684
3684
  Pc as ContextMenuItem,
3685
3685
  il as ContextualSearch,
3686
3686
  dc as ContextualSearchControlled,
3687
+ cr as DATA_GRID_LOCALE,
3687
3688
  uc as DatePicker,
3688
3689
  fc as DateTimePicker,
3689
3690
  kc as Dialog,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-factor/gem-ui-components",
3
- "version": "0.0.83",
3
+ "version": "0.0.84",
4
4
  "private": false,
5
5
  "description": "Gem UI Components",
6
6
  "type": "module",