@neo4j-ndl/base 1.0.3 → 1.1.1

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.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ec516de: fix icon button icon size with different parent font-size (em), and storybook icon search dropdown filter
8
+
9
+ ## 1.1.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 1695893: introduce CypherCodeBlock using CodeMirror and config NDL styling for CypherEditor
14
+
3
15
  ## 1.0.3
4
16
 
5
17
  ### Patch Changes
package/lib/LICENSES.txt CHANGED
@@ -5446,7 +5446,7 @@ The following software may be included in this product: @typescript-eslint/eslin
5446
5446
 
5447
5447
  MIT License
5448
5448
 
5449
- Copyright (c) 2019 TypeScript ESLint and other contributors
5449
+ Copyright (c) 2019 typescript-eslint and other contributors
5450
5450
 
5451
5451
  Permission is hereby granted, free of charge, to any person obtaining a copy
5452
5452
  of this software and associated documentation files (the "Software"), to deal
@@ -5476,11 +5476,11 @@ Copyright JS Foundation and other contributors, https://js.foundation
5476
5476
  Redistribution and use in source and binary forms, with or without
5477
5477
  modification, are permitted provided that the following conditions are met:
5478
5478
 
5479
- * Redistributions of source code must retain the above copyright
5480
- notice, this list of conditions and the following disclaimer.
5481
- * Redistributions in binary form must reproduce the above copyright
5482
- notice, this list of conditions and the following disclaimer in the
5483
- documentation and/or other materials provided with the distribution.
5479
+ - Redistributions of source code must retain the above copyright
5480
+ notice, this list of conditions and the following disclaimer.
5481
+ - Redistributions in binary form must reproduce the above copyright
5482
+ notice, this list of conditions and the following disclaimer in the
5483
+ documentation and/or other materials provided with the distribution.
5484
5484
 
5485
5485
  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
5486
5486
  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -5763,7 +5763,7 @@ The following software may be included in this product: eslint-config-prettier.
5763
5763
 
5764
5764
  The MIT License (MIT)
5765
5765
 
5766
- Copyright (c) 2017, 2018, 2019, 2020, 2021, 2022 Simon Lydell and contributors
5766
+ Copyright (c) 2017, 2018, 2019, 2020, 2021, 2022, 2023 Simon Lydell and contributors
5767
5767
 
5768
5768
  Permission is hereby granted, free of charge, to any person obtaining a copy
5769
5769
  of this software and associated documentation files (the "Software"), to deal
@@ -6337,7 +6337,7 @@ Repository: <https://github.com/babel/babel.git>
6337
6337
 
6338
6338
  ----------------------------------------
6339
6339
 
6340
- ### @babel/parser@v7.20.7
6340
+ ### @babel/parser@v7.21.3
6341
6341
 
6342
6342
  License: MIT
6343
6343
  By: The Babel Team
@@ -6556,14 +6556,14 @@ License: MIT
6556
6556
 
6557
6557
  ----------------------------------------
6558
6558
 
6559
- ### @typescript-eslint/types@v5.45.0
6559
+ ### @typescript-eslint/types@v5.55.0
6560
6560
 
6561
6561
  License: MIT
6562
6562
  Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
6563
6563
 
6564
6564
  > MIT License
6565
6565
  >
6566
- > Copyright (c) 2019 TypeScript ESLint and other contributors
6566
+ > Copyright (c) 2019 typescript-eslint and other contributors
6567
6567
  >
6568
6568
  > Permission is hereby granted, free of charge, to any person obtaining a copy
6569
6569
  > of this software and associated documentation files (the "Software"), to deal
@@ -6585,7 +6585,7 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
6585
6585
 
6586
6586
  ----------------------------------------
6587
6587
 
6588
- ### @typescript-eslint/typescript-estree@v5.45.0
6588
+ ### @typescript-eslint/typescript-estree@v5.55.0
6589
6589
 
6590
6590
  License: BSD-2-Clause
6591
6591
  Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
@@ -6600,11 +6600,11 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
6600
6600
  > Redistribution and use in source and binary forms, with or without
6601
6601
  > modification, are permitted provided that the following conditions are met:
