@neo4j-ndl/base 3.2.3 → 3.2.4

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.
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Wed, 29 Jan 2025 11:40:28 GMT
24
+ * Generated on Wed, 29 Jan 2025 15:01:18 GMT
25
25
  */
26
26
 
27
27
  export const tokens = {
@@ -83,6 +83,38 @@ export const tokens = {
83
83
  "11": "#478A6E",
84
84
  "12": "#ADE86B"
85
85
  },
86
+ "code": {
87
+ "light": {
88
+ "comment": "#5E636A",
89
+ "keyword": "#3F7824",
90
+ "keywordLiteral": "#3F7824",
91
+ "operator": "#3F7824",
92
+ "label": "#D43300",
93
+ "predicateFunction": "#0A6190",
94
+ "function": "#0A6190",
95
+ "procedure": "#0A6190",
96
+ "stringLiteral": "#986400",
97
+ "numberLiteral": "#754EC8",
98
+ "booleanLiteral": "#754EC8",
99
+ "paramValue": "#754EC8",
100
+ "property": "#730E00"
101
+ },
102
+ "dark": {
103
+ "comment": "#959AA1",
104
+ "keyword": "#FFC450",
105
+ "keywordLiteral": "#FFC450",
106
+ "operator": "#FFC450",
107
+ "label": "#F96746",
108
+ "predicateFunction": "#8FE3E8",
109
+ "function": "#8FE3E8",
110
+ "procedure": "#8FE3E8",
111
+ "stringLiteral": "#90CB62",
112
+ "numberLiteral": "#B38EFF",
113
+ "booleanLiteral": "#B38EFF",
114
+ "paramValue": "#B38EFF",
115
+ "property": "#FFAA97"
116
+ }
117
+ },
86
118
  "graph": {
87
119
  "1": "#FFDF81",
88
120
  "2": "#C990C0",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Wed, 29 Jan 2025 11:40:27 GMT
3
+ // Generated on Wed, 29 Jan 2025 15:01:18 GMT
4
4
 
5
5
  $transitions-values-properties-default: all;
6
6
  $transitions-values-duration-quick: 100ms;
@@ -39,6 +39,32 @@ $palette-categorical-9: #DBBF40;
39
39
  $palette-categorical-10: #BF732D;
40
40
  $palette-categorical-11: #478A6E;
41
41
  $palette-categorical-12: #ADE86B;
42
+ $palette-code-light-comment: 94 99 106 / 1;
43
+ $palette-code-light-keyword: 63 120 36 / 1;
44
+ $palette-code-light-keyword-literal: 63 120 36 / 1;
45
+ $palette-code-light-operator: 63 120 36 / 1;
46
+ $palette-code-light-label: 212 51 0 / 1;
47
+ $palette-code-light-predicate-function: 10 97 144 / 1;
48
+ $palette-code-light-function: 10 97 144 / 1;
49
+ $palette-code-light-procedure: 10 97 144 / 1;
50
+ $palette-code-light-string-literal: 152 100 0 / 1;
51
+ $palette-code-light-number-literal: 117 78 200 / 1;
52
+ $palette-code-light-boolean-literal: 117 78 200 / 1;
53
+ $palette-code-light-param-value: 117 78 200 / 1;
54
+ $palette-code-light-property: 115 14 0 / 1;
55
+ $palette-code-dark-comment: 149 154 161 / 1;
56
+ $palette-code-dark-keyword: 255 196 80 / 1;
57
+ $palette-code-dark-keyword-literal: 255 196 80 / 1;
58
+ $palette-code-dark-operator: 255 196 80 / 1;
59
+ $palette-code-dark-label: 249 103 70 / 1;
60
+ $palette-code-dark-predicate-function: 143 227 232 / 1;
61
+ $palette-code-dark-function: 143 227 232 / 1;
62
+ $palette-code-dark-procedure: 143 227 232 / 1;
63
+ $palette-code-dark-string-literal: 144 203 98 / 1;
64
+ $palette-code-dark-number-literal: 179 142 255 / 1;
65
+ $palette-code-dark-boolean-literal: 179 142 255 / 1;
66
+ $palette-code-dark-param-value: 179 142 255 / 1;
67
+ $palette-code-dark-property: 255 170 151 / 1;
42
68
  $palette-graph-1: #FFDF81;
43
69
  $palette-graph-2: #C990C0;
44
70
  $palette-graph-3: #F79767;
@@ -21,7 +21,7 @@
21
21
 
22
22
  /**
23
23
  * Do not edit directly
24
- * Generated on Wed, 29 Jan 2025 11:40:28 GMT
24
+ * Generated on Wed, 29 Jan 2025 15:01:18 GMT
25
25
  */
26
26
  export const tokens: {
27
27
  transitions: {
@@ -42,6 +42,10 @@ export const tokens: {
42
42
  path: string[];
43
43
  value: string;
44
44
  }[];
45
+ "palette-code": {
46
+ path: string[];
47
+ value: string;
48
+ }[];
45
49
  "palette-graph": {
46
50
  path: string[];
47
51
  value: string;
@@ -80,6 +80,52 @@ export namespace tokens {
80
80
  "11": string;
81
81
  "12": string;
82
82
  };
83
+ namespace code {
84
+ namespace light {
85
+ export let comment: string;
86
+ export let keyword: string;
87
+ export let keywordLiteral: string;
88
+ export let operator: string;
89
+ export let label: string;
90
+ export let predicateFunction: string;
91
+ let _function: string;
92
+ export { _function as function };
93
+ export let procedure: string;
94
+ export let stringLiteral: string;
95
+ export let numberLiteral: string;
96
+ export let booleanLiteral: string;
97
+ export let paramValue: string;
98
+ export let property: string;
99
+ }
100
+ namespace dark {
101
+ let comment_1: string;
102
+ export { comment_1 as comment };
103
+ let keyword_1: string;
104
+ export { keyword_1 as keyword };
105
+ let keywordLiteral_1: string;
106
+ export { keywordLiteral_1 as keywordLiteral };
107
+ let operator_1: string;
108
+ export { operator_1 as operator };
109
+ let label_1: string;
110
+ export { label_1 as label };
111
+ let predicateFunction_1: string;
112
+ export { predicateFunction_1 as predicateFunction };
113
+ let _function_1: string;
114
+ export { _function_1 as function };
115
+ let procedure_1: string;
116
+ export { procedure_1 as procedure };
117
+ let stringLiteral_1: string;
118
+ export { stringLiteral_1 as stringLiteral };
119
+ let numberLiteral_1: string;
120
+ export { numberLiteral_1 as numberLiteral };
121
+ let booleanLiteral_1: string;
122
+ export { booleanLiteral_1 as booleanLiteral };
123
+ let paramValue_1: string;
124
+ export { paramValue_1 as paramValue };
125
+ let property_1: string;
126
+ export { property_1 as property };
127
+ }
128
+ }
83
129
  let graph: {
84
130
  "1": string;
85
131
  "2": string;
@@ -247,7 +293,7 @@ export namespace tokens {
247
293
  }
248
294
  }
249
295
  namespace theme {
250
- namespace dark {
296
+ export namespace dark_1 {
251
297
  export namespace boxShadow {
252
298
  let raised: string;
253
299
  let overlay: string;
@@ -424,7 +470,8 @@ export namespace tokens {
424
470
  }
425
471
  export { palette_1 as palette };
426
472
  }
427
- namespace light {
473
+ export { dark_1 as dark };
474
+ export namespace light_1 {
428
475
  export namespace boxShadow_1 {
429
476
  let raised_1: string;
430
477
  export { raised_1 as raised };
@@ -624,6 +671,7 @@ export namespace tokens {
624
671
  }
625
672
  export { palette_2 as palette };
626
673
  }
674
+ export { light_1 as light };
627
675
  }
628
676
  let font: {
629
677
  size: {
@@ -79,6 +79,52 @@ export namespace palette {
79
79
  "11": string;
80
80
  "12": string;
81
81
  };
82
+ namespace code {
83
+ namespace light {
84
+ export let comment: string;
85
+ export let keyword: string;
86
+ export let keywordLiteral: string;
87
+ export let operator: string;
88
+ export let label: string;
89
+ export let predicateFunction: string;
90
+ let _function: string;
91
+ export { _function as function };
92
+ export let procedure: string;
93
+ export let stringLiteral: string;
94
+ export let numberLiteral: string;
95
+ export let booleanLiteral: string;
96
+ export let paramValue: string;
97
+ export let property: string;
98
+ }
99
+ namespace dark {
100
+ let comment_1: string;
101
+ export { comment_1 as comment };
102
+ let keyword_1: string;
103
+ export { keyword_1 as keyword };
104
+ let keywordLiteral_1: string;
105
+ export { keywordLiteral_1 as keywordLiteral };
106
+ let operator_1: string;
107
+ export { operator_1 as operator };
108
+ let label_1: string;
109
+ export { label_1 as label };
110
+ let predicateFunction_1: string;
111
+ export { predicateFunction_1 as predicateFunction };
112
+ let _function_1: string;
113
+ export { _function_1 as function };
114
+ let procedure_1: string;
115
+ export { procedure_1 as procedure };
116
+ let stringLiteral_1: string;
117
+ export { stringLiteral_1 as stringLiteral };
118
+ let numberLiteral_1: string;
119
+ export { numberLiteral_1 as numberLiteral };
120
+ let booleanLiteral_1: string;
121
+ export { booleanLiteral_1 as booleanLiteral };
122
+ let paramValue_1: string;
123
+ export { paramValue_1 as paramValue };
124
+ let property_1: string;
125
+ export { property_1 as property };
126
+ }
127
+ }
82
128
  let graph: {
83
129
  "1": string;
84
130
  "2": string;
@@ -246,7 +292,7 @@ export namespace colors {
246
292
  }
247
293
  }
248
294
  export namespace theme {
249
- namespace dark {
295
+ export namespace dark_1 {
250
296
  export namespace boxShadow {
251
297
  let raised: string;
252
298
  let overlay: string;
@@ -423,7 +469,8 @@ export namespace theme {
423
469
  }
424
470
  export { palette_1 as palette };
425
471
  }
426
- namespace light {
472
+ export { dark_1 as dark };
473
+ export namespace light_1 {
427
474
  export namespace boxShadow_1 {
428
475
  let raised_1: string;
429
476
  export { raised_1 as raised };
@@ -623,6 +670,7 @@ export namespace theme {
623
670
  }
624
671
  export { palette_2 as palette };
625
672
  }
673
+ export { light_1 as light };
626
674
  }
627
675
  export let font: {
628
676
  size: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/base",
3
- "version": "3.2.3",
3
+ "version": "3.2.4",
4
4
  "description": "Neo4j base package for the design system",
5
5
  "author": "Neo4j Inc.",
6
6
  "homepage": "https://www.neo4j.design",