domma-js 0.18.0 → 0.18.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.18.0",
3
+ "version": "0.18.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.18.0
2
+ * Domma Complete CSS Bundle v0.18.1
3
3
  * Dynamic Object Manipulation & Modeling API
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-02-20T13:24:07.777Z
5
+ * Built: 2026-02-23T09:18:50.943Z
6
6
  */
7
7
 
8
8
  /* ============================================
@@ -11,11 +11,11 @@
11
11
  ============================================ */
12
12
 
13
13
  /*!
14
- * Domma Core CSS v0.18.0
14
+ * Domma Core CSS v0.18.1
15
15
  * Dynamic Object Manipulation & Modeling API
16
16
  * (c) 2026 Darryl Waterhouse & DCBW-IT
17
- * Built: 2026-02-20T13:24:07.425Z
18
- * Commit: d0731be
17
+ * Built: 2026-02-23T09:18:50.586Z
18
+ * Commit: 196c31c
19
19
  */
20
20
 
21
21
  /**
@@ -4003,12 +4003,18 @@ code, pre {
4003
4003
  }
4004
4004
 
4005
4005
  @keyframes dm-ambient-aurora {
4006
- 0%, 100% {
4007
- background-position: 0% 50%;
4008
- }
4009
- 50% {
4010
- background-position: 100% 50%;
4011
- }
4006
+ 0% { background-position: 0% 50%; }
4007
+ 25% { background-position: 50% 0%; }
4008
+ 50% { background-position: 100% 50%; }
4009
+ 75% { background-position: 50% 100%; }
4010
+ 100% { background-position: 0% 50%; }
4011
+ }
4012
+
4013
+ @keyframes dm-ambient-aurora-2 {
4014
+ 0% { background-position: 100% 0%; }
4015
+ 33% { background-position: 0% 50%; }
4016
+ 66% { background-position: 80% 100%; }
4017
+ 100% { background-position: 100% 0%; }
4012
4018
  }
4013
4019
 
4014
4020
  /* Utility Classes - Rotating Gradients */
