@1771technologies/lytenyte-pro 0.0.68 → 0.0.70

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/dist/index.js +1 -1
  2. package/package.json +15 -15
package/dist/index.js CHANGED
@@ -795,7 +795,7 @@ function FloatingCell({
795
795
  const renderers = sx.floatingCellRenderers.use();
796
796
  const Component = useMemo(() => {
797
797
  if (typeof rendererKey === "string") {
798
- if (renderers[rendererKey])
798
+ if (!renderers[rendererKey])
799
799
  throw new Error(`Failed to find floating renderer: ${rendererKey}`);
800
800
  return renderers[rendererKey];
801
801
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1771technologies/lytenyte-pro",
3
- "version": "0.0.68",
3
+ "version": "0.0.70",
4
4
  "license": "COMMERCIAL",
5
5
  "type": "module",
6
6
  "files": [
@@ -70,20 +70,20 @@
70
70
  "react-dom": "^18.0.0 || ^19.0.0"
71
71
  },
72
72
  "dependencies": {
73
- "@1771technologies/grid-client-data-source-pro": "0.0.68",
74
- "@1771technologies/grid-core": "0.0.68",
75
- "@1771technologies/grid-design": "0.0.68",
76
- "@1771technologies/grid-provider": "0.0.68",
77
- "@1771technologies/grid-store-pro": "0.0.68",
78
- "@1771technologies/grid-tree-data-source": "0.0.68",
79
- "@1771technologies/grid-types": "0.0.68",
80
- "@1771technologies/js-utils": "0.0.68",
81
- "@1771technologies/lytenyte-core": "0.0.68",
82
- "@1771technologies/react-cascada": "0.0.68",
83
- "@1771technologies/react-dragon": "0.0.68",
84
- "@1771technologies/react-sizer": "0.0.68",
85
- "@1771technologies/react-split-pane": "0.0.68",
86
- "@1771technologies/react-utils": "0.0.68",
73
+ "@1771technologies/grid-client-data-source-pro": "0.0.70",
74
+ "@1771technologies/grid-core": "0.0.70",
75
+ "@1771technologies/grid-design": "0.0.70",
76
+ "@1771technologies/grid-provider": "0.0.70",
77
+ "@1771technologies/grid-store-pro": "0.0.70",
78
+ "@1771technologies/grid-tree-data-source": "0.0.70",
79
+ "@1771technologies/grid-types": "0.0.70",
80
+ "@1771technologies/js-utils": "0.0.70",
81
+ "@1771technologies/lytenyte-core": "0.0.70",
82
+ "@1771technologies/react-cascada": "0.0.70",
83
+ "@1771technologies/react-dragon": "0.0.70",
84
+ "@1771technologies/react-sizer": "0.0.70",
85
+ "@1771technologies/react-split-pane": "0.0.70",
86
+ "@1771technologies/react-utils": "0.0.70",
87
87
  "@base-ui-components/react": "1.0.0-alpha.7"
88
88
  },
89
89
  "devDependencies": {