@parhelia/sharedien-dam 0.1.11666 → 0.1.11679

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 +31 -31
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,31 +1,31 @@
1
- # @parhelia/sharedien-dam
2
-
3
- Sharedien DAM integration for Parhelia visual editor.
4
-
5
- ## Installation
6
-
7
- ```bash
8
- npm install @parhelia/sharedien-dam
9
- ```
10
-
11
- ## Usage
12
-
13
- ```typescript
14
- import { DamSelector } from '@parhelia/sharedien-dam';
15
- import '@parhelia/sharedien-dam/styles.css';
16
- ```
17
-
18
- ## Features
19
-
20
- - Sharedien DAM selector component
21
- - Asset browsing and selection
22
- - Integration with Parhelia editor
23
-
24
- ## License
25
-
26
- See LICENSE file for details.
27
-
28
- ## Documentation
29
-
30
- For complete documentation, visit [https://parhelia.ai](https://parhelia.ai)
31
-
1
+ # @parhelia/sharedien-dam
2
+
3
+ Sharedien DAM integration for Parhelia visual editor.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @parhelia/sharedien-dam
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ ```typescript
14
+ import { DamSelector } from '@parhelia/sharedien-dam';
15
+ import '@parhelia/sharedien-dam/styles.css';
16
+ ```
17
+
18
+ ## Features
19
+
20
+ - Sharedien DAM selector component
21
+ - Asset browsing and selection
22
+ - Integration with Parhelia editor
23
+
24
+ ## License
25
+
26
+ See LICENSE file for details.
27
+
28
+ ## Documentation
29
+
30
+ For complete documentation, visit [https://parhelia.ai](https://parhelia.ai)
31
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parhelia/sharedien-dam",
3
- "version": "0.1.11666",
3
+ "version": "0.1.11679",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"