@1771technologies/lytenyte-pro 0.0.80 → 0.0.82
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/README.md +4 -4
- package/package.json +16 -16
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
<br><br>
|
|
3
3
|
<picture>
|
|
4
|
-
<source media="(prefers-color-scheme: dark)" srcset="
|
|
5
|
-
<source media="(prefers-color-scheme: light)" srcset="
|
|
6
|
-
<img width="360" alt="Logo of LyteNyte Grid" src="
|
|
4
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://xwhoymbxqtnizjadugph.supabase.co/storage/v1/object/public/images//github-lytenyte-dark.svg"/>
|
|
5
|
+
<source media="(prefers-color-scheme: light)" srcset="https://xwhoymbxqtnizjadugph.supabase.co/storage/v1/object/public/images//github-lytenyte-light.svg"/>
|
|
6
|
+
<img width="360" alt="Logo of LyteNyte Grid" src="https://xwhoymbxqtnizjadugph.supabase.co/storage/v1/object/public/images//github-lytenyte-light.svg"/>
|
|
7
7
|
</picture>
|
|
8
8
|
<br><br>
|
|
9
9
|
|
|
@@ -51,7 +51,7 @@ Meticulously engineered to redefine what your enterprise expects from a React da
|
|
|
51
51
|
|
|
52
52
|
</div>
|
|
53
53
|
|
|
54
|
-

|
|
55
55
|
|
|
56
56
|
---
|
|
57
57
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1771technologies/lytenyte-pro",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.82",
|
|
4
4
|
"license": "COMMERCIAL",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -79,21 +79,21 @@
|
|
|
79
79
|
"react-dom": "^18.0.0 || ^19.0.0"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@1771technologies/grid-client-data-source-pro": "0.0.
|
|
83
|
-
"@1771technologies/grid-server-data-source": "0.0.
|
|
84
|
-
"@1771technologies/grid-core": "0.0.
|
|
85
|
-
"@1771technologies/grid-design": "0.0.
|
|
86
|
-
"@1771technologies/grid-provider": "0.0.
|
|
87
|
-
"@1771technologies/grid-store-pro": "0.0.
|
|
88
|
-
"@1771technologies/grid-tree-data-source": "0.0.
|
|
89
|
-
"@1771technologies/grid-types": "0.0.
|
|
90
|
-
"@1771technologies/js-utils": "0.0.
|
|
91
|
-
"@1771technologies/lytenyte-core": "0.0.
|
|
92
|
-
"@1771technologies/react-cascada": "0.0.
|
|
93
|
-
"@1771technologies/react-dragon": "0.0.
|
|
94
|
-
"@1771technologies/react-sizer": "0.0.
|
|
95
|
-
"@1771technologies/react-split-pane": "0.0.
|
|
96
|
-
"@1771technologies/react-utils": "0.0.
|
|
82
|
+
"@1771technologies/grid-client-data-source-pro": "0.0.82",
|
|
83
|
+
"@1771technologies/grid-server-data-source": "0.0.82",
|
|
84
|
+
"@1771technologies/grid-core": "0.0.82",
|
|
85
|
+
"@1771technologies/grid-design": "0.0.82",
|
|
86
|
+
"@1771technologies/grid-provider": "0.0.82",
|
|
87
|
+
"@1771technologies/grid-store-pro": "0.0.82",
|
|
88
|
+
"@1771technologies/grid-tree-data-source": "0.0.82",
|
|
89
|
+
"@1771technologies/grid-types": "0.0.82",
|
|
90
|
+
"@1771technologies/js-utils": "0.0.82",
|
|
91
|
+
"@1771technologies/lytenyte-core": "0.0.82",
|
|
92
|
+
"@1771technologies/react-cascada": "0.0.82",
|
|
93
|
+
"@1771technologies/react-dragon": "0.0.82",
|
|
94
|
+
"@1771technologies/react-sizer": "0.0.82",
|
|
95
|
+
"@1771technologies/react-split-pane": "0.0.82",
|
|
96
|
+
"@1771technologies/react-utils": "0.0.82",
|
|
97
97
|
"@base-ui-components/react": "1.0.0-alpha.7"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|