domma-js 0.27.3 → 0.27.5
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/assets/types/elements.d.ts +657 -657
- package/package.json +1 -1
- package/public/dist/bundles/domma-complete.css +27 -14
- package/public/dist/bundles/domma-data-focused.css +27 -14
- package/public/dist/bundles/domma-essentials.css +27 -14
- package/public/dist/bundles/domma-full.css +27 -14
- package/public/dist/bundles/domma-grayve.css +16852 -0
- package/public/dist/bundles/domma-minimal.css +8 -8
- package/public/dist/domma-flags.esm.js +3 -3
- package/public/dist/domma-flags.min.js +3 -3
- 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 +16 -3
- 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/themes/grayve.css +213 -0
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Domma Complete CSS Bundle v0.27.
|
|
2
|
+
* Domma Complete CSS Bundle v0.27.5
|
|
3
3
|
* Dynamic Object Manipulation & Modeling API
|
|
4
4
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
5
|
-
* Built: 2026-06-
|
|
5
|
+
* Built: 2026-06-15T10:35:16.642Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
/* ============================================
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
============================================ */
|
|
12
12
|
|
|
13
13
|
/*!
|
|
14
|
-
* Domma Core CSS v0.27.
|
|
14
|
+
* Domma Core CSS v0.27.5
|
|
15
15
|
* Dynamic Object Manipulation & Modeling API
|
|
16
16
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
17
|
-
* Built: 2026-06-
|
|
18
|
-
* Commit:
|
|
17
|
+
* Built: 2026-06-15T10:35:16.475Z
|
|
18
|
+
* Commit: ab1a41e
|
|
19
19
|
*/
|
|
20
20
|
|
|
21
21
|
/**
|
|
@@ -4829,11 +4829,11 @@ body.dm-cloaked.dm-ready {
|
|
|
4829
4829
|
============================================ */
|
|
4830
4830
|
|
|
4831
4831
|
/*!
|
|
4832
|
-
* Domma Grid CSS v0.27.
|
|
4832
|
+
* Domma Grid CSS v0.27.5
|
|
4833
4833
|
* Dynamic Object Manipulation & Modeling API
|
|
4834
4834
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
4835
|
-
* Built: 2026-06-
|
|
4836
|
-
* Commit:
|
|
4835
|
+
* Built: 2026-06-15T10:35:16.480Z
|
|
4836
|
+
* Commit: ab1a41e
|
|
4837
4837
|
*/
|
|
4838
4838
|
|
|
4839
4839
|
/**
|
|
@@ -5454,11 +5454,11 @@ body.dm-cloaked.dm-ready {
|
|
|
5454
5454
|
============================================ */
|
|
5455
5455
|
|
|
5456
5456
|
/*!
|
|
5457
|
-
* Domma Elements CSS v0.27.
|
|
5457
|
+
* Domma Elements CSS v0.27.5
|
|
5458
5458
|
* Dynamic Object Manipulation & Modeling API
|
|
5459
5459
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
5460
|
-
* Built: 2026-06-
|
|
5461
|
-
* Commit:
|
|
5460
|
+
* Built: 2026-06-15T10:35:16.485Z
|
|
5461
|
+
* Commit: ab1a41e
|
|
5462
5462
|
*/
|
|
5463
5463
|
|
|
5464
5464
|
/**
|
|
@@ -8059,6 +8059,19 @@ code {
|
|
|
8059
8059
|
border-color: var(--dm-border-dark, var(--dm-border));
|
|
8060
8060
|
}
|
|
8061
8061
|
|
|
8062
|
+
/* Collision classes toggled by Navbar._positionMenu() to keep menus on-screen:
|
|
8063
|
+
a flyout that overruns the right edge opens to the left of its parent instead,
|
|
8064
|
+
and a top-level menu near the right edge right-aligns under its toggle. */
|
|
8065
|
+
.navbar-dropdown-submenu.navbar-dropdown-flip-x {
|
|
8066
|
+
left: auto;
|
|
8067
|
+
right: 100%;
|
|
8068
|
+
margin: 0 0.25rem 0 0;
|
|
8069
|
+
}
|
|
8070
|
+
.navbar-dropdown-menu.navbar-dropdown-flip-end {
|
|
8071
|
+
left: auto;
|
|
8072
|
+
right: 0;
|
|
8073
|
+
}
|
|
8074
|
+
|
|
8062
8075
|
/* On mobile the nested menu stacks and indents instead of flying out */
|
|
8063
8076
|
@media (max-width: 992px) {
|
|
8064
8077
|
.navbar-dropdown-submenu {
|
|
@@ -13400,11 +13413,11 @@ code {
|
|
|
13400
13413
|
============================================ */
|
|
13401
13414
|
|
|
13402
13415
|
/*!
|
|
13403
|
-
* Domma Themes v0.27.
|
|
13416
|
+
* Domma Themes v0.27.5
|
|
13404
13417
|
* Dynamic Object Manipulation & Modeling API
|
|
13405
13418
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
13406
|
-
* Built: 2026-06-
|
|
13407
|
-
* Commit:
|
|
13419
|
+
* Built: 2026-06-15T10:35:16.462Z
|
|
13420
|
+
* Commit: ab1a41e
|
|
13408
13421
|
*/
|
|
13409
13422
|
|
|
13410
13423
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Domma Data-Focused CSS Bundle v0.27.
|
|
2
|
+
* Domma Data-Focused CSS Bundle v0.27.5
|
|
3
3
|
* Dynamic Object Manipulation & Modeling API
|
|
4
4
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
5
|
-
* Built: 2026-06-
|
|
5
|
+
* Built: 2026-06-15T10:35:16.639Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
/* ============================================
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
============================================ */
|
|
12
12
|
|
|
13
13
|
/*!
|
|
14
|
-
* Domma Core CSS v0.27.
|
|
14
|
+
* Domma Core CSS v0.27.5
|
|
15
15
|
* Dynamic Object Manipulation & Modeling API
|
|
16
16
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
17
|
-
* Built: 2026-06-
|
|
18
|
-
* Commit:
|
|
17
|
+
* Built: 2026-06-15T10:35:16.475Z
|
|
18
|
+
* Commit: ab1a41e
|
|
19
19
|
*/
|
|
20
20
|
|
|
21
21
|
/**
|
|
@@ -4829,11 +4829,11 @@ body.dm-cloaked.dm-ready {
|
|
|
4829
4829
|
============================================ */
|
|
4830
4830
|
|
|
4831
4831
|
/*!
|
|
4832
|
-
* Domma Grid CSS v0.27.
|
|
4832
|
+
* Domma Grid CSS v0.27.5
|
|
4833
4833
|
* Dynamic Object Manipulation & Modeling API
|
|
4834
4834
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
4835
|
-
* Built: 2026-06-
|
|
4836
|
-
* Commit:
|
|
4835
|
+
* Built: 2026-06-15T10:35:16.480Z
|
|
4836
|
+
* Commit: ab1a41e
|
|
4837
4837
|
*/
|
|
4838
4838
|
|
|
4839
4839
|
/**
|
|
@@ -5454,11 +5454,11 @@ body.dm-cloaked.dm-ready {
|
|
|
5454
5454
|
============================================ */
|
|
5455
5455
|
|
|
5456
5456
|
/*!
|
|
5457
|
-
* Domma Elements CSS v0.27.
|
|
5457
|
+
* Domma Elements CSS v0.27.5
|
|
5458
5458
|
* Dynamic Object Manipulation & Modeling API
|
|
5459
5459
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
5460
|
-
* Built: 2026-06-
|
|
5461
|
-
* Commit:
|
|
5460
|
+
* Built: 2026-06-15T10:35:16.485Z
|
|
5461
|
+
* Commit: ab1a41e
|
|
5462
5462
|
*/
|
|
5463
5463
|
|
|
5464
5464
|
/**
|
|
@@ -8059,6 +8059,19 @@ code {
|
|
|
8059
8059
|
border-color: var(--dm-border-dark, var(--dm-border));
|
|
8060
8060
|
}
|
|
8061
8061
|
|
|
8062
|
+
/* Collision classes toggled by Navbar._positionMenu() to keep menus on-screen:
|
|
8063
|
+
a flyout that overruns the right edge opens to the left of its parent instead,
|
|
8064
|
+
and a top-level menu near the right edge right-aligns under its toggle. */
|
|
8065
|
+
.navbar-dropdown-submenu.navbar-dropdown-flip-x {
|
|
8066
|
+
left: auto;
|
|
8067
|
+
right: 100%;
|
|
8068
|
+
margin: 0 0.25rem 0 0;
|
|
8069
|
+
}
|
|
8070
|
+
.navbar-dropdown-menu.navbar-dropdown-flip-end {
|
|
8071
|
+
left: auto;
|
|
8072
|
+
right: 0;
|
|
8073
|
+
}
|
|
8074
|
+
|
|
8062
8075
|
/* On mobile the nested menu stacks and indents instead of flying out */
|
|
8063
8076
|
@media (max-width: 992px) {
|
|
8064
8077
|
.navbar-dropdown-submenu {
|
|
@@ -13400,11 +13413,11 @@ code {
|
|
|
13400
13413
|
============================================ */
|
|
13401
13414
|
|
|
13402
13415
|
/*!
|
|
13403
|
-
* Domma Themes v0.27.
|
|
13416
|
+
* Domma Themes v0.27.5
|
|
13404
13417
|
* Dynamic Object Manipulation & Modeling API
|
|
13405
13418
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
13406
|
-
* Built: 2026-06-
|
|
13407
|
-
* Commit:
|
|
13419
|
+
* Built: 2026-06-15T10:35:16.462Z
|
|
13420
|
+
* Commit: ab1a41e
|
|
13408
13421
|
*/
|
|
13409
13422
|
|
|
13410
13423
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Domma Essentials CSS Bundle v0.27.
|
|
2
|
+
* Domma Essentials CSS Bundle v0.27.5
|
|
3
3
|
* Dynamic Object Manipulation & Modeling API
|
|
4
4
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
5
|
-
* Built: 2026-06-
|
|
5
|
+
* Built: 2026-06-15T10:35:16.632Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
/* ============================================
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
============================================ */
|
|
12
12
|
|
|
13
13
|
/*!
|
|
14
|
-
* Domma Core CSS v0.27.
|
|
14
|
+
* Domma Core CSS v0.27.5
|
|
15
15
|
* Dynamic Object Manipulation & Modeling API
|
|
16
16
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
17
|
-
* Built: 2026-06-
|
|
18
|
-
* Commit:
|
|
17
|
+
* Built: 2026-06-15T10:35:16.475Z
|
|
18
|
+
* Commit: ab1a41e
|
|
19
19
|
*/
|
|
20
20
|
|
|
21
21
|
/**
|
|
@@ -4829,11 +4829,11 @@ body.dm-cloaked.dm-ready {
|
|
|
4829
4829
|
============================================ */
|
|
4830
4830
|
|
|
4831
4831
|
/*!
|
|
4832
|
-
* Domma Grid CSS v0.27.
|
|
4832
|
+
* Domma Grid CSS v0.27.5
|
|
4833
4833
|
* Dynamic Object Manipulation & Modeling API
|
|
4834
4834
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
4835
|
-
* Built: 2026-06-
|
|
4836
|
-
* Commit:
|
|
4835
|
+
* Built: 2026-06-15T10:35:16.480Z
|
|
4836
|
+
* Commit: ab1a41e
|
|
4837
4837
|
*/
|
|
4838
4838
|
|
|
4839
4839
|
/**
|
|
@@ -5454,11 +5454,11 @@ body.dm-cloaked.dm-ready {
|
|
|
5454
5454
|
============================================ */
|
|
5455
5455
|
|
|
5456
5456
|
/*!
|
|
5457
|
-
* Domma Elements CSS v0.27.
|
|
5457
|
+
* Domma Elements CSS v0.27.5
|
|
5458
5458
|
* Dynamic Object Manipulation & Modeling API
|
|
5459
5459
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
5460
|
-
* Built: 2026-06-
|
|
5461
|
-
* Commit:
|
|
5460
|
+
* Built: 2026-06-15T10:35:16.485Z
|
|
5461
|
+
* Commit: ab1a41e
|
|
5462
5462
|
*/
|
|
5463
5463
|
|
|
5464
5464
|
/**
|
|
@@ -8059,6 +8059,19 @@ code {
|
|
|
8059
8059
|
border-color: var(--dm-border-dark, var(--dm-border));
|
|
8060
8060
|
}
|
|
8061
8061
|
|
|
8062
|
+
/* Collision classes toggled by Navbar._positionMenu() to keep menus on-screen:
|
|
8063
|
+
a flyout that overruns the right edge opens to the left of its parent instead,
|
|
8064
|
+
and a top-level menu near the right edge right-aligns under its toggle. */
|
|
8065
|
+
.navbar-dropdown-submenu.navbar-dropdown-flip-x {
|
|
8066
|
+
left: auto;
|
|
8067
|
+
right: 100%;
|
|
8068
|
+
margin: 0 0.25rem 0 0;
|
|
8069
|
+
}
|
|
8070
|
+
.navbar-dropdown-menu.navbar-dropdown-flip-end {
|
|
8071
|
+
left: auto;
|
|
8072
|
+
right: 0;
|
|
8073
|
+
}
|
|
8074
|
+
|
|
8062
8075
|
/* On mobile the nested menu stacks and indents instead of flying out */
|
|
8063
8076
|
@media (max-width: 992px) {
|
|
8064
8077
|
.navbar-dropdown-submenu {
|
|
@@ -13400,11 +13413,11 @@ code {
|
|
|
13400
13413
|
============================================ */
|
|
13401
13414
|
|
|
13402
13415
|
/*!
|
|
13403
|
-
* Domma Themes v0.27.
|
|
13416
|
+
* Domma Themes v0.27.5
|
|
13404
13417
|
* Dynamic Object Manipulation & Modeling API
|
|
13405
13418
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
13406
|
-
* Built: 2026-06-
|
|
13407
|
-
* Commit:
|
|
13419
|
+
* Built: 2026-06-15T10:35:16.462Z
|
|
13420
|
+
* Commit: ab1a41e
|
|
13408
13421
|
*/
|
|
13409
13422
|
|
|
13410
13423
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Domma Full CSS Bundle v0.27.
|
|
2
|
+
* Domma Full CSS Bundle v0.27.5
|
|
3
3
|
* Dynamic Object Manipulation & Modeling API
|
|
4
4
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
5
|
-
* Built: 2026-06-
|
|
5
|
+
* Built: 2026-06-15T10:35:16.636Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
/* ============================================
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
============================================ */
|
|
12
12
|
|
|
13
13
|
/*!
|
|
14
|
-
* Domma Core CSS v0.27.
|
|
14
|
+
* Domma Core CSS v0.27.5
|
|
15
15
|
* Dynamic Object Manipulation & Modeling API
|
|
16
16
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
17
|
-
* Built: 2026-06-
|
|
18
|
-
* Commit:
|
|
17
|
+
* Built: 2026-06-15T10:35:16.475Z
|
|
18
|
+
* Commit: ab1a41e
|
|
19
19
|
*/
|
|
20
20
|
|
|
21
21
|
/**
|
|
@@ -4829,11 +4829,11 @@ body.dm-cloaked.dm-ready {
|
|
|
4829
4829
|
============================================ */
|
|
4830
4830
|
|
|
4831
4831
|
/*!
|
|
4832
|
-
* Domma Grid CSS v0.27.
|
|
4832
|
+
* Domma Grid CSS v0.27.5
|
|
4833
4833
|
* Dynamic Object Manipulation & Modeling API
|
|
4834
4834
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
4835
|
-
* Built: 2026-06-
|
|
4836
|
-
* Commit:
|
|
4835
|
+
* Built: 2026-06-15T10:35:16.480Z
|
|
4836
|
+
* Commit: ab1a41e
|
|
4837
4837
|
*/
|
|
4838
4838
|
|
|
4839
4839
|
/**
|
|
@@ -5454,11 +5454,11 @@ body.dm-cloaked.dm-ready {
|
|
|
5454
5454
|
============================================ */
|
|
5455
5455
|
|
|
5456
5456
|
/*!
|
|
5457
|
-
* Domma Elements CSS v0.27.
|
|
5457
|
+
* Domma Elements CSS v0.27.5
|
|
5458
5458
|
* Dynamic Object Manipulation & Modeling API
|
|
5459
5459
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
5460
|
-
* Built: 2026-06-
|
|
5461
|
-
* Commit:
|
|
5460
|
+
* Built: 2026-06-15T10:35:16.485Z
|
|
5461
|
+
* Commit: ab1a41e
|
|
5462
5462
|
*/
|
|
5463
5463
|
|
|
5464
5464
|
/**
|
|
@@ -8059,6 +8059,19 @@ code {
|
|
|
8059
8059
|
border-color: var(--dm-border-dark, var(--dm-border));
|
|
8060
8060
|
}
|
|
8061
8061
|
|
|
8062
|
+
/* Collision classes toggled by Navbar._positionMenu() to keep menus on-screen:
|
|
8063
|
+
a flyout that overruns the right edge opens to the left of its parent instead,
|
|
8064
|
+
and a top-level menu near the right edge right-aligns under its toggle. */
|
|
8065
|
+
.navbar-dropdown-submenu.navbar-dropdown-flip-x {
|
|
8066
|
+
left: auto;
|
|
8067
|
+
right: 100%;
|
|
8068
|
+
margin: 0 0.25rem 0 0;
|
|
8069
|
+
}
|
|
8070
|
+
.navbar-dropdown-menu.navbar-dropdown-flip-end {
|
|
8071
|
+
left: auto;
|
|
8072
|
+
right: 0;
|
|
8073
|
+
}
|
|
8074
|
+
|
|
8062
8075
|
/* On mobile the nested menu stacks and indents instead of flying out */
|
|
8063
8076
|
@media (max-width: 992px) {
|
|
8064
8077
|
.navbar-dropdown-submenu {
|
|
@@ -13400,11 +13413,11 @@ code {
|
|
|
13400
13413
|
============================================ */
|
|
13401
13414
|
|
|
13402
13415
|
/*!
|
|
13403
|
-
* Domma Themes v0.27.
|
|
13416
|
+
* Domma Themes v0.27.5
|
|
13404
13417
|
* Dynamic Object Manipulation & Modeling API
|
|
13405
13418
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
13406
|
-
* Built: 2026-06-
|
|
13407
|
-
* Commit:
|
|
13419
|
+
* Built: 2026-06-15T10:35:16.462Z
|
|
13420
|
+
* Commit: ab1a41e
|
|
13408
13421
|
*/
|
|
13409
13422
|
|
|
13410
13423
|
/**
|