domma-js 0.16.0 → 0.16.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "domma-js",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "description": "Dynamic Object Manipulation & Modeling API - A complete front-end toolkit.",
5
5
  "main": "public/dist/domma.min.js",
6
6
  "module": "public/dist/domma.esm.js",
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * Domma Complete CSS Bundle v0.16.0
2
+ * Domma Complete CSS Bundle v0.16.1
3
3
  * Dynamic Object Manipulation & Modeling API
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-02-15T19:34:06.411Z
5
+ * Built: 2026-02-16T12:01:52.433Z
6
6
  */
7
7
 
8
8
  /* ============================================
@@ -11,11 +11,11 @@
11
11
  ============================================ */
12
12
 
13
13
  /*!
14
- * Domma Core CSS v0.16.0
14
+ * Domma Core CSS v0.16.1
15
15
  * Dynamic Object Manipulation & Modeling API
16
16
  * (c) 2026 Darryl Waterhouse & DCBW-IT
17
- * Built: 2026-02-15T19:34:06.099Z
18
- * Commit: 04c480c
17
+ * Built: 2026-02-16T12:01:52.122Z
18
+ * Commit: e78f840
19
19
  */
20
20
 
21
21
  /**
@@ -3255,9 +3255,9 @@ code, pre {
3255
3255
  }
3256
3256
  }
3257
3257
 
3258
- /* Typewriter Effect Keyframes */
3258
+ /* Scribe Effect Keyframes */
3259
3259
 
