domma-js 0.9.3-alpha → 0.9.5-alpha
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 +353 -51
- package/package.json +1 -1
- package/public/dist/bundles/domma-complete.css +131 -234
- package/public/dist/bundles/domma-data-focused.css +131 -234
- package/public/dist/bundles/domma-essentials.css +131 -234
- package/public/dist/bundles/domma-full.css +131 -234
- package/public/dist/bundles/domma-grayve.css +131 -234
- 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 +120 -223
- package/public/dist/grid.css +3 -3
- package/public/dist/syntax.css +3 -3
- package/public/dist/themes/domma-themes.css +3 -3
- package/templates/kickstart/index.html +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Domma Full CSS Bundle v0.9.
|
|
2
|
+
* Domma Full CSS Bundle v0.9.4-alpha
|
|
3
3
|
* Dynamic Object Manipulation & Modeling API
|
|
4
4
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
5
|
-
* Built: 2026-01-
|
|
5
|
+
* Built: 2026-01-13T22:46:23.441Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
/* ============================================
|
|
@@ -230,11 +230,11 @@
|
|
|
230
230
|
============================================ */
|
|
231
231
|
|
|
232
232
|
/*!
|
|
233
|
-
* Domma Core CSS v0.9.
|
|
233
|
+
* Domma Core CSS v0.9.4-alpha
|
|
234
234
|
* Dynamic Object Manipulation & Modeling API
|
|
235
235
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
236
|
-
* Built: 2026-01-
|
|
237
|
-
* Commit:
|
|
236
|
+
* Built: 2026-01-13T22:46:23.157Z
|
|
237
|
+
* Commit: 656a69e
|
|
238
238
|
*/
|
|
239
239
|
|
|
240
240
|
/**
|
|
@@ -4235,11 +4235,11 @@ body.dm-cloaked.dm-ready {
|
|
|
4235
4235
|
============================================ */
|
|
4236
4236
|
|
|
4237
4237
|
/*!
|
|
4238
|
-
* Domma Grid CSS v0.9.
|
|
4238
|
+
* Domma Grid CSS v0.9.4-alpha
|
|
4239
4239
|
* Dynamic Object Manipulation & Modeling API
|
|
4240
4240
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
4241
|
-
* Built: 2026-01-
|
|
4242
|
-
* Commit:
|
|
4241
|
+
* Built: 2026-01-13T22:46:23.164Z
|
|
4242
|
+
* Commit: 656a69e
|
|
4243
4243
|
*/
|
|
4244
4244
|
|
|
4245
4245
|
/**
|
|
@@ -4836,11 +4836,11 @@ body.dm-cloaked.dm-ready {
|
|
|
4836
4836
|
============================================ */
|
|
4837
4837
|
|
|
4838
4838
|
/*!
|
|
4839
|
-
* Domma Elements CSS v0.9.
|
|
4839
|
+
* Domma Elements CSS v0.9.4-alpha
|
|
4840
4840
|
* Dynamic Object Manipulation & Modeling API
|
|
4841
4841
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
4842
|
-
* Built: 2026-01-
|
|
4843
|
-
* Commit:
|
|
4842
|
+
* Built: 2026-01-13T22:46:23.171Z
|
|
4843
|
+
* Commit: 656a69e
|
|
4844
4844
|
*/
|
|
4845
4845
|
|
|
4846
4846
|
/**
|
|
@@ -7100,7 +7100,7 @@ code {
|
|
|
7100
7100
|
JUMBOTRON
|
|
7101
7101
|
============================================ */
|
|
7102
7102
|
|
|
7103
|
-
.
|
|
7103
|
+
.hero {
|
|
7104
7104
|
position: relative;
|
|
7105
7105
|
padding: var(--dm-space-12) var(--dm-space-6);
|
|
7106
7106
|
background-color: var(--dm-gray-100);
|
|
@@ -7108,35 +7108,36 @@ code {
|
|
|
7108
7108
|
border-radius: var(--dm-radius-lg);
|
|
7109
7109
|
margin-bottom: var(--dm-space-6);
|
|
7110
7110
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
|
|
7111
|
+
text-align: center;
|
|
7111
7112
|
}
|
|
7112
7113
|
|
|
7113
|
-
.
|
|
7114
|
+
.hero-fluid {
|
|
7114
7115
|
border-radius: 0;
|
|
7115
7116
|
padding-left: 0;
|
|
7116
7117
|
padding-right: 0;
|
|
7117
7118
|
}
|
|
7118
7119
|
|
|
7119
|
-
.
|
|
7120
|
+
.hero-dark {
|
|
7120
7121
|
background-color: var(--dm-gray-900);
|
|
7121
7122
|
color: var(--dm-white);
|
|
7122
7123
|
}
|
|
7123
7124
|
|
|
7124
|
-
.
|
|
7125
|
+
.hero-primary {
|
|
7125
7126
|
background: linear-gradient(135deg, var(--dm-primary) 0%, var(--dm-primary-dark, #4a7fd4) 100%);
|
|
7126
7127
|
color: var(--dm-white);
|
|
7127
7128
|
}
|
|
7128
7129
|
|
|
7129
|
-
.
|
|
7130
|
+
.hero-cover {
|
|
7130
7131
|
background-size: cover;
|
|
7131
7132
|
background-position: center;
|
|
7132
7133
|
background-repeat: no-repeat;
|
|
7133
7134
|
}
|
|
7134
7135
|
|
|
7135
|
-
.
|
|
7136
|
+
.hero-overlay {
|
|
7136
7137
|
position: relative;
|
|
7137
7138
|
}
|
|
7138
7139
|
|
|
7139
|
-
.
|
|
7140
|
+
.hero-overlay::before {
|
|
7140
7141
|
content: '';
|
|
7141
7142
|
position: absolute;
|
|
7142
7143
|
top: 0;
|
|
@@ -7147,51 +7148,51 @@ code {
|
|
|
7147
7148
|
border-radius: inherit;
|
|
7148
7149
|
}
|
|
7149
7150
|
|
|
7150
|
-
.
|
|
7151
|
+
.hero-overlay > * {
|
|
7151
7152
|
position: relative;
|
|
7152
7153
|
z-index: 1;
|
|
7153
7154
|
}
|
|
7154
7155
|
|
|
7155
|
-
.
|
|
7156
|
+
.hero-content {
|
|
7156
7157
|
max-width: 800px;
|
|
7157
7158
|
margin-left: auto;
|
|
7158
7159
|
margin-right: auto;
|
|
7159
7160
|
}
|
|
7160
7161
|
|
|
7161
|
-
.
|
|
7162
|
+
.hero-center {
|
|
7162
7163
|
text-align: center;
|
|
7163
7164
|
}
|
|
7164
7165
|
|
|
7165
|
-
.
|
|
7166
|
+
.hero-center .hero-content {
|
|
7166
7167
|
margin-left: auto;
|
|
7167
7168
|
margin-right: auto;
|
|
7168
7169
|
}
|
|
7169
7170
|
|
|
7170
|
-
.
|
|
7171
|
+
.hero-title {
|
|
7171
7172
|
font-size: var(--dm-font-size-4xl);
|
|
7172
7173
|
font-weight: 700;
|
|
7173
7174
|
line-height: 1.2;
|
|
7174
7175
|
margin-bottom: var(--dm-space-4);
|
|
7175
7176
|
}
|
|
7176
7177
|
|
|
7177
|
-
.
|
|
7178
|
+
.hero-subtitle {
|
|
7178
7179
|
font-size: var(--dm-font-size-xl);
|
|
7179
7180
|
opacity: 0.9;
|
|
7180
7181
|
margin-bottom: var(--dm-space-6);
|
|
7181
7182
|
}
|
|
7182
7183
|
|
|
7183
|
-
.
|
|
7184
|
+
.hero-actions {
|
|
7184
7185
|
display: flex;
|
|
7185
7186
|
flex-wrap: wrap;
|
|
7186
7187
|
gap: var(--dm-space-3);
|
|
7187
7188
|
align-items: center;
|
|
7188
7189
|
}
|
|
7189
7190
|
|
|
7190
|
-
.
|
|
7191
|
+
.hero-center .hero-actions {
|
|
7191
7192
|
justify-content: center;
|
|
7192
7193
|
}
|
|
7193
7194
|
|
|
7194
|
-
.
|
|
7195
|
+
.hero-note {
|
|
7195
7196
|
font-size: 0.85rem;
|
|
7196
7197
|
margin: 0;
|
|
7197
7198
|
color: var(--dm-text-muted);
|
|
@@ -7199,27 +7200,27 @@ code {
|
|
|
7199
7200
|
|
|
7200
7201
|
/* Jumbotron sizes */
|
|
7201
7202
|
|
|
7202
|
-
.
|
|
7203
|
+
.hero-sm {
|
|
7203
7204
|
padding: var(--dm-space-8) var(--dm-space-4);
|
|
7204
7205
|
}
|
|
7205
7206
|
|
|
7206
|
-
.
|
|
7207
|
+
.hero-sm .hero-title {
|
|
7207
7208
|
font-size: var(--dm-font-size-2xl);
|
|
7208
7209
|
}
|
|
7209
7210
|
|
|
7210
|
-
.
|
|
7211
|
+
.hero-sm .hero-subtitle {
|
|
7211
7212
|
font-size: var(--dm-font-size-lg);
|
|
7212
7213
|
}
|
|
7213
7214
|
|
|
7214
|
-
.
|
|
7215
|
+
.hero-lg {
|
|
7215
7216
|
padding: var(--dm-space-16) var(--dm-space-8);
|
|
7216
7217
|
}
|
|
7217
7218
|
|
|
7218
|
-
.
|
|
7219
|
+
.hero-lg .hero-title {
|
|
7219
7220
|
font-size: var(--dm-font-size-5xl);
|
|
7220
7221
|
}
|
|
7221
7222
|
|
|
7222
|
-
.
|
|
7223
|
+
.hero-full {
|
|
7223
7224
|
min-height: 100vh;
|
|
7224
7225
|
display: flex;
|
|
7225
7226
|
align-items: center;
|
|
@@ -7232,7 +7233,7 @@ code {
|
|
|
7232
7233
|
|
|
7233
7234
|
/* 1. Split Layouts - Text + Image Grid Layouts */
|
|
7234
7235
|
|
|
7235
|
-
.
|
|
7236
|
+
.hero-split {
|
|
7236
7237
|
display: grid;
|
|
7237
7238
|
grid-template-columns: 1fr;
|
|
7238
7239
|
gap: var(--dm-space-8);
|
|
@@ -7240,54 +7241,54 @@ code {
|
|
|
7240
7241
|
}
|
|
7241
7242
|
|
|
7242
7243
|
@media (min-width: 768px) {
|
|
7243
|
-
.
|
|
7244
|
+
.hero-split {
|
|
7244
7245
|
grid-template-columns: 1fr 1fr;
|
|
7245
7246
|
}
|
|
7246
7247
|
}
|
|
7247
7248
|
|
|
7248
7249
|
/* Reverse layout (image left, text right) */
|
|
7249
7250
|
@media (min-width: 768px) {
|
|
7250
|
-
.
|
|
7251
|
+
.hero-split-reverse .hero-text {
|
|
7251
7252
|
order: 2;
|
|
7252
7253
|
}
|
|
7253
7254
|
|
|
7254
|
-
.
|
|
7255
|
+
.hero-split-reverse .hero-media {
|
|
7255
7256
|
order: 1;
|
|
7256
7257
|
}
|
|
7257
7258
|
}
|
|
7258
7259
|
|
|
7259
7260
|
/* Asymmetric split layouts */
|
|
7260
7261
|
@media (min-width: 768px) {
|
|
7261
|
-
.
|
|
7262
|
+
.hero-split-60-40 {
|
|
7262
7263
|
grid-template-columns: 60% 40%;
|
|
7263
7264
|
}
|
|
7264
7265
|
|
|
7265
|
-
.
|
|
7266
|
+
.hero-split-70-30 {
|
|
7266
7267
|
grid-template-columns: 70% 30%;
|
|
7267
7268
|
}
|
|
7268
7269
|
|
|
7269
|
-
.
|
|
7270
|
+
.hero-split-40-60 {
|
|
7270
7271
|
grid-template-columns: 40% 60%;
|
|
7271
7272
|
}
|
|
7272
7273
|
|
|
7273
|
-
.
|
|
7274
|
+
.hero-split-30-70 {
|
|
7274
7275
|
grid-template-columns: 30% 70%;
|
|
7275
7276
|
}
|
|
7276
7277
|
}
|
|
7277
7278
|
|
|
7278
7279
|
/* Child containers for split layouts */
|
|
7279
|
-
.
|
|
7280
|
+
.hero-text {
|
|
7280
7281
|
display: flex;
|
|
7281
7282
|
flex-direction: column;
|
|
7282
7283
|
justify-content: center;
|
|
7283
7284
|
}
|
|
7284
7285
|
|
|
7285
|
-
.
|
|
7286
|
+
.hero-media {
|
|
7286
7287
|
border-radius: var(--dm-radius-lg);
|
|
7287
7288
|
overflow: hidden;
|
|
7288
7289
|
}
|
|
7289
7290
|
|
|
7290
|
-
.
|
|
7291
|
+
.hero-media img {
|
|
7291
7292
|
width: 100%;
|
|
7292
7293
|
height: auto;
|
|
7293
7294
|
display: block;
|
|
@@ -7297,11 +7298,11 @@ code {
|
|
|
7297
7298
|
/* 2. Enhanced Overlay System - Multiple Overlay Variants */
|
|
7298
7299
|
|
|
7299
7300
|
/* Light overlay (for dark images) */
|
|
7300
|
-
.
|
|
7301
|
+
.hero-overlay-light {
|
|
7301
7302
|
position: relative;
|
|
7302
7303
|
}
|
|
7303
7304
|
|
|
7304
|
-
.
|
|
7305
|
+
.hero-overlay-light::before {
|
|
7305
7306
|
content: '';
|
|
7306
7307
|
position: absolute;
|
|
7307
7308
|
inset: 0;
|
|
@@ -7310,17 +7311,17 @@ code {
|
|
|
7310
7311
|
border-radius: inherit;
|
|
7311
7312
|
}
|
|
7312
7313
|
|
|
7313
|
-
.
|
|
7314
|
+
.hero-overlay-light > * {
|
|
7314
7315
|
position: relative;
|
|
7315
7316
|
z-index: 2;
|
|
7316
7317
|
}
|
|
7317
7318
|
|
|
7318
7319
|
/* Dark overlay (for bright images) */
|
|
7319
|
-
.
|
|
7320
|
+
.hero-overlay-dark {
|
|
7320
7321
|
position: relative;
|
|
7321
7322
|
}
|
|
7322
7323
|
|
|
7323
|
-
.
|
|
7324
|
+
.hero-overlay-dark::before {
|
|
7324
7325
|
content: '';
|
|
7325
7326
|
position: absolute;
|
|
7326
7327
|
inset: 0;
|
|
@@ -7329,17 +7330,17 @@ code {
|
|
|
7329
7330
|
border-radius: inherit;
|
|
7330
7331
|
}
|
|
7331
7332
|
|
|
7332
|
-
.
|
|
7333
|
+
.hero-overlay-dark > * {
|
|
7333
7334
|
position: relative;
|
|
7334
7335
|
z-index: 2;
|
|
7335
7336
|
}
|
|
7336
7337
|
|
|
7337
7338
|
/* Extra dark overlay for maximum contrast */
|
|
7338
|
-
.
|
|
7339
|
+
.hero-overlay-darker {
|
|
7339
7340
|
position: relative;
|
|
7340
7341
|
}
|
|
7341
7342
|
|
|
7342
|
-
.
|
|
7343
|
+
.hero-overlay-darker::before {
|
|
7343
7344
|
content: '';
|
|
7344
7345
|
position: absolute;
|
|
7345
7346
|
inset: 0;
|
|
@@ -7348,17 +7349,17 @@ code {
|
|
|
7348
7349
|
border-radius: inherit;
|
|
7349
7350
|
}
|
|
7350
7351
|
|
|
7351
|
-
.
|
|
7352
|
+
.hero-overlay-darker > * {
|
|
7352
7353
|
position: relative;
|
|
7353
7354
|
z-index: 2;
|
|
7354
7355
|
}
|
|
7355
7356
|
|
|
7356
7357
|
/* Gradient overlay (bottom to top fade) */
|
|
7357
|
-
.
|
|
7358
|
+
.hero-overlay-gradient {
|
|
7358
7359
|
position: relative;
|
|
7359
7360
|
}
|
|
7360
7361
|
|
|
7361
|
-
.
|
|
7362
|
+
.hero-overlay-gradient::before {
|
|
7362
7363
|
content: '';
|
|
7363
7364
|
position: absolute;
|
|
7364
7365
|
inset: 0;
|
|
@@ -7367,17 +7368,17 @@ code {
|
|
|
7367
7368
|
border-radius: inherit;
|
|
7368
7369
|
}
|
|
7369
7370
|
|
|
7370
|
-
.
|
|
7371
|
+
.hero-overlay-gradient > * {
|
|
7371
7372
|
position: relative;
|
|
7372
7373
|
z-index: 2;
|
|
7373
7374
|
}
|
|
7374
7375
|
|
|
7375
7376
|
/* Gradient overlay variant - top to bottom */
|
|
7376
|
-
.
|
|
7377
|
+
.hero-overlay-gradient-reverse {
|
|
7377
7378
|
position: relative;
|
|
7378
7379
|
}
|
|
7379
7380
|
|
|
7380
|
-
.
|
|
7381
|
+
.hero-overlay-gradient-reverse::before {
|
|
7381
7382
|
content: '';
|
|
7382
7383
|
position: absolute;
|
|
7383
7384
|
inset: 0;
|
|
@@ -7386,14 +7387,14 @@ code {
|
|
|
7386
7387
|
border-radius: inherit;
|
|
7387
7388
|
}
|
|
7388
7389
|
|
|
7389
|
-
.
|
|
7390
|
+
.hero-overlay-gradient-reverse > * {
|
|
7390
7391
|
position: relative;
|
|
7391
7392
|
z-index: 2;
|
|
7392
7393
|
}
|
|
7393
7394
|
|
|
7394
7395
|
/* 3. Announcement Badges - Small notification badges */
|
|
7395
7396
|
|
|
7396
|
-
.
|
|
7397
|
+
.hero-badge {
|
|
7397
7398
|
display: inline-flex;
|
|
7398
7399
|
align-items: center;
|
|
7399
7400
|
gap: var(--dm-space-2);
|
|
@@ -7407,39 +7408,39 @@ code {
|
|
|
7407
7408
|
line-height: 1.5;
|
|
7408
7409
|
}
|
|
7409
7410
|
|
|
7410
|
-
.
|
|
7411
|
+
.hero-badge-secondary {
|
|
7411
7412
|
background: var(--dm-gray-200);
|
|
7412
7413
|
color: var(--dm-gray-900);
|
|
7413
7414
|
}
|
|
7414
7415
|
|
|
7415
|
-
.
|
|
7416
|
+
.hero-badge-outline {
|
|
7416
7417
|
background: transparent;
|
|
7417
7418
|
border: 1px solid currentColor;
|
|
7418
7419
|
color: inherit;
|
|
7419
7420
|
}
|
|
7420
7421
|
|
|
7421
|
-
.
|
|
7422
|
+
.hero-badge-success {
|
|
7422
7423
|
background: var(--dm-success);
|
|
7423
7424
|
color: white;
|
|
7424
7425
|
}
|
|
7425
7426
|
|
|
7426
|
-
.
|
|
7427
|
+
.hero-badge-warning {
|
|
7427
7428
|
background: var(--dm-warning);
|
|
7428
7429
|
color: var(--dm-gray-900);
|
|
7429
7430
|
}
|
|
7430
7431
|
|
|
7431
|
-
.
|
|
7432
|
+
.hero-badge-danger {
|
|
7432
7433
|
background: var(--dm-danger);
|
|
7433
7434
|
color: white;
|
|
7434
7435
|
}
|
|
7435
7436
|
|
|
7436
|
-
.
|
|
7437
|
+
.hero-badge-info {
|
|
7437
7438
|
background: var(--dm-info);
|
|
7438
7439
|
color: white;
|
|
7439
7440
|
}
|
|
7440
7441
|
|
|
7441
7442
|
/* Badge icon/emoji support */
|
|
7442
|
-
.
|
|
7443
|
+
.hero-badge-icon {
|
|
7443
7444
|
display: inline-block;
|
|
7444
7445
|
width: 1em;
|
|
7445
7446
|
height: 1em;
|
|
@@ -7449,250 +7450,105 @@ code {
|
|
|
7449
7450
|
/* 4. Responsive Utilities - Advanced responsive behaviors */
|
|
7450
7451
|
|
|
7451
7452
|
/* Responsive typography using CSS clamp (fluid scaling) */
|
|
7452
|
-
.
|
|
7453
|
+
.hero-title-responsive {
|
|
7453
7454
|
font-size: clamp(2rem, 5vw, 3.5rem);
|
|
7454
7455
|
line-height: 1.2;
|
|
7455
7456
|
}
|
|
7456
7457
|
|
|
7457
|
-
.
|
|
7458
|
+
.hero-subtitle-responsive {
|
|
7458
7459
|
font-size: clamp(1rem, 2.5vw, 1.5rem);
|
|
7459
7460
|
line-height: 1.5;
|
|
7460
7461
|
}
|
|
7461
7462
|
|
|
7462
7463
|
/* Responsive spacing */
|
|
7463
|
-
.
|
|
7464
|
+
.hero-responsive {
|
|
7464
7465
|
padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 3vw, 2rem);
|
|
7465
7466
|
}
|
|
7466
7467
|
|
|
7467
7468
|
/* Conditional display utilities */
|
|
7468
|
-
.
|
|
7469
|
+
.hero-hide-mobile {
|
|
7469
7470
|
display: none;
|
|
7470
7471
|
}
|
|
7471
7472
|
|
|
7472
7473
|
@media (min-width: 768px) {
|
|
7473
|
-
.
|
|
7474
|
+
.hero-hide-mobile {
|
|
7474
7475
|
display: block;
|
|
7475
7476
|
}
|
|
7476
7477
|
}
|
|
7477
7478
|
|
|
7478
|
-
.
|
|
7479
|
+
.hero-show-mobile {
|
|
7479
7480
|
display: block;
|
|
7480
7481
|
}
|
|
7481
7482
|
|
|
7482
7483
|
@media (min-width: 768px) {
|
|
7483
|
-
.
|
|
7484
|
+
.hero-show-mobile {
|
|
7484
7485
|
display: none;
|
|
7485
7486
|
}
|
|
7486
7487
|
}
|
|
7487
7488
|
|
|
7488
7489
|
/* Responsive alignment */
|
|
7489
|
-
.
|
|
7490
|
+
.hero-center-mobile {
|
|
7490
7491
|
text-align: center;
|
|
7491
7492
|
}
|
|
7492
7493
|
|
|
7493
7494
|
@media (min-width: 768px) {
|
|
7494
|
-
.
|
|
7495
|
+
.hero-center-mobile {
|
|
7495
7496
|
text-align: left;
|
|
7496
7497
|
}
|
|
7497
7498
|
}
|
|
7498
7499
|
|
|
7499
|
-
.
|
|
7500
|
+
.hero-left-mobile {
|
|
7500
7501
|
text-align: left;
|
|
7501
7502
|
}
|
|
7502
7503
|
|
|
7503
7504
|
@media (min-width: 768px) {
|
|
7504
|
-
.
|
|
7505
|
+
.hero-left-mobile {
|
|
7505
7506
|
text-align: center;
|
|
7506
7507
|
}
|
|
7507
7508
|
}
|
|
7508
7509
|
|
|
7509
7510
|
/* 5. Additional Gradient Variants - Modern gradient backgrounds */
|
|
7510
7511
|
|
|
7511
|
-
.
|
|
7512
|
+
.hero-gradient-purple {
|
|
7512
7513
|
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
|
7513
7514
|
color: white;
|
|
7514
7515
|
}
|
|
7515
7516
|
|
|
7516
|
-
.
|
|
7517
|
+
.hero-gradient-blue {
|
|
7517
7518
|
background: linear-gradient(135deg, #3b82f6 0%, #1e40af 100%);
|
|
7518
7519
|
color: white;
|
|
7519
7520
|
}
|
|
7520
7521
|
|
|
7521
|
-
.
|
|
7522
|
+
.hero-gradient-green {
|
|
7522
7523
|
background: linear-gradient(135deg, #10b981 0%, #059669 100%);
|
|
7523
7524
|
color: white;
|
|
7524
7525
|
}
|
|
7525
7526
|
|
|
7526
|
-
.
|
|
7527
|
+
.hero-gradient-sunset {
|
|
7527
7528
|
background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
|
|
7528
7529
|
color: white;
|
|
7529
7530
|
}
|
|
7530
7531
|
|
|
7531
|
-
.
|
|
7532
|
+
.hero-gradient-ocean {
|
|
7532
7533
|
background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 100%);
|
|
7533
7534
|
color: white;
|
|
7534
7535
|
}
|
|
7535
7536
|
|
|
7536
|
-
.
|
|
7537
|
+
.hero-gradient-rose {
|
|
7537
7538
|
background: linear-gradient(135deg, #ec4899 0%, #f43f5e 100%);
|
|
7538
7539
|
color: white;
|
|
7539
7540
|
}
|
|
7540
7541
|
|
|
7541
|
-
.
|
|
7542
|
+
.hero-gradient-forest {
|
|
7542
7543
|
background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
|
|
7543
7544
|
color: white;
|
|
7544
7545
|
}
|
|
7545
7546
|
|
|
7546
|
-
.
|
|
7547
|
+
.hero-gradient-night {
|
|
7547
7548
|
background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
|
|
7548
7549
|
color: white;
|
|
7549
7550
|
}
|
|
7550
7551
|
|
|
7551
|
-
|
|
7552
|
-
/* ============================================
|
|
7553
|
-
HERO SECTION - MOBILE FIRST
|
|
7554
|
-
============================================ */
|
|
7555
|
-
|
|
7556
|
-
/* Base Hero - Mobile Default */
|
|
7557
|
-
.hero {
|
|
7558
|
-
padding: 3rem 1rem; /* Reduced side padding to minimize whitespace */
|
|
7559
|
-
text-align: center;
|
|
7560
|
-
position: relative;
|
|
7561
|
-
background: var(--dm-surface);
|
|
7562
|
-
color: var(--dm-text);
|
|
7563
|
-
width: 100%; /* Ensure full width */
|
|
7564
|
-
box-sizing: border-box; /* Include padding in width calculation */
|
|
7565
|
-
}
|
|
7566
|
-
|
|
7567
|
-
.hero h1,
|
|
7568
|
-
.hero .hero-title {
|
|
7569
|
-
font-size: 2rem; /* Mobile-optimized title size */
|
|
7570
|
-
font-weight: 700;
|
|
7571
|
-
margin-bottom: 1rem;
|
|
7572
|
-
line-height: 1.2;
|
|
7573
|
-
}
|
|
7574
|
-
|
|
7575
|
-
.hero p,
|
|
7576
|
-
.hero .hero-subtitle {
|
|
7577
|
-
font-size: 1rem; /* Mobile-optimized text size */
|
|
7578
|
-
max-width: 600px;
|
|
7579
|
-
margin: 0 auto 2rem;
|
|
7580
|
-
opacity: 0.9;
|
|
7581
|
-
}
|
|
7582
|
-
|
|
7583
|
-
.hero code {
|
|
7584
|
-
background: rgba(0, 0, 0, 0.1);
|
|
7585
|
-
padding: 0.25rem 0.5rem;
|
|
7586
|
-
border-radius: var(--dm-radius-sm);
|
|
7587
|
-
}
|
|
7588
|
-
|
|
7589
|
-
.hero .hero-actions {
|
|
7590
|
-
display: flex;
|
|
7591
|
-
gap: 1rem;
|
|
7592
|
-
justify-content: center;
|
|
7593
|
-
flex-wrap: wrap;
|
|
7594
|
-
}
|
|
7595
|
-
|
|
7596
|
-
/* Hero Size Variants - Mobile Default */
|
|
7597
|
-
.hero-sm {
|
|
7598
|
-
padding: 2rem 0.75rem;
|
|
7599
|
-
}
|
|
7600
|
-
|
|
7601
|
-
.hero-sm h1,
|
|
7602
|
-
.hero-sm .hero-title {
|
|
7603
|
-
font-size: 1.75rem;
|
|
7604
|
-
}
|
|
7605
|
-
|
|
7606
|
-
.hero-sm p,
|
|
7607
|
-
.hero-sm .hero-subtitle {
|
|
7608
|
-
font-size: 0.875rem;
|
|
7609
|
-
}
|
|
7610
|
-
|
|
7611
|
-
.hero-lg {
|
|
7612
|
-
padding: 4rem 1rem;
|
|
7613
|
-
}
|
|
7614
|
-
|
|
7615
|
-
.hero-lg h1,
|
|
7616
|
-
.hero-lg .hero-title {
|
|
7617
|
-
font-size: 2.5rem;
|
|
7618
|
-
}
|
|
7619
|
-
|
|
7620
|
-
.hero-full {
|
|
7621
|
-
min-height: 100vh;
|
|
7622
|
-
min-height: 100dvh; /* Dynamic viewport height for mobile browsers */
|
|
7623
|
-
display: flex;
|
|
7624
|
-
flex-direction: column;
|
|
7625
|
-
justify-content: center;
|
|
7626
|
-
align-items: center;
|
|
7627
|
-
}
|
|
7628
|
-
|
|
7629
|
-
/* Hero Text Color Variants */
|
|
7630
|
-
.hero-light {
|
|
7631
|
-
color: var(--dm-white);
|
|
7632
|
-
}
|
|
7633
|
-
|
|
7634
|
-
.hero-dark {
|
|
7635
|
-
color: var(--dm-gray-900);
|
|
7636
|
-
}
|
|
7637
|
-
|
|
7638
|
-
/* Hero Background Variants */
|
|
7639
|
-
.hero-gradient-primary {
|
|
7640
|
-
background: linear-gradient(135deg, var(--dm-primary) 0%, var(--dm-primary-hover) 100%);
|
|
7641
|
-
color: var(--dm-white);
|
|
7642
|
-
}
|
|
7643
|
-
|
|
7644
|
-
.hero-gradient-secondary {
|
|
7645
|
-
background: linear-gradient(135deg, var(--dm-secondary) 0%, var(--dm-secondary-hover) 100%);
|
|
7646
|
-
color: var(--dm-white);
|
|
7647
|
-
}
|
|
7648
|
-
|
|
7649
|
-
/* ============================================
|
|
7650
|
-
HERO - DESKTOP ENHANCEMENTS
|
|
7651
|
-
============================================ */
|
|
7652
|
-
|
|
7653
|
-
/* Desktop (≥769px) */
|
|
7654
|
-
@media (min-width: 769px) {
|
|
7655
|
-
.hero {
|
|
7656
|
-
padding: 4rem 2rem; /* Desktop: more generous padding */
|
|
7657
|
-
}
|
|
7658
|
-
|
|
7659
|
-
.hero h1,
|
|
7660
|
-
.hero .hero-title {
|
|
7661
|
-
font-size: 3rem; /* Desktop: larger title */
|
|
7662
|
-
}
|
|
7663
|
-
|
|
7664
|
-
.hero p,
|
|
7665
|
-
.hero .hero-subtitle {
|
|
7666
|
-
font-size: 1.25rem; /* Desktop: larger text */
|
|
7667
|
-
}
|
|
7668
|
-
|
|
7669
|
-
/* Desktop size variants */
|
|
7670
|
-
.hero-sm {
|
|
7671
|
-
padding: 2rem 1rem;
|
|
7672
|
-
}
|
|
7673
|
-
|
|
7674
|
-
.hero-sm h1,
|
|
7675
|
-
.hero-sm .hero-title {
|
|
7676
|
-
font-size: 2rem;
|
|
7677
|
-
}
|
|
7678
|
-
|
|
7679
|
-
.hero-sm p,
|
|
7680
|
-
.hero-sm .hero-subtitle {
|
|
7681
|
-
font-size: 1rem;
|
|
7682
|
-
}
|
|
7683
|
-
|
|
7684
|
-
.hero-lg {
|
|
7685
|
-
padding: 6rem 2rem;
|
|
7686
|
-
}
|
|
7687
|
-
|
|
7688
|
-
.hero-lg h1,
|
|
7689
|
-
.hero-lg .hero-title {
|
|
7690
|
-
font-size: 4rem;
|
|
7691
|
-
}
|
|
7692
|
-
}
|
|
7693
|
-
|
|
7694
|
-
|
|
7695
|
-
/* ============================================
|
|
7696
7552
|
CAROUSEL
|
|
7697
7553
|
============================================ */
|
|
7698
7554
|
|
|
@@ -9752,6 +9608,47 @@ code {
|
|
|
9752
9608
|
background-color: var(--dm-info);
|
|
9753
9609
|
}
|
|
9754
9610
|
|
|
9611
|
+
/* Toast internal structure */
|
|
9612
|
+
.domma-toast-icon {
|
|
9613
|
+
flex-shrink: 0;
|
|
9614
|
+
margin-right: 0.75rem;
|
|
9615
|
+
}
|
|
9616
|
+
|
|
9617
|
+
.domma-toast-content {
|
|
9618
|
+
flex-grow: 1;
|
|
9619
|
+
min-width: 0;
|
|
9620
|
+
}
|
|
9621
|
+
|
|
9622
|
+
.domma-toast-title {
|
|
9623
|
+
font-weight: 600;
|
|
9624
|
+
margin-bottom: 0.25rem;
|
|
9625
|
+
}
|
|
9626
|
+
|
|
9627
|
+
.domma-toast-message {
|
|
9628
|
+
font-size: 0.9rem;
|
|
9629
|
+
opacity: 0.9;
|
|
9630
|
+
}
|
|
9631
|
+
|
|
9632
|
+
.domma-toast-close {
|
|
9633
|
+
flex-shrink: 0;
|
|
9634
|
+
margin-left: auto;
|
|
9635
|
+
padding-left: 0.75rem;
|
|
9636
|
+
background: none;
|
|
9637
|
+
border: none;
|
|
9638
|
+
color: inherit;
|
|
9639
|
+
cursor: pointer;
|
|
9640
|
+
opacity: 0.7;
|
|
9641
|
+
transition: opacity 0.15s;
|
|
9642
|
+
}
|
|
9643
|
+
|
|
9644
|
+
.domma-toast-close:hover {
|
|
9645
|
+
opacity: 1;
|
|
9646
|
+
}
|
|
9647
|
+
|
|
9648
|
+
.domma-toast-close svg {
|
|
9649
|
+
display: block;
|
|
9650
|
+
}
|
|
9651
|
+
|
|
9755
9652
|
|
|
9756
9653
|
/* ============================================
|
|
9757
9654
|
BACK TO TOP BUTTON
|
|
@@ -11485,11 +11382,11 @@ code {
|
|
|
11485
11382
|
============================================ */
|
|
11486
11383
|
|
|
11487
11384
|
/*!
|
|
11488
|
-
* Domma Themes v0.9.
|
|
11385
|
+
* Domma Themes v0.9.4-alpha
|
|
11489
11386
|
* Dynamic Object Manipulation & Modeling API
|
|
11490
11387
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
11491
|
-
* Built: 2026-01-
|
|
11492
|
-
* Commit:
|
|
11388
|
+
* Built: 2026-01-13T22:46:23.136Z
|
|
11389
|
+
* Commit: 656a69e
|
|
11493
11390
|
*/
|
|
11494
11391
|
|
|
11495
11392
|
/**
|