@parhelia/core 0.1.11005 → 0.1.11008

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/README.md CHANGED
@@ -1,34 +1,34 @@
1
- # @parhelia/core
2
-
3
- Core components and utilities for the Parhelia visual content editor for Sitecore.
4
-
5
- ## Installation
6
-
7
- ```bash
8
- npm install @parhelia/core
9
- ```
10
-
11
- ## Usage
12
-
13
- ```typescript
14
- import { /* components */ } from '@parhelia/core';
15
- import '@parhelia/core/styles.css';
16
- ```
17
-
18
- ## Features
19
-
20
- - Visual editor components
21
- - UI component library
22
- - Content management utilities
23
- - Agent-based AI assistance
24
- - Page wizard functionality
25
- - Field editing capabilities
26
-
27
- ## License
28
-
29
- See LICENSE file for details.
30
-
31
- ## Documentation
32
-
33
- For complete documentation, visit [https://parhelia.ai](https://parhelia.ai)
34
-
1
+ # @parhelia/core
2
+
3
+ Core components and utilities for the Parhelia visual content editor for Sitecore.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @parhelia/core
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ ```typescript
14
+ import { /* components */ } from '@parhelia/core';
15
+ import '@parhelia/core/styles.css';
16
+ ```
17
+
18
+ ## Features
19
+
20
+ - Visual editor components
21
+ - UI component library
22
+ - Content management utilities
23
+ - Agent-based AI assistance
24
+ - Page wizard functionality
25
+ - Field editing capabilities
26
+
27
+ ## License
28
+
29
+ See LICENSE file for details.
30
+
31
+ ## Documentation
32
+
33
+ For complete documentation, visit [https://parhelia.ai](https://parhelia.ai)
34
+
@@ -1,2 +1,2 @@
1
- export declare const version = "0.1.11005";
2
- export declare const buildDate = "2025-12-01 15:59:04";
1
+ export declare const version = "0.1.11008";
2
+ export declare const buildDate = "2025-12-01 17:44:50";
package/dist/revision.js CHANGED
@@ -1,3 +1,3 @@
1
- export const version = "0.1.11005";
2
- export const buildDate = "2025-12-01 15:59:04";
1
+ export const version = "0.1.11008";
2
+ export const buildDate = "2025-12-01 17:44:50";
3
3
  //# sourceMappingURL=revision.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parhelia/core",
3
- "version": "0.1.11005",
3
+ "version": "0.1.11008",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },