@djangocfg/ui-core 2.1.62 → 2.1.64

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djangocfg/ui-core",
3
- "version": "2.1.62",
3
+ "version": "2.1.64",
4
4
  "description": "Pure React UI component library without Next.js dependencies - for Electron, Vite, CRA apps",
5
5
  "keywords": [
6
6
  "ui-components",
@@ -102,7 +102,7 @@
102
102
  "vaul": "1.1.2"
103
103
  },
104
104
  "devDependencies": {
105
- "@djangocfg/typescript-config": "^2.1.62",
105
+ "@djangocfg/typescript-config": "^2.1.64",
106
106
  "@types/node": "^24.7.2",
107
107
  "@types/react": "^19.1.0",
108
108
  "@types/react-dom": "^19.1.0",
@@ -193,3 +193,6 @@ const ResizableHandle = ({
193
193
  }
194
194
 
195
195
  export { ResizablePanelGroup, ResizablePanel, ResizableHandle }
196
+
197
+ // Re-export types from react-resizable-panels for imperative panel control
198
+ export type { ImperativePanelHandle } from 'react-resizable-panels'