mol_plot_all 1.2.1419 → 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.
- package/node.d.ts +1 -1
- package/package.json +1 -1
- 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
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 ([
|