domma-js 0.13.9 → 0.14.0

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.
Files changed (43) hide show
  1. package/package.json +1 -1
  2. package/public/dist/bundles/domma-complete.css +14 -14
  3. package/public/dist/bundles/domma-data-focused.css +14 -14
  4. package/public/dist/bundles/domma-essentials.css +14 -14
  5. package/public/dist/bundles/domma-full.css +14 -14
  6. package/public/dist/bundles/domma-grayve.css +14 -14
  7. package/public/dist/bundles/domma-minimal.css +8 -8
  8. package/public/dist/domma-syntax.min.js +3 -3
  9. package/public/dist/domma.css +3 -3
  10. package/public/dist/domma.esm.js +4 -4
  11. package/public/dist/domma.min.js +4 -4
  12. package/public/dist/elements.css +3 -3
  13. package/public/dist/grid.css +3 -3
  14. package/public/dist/syntax.css +3 -3
  15. package/public/dist/themes/domma-themes.css +3 -3
  16. package/templates/kickstart/frontend/config/footer.json +21 -0
  17. package/templates/kickstart/frontend/config/navbar.json +36 -0
  18. package/templates/kickstart/frontend/js/app.js +78 -45
  19. package/templates/kickstart/frontend/pages/about/index.html +3 -3
  20. package/templates/kickstart/frontend/pages/blog/index.html +3 -3
  21. package/templates/kickstart/frontend/pages/contact/index.html +3 -3
  22. package/templates/kickstart/frontend/pages/cookies/index.html +3 -3
  23. package/templates/kickstart/frontend/pages/docs/index.html +3 -3
  24. package/templates/kickstart/frontend/pages/index.html +3 -3
  25. package/templates/kickstart/frontend/pages/privacy/index.html +3 -3
  26. package/templates/kickstart/frontend/pages/terms/index.html +3 -3
  27. package/templates/kickstart/frontend/layouts/config/footer-public.json +0 -25
  28. package/templates/kickstart/frontend/layouts/config/nav-public.json +0 -30
  29. package/templates/kickstart/frontend/layouts/config/presets.json +0 -27
  30. package/templates/kickstart/frontend/layouts/js/layout.js +0 -1240
  31. package/templates/kickstart/frontend/layouts/js/modules/auth-modal.js +0 -384
  32. package/templates/kickstart/frontend/layouts/js/modules/consent.js +0 -136
  33. package/templates/kickstart/frontend/layouts/js/modules/detector.js +0 -130
  34. package/templates/kickstart/frontend/layouts/js/modules/features.js +0 -163
  35. package/templates/kickstart/frontend/layouts/js/modules/path-resolver.js +0 -113
  36. package/templates/kickstart/frontend/layouts/js/modules/sidebar.js +0 -139
  37. package/templates/kickstart/frontend/layouts/js/modules/snow.js +0 -1467
  38. package/templates/kickstart/frontend/layouts/js/modules/template-loader.js +0 -84
  39. package/templates/kickstart/frontend/layouts/templates/footer.html +0 -6
  40. package/templates/kickstart/frontend/layouts/templates/navbar-simple.html +0 -10
  41. package/templates/kickstart/frontend/layouts/templates/navbar.html +0 -1
  42. package/templates/kickstart/frontend/layouts/templates/snow-toggle.html +0 -18
  43. package/templates/kickstart/frontend/layouts/templates/variant-selector.html +0 -49
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "domma-js",
3
- "version": "0.13.9",
3
+ "version": "0.14.0",
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.13.9
2
+ * Domma Complete CSS Bundle v0.14.0
3
3
  * Dynamic Object Manipulation & Modeling API
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-02-05T15:40:27.277Z
5
+ * Built: 2026-02-06T22:17:58.039Z
6
6
  */
7
7
 
8
8
  /* ============================================
@@ -11,11 +11,11 @@
11
11
  ============================================ */
12
12
 