6602
6602
  >
6603
- > * Redistributions of source code must retain the above copyright
6604
- > notice, this list of conditions and the following disclaimer.
6605
- > * Redistributions in binary form must reproduce the above copyright
6606
- > notice, this list of conditions and the following disclaimer in the
6607
- > documentation and/or other materials provided with the distribution.
6603
+ > - Redistributions of source code must retain the above copyright
6604
+ > notice, this list of conditions and the following disclaimer.
6605
+ > - Redistributions in binary form must reproduce the above copyright
6606
+ > notice, this list of conditions and the following disclaimer in the
6607
+ > documentation and/or other materials provided with the distribution.
6608
6608
  >
6609
6609
  > THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
6610
6610
  > AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -6619,14 +6619,14 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
6619
6619
 
6620
6620
  ----------------------------------------
6621
6621
 
6622
- ### @typescript-eslint/visitor-keys@v5.45.0
6622
+ ### @typescript-eslint/visitor-keys@v5.55.0
6623
6623
 
6624
6624
  License: MIT
6625
6625
  Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
6626
6626
 
6627
6627
  > MIT License
6628
6628
  >
6629
- > Copyright (c) 2019 TypeScript ESLint and other contributors
6629
+ > Copyright (c) 2019 typescript-eslint and other contributors
6630
6630
  >
6631
6631
  > Permission is hereby granted, free of charge, to any person obtaining a copy
6632
6632
  > of this software and associated documentation files (the "Software"), to deal
@@ -7611,7 +7611,7 @@ Repository: <git://github.com/editorconfig/editorconfig-core-js.git>
7611
7611
 
7612
7612
  ----------------------------------------
7613
7613
 
7614
- ### editorconfig-to-prettier@v0.2.0
7614
+ ### editorconfig-to-prettier@v1.0.0
7615
7615
 
7616
7616
  License: ISC
7617
7617
  By: Joseph Frazier
@@ -11541,7 +11541,7 @@ Repository: <https://github.com/ajafff/tsutils>
11541
11541
 
11542
11542
  ----------------------------------------
11543
11543
 
11544
- ### typescript@v4.9.3
11544
+ ### typescript@v5.0.2
11545
11545
 
11546
11546
  License: Apache-2.0
11547
11547
  By: Microsoft Corp.
@@ -14646,6 +14646,32 @@ Repository: git+https://github.com/isaacs/isexe.git
14646
14646
 
14647
14647
  ---------------------------------------
14648
14648
 
14649
+ ## json-stable-stringify
14650
+ License: MIT
14651
+ By: James Halliday
14652
+ Repository: git://github.com/ljharb/json-stable-stringify.git
14653
+
14654
+ > This software is released under the MIT license:
14655
+ >
14656
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
14657
+ > this software and associated documentation files (the "Software"), to deal in
14658
+ > the Software without restriction, including without limitation the rights to
14659
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
14660
+ > the Software, and to permit persons to whom the Software is furnished to do so,
14661
+ > subject to the following conditions:
14662
+ >
14663
+ > The above copyright notice and this permission notice shall be included in all
14664
+ > copies or substantial portions of the Software.
14665
+ >
14666
+ > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14667
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
14668
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
14669
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
14670
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
14671
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
14672
+
14673
+ ---------------------------------------
14674
+
14649
14675
  ## launch-editor
14650
14676
  License: MIT
14651
14677
  By: Evan You
@@ -16141,24 +16167,25 @@ By: Einar Otto Stangvik
16141
16167
  Repository: websockets/ws
16142
16168
 
16143
16169
  > Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
16170
+ > Copyright (c) 2013 Arnout Kazemier and contributors
16171
+ > Copyright (c) 2016 Luigi Pinca and contributors
16144
16172
  >
16145
- > Permission is hereby granted, free of charge, to any person obtaining a copy
16146
- > of this software and associated documentation files (the "Software"), to deal
16147
- > in the Software without restriction, including without limitation the rights
16148
- > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
16149
- > copies of the Software, and to permit persons to whom the Software is
16150
- > furnished to do so, subject to the following conditions:
16173
+ > Permission is hereby granted, free of charge, to any person obtaining a copy of
16174
+ > this software and associated documentation files (the "Software"), to deal in
16175
+ > the Software without restriction, including without limitation the rights to
16176
+ > use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
16177
+ > the Software, and to permit persons to whom the Software is furnished to do so,
16178
+ > subject to the following conditions:
16151
16179
  >
