@topgrid/grid-pro-range 0.1.0 → 0.2.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/README.md +4 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Pro: Cell Range Selection, Drag-fill, Clipboard
4
4
 
5
- Provides Excel-like cell range selection, drag-fill (auto-fill series), and clipboard copy/paste for TOMIS Grid.
5
+ Provides Excel-like cell range selection, drag-fill (auto-fill series), and clipboard copy/paste for topgrid.
6
6
 
7
7
  ## Installation
8
8
 
@@ -24,7 +24,7 @@ setLicenseKey('YOUR-LICENSE-KEY');
24
24
  ```
25
25
 
26
26
  Without a valid license, the component will render a watermark.
27
- Contact [sales@topvel.com](mailto:sales@topvel.com) to obtain a license key.
27
+ Contact [sales@platree.com](mailto:sales@platree.com) to obtain a license key.
28
28
 
29
29
  ## Peer Dependencies
30
30
 
@@ -91,8 +91,8 @@ export function CustomGrid({ table }) {
91
91
 
92
92
  SEE LICENSE IN [EULA.md](./EULA.md)
93
93
 
94
- License terms subject to change. Contact [sales@topvel.com](mailto:sales@topvel.com) for current EULA.
94
+ License terms subject to change. Contact [sales@platree.com](mailto:sales@platree.com) for current EULA.
95
95
 
96
96
  ---
97
97
 
98
- [Documentation](https://grid.tomis.dev) | [Pricing](https://topvel.com/grid/pricing)
98
+ [Documentation](https://topgrid.platree.com) | [Pricing](https://topgrid.platree.com/pricing)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topgrid/grid-pro-range",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN EULA",
6
6
  "publishConfig": {
@@ -22,10 +22,10 @@
22
22
  "README.md"
23
23
  ],
24
24
  "dependencies": {
25
- "@topgrid/grid-license": "0.1.0"
25
+ "@topgrid/grid-license": "0.2.0"
26
26
  },
27
27
  "devDependencies": {
28
- "@topgrid/grid-core": "0.1.0"
28
+ "@topgrid/grid-core": "0.2.0"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "@tanstack/react-table": "^8.0.0",