domma-js 0.18.2 → 0.19.1
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/package.json +1 -1
- package/public/dist/bundles/domma-complete.css +1279 -170
- package/public/dist/bundles/domma-data-focused.css +1282 -392
- package/public/dist/bundles/domma-essentials.css +1282 -392
- package/public/dist/bundles/domma-full.css +1282 -392
- package/public/dist/bundles/domma-minimal.css +8 -8
- package/public/dist/domma-syntax.min.js +3 -3
- package/public/dist/domma.css +3 -3
- package/public/dist/domma.esm.js +4 -4
- package/public/dist/domma.min.js +4 -4
- package/public/dist/elements.css +3 -3
- package/public/dist/grid.css +3 -3
- package/public/dist/syntax.css +3 -3
- package/public/dist/themes/domma-themes.css +1276 -167
- package/templates/kickstart/CLAUDE.md +1 -1
- package/public/dist/bundles/domma-grayve.css +0 -15998
- package/public/dist/themes/grayve.css +0 -213
|
@@ -554,7 +554,7 @@ $(document.body).on('themechange', (e) => {
|
|
|
554
554
|
- **Silver:** `silver-light`, `silver-dark` - Cool gray tones
|
|
555
555
|
- **Charcoal:** `charcoal-light`, `charcoal-dark` - Professional gray (default)
|
|
556
556
|
- **Christmas:** `christmas-light`, `christmas-dark` - Festive red/green
|
|
557
|
-
- **Grayve:** `grayve` - Monochrome
|
|
557
|
+
- **Grayve:** `grayve-light`, `grayve-dark` - Monochrome slate theme
|
|
558
558
|
- **Core:** `core-light` - Minimal, clean theme
|
|
559
559
|
|
|
560
560
|
### Icons (`I` / `Domma.icons`)
|