domma-js 0.9.4-alpha → 0.9.6-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 +9 -9
- package/public/dist/bundles/domma-data-focused.css +9 -9
- package/public/dist/bundles/domma-essentials.css +9 -9
- package/public/dist/bundles/domma-full.css +9 -9
- package/public/dist/bundles/domma-grayve.css +9 -9
- package/public/dist/bundles/domma-minimal.css +5 -5
- 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 +5 -5
- package/public/dist/grid.css +3 -3
- package/public/dist/syntax.css +3 -3
- package/public/dist/themes/domma-themes.css +3 -3
package/public/dist/elements.css
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Domma Elements CSS v0.9.
|
|
2
|
+
* Domma Elements CSS v0.9.5-alpha
|
|
3
3
|
* Dynamic Object Manipulation & Modeling API
|
|
4
4
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
5
|
-
* Built: 2026-01-
|
|
6
|
-
* Commit:
|
|
5
|
+
* Built: 2026-01-16T09:03:57.627Z
|
|
6
|
+
* Commit: 72d7b45
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -3107,7 +3107,7 @@ code {
|
|
|
3107
3107
|
overflow-y: auto;
|
|
3108
3108
|
overflow-x: hidden;
|
|
3109
3109
|
transition: transform 0.3s ease, width 0.3s ease;
|
|
3110
|
-
z-index:
|
|
3110
|
+
z-index: 200;
|
|
3111
3111
|
--sidebar-width: 250px;
|
|
3112
3112
|
--sidebar-collapsed-width: 60px;
|
|
3113
3113
|
}
|
|
@@ -3404,7 +3404,7 @@ code {
|
|
|
3404
3404
|
}
|
|
3405
3405
|
|
|
3406
3406
|
.sidebar-dark .sidebar-link.active {
|
|
3407
|
-
color:
|
|
3407
|
+
color: #eaeaea;
|
|
3408
3408
|
background: rgba(102, 178, 255, 0.15);
|
|
3409
3409
|
border-left-color: var(--dm-primary-light, #66b2ff);
|
|
3410
3410
|
}
|
package/public/dist/grid.css
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Domma Grid CSS v0.9.
|
|
2
|
+
* Domma Grid CSS v0.9.5-alpha
|
|
3
3
|
* Dynamic Object Manipulation & Modeling API
|
|
4
4
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
5
|
-
* Built: 2026-01-
|
|
6
|
-
* Commit:
|
|
5
|
+
* Built: 2026-01-16T09:03:57.619Z
|
|
6
|
+
* Commit: 72d7b45
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
/**
|
package/public/dist/syntax.css
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Domma Syntax Highlighting CSS v0.9.
|
|
2
|
+
* Domma Syntax Highlighting CSS v0.9.5-alpha
|
|
3
3
|
* Dynamic Object Manipulation & Modeling API
|
|
4
4
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
5
|
-
* Built: 2026-01-
|
|
6
|
-
* Commit:
|
|
5
|
+
* Built: 2026-01-16T09:03:57.638Z
|
|
6
|
+
* Commit: 72d7b45
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
/**
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Domma Themes v0.9.
|
|
2
|
+
* Domma Themes v0.9.5-alpha
|
|
3
3
|
* Dynamic Object Manipulation & Modeling API
|
|
4
4
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
5
|
-
* Built: 2026-01-
|
|
6
|
-
* Commit:
|
|
5
|
+
* Built: 2026-01-16T09:03:57.587Z
|
|
6
|
+
* Commit: 72d7b45
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
/**
|