@neo4j-ndl/base 2.3.6 → 2.3.8

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/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.3.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#730](https://github.com/neo4j/needle/pull/730) [`831fc2291e39342d6feb8681a3e504d3e0bd6e77`](https://github.com/neo4j/needle/commit/831fc2291e39342d6feb8681a3e504d3e0bd6e77) Thanks [@konsalex](https://github.com/konsalex)! - fix discovery light theme palette values
8
+
9
+ ## 2.3.7
10
+
11
+ ### Patch Changes
12
+
13
+ - [#729](https://github.com/neo4j/needle/pull/729) [`c69ed7ace4201c10b45e25d1dfb1698be1f6a3aa`](https://github.com/neo4j/needle/commit/c69ed7ace4201c10b45e25d1dfb1698be1f6a3aa) Thanks [@eijawerner](https://github.com/eijawerner)! - Set full height on banner description
14
+
3
15
  ## 2.3.6
4
16
 
5
17
  ### Patch Changes
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Mon, 05 Feb 2024 08:32:21 GMT
25
+ * Generated on Mon, 05 Feb 2024 15:24:13 GMT
26
26
  */
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  exports.tokens = void 0;
@@ -2907,7 +2907,7 @@ exports.tokens = {
2907
2907
  "discovery",
2908
2908
  "text"
2909
2909
  ],
2910
- "value": "#3F7824",
2910
+ "value": "#5A34AA",
2911
2911
  "description": "Used for success state texts and icons. Do not use for other semantic states, visualization or graph colors"
2912
2912
  },
2913
2913
  {
@@ -2918,7 +2918,7 @@ exports.tokens = {
2918
2918
  "discovery",
2919
2919
  "icon"
2920
2920
  ],
2921
- "value": "#3F7824",
2921
+ "value": "#5A34AA",
2922
2922
  "description": "Used for success state texts and icons. Do not use for other semantic states, visualization or graph colors"
2923
2923
  },
2924
2924
  {
@@ -2930,7 +2930,7 @@ exports.tokens = {
2930
2930
  "bg",
2931
2931
  "strong"
2932
2932
  ],
2933
- "value": "#3F7824",
2933
+ "value": "#5A34AA",
2934
2934
  "description": "Use sparsely. Only used for filled labels"
2935
2935
  },
2936
2936
  {
@@ -2942,7 +2942,7 @@ exports.tokens = {
2942
2942
  "bg",
2943
2943
  "weak"
2944
2944
  ],
2945
- "value": "#BCF194",
2945
+ "value": "#E9DEFF",
2946
2946
  "description": "Used as backgrounds for success components states such as banner and semi-filled labels"
2947
2947
  },
2948
2948
  {
@@ -2954,7 +2954,7 @@ exports.tokens = {
2954
2954
  "bg",
2955
2955
  "status"
2956
2956
  ],
2957
- "value": "#4D8622"
2957
+ "value": "#754EC8"
2958
2958
  },
2959
2959
  {
2960
2960
  "path": [
@@ -2965,7 +2965,7 @@ exports.tokens = {
2965
2965
  "border",
2966
2966
  "strong"
2967
2967
  ],
2968
- "value": "#3F7824",
2968
+ "value": "#5A34AA",
2969
2969
  "description": "Use sparsely. Only used for outlined labels"
2970
2970
  },
2971
2971
  {
@@ -2977,7 +2977,7 @@ exports.tokens = {
2977
2977
  "border",
2978
2978
  "weak"
2979
2979
  ],
2980
- "value": "#80BB53",
2980
+ "value": "#B38EFF",
2981
2981
  "description": "Use sparsely. Mainly used in combination with elements that use the discovery-bg-weak to stand out more from the background"
2982
2982
  }
2983
2983
  ],
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Mon, 05 Feb 2024 08:32:21 GMT
25
+ * Generated on Mon, 05 Feb 2024 15:24:13 GMT
26
26
  */
27
27
  Object.defineProperty(exports, "__esModule", { value: true });
28
28
  exports.tokens = void 0;
@@ -472,16 +472,16 @@ exports.tokens = {
472
472
  }
473
473
  },
474
474
  "discovery": {
475
- "text": "#3F7824",
476
- "icon": "#3F7824",
475
+ "text": "#5A34AA",
476
+ "icon": "#5A34AA",
477
477
  "bg": {
478
- "strong": "#3F7824",
479
- "weak": "#BCF194",
480
- "status": "#4D8622"
478
+ "strong": "#5A34AA",
479
+ "weak": "#E9DEFF",
480
+ "status": "#754EC8"
481
481
  },
482
482
  "border": {
483
- "strong": "#3F7824",
484
- "weak": "#80BB53"
483
+ "strong": "#5A34AA",
484
+ "weak": "#B38EFF"
485
485
  }
486
486
  }
487
487
  }
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Mon, 05 Feb 2024 08:32:21 GMT
25
+ * Generated on Mon, 05 Feb 2024 15:24:13 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -470,16 +470,16 @@ module.exports = {
470
470
  }
471
471
  },
