domma-js 0.7.0-alpha → 0.7.2-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.
@@ -1,9 +1,9 @@
1
1
  /*!
2
- * Domma Elements CSS v0.5.0-alpha
2
+ * Domma Elements CSS v0.7.2-alpha
3
3
  * Dynamic Object Manipulation & Modeling API
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-01-08T09:15:50.041Z
6
- * Commit: ad86642
5
+ * Built: 2026-01-08T15:02:28.663Z
6
+ * Commit: 59f511d
7
7
  */
8
8
 
9
9
  /**
@@ -1,9 +1,9 @@
1
1
  /*!
2
- * Domma Grid CSS v0.5.0-alpha
2
+ * Domma Grid CSS v0.7.2-alpha
3
3
  * Dynamic Object Manipulation & Modeling API
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-01-08T09:15:50.031Z
6
- * Commit: ad86642
5
+ * Built: 2026-01-08T15:02:28.652Z
6
+ * Commit: 59f511d
7
7
  */
8
8
 
9
9
  /**
@@ -1,9 +1,9 @@
1
1
  /*!
2
- * Domma Syntax Highlighting CSS v0.5.0-alpha
2
+ * Domma Syntax Highlighting CSS v0.7.2-alpha
3
3
  * Dynamic Object Manipulation & Modeling API
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-01-08T09:15:50.052Z
6
- * Commit: ad86642
5
+ * Built: 2026-01-08T15:02:28.671Z
6
+ * Commit: 59f511d
7
7
  */
8
8
 
9
9
  /**
@@ -1,9 +1,9 @@
1
1
  /*!
2
- * Domma Themes v0.5.0-alpha
2
+ * Domma Themes v0.7.2-alpha
3
3
  * Dynamic Object Manipulation & Modeling API
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-01-08T09:15:49.994Z
6
- * Commit: ad86642
5
+ * Built: 2026-01-08T15:02:28.608Z
6
+ * Commit: 59f511d
7
7
  */
8
8
 
