@onexapis/cli 1.1.40 → 1.1.43

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": "@onexapis/cli",
3
- "version": "1.1.40",
3
+ "version": "1.1.43",
4
4
  "description": "CLI tool for OneX theme development - scaffolds themes using @onexapis/core",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -50,7 +50,7 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "@aws-sdk/client-s3": "^3.470.0",
53
- "@onexapis/core": "^1.0.7",
53
+ "@onexapis/core": "^1.0.9",
54
54
  "@tanstack/react-query": "^5.90.16",
55
55
  "adm-zip": "^0.5.16",
56
56
  "archiver": "^7.0.1",
@@ -16,6 +16,8 @@ export const forgotPasswordPageConfig: Omit<
16
16
  themeId: "my-simple",
17
17
  editable: true,
18
18
  published: true,
19
+ hideHeader: true,
20
+ hideFooter: true,
19
21
 
20
22
  seo: {
21
23
  title: "Forgot Password",
@@ -25,7 +27,7 @@ export const forgotPasswordPageConfig: Omit<
25
27
  sections: [
26
28
  {
27
29
  id: "auth-forgot-password-1",
28
- type: "auth-forgot-password",
30
+ type: "my-simple-auth-forgot-password",
29
31
  template: "default",
30
32
  order: 0,
31
33
  enabled: true,
@@ -16,6 +16,8 @@ export const loginPageConfig: Omit<
16
16
  themeId: "my-simple",
17
17
  editable: true,
18
18
  published: true,
19
+ hideHeader: true,
20
+ hideFooter: true,
19
21
 
20
22
  seo: {
21
23
  title: "Sign In",
@@ -11,7 +11,7 @@ export const profilePageConfig: Omit<
11
11
  title: "Profile",
12
12
  handle: "profile",
13
13
  path: "/profile",
14
- type: "profile",
14
+ type: "account",
15
15
  renderMode: "sections",
16
16
  themeId: "my-simple",
17
17
  editable: true,
@@ -16,6 +16,8 @@ export const registerPageConfig: Omit<
16
16
  themeId: "my-simple",
17
17
  editable: true,
18
18
  published: true,
19
+ hideHeader: true,
20
+ hideFooter: true,
19
21
 
20
22
  seo: {
21
23
  title: "Create Account",
@@ -16,6 +16,8 @@ export const verifyCodePageConfig: Omit<
16
16
  themeId: "my-simple",
17
17
  editable: true,
18
18
  published: true,
19
+ hideHeader: true,
20
+ hideFooter: true,
19
21
 
20
22
  seo: {
21
23
  title: "Verify Your Account",