@@ -4250,20 +4256,42 @@ code, pre {
4250
4256
  .bg-ambient-aurora::before {
4251
4257
  content: '';
4252
4258
  position: absolute;
4253
- top: 0;
4254
- left: 0;
4255
- right: 0;
4256
- bottom: 0;
4259
+ top: -50%;
4260
+ left: -50%;
4261
+ width: 200%;
4262
+ height: 200%;
4263
+ background: linear-gradient(
4264
+ 120deg,
4265
+ rgba(16, 185, 129, 0.0) 0%,
4266
+ rgba(16, 185, 129, 0.5) 20%,
4267
+ rgba(6, 182, 212, 0.6) 40%,
4268
+ rgba(59, 130, 246, 0.4) 60%,
4269
+ rgba(6, 182, 212, 0.3) 80%,
4270
+ rgba(16, 185, 129, 0.0) 100%
4271
+ );
4272
+ background-size: 200% 200%;
4273
+ animation: dm-ambient-aurora 20s ease infinite;
4274
+ will-change: background-position;
4275
+ }
4276
+
4277
+ .bg-ambient-aurora::after {
4278
+ content: '';
4279
+ position: absolute;
4280
+ top: -50%;
4281
+ left: -50%;
4282
+ width: 200%;
4283
+ height: 200%;
4257
4284
  background: linear-gradient(
4258
- 45deg,
4259
- rgba(59, 130, 246, 0.1) 0%,
4260
- rgba(139, 92, 246, 0.08) 25%,
4261
- rgba(236, 72, 153, 0.06) 50%,
4262
- rgba(59, 130, 246, 0.08) 75%,
4263
- rgba(139, 92, 246, 0.1) 100%
4285
+ 240deg,
4286
+ rgba(139, 92, 246, 0.0) 0%,
4287
+ rgba(139, 92, 246, 0.4) 25%,
4288
+ rgba(236, 72, 153, 0.3) 50%,
4289
+ rgba(109, 40, 217, 0.35) 75%,
4290
+ rgba(139, 92, 246, 0.0) 100%
4264
4291
  );
4265
- background-size: 400% 400%;
4266
- animation: dm-ambient-aurora 15s ease infinite;
4292
+ background-size: 200% 200%;
4293
+ animation: dm-ambient-aurora-2 25s ease infinite;
4294
+ mix-blend-mode: screen;
4267
4295
  will-change: background-position;
4268
4296
  }
4269
4297
 
@@ -4707,11 +4735,11 @@ body.dm-cloaked.dm-ready {
4707
4735
  ============================================ */
4708
4736
 
4709
4737
  /*!
4710
- * Domma Grid CSS v0.18.0
4738
+ * Domma Grid CSS v0.18.1
4711
4739
  * Dynamic Object Manipulation & Modeling API
4712
4740
  * (c) 2026 Darryl Waterhouse & DCBW-IT
4713
- * Built: 2026-02-20T13:24:07.433Z
4714
- * Commit: d0731be
4741
+ * Built: 2026-02-23T09:18:50.594Z
4742
+ * Commit: 196c31c
4715
4743
  */
4716
4744
 
4717
4745
  /**
@@ -5332,11 +5360,11 @@ body.dm-cloaked.dm-ready {
5332
5360
  ============================================ */
5333
5361
 
5334
5362
  /*!
5335
- * Domma Elements CSS v0.18.0
5363
+ * Domma Elements CSS v0.18.1
5336
5364
  * Dynamic Object Manipulation & Modeling API
5337
5365
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5338
- * Built: 2026-02-20T13:24:07.441Z
5339
- * Commit: d0731be
5366
+ * Built: 2026-02-23T09:18:50.605Z
5367
+ * Commit: 196c31c
5340
5368
  */
5341
5369
 
5342
5370
  /**
@@ -7123,7 +7151,7 @@ code {
7123
7151
  }
7124
7152
 
7125
7153
  .navbar-dark .navbar-link {
7126
- color: var(--dm-text-disabled);
7154
+ color: var(--dm-gray-400, #adb5bd);
7127
7155
  }
7128
7156
 
7129
7157
  .navbar-dark .navbar-link:hover {
@@ -7420,7 +7448,7 @@ code {
7420
7448
  }
7421
7449
 
7422
7450
  .navbar-dark .navbar-dropdown-item {
7423
- color: var(--dm-text-disabled);
7451
+ color: var(--dm-gray-400, #adb5bd);
7424
7452
  }
7425
7453
 
7426
7454
  .navbar-dark .navbar-dropdown-item:hover {
@@ -11652,16 +11680,16 @@ code {
11652
11680
  /* Dark theme support */
11653
11681
  [data-mode="dark"] .dm-progression-content {
11654
11682
  background: var(--dm-surface);
11655
- border-color: var(--dm-text);
11656
- color: var(--dm-text-inverse);
11683
+ border-color: var(--dm-border);
11684
+ color: var(--dm-text);
11657
11685
  }
11658
11686
 
11659
11687
  [data-mode="dark"] .dm-progression-title {
11660
- color: var(--dm-text-inverse);
11688
+ color: var(--dm-text);
11661
11689
  }
11662
11690
 
11663
11691
  [data-mode="dark"] .dm-progression-description {
11664
- color: var(--dm-text-disabled);
11692
+ color: var(--dm-text-secondary);
11665
11693
  }
11666
11694
 
11667
11695
  [data-mode="dark"] .dm-progression-minimal .dm-progression-content {
@@ -12022,11 +12050,11 @@ code {
12022
12050
  ============================================ */
12023
12051
 
12024
12052
  /*!
12025
- * Domma Themes v0.18.0
12053
+ * Domma Themes v0.18.1
12026
12054
  * Dynamic Object Manipulation & Modeling API
12027
12055
  * (c) 2026 Darryl Waterhouse & DCBW-IT
12028
- * Built: 2026-02-20T13:24:07.403Z
12029
- * Commit: d0731be
12056
+ * Built: 2026-02-23T09:18:50.559Z
12057
+ * Commit: 196c31c
12030
12058
  */
12031
12059
 
12032
12060
  /**
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * Domma Data-Focused CSS Bundle v0.18.0
2
+ * Domma Data-Focused CSS Bundle v0.18.1
3
3
  * Dynamic Object Manipulation & Modeling API
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-02-20T13:24:07.767Z
5
+ * Built: 2026-02-23T09:18:50.934Z
6
6
  */
7
7
 
8
8
  /* ============================================
@@ -230,11 +230,11 @@
230
230
  ============================================ */
231
231
 
232
232
  /*!
233
- * Domma Core CSS v0.18.0
233
+ * Domma Core CSS v0.18.1
234
234
  * Dynamic Object Manipulation & Modeling API
235
235
  * (c) 2026 Darryl Waterhouse & DCBW-IT
236
- * Built: 2026-02-20T13:24:07.425Z
237
- * Commit: d0731be
236
+ * Built: 2026-02-23T09:18:50.586Z
237
+ * Commit: 196c31c
238
238
  */
239
239
 
240
240
  /**
@@ -4222,12 +4222,18 @@ code, pre {
4222
4222
  }
4223
4223
 
4224
4224
  @keyframes dm-ambient-aurora {
4225
- 0%, 100% {
4226
- background-position: 0% 50%;
4227
- }
4228
- 50% {
4229
- background-position: 100% 50%;
4230
- }
4225
+ 0% { background-position: 0% 50%; }
4226
+ 25% { background-position: 50% 0%; }
4227
+ 50% { background-position: 100% 50%; }
4228
+ 75% { background-position: 50% 100%; }
4229
+ 100% { background-position: 0% 50%; }
4230
+ }
4231
+
4232
+ @keyframes dm-ambient-aurora-2 {
4233
+ 0% { background-position: 100% 0%; }
4234
+ 33% { background-position: 0% 50%; }
4235
+ 66% { background-position: 80% 100%; }
4236
+ 100% { background-position: 100% 0%; }
4231
4237
  }
4232
4238
 
4233
4239
  /* Utility Classes - Rotating Gradients */
@@ -4469,20 +4475,42 @@ code, pre {
4469
4475
  .bg-ambient-aurora::before {
4470
4476
  content: '';
4471
4477
  position: absolute;
4472
- top: 0;
4473
- left: 0;
4474
- right: 0;
4475
- bottom: 0;
4478
+ top: -50%;
4479
+ left: -50%;
4480
+ width: 200%;
4481
+ height: 200%;
4482
+ background: linear-gradient(
4483
+ 120deg,
4484
+ rgba(16, 185, 129, 0.0) 0%,
4485
+ rgba(16, 185, 129, 0.5) 20%,
4486
+ rgba(6, 182, 212, 0.6) 40%,
4487
+ rgba(59, 130, 246, 0.4) 60%,
4488
+ rgba(6, 182, 212, 0.3) 80%,
4489
+ rgba(16, 185, 129, 0.0) 100%
4490
+ );
4491
+ background-size: 200% 200%;
4492
+ animation: dm-ambient-aurora 20s ease infinite;
4493
+ will-change: background-position;
4494
+ }
4495
+
4496
+ .bg-ambient-aurora::after {
4497
+ content: '';
4498
+ position: absolute;
4499
+ top: -50%;
4500
+ left: -50%;
4501
+ width: 200%;
4502
+ height: 200%;
4476
4503
  background: linear-gradient(
4477
- 45deg,
4478
- rgba(59, 130, 246, 0.1) 0%,
4479
- rgba(139, 92, 246, 0.08) 25%,
4480
- rgba(236, 72, 153, 0.06) 50%,
4481
- rgba(59, 130, 246, 0.08) 75%,
4482
- rgba(139, 92, 246, 0.1) 100%
4504
+ 240deg,
4505
+ rgba(139, 92, 246, 0.0) 0%,
4506
+ rgba(139, 92, 246, 0.4) 25%,
4507
+ rgba(236, 72, 153, 0.3) 50%,
4508
+ rgba(109, 40, 217, 0.35) 75%,
4509
+ rgba(139, 92, 246, 0.0) 100%
4483
4510
  );
4484
- background-size: 400% 400%;
4485
- animation: dm-ambient-aurora 15s ease infinite;
4511
+ background-size: 200% 200%;
4512
+ animation: dm-ambient-aurora-2 25s ease infinite;
4513
+ mix-blend-mode: screen;
4486
4514
  will-change: background-position;
4487
4515
  }
4488
4516
 
@@ -4926,11 +4954,11 @@ body.dm-cloaked.dm-ready {
4926
4954
  ============================================ */
4927
4955
 
4928
4956
  /*!
4929
- * Domma Grid CSS v0.18.0
4957
+ * Domma Grid CSS v0.18.1
4930
4958
  * Dynamic Object Manipulation & Modeling API
4931
4959
  * (c) 2026 Darryl Waterhouse & DCBW-IT
4932
- * Built: 2026-02-20T13:24:07.433Z
4933
- * Commit: d0731be
4960
+ * Built: 2026-02-23T09:18:50.594Z
4961
+ * Commit: 196c31c
4934
4962
  */
4935
4963
 
4936
4964
  /**
@@ -5551,11 +5579,11 @@ body.dm-cloaked.dm-ready {
5551
5579
  ============================================ */
5552
5580
 
5553
5581
  /*!
5554
- * Domma Elements CSS v0.18.0
5582
+ * Domma Elements CSS v0.18.1
5555
5583
  * Dynamic Object Manipulation & Modeling API
5556
5584
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5557
- * Built: 2026-02-20T13:24:07.441Z
5558
- * Commit: d0731be
5585
+ * Built: 2026-02-23T09:18:50.605Z
5586
+ * Commit: 196c31c
5559
5587
  */
5560
5588
 
5561
5589
  /**
@@ -7342,7 +7370,7 @@ code {
7342
7370
  }
7343
7371
 
7344
7372
  .navbar-dark .navbar-link {
7345
- color: var(--dm-text-disabled);
7373
+ color: var(--dm-gray-400, #adb5bd);
7346
7374
  }
7347
7375
 
7348
7376
  .navbar-dark .navbar-link:hover {
@@ -7639,7 +7667,7 @@ code {
7639
7667
  }
7640
7668
 
7641
7669
  .navbar-dark .navbar-dropdown-item {
7642
- color: var(--dm-text-disabled);
7670
+ color: var(--dm-gray-400, #adb5bd);
7643
7671
  }
7644
7672
 
7645
7673
  .navbar-dark .navbar-dropdown-item:hover {
@@ -11871,16 +11899,16 @@ code {
11871
11899
  /* Dark theme support */
11872
11900
  [data-mode="dark"] .dm-progression-content {
11873
11901
  background: var(--dm-surface);
11874
- border-color: var(--dm-text);
11875
- color: var(--dm-text-inverse);
11902
+ border-color: var(--dm-border);
11903
+ color: var(--dm-text);
11876
11904
  }
11877
11905
 
11878
11906
  [data-mode="dark"] .dm-progression-title {
11879
- color: var(--dm-text-inverse);
11907
+ color: var(--dm-text);
11880
11908
  }
11881
11909
 
11882
11910
  [data-mode="dark"] .dm-progression-description {
11883
- color: var(--dm-text-disabled);
11911
+ color: var(--dm-text-secondary);
11884
11912
  }
11885
11913
 
11886
11914
  [data-mode="dark"] .dm-progression-minimal .dm-progression-content {
@@ -12241,11 +12269,11 @@ code {
12241
12269
  ============================================ */
12242
12270
 
12243
12271
  /*!
12244
- * Domma Themes v0.18.0
12272
+ * Domma Themes v0.18.1
12245
12273
  * Dynamic Object Manipulation & Modeling API
12246
12274
  * (c) 2026 Darryl Waterhouse & DCBW-IT
12247
- * Built: 2026-02-20T13:24:07.403Z
12248
- * Commit: d0731be
12275
+ * Built: 2026-02-23T09:18:50.559Z
12276
+ * Commit: 196c31c
12249
12277
  */
12250
12278
 
12251
12279
  /**
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * Domma Essentials CSS Bundle v0.18.0
2
+ * Domma Essentials CSS Bundle v0.18.1
3
3
  * Dynamic Object Manipulation & Modeling API
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-02-20T13:24:07.748Z
5
+ * Built: 2026-02-23T09:18:50.919Z
6
6
  */
7
7
 
8
8
  /* ============================================
@@ -230,11 +230,11 @@
230
230
  ============================================ */
231
231
 
232
232
  /*!
233
- * Domma Core CSS v0.18.0
233
+ * Domma Core CSS v0.18.1
234
234
  * Dynamic Object Manipulation & Modeling API
235
235
  * (c) 2026 Darryl Waterhouse & DCBW-IT
236
- * Built: 2026-02-20T13:24:07.425Z
237
- * Commit: d0731be
236
+ * Built: 2026-02-23T09:18:50.586Z
237
+ * Commit: 196c31c
238
238
  */
239
239
 
240
240
  /**
@@ -4222,12 +4222,18 @@ code, pre {
4222
4222
  }
4223
4223
 
4224
4224
  @keyframes dm-ambient-aurora {
4225
- 0%, 100% {
4226
- background-position: 0% 50%;
4227
- }
4228
- 50% {
4229
- background-position: 100% 50%;
4230
- }
4225
+ 0% { background-position: 0% 50%; }
4226
+ 25% { background-position: 50% 0%; }
4227
+ 50% { background-position: 100% 50%; }
4228
+ 75% { background-position: 50% 100%; }
4229
+ 100% { background-position: 0% 50%; }
4230
+ }
4231
+
4232
+ @keyframes dm-ambient-aurora-2 {
4233
+ 0% { background-position: 100% 0%; }
4234
+ 33% { background-position: 0% 50%; }
4235
+ 66% { background-position: 80% 100%; }
4236
+ 100% { background-position: 100% 0%; }
4231
4237
  }
4232
4238
 
4233
4239
  /* Utility Classes - Rotating Gradients */
@@ -4469,20 +4475,42 @@ code, pre {
4469
4475
  .bg-ambient-aurora::before {
4470
4476
  content: '';
4471
4477
  position: absolute;
4472
- top: 0;
4473
- left: 0;
4474
- right: 0;
4475
- bottom: 0;
4478
+ top: -50%;
4479
+ left: -50%;
4480
+ width: 200%;
4481
+ height: 200%;
4482
+ background: linear-gradient(
4483
+ 120deg,
4484
+ rgba(16, 185, 129, 0.0) 0%,
4485
+ rgba(16, 185, 129, 0.5) 20%,
4486
+ rgba(6, 182, 212, 0.6) 40%,
4487
+ rgba(59, 130, 246, 0.4) 60%,
4488
+ rgba(6, 182, 212, 0.3) 80%,
4489
+ rgba(16, 185, 129, 0.0) 100%
4490
+ );
4491
+ background-size: 200% 200%;
4492
+ animation: dm-ambient-aurora 20s ease infinite;
4493
+ will-change: background-position;
4494
+ }
4495
+
4496
+ .bg-ambient-aurora::after {
4497
+ content: '';
4498
+ position: absolute;
4499
+ top: -50%;
4500
+ left: -50%;
4501
+ width: 200%;
4502
+ height: 200%;
4476
4503
  background: linear-gradient(
4477
- 45deg,
4478
- rgba(59, 130, 246, 0.1) 0%,
4479
- rgba(139, 92, 246, 0.08) 25%,
4480
- rgba(236, 72, 153, 0.06) 50%,
4481
- rgba(59, 130, 246, 0.08) 75%,
4482
- rgba(139, 92, 246, 0.1) 100%
4504
+ 240deg,
4505
+ rgba(139, 92, 246, 0.0) 0%,
4506
+ rgba(139, 92, 246, 0.4) 25%,
4507
+ rgba(236, 72, 153, 0.3) 50%,
4508
+ rgba(109, 40, 217, 0.35) 75%,
4509
+ rgba(139, 92, 246, 0.0) 100%
4483
4510
  );
4484
- background-size: 400% 400%;
4485
- animation: dm-ambient-aurora 15s ease infinite;
4511
+ background-size: 200% 200%;
4512
+ animation: dm-ambient-aurora-2 25s ease infinite;
4513
+ mix-blend-mode: screen;
4486
4514
  will-change: background-position;
4487
4515
  }
4488
4516
 
@@ -4926,11 +4954,11 @@ body.dm-cloaked.dm-ready {
4926
4954
  ============================================ */
4927
4955
 
4928
4956
  /*!
4929
- * Domma Grid CSS v0.18.0
4957
+ * Domma Grid CSS v0.18.1
4930
4958
  * Dynamic Object Manipulation & Modeling API
4931
4959
  * (c) 2026 Darryl Waterhouse & DCBW-IT
4932
- * Built: 2026-02-20T13:24:07.433Z
4933
- * Commit: d0731be
4960
+ * Built: 2026-02-23T09:18:50.594Z
4961
+ * Commit: 196c31c
4934
4962
  */
4935
4963
 
4936
4964
  /**
@@ -5551,11 +5579,11 @@ body.dm-cloaked.dm-ready {
5551
5579
  ============================================ */
5552
5580
 
5553
5581
  /*!
5554
- * Domma Elements CSS v0.18.0
5582
+ * Domma Elements CSS v0.18.1
5555
5583
  * Dynamic Object Manipulation & Modeling API
5556
5584
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5557
- * Built: 2026-02-20T13:24:07.441Z
5558
- * Commit: d0731be
5585
+ * Built: 2026-02-23T09:18:50.605Z
5586
+ * Commit: 196c31c
5559
5587
  */
5560
5588
 
5561
5589
  /**
@@ -7342,7 +7370,7 @@ code {
7342
7370
  }
7343
7371
 
7344
7372
  .navbar-dark .navbar-link {
7345
- color: var(--dm-text-disabled);
7373
+ color: var(--dm-gray-400, #adb5bd);
7346
7374
  }
7347
7375
 
7348
7376
  .navbar-dark .navbar-link:hover {
@@ -7639,7 +7667,7 @@ code {
7639
7667
  }
7640
7668
 
7641
7669
  .navbar-dark .navbar-dropdown-item {
7642
- color: var(--dm-text-disabled);
7670
+ color: var(--dm-gray-400, #adb5bd);
7643
7671
  }
7644
7672
 
7645
7673
  .navbar-dark .navbar-dropdown-item:hover {
@@ -11871,16 +11899,16 @@ code {
11871
11899
  /* Dark theme support */
11872
11900
  [data-mode="dark"] .dm-progression-content {
11873
11901
  background: var(--dm-surface);
11874
- border-color: var(--dm-text);
11875
- color: var(--dm-text-inverse);
11902
+ border-color: var(--dm-border);
11903
+ color: var(--dm-text);
11876
11904
  }
11877
11905
 
11878
11906
  [data-mode="dark"] .dm-progression-title {
11879
- color: var(--dm-text-inverse);
11907
+ color: var(--dm-text);
11880
11908
  }
11881
11909
 
11882
11910
  [data-mode="dark"] .dm-progression-description {
11883
- color: var(--dm-text-disabled);
11911
+ color: var(--dm-text-secondary);
11884
11912
  }
11885
11913
 
11886
11914
  [data-mode="dark"] .dm-progression-minimal .dm-progression-content {
@@ -12241,11 +12269,11 @@ code {
12241
12269
  ============================================ */
12242
12270
 
12243
12271
  /*!
12244
- * Domma Themes v0.18.0
12272
+ * Domma Themes v0.18.1
12245
12273
  * Dynamic Object Manipulation & Modeling API
12246
12274
  * (c) 2026 Darryl Waterhouse & DCBW-IT
12247
- * Built: 2026-02-20T13:24:07.403Z
12248
- * Commit: d0731be
12275
+ * Built: 2026-02-23T09:18:50.559Z
12276
+ * Commit: 196c31c
12249
12277
  */
12250
12278
 
12251
12279
  /**