@parhelia/core 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.
- package/README.md +34 -34
- package/dist/revision.d.ts +2 -2
- package/dist/revision.js +2 -2
- package/package.json +1 -1
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
|
+
|
package/dist/revision.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "0.1.
|
|
2
|
-
export declare const buildDate = "2025-12-12
|
|
1
|
+
export declare const version = "0.1.11151";
|
|
2
|
+
export declare const buildDate = "2025-12-12 10:44:47";
|
package/dist/revision.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export const version = "0.1.
|
|
2
|
-
export const buildDate = "2025-12-12
|
|
1
|
+
export const version = "0.1.11151";
|
|
2
|
+
export const buildDate = "2025-12-12 10:44:47";
|
|
3
3
|
//# sourceMappingURL=revision.js.map
|