mol_plot_all 1.2.1420 → 1.2.1421

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.
Files changed (3) hide show
  1. package/node.d.ts +1 -1
  2. package/package.json +1 -1
  3. package/web.d.ts +1 -1
package/node.d.ts CHANGED
@@ -851,7 +851,7 @@ declare namespace $ {
851
851
  image?: readonly (readonly [$mol_style_func<$mol_style_func_image> | string & {}])[] | 'none' | Common;
852
852
  repeat?: Repeat | [Repeat, Repeat] | Common;
853
853
  position?: 'left' | 'right' | 'top' | 'bottom' | 'center' | Common;
854
- size?: (BG_size | [BG_size, BG_size])[];
854
+ size?: (BG_size | [BG_size] | [BG_size, BG_size])[];
855
855
  };
856
856
  box?: {
857
857
  shadow?: readonly ([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_plot_all",
3
- "version": "1.2.1420",
3
+ "version": "1.2.1421",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.d.ts CHANGED
@@ -778,7 +778,7 @@ declare namespace $ {
778
778
  image?: readonly (readonly [$mol_style_func<$mol_style_func_image> | string & {}])[] | 'none' | Common;
779
779
  repeat?: Repeat | [Repeat, Repeat] | Common;
780
780
  position?: 'left' | 'right' | 'top' | 'bottom' | 'center' | Common;
781
- size?: (BG_size | [BG_size, BG_size])[];
781
+ size?: (BG_size | [BG_size] | [BG_size, BG_size])[];
782
782
  };
783
783
  box?: {
784
784
  shadow?: readonly ([