13
13
  /*!
14
- * Domma Core CSS v0.13.9
14
+ * Domma Core CSS v0.14.0
15
15
  * Dynamic Object Manipulation & Modeling API
16
16
  * (c) 2026 Darryl Waterhouse & DCBW-IT
17
- * Built: 2026-02-05T15:40:26.943Z
18
- * Commit: 099e5ff
17
+ * Built: 2026-02-06T22:17:57.703Z
18
+ * Commit: ef1d628
19
19
  */
20
20
 
21
21
  /**
@@ -4467,11 +4467,11 @@ body.dm-cloaked.dm-ready {
4467
4467
  ============================================ */
4468
4468
 
4469
4469
  /*!
4470
- * Domma Grid CSS v0.13.9
4470
+ * Domma Grid CSS v0.14.0
4471
4471
  * Dynamic Object Manipulation & Modeling API
4472
4472
  * (c) 2026 Darryl Waterhouse & DCBW-IT
4473
- * Built: 2026-02-05T15:40:26.950Z
4474
- * Commit: 099e5ff
4473
+ * Built: 2026-02-06T22:17:57.711Z
4474
+ * Commit: ef1d628
4475
4475
  */
4476
4476
 
4477
4477
  /**
@@ -5068,11 +5068,11 @@ body.dm-cloaked.dm-ready {
5068
5068
  ============================================ */
5069
5069
 
5070
5070
  /*!
5071
- * Domma Elements CSS v0.13.9
5071
+ * Domma Elements CSS v0.14.0
5072
5072
  * Dynamic Object Manipulation & Modeling API
5073
5073
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5074
- * Built: 2026-02-05T15:40:26.958Z
5075
- * Commit: 099e5ff
5074
+ * Built: 2026-02-06T22:17:57.719Z
5075
+ * Commit: ef1d628
5076
5076
  */
5077
5077
 
5078
5078
  /**
@@ -11617,11 +11617,11 @@ code {
11617
11617
  ============================================ */
11618
11618
 
11619
11619
  /*!
11620
- * Domma Themes v0.13.9
11620
+ * Domma Themes v0.14.0
11621
11621
  * Dynamic Object Manipulation & Modeling API
11622
11622
  * (c) 2026 Darryl Waterhouse & DCBW-IT
11623
- * Built: 2026-02-05T15:40:26.920Z
11624
- * Commit: 099e5ff
11623
+ * Built: 2026-02-06T22:17:57.678Z
11624
+ * Commit: ef1d628
11625
11625
  */
11626
11626
 
11627
11627
  /**
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * Domma Data-Focused CSS Bundle v0.13.9
2
+ * Domma Data-Focused CSS Bundle v0.14.0
3
3
  * Dynamic Object Manipulation & Modeling API
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-02-05T15:40:27.267Z
5
+ * Built: 2026-02-06T22:17:58.027Z
6
6
  */
7
7
 
8
8
  /* ============================================
@@ -230,11 +230,11 @@
230
230
  ============================================ */
231
231
 
232
232
  /*!
233
- * Domma Core CSS v0.13.9
233
+ * Domma Core CSS v0.14.0
234
234
  * Dynamic Object Manipulation & Modeling API
235
235
  * (c) 2026 Darryl Waterhouse & DCBW-IT
236
- * Built: 2026-02-05T15:40:26.943Z
237
- * Commit: 099e5ff
236
+ * Built: 2026-02-06T22:17:57.703Z
237
+ * Commit: ef1d628
238
238
  */
239
239
 
240
240
  /**
@@ -4686,11 +4686,11 @@ body.dm-cloaked.dm-ready {
4686
4686
  ============================================ */
4687
4687
 
4688
4688
  /*!
4689
- * Domma Grid CSS v0.13.9
4689
+ * Domma Grid CSS v0.14.0
4690
4690
  * Dynamic Object Manipulation & Modeling API
4691
4691
  * (c) 2026 Darryl Waterhouse & DCBW-IT
4692
- * Built: 2026-02-05T15:40:26.950Z
4693
- * Commit: 099e5ff
4692
+ * Built: 2026-02-06T22:17:57.711Z
4693
+ * Commit: ef1d628
4694
4694
  */
