@neo4j-ndl/base 2.7.10 → 2.7.11
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 +6 -0
- package/lib/LICENSES.txt +292 -37
- package/lib/NOTICE.txt +33 -13
- package/lib/cjs/tailwind-preset.config.js +13 -13
- package/lib/cjs/tailwind-preset.config.js.map +1 -1
- package/lib/cjs/tailwindTheme.js +20 -20
- package/lib/cjs/tailwindTheme.js.map +1 -1
- package/lib/cjs/tokens/js/storybook-design-token.js +1 -1
- package/lib/cjs/tokens/js/tokens-esm.js +1 -1
- package/lib/cjs/tokens/js/tokens.js +1 -1
- package/lib/cjs/typescale.js +2 -2
- package/lib/cjs/typescale.js.map +1 -1
- package/lib/esm/tailwind-preset.config.js.map +1 -1
- package/lib/esm/tailwindTheme.js +11 -11
- package/lib/esm/tailwindTheme.js.map +1 -1
- package/lib/esm/tokens/js/storybook-design-token.js +1 -1
- package/lib/esm/tokens/js/tokens-esm.js +1 -1
- package/lib/esm/tokens/js/tokens.js +1 -1
- package/lib/esm/typescale.js.map +1 -1
- package/lib/neo4j-ds-styles.css +1 -1
- package/lib/tokens/css/tokens.css +1 -1
- package/lib/tokens/js/tokens-raw.js +1 -1
- package/lib/tokens/js/tokens.js +1 -1
- package/lib/tokens/scss/tokens.scss +1 -1
- package/lib/types/tokens/js/storybook-design-token.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 2.7.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#788](https://github.com/neo4j/needle/pull/788) [`932c1c9a28ad19d8603677c5fea8115fbdb155f4`](https://github.com/neo4j/needle/commit/932c1c9a28ad19d8603677c5fea8115fbdb155f4) Thanks [@daugerdas](https://github.com/daugerdas)! - fix horizontal scrollbar in code block
|
|
8
|
+
|
|
3
9
|
## 2.7.10
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/lib/LICENSES.txt
CHANGED
|
@@ -5758,6 +5758,212 @@ SOFTWARE.
|
|
|
5758
5758
|
|
|
5759
5759
|
-----
|
|
5760
5760
|
|
|
5761
|
+
The following software may be included in this product: @trivago/prettier-plugin-sort-imports. A copy of the source code may be downloaded from https://github.com/trivago/prettier-plugin-sort-imports. This software contains the following license and notice below:
|
|
5762
|
+
|
|
5763
|
+
Apache License
|
|
5764
|
+
Version 2.0, January 2004
|
|
5765
|
+
http://www.apache.org/licenses/
|
|
5766
|
+
|
|
5767
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
5768
|
+
|
|
5769
|
+
1. Definitions.
|
|
5770
|
+
|
|
5771
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
5772
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
5773
|
+
|
|
5774
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
5775
|
+
the copyright owner that is granting the License.
|
|
5776
|
+
|
|
5777
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
5778
|
+
other entities that control, are controlled by, or are under common
|
|
5779
|
+
control with that entity. For the purposes of this definition,
|
|
5780
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
5781
|
+
direction or management of such entity, whether by contract or
|
|
5782
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
5783
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
5784
|
+
|
|
5785
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
5786
|
+
exercising permissions granted by this License.
|
|
5787
|
+
|
|
5788
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
5789
|
+
including but not limited to software source code, documentation
|
|
5790
|
+
source, and configuration files.
|
|
5791
|
+
|
|
5792
|
+
"Object" form shall mean any form resulting from mechanical
|
|
5793
|
+
transformation or translation of a Source form, including but
|
|
5794
|
+
not limited to compiled object code, generated documentation,
|
|
5795
|
+
and conversions to other media types.
|
|
5796
|
+
|
|
5797
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
5798
|
+
Object form, made available under the License, as indicated by a
|
|
5799
|
+
copyright notice that is included in or attached to the work
|
|
5800
|
+
(an example is provided in the Appendix below).
|
|
5801
|
+
|
|
5802
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
5803
|
+
form, that is based on (or derived from) the Work and for which the
|
|
5804
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
5805
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
5806
|
+
of this License, Derivative Works shall not include works that remain
|
|
5807
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
5808
|
+
the Work and Derivative Works thereof.
|
|
5809
|
+
|
|
5810
|
+
"Contribution" shall mean any work of authorship, including
|
|
5811
|
+
the original version of the Work and any modifications or additions
|
|
5812
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
5813
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
5814
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
5815
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
5816
|
+
means any form of electronic, verbal, or written communication sent
|
|
5817
|
+
to the Licensor or its representatives, including but not limited to
|
|
5818
|
+
communication on electronic mailing lists, source code control systems,
|
|
5819
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
5820
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
5821
|
+
excluding communication that is conspicuously marked or otherwise
|
|
5822
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
5823
|
+
|
|
5824
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
5825
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
5826
|
+
subsequently incorporated within the Work.
|
|
5827
|
+
|
|
5828
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
5829
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
5830
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
5831
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
5832
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
5833
|
+
Work and such Derivative Works in Source or Object form.
|
|
5834
|
+
|
|
5835
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
5836
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
5837
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
5838
|
+
(except as stated in this section) patent license to make, have made,
|
|
5839
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
5840
|
+
where such license applies only to those patent claims licensable
|
|
5841
|
+
by such Contributor that are necessarily infringed by their
|
|
5842
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
5843
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
5844
|
+
institute patent litigation against any entity (including a
|
|
5845
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
5846
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
5847
|
+
or contributory patent infringement, then any patent licenses
|
|
5848
|
+
granted to You under this License for that Work shall terminate
|
|
5849
|
+
as of the date such litigation is filed.
|
|
5850
|
+
|
|
5851
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
5852
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
5853
|
+
modifications, and in Source or Object form, provided that You
|
|
5854
|
+
meet the following conditions:
|
|
5855
|
+
|
|
5856
|
+
(a) You must give any other recipients of the Work or
|
|
5857
|
+
Derivative Works a copy of this License; and
|
|
5858
|
+
|
|
5859
|
+
(b) You must cause any modified files to carry prominent notices
|
|
5860
|
+
stating that You changed the files; and
|
|
5861
|
+
|
|
5862
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
5863
|
+
that You distribute, all copyright, patent, trademark, and
|
|
5864
|
+
attribution notices from the Source form of the Work,
|
|
5865
|
+
excluding those notices that do not pertain to any part of
|
|
5866
|
+
the Derivative Works; and
|
|
5867
|
+
|
|
5868
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
5869
|
+
distribution, then any Derivative Works that You distribute must
|
|
5870
|
+
include a readable copy of the attribution notices contained
|
|
5871
|
+
within such NOTICE file, excluding those notices that do not
|
|
5872
|
+
pertain to any part of the Derivative Works, in at least one
|
|
5873
|
+
of the following places: within a NOTICE text file distributed
|
|
5874
|
+
as part of the Derivative Works; within the Source form or
|
|
5875
|
+
documentation, if provided along with the Derivative Works; or,
|
|
5876
|
+
within a display generated by the Derivative Works, if and
|
|
5877
|
+
wherever such third-party notices normally appear. The contents
|
|
5878
|
+
of the NOTICE file are for informational purposes only and
|
|
5879
|
+
do not modify the License. You may add Your own attribution
|
|
5880
|
+
notices within Derivative Works that You distribute, alongside
|
|
5881
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
5882
|
+
that such additional attribution notices cannot be construed
|
|
5883
|
+
as modifying the License.
|
|
5884
|
+
|
|
5885
|
+
You may add Your own copyright statement to Your modifications and
|
|
5886
|
+
may provide additional or different license terms and conditions
|
|
5887
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
5888
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
5889
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
5890
|
+
the conditions stated in this License.
|
|
5891
|
+
|
|
5892
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
5893
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
5894
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
5895
|
+
this License, without any additional terms or conditions.
|
|
5896
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
5897
|
+
the terms of any separate license agreement you may have executed
|
|
5898
|
+
with Licensor regarding such Contributions.
|
|
5899
|
+
|
|
5900
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
5901
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
5902
|
+
except as required for reasonable and customary use in describing the
|
|
5903
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
5904
|
+
|
|
5905
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
5906
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
5907
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
5908
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
5909
|
+
implied, including, without limitation, any warranties or conditions
|
|
5910
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
5911
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
5912
|
+
appropriateness of using or redistributing the Work and assume any
|
|
5913
|
+
risks associated with Your exercise of permissions under this License.
|
|
5914
|
+
|
|
5915
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
5916
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
5917
|
+
unless required by applicable law (such as deliberate and grossly
|
|
5918
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
5919
|
+
liable to You for damages, including any direct, indirect, special,
|
|
5920
|
+
incidental, or consequential damages of any character arising as a
|
|
5921
|
+
result of this License or out of the use or inability to use the
|
|
5922
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
5923
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
5924
|
+
other commercial damages or losses), even if such Contributor
|
|
5925
|
+
has been advised of the possibility of such damages.
|
|
5926
|
+
|
|
5927
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
5928
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
5929
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
5930
|
+
or other liability obligations and/or rights consistent with this
|
|
5931
|
+
License. However, in accepting such obligations, You may act only
|
|
5932
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
5933
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
5934
|
+
defend, and hold each Contributor harmless for any liability
|
|
5935
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
5936
|
+
of your accepting any such warranty or additional liability.
|
|
5937
|
+
|
|
5938
|
+
END OF TERMS AND CONDITIONS
|
|
5939
|
+
|
|
5940
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
5941
|
+
|
|
5942
|
+
To apply the Apache License to your work, attach the following
|
|
5943
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
5944
|
+
replaced with your own identifying information. (Don't include
|
|
5945
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
5946
|
+
comment syntax for the file format. We also recommend that a
|
|
5947
|
+
file or class name and description of purpose be included on the
|
|
5948
|
+
same "printed page" as the copyright notice for easier
|
|
5949
|
+
identification within third-party archives.
|
|
5950
|
+
|
|
5951
|
+
Copyright [yyyy] [name of copyright owner]
|
|
5952
|
+
|
|
5953
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
5954
|
+
you may not use this file except in compliance with the License.
|
|
5955
|
+
You may obtain a copy of the License at
|
|
5956
|
+
|
|
5957
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
5958
|
+
|
|
5959
|
+
Unless required by applicable law or agreed to in writing, software
|
|
5960
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
5961
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
5962
|
+
See the License for the specific language governing permissions and
|
|
5963
|
+
limitations under the License.
|
|
5964
|
+
|
|
5965
|
+
-----
|
|
5966
|
+
|
|
5761
5967
|
The following software may be included in this product: @types/dedent, @types/jest, @types/node, @types/react, @types/react-datepicker, @types/react-dom, @types/react-resizable, @types/react-syntax-highlighter, @types/react-table, @types/sinon, @types/tinycolor2. A copy of the source code may be downloaded from https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/dedent), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/jest), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/node), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-datepicker), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-dom), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-resizable), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-syntax-highlighter), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/react-table), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/sinon), https://github.com/DefinitelyTyped/DefinitelyTyped.git (@types/tinycolor2). This software contains the following license and notice below:
|
|
5762
5968
|
|
|
5763
5969
|
MIT License
|
|
@@ -6244,40 +6450,37 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
6244
6450
|
|
|
6245
6451
|
-----
|
|
6246
6452
|
|
|
6247
|
-
The following software may be included in this product: eslint-plugin-
|
|
6453
|
+
The following software may be included in this product: eslint-plugin-react. A copy of the source code may be downloaded from https://github.com/jsx-eslint/eslint-plugin-react. This software contains the following license and notice below:
|
|
6248
6454
|
|
|
6249
|
-
|
|
6455
|
+
The MIT License (MIT)
|
|
6250
6456
|
|
|
6251
|
-
Copyright
|
|
6457
|
+
Copyright (c) 2014 Yannick Croissant
|
|
6252
6458
|
|
|
6253
|
-
Permission is hereby granted, free of charge, to any person
|
|
6254
|
-
|
|
6255
|
-
|
|
6256
|
-
|
|
6257
|
-
|
|
6258
|
-
|
|
6259
|
-
Software is furnished to do so, subject to the following
|
|
6260
|
-
conditions:
|
|
6459
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6460
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
6461
|
+
in the Software without restriction, including without limitation the rights
|
|
6462
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
6463
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
6464
|
+
furnished to do so, subject to the following conditions:
|
|
6261
6465
|
|
|
6262
|
-
The above copyright notice and this permission notice shall be
|
|
6263
|
-
|
|
6466
|
+
The above copyright notice and this permission notice shall be included in all
|
|
6467
|
+
copies or substantial portions of the Software.
|
|
6264
6468
|
|
|
6265
|
-
THE SOFTWARE IS PROVIDED
|
|
6266
|
-
|
|
6267
|
-
|
|
6268
|
-
|
|
6269
|
-
|
|
6270
|
-
|
|
6271
|
-
|
|
6272
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
|
6469
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
6470
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
6471
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
6472
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
6473
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
6474
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
6475
|
+
SOFTWARE.
|
|
6273
6476
|
|
|
6274
6477
|
-----
|
|
6275
6478
|
|
|
6276
|
-
The following software may be included in this product: eslint-plugin-react. A copy of the source code may be downloaded from https://github.com/
|
|
6479
|
+
The following software may be included in this product: eslint-plugin-react-hooks, react, react-dom. A copy of the source code may be downloaded from https://github.com/facebook/react.git (eslint-plugin-react-hooks), https://github.com/facebook/react.git (react), https://github.com/facebook/react.git (react-dom). This software contains the following license and notice below:
|
|
6277
6480
|
|
|
6278
|
-
|
|
6481
|
+
MIT License
|
|
6279
6482
|
|
|
6280
|
-
Copyright (c)
|
|
6483
|
+
Copyright (c) Facebook, Inc. and its affiliates.
|
|
6281
6484
|
|
|
6282
6485
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6283
6486
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -6299,11 +6502,11 @@ SOFTWARE.
|
|
|
6299
6502
|
|
|
6300
6503
|
-----
|
|
6301
6504
|
|
|
6302
|
-
The following software may be included in this product:
|
|
6505
|
+
The following software may be included in this product: fast-glob. A copy of the source code may be downloaded from git+https://github.com/mrmlnc/fast-glob.git. This software contains the following license and notice below:
|
|
6303
6506
|
|
|
6304
|
-
MIT License
|
|
6507
|
+
The MIT License (MIT)
|
|
6305
6508
|
|
|
6306
|
-
Copyright (c)
|
|
6509
|
+
Copyright (c) Denis Malinochkin
|
|
6307
6510
|
|
|
6308
6511
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6309
6512
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -6612,6 +6815,58 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
6612
6815
|
|
|
6613
6816
|
-----
|
|
6614
6817
|
|
|
6818
|
+
The following software may be included in this product: lodash. A copy of the source code may be downloaded from git+https://github.com/lodash/lodash.git. This software contains the following license and notice below:
|
|
6819
|
+
|
|
6820
|
+
Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
|
6821
|
+
|
|
6822
|
+
Based on Underscore.js, copyright Jeremy Ashkenas,
|
|
6823
|
+
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
|
6824
|
+
|
|
6825
|
+
This software consists of voluntary contributions made by many
|
|
6826
|
+
individuals. For exact contribution history, see the revision history
|
|
6827
|
+
available at https://github.com/lodash/lodash
|
|
6828
|
+
|
|
6829
|
+
The following license applies to all parts of this software except as
|
|
6830
|
+
documented below:
|
|
6831
|
+
|
|
6832
|
+
====
|
|
6833
|
+
|
|
6834
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
6835
|
+
a copy of this software and associated documentation files (the
|
|
6836
|
+
"Software"), to deal in the Software without restriction, including
|
|
6837
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
6838
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
6839
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
6840
|
+
the following conditions:
|
|
6841
|
+
|
|
6842
|
+
The above copyright notice and this permission notice shall be
|
|
6843
|
+
included in all copies or substantial portions of the Software.
|
|
6844
|
+
|
|
6845
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
6846
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
6847
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
6848
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
6849
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
6850
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
6851
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
6852
|
+
|
|
6853
|
+
====
|
|
6854
|
+
|
|
6855
|
+
Copyright and related rights for sample code are waived via CC0. Sample
|
|
6856
|
+
code is defined as all source code displayed within the prose of the
|
|
6857
|
+
documentation.
|
|
6858
|
+
|
|
6859
|
+
CC0: http://creativecommons.org/publicdomain/zero/1.0/
|
|
6860
|
+
|
|
6861
|
+
====
|
|
6862
|
+
|
|
6863
|
+
Files located in the node_modules and vendor directories are externally
|
|
6864
|
+
maintained libraries used by this software which have their own
|
|
6865
|
+
licenses; we recommend you read them, as their terms may differ from the
|
|
6866
|
+
terms above.
|
|
6867
|
+
|
|
6868
|
+
-----
|
|
6869
|
+
|
|
6615
6870
|
The following software may be included in this product: postcss-cli. A copy of the source code may be downloaded from https://github.com/postcss/postcss-cli.git. This software contains the following license and notice below:
|
|
6616
6871
|
|
|
6617
6872
|
License (MIT)
|
|
@@ -6709,7 +6964,7 @@ MIT, ISC, BSD-2-Clause, BSD-3-Clause, Apache-2.0
|
|
|
6709
6964
|
|
|
6710
6965
|
## Bundled dependencies
|
|
6711
6966
|
|
|
6712
|
-
### @angular/compiler@v17.
|
|
6967
|
+
### @angular/compiler@v17.1.2
|
|
6713
6968
|
|
|
6714
6969
|
> Angular - the compiler library
|
|
6715
6970
|
|
|
@@ -6820,7 +7075,7 @@ Author: The Babel Team (https://babel.dev/team)
|
|
|
6820
7075
|
|
|
6821
7076
|
----------------------------------------
|
|
6822
7077
|
|
|
6823
|
-
### @babel/parser@v7.23.
|
|
7078
|
+
### @babel/parser@v7.23.9
|
|
6824
7079
|
|
|
6825
7080
|
> A JavaScript parser
|
|
6826
7081
|
|
|
@@ -6879,7 +7134,7 @@ License: MIT
|
|
|
6879
7134
|
|
|
6880
7135
|
----------------------------------------
|
|
6881
7136
|
|
|
6882
|
-
### @glimmer/syntax@v0.
|
|
7137
|
+
### @glimmer/syntax@v0.88.1
|
|
6883
7138
|
|
|
6884
7139
|
> Copyright (c) 2015 Tilde, Inc.
|
|
6885
7140
|
>
|
|
@@ -6903,7 +7158,7 @@ License: MIT
|
|
|
6903
7158
|
|
|
6904
7159
|
----------------------------------------
|
|
6905
7160
|
|
|
6906
|
-
### @glimmer/util@v0.
|
|
7161
|
+
### @glimmer/util@v0.88.1
|
|
6907
7162
|
|
|
6908
7163
|
> Common utilities used in Glimmer
|
|
6909
7164
|
|
|
@@ -6931,7 +7186,7 @@ License: MIT
|
|
|
6931
7186
|
|
|
6932
7187
|
----------------------------------------
|
|
6933
7188
|
|
|
6934
|
-
### @glimmer/wire-format@v0.
|
|
7189
|
+
### @glimmer/wire-format@v0.88.1
|
|
6935
7190
|
|
|
6936
7191
|
License: MIT
|
|
6937
7192
|
|
|
@@ -7146,7 +7401,7 @@ Author: Alex Bell <alex@bellandwhistle.net>
|
|
|
7146
7401
|
|
|
7147
7402
|
----------------------------------------
|
|
7148
7403
|
|
|
7149
|
-
### @typescript-eslint/types@v6.
|
|
7404
|
+
### @typescript-eslint/types@v6.20.0
|
|
7150
7405
|
|
|
7151
7406
|
> Types for the TypeScript-ESTree AST spec
|
|
7152
7407
|
|
|
@@ -7177,7 +7432,7 @@ Repository: <https://github.com/typescript-eslint/typescript-eslint.git>
|
|
|
7177
7432
|
|
|
7178
7433
|
----------------------------------------
|
|
7179
7434
|
|
|
7180
|
-
### @typescript-eslint/typescript-estree@v6.
|
|
7435
|
+
### @typescript-eslint/typescript-estree@v6.20.0
|
|
7181
7436
|
|
|
7182
7437
|
> A parser that converts TypeScript source code into an ESTree compatible form
|
|
7183
7438
|
|
|
@@ -8052,7 +8307,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
|
8052
8307
|
|
|
8053
8308
|
----------------------------------------
|
|
8054
8309
|
|
|
8055
|
-
### espree@
|
|
8310
|
+
### espree@v10.0.0
|
|
8056
8311
|
|
|
8057
8312
|
> An Esprima-compatible JavaScript parser built on Acorn
|
|
8058
8313
|
|
|
@@ -8413,7 +8668,7 @@ Contributors:
|
|
|
8413
8668
|
|
|
8414
8669
|
----------------------------------------
|
|
8415
8670
|
|
|
8416
|
-
### flow-parser@v0.
|
|
8671
|
+
### flow-parser@v0.226.0
|
|
8417
8672
|
|
|
8418
8673
|
> JavaScript parser written in OCaml. Produces ESTree AST
|
|
8419
8674
|
|
|
@@ -8627,7 +8882,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
|
8627
8882
|
|
|
8628
8883
|
----------------------------------------
|
|
8629
8884
|
|
|
8630
|
-
### ignore@v5.3.
|
|
8885
|
+
### ignore@v5.3.1
|
|
8631
8886
|
|
|
8632
8887
|
> Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
|
|
8633
8888
|
|
package/lib/NOTICE.txt
CHANGED
|
@@ -61,6 +61,9 @@ Third-party licenses
|
|
|
61
61
|
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-actions[39m[38;5;111m@[39m[38;5;111mnpm:7.1.0 [d75d7][39m (via [38;5;37mnpm:7.1.0 [d75d7][39m)
|
|
62
62
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
63
63
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/addons/actions
|
|
64
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-docs[39m[38;5;111m@[39m[38;5;111mnpm:7.1.0 [d75d7][39m (via [38;5;37mnpm: 7.1.0 [d75d7][39m)
|
|
65
|
+
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
66
|
+
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/addons/docs
|
|
64
67
|
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-essentials[39m[38;5;111m@[39m[38;5;111mnpm:7.1.0 [d75d7][39m (via [38;5;37mnpm:7.1.0 [d75d7][39m)
|
|
65
68
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
66
69
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/addons/essentials
|
|
@@ -70,6 +73,12 @@ Third-party licenses
|
|
|
70
73
|
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-storysource[39m[38;5;111m@[39m[38;5;111mnpm:7.1.0 [d75d7][39m (via [38;5;37mnpm:7.1.0 [d75d7][39m)
|
|
71
74
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
72
75
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/addons/storysource
|
|
76
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173mblocks[39m[38;5;111m@[39m[38;5;111mnpm:7.1.0 [d75d7][39m (via [38;5;37mnpm:7.1.0 [d75d7][39m)
|
|
77
|
+
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
78
|
+
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/ui/blocks
|
|
79
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173mpreview-api[39m[38;5;111m@[39m[38;5;111mnpm:7.1.0[39m (via [38;5;37mnpm:7.1.0[39m)
|
|
80
|
+
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
81
|
+
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/lib/preview-api
|
|
73
82
|
│ ├─ [38;5;166m@storybook/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:7.1.0 [d75d7][39m (via [38;5;37mnpm:7.1.0 [d75d7][39m)
|
|
74
83
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
75
84
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/renderers/react
|
|
@@ -135,7 +144,7 @@ Third-party licenses
|
|
|
135
144
|
│ ├─ [38;5;166m@types/[39m[38;5;173mtinycolor2[39m[38;5;111m@[39m[38;5;111mnpm:1.4.6[39m (via [38;5;37mnpm:^1.4.3[39m)
|
|
136
145
|
│ │ ├─ URL: https://github.com/DefinitelyTyped/DefinitelyTyped.git
|
|
137
146
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tinycolor2
|
|
138
|
-
│ ├─ [38;5;166m@typescript-eslint/[39m[38;5;173meslint-plugin[39m[38;5;111m@[39m[38;5;111mnpm:
|
|
147
|
+
│ ├─ [38;5;166m@typescript-eslint/[39m[38;5;173meslint-plugin[39m[38;5;111m@[39m[38;5;111mnpm:7.3.1 [36a01][39m (via [38;5;37mnpm:7.3.1 [36a01][39m)
|
|
139
148
|
│ │ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
|
|
140
149
|
│ ├─ [38;5;166m@vitejs/[39m[38;5;173mplugin-react[39m[38;5;111m@[39m[38;5;111mnpm:4.2.1 [291d8][39m (via [38;5;37mnpm:^4.2.1 [291d8][39m)
|
|
141
150
|
│ │ ├─ URL: git+https://github.com/vitejs/vite-plugin-react.git
|
|
@@ -175,31 +184,31 @@ Third-party licenses
|
|
|
175
184
|
│ │ ├─ URL: https://github.com/DamonOehlman/detect-browser.git
|
|
176
185
|
│ │ ├─ VendorName: Damon Oehlman
|
|
177
186
|
│ │ └─ VendorUrl: https://github.com/DamonOehlman/detect-browser
|
|
178
|
-
│ ├─ [38;5;173meslint[39m[38;5;111m@[39m[38;5;111mnpm:8.
|
|
187
|
+
│ ├─ [38;5;173meslint[39m[38;5;111m@[39m[38;5;111mnpm:8.57.0[39m (via [38;5;37mnpm:8.57.0[39m)
|
|
179
188
|
│ │ ├─ URL: git+https://github.com/eslint/eslint.git
|
|
180
189
|
│ │ ├─ VendorName: Nicholas C. Zakas
|
|
181
190
|
│ │ └─ VendorUrl: https://eslint.org
|
|
182
|
-
│ ├─ [38;5;173meslint-config-prettier[39m[38;5;111m@[39m[38;5;111mnpm:
|
|
191
|
+
│ ├─ [38;5;173meslint-config-prettier[39m[38;5;111m@[39m[38;5;111mnpm:9.1.0 [36a01][39m (via [38;5;37mnpm:9.1.0 [36a01][39m)
|
|
183
192
|
│ │ ├─ URL: git+https://github.com/prettier/eslint-config-prettier.git
|
|
184
193
|
│ │ └─ VendorName: Simon Lydell
|
|
185
|
-
│ ├─ [38;5;173meslint-plugin-import[39m[38;5;111m@[39m[38;5;111mnpm:2.
|
|
194
|
+
│ ├─ [38;5;173meslint-plugin-import[39m[38;5;111m@[39m[38;5;111mnpm:2.29.1 [36a01][39m (via [38;5;37mnpm:2.29.1 [36a01][39m)
|
|
186
195
|
│ │ ├─ URL: https://github.com/import-js/eslint-plugin-import
|
|
187
196
|
│ │ ├─ VendorName: Ben Mosher
|
|
188
197
|
│ │ └─ VendorUrl: https://github.com/import-js/eslint-plugin-import
|
|
189
|
-
│ ├─ [38;5;173meslint-plugin-jsx-a11y[39m[38;5;111m@[39m[38;5;111mnpm:6.8.0 [
|
|
198
|
+
│ ├─ [38;5;173meslint-plugin-jsx-a11y[39m[38;5;111m@[39m[38;5;111mnpm:6.8.0 [36a01][39m (via [38;5;37mnpm:6.8.0 [36a01][39m)
|
|
190
199
|
│ │ ├─ URL: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y
|
|
191
200
|
│ │ └─ VendorName: Ethan Cohen
|
|
192
|
-
│ ├─ [38;5;173meslint-plugin-
|
|
193
|
-
│ │ ├─ URL: git+https://github.com/prettier/eslint-plugin-prettier.git
|
|
194
|
-
│ │ ├─ VendorName: Teddy Katz
|
|
195
|
-
│ │ └─ VendorUrl: https://github.com/prettier/eslint-plugin-prettier#readme
|
|
196
|
-
│ ├─ [38;5;173meslint-plugin-react[39m[38;5;111m@[39m[38;5;111mnpm:7.33.2 [a2e03][39m (via [38;5;37mnpm:^7.27.1 [a2e03][39m)
|
|
201
|
+
│ ├─ [38;5;173meslint-plugin-react[39m[38;5;111m@[39m[38;5;111mnpm:7.34.1 [36a01][39m (via [38;5;37mnpm:7.34.1 [36a01][39m)
|
|
197
202
|
│ │ ├─ URL: https://github.com/jsx-eslint/eslint-plugin-react
|
|
198
203
|
│ │ ├─ VendorName: Yannick Croissant
|
|
199
204
|
│ │ └─ VendorUrl: https://github.com/jsx-eslint/eslint-plugin-react
|
|
200
|
-
│ ├─ [38;5;173meslint-plugin-react-hooks[39m[38;5;111m@[39m[38;5;111mnpm:4.6.0 [
|
|
205
|
+
│ ├─ [38;5;173meslint-plugin-react-hooks[39m[38;5;111m@[39m[38;5;111mnpm:4.6.0 [36a01][39m (via [38;5;37mnpm:4.6.0 [36a01][39m)
|
|
201
206
|
│ │ ├─ URL: https://github.com/facebook/react.git
|
|
202
207
|
│ │ └─ VendorUrl: https://reactjs.org/
|
|
208
|
+
│ ├─ [38;5;173mfast-glob[39m[38;5;111m@[39m[38;5;111mnpm:3.3.2[39m (via [38;5;37mnpm:3.3.2[39m)
|
|
209
|
+
│ │ ├─ URL: git+https://github.com/mrmlnc/fast-glob.git
|
|
210
|
+
│ │ ├─ VendorName: Denis Malinochkin
|
|
211
|
+
│ │ └─ VendorUrl: https://mrmlnc.com
|
|
203
212
|
│ ├─ [38;5;173mhusky[39m[38;5;111m@[39m[38;5;111mnpm:8.0.3[39m (via [38;5;37mnpm:^8.0.3[39m)
|
|
204
213
|
│ │ ├─ URL: git+https://github.com/typicode/husky.git
|
|
205
214
|
│ │ ├─ VendorName: Typicode
|
|
@@ -208,6 +217,10 @@ Third-party licenses
|
|
|
208
217
|
│ │ └─ URL: git+https://github.com/jsdom/jsdom.git
|
|
209
218
|
│ ├─ [38;5;173mleva[39m[38;5;111m@[39m[38;5;111mnpm:0.9.35 [d75d7][39m (via [38;5;37mnpm:^0.9.35 [d75d7][39m)
|
|
210
219
|
│ │ └─ URL: https://github.com/pmndrs/leva.git
|
|
220
|
+
│ ├─ [38;5;173mlodash[39m[38;5;111m@[39m[38;5;111mnpm:4.17.21[39m (via [38;5;37mnpm:4.17.21[39m)
|
|
221
|
+
│ │ ├─ URL: git+https://github.com/lodash/lodash.git
|
|
222
|
+
│ │ ├─ VendorName: John-David Dalton
|
|
223
|
+
│ │ └─ VendorUrl: https://lodash.com/
|
|
211
224
|
│ ├─ [38;5;173mpostcss[39m[38;5;111m@[39m[38;5;111mnpm:8.4.35[39m (via [38;5;37mnpm:^8.4.18[39m)
|
|
212
225
|
│ │ ├─ URL: git+https://github.com/postcss/postcss.git
|
|
213
226
|
│ │ ├─ VendorName: Andrey Sitnik
|
|
@@ -225,7 +238,7 @@ Third-party licenses
|
|
|
225
238
|
│ ├─ [38;5;173mpostcss-nested[39m[38;5;111m@[39m[38;5;111mnpm:6.0.1 [3903e][39m (via [38;5;37mnpm:^6.0.1 [3903e][39m)
|
|
226
239
|
│ │ ├─ URL: git+https://github.com/postcss/postcss-nested.git
|
|
227
240
|
│ │ └─ VendorName: Andrey Sitnik
|
|
228
|
-
│ ├─ [38;5;173mprettier[39m[38;5;111m@[39m[38;5;111mnpm:3.2.
|
|
241
|
+
│ ├─ [38;5;173mprettier[39m[38;5;111m@[39m[38;5;111mnpm:3.2.5[39m (via [38;5;37mnpm:3.2.5[39m)
|
|
229
242
|
│ │ ├─ URL: git+https://github.com/prettier/prettier.git
|
|
230
243
|
│ │ ├─ VendorName: James Long
|
|
231
244
|
│ │ └─ VendorUrl: https://prettier.io
|
|
@@ -332,10 +345,17 @@ Third-party licenses
|
|
|
332
345
|
│ ├─ [38;5;166m@neo4j-cypher/[39m[38;5;173mreact-codemirror[39m[38;5;111m@[39m[38;5;111mnpm:1.0.3 [a2e03][39m (via [38;5;37mnpm:^1.0.1 [a2e03][39m)
|
|
333
346
|
│ │ ├─ URL: git://github.com/neo4j/cypher-editor.git
|
|
334
347
|
│ │ └─ VendorName: Neo4j Inc.
|
|
348
|
+
│ ├─ [38;5;166m@neo4j-cypher/[39m[38;5;173mreact-codemirror[39m[38;5;111m@[39m[38;5;111mnpm:1.0.3 [d75d7][39m (via [38;5;37mnpm:1.0.3 [d75d7][39m)
|
|
349
|
+
│ │ ├─ URL: git://github.com/neo4j/cypher-editor.git
|
|
350
|
+
│ │ └─ VendorName: Neo4j Inc.
|
|
335
351
|
│ ├─ [38;5;166m@playwright/[39m[38;5;173mexperimental-ct-react[39m[38;5;111m@[39m[38;5;111mnpm:1.42.1[39m (via [38;5;37mnpm:1.42.1[39m)
|
|
336
352
|
│ │ ├─ URL: git+https://github.com/microsoft/playwright.git
|
|
337
353
|
│ │ ├─ VendorName: Microsoft Corporation
|
|
338
354
|
│ │ └─ VendorUrl: https://playwright.dev
|
|
355
|
+
│ ├─ [38;5;166m@trivago/[39m[38;5;173mprettier-plugin-sort-imports[39m[38;5;111m@[39m[38;5;111mnpm:4.3.0 [36a01][39m (via [38;5;37mnpm:4.3.0 [36a01][39m)
|
|
356
|
+
│ │ ├─ URL: https://github.com/trivago/prettier-plugin-sort-imports
|
|
357
|
+
│ │ ├─ VendorName: Ayush Sharma
|
|
358
|
+
│ │ └─ VendorUrl: https://github.com/trivago/prettier-plugin-sort-imports#readme
|
|
339
359
|
│ ├─ [38;5;173mfuse.js[39m[38;5;111m@[39m[38;5;111mnpm:6.6.2[39m (via [38;5;37mnpm:^6.6.2[39m)
|
|
340
360
|
│ │ ├─ URL: https://github.com/krisk/Fuse.git
|
|
341
361
|
│ │ ├─ VendorName: Kiro Risk
|
|
@@ -370,7 +390,7 @@ Third-party licenses
|
|
|
370
390
|
│ └─ [38;5;173mroot[39m[38;5;111m@[39m[38;5;111mworkspace:.[39m (via [38;5;37mworkspace:.[39m)
|
|
371
391
|
│
|
|
372
392
|
├─ BSD-2-Clause
|
|
373
|
-
│ └─ [38;5;166m@typescript-eslint/[39m[38;5;173mparser[39m[38;5;111m@[39m[38;5;111mnpm:
|
|
393
|
+
│ └─ [38;5;166m@typescript-eslint/[39m[38;5;173mparser[39m[38;5;111m@[39m[38;5;111mnpm:7.3.1 [36a01][39m (via [38;5;37mnpm:7.3.1 [36a01][39m)
|
|
374
394
|
│ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
|
|
375
395
|
│
|
|
376
396
|
├─ AGPL-3.0-or-later
|
|
@@ -1,4 +1,17 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
14
|
+
exports.tailwindConfig = void 0;
|
|
2
15
|
/**
|
|
3
16
|
*
|
|
4
17
|
* Copyright (c) "Neo4j"
|
|
@@ -19,19 +32,6 @@
|
|
|
19
32
|
* You should have received a copy of the GNU General Public License
|
|
20
33
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
34
|
*/
|
|
22
|
-
var __assign = (this && this.__assign) || function () {
|
|
23
|
-
__assign = Object.assign || function(t) {
|
|
24
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
25
|
-
s = arguments[i];
|
|
26
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
27
|
-
t[p] = s[p];
|
|
28
|
-
}
|
|
29
|
-
return t;
|
|
30
|
-
};
|
|
31
|
-
return __assign.apply(this, arguments);
|
|
32
|
-
};
|
|
33
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
-
exports.tailwindConfig = void 0;
|
|
35
35
|
var tailwindTheme_js_1 = require("./tailwindTheme.js");
|
|
36
36
|
var tokens_esm_1 = require("./tokens/js/tokens-esm");
|
|
37
37
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tailwind-preset.config.js","sourceRoot":"","sources":["../../src/tailwind-preset.config.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tailwind-preset.config.js","sourceRoot":"","sources":["../../src/tailwind-preset.config.js"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,uDAAmD;AACnD,qDAAgD;AAEhD;;;;GAIG;AACH,2CAA2C;AAC9B,QAAA,cAAc,GAAG;IAC5B,MAAM,EAAE,IAAI;IACZ,OAAO,EAAE;QACP,qCAAqC;QACrC,4CAA4C;QAC5C,gDAAgD;KACjD;IACD,mEAAmE;IACnE,qDAAqD;IACrD,iDAAiD;IACjD,QAAQ,EAAE;QACR;YACE,OAAO,EACL,8FAA8F;YAChG,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;QACD;YACE,OAAO,EACL,4FAA4F;YAC9F,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;QACD;YACE,sBAAsB;YACtB,OAAO,EACL,6FAA6F;YAC/F,QAAQ,EAAE,CAAC,QAAQ,CAAC;SACrB;QACD;YACE,OAAO,EACL,gGAAgG;YAClG,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;KACF;IACD,KAAK,wBACA,gCAAa,KAChB,MAAM,EAAE;YACN,MAAM,EAAE;gBACN,WAAW,EAAE,aAAa;gBAC1B,OAAO,EAAE,cAAc;aACxB;YACD,OAAO,wBAGF,MAAM,CAAC,IAAI,CAAC,mBAAM,CAAC,KAAK,CAAC,CAAC,MAAM,CACjC,UAAC,WAAW,EAAE,YAAY;;gBAAK,OAAA,uBAC1B,WAAW,gBACb,gBAAS,YAAY,CAAE,IAAG,mBAAM,CAAC,KAAK,CAAC,YAAY,CAAC,OACrD;YAH6B,CAG7B,EACF,EAAE,CACH,KACD,CAAC,EAAE,KAAK,EACR,EAAE,EAAE,KAAK,EACT,GAAG,EAAE,KAAK,EACV,CAAC,EAAE,KAAK,EACR,GAAG,EAAE,KAAK,EACV,CAAC,EAAE,KAAK,EACR,GAAG,EAAE,MAAM,EACX,CAAC,EAAE,MAAM,EACT,GAAG,EAAE,MAAM,EACX,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,MAAM,EACT,EAAE,EAAE,MAAM,EACV,EAAE,EAAE,MAAM,EACV,EAAE,EAAE,MAAM,EACV,EAAE,EAAE,MAAM,EACV,EAAE,EAAE,MAAM,EACV,EAAE,EAAE,MAAM,EACV,EAAE,EAAE,MAAM,EACV,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,GACZ;SACF,GACF;IACD,gCAAgC;IAChC,0DAA0D;IAC1D,OAAO,EAAE,EAAE;CACZ,CAAC"}
|
package/lib/cjs/tailwindTheme.js
CHANGED
|
@@ -1,24 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
* Copyright (c) "Neo4j"
|
|
5
|
-
* Neo4j Sweden AB [http://neo4j.com]
|
|
6
|
-
*
|
|
7
|
-
* This file is part of Neo4j.
|
|
8
|
-
*
|
|
9
|
-
* Neo4j is free software: you can redistribute it and/or modify
|
|
10
|
-
* it under the terms of the GNU General Public License as published by
|
|
11
|
-
* the Free Software Foundation, either version 3 of the License, or
|
|
12
|
-
* (at your option) any later version.
|
|
13
|
-
*
|
|
14
|
-
* This program is distributed in the hope that it will be useful,
|
|
15
|
-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
-
* GNU General Public License for more details.
|
|
18
|
-
*
|
|
19
|
-
* You should have received a copy of the GNU General Public License
|
|
20
|
-
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
-
*/
|
|
22
2
|
var __assign = (this && this.__assign) || function () {
|
|
23
3
|
__assign = Object.assign || function(t) {
|
|
24
4
|
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
@@ -43,6 +23,26 @@ var __rest = (this && this.__rest) || function (s, e) {
|
|
|
43
23
|
};
|
|
44
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
45
25
|
exports.tailwindTheme = void 0;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* Copyright (c) "Neo4j"
|
|
29
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
30
|
+
*
|
|
31
|
+
* This file is part of Neo4j.
|
|
32
|
+
*
|
|
33
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
34
|
+
* it under the terms of the GNU General Public License as published by
|
|
35
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
36
|
+
* (at your option) any later version.
|
|
37
|
+
*
|
|
38
|
+
* This program is distributed in the hope that it will be useful,
|
|
39
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
40
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
41
|
+
* GNU General Public License for more details.
|
|
42
|
+
*
|
|
43
|
+
* You should have received a copy of the GNU General Public License
|
|
44
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
45
|
+
*/
|
|
46
46
|
var tokens_esm_1 = require("./tokens/js/tokens-esm");
|
|
47
47
|
/**
|
|
48
48
|
* This function is adding agnostic
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tailwindTheme.js","sourceRoot":"","sources":["../../src/tailwindTheme.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tailwindTheme.js","sourceRoot":"","sources":["../../src/tailwindTheme.js"],"names":[],"mappings":"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"}
|
package/lib/cjs/typescale.js
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.typescale = void 0;
|
|
2
4
|
/**
|
|
3
5
|
*
|
|
4
6
|
* Copyright (c) "Neo4j"
|
|
@@ -19,8 +21,6 @@
|
|
|
19
21
|
* You should have received a copy of the GNU General Public License
|
|
20
22
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
23
|
*/
|
|
22
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
23
|
-
exports.typescale = void 0;
|
|
24
24
|
var tokens_esm_1 = require("./tokens/js/tokens-esm");
|
|
25
25
|
exports.typescale = {
|
|
26
26
|
h1: [
|
package/lib/cjs/typescale.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typescale.js","sourceRoot":"","sources":["../../src/typescale.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"typescale.js","sourceRoot":"","sources":["../../src/typescale.js"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tailwind-preset.config.js","sourceRoot":"","sources":["../../src/tailwind-preset.config.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;
|
|
1
|
+
{"version":3,"file":"tailwind-preset.config.js","sourceRoot":"","sources":["../../src/tailwind-preset.config.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACnD,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD;;;;GAIG;AACH,2CAA2C;AAC3C,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,MAAM,EAAE,IAAI;IACZ,OAAO,EAAE;QACP,qCAAqC;QACrC,4CAA4C;QAC5C,gDAAgD;KACjD;IACD,mEAAmE;IACnE,qDAAqD;IACrD,iDAAiD;IACjD,QAAQ,EAAE;QACR;YACE,OAAO,EACL,8FAA8F;YAChG,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;QACD;YACE,OAAO,EACL,4FAA4F;YAC9F,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;QACD;YACE,sBAAsB;YACtB,OAAO,EACL,6FAA6F;YAC/F,QAAQ,EAAE,CAAC,QAAQ,CAAC;SACrB;QACD;YACE,OAAO,EACL,gGAAgG;YAClG,QAAQ,EAAE,CAAC,OAAO,CAAC;SACpB;KACF;IACD,KAAK,kCACA,aAAa,KAChB,MAAM,EAAE;YACN,MAAM,EAAE;gBACN,WAAW,EAAE,aAAa;gBAC1B,OAAO,EAAE,cAAc;aACxB;YACD,OAAO,kCAGF,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,MAAM,CACjC,CAAC,WAAW,EAAE,YAAY,EAAE,EAAE,CAAC,iCAC1B,WAAW,KACd,CAAC,SAAS,YAAY,EAAE,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,YAAY,CAAC,IACrD,EACF,EAAE,CACH,KACD,CAAC,EAAE,KAAK,EACR,EAAE,EAAE,KAAK,EACT,GAAG,EAAE,KAAK,EACV,CAAC,EAAE,KAAK,EACR,GAAG,EAAE,KAAK,EACV,CAAC,EAAE,KAAK,EACR,GAAG,EAAE,MAAM,EACX,CAAC,EAAE,MAAM,EACT,GAAG,EAAE,MAAM,EACX,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,MAAM,EACT,CAAC,EAAE,MAAM,EACT,EAAE,EAAE,MAAM,EACV,EAAE,EAAE,MAAM,EACV,EAAE,EAAE,MAAM,EACV,EAAE,EAAE,MAAM,EACV,EAAE,EAAE,MAAM,EACV,EAAE,EAAE,MAAM,EACV,EAAE,EAAE,MAAM,EACV,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,EACX,EAAE,EAAE,OAAO,GACZ;SACF,GACF;IACD,gCAAgC;IAChC,0DAA0D;IAC1D,OAAO,EAAE,EAAE;CACZ,CAAC"}
|
package/lib/esm/tailwindTheme.js
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
2
|
+
var t = {};
|
|
3
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
4
|
+
t[p] = s[p];
|
|
5
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
6
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
7
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
8
|
+
t[p[i]] = s[p[i]];
|
|
9
|
+
}
|
|
10
|
+
return t;
|
|
11
|
+
};
|
|
1
12
|
/**
|
|
2
13
|
*
|
|
3
14
|
* Copyright (c) "Neo4j"
|
|
@@ -18,17 +29,6 @@
|
|
|
18
29
|
* You should have received a copy of the GNU General Public License
|
|
19
30
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
31
|
*/
|
|
21
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
22
|
-
var t = {};
|
|
23
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
24
|
-
t[p] = s[p];
|
|
25
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
26
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
27
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
28
|
-
t[p[i]] = s[p[i]];
|
|
29
|
-
}
|
|
30
|
-
return t;
|
|
31
|
-
};
|
|
32
32
|
import { tokens } from './tokens/js/tokens-esm';
|
|
33
33
|
/**
|
|
34
34
|
* This function is adding agnostic
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tailwindTheme.js","sourceRoot":"","sources":["../../src/tailwindTheme.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG
|
|
1
|
+
{"version":3,"file":"tailwindTheme.js","sourceRoot":"","sources":["../../src/tailwindTheme.js"],"names":[],"mappings":"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"}
|
package/lib/esm/typescale.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typescale.js","sourceRoot":"","sources":["../../src/typescale.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;
|
|
1
|
+
{"version":3,"file":"typescale.js","sourceRoot":"","sources":["../../src/typescale.js"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAEhD,MAAM,CAAC,MAAM,SAAS,GAAG;IACvB,EAAE,EAAE;QACF,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;QACnB;YACE,aAAa,EAAE,WAAW;YAC1B,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM;SACtC;KACF;IACD,EAAE,EAAE;QACF,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;QACnB;YACE,aAAa,EAAE,GAAG;YAClB,UAAU,EAAE,MAAM;YAClB,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM;SACtC;KACF;IACD,EAAE,EAAE;QACF,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;QACnB;YACE,aAAa,EAAE,UAAU;YACzB,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI;SACpC;KACF;IACD,EAAE,EAAE;QACF,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;QACnB;YACE,aAAa,EAAE,UAAU;YACzB,UAAU,EAAE,MAAM;YAClB,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI;SACpC;KACF;IACD,EAAE,EAAE;QACF,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;QACnB;YACE,aAAa,EAAE,UAAU;YACzB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI;SACpC;KACF;IACD,EAAE,EAAE;QACF,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,EAAE;QACnB;YACE,aAAa,EAAE,UAAU;YACzB,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI;SACpC;KACF;IACD,oBAAoB,EAAE;QACpB,+BAA+B;QAC/B,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC;QACpC;YACE,aAAa,EAAE,UAAU;YACzB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,QAAQ;SACxC;KACF;IACD,qBAAqB,EAAE;QACrB,gCAAgC;QAChC,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,mBAAmB,CAAC;QACrC;YACE,aAAa,EAAE,UAAU;YACzB,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,QAAQ;SACxC;KACF;IACD,oBAAoB,EAAE;QACpB,+BAA+B;QAC/B,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC;QACpC;YACE,aAAa,EAAE,GAAG;YAClB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,QAAQ;SACxC;KACF;IACD,cAAc,EAAE;QACd,yBAAyB;QACzB,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC;QAC9B;YACE,aAAa,EAAE,GAAG;YAClB,UAAU,EAAE,QAAQ;YACpB,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM;SACtC;KACF;IACD,eAAe,EAAE;QACf,0BAA0B;QAC1B,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC;QAC/B;YACE,aAAa,EAAE,GAAG;YAClB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM;SACtC;KACF;IACD,cAAc,EAAE;QACd,yBAAyB;QACzB,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC;QAC9B;YACE,aAAa,EAAE,GAAG;YAClB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM;SACtC;KACF;IACD,QAAQ,EAAE;QACR,mBAAmB;QACnB,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI;QACrB;YACE,aAAa,EAAE,GAAG;YAClB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,MAAM;SACtC;KACF;IACD,SAAS,EAAE;QACT,oBAAoB;QACpB,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK;QACtB;YACE,aAAa,EAAE,GAAG;YAClB,UAAU,EAAE,SAAS;YACrB,UAAU,EAAE,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,IAAI;SACpC;KACF;CACF,CAAC"}
|
package/lib/neo4j-ds-styles.css
CHANGED
|
@@ -4671,7 +4671,7 @@ a.ndl-btn{
|
|
|
4671
4671
|
.ndl-code-block-container .ndl-code-content-container .ndl-highlight-wrapper{
|
|
4672
4672
|
position:relative;
|
|
4673
4673
|
width:100%;
|
|
4674
|
-
overflow
|
|
4674
|
+
overflow:auto;
|
|
4675
4675
|
}
|
|
4676
4676
|
.ndl-code-block-container .ndl-code-content-container .ndl-highlight-wrapper:focus{
|
|
4677
4677
|
outline-color:rgb(var(--theme-palette-primary-focus));
|
package/lib/tokens/js/tokens.js
CHANGED