domma-js 0.27.3 → 0.27.4

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.27.3",
3
+ "version": "0.27.4",
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.27.3
2
+ * Domma Complete CSS Bundle v0.27.4
3
3
  * Dynamic Object Manipulation & Modeling API
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-06-13T07:03:29.838Z
5
+ * Built: 2026-06-14T20:51:31.774Z
6
6
  */
7
7
 
8
8
  /* ============================================
@@ -11,11 +11,11 @@
11
11
  ============================================ */
12
12
 
13
13
  /*!
14
- * Domma Core CSS v0.27.3
14
+ * Domma Core CSS v0.27.4
15
15
  * Dynamic Object Manipulation & Modeling API
16
16
  * (c) 2026 Darryl Waterhouse & DCBW-IT
17
- * Built: 2026-06-13T07:03:29.622Z
18
- * Commit: 8b31341
17
+ * Built: 2026-06-14T20:51:31.637Z
18
+ * Commit: f33c102
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.3
4832
+ * Domma Grid CSS v0.27.4
4833
4833
  * Dynamic Object Manipulation & Modeling API
4834
4834
  * (c) 2026 Darryl Waterhouse & DCBW-IT
4835
- * Built: 2026-06-13T07:03:29.627Z
4836
- * Commit: 8b31341
4835
+ * Built: 2026-06-14T20:51:31.641Z
4836
+ * Commit: f33c102
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.3
5457
+ * Domma Elements CSS v0.27.4
5458
5458
  * Dynamic Object Manipulation & Modeling API
5459
5459
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5460
- * Built: 2026-06-13T07:03:29.632Z
5461
- * Commit: 8b31341
5460
+ * Built: 2026-06-14T20:51:31.646Z
5461
+ * Commit: f33c102
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.3
13416
+ * Domma Themes v0.27.4
13404
13417
  * Dynamic Object Manipulation & Modeling API
13405
13418
  * (c) 2026 Darryl Waterhouse & DCBW-IT
13406
- * Built: 2026-06-13T07:03:29.606Z
13407
- * Commit: 8b31341
13419
+ * Built: 2026-06-14T20:51:31.625Z
13420
+ * Commit: f33c102
13408
13421
  */
13409
13422
 
13410
13423
  /**
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * Domma Data-Focused CSS Bundle v0.27.3
2
+ * Domma Data-Focused CSS Bundle v0.27.4
3
3
  * Dynamic Object Manipulation & Modeling API
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-06-13T07:03:29.832Z
5
+ * Built: 2026-06-14T20:51:31.772Z
6
6
  */
7
7
 
8
8
  /* ============================================
@@ -11,11 +11,11 @@
11
11
  ============================================ */
12
12
 
13
13
  /*!
14
- * Domma Core CSS v0.27.3
14
+ * Domma Core CSS v0.27.4
15
15
  * Dynamic Object Manipulation & Modeling API
16
16
  * (c) 2026 Darryl Waterhouse & DCBW-IT
17
- * Built: 2026-06-13T07:03:29.622Z
18
- * Commit: 8b31341
17
+ * Built: 2026-06-14T20:51:31.637Z
18
+ * Commit: f33c102
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.3
4832
+ * Domma Grid CSS v0.27.4
4833
4833
  * Dynamic Object Manipulation & Modeling API
4834
4834
  * (c) 2026 Darryl Waterhouse & DCBW-IT
4835
- * Built: 2026-06-13T07:03:29.627Z
4836
- * Commit: 8b31341
4835
+ * Built: 2026-06-14T20:51:31.641Z
4836
+ * Commit: f33c102
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.3
5457
+ * Domma Elements CSS v0.27.4
5458
5458
  * Dynamic Object Manipulation & Modeling API
5459
5459
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5460
- * Built: 2026-06-13T07:03:29.632Z
5461
- * Commit: 8b31341
5460
+ * Built: 2026-06-14T20:51:31.646Z
5461
+ * Commit: f33c102
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.3
13416
+ * Domma Themes v0.27.4
13404
13417
  * Dynamic Object Manipulation & Modeling API
13405
13418
  * (c) 2026 Darryl Waterhouse & DCBW-IT
13406
- * Built: 2026-06-13T07:03:29.606Z
13407
- * Commit: 8b31341
13419
+ * Built: 2026-06-14T20:51:31.625Z
13420
+ * Commit: f33c102
13408
13421
  */
13409
13422
 
