@finos/legend-lego 1.2.3 → 1.2.5
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/lib/index.css +1 -1
- package/package.json +2 -2
- package/src/data-grid/DataGrid.tsx +1 -1
package/lib/index.css
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@finos/legend-lego",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5",
|
|
4
4
|
"description": "Legend shared advanced application components and building blocks",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"legend",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"@ag-grid-enterprise/status-bar": "30.2.0",
|
|
66
66
|
"@finos/legend-application": "15.0.67",
|
|
67
67
|
"@finos/legend-art": "7.1.19",
|
|
68
|
-
"@finos/legend-graph": "31.
|
|
68
|
+
"@finos/legend-graph": "31.8.1",
|
|
69
69
|
"@finos/legend-shared": "10.0.32",
|
|
70
70
|
"@types/css-font-loading-module": "0.0.10",
|
|
71
71
|
"@types/react": "18.2.31",
|
|
@@ -64,7 +64,7 @@ export const enterpriseModules = [
|
|
|
64
64
|
|
|
65
65
|
export const allModules = communityModules.concat(enterpriseModules);
|
|
66
66
|
|
|
67
|
-
declare const AG_GRID_LICENSE: string;
|
|
67
|
+
declare const AG_GRID_LICENSE: string | null;
|
|
68
68
|
|
|
69
69
|
export function DataGrid<TData = unknown>(
|
|
70
70
|
props: AgGridReactProps<TData> | AgReactUiProps<TData>,
|