472
472
  "discovery": {
473
- "text": "#3F7824",
474
- "icon": "#3F7824",
473
+ "text": "#5A34AA",
474
+ "icon": "#5A34AA",
475
475
  "bg": {
476
- "strong": "#3F7824",
477
- "weak": "#BCF194",
478
- "status": "#4D8622"
476
+ "strong": "#5A34AA",
477
+ "weak": "#E9DEFF",
478
+ "status": "#754EC8"
479
479
  },
480
480
  "border": {
481
- "strong": "#3F7824",
482
- "weak": "#80BB53"
481
+ "strong": "#5A34AA",
482
+ "weak": "#B38EFF"
483
483
  }
484
484
  }
485
485
  }
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Mon, 05 Feb 2024 08:32:21 GMT
24
+ * Generated on Mon, 05 Feb 2024 15:24:13 GMT
25
25
  */
26
26
  export const tokens = {
27
27
  "transitions": [
@@ -2904,7 +2904,7 @@ export const tokens = {
2904
2904
  "discovery",
2905
2905
  "text"
2906
2906
  ],
2907
- "value": "#3F7824",
2907
+ "value": "#5A34AA",
2908
2908
  "description": "Used for success state texts and icons. Do not use for other semantic states, visualization or graph colors"
2909
2909
  },
2910
2910
  {
@@ -2915,7 +2915,7 @@ export const tokens = {
2915
2915
  "discovery",
2916
2916
  "icon"
2917
2917
  ],
2918
- "value": "#3F7824",
2918
+ "value": "#5A34AA",
2919
2919
  "description": "Used for success state texts and icons. Do not use for other semantic states, visualization or graph colors"
2920
2920
  },
2921
2921
  {
@@ -2927,7 +2927,7 @@ export const tokens = {
2927
2927
  "bg",
2928
2928
  "strong"
2929
2929
  ],
2930
- "value": "#3F7824",
2930
+ "value": "#5A34AA",
2931
2931
  "description": "Use sparsely. Only used for filled labels"
2932
2932
  },
2933
2933
  {
@@ -2939,7 +2939,7 @@ export const tokens = {
2939
2939
  "bg",
2940
2940
  "weak"
2941
2941
  ],
2942
- "value": "#BCF194",
2942
+ "value": "#E9DEFF",
2943
2943
  "description": "Used as backgrounds for success components states such as banner and semi-filled labels"
2944
2944
  },
2945
2945
  {
@@ -2951,7 +2951,7 @@ export const tokens = {
2951
2951
  "bg",
2952
2952
  "status"
2953
2953
  ],
2954
- "value": "#4D8622"
2954
+ "value": "#754EC8"
2955
2955
  },
2956
2956
  {
2957
2957
  "path": [
@@ -2962,7 +2962,7 @@ export const tokens = {
2962
2962
  "border",
2963
2963
  "strong"
2964
2964
  ],
2965
- "value": "#3F7824",
2965
+ "value": "#5A34AA",
2966
2966
  "description": "Use sparsely. Only used for outlined labels"
2967
2967
  },
2968
2968
  {
@@ -2974,7 +2974,7 @@ export const tokens = {
2974
2974
  "border",
2975
2975
  "weak"
2976
2976
  ],
2977
- "value": "#80BB53",
2977
+ "value": "#B38EFF",
2978
2978
  "description": "Use sparsely. Mainly used in combination with elements that use the discovery-bg-weak to stand out more from the background"
2979
2979
  }
2980
2980
  ],
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Mon, 05 Feb 2024 08:32:21 GMT
24
+ * Generated on Mon, 05 Feb 2024 15:24:13 GMT
25
25
  */
26
26
  export const tokens = {
27
27
  "transitions": {
@@ -469,16 +469,16 @@ export const tokens = {
469
469
  }
470
470
  },
471
471
  "discovery": {
472
- "text": "#3F7824",
473
- "icon": "#3F7824",
472
+ "text": "#5A34AA",
473
+ "icon": "#5A34AA",
474
474
  "bg": {
475
- "strong": "#3F7824",
476
- "weak": "#BCF194",
477
- "status": "#4D8622"
475
+ "strong": "#5A34AA",
476
+ "weak": "#E9DEFF",
477
+ "status": "#754EC8"
478
478
  },
479
479
  "border": {
480
- "strong": "#3F7824",
481
- "weak": "#80BB53"
480
+ "strong": "#5A34AA",
481
+ "weak": "#B38EFF"
482
482
  }
483
483
  }
484
484
  }
@@ -22,7 +22,7 @@
22
22
  "use strict";
23
23
  /**
24
24
  * Do not edit directly
25
- * Generated on Mon, 05 Feb 2024 08:32:21 GMT
25
+ * Generated on Mon, 05 Feb 2024 15:24:13 GMT
26
26
  */
27
27
  module.exports = {
28
28
  "transitions": {
@@ -470,16 +470,16 @@ module.exports = {
470
470
  }
471
471
  },
472
472
  "discovery": {
473
- "text": "#3F7824",
474
- "icon": "#3F7824",
473
+ "text": "#5A34AA",
474
+ "icon": "#5A34AA",
475
475
  "bg": {
476
- "strong": "#3F7824",
477
- "weak": "#BCF194",
478
- "status": "#4D8622"
476
+ "strong": "#5A34AA",
477
+ "weak": "#E9DEFF",
478
+ "status": "#754EC8"
479
479
  },
480
480
  "border": {
481
- "strong": "#3F7824",
482
- "weak": "#80BB53"
481
+ "strong": "#5A34AA",
482
+ "weak": "#B38EFF"
483
483
  }
484
484
  }
485
485
  }