nimbi-cms 1.0.1 → 1.0.2
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 +2 -2
- package/dist/nimbi-cms.cjs.js +8 -8
- package/dist/nimbi-cms.css +1 -1
- package/dist/nimbi-cms.es.js +36 -4
- package/dist/nimbi-cms.js +7 -7
- package/package.json +17 -5
package/README.md
CHANGED
|
@@ -40,8 +40,8 @@ The code lives at [https://github.com/AbelVM/nimbiCMS](https://github.com/AbelVM
|
|
|
40
40
|
- Simple theming (light/dark), Bulma and hightlight.js customization options.
|
|
41
41
|
- Simplified deliverables: regardless all the dynamic imports, the bundle is kept in one JS file and one CSS file
|
|
42
42
|
- Bundle is compact size
|
|
43
|
-
- JS file:
|
|
44
|
-
- CSS file:
|
|
43
|
+
- JS file: 243.74 kB, gzipped 70.62 kB (for UMD bundle)
|
|
44
|
+
- CSS file: 504.87 kB, gzipped 47.85 kB (includes Bulma)
|
|
45
45
|
- All the heavy work is managed by web workers to avoid hogging the main thread
|
|
46
46
|
- Pluggable architecture through the available hooks
|
|
47
47
|
- Fully typed and [documented](docs/README.md)
|