mam 1.11.879 → 1.11.881
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/node.test.js
CHANGED
|
@@ -11732,6 +11732,7 @@ var $;
|
|
|
11732
11732
|
'page',
|
|
11733
11733
|
'block',
|
|
11734
11734
|
'text',
|
|
11735
|
+
'emoji',
|
|
11735
11736
|
'round',
|
|
11736
11737
|
'space',
|
|
11737
11738
|
'blur',
|
|
@@ -11742,7 +11743,7 @@ var $;
|
|
|
11742
11743
|
"use strict";
|
|
11743
11744
|
var $;
|
|
11744
11745
|
(function ($) {
|
|
11745
|
-
$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");
|
|
11746
|
+
$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");
|
|
11746
11747
|
})($ || ($ = {}));
|
|
11747
11748
|
|
|
11748
11749
|
;
|