16152
16180
  > The above copyright notice and this permission notice shall be included in all
16153
16181
  > copies or substantial portions of the Software.
16154
16182
  >
16155
16183
  > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16156
- > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16157
- > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16158
- > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16159
- > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
16160
- > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
16161
- > SOFTWARE.
16184
+ > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
16185
+ > FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
16186
+ > COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
16187
+ > IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
16188
+ > CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16162
16189
 
16163
16190
  ---------------------------------------
16164
16191
 
package/lib/NOTICE.txt CHANGED
@@ -23,11 +23,11 @@ Full license texts are found in LICENSES.txt.
23
23
  Third-party licenses
24
24
  --------------------
25
25
  ├─ MIT
26
- │ ├─ @babel/core@npm:7.19.6 (via npm:^7.16.0)
26
+ │ ├─ @babel/core@npm:7.21.3 (via npm:^7.16.0)
27
27
  │ │ ├─ URL: https://github.com/babel/babel.git
28
28
  │ │ ├─ VendorName: The Babel Team
29
29
  │ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-core
30
- │ ├─ @babel/preset-env@npm:7.19.4 [a2e03] (via npm:^7.16.4 [a2e03])
30
+ │ ├─ @babel/preset-env@npm:7.20.2 [a2e03] (via npm:^7.16.4 [a2e03])
31
31
  │ │ ├─ URL: https://github.com/babel/babel.git
32
32
  │ │ ├─ VendorName: The Babel Team
33
33
  │ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-preset-env
@@ -35,7 +35,7 @@ Third-party licenses
35
35
  │ │ ├─ URL: https://github.com/babel/babel.git
36
36
  │ │ ├─ VendorName: The Babel Team
37
37
  │ │ └─ VendorUrl: https://babel.dev/docs/en/next/babel-preset-react
38
- │ ├─ @changesets/cli@npm:2.25.2 (via npm:^2.22.0)
38
+ │ ├─ @changesets/cli@npm:2.26.1 (via npm:^2.22.0)
39
39
  │ │ ├─ URL: https://github.com/changesets/changesets/tree/main/packages/cli
40
40
  │ │ └─ VendorName: Changesets Contributors
41
41
  │ ├─ @commitlint/cli@npm:15.0.0 (via npm:^15.0.0)
@@ -85,7 +85,7 @@ Third-party licenses
85
85
  │ │ ├─ URL: https://github.com/gregberge/svgr/tree/main/packages/cli
86
86
  │ │ ├─ VendorName: Greg Bergé
87
87
  │ │ └─ VendorUrl: https://react-svgr.com
88
- │ ├─ @tanstack/react-table@npm:8.5.22 [a2e03] (via npm:^8.5.22 [a2e03])
88
+ │ ├─ @tanstack/react-table@npm:8.7.9 [a2e03] (via npm:^8.5.22 [a2e03])
89
89
  │ │ ├─ URL: git+https://github.com/tanstack/table.git
90
90
  │ │ ├─ VendorName: Tanner Linsley
91
91
  │ │ └─ VendorUrl: https://github.com/tanstack/table#readme
@@ -109,44 +109,44 @@ Third-party licenses
109
109
  │ ├─ @types/jest-axe@npm:3.5.5 (via npm:^3.5.3)
110
110
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
111
111
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest-axe
112
- │ ├─ @types/node@npm:16.18.3 (via npm:^16.11.7)
112
+ │ ├─ @types/node@npm:16.18.18 (via npm:^16.11.7)
113
113
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
114
114
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
115
- │ ├─ @types/react@npm:17.0.52 (via npm:17.0.52)
115
+ │ ├─ @types/react@npm:17.0.53 (via npm:^17.0.53)
116
116
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
117
117
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
118
118
  │ ├─ @types/react-dom@npm:17.0.18 (via npm:17.0.18)
