mind-elixir 4.2.4 → 4.3.0

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.
@@ -3,6 +3,5 @@ export declare const LEFT = 0;
3
3
  export declare const RIGHT = 1;
4
4
  export declare const SIDE = 2;
5
5
  export declare const DOWN = 3;
6
- export declare const GAP = 30;
7
6
  export declare const THEME: Theme;
8
7
  export declare const DARK_THEME: Theme;
@@ -16,6 +16,7 @@ export type Theme = {
16
16
  name: string;
17
17
  palette: string[];
18
18
  cssVar: Partial<{
19
+ '--gap': string;
19
20
  '--main-color': string;
20
21
  '--main-bgcolor': string;
21
22
  '--color': string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mind-elixir",
3
- "version": "4.2.4",
3
+ "version": "4.3.0",
4
4
  "type": "module",
5
5
  "description": "Mind elixir is a free open source mind map core.",
6
6
  "keywords": [
package/readme.md CHANGED
@@ -39,7 +39,7 @@ Features:
39
39
  - Bulk operations supported
40
40
  - Undo / Redo
41
41
  - Efficient shortcuts
42
- - Easily Styling your node with CSS
42
+ - Easily Styling your node with CSS variables
43
43
 
44
44
  <details>
45
45
  <summary>Table of Contents</summary>