@ag-grid-community/styles
Advanced tools
Comparing version 30.2.1 to 31.0.0
{ | ||
"name": "@ag-grid-community/styles", | ||
"version": "30.2.1", | ||
"version": "31.0.0", | ||
"description": "AG Grid Styles and Themes", | ||
@@ -5,0 +5,0 @@ "main": "_index.scss", |
@@ -68,3 +68,3 @@ ![alt text](./github-banner.png "AG Grid") | ||
```html | ||
<div id="myGrid" style="height: 150px; width: 600px" class="ag-theme-alpine"></div> | ||
<div id="myGrid" style="height: 150px; width: 600px" class="ag-theme-quartz"></div> | ||
``` | ||
@@ -78,3 +78,3 @@ | ||
import '@ag-grid-community/styles/ag-grid.css'; | ||
import '@ag-grid-community/styles/ag-theme-alpine.css'; | ||
import '@ag-grid-community/styles/ag-theme-quartz.css'; | ||
``` | ||
@@ -102,4 +102,4 @@ | ||
```js | ||
var eGridDiv = document.querySelector('#myGrid'); | ||
new Grid(eGridDiv, this.gridOptions); | ||
const eGridDiv = document.querySelector('#myGrid'); | ||
const api = createGrid(eGridDiv, this.gridOptions); | ||
``` | ||
@@ -106,0 +106,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2367621
37
17880