robobyte-front-builder 1.0.3 → 1.0.4

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/package.json +1 -1
  2. package/src/lib/index.js +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "robobyte-front-builder",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "RoboByte low-code UI builder, Report builder, and navigation extension system",
5
5
  "main": "src/lib/index.js",
6
6
  "files": [
package/src/lib/index.js CHANGED
@@ -72,6 +72,7 @@ export { default as RoboByteFrontBuilderProvider } from './providers/RoboByteFro
72
72
  //
73
73
  export { default as UIBuilderPage } from '../pages/viewBuilder/index'
74
74
  export { default as ReportBuilderPage } from '../pages/reportModule/reportBuilder/index'
75
+ export { default as NavigatorBuilderPage } from '../pages/navigatorBuilder/index'
75
76
 
76
77
  // ── Core Contexts & Hooks (advanced use) ─────────────────────────────────────
77
78
  // Useful when you need to read or drive builder state from the host app.