119
119
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
120
120
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom
121
- │ ├─ @types/react-syntax-highlighter@npm:15.5.5 (via npm:^15.5.5)
121
+ │ ├─ @types/react-syntax-highlighter@npm:15.5.6 (via npm:^15.5.5)
122
122
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
123
123
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-syntax-highlighter
124
- │ ├─ @types/react-table@npm:7.7.12 (via npm:^7.7.10)
124
+ │ ├─ @types/react-table@npm:7.7.14 (via npm:^7.7.10)
125
125
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
126
126
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-table
127
127
  │ ├─ @types/tinycolor2@npm:1.4.3 (via npm:^1.4.3)
128
128
  │ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
129
129
  │ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tinycolor2
130
- │ ├─ @typescript-eslint/eslint-plugin@npm:5.42.0 [a2e03] (via npm:^5.5.0 [a2e03])
130
+ │ ├─ @typescript-eslint/eslint-plugin@npm:5.56.0 [a2e03] (via npm:^5.5.0 [a2e03])
131
131
  │ │ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
132
- │ ├─ autoprefixer@npm:10.4.13 [708d2] (via npm:^10.4.0 [708d2])
132
+ │ ├─ autoprefixer@npm:10.4.14 [708d2] (via npm:^10.4.0 [708d2])
133
133
  │ │ ├─ URL: git+https://github.com/postcss/autoprefixer.git
134
134
  │ │ └─ VendorName: Andrey Sitnik
135
135
  │ ├─ babel-jest@npm:27.5.1 [a2e03] (via npm:^27.3.1 [a2e03])
136
136
  │ │ └─ URL: https://github.com/facebook/jest.git
137
- │ ├─ chalk@npm:5.1.2 (via npm:^5.1.0)
137
+ │ ├─ chalk@npm:5.2.0 (via npm:^5.1.0)
138
138
  │ │ └─ URL: git+https://github.com/chalk/chalk.git
139
- │ ├─ chromatic@npm:6.11.4 (via npm:^6.5.1)
139
+ │ ├─ chromatic@npm:6.17.2 (via npm:^6.5.1)
140
140
  │ │ ├─ URL: https://github.com/chromaui/chromatic-cli.git
141
141
  │ │ └─ VendorUrl: https://www.chromatic.com
142
142
  │ ├─ classnames@npm:2.3.2 (via npm:^2.3.1)
143
143
  │ │ ├─ URL: https://github.com/JedWatson/classnames.git
144
144
  │ │ └─ VendorName: Jed Watson
145
- │ ├─ commitizen@npm:4.2.5 (via npm:^4.2.4)
145
+ │ ├─ commitizen@npm:4.3.0 (via npm:^4.2.4)
146
146
  │ │ ├─ URL: https://github.com/commitizen/cz-cli.git
147
147
  │ │ ├─ VendorName: Jim Cummins
148
148
  │ │ └─ VendorUrl: https://github.com/commitizen/cz-cli
149
- │ ├─ concurrently@npm:7.5.0 (via npm:^7.4.0)
149
+ │ ├─ concurrently@npm:7.6.0 (via npm:^7.4.0)
150
150
  │ │ ├─ URL: https://github.com/open-cli-tools/concurrently.git
151
151
  │ │ └─ VendorName: Kimmo Brunfeldt
152
152
  │ ├─ dedent@npm:0.7.0 (via npm:^0.7.0)
@@ -157,21 +157,21 @@ Third-party licenses
157
157
  │ │ ├─ URL: https://github.com/DamonOehlman/detect-browser.git
158
158
  │ │ ├─ VendorName: Damon Oehlman
159
159
  │ │ └─ VendorUrl: https://github.com/DamonOehlman/detect-browser
160
- │ ├─ eslint@npm:8.26.0 (via npm:^8.3.0)
160
+ │ ├─ eslint@npm:8.36.0 (via npm:^8.3.0)
161
161
  │ │ ├─ URL: git+https://github.com/eslint/eslint.git
162
162
  │ │ ├─ VendorName: Nicholas C. Zakas
163
163
  │ │ └─ VendorUrl: https://eslint.org
