ziko 2.0.0-beta.4 → 2.0.0-beta.6
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 +1 -1
- package/src/app/Layout/index.js +1 -1
- package/src/app/index.d.ts +1 -1
- package/src/app/index.js +1 -1
- package/src/app/router/index.d.ts +2 -0
- package/src/{router → app/router}/internal-utils/renderer.js +1 -1
- package/src/internal-utils/symbols/index.js +0 -1
- package/src/app/Page/index.d.ts +0 -7
- package/src/app/Page/index.js +0 -5
- package/src/router/index.d.ts +0 -2
- /package/src/{router → app/router}/file-based-router/index.d.ts +0 -0
- /package/src/{router → app/router}/file-based-router/index.js +0 -0
- /package/src/{router → app/router}/index.js +0 -0
- /package/src/{router → app/router}/internal-utils/dynamic-routes-parser.d.ts +0 -0
- /package/src/{router → app/router}/internal-utils/dynamic-routes-parser.js +0 -0
- /package/src/{router → app/router}/internal-utils/get-root.d.ts +0 -0
- /package/src/{router → app/router}/internal-utils/get-root.js +0 -0
- /package/src/{router → app/router}/internal-utils/index.d.ts +0 -0
- /package/src/{router → app/router}/internal-utils/index.js +0 -0
- /package/src/{router → app/router}/internal-utils/normalize-path.d.ts +0 -0
- /package/src/{router → app/router}/internal-utils/normalize-path.js +0 -0
- /package/src/{router → app/router}/internal-utils/routes-grouper.d.ts +0 -0
- /package/src/{router → app/router}/internal-utils/routes-grouper.js +0 -0
- /package/src/{router → app/router}/internal-utils/routes-matcher.d.ts +0 -0
- /package/src/{router → app/router}/internal-utils/routes-matcher.js +0 -0
- /package/src/{router → app/router}/useQueryParams/index.d.ts +0 -0
- /package/src/{router → app/router}/useQueryParams/index.js +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ziko",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.6",
|
|
4
4
|
"description": "A versatile JavaScript library offering a rich set of Hyperscript Based UI components, advanced mathematical utilities, interactivity ,animations, client side routing and more ...",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"front-end",
|
package/src/app/Layout/index.js
CHANGED
package/src/app/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export type * from './Layout/index.d.ts'
|
|
2
|
-
export type * from './
|
|
2
|
+
export type * from './router/index.d.ts'
|
package/src/app/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export * from './Layout/index.js'
|
|
2
|
-
export * from './
|
|
2
|
+
export * from './router/index.js'
|
|
@@ -4,4 +4,3 @@ export const MATRIX = Symbol.for('ziko/math/MATRIX');
|
|
|
4
4
|
export const UIELEMENT = Symbol.for('ziko/dom/UIELEMENT');
|
|
5
5
|
export const STATE_GETTER = Symbol.for("ziko/hooks/STATE_GETTER");
|
|
6
6
|
export const LAYOUT = Symbol.for("ziko/app/LAYOUT");
|
|
7
|
-
export const PAGE = Symbol.for("ziko/app/Page");
|
package/src/app/Page/index.d.ts
DELETED
package/src/app/Page/index.js
DELETED
package/src/router/index.d.ts
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|