9
9
  /**
@@ -6,42 +6,69 @@
6
6
  },
7
7
  "theme": {
8
8
  "default": "{{theme}}",
9
- "selector": {{
10
- includeThemeSelector
11
- }},
12
- "persist": true,
13
- "autoDetect": false
14
- },
15
- "navbar": {
16
- "brand": {
17
- "text": "{{projectName}}",
18
- "logo": "assets/logo/placeholder.svg",
19
- "url": "/"
20
- },
21
- "items": [
22
- {"text": "Home", "url": "/", "active": true},
23
- {"text": "About", "url": "/about/"},
24
- {"text": "Contact", "url": "/contact/"},
25
- {"text": "Blog", "url": "/blog/"},
26
- {"text": "Docs", "url": "/docs/"},
27
- {"text": "QuickStart", "url": "https://github.com/dcbw-it/domma#quick-start-with-cli-recommended", "badge": "New"}
28
- ],
29
- "variant": "dark",
30
- "position": "sticky",
31
- "collapsible": true
32
- },
33
- "footer": {
34
- "copyright": "© {{year}} {{projectName}}. All rights reserved.",
35
- "links": [
36
- {"text": "Privacy Policy", "url": "#privacy"},
37
- {"text": "Terms of Service", "url": "#terms"},
38
- {"text": "Contact Us", "url": "/contact/"}
39
- ]
40
- },
41
- "features": {
42
- "icons": true,
43
- "backToTop": true,
44
- "codeCopy": true,
45
- "smoothScroll": true
46
- }
9
+ "selector": {{includeThemeSelector}},
10
+ "persist": true,
11
+ "autoDetect": false
12
+ },
13
+ "navbar": {
14
+ "brand": {
15
+ "text": "{{projectName}}",
16
+ "logo": "assets/logo/placeholder.svg",
17
+ "url": "/"
18
+ },
19
+ "items": [
20
+ {
21
+ "text": "Home",
22
+ "url": "/",
23
+ "active": true
24
+ },
25
+ {
26
+ "text": "About",
27
+ "url": "/about/"
28
+ },
29
+ {
30
+ "text": "Contact",
31
+ "url": "/contact/"
32
+ },
33
+ {
34
+ "text": "Blog",
35
+ "url": "/blog/"
36
+ },
37
+ {
38
+ "text": "Docs",
39
+ "url": "/docs/"
40
+ },
41
+ {
42
+ "text": "QuickStart",
43
+ "url": "https://github.com/dcbw-it/domma#quick-start-with-cli-recommended",
44
+ "badge": "New"
45
+ }
46
+ ],
47
+ "variant": "dark",
48
+ "position": "sticky",
49
+ "collapsible": true
50
+ },
51
+ "footer": {
52
+ "copyright": "© {{year}} {{projectName}}. All rights reserved.",
53
+ "links": [
54
+ {
55
+ "text": "Privacy Policy",
56
+ "url": "#privacy"
57
+ },
58
+ {
59
+ "text": "Terms of Service",
60
+ "url": "#terms"
61
+ },
62
+ {
63
+ "text": "Contact Us",
64
+ "url": "/contact/"
65
+ }
66
+ ]
67
+ },
68
+ "features": {
69
+ "icons": true,
70
+ "backToTop": true,
71
+ "codeCopy": true,
72
+ "smoothScroll": true
73
+ }
47
74
  }
@@ -27,7 +27,7 @@
27
27
  with zero dependencies.
28
28
  </p>
29
29
  <div class="d-flex justify-content-center gap-3">
30
- <a href="/docs/" class="btn btn-lg btn-primary">
30
+ <a href="docs/index.html" class="btn btn-lg btn-primary">
31
31
  <span data-icon="book"></span> Get Started
32
32
  </a>
33
33
  <a href="https://github.com/dcbw-it/domma" class="btn btn-lg btn-outline-primary" target="_blank">
@@ -41,10 +41,9 @@
41
41
  <section class="container py-8">
42
42
  <h2 class="text-center mb-6">Key Features</h2>
43
43
 
44
- <div class="row g-4">
44
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4">
45
45
  <!-- Feature 1 -->
46
- <div class="col-12 col-md-6 col-lg-4">
47
- <div class="card hover shadow-sm h-100">
46
+ <div class="card hover shadow-md h-100">
48
47
  <div class="card-body text-center">
49
48
  <div class="mb-4" style="font-size: 3rem; color: var(--dm-primary);">
50
49
  <span data-icon="zap"></span>
@@ -56,11 +55,9 @@
56
55
  </p>
57
56
  </div>
58
57
  </div>
59
- </div>
60
58
 
61
59
  <!-- Feature 2 -->
62
- <div class="col-12 col-md-6 col-lg-4">
63
- <div class="card hover shadow-sm h-100">
60
+ <div class="card hover shadow-md h-100">
64
61
  <div class="card-body text-center">
65
62
  <div class="mb-4" style="font-size: 3rem; color: var(--dm-primary);">
66
63
  <span data-icon="layers"></span>
@@ -72,11 +69,9 @@
72
69
  </p>
73
70
  </div>
74
71
  </div>
75
- </div>
76
72
 
77
73
  <!-- Feature 3 -->
78
- <div class="col-12 col-md-6 col-lg-4">
79
- <div class="card hover shadow-sm h-100">
74
+ <div class="card hover shadow-md h-100">
80
75
  <div class="card-body text-center">
81
76
  <div class="mb-4" style="font-size: 3rem; color: var(--dm-primary);">
82
77
  <span data-icon="palette"></span>
@@ -88,11 +83,9 @@
88
83
  </p>
89
84
  </div>
90
85
  </div>
91
- </div>
92
86
 
93
87
  <!-- Feature 4 -->
94
- <div class="col-12 col-md-6 col-lg-4">
95
- <div class="card hover shadow-sm h-100">
88
+ <div class="card hover shadow-md h-100">
96
89
  <div class="card-body text-center">
97
90
  <div class="mb-4" style="font-size: 3rem; color: var(--dm-primary);">
98
91
  <span data-icon="code"></span>
@@ -104,11 +97,9 @@
104
97
  </p>
105
98
  </div>
106
99
  </div>
107
- </div>
108
100
 
109
101
  <!-- Feature 5 -->
110
- <div class="col-12 col-md-6 col-lg-4">
111
- <div class="card hover shadow-sm h-100">
102
+ <div class="card hover shadow-md h-100">
112
103
  <div class="card-body text-center">
113
104
  <div class="mb-4" style="font-size: 3rem; color: var(--dm-primary);">
114
105
  <span data-icon="smartphone"></span>
@@ -120,11 +111,9 @@
120
111
  </p>
121
112
  </div>
122
113
  </div>
123
- </div>
124
114
 
125
115
  <!-- Feature 6 -->
126
- <div class="col-12 col-md-6 col-lg-4">
127
- <div class="card hover shadow-sm h-100">
116
+ <div class="card hover shadow-md h-100">
128
117
  <div class="card-body text-center">
129
118
  <div class="mb-4" style="font-size: 3rem; color: var(--dm-primary);">
130
119
  <span data-icon="settings"></span>
@@ -136,7 +125,6 @@
136
125
  </p>
137
126
  </div>
138
127
  </div>
139
- </div>
140
128
  </div>
141
129
  </section>
142
130
 
@@ -148,11 +136,11 @@
148
136
  Check out the documentation to learn more about what Domma can do.
149
137
  </p>
150
138
  <div class="d-flex justify-content-center gap-3">
151
- <a href="/docs/" class="btn btn-lg btn-primary">
139
+ <a href="docs/index.html" class="btn btn-lg btn-primary">
152
140
  Read the Docs
153
141
  </a>
154
- <a href="/examples/" class="btn btn-lg btn-outline-primary">
155
- View Examples
142
+ <a href="https://github.com/dcbw-it/domma" class="btn btn-lg btn-outline-primary" target="_blank">
143
+ View on GitHub
156
144
  </a>
157
145
  </div>
158
146
  </div>
@@ -7,7 +7,7 @@
7
7
 
8
8
  (async function () {
9
9
  // Load configuration
10
- const response = await fetch('/domma.config.json');
10
+ const response = await fetch('./domma.config.json');
11
11
  const config = await response.json();
12
12
 
13
13
  // Initialize theme