@neo4j-ndl/base 1.10.0 → 1.10.2

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
+ ## 1.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 92b8182: add color scheme to theme styles
8
+
9
+ ## 1.10.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 3f9b6dc: Expose control of the scrolling container in table
14
+
3
15
  ## 1.10.0
4
16
 
5
17
  ### Minor Changes
package/lib/NOTICE.txt CHANGED
@@ -211,6 +211,10 @@ Third-party licenses
211
211
  │ ├─ postcss-cli@npm:10.1.0 [708d2] (via npm:^10.0.0 [708d2])
212
212
  │ │ ├─ URL: https://github.com/postcss/postcss-cli.git
213
213
  │ │ └─ VendorUrl: https://github.com/postcss/postcss-cli#readme
214
+ │ ├─ postcss-discard-comments@npm:6.0.0 [708d2] (via npm:6.0.0 [708d2])
215
+ │ │ ├─ URL: git+https://github.com/cssnano/cssnano.git
216
+ │ │ ├─ VendorName: Ben Briggs
217
+ │ │ └─ VendorUrl: https://github.com/cssnano/cssnano
214
218
  │ ├─ postcss-import@npm:14.1.0 [708d2] (via npm:^14.0.2 [708d2])
215
219
  │ │ ├─ URL: https://github.com/postcss/postcss-import.git
216
220
  │ │ └─ VendorName: Maxime Thirouin
@@ -221,7 +225,7 @@ Third-party licenses
221
225
  │ │ ├─ URL: git+https://github.com/prettier/prettier.git
222
226
  │ │ ├─ VendorName: James Long
223
227
  │ │ └─ VendorUrl: https://prettier.io
224
- │ ├─ re-resizable@npm:6.9.9 [a2e03] (via npm:^6.9.9 [a2e03])
228
+ │ ├─ re-resizable@npm:6.9.11 [a2e03] (via npm:^6.9.11 [a2e03])
225
229
  │ │ ├─ URL: https://github.com/bokuweb/react-resizable-box.git
226
230
  │ │ ├─ VendorName: bokuweb
227
231
  │ │ └─ VendorUrl: https://github.com/bokuweb/react-resizable-box
@@ -1,7 +1,28 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  /**
3
24
  * Do not edit directly
4
- * Generated on Fri, 04 Aug 2023 06:56:18 GMT
25
+ * Generated on Wed, 30 Aug 2023 08:56:13 GMT
5
26
  */
6
27
  exports.__esModule = true;
7
28
  exports.tokens = void 0;
@@ -1,7 +1,28 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  /**
3
24
  * Do not edit directly
4
- * Generated on Fri, 04 Aug 2023 06:56:18 GMT
25
+ * Generated on Wed, 30 Aug 2023 08:56:13 GMT
5
26
  */
6
27
  exports.__esModule = true;
7
28
  exports.tokens = void 0;
@@ -1,7 +1,28 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  /**
3
24
  * Do not edit directly
4
- * Generated on Fri, 04 Aug 2023 06:56:18 GMT
25
+ * Generated on Wed, 30 Aug 2023 08:56:13 GMT
5
26
  */
6
27
  module.exports = {
7
28
  "transitions": {
@@ -1,6 +1,27 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  /**
2
23
  * Do not edit directly
3
- * Generated on Fri, 04 Aug 2023 06:56:18 GMT
24
+ * Generated on Wed, 30 Aug 2023 08:56:13 GMT
4
25
  */
5
26
  export const tokens = {
6
27
  "transitions": [
@@ -1,6 +1,27 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  /**
2
23
  * Do not edit directly
3
- * Generated on Fri, 04 Aug 2023 06:56:18 GMT
24
+ * Generated on Wed, 30 Aug 2023 08:56:13 GMT
4
25
  */
5
26
  export const tokens = {
6
27
  "transitions": {
@@ -1,7 +1,28 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+
1
22
  "use strict";
2
23
  /**
3
24
  * Do not edit directly
4
- * Generated on Fri, 04 Aug 2023 06:56:18 GMT
25
+ * Generated on Wed, 30 Aug 2023 08:56:13 GMT
5
26
  */
6
27
  module.exports = {
7
28
  "transitions": {