demio-ui 4.0.13 → 5.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/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** | 512KB (CJS) / 428KB (ESM) | Core library code (minified) |
161
+ | **JavaScript Bundle** | 500KB (CJS) / 420KB (ESM) | Core library code (minified) |
162
162
  | **CSS Bundle** | 76KB | Styles and theming |
163
- | **TypeScript Definitions** | 168KB | Type definitions |
164
- | **SVG Icons** | 105 files | Icon assets |
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 (512KB CJS / 428KB ESM)**:
214
+ 1. **Visualizer (500KB CJS / 420KB ESM)**:
215
215
 
216
216
  - Shows only JavaScript code size
217
217
  - Helps optimize code and dependencies