4695
4695
 
4696
4696
  /**
@@ -5287,11 +5287,11 @@ body.dm-cloaked.dm-ready {
5287
5287
  ============================================ */
5288
5288
 
5289
5289
  /*!
5290
- * Domma Elements CSS v0.13.9
5290
+ * Domma Elements CSS v0.14.0
5291
5291
  * Dynamic Object Manipulation & Modeling API
5292
5292
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5293
- * Built: 2026-02-05T15:40:26.958Z
5294
- * Commit: 099e5ff
5293
+ * Built: 2026-02-06T22:17:57.719Z
5294
+ * Commit: ef1d628
5295
5295
  */
5296
5296
 
5297
5297
  /**
@@ -11836,11 +11836,11 @@ code {
11836
11836
  ============================================ */
11837
11837
 
11838
11838
  /*!
11839
- * Domma Themes v0.13.9
11839
+ * Domma Themes v0.14.0
11840
11840
  * Dynamic Object Manipulation & Modeling API
11841
11841
  * (c) 2026 Darryl Waterhouse & DCBW-IT
11842
- * Built: 2026-02-05T15:40:26.920Z
11843
- * Commit: 099e5ff
11842
+ * Built: 2026-02-06T22:17:57.678Z
11843
+ * Commit: ef1d628
11844
11844
  */
11845
11845
 
11846
11846
  /**
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * Domma Essentials CSS Bundle v0.13.9
2
+ * Domma Essentials CSS Bundle v0.14.0
3
3
  * Dynamic Object Manipulation & Modeling API
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-02-05T15:40:27.252Z
5
+ * Built: 2026-02-06T22:17:58.013Z
6
6
  */
7
7
 
8
8
  /* ============================================
@@ -230,11 +230,11 @@
230
230
  ============================================ */
231
231
 
232
232
  /*!
233
- * Domma Core CSS v0.13.9
233
+ * Domma Core CSS v0.14.0
234
234
  * Dynamic Object Manipulation & Modeling API
235
235
  * (c) 2026 Darryl Waterhouse & DCBW-IT
236
- * Built: 2026-02-05T15:40:26.943Z
237
- * Commit: 099e5ff
236
+ * Built: 2026-02-06T22:17:57.703Z
237
+ * Commit: ef1d628
238
238
  */
239
239
 
240
240
  /**
@@ -4686,11 +4686,11 @@ body.dm-cloaked.dm-ready {
4686
4686
  ============================================ */
4687
4687
 
4688
4688
  /*!
4689
- * Domma Grid CSS v0.13.9
4689
+ * Domma Grid CSS v0.14.0
4690
4690
  * Dynamic Object Manipulation & Modeling API
4691
4691
  * (c) 2026 Darryl Waterhouse & DCBW-IT
4692
- * Built: 2026-02-05T15:40:26.950Z
4693
- * Commit: 099e5ff
4692
+ * Built: 2026-02-06T22:17:57.711Z
4693
+ * Commit: ef1d628
4694
4694
  */
4695
4695
 
4696
4696
  /**
@@ -5287,11 +5287,11 @@ body.dm-cloaked.dm-ready {
5287
5287
  ============================================ */
5288
5288
 
5289
5289
  /*!
5290
- * Domma Elements CSS v0.13.9
5290
+ * Domma Elements CSS v0.14.0
5291
5291
  * Dynamic Object Manipulation & Modeling API
5292
5292
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5293
- * Built: 2026-02-05T15:40:26.958Z
5294
- * Commit: 099e5ff
5293
+ * Built: 2026-02-06T22:17:57.719Z
5294
+ * Commit: ef1d628
5295
5295
  */
5296
5296
 
5297
5297
  /**
@@ -11836,11 +11836,11 @@ code {
11836
11836
  ============================================ */
11837
11837
 
