@parhelia/page-wizard 0.1.11147 → 0.1.11151

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/README.md +32 -32
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,32 +1,32 @@
1
- # @parhelia/page-wizard
2
-
3
- Page creation wizard for Parhelia visual editor.
4
-
5
- ## Installation
6
-
7
- ```bash
8
- npm install @parhelia/page-wizard
9
- ```
10
-
11
- ## Usage
12
-
13
- ```typescript
14
- import { PageWizard, usePageWizard } from '@parhelia/page-wizard';
15
- import '@parhelia/page-wizard/styles.css';
16
- ```
17
-
18
- ## Features
19
-
20
- - Step-by-step page creation
21
- - Template selection
22
- - Page configuration
23
- - Guided setup process
24
-
25
- ## License
26
-
27
- See LICENSE file for details.
28
-
29
- ## Documentation
30
-
31
- For complete documentation, visit [https://parhelia.ai](https://parhelia.ai)
32
-
1
+ # @parhelia/page-wizard
2
+
3
+ Page creation wizard for Parhelia visual editor.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @parhelia/page-wizard
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ ```typescript
14
+ import { PageWizard, usePageWizard } from '@parhelia/page-wizard';
15
+ import '@parhelia/page-wizard/styles.css';
16
+ ```
17
+
18
+ ## Features
19
+
20
+ - Step-by-step page creation
21
+ - Template selection
22
+ - Page configuration
23
+ - Guided setup process
24
+
25
+ ## License
26
+
27
+ See LICENSE file for details.
28
+
29
+ ## Documentation
30
+
31
+ For complete documentation, visit [https://parhelia.ai](https://parhelia.ai)
32
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parhelia/page-wizard",
3
- "version": "0.1.11147",
3
+ "version": "0.1.11151",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"