@gp-grid/react 0.11.1 → 0.11.3
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/dist/styles.css +0 -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/react",
|
|
3
3
|
"description": "A high-performance React data grid component with virtual scrolling, cell selection, sorting, filtering, and Excel-like editing",
|
|
4
|
-
"version": "0.11.
|
|
4
|
+
"version": "0.11.3",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"link-workspace-packages": false
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@gp-grid/core": "0.11.
|
|
55
|
+
"@gp-grid/core": "0.11.3"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"react": "^18.0.0 || ^19.0.0",
|