@design.estate/dees-catalog 3.99.1 → 3.100.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 +1 -1
- package/dist_ts_web/00_commitinfo_data.js +2 -2
- package/dist_ts_web/icon.d.ts +7 -0
- package/dist_ts_web/icon.js +8 -0
- package/dist_watch/bundle.js +235637 -0
- package/dist_watch/bundle.js.map +7 -0
- package/dist_watch/index.html +28 -0
- package/package.json +13 -2
- package/readme.md +7 -0
- package/ts_web/00_commitinfo_data.ts +1 -1
- package/ts_web/icon.ts +7 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<!--gitzone element-->
|
|
2
|
+
<!-- made by Task Venture Capital GmbH -->
|
|
3
|
+
<!-- checkout https://maintainedby.lossless.com for awesome OpenSource projects -->
|
|
4
|
+
<html lang="en">
|
|
5
|
+
<head>
|
|
6
|
+
<!--Lets set some basic meta tags-->
|
|
7
|
+
<meta
|
|
8
|
+
name="viewport"
|
|
9
|
+
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height"
|
|
10
|
+
/>
|
|
11
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
12
|
+
|
|
13
|
+
<!--Lets load standard fonts-->
|
|
14
|
+
<link rel="preconnect" href="https://assetbroker.lossless.one/" crossorigin>
|
|
15
|
+
<link rel="stylesheet" href="https://assetbroker.lossless.one/fonts/fonts.css">
|
|
16
|
+
|
|
17
|
+
<style>
|
|
18
|
+
body {
|
|
19
|
+
margin: 0px;
|
|
20
|
+
background: #222222;
|
|
21
|
+
}
|
|
22
|
+
</style>
|
|
23
|
+
|
|
24
|
+
<script type="module" src="/bundle.js"></script>
|
|
25
|
+
</head>
|
|
26
|
+
<body>
|
|
27
|
+
</body>
|
|
28
|
+
</html>
|
package/package.json
CHANGED
|
@@ -1,11 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@design.estate/dees-catalog",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.100.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",
|
|
7
7
|
"typings": "dist_ts_web/index.d.ts",
|
|
8
8
|
"type": "module",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"types": "./dist_ts_web/index.d.ts",
|
|
12
|
+
"import": "./dist_ts_web/index.js"
|
|
13
|
+
},
|
|
14
|
+
"./icon": {
|
|
15
|
+
"types": "./dist_ts_web/icon.d.ts",
|
|
16
|
+
"import": "./dist_ts_web/icon.js"
|
|
17
|
+
},
|
|
18
|
+
"./*": "./*"
|
|
19
|
+
},
|
|
9
20
|
"author": "Lossless GmbH",
|
|
10
21
|
"license": "MIT",
|
|
11
22
|
"dependencies": {
|
|
@@ -84,7 +95,7 @@
|
|
|
84
95
|
"Frontend Development"
|
|
85
96
|
],
|
|
86
97
|
"scripts": {
|
|
87
|
-
"test": "node scripts/check-bdtheme-ratchet.cjs && tstest test/ --web --verbose --timeout 30 --logfile",
|
|
98
|
+
"test": "pnpm run build && node scripts/check-bdtheme-ratchet.cjs && tstest test/ --web --verbose --timeout 30 --logfile",
|
|
88
99
|
"build": "tsbuild tsfolders --allowimplicitany && tsbundle",
|
|
89
100
|
"watch": "tswatch",
|
|
90
101
|
"buildDocs": "tsdoc",
|
package/readme.md
CHANGED
|
@@ -128,6 +128,13 @@ Interactive chips/tags with selection capabilities.
|
|
|
128
128
|
#### `DeesIcon`
|
|
129
129
|
Display Lucide icons. Legacy `fa:` and `iconFA` inputs are unsupported and log an error.
|
|
130
130
|
|
|
131
|
+
Applications that only need the icon component can use the granular entry point
|
|
132
|
+
without registering or bundling the complete catalog:
|
|
133
|
+
|
|
134
|
+
```typescript
|
|
135
|
+
import '@design.estate/dees-catalog/icon';
|
|
136
|
+
```
|
|
137
|
+
|
|
131
138
|
```typescript
|
|
132
139
|
// Lucide icons — use 'lucide:' prefix
|
|
133
140
|
<dees-icon
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export const commitinfo = {
|
|
5
5
|
name: '@design.estate/dees-catalog',
|
|
6
|
-
version: '3.
|
|
6
|
+
version: '3.100.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
|
}
|
package/ts_web/icon.ts
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Granular dees-icon registration and type entry point.
|
|
3
|
+
*
|
|
4
|
+
* Import this subpath when a browser bundle only needs the Lucide-backed icon
|
|
5
|
+
* component and should not load the complete component catalog.
|
|
6
|
+
*/
|
|
7
|
+
export * from './elements/00group-utility/dees-icon/index.js';
|