@design.estate/dees-catalog 7.0.1 → 8.0.0
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/dist_bundle/bundle.js +1748 -1114
- package/dist_bundle/bundle.js.map +1 -1
- package/dist_ts_web/00_commitinfo_data.js +1 -1
- package/package.json +3 -3
- package/readme.md +3 -3
- package/ts_web/00_commitinfo_data.ts +1 -1
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@design.estate/dees-catalog',
|
|
6
|
-
version: '
|
|
6
|
+
version: '8.0.0',
|
|
7
7
|
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
|
|
8
8
|
};
|
|
9
9
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHNfd2ViLzAwX2NvbW1pdGluZm9fZGF0YS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUNILE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRztJQUN4QixJQUFJLEVBQUUsNkJBQTZCO0lBQ25DLE9BQU8sRUFBRSxPQUFPO0lBQ2hCLFdBQVcsRUFBRSxzSkFBc0o7Q0FDcEssQ0FBQSJ9
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@design.estate/dees-catalog",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "8.0.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.",
|
|
6
6
|
"main": "dist_ts_web/index.js",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"author": "Lossless GmbH",
|
|
21
21
|
"license": "MIT",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@design.estate/dees-domtools": "^
|
|
24
|
-
"@design.estate/dees-element": "^
|
|
23
|
+
"@design.estate/dees-domtools": "^3.0.0",
|
|
24
|
+
"@design.estate/dees-element": "^3.0.0",
|
|
25
25
|
"@push.rocks/smarti18n": "^1.0.4",
|
|
26
26
|
"@push.rocks/smartpromise": "^4.2.0",
|
|
27
27
|
"@push.rocks/smartstring": "^4.1.0",
|
package/readme.md
CHANGED
|
@@ -23,10 +23,10 @@ For reporting bugs, issues, or security vulnerabilities, please visit [community
|
|
|
23
23
|
|
|
24
24
|
## 📦 Installation
|
|
25
25
|
|
|
26
|
+
The examples below import `DeesElement` directly, so install both packages:
|
|
27
|
+
|
|
26
28
|
```bash
|
|
27
|
-
|
|
28
|
-
# or
|
|
29
|
-
pnpm add @design.estate/dees-catalog
|
|
29
|
+
pnpm add @design.estate/dees-catalog @design.estate/dees-element@^3.0.0
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
## 🚀 Quick Start
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@design.estate/dees-catalog',
|
|
6
|
-
version: '
|
|
6
|
+
version: '8.0.0',
|
|
7
7
|
description: 'A comprehensive library that provides dynamic web components for building sophisticated and modern web applications using JavaScript and TypeScript.'
|
|
8
8
|
}
|