@megha-ui/react 1.2.199 → 1.2.201

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.
@@ -153,7 +153,7 @@ export interface OjasGridProps {
153
153
  updateFixedFilterValues?: (fixedFilterValues: {
154
154
  [key: string]: string[];
155
155
  }) => void;
156
- locale: string;
156
+ locale?: string;
157
157
  formatOptions?: any;
158
158
  exportOptions?: any;
159
159
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@megha-ui/react",
3
- "version": "1.2.199",
3
+ "version": "1.2.201",
4
4
  "description": "A collection of reusable UI components for React applications, built with TypeScript.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",