164
- │ ├─ eslint-config-prettier@npm:8.5.0 [a2e03] (via npm:^8.3.0 [a2e03])
164
+ │ ├─ eslint-config-prettier@npm:8.8.0 [a2e03] (via npm:^8.3.0 [a2e03])
165
165
  │ │ ├─ URL: git+https://github.com/prettier/eslint-config-prettier.git
166
166
  │ │ └─ VendorName: Simon Lydell
167
- │ ├─ eslint-plugin-jsx-a11y@npm:6.6.1 [a2e03] (via npm:^6.5.1 [a2e03])
167
+ │ ├─ eslint-plugin-jsx-a11y@npm:6.7.1 [a2e03] (via npm:^6.5.1 [a2e03])
168
168
  │ │ ├─ URL: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y
169
169
  │ │ └─ VendorName: Ethan Cohen
170
170
  │ ├─ eslint-plugin-prettier@npm:4.2.1 [a2e03] (via npm:^4.0.0 [a2e03])
171
171
  │ │ ├─ URL: git+https://github.com/prettier/eslint-plugin-prettier.git
172
172
  │ │ ├─ VendorName: Teddy Katz
173
173
  │ │ └─ VendorUrl: https://github.com/prettier/eslint-plugin-prettier#readme
174
- │ ├─ eslint-plugin-react@npm:7.31.10 [a2e03] (via npm:^7.27.1 [a2e03])
174
+ │ ├─ eslint-plugin-react@npm:7.32.2 [a2e03] (via npm:^7.27.1 [a2e03])
175
175
  │ │ ├─ URL: https://github.com/jsx-eslint/eslint-plugin-react
176
176
  │ │ ├─ VendorName: Yannick Croissant
177
177
  │ │ └─ VendorUrl: https://github.com/jsx-eslint/eslint-plugin-react
@@ -188,20 +188,20 @@ Third-party licenses
188
188
  │ ├─ jest-axe@npm:5.0.1 (via npm:^5.0.1)
189
189
  │ │ ├─ URL: git+https://github.com/nickcolley/jest-axe.git
190
190
  │ │ └─ VendorName: Nick Colley
191
- │ ├─ postcss@npm:8.4.18 (via npm:^8.4.18)
191
+ │ ├─ postcss@npm:8.4.21 (via npm:^8.4.18)
192
192
  │ │ ├─ URL: git+https://github.com/postcss/postcss.git
193
193
  │ │ ├─ VendorName: Andrey Sitnik
194
194
  │ │ └─ VendorUrl: https://postcss.org/
195
- │ ├─ postcss-cli@npm:10.0.0 [708d2] (via npm:^10.0.0 [708d2])
195
+ │ ├─ postcss-cli@npm:10.1.0 [708d2] (via npm:^10.0.0 [708d2])
196
196
  │ │ ├─ URL: https://github.com/postcss/postcss-cli.git
197
197
  │ │ └─ VendorUrl: https://github.com/postcss/postcss-cli#readme
198
198
  │ ├─ postcss-import@npm:14.1.0 [708d2] (via npm:^14.0.2 [708d2])
199
199
  │ │ ├─ URL: https://github.com/postcss/postcss-import.git
200
200
  │ │ └─ VendorName: Maxime Thirouin
201
- │ ├─ postcss-nested@npm:6.0.0 [708d2] (via npm:^6.0.0 [708d2])
201
+ │ ├─ postcss-nested@npm:6.0.1 [708d2] (via npm:^6.0.0 [708d2])
202
202
  │ │ ├─ URL: git+https://github.com/postcss/postcss-nested.git
203
203
  │ │ └─ VendorName: Andrey Sitnik
204
- │ ├─ prettier@npm:2.8.4 (via npm:^2.8.4)
204
+ │ ├─ prettier@npm:2.8.6 (via npm:^2.8.4)
205
205
  │ │ ├─ URL: git+https://github.com/prettier/prettier.git
206
206
  │ │ ├─ VendorName: James Long
207
207
  │ │ └─ VendorUrl: https://prettier.io
@@ -239,13 +239,13 @@ Third-party licenses
239
239
  │ ├─ storybook@npm:7.0.0-beta.54 (via npm:7.0.0-beta.54)