3260
- @keyframes dm-cursor-blink {
3260
+ @keyframes dm-scribe-cursor-blink {
3261
3261
  0%, 100% {
3262
3262
  opacity: 1;
3263
3263
  }
@@ -3266,7 +3266,7 @@ code, pre {
3266
3266
  }
3267
3267
  }
3268
3268
 
3269
- @keyframes dm-tw-fade {
3269
+ @keyframes dm-scribe-fade {
3270
3270
  from {
3271
3271
  opacity: 0;
3272
3272
  transform: translateZ(0);
@@ -3277,7 +3277,7 @@ code, pre {
3277
3277
  }
3278
3278
  }
3279
3279
 
3280
- @keyframes dm-tw-bounce {
3280
+ @keyframes dm-scribe-bounce {
3281
3281
  0% {
3282
3282
  opacity: 0;
3283
3283
  transform: translateY(-8px) translateZ(0);
@@ -3295,7 +3295,7 @@ code, pre {
3295
3295
  }
3296
3296
  }
3297
3297
 
3298
- @keyframes dm-tw-glow {
3298
+ @keyframes dm-scribe-glow {
3299
3299
  0% {
3300
3300
  opacity: 0;
3301
3301
  transform: scale(0.8) translateZ(0);
@@ -3313,28 +3313,28 @@ code, pre {
3313
3313
  }
3314
3314
  }
3315
3315
 
3316
- /* Typewriter Classes */
3316
+ /* Scribe Classes */
3317
3317
 
3318
- .dm-tw-cursor {
3318
+ .dm-scribe-cursor {
3319
3319
  display: inline;
3320
3320
  white-space: pre;
3321
3321
  font-weight: 600;
3322
3322
  margin-left: 2px;
3323
3323
  vertical-align: 0.08em;
3324
- animation: dm-cursor-blink 1s ease-in-out infinite;
3324
+ animation: dm-scribe-cursor-blink 1s ease-in-out infinite;
3325
3325
  }
3326
3326
 
3327
- .dm-tw-cursor.dm-tw-cursor-no-blink {
3327
+ .dm-scribe-cursor.dm-scribe-cursor-no-blink {
3328
3328
  animation: none;
3329
3329
  opacity: 1;
3330
3330
  }
3331
3331
 
3332
3332
  /* Cursor Types */
3333
- .dm-tw-cursor-caret {
3333
+ .dm-scribe-cursor-caret {
3334
3334
  /* Default - thin vertical line */
3335
3335
  }
3336
3336
 
3337
- .dm-tw-cursor-block {
3337
+ .dm-scribe-cursor-block {
3338
3338
  padding: 0;
3339
3339
  background: currentColor;
3340
3340
  color: var(--dm-background, #fff);
@@ -3343,17 +3343,20 @@ code, pre {
3343
3343
  line-height: 0.9;
3344
3344
  }
3345
3345
 
3346
- .dm-tw-cursor-block.dm-tw-cursor-no-blink {
3346
+ .dm-scribe-cursor-block.dm-scribe-cursor-no-blink {
3347
3347
  opacity: 0.6;
3348
3348
  }
3349
3349
 
3350
- .dm-tw-cursor-underline {
3350
+ .dm-scribe-cursor-underline {
3351
3351
  border-bottom: 2px solid currentColor;
3352
3352
  padding: 0;
3353
3353
  min-width: 0.5em;
3354
3354
  }
3355
3355
 
3356
- .dm-tw-char {
3356
+ /* Unit base styling (shared across modes) */
3357
+ .dm-scribe-char,
3358
+ .dm-scribe-word,
3359
+ .dm-scribe-sentence {
3357
3360
  display: inline;
3358
3361
  white-space: pre;
3359
3362
  font-weight: 600;
@@ -3364,16 +3367,17 @@ code, pre {
3364
3367
  transform: translateZ(0);
3365
3368
  }
3366
3369
 
3367
- .dm-tw-char-fade {
3368
- animation: dm-tw-fade 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
3370
+ /* Effect classes (shared across modes) */
3371
+ .dm-scribe-fade {
3372
+ animation: dm-scribe-fade 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
3369
3373
  }
3370
3374
 
3371
- .dm-tw-char-bounce {
3372
- animation: dm-tw-bounce 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
3375
+ .dm-scribe-bounce {
3376
+ animation: dm-scribe-bounce 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
3373
3377
  }
3374
3378
 
3375
- .dm-tw-char-glow {
3376
- animation: dm-tw-glow 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
3379
+ .dm-scribe-glow {
3380
+ animation: dm-scribe-glow 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
3377
3381
  }
3378
3382
 
3379
3383
  /* =================================================================
@@ -4703,11 +4707,11 @@ body.dm-cloaked.dm-ready {
4703
4707
  ============================================ */
4704
4708
 
4705
4709
  /*!
4706
- * Domma Grid CSS v0.16.0
4710
+ * Domma Grid CSS v0.16.1
4707
4711
  * Dynamic Object Manipulation & Modeling API
4708
4712
  * (c) 2026 Darryl Waterhouse & DCBW-IT
4709
- * Built: 2026-02-15T19:34:06.108Z
4710
- * Commit: 04c480c
4713
+ * Built: 2026-02-16T12:01:52.130Z
4714
+ * Commit: e78f840
4711
4715
  */
4712
4716
 
4713
4717
  /**
@@ -5304,11 +5308,11 @@ body.dm-cloaked.dm-ready {
5304
5308
  ============================================ */
5305
5309
 
5306
5310
  /*!
5307
- * Domma Elements CSS v0.16.0
5311
+ * Domma Elements CSS v0.16.1
5308
5312
  * Dynamic Object Manipulation & Modeling API
5309
5313
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5310
- * Built: 2026-02-15T19:34:06.115Z
5311
- * Commit: 04c480c
5314
+ * Built: 2026-02-16T12:01:52.137Z
5315
+ * Commit: e78f840
5312
5316
  */
5313
5317
 
5314
5318
  /**
@@ -11854,11 +11858,11 @@ code {
11854
11858
  ============================================ */
11855
11859
 
11856
11860
  /*!
11857
- * Domma Themes v0.16.0
11861
+ * Domma Themes v0.16.1
11858
11862
  * Dynamic Object Manipulation & Modeling API
11859
11863
  * (c) 2026 Darryl Waterhouse & DCBW-IT
11860
- * Built: 2026-02-15T19:34:06.077Z
11861
- * Commit: 04c480c
11864
+ * Built: 2026-02-16T12:01:52.097Z
11865
+ * Commit: e78f840
11862
11866
  */
11863
11867
 
11864
11868
  /**
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * Domma Data-Focused CSS Bundle v0.16.0
2
+ * Domma Data-Focused CSS Bundle v0.16.1
3
3
  * Dynamic Object Manipulation & Modeling API
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-02-15T19:34:06.402Z
5
+ * Built: 2026-02-16T12:01:52.423Z
6
6
  */
7
7
 
8
8
  /* ============================================
@@ -230,11 +230,11 @@
230
230
  ============================================ */
231
231
 
232
232
  /*!
233
- * Domma Core CSS v0.16.0
233
+ * Domma Core CSS v0.16.1
234
234
  * Dynamic Object Manipulation & Modeling API
235
235
  * (c) 2026 Darryl Waterhouse & DCBW-IT
236
- * Built: 2026-02-15T19:34:06.099Z
237
- * Commit: 04c480c
236
+ * Built: 2026-02-16T12:01:52.122Z
237
+ * Commit: e78f840
238
238
  */
239
239
 
240
240
  /**
@@ -3474,9 +3474,9 @@ code, pre {
3474
3474
  }
3475
3475
  }
3476
3476
 
3477
- /* Typewriter Effect Keyframes */
3477
+ /* Scribe Effect Keyframes */
3478
3478
 
3479
- @keyframes dm-cursor-blink {
3479
+ @keyframes dm-scribe-cursor-blink {
3480
3480
  0%, 100% {
3481
3481
  opacity: 1;
3482
3482
  }
@@ -3485,7 +3485,7 @@ code, pre {
3485
3485
  }
3486
3486
  }
3487
3487
 
3488
- @keyframes dm-tw-fade {
3488
+ @keyframes dm-scribe-fade {
3489
3489
  from {
3490
3490
  opacity: 0;
3491
3491
  transform: translateZ(0);
@@ -3496,7 +3496,7 @@ code, pre {
3496
3496
  }
3497
3497
  }
3498
3498
 
3499
- @keyframes dm-tw-bounce {
3499
+ @keyframes dm-scribe-bounce {
3500
3500
  0% {
3501
3501
  opacity: 0;
3502
3502
  transform: translateY(-8px) translateZ(0);
@@ -3514,7 +3514,7 @@ code, pre {
3514
3514
  }
3515
3515
  }
3516
3516
 
3517
- @keyframes dm-tw-glow {
3517
+ @keyframes dm-scribe-glow {
3518
3518
  0% {
3519
3519
  opacity: 0;
3520
3520
  transform: scale(0.8) translateZ(0);
@@ -3532,28 +3532,28 @@ code, pre {
3532
3532
  }
3533
3533
  }
3534
3534
 
3535
- /* Typewriter Classes */
3535
+ /* Scribe Classes */
3536
3536
 
3537
- .dm-tw-cursor {
3537
+ .dm-scribe-cursor {
3538
3538
  display: inline;
3539
3539
  white-space: pre;
3540
3540
  font-weight: 600;
3541
3541
  margin-left: 2px;
3542
3542
  vertical-align: 0.08em;
3543
- animation: dm-cursor-blink 1s ease-in-out infinite;
3543
+ animation: dm-scribe-cursor-blink 1s ease-in-out infinite;
3544
3544
  }
3545
3545
 
3546
- .dm-tw-cursor.dm-tw-cursor-no-blink {
3546
+ .dm-scribe-cursor.dm-scribe-cursor-no-blink {
3547
3547
  animation: none;
3548
3548
  opacity: 1;
3549
3549
  }
3550
3550
 
3551
3551
  /* Cursor Types */
3552
- .dm-tw-cursor-caret {
3552
+ .dm-scribe-cursor-caret {
3553
3553
  /* Default - thin vertical line */
3554
3554
  }
3555
3555
 
3556
- .dm-tw-cursor-block {
3556
+ .dm-scribe-cursor-block {
3557
3557
  padding: 0;
3558
3558
  background: currentColor;
3559
3559
  color: var(--dm-background, #fff);
@@ -3562,17 +3562,20 @@ code, pre {
3562
3562
  line-height: 0.9;
3563
3563
  }
3564
3564
 
3565
- .dm-tw-cursor-block.dm-tw-cursor-no-blink {
3565
+ .dm-scribe-cursor-block.dm-scribe-cursor-no-blink {
3566
3566
  opacity: 0.6;
3567
3567
  }
3568
3568
 
3569
- .dm-tw-cursor-underline {
3569
+ .dm-scribe-cursor-underline {
3570
3570
  border-bottom: 2px solid currentColor;
3571
3571
  padding: 0;
3572
3572
  min-width: 0.5em;
3573
3573
  }
3574
3574
 
3575
- .dm-tw-char {
3575
+ /* Unit base styling (shared across modes) */
3576
+ .dm-scribe-char,
3577
+ .dm-scribe-word,
3578
+ .dm-scribe-sentence {
3576
3579
  display: inline;
3577
3580
  white-space: pre;
3578
3581
  font-weight: 600;
@@ -3583,16 +3586,17 @@ code, pre {
3583
3586
  transform: translateZ(0);
3584
3587
  }
3585
3588
 
3586
- .dm-tw-char-fade {
3587
- animation: dm-tw-fade 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
3589
+ /* Effect classes (shared across modes) */
3590
+ .dm-scribe-fade {
3591
+ animation: dm-scribe-fade 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
3588
3592
  }
3589
3593
 
3590
- .dm-tw-char-bounce {
3591
- animation: dm-tw-bounce 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
3594
+ .dm-scribe-bounce {
3595
+ animation: dm-scribe-bounce 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
3592
3596
  }
3593
3597
 
3594
- .dm-tw-char-glow {
3595
- animation: dm-tw-glow 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
3598
+ .dm-scribe-glow {
3599
+ animation: dm-scribe-glow 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
3596
3600
  }
3597
3601
 
3598
3602
  /* =================================================================
@@ -4922,11 +4926,11 @@ body.dm-cloaked.dm-ready {
4922
4926
  ============================================ */
4923
4927
 
4924
4928
  /*!
4925
- * Domma Grid CSS v0.16.0
4929
+ * Domma Grid CSS v0.16.1
4926
4930
  * Dynamic Object Manipulation & Modeling API
4927
4931
  * (c) 2026 Darryl Waterhouse & DCBW-IT
4928
- * Built: 2026-02-15T19:34:06.108Z
4929
- * Commit: 04c480c
4932
+ * Built: 2026-02-16T12:01:52.130Z
4933
+ * Commit: e78f840
4930
4934
  */
4931
4935
 
4932
4936
  /**
@@ -5523,11 +5527,11 @@ body.dm-cloaked.dm-ready {
5523
5527
  ============================================ */
5524
5528
 
5525
5529
  /*!
5526
- * Domma Elements CSS v0.16.0
5530
+ * Domma Elements CSS v0.16.1
5527
5531
  * Dynamic Object Manipulation & Modeling API
5528
5532
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5529
- * Built: 2026-02-15T19:34:06.115Z
5530
- * Commit: 04c480c
5533
+ * Built: 2026-02-16T12:01:52.137Z
5534
+ * Commit: e78f840
5531
5535
  */
5532
5536
 
5533
5537
  /**
@@ -12073,11 +12077,11 @@ code {
12073
12077
  ============================================ */
12074
12078
 
12075
12079
  /*!
12076
- * Domma Themes v0.16.0
12080
+ * Domma Themes v0.16.1
12077
12081
  * Dynamic Object Manipulation & Modeling API
12078
12082
  * (c) 2026 Darryl Waterhouse & DCBW-IT
12079
- * Built: 2026-02-15T19:34:06.077Z
12080
- * Commit: 04c480c
12083
+ * Built: 2026-02-16T12:01:52.097Z
12084
+ * Commit: e78f840
12081
12085
  */
12082
12086
 
12083
12087
  /**
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * Domma Essentials CSS Bundle v0.16.0
2
+ * Domma Essentials CSS Bundle v0.16.1
3
3
  * Dynamic Object Manipulation & Modeling API
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-02-15T19:34:06.389Z
5
+ * Built: 2026-02-16T12:01:52.409Z
6
6
  */
7
7
 
8
8
  /* ============================================
@@ -230,11 +230,11 @@
230
230
  ============================================ */
231
231
 
232
232
  /*!
233
- * Domma Core CSS v0.16.0
233
+ * Domma Core CSS v0.16.1
234
234
  * Dynamic Object Manipulation & Modeling API
235
235
  * (c) 2026 Darryl Waterhouse & DCBW-IT
236
- * Built: 2026-02-15T19:34:06.099Z
237
- * Commit: 04c480c
236
+ * Built: 2026-02-16T12:01:52.122Z
237
+ * Commit: e78f840
238
238
  */
239
239
 
240
240
  /**
@@ -3474,9 +3474,9 @@ code, pre {
3474
3474
  }
3475
3475
  }
3476
3476
 
3477
- /* Typewriter Effect Keyframes */
3477
+ /* Scribe Effect Keyframes */
3478
3478
 
3479
- @keyframes dm-cursor-blink {
3479
+ @keyframes dm-scribe-cursor-blink {
3480
3480
  0%, 100% {
3481
3481
  opacity: 1;
3482
3482
  }
@@ -3485,7 +3485,7 @@ code, pre {
3485
3485
  }
3486
3486
  }
3487
3487
 
3488
- @keyframes dm-tw-fade {
3488
+ @keyframes dm-scribe-fade {
3489
3489
  from {
3490
3490
  opacity: 0;
3491
3491
  transform: translateZ(0);
@@ -3496,7 +3496,7 @@ code, pre {
3496
3496
  }
3497
3497
  }
3498
3498
 
3499
- @keyframes dm-tw-bounce {
3499
+ @keyframes dm-scribe-bounce {
3500
3500
  0% {
3501
3501
  opacity: 0;
3502
3502
  transform: translateY(-8px) translateZ(0);
@@ -3514,7 +3514,7 @@ code, pre {
3514
3514
  }
3515
3515
  }
3516
3516
 
3517
- @keyframes dm-tw-glow {
3517
+ @keyframes dm-scribe-glow {
3518
3518
  0% {
3519
3519
  opacity: 0;
3520
3520
  transform: scale(0.8) translateZ(0);
@@ -3532,28 +3532,28 @@ code, pre {
3532
3532
  }
3533
3533
  }
3534
3534
 
3535
- /* Typewriter Classes */
3535
+ /* Scribe Classes */
3536
3536
 
3537
- .dm-tw-cursor {
3537
+ .dm-scribe-cursor {
3538
3538
  display: inline;
3539
3539
  white-space: pre;
3540
3540
  font-weight: 600;
3541
3541
  margin-left: 2px;
3542
3542
  vertical-align: 0.08em;
3543
- animation: dm-cursor-blink 1s ease-in-out infinite;
3543
+ animation: dm-scribe-cursor-blink 1s ease-in-out infinite;
3544
3544
  }
3545
3545
 
3546
- .dm-tw-cursor.dm-tw-cursor-no-blink {
3546
+ .dm-scribe-cursor.dm-scribe-cursor-no-blink {
3547
3547
  animation: none;
3548
3548
  opacity: 1;
3549
3549
  }
3550
3550
 
3551
3551
  /* Cursor Types */
3552
- .dm-tw-cursor-caret {
3552
+ .dm-scribe-cursor-caret {
3553
3553
  /* Default - thin vertical line */
3554
3554
  }
3555
3555
 
3556
- .dm-tw-cursor-block {
3556
+ .dm-scribe-cursor-block {
3557
3557
  padding: 0;
3558
3558
  background: currentColor;
3559
3559
  color: var(--dm-background, #fff);
@@ -3562,17 +3562,20 @@ code, pre {
3562
3562
  line-height: 0.9;
3563
3563
  }
3564
3564
 
3565
- .dm-tw-cursor-block.dm-tw-cursor-no-blink {
3565
+ .dm-scribe-cursor-block.dm-scribe-cursor-no-blink {
3566
3566
  opacity: 0.6;
3567
3567
  }
3568
3568
 
3569
- .dm-tw-cursor-underline {
3569
+ .dm-scribe-cursor-underline {
3570
3570
  border-bottom: 2px solid currentColor;
3571
3571
  padding: 0;
3572
3572
  min-width: 0.5em;
3573
3573
  }
3574
3574
 
3575
- .dm-tw-char {
3575
+ /* Unit base styling (shared across modes) */
3576
+ .dm-scribe-char,
3577
+ .dm-scribe-word,
3578
+ .dm-scribe-sentence {
3576
3579
  display: inline;
3577
3580
  white-space: pre;
3578
3581
  font-weight: 600;
@@ -3583,16 +3586,17 @@ code, pre {
3583
3586
  transform: translateZ(0);
3584
3587
  }
3585
3588
 
3586
- .dm-tw-char-fade {
3587
- animation: dm-tw-fade 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
3589
+ /* Effect classes (shared across modes) */
3590
+ .dm-scribe-fade {
3591
+ animation: dm-scribe-fade 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
3588
3592
  }
3589
3593
 
3590
- .dm-tw-char-bounce {
3591
- animation: dm-tw-bounce 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
3594
+ .dm-scribe-bounce {
3595
+ animation: dm-scribe-bounce 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
3592
3596
  }
3593
3597
 
3594
- .dm-tw-char-glow {
3595
- animation: dm-tw-glow 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
3598
+ .dm-scribe-glow {
3599
+ animation: dm-scribe-glow 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
3596
3600
  }
3597
3601
 
3598
3602
  /* =================================================================
@@ -4922,11 +4926,11 @@ body.dm-cloaked.dm-ready {
4922
4926
  ============================================ */
4923
4927
 
4924
4928
  /*!
4925
- * Domma Grid CSS v0.16.0
4929
+ * Domma Grid CSS v0.16.1
4926
4930
  * Dynamic Object Manipulation & Modeling API
4927
4931
  * (c) 2026 Darryl Waterhouse & DCBW-IT
4928
- * Built: 2026-02-15T19:34:06.108Z
4929
- * Commit: 04c480c
4932
+ * Built: 2026-02-16T12:01:52.130Z
4933
+ * Commit: e78f840
4930
4934
  */
4931
4935
 
4932
4936
  /**
@@ -5523,11 +5527,11 @@ body.dm-cloaked.dm-ready {
5523
5527
  ============================================ */
5524
5528
 
5525
5529
  /*!
5526
- * Domma Elements CSS v0.16.0
5530
+ * Domma Elements CSS v0.16.1
5527
5531
  * Dynamic Object Manipulation & Modeling API
5528
5532
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5529
- * Built: 2026-02-15T19:34:06.115Z
5530
- * Commit: 04c480c
5533
+ * Built: 2026-02-16T12:01:52.137Z
5534
+ * Commit: e78f840
5531
5535
  */
5532
5536
 
5533
5537
  /**
@@ -12073,11 +12077,11 @@ code {
12073
12077
  ============================================ */
12074
12078
 
12075
12079
  /*!
12076
- * Domma Themes v0.16.0
12080
+ * Domma Themes v0.16.1
12077
12081
  * Dynamic Object Manipulation & Modeling API
12078
12082
  * (c) 2026 Darryl Waterhouse & DCBW-IT
12079
- * Built: 2026-02-15T19:34:06.077Z
12080
- * Commit: 04c480c
12083
+ * Built: 2026-02-16T12:01:52.097Z
12084
+ * Commit: e78f840
12081
12085
  */
12082
12086
 
12083
12087
  /**