13410
13423
  /**
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * Domma Essentials CSS Bundle v0.27.3
2
+ * Domma Essentials CSS Bundle v0.27.4
3
3
  * Dynamic Object Manipulation & Modeling API
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-06-13T07:03:29.821Z
5
+ * Built: 2026-06-14T20:51:31.765Z
6
6
  */
7
7
 
8
8
  /* ============================================
@@ -11,11 +11,11 @@
11
11
  ============================================ */
12
12
 
13
13
  /*!
14
- * Domma Core CSS v0.27.3
14
+ * Domma Core CSS v0.27.4
15
15
  * Dynamic Object Manipulation & Modeling API
16
16
  * (c) 2026 Darryl Waterhouse & DCBW-IT
17
- * Built: 2026-06-13T07:03:29.622Z
18
- * Commit: 8b31341
17
+ * Built: 2026-06-14T20:51:31.637Z
18
+ * Commit: f33c102
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.3
4832
+ * Domma Grid CSS v0.27.4
4833
4833
  * Dynamic Object Manipulation & Modeling API
4834
4834
  * (c) 2026 Darryl Waterhouse & DCBW-IT
4835
- * Built: 2026-06-13T07:03:29.627Z
4836
- * Commit: 8b31341
4835
+ * Built: 2026-06-14T20:51:31.641Z
4836
+ * Commit: f33c102
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.3
5457
+ * Domma Elements CSS v0.27.4
5458
5458
  * Dynamic Object Manipulation & Modeling API
5459
5459
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5460
- * Built: 2026-06-13T07:03:29.632Z
5461
- * Commit: 8b31341
5460
+ * Built: 2026-06-14T20:51:31.646Z
5461
+ * Commit: f33c102
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.3
13416
+ * Domma Themes v0.27.4
13404
13417
  * Dynamic Object Manipulation & Modeling API
13405
13418
  * (c) 2026 Darryl Waterhouse & DCBW-IT
13406
- * Built: 2026-06-13T07:03:29.606Z
13407
- * Commit: 8b31341
13419
+ * Built: 2026-06-14T20:51:31.625Z
13420
+ * Commit: f33c102
13408
13421
  */
13409
13422
 
13410
13423
  /**
@@ -1,8 +1,8 @@
1
1
  /*!
2
- * Domma Full CSS Bundle v0.27.3
2
+ * Domma Full CSS Bundle v0.27.4
3
3
  * Dynamic Object Manipulation & Modeling API
4
4
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5
- * Built: 2026-06-13T07:03:29.828Z
5
+ * Built: 2026-06-14T20:51:31.769Z
6
6
  */
7
7
 
8
8
  /* ============================================
@@ -11,11 +11,11 @@
11
11
  ============================================ */
12
12
 
13
13
  /*!
14
- * Domma Core CSS v0.27.3
14
+ * Domma Core CSS v0.27.4
15
15
  * Dynamic Object Manipulation & Modeling API
16
16
  * (c) 2026 Darryl Waterhouse & DCBW-IT
17
- * Built: 2026-06-13T07:03:29.622Z
18
- * Commit: 8b31341
17
+ * Built: 2026-06-14T20:51:31.637Z
18
+ * Commit: f33c102
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.3
4832
+ * Domma Grid CSS v0.27.4
4833
4833
  * Dynamic Object Manipulation & Modeling API
4834
4834
  * (c) 2026 Darryl Waterhouse & DCBW-IT
4835
- * Built: 2026-06-13T07:03:29.627Z
4836
- * Commit: 8b31341
4835
+ * Built: 2026-06-14T20:51:31.641Z
4836
+ * Commit: f33c102
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.3
5457
+ * Domma Elements CSS v0.27.4
5458
5458
  * Dynamic Object Manipulation & Modeling API
5459
5459
  * (c) 2026 Darryl Waterhouse & DCBW-IT
5460
- * Built: 2026-06-13T07:03:29.632Z
5461
- * Commit: 8b31341
5460
+ * Built: 2026-06-14T20:51:31.646Z
5461
+ * Commit: f33c102
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.3
13416
+ * Domma Themes v0.27.4
13404
13417
  * Dynamic Object Manipulation & Modeling API
13405
13418
  * (c) 2026 Darryl Waterhouse & DCBW-IT
13406
- * Built: 2026-06-13T07:03:29.606Z
13407
- * Commit: 8b31341
13419
+ * Built: 2026-06-14T20:51:31.625Z
13420
+ * Commit: f33c102
13408
13421
  */
13409
13422
 
13410
13423
  /**