domma-js 0.22.3 → 0.22.8
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 +19 -14
- package/public/dist/bundles/domma-data-focused.css +19 -14
- package/public/dist/bundles/domma-essentials.css +19 -14
- package/public/dist/bundles/domma-full.css +19 -14
- 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 +8 -3
- package/public/dist/grid.css +3 -3
- package/public/dist/syntax.css +3 -3
- package/public/dist/themes/domma-themes.css +3 -3
package/public/dist/elements.css
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Domma Elements CSS v0.22.
|
|
2
|
+
* Domma Elements CSS v0.22.8
|
|
3
3
|
* Dynamic Object Manipulation & Modeling API
|
|
4
4
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
5
|
-
* Built: 2026-04-
|
|
6
|
-
* Commit:
|
|
5
|
+
* Built: 2026-04-22T08:25:52.653Z
|
|
6
|
+
* Commit: fb64bed
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -3015,6 +3015,7 @@ code {
|
|
|
3015
3015
|
.hero-overlay-light > * {
|
|
3016
3016
|
position: relative;
|
|
3017
3017
|
z-index: 2;
|
|
3018
|
+
color: #111;
|
|
3018
3019
|
}
|
|
3019
3020
|
|
|
3020
3021
|
/* Dark overlay (for bright images) */
|
|
@@ -3034,6 +3035,7 @@ code {
|
|
|
3034
3035
|
.hero-overlay-dark > * {
|
|
3035
3036
|
position: relative;
|
|
3036
3037
|
z-index: 2;
|
|
3038
|
+
color: #fff;
|
|
3037
3039
|
}
|
|
3038
3040
|
|
|
3039
3041
|
/* Extra dark overlay for maximum contrast */
|
|
@@ -3053,6 +3055,7 @@ code {
|
|
|
3053
3055
|
.hero-overlay-darker > * {
|
|
3054
3056
|
position: relative;
|
|
3055
3057
|
z-index: 2;
|
|
3058
|
+
color: #fff;
|
|
3056
3059
|
}
|
|
3057
3060
|
|
|
3058
3061
|
/* Gradient overlay (bottom to top fade) */
|
|
@@ -3072,6 +3075,7 @@ code {
|
|
|
3072
3075
|
.hero-overlay-gradient > * {
|
|
3073
3076
|
position: relative;
|
|
3074
3077
|
z-index: 2;
|
|
3078
|
+
color: #fff;
|
|
3075
3079
|
}
|
|
3076
3080
|
|
|
3077
3081
|
/* Gradient overlay variant - top to bottom */
|
|
@@ -3091,6 +3095,7 @@ code {
|
|
|
3091
3095
|
.hero-overlay-gradient-reverse > * {
|
|
3092
3096
|
position: relative;
|
|
3093
3097
|
z-index: 2;
|
|
3098
|
+
color: #fff;
|
|
3094
3099
|
}
|
|
3095
3100
|
|
|
3096
3101
|
/* 3. Announcement Badges - Small notification badges */
|
package/public/dist/grid.css
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Domma Grid CSS v0.22.
|
|
2
|
+
* Domma Grid CSS v0.22.8
|
|
3
3
|
* Dynamic Object Manipulation & Modeling API
|
|
4
4
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
5
|
-
* Built: 2026-04-
|
|
6
|
-
* Commit:
|
|
5
|
+
* Built: 2026-04-22T08:25:52.646Z
|
|
6
|
+
* Commit: fb64bed
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
/**
|
package/public/dist/syntax.css
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Domma Syntax Highlighting CSS v0.22.
|
|
2
|
+
* Domma Syntax Highlighting CSS v0.22.8
|
|
3
3
|
* Dynamic Object Manipulation & Modeling API
|
|
4
4
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
5
|
-
* Built: 2026-04-
|
|
6
|
-
* Commit:
|
|
5
|
+
* Built: 2026-04-22T08:25:52.657Z
|
|
6
|
+
* Commit: fb64bed
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Domma Themes v0.22.
|
|
2
|
+
* Domma Themes v0.22.8
|
|
3
3
|
* Dynamic Object Manipulation & Modeling API
|
|
4
4
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
5
|
-
* Built: 2026-04-
|
|
6
|
-
* Commit:
|
|
5
|
+
* Built: 2026-04-22T08:25:52.623Z
|
|
6
|
+
* Commit: fb64bed
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
/**
|