@finos/legend-lego 1.2.6 → 1.2.7

Sign up to get free protection for your applications and to get access to all the features.
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /** @license @finos/legend-lego v1.2.6
1
+ /** @license @finos/legend-lego v1.2.7
2
2
  * Copyright (c) 2020-present, Goldman Sachs
3
3
  *
4
4
  * Licensed under the Apache License, Version 2.0 (the "License");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finos/legend-lego",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "Legend shared advanced application components and building blocks",
5
5
  "keywords": [
6
6
  "legend",
@@ -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 | null;
67
+ declare const AG_GRID_LICENSE: string;
68
68
 
69
69
  export function DataGrid<TData = unknown>(
70
70
  props: AgGridReactProps<TData> | AgReactUiProps<TData>,