@1771technologies/lytenyte-pro 0.0.74 → 0.0.76

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 +129 -0
  2. package/package.json +26 -17
package/README.md ADDED
@@ -0,0 +1,129 @@
1
+ <div align="center">
2
+ <br><br>
3
+ <picture>
4
+ <source media="(prefers-color-scheme: dark)" srcset="./resources/lytenyte-dark.svg"/>
5
+ <source media="(prefers-color-scheme: light)" srcset="./resources/lytenyte-light.svg"/>
6
+ <img width="360" alt="Logo of LyteNyte Grid" src="./resources/lytenyte-dark.svg"/>
7
+ </picture>
8
+ <br><br>
9
+
10
+ <h3>
11
+ The Fastest React Data Grid Available on the Modern Web
12
+ </h3>
13
+
14
+ </div>
15
+ <div align="center">
16
+
17
+ Experience unrivaled performance, memory efficiency, and a
18
+ comprehensive feature set, all in a tiny bundle size.
19
+ LyteNyte Grid is designed to help developers handle large, real-time,
20
+ and complex datasets without compromising speed or usability.
21
+
22
+ The free **LyteNyte Grid Core** edition includes intuitive sorting, precise filtering, row grouping,
23
+ and data aggregation capabilities, everything you need to take complete control of your data.
24
+
25
+ Need more power? Upgrade to **LyteNyte Grid PRO** to access more advanced features like tree data structures,
26
+ asynchronous data loading, and purpose-built UI components for managing columns, views, and exports.
27
+ Build custom menus, popover dialogs, and dynamic workflows with ease.
28
+
29
+ Meticulously engineered to redefine what your enterprise expects from a React data grid.
30
+
31
+ [Compare Features](https://1771technologies.com/pricing)
32
+
33
+ </div>
34
+
35
+ <div align="center">
36
+
37
+ [![npm version](https://img.shields.io/npm/v/@1771technologies/lytenyte-pro)](https://www.npmjs.com/package/@1771technologies/lytenyte-pro)
38
+ [![GitHub branch status](https://img.shields.io/github/checks-status/1771-Technologies/lytenyte/HEAD)](https://github.com/1771-Technologies/lytenyte/HEAD/)
39
+ [![Follow on X](https://img.shields.io/twitter/follow/1771tech.svg?label=follow+1771tech)](https://x.com/1771tech)
40
+ [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)
41
+
42
+ <!-- [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/TODO/badge)](https://www.bestpractices.dev/projects/TODO) -->
43
+
44
+ [![CI status](https://github.com/1771-Technologies/lytenyte/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/1771-Technologies/lytenyte/actions/workflows/release.yml?query=branch%3Amain)
45
+
46
+ </div>
47
+
48
+ <div align="center">
49
+
50
+ <a href="https://1771technologies.com">Website</a> &nbsp;&nbsp;—&nbsp;&nbsp; <a href="https://1771technologies.com/docs/intro-getting-started">Documentation</a> &nbsp;&nbsp;—&nbsp;&nbsp; <a href="https://1771technologies.com/demo">Demo</a> &nbsp;&nbsp;—&nbsp;&nbsp; <a href="https://1771technologies.com/pricing">Pricing</a> &nbsp;&nbsp;—&nbsp;&nbsp; <a href="https://1771technologies.com/eula">EULA</a>
51
+
52
+ </div>
53
+
54
+ ![LyteNyte Logo](./resources/image.png)
55
+
56
+ ---
57
+
58
+ ## LyteNyte Editions
59
+
60
+ LyteNyte Grid is available in two editions:
61
+
62
+ 1. **LyteNyte Grid Core:** A free, high-performance edition that delivers essential
63
+ table capabilities like **row grouping, column auto-sizing,** and **row detail** views.
64
+
65
+ 2. **LyteNyte Grid PRO:** An advanced enterprise edition that builds on Core with additional
66
+ features such as **asynchronous data loading, column manager components,** and 
67
+ **data exporting** capabilities.
68
+
69
+ ## Key Design Principles
70
+
71
+ - **Performance-First:** LyteNyte Grid is engineered with speed as a fundamental
72
+ priority, ensuring responsive performance even when handling large datasets.
73
+
74
+ - **Modern Architecture:** Leveraging cutting-edge web technologies, LyteNyte
75
+ Grid utilizes native browser scroll functionality to keep the main
76
+ thread unencumbered as users navigate through their data.
77
+
78
+ - **React-Aligned Philosophy:** Adhering to React's core principles, LyteNyte Grid
79
+ implements one-way data binding and declarative rendering to
80
+ maintain predictable state management.
81
+
82
+ ## Quick Start
83
+
84
+ - Begin with our comprehensive [getting started guide](https://www.1771technologies.com/docs/intro-getting-started).
85
+ - Explore our flexible [pricing options](https://www.1771technologies.com/pricing) to find the ideal fit for your project.
86
+ - Follow our step-by-step [installation guide](https://www.1771technologies.com/docs/intro-installation) to seamlessly integrate LyteNyte Grid into your application.
87
+
88
+ ## Licensing
89
+
90
+ LyteNyte Grid is available in two editions, Core and PRO, and offered under the following three license plans:
91
+
92
+ 1. **Core License Plan:** Free and open source, licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0).
93
+ Includes LyteNyte Grid Core edition with foundational features like sorting, filtering, row grouping,
94
+ and column auto-sizing. Ideal for individual developers and community use.
95
+
96
+ 2. **Developer PRO License Plan:** A [commercial license](https://www.1771technologies.com/eula) for the PRO
97
+ edition, designed for individuals and teams with up to 50 developers. Unlocks the full potential of LyteNyte Grid
98
+ with advanced features unavailable in the Core edition.
99
+ 3. **Organization PRO License Plan:** A [commercial license](https://www.1771technologies.com/eula) for the PRO edition, tailored for teams
100
+ with 50+ developers. Includes all PRO features along with an enhanced support agreement and negotiated pricing terms.
101
+
102
+ All **PRO licenses** are **perpetual** and include **12 months** of software updates, feature upgrades, and dedicated technical support.
103
+
104
+ ## Support
105
+
106
+ Our team actively maintains and supports both the Core and PRO editions of LyteNyte Grid.
107
+ Please refer to our [support guide](https://www.1771technologies.com/support) for detailed
108
+ information on available support channels and response options.
109
+
110
+ ## Contributing
111
+
112
+ > [!IMPORTANT]
113
+ > We are not currently accepting external pull requests while we finalize our code
114
+ > architecture and development tooling. We appreciate your patience
115
+ > and interest in contributing to LyteNyte Grid.
116
+
117
+ Please review our [contributing guide](./CONTRIBUTING.md) to learn about our development
118
+ process, bug reporting procedures, and codebase maintenance practices.
119
+
120
+ ## Changelog
121
+
122
+ Our [changelog](https://www.1771technologies.com/docs/changelog/changelog) is regularly updated
123
+ with detailed notes on new features, improvements, and bug fixes in each release.
124
+ LyteNyte Grid follows [semantic versioning](https://semver.org/) to ensure clear and predictable upgrade paths.
125
+
126
+ ## Security
127
+
128
+ For information on reporting security vulnerabilities,
129
+ please consult our [security policy](./SECURITY.md).
package/package.json CHANGED
@@ -1,12 +1,21 @@
1
1
  {
2
2
  "name": "@1771technologies/lytenyte-pro",
3
- "version": "0.0.74",
3
+ "version": "0.0.76",
4
4
  "license": "COMMERCIAL",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",
8
- "LICENSE"
8
+ "LICENSE",
9
+ "README.md"
9
10
  ],
11
+ "homepage": "https://1771technologies.com",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/1771-technologies/lytenyte.git"
15
+ },
16
+ "bugs": {
17
+ "url": "https://github.com/1771-technologies/lytenyte/issues"
18
+ },
10
19
  "exports": {
11
20
  ".": {
12
21
  "types": "./dist/types/index.d.ts",
@@ -70,21 +79,21 @@
70
79
  "react-dom": "^18.0.0 || ^19.0.0"
71
80
  },
72
81
  "dependencies": {
73
- "@1771technologies/grid-client-data-source-pro": "0.0.74",
74
- "@1771technologies/grid-server-data-source": "0.0.74",
75
- "@1771technologies/grid-core": "0.0.74",
76
- "@1771technologies/grid-design": "0.0.74",
77
- "@1771technologies/grid-provider": "0.0.74",
78
- "@1771technologies/grid-store-pro": "0.0.74",
79
- "@1771technologies/grid-tree-data-source": "0.0.74",
80
- "@1771technologies/grid-types": "0.0.74",
81
- "@1771technologies/js-utils": "0.0.74",
82
- "@1771technologies/lytenyte-core": "0.0.74",
83
- "@1771technologies/react-cascada": "0.0.74",
84
- "@1771technologies/react-dragon": "0.0.74",
85
- "@1771technologies/react-sizer": "0.0.74",
86
- "@1771technologies/react-split-pane": "0.0.74",
87
- "@1771technologies/react-utils": "0.0.74",
82
+ "@1771technologies/grid-client-data-source-pro": "0.0.76",
83
+ "@1771technologies/grid-server-data-source": "0.0.76",
84
+ "@1771technologies/grid-core": "0.0.76",
85
+ "@1771technologies/grid-design": "0.0.76",
86
+ "@1771technologies/grid-provider": "0.0.76",
87
+ "@1771technologies/grid-store-pro": "0.0.76",
88
+ "@1771technologies/grid-tree-data-source": "0.0.76",
89
+ "@1771technologies/grid-types": "0.0.76",
90
+ "@1771technologies/js-utils": "0.0.76",
91
+ "@1771technologies/lytenyte-core": "0.0.76",
92
+ "@1771technologies/react-cascada": "0.0.76",
93
+ "@1771technologies/react-dragon": "0.0.76",
94
+ "@1771technologies/react-sizer": "0.0.76",
95
+ "@1771technologies/react-split-pane": "0.0.76",
96
+ "@1771technologies/react-utils": "0.0.76",
88
97
  "@base-ui-components/react": "1.0.0-alpha.7"
89
98
  },
90
99
  "devDependencies": {