240
240
  │ │ ├─ URL: https://github.com/storybookjs/storybook.git
241
241
  │ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/main/lib/cli
242
- │ ├─ storybook-addon-pseudo-states@npm:1.15.1 [d75d7] (via npm:^1.15.1 [d75d7])
242
+ │ ├─ storybook-addon-pseudo-states@npm:1.15.2 [d75d7] (via npm:^1.15.1 [d75d7])
243
243
  │ │ ├─ URL: https://github.com/chromaui/storybook-addon-pseudo-states
244
244
  │ │ └─ VendorName: ghengeveld
245
245
  │ ├─ tailwindcss@npm:3.1.8 [708d2] (via npm:3.1.8 [708d2])
246
246
  │ │ ├─ URL: https://github.com/tailwindlabs/tailwindcss.git
247
247
  │ │ └─ VendorUrl: https://tailwindcss.com
248
- │ ├─ tinycolor2@npm:1.4.2 (via npm:^1.4.2)
248
+ │ ├─ tinycolor2@npm:1.6.0 (via npm:^1.4.2)
249
249
  │ │ ├─ URL: https://github.com/bgrins/TinyColor.git
250
250
  │ │ ├─ VendorName: Brian Grinstead
251
251
  │ │ └─ VendorUrl: http://briangrinstead.com
@@ -257,32 +257,25 @@ Third-party licenses
257
257
  │ │ ├─ URL: git://github.com/TypeStrong/ts-node.git
258
258
  │ │ ├─ VendorName: Blake Embrey
259
259
  │ │ └─ VendorUrl: https://typestrong.org/ts-node
260
- │ ├─ vite@npm:4.0.4 [d75d7] (via npm:^4.0.4 [d75d7])
260
+ │ ├─ vite@npm:4.2.1 [d75d7] (via npm:^4.0.4 [d75d7])
261
261
  │ │ ├─ URL: git+https://github.com/vitejs/vite.git
262
262
  │ │ ├─ VendorName: Evan You
263
263
  │ │ └─ VendorUrl: https://github.com/vitejs/vite/tree/main/#readme
264
- │ └─ vite-tsconfig-paths@npm:3.5.2 [d75d7] (via npm:^3.5.2 [d75d7])
264
+ │ └─ vite-tsconfig-paths@npm:3.6.0 [d75d7] (via npm:^3.5.2 [d75d7])
265
265
  │ ├─ URL: git+https://github.com/aleclarson/vite-tsconfig-paths.git
266
266
  │ └─ VendorName: aleclarson
267
267
 
268
- ├─ GPL-3.0
269
- │ ├─ @neo4j-ndl/base@workspace:packages/base (via workspace:packages/base)
270
- │ │ └─ VendorName: Neo4j Inc.
271
- │ ├─ @neo4j-ndl/react@workspace:packages/react [d75d7] (via workspace:^ [d75d7])
272
- │ │ └─ VendorName: Neo4j Inc.
273
- │ ├─ @neo4j-ndl/react@workspace:packages/react (via workspace:packages/react)
274
- │ │ └─ VendorName: Neo4j Inc.
275
- │ ├─ @neo4j-ndl/storybook@workspace:packages/storybook (via workspace:packages/storybook)
276
- │ └─ root@workspace:. (via workspace:.)
277
-
278
268
  ├─ Apache-2.0
279
- │ ├─ @react-aria/focus@npm:3.10.1 [a2e03] (via npm:^3.10.1 [a2e03])
269
+ │ ├─ @neo4j-cypher/react-codemirror@npm:1.0.2 [a2e03] (via npm:^1.0.1 [a2e03])
270
+ │ │ ├─ URL: git://github.com/neo4j/cypher-editor.git
271
+ │ │ └─ VendorName: Neo4j Inc.
272
+ │ ├─ @react-aria/focus@npm:3.11.0 [a2e03] (via npm:^3.10.1 [a2e03])
280
273
  │ │ └─ URL: https://github.com/adobe/react-spectrum
281
274
  │ ├─ fuse.js@npm:6.6.2 (via npm:^6.6.2)
