mol_plot_all 1.2.1527 → 1.2.1528
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 +0 -3
- package/node.d.ts.map +1 -1
- package/node.deps.json +1 -1
- package/node.js +0 -7
- package/node.js.map +1 -1
- package/node.mjs +0 -7
- package/node.test.js +0 -7
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +0 -3
- package/web.d.ts.map +1 -1
- package/web.deps.json +1 -1
- package/web.js +0 -7
- package/web.js.map +1 -1
- package/web.mjs +0 -7
package/web.js
CHANGED
|
@@ -3277,7 +3277,6 @@ var $;
|
|
|
3277
3277
|
}
|
|
3278
3278
|
dom_node_actual() {
|
|
3279
3279
|
const node = this.dom_node();
|
|
3280
|
-
$mol_dom_render_styles(node, this.style_size());
|
|
3281
3280
|
const attr = this.attr();
|
|
3282
3281
|
const style = this.style();
|
|
3283
3282
|
$mol_dom_render_attributes(node, attr);
|
|
@@ -3378,12 +3377,6 @@ var $;
|
|
|
3378
3377
|
mol_theme: this.theme() ?? undefined,
|
|
3379
3378
|
};
|
|
3380
3379
|
}
|
|
3381
|
-
style_size() {
|
|
3382
|
-
return {
|
|
3383
|
-
minHeight: this.minimal_height(),
|
|
3384
|
-
minWidth: this.minimal_width(),
|
|
3385
|
-
};
|
|
3386
|
-
}
|
|
3387
3380
|
style() {
|
|
3388
3381
|
return {};
|
|
3389
3382
|
}
|