@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 +12 -0
- package/lib/LICENSES.txt +59 -32
- package/lib/NOTICE.txt +43 -40
- package/lib/cjs/tokens/js/tokens-esm.js +114 -26
- package/lib/cjs/tokens/js/tokens-esm.js.map +1 -1
- package/lib/cjs/tokens/js/tokens.js +114 -26
- package/lib/cjs/tokens/js/tokens.js.map +1 -1
- package/lib/esm/tokens/js/tokens-esm.js +114 -26
- package/lib/esm/tokens/js/tokens-esm.js.map +1 -1
- package/lib/esm/tokens/js/tokens.js +114 -26
- package/lib/esm/tokens/js/tokens.js.map +1 -1
- package/lib/neo4j-ds-styles.css +546 -28
- package/lib/tokens/css/tokens.css +66 -20
- package/lib/tokens/js/tokens-raw.js +2449 -1240
- package/lib/tokens/js/tokens.js +114 -26
- package/lib/tokens/scss/tokens.scss +66 -20
- package/lib/types/tokens/js/tokens-esm.d.ts +181 -27
- package/lib/types/tokens/js/tokens.d.ts +181 -27
- package/package.json +1 -1
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
|
|
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
|
-
|
|
5480
|
-
|
|
5481
|
-
|
|
5482
|
-
|
|
5483
|
-
|
|
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.
|
|
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.
|
|
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
|
|
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.
|
|
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
|
-
>
|
|
6604
|
-
>
|
|
6605
|
-
>
|
|
6606
|
-
>
|
|
6607
|
-
>
|
|
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.
|
|
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
|
|
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@
|
|
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@
|
|
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
|
-
>
|
|
16147
|
-
>
|
|
16148
|
-
>
|
|
16149
|
-
>
|
|
16150
|
-
>
|
|
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
|
-
>
|
|
16158
|
-
>
|
|
16159
|
-
>
|
|
16160
|
-
>
|
|
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
|
-
│ ├─ [38;5;166m@babel/[39m[38;5;173mcore[39m[38;5;111m@[39m[38;5;111mnpm:7.
|
|
26
|
+
│ ├─ [38;5;166m@babel/[39m[38;5;173mcore[39m[38;5;111m@[39m[38;5;111mnpm:7.21.3[39m (via [38;5;37mnpm:^7.16.0[39m)
|
|
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
|
-
│ ├─ [38;5;166m@babel/[39m[38;5;173mpreset-env[39m[38;5;111m@[39m[38;5;111mnpm:7.
|
|
30
|
+
│ ├─ [38;5;166m@babel/[39m[38;5;173mpreset-env[39m[38;5;111m@[39m[38;5;111mnpm:7.20.2 [a2e03][39m (via [38;5;37mnpm:^7.16.4 [a2e03][39m)
|
|
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
|
-
│ ├─ [38;5;166m@changesets/[39m[38;5;173mcli[39m[38;5;111m@[39m[38;5;111mnpm:2.
|
|
38
|
+
│ ├─ [38;5;166m@changesets/[39m[38;5;173mcli[39m[38;5;111m@[39m[38;5;111mnpm:2.26.1[39m (via [38;5;37mnpm:^2.22.0[39m)
|
|
39
39
|
│ │ ├─ URL: https://github.com/changesets/changesets/tree/main/packages/cli
|
|
40
40
|
│ │ └─ VendorName: Changesets Contributors
|
|
41
41
|
│ ├─ [38;5;166m@commitlint/[39m[38;5;173mcli[39m[38;5;111m@[39m[38;5;111mnpm:15.0.0[39m (via [38;5;37mnpm:^15.0.0[39m)
|
|
@@ -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
|
-
│ ├─ [38;5;166m@tanstack/[39m[38;5;173mreact-table[39m[38;5;111m@[39m[38;5;111mnpm:8.
|
|
88
|
+
│ ├─ [38;5;166m@tanstack/[39m[38;5;173mreact-table[39m[38;5;111m@[39m[38;5;111mnpm:8.7.9 [a2e03][39m (via [38;5;37mnpm:^8.5.22 [a2e03][39m)
|
|
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
|
│ ├─ [38;5;166m@types/[39m[38;5;173mjest-axe[39m[38;5;111m@[39m[38;5;111mnpm:3.5.5[39m (via [38;5;37mnpm:^3.5.3[39m)
|
|
110
110
|
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
111
111
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jest-axe
|
|
112
|
-
│ ├─ [38;5;166m@types/[39m[38;5;173mnode[39m[38;5;111m@[39m[38;5;111mnpm:16.18.
|
|
112
|
+
│ ├─ [38;5;166m@types/[39m[38;5;173mnode[39m[38;5;111m@[39m[38;5;111mnpm:16.18.18[39m (via [38;5;37mnpm:^16.11.7[39m)
|
|
113
113
|
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
114
114
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node
|
|
115
|
-
│ ├─ [38;5;166m@types/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:17.0.
|
|
115
|
+
│ ├─ [38;5;166m@types/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:17.0.53[39m (via [38;5;37mnpm:^17.0.53[39m)
|
|
116
116
|
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
117
117
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react
|
|
118
118
|
│ ├─ [38;5;166m@types/[39m[38;5;173mreact-dom[39m[38;5;111m@[39m[38;5;111mnpm:17.0.18[39m (via [38;5;37mnpm:17.0.18[39m)
|
|
119
119
|
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
120
120
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-dom
|
|
121
|
-
│ ├─ [38;5;166m@types/[39m[38;5;173mreact-syntax-highlighter[39m[38;5;111m@[39m[38;5;111mnpm:15.5.
|
|
121
|
+
│ ├─ [38;5;166m@types/[39m[38;5;173mreact-syntax-highlighter[39m[38;5;111m@[39m[38;5;111mnpm:15.5.6[39m (via [38;5;37mnpm:^15.5.5[39m)
|
|
122
122
|
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
123
123
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-syntax-highlighter
|
|
124
|
-
│ ├─ [38;5;166m@types/[39m[38;5;173mreact-table[39m[38;5;111m@[39m[38;5;111mnpm:7.7.
|
|
124
|
+
│ ├─ [38;5;166m@types/[39m[38;5;173mreact-table[39m[38;5;111m@[39m[38;5;111mnpm:7.7.14[39m (via [38;5;37mnpm:^7.7.10[39m)
|
|
125
125
|
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
126
126
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-table
|
|
127
127
|
│ ├─ [38;5;166m@types/[39m[38;5;173mtinycolor2[39m[38;5;111m@[39m[38;5;111mnpm:1.4.3[39m (via [38;5;37mnpm:^1.4.3[39m)
|
|
128
128
|
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
129
129
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tinycolor2
|
|
130
|
-
│ ├─ [38;5;166m@typescript-eslint/[39m[38;5;173meslint-plugin[39m[38;5;111m@[39m[38;5;111mnpm:5.
|
|
130
|
+
│ ├─ [38;5;166m@typescript-eslint/[39m[38;5;173meslint-plugin[39m[38;5;111m@[39m[38;5;111mnpm:5.56.0 [a2e03][39m (via [38;5;37mnpm:^5.5.0 [a2e03][39m)
|
|
131
131
|
│ │ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
|
|
132
|
-
│ ├─ [38;5;173mautoprefixer[39m[38;5;111m@[39m[38;5;111mnpm:10.4.
|
|
132
|
+
│ ├─ [38;5;173mautoprefixer[39m[38;5;111m@[39m[38;5;111mnpm:10.4.14 [708d2][39m (via [38;5;37mnpm:^10.4.0 [708d2][39m)
|
|
133
133
|
│ │ ├─ URL: git+https://github.com/postcss/autoprefixer.git
|
|
134
134
|
│ │ └─ VendorName: Andrey Sitnik
|
|
135
135
|
│ ├─ [38;5;173mbabel-jest[39m[38;5;111m@[39m[38;5;111mnpm:27.5.1 [a2e03][39m (via [38;5;37mnpm:^27.3.1 [a2e03][39m)
|
|
136
136
|
│ │ └─ URL: https://github.com/facebook/jest.git
|
|
137
|
-
│ ├─ [38;5;173mchalk[39m[38;5;111m@[39m[38;5;111mnpm:5.
|
|
137
|
+
│ ├─ [38;5;173mchalk[39m[38;5;111m@[39m[38;5;111mnpm:5.2.0[39m (via [38;5;37mnpm:^5.1.0[39m)
|
|
138
138
|
│ │ └─ URL: git+https://github.com/chalk/chalk.git
|
|
139
|
-
│ ├─ [38;5;173mchromatic[39m[38;5;111m@[39m[38;5;111mnpm:6.
|
|
139
|
+
│ ├─ [38;5;173mchromatic[39m[38;5;111m@[39m[38;5;111mnpm:6.17.2[39m (via [38;5;37mnpm:^6.5.1[39m)
|
|
140
140
|
│ │ ├─ URL: https://github.com/chromaui/chromatic-cli.git
|
|
141
141
|
│ │ └─ VendorUrl: https://www.chromatic.com
|
|
142
142
|
│ ├─ [38;5;173mclassnames[39m[38;5;111m@[39m[38;5;111mnpm:2.3.2[39m (via [38;5;37mnpm:^2.3.1[39m)
|
|
143
143
|
│ │ ├─ URL: https://github.com/JedWatson/classnames.git
|
|
144
144
|
│ │ └─ VendorName: Jed Watson
|
|
145
|
-
│ ├─ [38;5;173mcommitizen[39m[38;5;111m@[39m[38;5;111mnpm:4.
|
|
145
|
+
│ ├─ [38;5;173mcommitizen[39m[38;5;111m@[39m[38;5;111mnpm:4.3.0[39m (via [38;5;37mnpm:^4.2.4[39m)
|
|
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
|
-
│ ├─ [38;5;173mconcurrently[39m[38;5;111m@[39m[38;5;111mnpm:7.
|
|
149
|
+
│ ├─ [38;5;173mconcurrently[39m[38;5;111m@[39m[38;5;111mnpm:7.6.0[39m (via [38;5;37mnpm:^7.4.0[39m)
|
|
150
150
|
│ │ ├─ URL: https://github.com/open-cli-tools/concurrently.git
|
|
151
151
|
│ │ └─ VendorName: Kimmo Brunfeldt
|
|
152
152
|
│ ├─ [38;5;173mdedent[39m[38;5;111m@[39m[38;5;111mnpm:0.7.0[39m (via [38;5;37mnpm:^0.7.0[39m)
|
|
@@ -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
|
-
│ ├─ [38;5;173meslint[39m[38;5;111m@[39m[38;5;111mnpm:8.
|
|
160
|
+
│ ├─ [38;5;173meslint[39m[38;5;111m@[39m[38;5;111mnpm:8.36.0[39m (via [38;5;37mnpm:^8.3.0[39m)
|
|
161
161
|
│ │ ├─ URL: git+https://github.com/eslint/eslint.git
|
|
162
162
|
│ │ ├─ VendorName: Nicholas C. Zakas
|
|
163
163
|
│ │ └─ VendorUrl: https://eslint.org
|
|
164
|
-
│ ├─ [38;5;173meslint-config-prettier[39m[38;5;111m@[39m[38;5;111mnpm:8.
|
|
164
|
+
│ ├─ [38;5;173meslint-config-prettier[39m[38;5;111m@[39m[38;5;111mnpm:8.8.0 [a2e03][39m (via [38;5;37mnpm:^8.3.0 [a2e03][39m)
|
|
165
165
|
│ │ ├─ URL: git+https://github.com/prettier/eslint-config-prettier.git
|
|
166
166
|
│ │ └─ VendorName: Simon Lydell
|
|
167
|
-
│ ├─ [38;5;173meslint-plugin-jsx-a11y[39m[38;5;111m@[39m[38;5;111mnpm:6.
|
|
167
|
+
│ ├─ [38;5;173meslint-plugin-jsx-a11y[39m[38;5;111m@[39m[38;5;111mnpm:6.7.1 [a2e03][39m (via [38;5;37mnpm:^6.5.1 [a2e03][39m)
|
|
168
168
|
│ │ ├─ URL: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y
|
|
169
169
|
│ │ └─ VendorName: Ethan Cohen
|
|
170
170
|
│ ├─ [38;5;173meslint-plugin-prettier[39m[38;5;111m@[39m[38;5;111mnpm:4.2.1 [a2e03][39m (via [38;5;37mnpm:^4.0.0 [a2e03][39m)
|
|
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
|
-
│ ├─ [38;5;173meslint-plugin-react[39m[38;5;111m@[39m[38;5;111mnpm:7.
|
|
174
|
+
│ ├─ [38;5;173meslint-plugin-react[39m[38;5;111m@[39m[38;5;111mnpm:7.32.2 [a2e03][39m (via [38;5;37mnpm:^7.27.1 [a2e03][39m)
|
|
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
|
│ ├─ [38;5;173mjest-axe[39m[38;5;111m@[39m[38;5;111mnpm:5.0.1[39m (via [38;5;37mnpm:^5.0.1[39m)
|
|
189
189
|
│ │ ├─ URL: git+https://github.com/nickcolley/jest-axe.git
|
|
190
190
|
│ │ └─ VendorName: Nick Colley
|
|
191
|
-
│ ├─ [38;5;173mpostcss[39m[38;5;111m@[39m[38;5;111mnpm:8.4.
|
|
191
|
+
│ ├─ [38;5;173mpostcss[39m[38;5;111m@[39m[38;5;111mnpm:8.4.21[39m (via [38;5;37mnpm:^8.4.18[39m)
|
|
192
192
|
│ │ ├─ URL: git+https://github.com/postcss/postcss.git
|
|
193
193
|
│ │ ├─ VendorName: Andrey Sitnik
|
|
194
194
|
│ │ └─ VendorUrl: https://postcss.org/
|
|
195
|
-
│ ├─ [38;5;173mpostcss-cli[39m[38;5;111m@[39m[38;5;111mnpm:10.
|
|
195
|
+
│ ├─ [38;5;173mpostcss-cli[39m[38;5;111m@[39m[38;5;111mnpm:10.1.0 [708d2][39m (via [38;5;37mnpm:^10.0.0 [708d2][39m)
|
|
196
196
|
│ │ ├─ URL: https://github.com/postcss/postcss-cli.git
|
|
197
197
|
│ │ └─ VendorUrl: https://github.com/postcss/postcss-cli#readme
|
|
198
198
|
│ ├─ [38;5;173mpostcss-import[39m[38;5;111m@[39m[38;5;111mnpm:14.1.0 [708d2][39m (via [38;5;37mnpm:^14.0.2 [708d2][39m)
|
|
199
199
|
│ │ ├─ URL: https://github.com/postcss/postcss-import.git
|
|
200
200
|
│ │ └─ VendorName: Maxime Thirouin
|
|
201
|
-
│ ├─ [38;5;173mpostcss-nested[39m[38;5;111m@[39m[38;5;111mnpm:6.0.
|
|
201
|
+
│ ├─ [38;5;173mpostcss-nested[39m[38;5;111m@[39m[38;5;111mnpm:6.0.1 [708d2][39m (via [38;5;37mnpm:^6.0.0 [708d2][39m)
|
|
202
202
|
│ │ ├─ URL: git+https://github.com/postcss/postcss-nested.git
|
|
203
203
|
│ │ └─ VendorName: Andrey Sitnik
|
|
204
|
-
│ ├─ [38;5;173mprettier[39m[38;5;111m@[39m[38;5;111mnpm:2.8.
|
|
204
|
+
│ ├─ [38;5;173mprettier[39m[38;5;111m@[39m[38;5;111mnpm:2.8.6[39m (via [38;5;37mnpm:^2.8.4[39m)
|
|
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
|
│ ├─ [38;5;173mstorybook[39m[38;5;111m@[39m[38;5;111mnpm:7.0.0-beta.54[39m (via [38;5;37mnpm:7.0.0-beta.54[39m)
|
|
240
240
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
241
241
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/main/lib/cli
|
|
242
|
-
│ ├─ [38;5;173mstorybook-addon-pseudo-states[39m[38;5;111m@[39m[38;5;111mnpm:1.15.
|
|
242
|
+
│ ├─ [38;5;173mstorybook-addon-pseudo-states[39m[38;5;111m@[39m[38;5;111mnpm:1.15.2 [d75d7][39m (via [38;5;37mnpm:^1.15.1 [d75d7][39m)
|
|
243
243
|
│ │ ├─ URL: https://github.com/chromaui/storybook-addon-pseudo-states
|
|
244
244
|
│ │ └─ VendorName: ghengeveld
|
|
245
245
|
│ ├─ [38;5;173mtailwindcss[39m[38;5;111m@[39m[38;5;111mnpm:3.1.8 [708d2][39m (via [38;5;37mnpm:3.1.8 [708d2][39m)
|
|
246
246
|
│ │ ├─ URL: https://github.com/tailwindlabs/tailwindcss.git
|
|
247
247
|
│ │ └─ VendorUrl: https://tailwindcss.com
|
|
248
|
-
│ ├─ [38;5;173mtinycolor2[39m[38;5;111m@[39m[38;5;111mnpm:1.
|
|
248
|
+
│ ├─ [38;5;173mtinycolor2[39m[38;5;111m@[39m[38;5;111mnpm:1.6.0[39m (via [38;5;37mnpm:^1.4.2[39m)
|
|
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
|
-
│ ├─ [38;5;173mvite[39m[38;5;111m@[39m[38;5;111mnpm:4.
|
|
260
|
+
│ ├─ [38;5;173mvite[39m[38;5;111m@[39m[38;5;111mnpm:4.2.1 [d75d7][39m (via [38;5;37mnpm:^4.0.4 [d75d7][39m)
|
|
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
|
-
│ └─ [38;5;173mvite-tsconfig-paths[39m[38;5;111m@[39m[38;5;111mnpm:3.
|
|
264
|
+
│ └─ [38;5;173mvite-tsconfig-paths[39m[38;5;111m@[39m[38;5;111mnpm:3.6.0 [d75d7][39m (via [38;5;37mnpm:^3.5.2 [d75d7][39m)
|
|
265
265
|
│ ├─ URL: git+https://github.com/aleclarson/vite-tsconfig-paths.git
|
|
266
266
|
│ └─ VendorName: aleclarson
|
|
267
267
|
│
|
|
268
|
-
├─ GPL-3.0
|
|
269
|
-
│ ├─ [38;5;166m@neo4j-ndl/[39m[38;5;173mbase[39m[38;5;111m@[39m[38;5;111mworkspace:packages/base[39m (via [38;5;37mworkspace:packages/base[39m)
|
|
270
|
-
│ │ └─ VendorName: Neo4j Inc.
|
|
271
|
-
│ ├─ [38;5;166m@neo4j-ndl/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mworkspace:packages/react [d75d7][39m (via [38;5;37mworkspace:^ [d75d7][39m)
|
|
272
|
-
│ │ └─ VendorName: Neo4j Inc.
|
|
273
|
-
│ ├─ [38;5;166m@neo4j-ndl/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mworkspace:packages/react[39m (via [38;5;37mworkspace:packages/react[39m)
|
|
274
|
-
│ │ └─ VendorName: Neo4j Inc.
|
|
275
|
-
│ ├─ [38;5;166m@neo4j-ndl/[39m[38;5;173mstorybook[39m[38;5;111m@[39m[38;5;111mworkspace:packages/storybook[39m (via [38;5;37mworkspace:packages/storybook[39m)
|
|
276
|
-
│ └─ [38;5;173mroot[39m[38;5;111m@[39m[38;5;111mworkspace:.[39m (via [38;5;37mworkspace:.[39m)
|
|
277
|
-
│
|
|
278
268
|
├─ Apache-2.0
|
|
279
|
-
│ ├─ [38;5;166m@
|
|
269
|
+
│ ├─ [38;5;166m@neo4j-cypher/[39m[38;5;173mreact-codemirror[39m[38;5;111m@[39m[38;5;111mnpm:1.0.2 [a2e03][39m (via [38;5;37mnpm:^1.0.1 [a2e03][39m)
|
|
270
|
+
│ │ ├─ URL: git://github.com/neo4j/cypher-editor.git
|
|
271
|
+
│ │ └─ VendorName: Neo4j Inc.
|
|
272
|
+
│ ├─ [38;5;166m@react-aria/[39m[38;5;173mfocus[39m[38;5;111m@[39m[38;5;111mnpm:3.11.0 [a2e03][39m (via [38;5;37mnpm:^3.10.1 [a2e03][39m)
|
|
280
273
|
│ │ └─ URL: https://github.com/adobe/react-spectrum
|
|
281
274
|
│ ├─ [38;5;173mfuse.js[39m[38;5;111m@[39m[38;5;111mnpm:6.6.2[39m (via [38;5;37mnpm:^6.6.2[39m)
|
|
282
275
|
│ │ ├─ URL: https://github.com/krisk/Fuse.git
|
|
283
276
|
│ │ ├─ VendorName: Kiro Risk
|
|
284
277
|
│ │ └─ VendorUrl: http://fusejs.io
|
|
285
|
-
│ ├─ [38;5;173mstyle-dictionary[39m[38;5;111m@[39m[38;5;111mnpm:3.7.
|
|
278
|
+
│ ├─ [38;5;173mstyle-dictionary[39m[38;5;111m@[39m[38;5;111mnpm:3.7.2[39m (via [38;5;37mnpm:^3.0.3[39m)
|
|
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
|
+
│ ├─ [38;5;166m@neo4j-ndl/[39m[38;5;173mbase[39m[38;5;111m@[39m[38;5;111mworkspace:packages/base[39m (via [38;5;37mworkspace:packages/base[39m)
|
|
289
|
+
│ │ └─ VendorName: Neo4j Inc.
|
|
290
|
+
│ ├─ [38;5;166m@neo4j-ndl/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mworkspace:packages/react [d75d7][39m (via [38;5;37mworkspace:^ [d75d7][39m)
|
|
291
|
+
│ │ └─ VendorName: Neo4j Inc.
|
|
292
|
+
│ ├─ [38;5;166m@neo4j-ndl/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mworkspace:packages/react[39m (via [38;5;37mworkspace:packages/react[39m)
|
|
293
|
+
│ │ └─ VendorName: Neo4j Inc.
|
|
294
|
+
│ ├─ [38;5;166m@neo4j-ndl/[39m[38;5;173mstorybook[39m[38;5;111m@[39m[38;5;111mworkspace:packages/storybook[39m (via [38;5;37mworkspace:packages/storybook[39m)
|
|
295
|
+
│ └─ [38;5;173mroot[39m[38;5;111m@[39m[38;5;111mworkspace:.[39m (via [38;5;37mworkspace:.[39m)
|
|
296
|
+
│
|
|
294
297
|
├─ BSD-2-Clause
|
|
295
|
-
│ └─ [38;5;166m@typescript-eslint/[39m[38;5;173mparser[39m[38;5;111m@[39m[38;5;111mnpm:5.
|
|
298
|
+
│ └─ [38;5;166m@typescript-eslint/[39m[38;5;173mparser[39m[38;5;111m@[39m[38;5;111mnpm:5.56.0 [a2e03][39m (via [38;5;37mnpm:^5.5.0 [a2e03][39m)
|
|
296
299
|
│ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
|
|
297
300
|
│
|
|
298
301
|
├─ AGPL-3.0-or-later
|
|
299
|
-
│ └─ [38;5;166m@whitespace/[39m[38;5;173mstorybook-addon-html[39m[38;5;111m@[39m[38;5;111mnpm:5.1.
|
|
302
|
+
│ └─ [38;5;166m@whitespace/[39m[38;5;173mstorybook-addon-html[39m[38;5;111m@[39m[38;5;111mnpm:5.1.4 [d75d7][39m (via [38;5;37mnpm:^5.1.1 [d75d7][39m)
|
|
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
|
|
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":";AAAA;;;EAGE;;;AAEW,QAAA,MAAM,GAAG;IACpB,aAAa,EAAE;QACb,QAAQ,EAAE;YACR,YAAY,EAAE;gBACZ,SAAS,EAAE,KAAK;aACjB;YACD,UAAU,EAAE;gBACV,SAAS,EAAE,OAAO;aACnB;YACD,iBAAiB,EAAE;gBACjB,SAAS,EAAE,0CAA0C;aACtD;SACF;QACD,UAAU,EAAE,gDAAgD;QAC5D,SAAS,EAAE,oDAAoD;KAChE;IACD,cAAc,EAAE;QACd,MAAM,EAAE,KAAK;QACb,IAAI,EAAE,KAAK;QACX,IAAI,EAAE,KAAK;QACX,IAAI,EAAE,KAAK;QACX,IAAI,EAAE,MAAM;QACZ,KAAK,EAAE,MAAM;QACb,KAAK,EAAE,MAAM;QACb,KAAK,EAAE,MAAM;QACb,KAAK,EAAE,MAAM;QACb,KAAK,EAAE,MAAM;QACb,MAAM,EAAE,QAAQ;KACjB;IACD,aAAa,EAAE;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,IAAI,EAAE,QAAQ;QACd,KAAK,EAAE,QAAQ;KAChB;IACD,QAAQ,EAAE;QACR,SAAS,EAAE;YACT,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;SAChB;QACD,QAAQ,EAAE;YACR,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;SAChB;QACD,SAAS,EAAE;YACT,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;SAChB;QACD,SAAS,EAAE;YACT,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;SAChB;QACD,WAAW,EAAE;YACX,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;SAChB;QACD,MAAM,EAAE;YACN,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;SAChB;QACD,SAAS,EAAE;YACT,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,SAAS;SAChB;KACF;IACD,
|
|
1
|
+
{"version":3,"file":"tokens-esm.js","sourceRoot":"","sources":["../../../../src/tokens/js/tokens-esm.js"],"names":[],"mappings":"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"}
|