282
275
  │ │ ├─ URL: https://github.com/krisk/Fuse.git
283
276
  │ │ ├─ VendorName: Kiro Risk
284
277
  │ │ └─ VendorUrl: http://fusejs.io
285
- │ ├─ style-dictionary@npm:3.7.1 (via npm:^3.0.3)
278
+ │ ├─ style-dictionary@npm:3.7.2 (via npm:^3.0.3)
286
279
  │ │ ├─ URL: git://github.com/amzn/style-dictionary.git
287
280
  │ │ ├─ VendorName: Amazon
288
281
  │ │ └─ VendorUrl: https://github.com/amzn/style-dictionary
@@ -291,12 +284,22 @@ Third-party licenses
291
284
  │ ├─ VendorName: Microsoft Corp.
292
285
  │ └─ VendorUrl: https://www.typescriptlang.org/
293
286
 
287
+ ├─ GPL-3.0
288
+ │ ├─ @neo4j-ndl/base@workspace:packages/base (via workspace:packages/base)
289
+ │ │ └─ VendorName: Neo4j Inc.
290
+ │ ├─ @neo4j-ndl/react@workspace:packages/react [d75d7] (via workspace:^ [d75d7])
291
+ │ │ └─ VendorName: Neo4j Inc.
292
+ │ ├─ @neo4j-ndl/react@workspace:packages/react (via workspace:packages/react)
293
+ │ │ └─ VendorName: Neo4j Inc.
294
+ │ ├─ @neo4j-ndl/storybook@workspace:packages/storybook (via workspace:packages/storybook)
295
+ │ └─ root@workspace:. (via workspace:.)
296
+
294
297
  ├─ BSD-2-Clause
295
- │ └─ @typescript-eslint/parser@npm:5.42.0 [a2e03] (via npm:^5.5.0 [a2e03])
298
+ │ └─ @typescript-eslint/parser@npm:5.56.0 [a2e03] (via npm:^5.5.0 [a2e03])
296
299
  │ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
297
300
 
298
301
  ├─ AGPL-3.0-or-later
299
- │ └─ @whitespace/storybook-addon-html@npm:5.1.1 [d75d7] (via npm:^5.1.1 [d75d7])
302
+ │ └─ @whitespace/storybook-addon-html@npm:5.1.4 [d75d7] (via npm:^5.1.1 [d75d7])
300
303
  │ ├─ URL: https://github.com/whitespace-se/storybook-addon-html
301
304
  │ └─ VendorName: Whitespace
302
305
 
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Wed, 29 Mar 2023 13:16:36 GMT
4
+ * Generated on Tue, 11 Apr 2023 12:49:36 GMT
5
5
  */
6
6
  exports.__esModule = true;
7
7
  exports.tokens = void 0;
@@ -109,32 +109,95 @@ exports.tokens = {
109
109
  "90": "#151E29"
110
110
  }
111
111
  },
