@neo4j-ndl/base 3.2.2 → 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.
@@ -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.2",
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",