mol_plot_all 1.2.777 → 1.2.779

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.view.tree CHANGED
@@ -318,7 +318,8 @@ $mol_svg_text $mol_svg
318
318
  ^
319
319
  x <= pos_x \
320
320
  y <= pos_y \
321
- text-anchor <= align \middle
321
+ text-anchor <= align_hor <= align \middle
322
+ alignment-baseline <= align_vert \baseline
322
323
  sub /
323
324
  <= text \
324
325
 
@@ -404,6 +405,7 @@ $mol_svg_text_box $mol_svg_group
404
405
  $mol_plot_mark_cross $mol_plot_graph
405
406
  labels /string
406
407
  title_x_gap 4
408
+ title_y_gap 22
407
409
  threshold 16
408
410
  graphs /$mol_plot_graph
409
411
  dimensions $mol_vector_2d /
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_plot_all",
3
- "version": "1.2.777",
3
+ "version": "1.2.779",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.d.ts CHANGED
@@ -627,7 +627,7 @@ declare namespace $ {
627
627
  style?: 'normal' | 'italic' | Common;
628
628
  weight?: 'normal' | 'bold' | 'lighter' | 'bolder' | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | Common;
629
629
  size?: 'xx-small' | 'x-small' | 'small' | 'medium' | 'large' | 'x-large' | 'xx-large' | 'xxx-large' | 'smaller' | 'larger' | Length | Common;
630
- family?: 'serif' | 'sans-serif' | 'monospace' | 'cursive' | 'fantasy' | 'system-ui' | 'ui-serif' | 'ui-sans-serif' | 'ui-monospace' | 'ui-rounded' | 'emoji' | 'math' | 'fangsong' | Common;
630
+ family?: string & {} | 'serif' | 'sans-serif' | 'monospace' | 'cursive' | 'fantasy' | 'system-ui' | 'ui-serif' | 'ui-sans-serif' | 'ui-monospace' | 'ui-rounded' | 'emoji' | 'math' | 'fangsong' | Common;
631
631
  };
632
632
  color?: $mol_style_properties_color | Common;
633
633
  display?: 'block' | 'inline' | 'run-in' | 'list-item' | 'none' | 'flow' | 'flow-root' | 'table' | 'flex' | 'grid' | 'contents' | 'table-row-group' | 'table-header-group' | 'table-footer-group' | 'table-column-group' | 'table-row' | 'table-cell' | 'table-column' | 'table-caption' | 'inline-block' | 'inline-table' | 'inline-flex' | 'inline-grid' | 'ruby' | 'ruby-base' | 'ruby-text' | 'ruby-base-container' | 'ruby-text-container' | Common;
@@ -1300,6 +1300,8 @@ declare namespace $ {
1300
1300
  pos_x(): string;
1301
1301
  pos_y(): string;
1302
1302
  align(): string;
1303
+ align_hor(): string;
1304
+ align_vert(): string;
1303
1305
  text(): string;
1304
1306
  }
1305
1307
  }
@@ -1485,6 +1487,7 @@ declare namespace $ {
1485
1487
  class $mol_plot_mark_cross extends $mol_plot_graph {
1486
1488
  labels(): readonly string[];
1487
1489
  title_x_gap(): number;
1490
+ title_y_gap(): number;
1488
1491
  threshold(): number;
1489
1492
  graphs(): readonly $mol_plot_graph[];
1490
1493
  dimensions(): $mol_vector_2d<$mol_vector_range<number>>;
@@ -1517,6 +1520,7 @@ declare namespace $.$$ {
1517
1520
  title_x_pos_y(): string;
1518
1521
  title_y(): string;
1519
1522
  title_y_pos_y(): string;
1523
+ title_y_pos_x(): string;
1520
1524
  }
1521
1525
  }
1522
1526