11838
11838
  /*!
11839
- * Domma Themes v0.13.9
11839
+ * Domma Themes v0.14.0
11840
11840
  * Dynamic Object Manipulation & Modeling API
11841
11841
  * (c) 2026 Darryl Waterhouse & DCBW-IT
11842
- * Built: 2026-02-05T15:40:26.920Z
11843
- * Commit: 099e5ff
11842
+ * Built: 2026-02-06T22:17:57.678Z
11843
+ * Commit: ef1d628
11844
11844
  */
11845
11845
 
11846
11846
  /**
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * Domma Full CSS Bundle v0.13.9
2
+ * Domma Full CSS Bundle v0.14.0
3
3
  * Dynamic Object Manipulation & Modeling API
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-02-05T15:40:27.262Z
5
+ * Built: 2026-02-06T22:17:58.021Z
6
6
  */
7
7
 
8
8
  /* ============================================
@@ -230,11 +230,11 @@
230
230
  ============================================ */
231
231
 
232
232
  /*!
233
- * Domma Core CSS v0.13.9
233
+ * Domma Core CSS v0.14.0
234
234
  * Dynamic Object Manipulation & Modeling API
235
235
  * (c) 2026 Darryl Waterhouse & DCBW-IT
236
- * Built: 2026-02-05T15:40:26.943Z
237
- * Commit: 099e5ff
236
+ * Built: 2026-02-06T22:17:57.703Z
237
+ * Commit: ef1d628
238
238
  */
239
239
 
240
240
  /**
@@ -4686,11 +4686,11 @@ body.dm-cloaked.dm-ready {
4686
4686
  ============================================ */
4687
4687
 
4688
4688
  /*!
4689
- * Domma Grid CSS v0.13.9
4689
+ * Domma Grid CSS v0.14.0
4690
4690
  * Dynamic Object Manipulation & Modeling API
4691
4691
  * (c) 2026 Darryl Waterhouse & DCBW-IT
4692
- * Built: 2026-02-05T15:40:26.950Z
4693
- * Commit: 099e5ff
4692
+ * Built: 2026-02-06T22:17:57.711Z
4693
+ * Commit: ef1d628
4694
4694
  */
4695
4695
 
4696
4696
  /**
@@ -5287,11 +5287,11 @@ body.dm-cloaked.dm-ready {
5287
5287
  ============================================ */
5288
5288
 
5289
5289
  /*!
5290
- * Domma Elements CSS v0.13.9
5290
+ * Domma Elements CSS v0.14.0
5291
5291
  * Dynamic Object Manipulation & Modeling API
5292
5292
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5293
- * Built: 2026-02-05T15:40:26.958Z
5294
- * Commit: 099e5ff
5293
+ * Built: 2026-02-06T22:17:57.719Z
5294
+ * Commit: ef1d628
5295
5295
  */
5296
5296
 
5297
5297
  /**
@@ -11836,11 +11836,11 @@ code {
11836
11836
  ============================================ */
11837
11837
 
11838
11838
  /*!
11839
- * Domma Themes v0.13.9
11839
+ * Domma Themes v0.14.0
11840
11840
  * Dynamic Object Manipulation & Modeling API
11841
11841
  * (c) 2026 Darryl Waterhouse & DCBW-IT
11842
- * Built: 2026-02-05T15:40:26.920Z
11843
- * Commit: 099e5ff
11842
+ * Built: 2026-02-06T22:17:57.678Z
11843
+ * Commit: ef1d628
11844
11844
  */
11845
11845
 
11846
11846
  /**
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * Domma Grayve Theme Preset CSS Bundle v0.13.9
2
+ * Domma Grayve Theme Preset CSS Bundle v0.14.0
3
3
  * Dynamic Object Manipulation & Modeling API
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-02-05T15:40:27.272Z
5
+ * Built: 2026-02-06T22:17:58.032Z
6
6
  */
7
7
 
8
8
  /* ============================================
@@ -230,11 +230,11 @@
230
230
  ============================================ */
231
231
 
