@gp-grid/angular 0.11.2 → 0.12.0

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.
Files changed (2) hide show
  1. package/dist/styles.css +0 -2
  2. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -130,7 +130,6 @@
130
130
  border-right: 1px solid var(--gp-grid-border);
131
131
  font-weight: 600;
132
132
  font-size: 12px;
133
- text-transform: uppercase;
134
133
  letter-spacing: 0.5px;
135
134
  color: var(--gp-grid-header-text);
136
135
  cursor: pointer;
@@ -308,7 +307,6 @@
308
307
  padding: 0 12px;
309
308
  font-weight: 600;
310
309
  font-size: 12px;
311
- text-transform: uppercase;
312
310
  letter-spacing: 0.5px;
313
311
  color: var(--gp-grid-header-text);
314
312
  box-sizing: border-box;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gp-grid/angular",
3
3
  "description": "A high-performance Angular data grid component with virtual scrolling, cell selection, sorting, filtering, and Excel-like editing",
4
- "version": "0.11.2",
4
+ "version": "0.12.0",
5
5
  "license": "Apache-2.0",
6
6
  "module": "fesm2022/gp-grid-angular.mjs",
7
7
  "typings": "types/gp-grid-angular.d.ts",
@@ -51,7 +51,7 @@
51
51
  "@angular/core": ">=18.0.0"
52
52
  },
53
53
  "dependencies": {
54
- "@gp-grid/core": "0.11.2",
54
+ "@gp-grid/core": "0.12.0",
55
55
  "tslib": "^2.8.1"
56
56
  },
57
57
  "sideEffects": false,