domma-js 0.29.0 → 0.29.1
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 +14 -14
- package/public/dist/bundles/domma-data-focused.css +14 -14
- package/public/dist/bundles/domma-essentials.css +14 -14
- package/public/dist/bundles/domma-full.css +14 -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 +3 -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.29.
|
|
2
|
+
* Domma Complete CSS Bundle v0.29.1
|
|
3
3
|
* Dynamic Object Manipulation & Modeling API
|
|
4
4
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
5
|
-
* Built: 2026-06-
|
|
5
|
+
* Built: 2026-06-30T17:41:03.557Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
/* ============================================
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
============================================ */
|
|
12
12
|
|
|
13
13
|
/*!
|
|
14
|
-
* Domma Core CSS v0.29.
|
|
14
|
+
* Domma Core CSS v0.29.1
|
|
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-30T17:41:03.405Z
|
|
18
|
+
* Commit: 487d980
|
|
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.29.
|
|
4832
|
+
* Domma Grid CSS v0.29.1
|
|
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-30T17:41:03.409Z
|
|
4836
|
+
* Commit: 487d980
|
|
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.29.
|
|
5457
|
+
* Domma Elements CSS v0.29.1
|
|
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-30T17:41:03.414Z
|
|
5461
|
+
* Commit: 487d980
|
|
5462
5462
|
*/
|
|
5463
5463
|
|
|
5464
5464
|
/**
|
|
@@ -13413,11 +13413,11 @@ code {
|
|
|
13413
13413
|
============================================ */
|
|
13414
13414
|
|
|
13415
13415
|
/*!
|
|
13416
|
-
* Domma Themes v0.29.
|
|
13416
|
+
* Domma Themes v0.29.1
|
|
13417
13417
|
* Dynamic Object Manipulation & Modeling API
|
|
13418
13418
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
13419
|
-
* Built: 2026-06-
|
|
13420
|
-
* Commit:
|
|
13419
|
+
* Built: 2026-06-30T17:41:03.391Z
|
|
13420
|
+
* Commit: 487d980
|
|
13421
13421
|
*/
|
|
13422
13422
|
|
|
13423
13423
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Domma Data-Focused CSS Bundle v0.29.
|
|
2
|
+
* Domma Data-Focused CSS Bundle v0.29.1
|
|
3
3
|
* Dynamic Object Manipulation & Modeling API
|
|
4
4
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
5
|
-
* Built: 2026-06-
|
|
5
|
+
* Built: 2026-06-30T17:41:03.554Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
/* ============================================
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
============================================ */
|
|
12
12
|
|
|
13
13
|
/*!
|
|
14
|
-
* Domma Core CSS v0.29.
|
|
14
|
+
* Domma Core CSS v0.29.1
|
|
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-30T17:41:03.405Z
|
|
18
|
+
* Commit: 487d980
|
|
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.29.
|
|
4832
|
+
* Domma Grid CSS v0.29.1
|
|
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-30T17:41:03.409Z
|
|
4836
|
+
* Commit: 487d980
|
|
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.29.
|
|
5457
|
+
* Domma Elements CSS v0.29.1
|
|
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-30T17:41:03.414Z
|
|
5461
|
+
* Commit: 487d980
|
|
5462
5462
|
*/
|
|
5463
5463
|
|
|
5464
5464
|
/**
|
|
@@ -13413,11 +13413,11 @@ code {
|
|
|
13413
13413
|
============================================ */
|
|
13414
13414
|
|
|
13415
13415
|
/*!
|
|
13416
|
-
* Domma Themes v0.29.
|
|
13416
|
+
* Domma Themes v0.29.1
|
|
13417
13417
|
* Dynamic Object Manipulation & Modeling API
|
|
13418
13418
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
13419
|
-
* Built: 2026-06-
|
|
13420
|
-
* Commit:
|
|
13419
|
+
* Built: 2026-06-30T17:41:03.391Z
|
|
13420
|
+
* Commit: 487d980
|
|
13421
13421
|
*/
|
|
13422
13422
|
|
|
13423
13423
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Domma Essentials CSS Bundle v0.29.
|
|
2
|
+
* Domma Essentials CSS Bundle v0.29.1
|
|
3
3
|
* Dynamic Object Manipulation & Modeling API
|
|
4
4
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
5
|
-
* Built: 2026-06-
|
|
5
|
+
* Built: 2026-06-30T17:41:03.546Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
/* ============================================
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
============================================ */
|
|
12
12
|
|
|
13
13
|
/*!
|
|
14
|
-
* Domma Core CSS v0.29.
|
|
14
|
+
* Domma Core CSS v0.29.1
|
|
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-30T17:41:03.405Z
|
|
18
|
+
* Commit: 487d980
|
|
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.29.
|
|
4832
|
+
* Domma Grid CSS v0.29.1
|
|
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-30T17:41:03.409Z
|
|
4836
|
+
* Commit: 487d980
|
|
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.29.
|
|
5457
|
+
* Domma Elements CSS v0.29.1
|
|
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-30T17:41:03.414Z
|
|
5461
|
+
* Commit: 487d980
|
|
5462
5462
|
*/
|
|
5463
5463
|
|
|
5464
5464
|
/**
|
|
@@ -13413,11 +13413,11 @@ code {
|
|
|
13413
13413
|
============================================ */
|
|
13414
13414
|
|
|
13415
13415
|
/*!
|
|
13416
|
-
* Domma Themes v0.29.
|
|
13416
|
+
* Domma Themes v0.29.1
|
|
13417
13417
|
* Dynamic Object Manipulation & Modeling API
|
|
13418
13418
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
13419
|
-
* Built: 2026-06-
|
|
13420
|
-
* Commit:
|
|
13419
|
+
* Built: 2026-06-30T17:41:03.391Z
|
|
13420
|
+
* Commit: 487d980
|
|
13421
13421
|
*/
|
|
13422
13422
|
|
|
13423
13423
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Domma Full CSS Bundle v0.29.
|
|
2
|
+
* Domma Full CSS Bundle v0.29.1
|
|
3
3
|
* Dynamic Object Manipulation & Modeling API
|
|
4
4
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
5
|
-
* Built: 2026-06-
|
|
5
|
+
* Built: 2026-06-30T17:41:03.551Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
/* ============================================
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
============================================ */
|
|
12
12
|
|
|
13
13
|
/*!
|
|
14
|
-
* Domma Core CSS v0.29.
|
|
14
|
+
* Domma Core CSS v0.29.1
|
|
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-30T17:41:03.405Z
|
|
18
|
+
* Commit: 487d980
|
|
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.29.
|
|
4832
|
+
* Domma Grid CSS v0.29.1
|
|
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-30T17:41:03.409Z
|
|
4836
|
+
* Commit: 487d980
|
|
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.29.
|
|
5457
|
+
* Domma Elements CSS v0.29.1
|
|
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-30T17:41:03.414Z
|
|
5461
|
+
* Commit: 487d980
|
|
5462
5462
|
*/
|
|
5463
5463
|
|
|
5464
5464
|
/**
|
|
@@ -13413,11 +13413,11 @@ code {
|
|
|
13413
13413
|
============================================ */
|
|
13414
13414
|
|
|
13415
13415
|
/*!
|
|
13416
|
-
* Domma Themes v0.29.
|
|
13416
|
+
* Domma Themes v0.29.1
|
|
13417
13417
|
* Dynamic Object Manipulation & Modeling API
|
|
13418
13418
|
* (c) 2026 Darryl Waterhouse & DCBW-IT
|
|
13419
|
-
* Built: 2026-06-
|
|
13420
|
-
* Commit:
|
|
13419
|
+
* Built: 2026-06-30T17:41:03.391Z
|
|
13420
|
+
* Commit: 487d980
|
|
13421
13421
|
*/
|
|
13422
13422
|
|
|
13423
13423
|
/**
|