demio-ui 4.0.13 → 4.0.14
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 +4 -4
- package/dist/bundle-analysis.html +1 -3
- package/dist/cjs/index.js +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/types.d.ts +365 -565
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -158,10 +158,10 @@ We monitor bundle sizes to ensure our library remains lightweight and performant
|
|
|
158
158
|
|
|
159
159
|
| Component | Size | Purpose |
|
|
160
160
|
| -------------------------- | ------------------------- | ---------------------------- |
|
|
161
|
-
| **JavaScript Bundle** |
|
|
161
|
+
| **JavaScript Bundle** | 500KB (CJS) / 420KB (ESM) | Core library code (minified) |
|
|
162
162
|
| **CSS Bundle** | 76KB | Styles and theming |
|
|
163
|
-
| **TypeScript Definitions** |
|
|
164
|
-
| **SVG Icons** |
|
|
163
|
+
| **TypeScript Definitions** | 152KB | Type definitions |
|
|
164
|
+
| **SVG Icons** | 96 files | Icon assets |
|
|
165
165
|
| **Total Package Size** | **2.4MB** | Complete library on disk |
|
|
166
166
|
|
|
167
167
|
### 🔍 **Bundle Analysis Tools**
|
|
@@ -211,7 +211,7 @@ npm run analyze-all
|
|
|
211
211
|
|
|
212
212
|
### 🎯 **Why Two Different Measurements?**
|
|
213
213
|
|
|
214
|
-
1. **Visualizer (
|
|
214
|
+
1. **Visualizer (500KB CJS / 420KB ESM)**:
|
|
215
215
|
|
|
216
216
|
- Shows only JavaScript code size
|
|
217
217
|
- Helps optimize code and dependencies
|