mol_view_tree2_lib 1.0.153 → 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/package.json
CHANGED
package/web.test.js
CHANGED
|
@@ -3875,6 +3875,7 @@ var $;
|
|
|
3875
3875
|
'page',
|
|
3876
3876
|
'block',
|
|
3877
3877
|
'text',
|
|
3878
|
+
'emoji',
|
|
3878
3879
|
'round',
|
|
3879
3880
|
'space',
|
|
3880
3881
|
'blur',
|
|
@@ -3885,7 +3886,7 @@ var $;
|
|
|
3885
3886
|
"use strict";
|
|
3886
3887
|
var $;
|
|
3887
3888
|
(function ($) {
|
|
3888
|
-
$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");
|
|
3889
|
+
$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");
|
|
3889
3890
|
})($ || ($ = {}));
|
|
3890
3891
|
|
|
3891
3892
|
;
|