mol_view_tree2_lib 1.0.152 → 1.0.154
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/node.test.js +2 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.test.js +2 -1
- package/web.test.js.map +1 -1
package/node.test.js
CHANGED
|
@@ -9465,6 +9465,7 @@ var $;
|
|
|
9465
9465
|
'page',
|
|
9466
9466
|
'block',
|
|
9467
9467
|
'text',
|
|
9468
|
+
'emoji',
|
|
9468
9469
|
'round',
|
|
9469
9470
|
'space',
|
|
9470
9471
|
'blur',
|
|
@@ -9475,7 +9476,7 @@ var $;
|
|
|
9475
9476
|
"use strict";
|
|
9476
9477
|
var $;
|
|
9477
9478
|
(function ($) {
|
|
9478
|
-
$mol_style_attach("mol/gap/gap.css", ":root {\n\t--mol_gap_page: 3rem;\n\t--mol_gap_block: .75rem;\n\t--mol_gap_text: .5rem .75rem;\n\t--mol_gap_round: .25rem;\n\t--mol_gap_space: .25rem;\n\t--mol_gap_blur: .5rem;\n}\n");
|
|
9479
|
+
$mol_style_attach("mol/gap/gap.css", ":root {\n\t--mol_gap_page: 3rem;\n\t--mol_gap_block: .75rem;\n\t--mol_gap_text: .5rem .75rem;\n\t--mol_gap_emoji: .5rem;\n\t--mol_gap_round: .25rem;\n\t--mol_gap_space: .25rem;\n\t--mol_gap_blur: .5rem;\n}\n");
|
|
9479
9480
|
})($ || ($ = {}));
|
|
9480
9481
|
|
|
9481
9482
|
;
|