112
- "font": {
113
- "size": {
114
- "h1": "3rem",
115
- "h2": "2.5rem",
116
- "h3": "1.875rem",
117
- "h4": "1.5rem",
118
- "h5": "1.25rem",
119
- "h6": "1rem",
120
- "subheading-large": "1.25rem",
121
- "subheading-medium": "1rem",
122
- "subheading-small": "0.875rem",
123
- "body-large": "1rem",
124
- "body-medium": "0.875rem",
125
- "body-small": "0.75rem",
126
- "code": "0.875rem",
127
- "label": "0.875rem"
128
- },
129
- "weight": {
130
- "bold": "700",
131
- "semibold": "600",
132
- "normal": "400",
133
- "medium": "500",
134
- "light": "300"
135
- }
136
- },
137
112
  "palette": {
113
+ "dark": {
114
+ "neutral": {
115
+ "text": {
116
+ "weakest": "#717780",
117
+ "weaker": "#B2B7BD",
118
+ "weak": "#C4C8CD",
119
+ "default": "#F5F7FA",
120
+ "inverse": "#151E29"
121
+ },
122
+ "bg": {
123
+ "weak": "29, 38, 49",
124
+ "default": "#151E29",
125
+ "strong": "45, 53, 63",
126
+ "strongest": "#FFFFFF"
127
+ },
128
+ "border": {
129
+ "weak": "37, 47, 59",
130
+ "strong": "#717780"
131
+ },
132
+ "hover": "rgba(196, 200, 205,0.1)",
133
+ "pressed": "rgba(196, 200, 205,0.2)"
134
+ },
135
+ "primary": {
136
+ "text": "#a3e2ff",
137
+ "icon": "#a3e2ff",
138
+ "bg": {
139
+ "strong": "#a3e2ff",
140
+ "weak": "49, 69, 84"
141
+ },
142
+ "border": {
143
+ "strong": "#a3e2ff",
144
+ "weak": "78, 108, 126"
145
+ },
146
+ "focus": "#7ad1ff",
147
+ "hover": {
148
+ "weak": "rgba(122, 209, 255,0.08)",
149
+ "strong": "#7ad1ff"
150
+ },
151
+ "pressed": {
152
+ "weak": "rgba(122, 209, 255,0.12)",
153
+ "strong": "#7ad1ff"
154
+ }
155
+ },
156
+ "danger": {
157
+ "text": "#ffb8c4",
158
+ "icon": "#ffb8c4",
159
+ "bg": {
160
+ "strong": "#ffb8c4",
161
+ "weak": "68, 61, 72"
162
+ },
163
+ "border": {
164
+ "strong": "#ffb8c4",
165
+ "weak": "114, 91, 103"
166
+ },
167
+ "hover": {
168
+ "weak": "rgba(255, 102, 138,0.08)",
169
+ "strong": "#ff668a"
170
+ },
171
+ "pressed": {
172
+ "weak": "rgba(255, 102, 138,0.12)",
173
+ "strong": "#ff668a"
174
+ }
175
+ },
176
+ "warning": {
177
+ "text": "#FFEA8C",
178
+ "icon": "#FFEA8C",
179
+ "bg": {
180
+ "strong": "#FFEA8C",
181
+ "weak": "68, 71, 60"
182
+ },
183
+ "border": {
184
+ "strong": "#FFEA8C",
185
+ "weak": "114, 111, 80"
186
+ }
187
+ },
188
+ "success": {
189
+ "text": "#98EDCB",
190
+ "icon": "#98EDCB",
191
+ "bg": {
192
+ "strong": "#98EDCB",
193
+ "weak": "47, 71, 73"
194
+ },
195
+ "border": {
196
+ "strong": "#98EDCB",
197
+ "weak": "73, 113, 106"
198
+ }
199
+ }
200
+ },
138
201
  "light": {
139
202
  "neutral": {
140
203
  "text": {
@@ -224,6 +287,31 @@ exports.tokens = {
224
287
  }
225
288
  }
226
289
  },
290
+ "font": {
291
+ "size": {
292
+ "h1": "3rem",
293
+ "h2": "2.5rem",
294
+ "h3": "1.875rem",
295
+ "h4": "1.5rem",
296
+ "h5": "1.25rem",
297
+ "h6": "1rem",
298
+ "subheading-large": "1.25rem",
299
+ "subheading-medium": "1rem",
300
+ "subheading-small": "0.875rem",
301
+ "body-large": "1rem",
302
+ "body-medium": "0.875rem",
303
+ "body-small": "0.75rem",
304
+ "code": "0.875rem",
305
+ "label": "0.875rem"
306
+ },
307
+ "weight": {
308
+ "bold": "700",
309
+ "semibold": "600",
310
+ "normal": "400",
311
+ "medium": "500",
312
+ "light": "300"
313
+ }
314
+ },
227
315
  "boxShadow": {
228
316
  "l2": "0px 1px 2px 0px rgba(12, 26, 37, 0.18)",
229
317
  "l3": "0px 4px 8px 0px rgba(12, 26, 37, 0.04)",
@@ -1 +1 @@
1
- {"version":3,"file":"tokens-esm.js","sourceRoot":"","sources":["../../../../src/tokens/js/tokens-esm.js"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"tokens-esm.js","sourceRoot":"","sources":["../../../../src/tokens/js/tokens-esm.js"],"names":[],"mappings":"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"}