232
232
  /*!
233
- * Domma Core CSS v0.13.9
233
+ * Domma Core CSS v0.14.0
234
234
  * Dynamic Object Manipulation & Modeling API
235
235
  * (c) 2026 Darryl Waterhouse & DCBW-IT
236
- * Built: 2026-02-05T15:40:26.943Z
237
- * Commit: 099e5ff
236
+ * Built: 2026-02-06T22:17:57.703Z
237
+ * Commit: ef1d628
238
238
  */
239
239
 
240
240
  /**
@@ -4686,11 +4686,11 @@ body.dm-cloaked.dm-ready {
4686
4686
  ============================================ */
4687
4687
 
4688
4688
  /*!
4689
- * Domma Grid CSS v0.13.9
4689
+ * Domma Grid CSS v0.14.0
4690
4690
  * Dynamic Object Manipulation & Modeling API
4691
4691
  * (c) 2026 Darryl Waterhouse & DCBW-IT
4692
- * Built: 2026-02-05T15:40:26.950Z
4693
- * Commit: 099e5ff
4692
+ * Built: 2026-02-06T22:17:57.711Z
4693
+ * Commit: ef1d628
4694
4694
  */
4695
4695
 
4696
4696
  /**
@@ -5287,11 +5287,11 @@ body.dm-cloaked.dm-ready {
5287
5287
  ============================================ */
5288
5288
 
5289
5289
  /*!
5290
- * Domma Elements CSS v0.13.9
5290
+ * Domma Elements CSS v0.14.0
5291
5291
  * Dynamic Object Manipulation & Modeling API
5292
5292
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5293
- * Built: 2026-02-05T15:40:26.958Z
5294
- * Commit: 099e5ff
5293
+ * Built: 2026-02-06T22:17:57.719Z
5294
+ * Commit: ef1d628
5295
5295
  */
5296
5296
 
5297
5297
  /**
@@ -11836,11 +11836,11 @@ code {
11836
11836
  ============================================ */
11837
11837
 
11838
11838
  /*!
11839
- * Domma Themes v0.13.9
11839
+ * Domma Themes v0.14.0
11840
11840
  * Dynamic Object Manipulation & Modeling API
11841
11841
  * (c) 2026 Darryl Waterhouse & DCBW-IT
11842
- * Built: 2026-02-05T15:40:26.920Z
11843
- * Commit: 099e5ff
11842
+ * Built: 2026-02-06T22:17:57.678Z
11843
+ * Commit: ef1d628
11844
11844
  */
11845
11845
 
11846
11846
  /**
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * Domma Minimal CSS Bundle v0.13.9
2
+ * Domma Minimal CSS Bundle v0.14.0
3
3
  * Dynamic Object Manipulation & Modeling API
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-02-05T15:40:27.249Z
5
+ * Built: 2026-02-06T22:17:58.010Z
6
6
  */
7
7
 
8
8
  /* ============================================
@@ -11,11 +11,11 @@
11
11
  ============================================ */
12
12
 
13
13
  /*!
14
- * Domma Core CSS v0.13.9
14
+ * Domma Core CSS v0.14.0
15
15
  * Dynamic Object Manipulation & Modeling API
16
16
  * (c) 2026 Darryl Waterhouse & DCBW-IT
17
- * Built: 2026-02-05T15:40:26.943Z
18
- * Commit: 099e5ff
17
+ * Built: 2026-02-06T22:17:57.703Z
18
+ * Commit: ef1d628
19
19
  */
20
20
 
21
21
  /**
@@ -4467,11 +4467,11 @@ body.dm-cloaked.dm-ready {
4467
4467
  ============================================ */
4468
4468
 
4469
4469
  /*!
4470
- * Domma Grid CSS v0.13.9
4470
+ * Domma Grid CSS v0.14.0
4471
4471
  * Dynamic Object Manipulation & Modeling API
4472
4472
  * (c) 2026 Darryl Waterhouse & DCBW-IT
4473
- * Built: 2026-02-05T15:40:26.950Z
4474
- * Commit: 099e5ff
4473
+ * Built: 2026-02-06T22:17:57.711Z
4474
+ * Commit: ef1d628
4475
4475
  */
