mol_plot_all 1.2.1663 → 1.2.1664
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.d.ts +1 -1
- package/node.deps.json +1 -1
- package/node.js +2 -1
- package/node.js.map +1 -1
- package/node.mjs +2 -1
- package/node.test.js +2 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +1 -1
- package/web.deps.json +1 -1
- package/web.js +2 -1
- package/web.js.map +1 -1
- package/web.mjs +2 -1
package/web.mjs
CHANGED
|
@@ -2446,6 +2446,7 @@ var $;
|
|
|
2446
2446
|
'page',
|
|
2447
2447
|
'block',
|
|
2448
2448
|
'text',
|
|
2449
|
+
'emoji',
|
|
2449
2450
|
'round',
|
|
2450
2451
|
'space',
|
|
2451
2452
|
'blur',
|
|
@@ -2456,7 +2457,7 @@ var $;
|
|
|
2456
2457
|
"use strict";
|
|
2457
2458
|
var $;
|
|
2458
2459
|
(function ($) {
|
|
2459
|
-
$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");
|
|
2460
|
+
$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");
|
|
2460
2461
|
})($ || ($ = {}));
|
|
2461
2462
|
|
|
2462
2463
|
;
|