@1771technologies/lytenyte-pro 0.0.82 → 0.1.1
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/index.js +1 -1
- package/package.json +16 -16
package/dist/index.js
CHANGED
|
@@ -2426,7 +2426,7 @@ const CellSelectionBottom = memo(function CellSelectionBottom2() {
|
|
|
2426
2426
|
] });
|
|
2427
2427
|
});
|
|
2428
2428
|
const hashSalt = "faec0f3c45281b1fe12d87e64a6c3271";
|
|
2429
|
-
const issueDate = /* @__PURE__ */ new Date("2025-
|
|
2429
|
+
const issueDate = /* @__PURE__ */ new Date("2025-05-18");
|
|
2430
2430
|
function getHostname() {
|
|
2431
2431
|
const win = globalThis?.document?.defaultView || (typeof window !== "undefined" ? window : null);
|
|
2432
2432
|
const loc = win?.location;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@1771technologies/lytenyte-pro",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.1",
|
|
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.
|
|
83
|
-
"@1771technologies/grid-server-data-source": "0.
|
|
84
|
-
"@1771technologies/grid-core": "0.
|
|
85
|
-
"@1771technologies/grid-design": "0.
|
|
86
|
-
"@1771technologies/grid-provider": "0.
|
|
87
|
-
"@1771technologies/grid-store-pro": "0.
|
|
88
|
-
"@1771technologies/grid-tree-data-source": "0.
|
|
89
|
-
"@1771technologies/grid-types": "0.
|
|
90
|
-
"@1771technologies/js-utils": "0.
|
|
91
|
-
"@1771technologies/lytenyte-core": "0.
|
|
92
|
-
"@1771technologies/react-cascada": "0.
|
|
93
|
-
"@1771technologies/react-dragon": "0.
|
|
94
|
-
"@1771technologies/react-sizer": "0.
|
|
95
|
-
"@1771technologies/react-split-pane": "0.
|
|
96
|
-
"@1771technologies/react-utils": "0.
|
|
82
|
+
"@1771technologies/grid-client-data-source-pro": "0.1.1",
|
|
83
|
+
"@1771technologies/grid-server-data-source": "0.1.1",
|
|
84
|
+
"@1771technologies/grid-core": "0.1.1",
|
|
85
|
+
"@1771technologies/grid-design": "0.1.1",
|
|
86
|
+
"@1771technologies/grid-provider": "0.1.1",
|
|
87
|
+
"@1771technologies/grid-store-pro": "0.1.1",
|
|
88
|
+
"@1771technologies/grid-tree-data-source": "0.1.1",
|
|
89
|
+
"@1771technologies/grid-types": "0.1.1",
|
|
90
|
+
"@1771technologies/js-utils": "0.1.1",
|
|
91
|
+
"@1771technologies/lytenyte-core": "0.1.1",
|
|
92
|
+
"@1771technologies/react-cascada": "0.1.1",
|
|
93
|
+
"@1771technologies/react-dragon": "0.1.1",
|
|
94
|
+
"@1771technologies/react-sizer": "0.1.1",
|
|
95
|
+
"@1771technologies/react-split-pane": "0.1.1",
|
|
96
|
+
"@1771technologies/react-utils": "0.1.1",
|
|
97
97
|
"@base-ui-components/react": "1.0.0-alpha.7"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|