4476
4476
 
4477
4477
  /**
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * Domma Syntax Highlighter v0.13.9
2
+ * Domma Syntax Highlighter v0.14.0
3
3
  * Lightweight code syntax highlighting for JavaScript, HTML, and CSS
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-02-05T15:40:28.380Z
6
- * Commit: 099e5ff
5
+ * Built: 2026-02-06T22:17:59.147Z
6
+ * Commit: ef1d628
7
7
  */
8
8
  !function(t,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports):"function"==typeof define&&define.amd?define(["exports"],e):e((t="undefined"!=typeof globalThis?globalThis:t||self).DommaSyntax={})}(this,function(t){"use strict";const e={javascript:[{type:"comment",pattern:/\/\*[\s\S]*?\*\//g},{type:"comment",pattern:/\/\/.*/g},{type:"template-string",pattern:/`(?:\\.|[^`\\])*`/g},{type:"string",pattern:/"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'/g},{type:"keyword",pattern:/\b(const|let|var|function|return|if|else|for|while|do|break|continue|switch|case|default|try|catch|finally|throw|async|await|class|extends|static|new|this|super|import|export|from|as|default|yield|typeof|instanceof|in|of|delete|void)\b/g},{type:"boolean",pattern:/\b(true|false|null|undefined|NaN|Infinity)\b/g},{type:"number",pattern:/\b\d+\.?\d*([eE][+-]?\d+)?\b/g},{type:"function",pattern:/\b([a-zA-Z_$][\w$]*)\s*(?=\()/g},{type:"class-name",pattern:/\b[A-Z][\w$]*\b/g},{type:"operator",pattern:/[+\-*/%=<>!&|^~?:]+|===|!==|==|!=|<=|>=|&&|\|\||<<|>>|>>>/g},{type:"punctuation",pattern:/[{}[\]();,.]/g}],html:[{type:"comment",pattern:/<!--[\s\S]*?-->/g},{type:"doctype",pattern:/<!DOCTYPE[^>]*>/gi},{type:"tag-open",pattern:/<\/?[a-zA-Z][\w-]*/g},{type:"tag-close",pattern:/\/?>/g},{type:"attr-name",pattern:/\s+[a-zA-Z:@][\w:.-]*(?=\s*=)/g},{type:"attr-value",pattern:/=\s*"[^"]*"|=\s*'[^']*'/g},{type:"entity",pattern:/&[#\w]+;/g}],css:[{type:"comment",pattern:/\/\*[\s\S]*?\*\//g},{type:"at-rule",pattern:/@[\w-]+/g},{type:"selector",pattern:/[.#]?[a-zA-Z][\w-]*(?=\s*[{,])/g},{type:"property",pattern:/\b[\w-]+(?=\s*:)/g},{type:"string",pattern:/"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'/g},{type:"function",pattern:/\b[\w-]+(?=\()/g},{type:"important",pattern:/!important\b/g},{type:"number",pattern:/\b\d+\.?\d*(px|em|rem|%|vh|vw|pt|cm|mm|in|pc|ex|ch|vmin|vmax|fr)?\b/g},{type:"color",pattern:/#[\da-fA-F]{3,8}\b/g},{type:"punctuation",pattern:/[{}:;,()]/g}]};function n(t){const e={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#39;"};return t.replace(/[&<>"']/g,t=>e[t])}class a{constructor(){this.config={autoDetect:!0,preserveOriginal:!0,selector:".code-block",showLanguageBadge:!1,languagePrefix:"language-"}}highlight(t,a=null){const r="string"==typeof t?document.querySelector(t):t;if(!r||r.hasAttribute("data-syntax-highlighted"))return!1;if(!a&&this.config.autoDetect){const t=Array.from(r.classList).find(t=>t.startsWith(this.config.languagePrefix));t&&(a=t.substring(this.config.languagePrefix.length))}if(!a||!e[a])return!1;const o=r.textContent||"";this.config.preserveOriginal&&r.setAttribute("data-original-code",o);const i=function(t,a){const r=e[a];if(!r)return n(t);const o=[];for(const{type:e,pattern:n}of r){if("html"===a&&"entity"===e)continue;let r;for(n.lastIndex=0;null!==(r=n.exec(t));)o.push({start:r.index,end:r.index+r[0].length,text:r[0],type:e})}o.sort((t,e)=>t.start-e.start);const i=[];let s=0;for(const t of o)t.start>=s&&(i.push(t),s=t.end);let c="",p=0;for(const e of i)e.start>p&&(c+=n(t.substring(p,e.start))),c+=`<span class="syntax-${e.type}">${n(e.text)}</span>`,p=e.end;return p<t.length&&(c+=n(t.substring(p))),c}(o,a);return r.innerHTML=i,r.setAttribute("data-syntax-highlighted","true"),r.setAttribute("data-language",a),this.config.showLanguageBadge&&this.addLanguageBadge(r,a),!0}scan(t={}){const e=t.selector||this.config.selector,n=document.querySelectorAll(e);let a=0;return n.forEach(e=>{this.highlight(e,t.language||null)&&(this.addCopyButton(e),a++)}),a}register(t,n){t&&Array.isArray(n)?e[t]=n:console.error("SyntaxHighlighter: Invalid language registration")}configure(t){return t?(Object.assign(this.config,t),this.config):{...this.config}}addLanguageBadge(t,e){if(t.querySelector(".syntax-language-badge"))return;const n=document.createElement("div");n.className="syntax-language-badge",n.textContent=e.toUpperCase(),t.style.position="relative",t.insertBefore(n,t.firstChild)}getLanguages(){return Object.keys(e)}isLanguageSupported(t){return t in e}addCopyButton(t){if(t.parentElement&&t.parentElement.classList.contains("code-block-wrapper"))return;const e=document.createElement("div");e.className="code-block-wrapper";const n=document.createElement("button");n.className="code-block-copy",n.setAttribute("aria-label","Copy code to clipboard"),n.innerHTML='<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>',n.addEventListener("click",async()=>{const e=t.getAttribute("data-original-code")||t.textContent;try{if(navigator.clipboard&&navigator.clipboard.writeText)await navigator.clipboard.writeText(e);else{const t=document.createElement("textarea");t.value=e,t.style.position="fixed",t.style.opacity="0",document.body.appendChild(t),t.select(),document.execCommand("copy"),document.body.removeChild(t)}n.classList.add("copied"),n.innerHTML='<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="20 6 9 17 4 12"></polyline></svg>',setTimeout(()=>{n.classList.remove("copied"),n.innerHTML='<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"></rect><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path></svg>'},2e3)}catch(t){console.error("Failed to copy code:",t)}}),t.parentNode.insertBefore(e,t),e.appendChild(t),e.appendChild(n)}}const r=new a;"undefined"!=typeof document&&("loading"===document.readyState?document.addEventListener("DOMContentLoaded",()=>{r.scan()}):setTimeout(()=>r.scan(),0)),"undefined"!=typeof window&&(window.Domma&&(window.Domma.syntax=r),window.DommaSyntax=r),t.LANGUAGES=e,t.SyntaxHighlighter=a,t.default=r,t.syntax=r,Object.defineProperty(t,"__esModule",{value:!0})});
@@ -1,9 +1,9 @@
1
1
  /*!
2
- * Domma Core CSS v0.13.9
2
+ * Domma Core CSS v0.14.0
3
3
  * Dynamic Object Manipulation & Modeling API
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-02-05T15:40:26.943Z
6
- * Commit: 099e5ff
5
+ * Built: 2026-02-06T22:17:57.703Z
6
+ * Commit: ef1d628
7
7
  */
8
8
 
9
9
  /**