mol_dump_lib 0.0.861 → 0.0.862
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.deps.json +1 -1
- package/node.js +1 -1
- package/node.js.map +1 -1
- package/node.mjs +1 -1
- package/node.test.js +1 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.deps.json +1 -1
- package/web.js +1 -1
- package/web.js.map +1 -1
- package/web.mjs +1 -1
package/node.mjs
CHANGED
|
@@ -7568,7 +7568,7 @@ var $;
|
|
|
7568
7568
|
"use strict";
|
|
7569
7569
|
var $;
|
|
7570
7570
|
(function ($) {
|
|
7571
|
-
$mol_style_attach("mol/dump/value/value.view.css", "[mol_dump_value] {\n\tmin-height:
|
|
7571
|
+
$mol_style_attach("mol/dump/value/value.view.css", "[mol_dump_value] {\n\tmin-height: 1.5rem;\n\tmin-width: 2.5rem;\n}\n\n[mol_dump_value_simple] {\n\tpadding: 0;\n}\n\n[mol_dump_value_expand_head] {\n\tmin-height: 1.5rem;\n}\n\n[mol_dump_value_expand_content] {\n\tpadding-left: 1.5rem;\n\talign-items: flex-start;\n}\n\n[mol_dump_value_expand_title_rows],\n[mol_dump_value_simple_rows],\n[mol_dump_value_expand_head] {\n\tpadding: 0;\n\tgap: 0;\n}\n");
|
|
7572
7572
|
})($ || ($ = {}));
|
|
7573
7573
|
|
|
7574
7574
|
|
package/node.test.js
CHANGED
|
@@ -7559,7 +7559,7 @@ var $;
|
|
|
7559
7559
|
"use strict";
|
|
7560
7560
|
var $;
|
|
7561
7561
|
(function ($) {
|
|
7562
|
-
$mol_style_attach("mol/dump/value/value.view.css", "[mol_dump_value] {\n\tmin-height:
|
|
7562
|
+
$mol_style_attach("mol/dump/value/value.view.css", "[mol_dump_value] {\n\tmin-height: 1.5rem;\n\tmin-width: 2.5rem;\n}\n\n[mol_dump_value_simple] {\n\tpadding: 0;\n}\n\n[mol_dump_value_expand_head] {\n\tmin-height: 1.5rem;\n}\n\n[mol_dump_value_expand_content] {\n\tpadding-left: 1.5rem;\n\talign-items: flex-start;\n}\n\n[mol_dump_value_expand_title_rows],\n[mol_dump_value_simple_rows],\n[mol_dump_value_expand_head] {\n\tpadding: 0;\n\tgap: 0;\n}\n");
|
|
7563
7563
|
})($ || ($ = {}));
|
|
7564
7564
|
|
|
7565
7565
|
;
|