@neo4j-ndl/react 2.13.0 → 2.13.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 +9 -0
- package/lib/LICENSES.txt +205 -87
- package/lib/NOTICE.txt +21 -24
- package/lib/cjs/dropzone/icons/Cloud.js +1 -1
- package/lib/cjs/dropzone/icons/Cloud.js.map +1 -1
- package/lib/cjs/dropzone/icons/File.js +1 -1
- package/lib/cjs/dropzone/icons/File.js.map +1 -1
- package/lib/cjs/dropzone/icons/InvalidFile.js +1 -1
- package/lib/cjs/dropzone/icons/InvalidFile.js.map +1 -1
- package/lib/esm/dropzone/icons/Cloud.js +1 -1
- package/lib/esm/dropzone/icons/Cloud.js.map +1 -1
- package/lib/esm/dropzone/icons/File.js +1 -1
- package/lib/esm/dropzone/icons/File.js.map +1 -1
- package/lib/esm/dropzone/icons/InvalidFile.js +1 -1
- package/lib/esm/dropzone/icons/InvalidFile.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## 2.13.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#877](https://github.com/neo4j/needle/pull/877) [`10990e2b7d6da2f7ae7bc27a73585af84427eb78`](https://github.com/neo4j/needle/commit/10990e2b7d6da2f7ae7bc27a73585af84427eb78) Thanks [@daugerdas](https://github.com/daugerdas)! - update DropZone illustrations
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`10990e2b7d6da2f7ae7bc27a73585af84427eb78`](https://github.com/neo4j/needle/commit/10990e2b7d6da2f7ae7bc27a73585af84427eb78)]:
|
|
10
|
+
- @neo4j-ndl/base@2.9.1
|
|
11
|
+
|
|
3
12
|
## 2.13.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/lib/LICENSES.txt
CHANGED
|
@@ -19767,7 +19767,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
19767
19767
|
|
|
19768
19768
|
-----
|
|
19769
19769
|
|
|
19770
|
-
The following software may be included in this product: storybook-addon-pseudo-states. A copy of the source code may be downloaded from https://github.com/chromaui/storybook-addon-pseudo-states. This software contains the following license and notice below:
|
|
19770
|
+
The following software may be included in this product: storybook-addon-pseudo-states. A copy of the source code may be downloaded from git+https://github.com/chromaui/storybook-addon-pseudo-states.git. This software contains the following license and notice below:
|
|
19771
19771
|
|
|
19772
19772
|
MIT License
|
|
19773
19773
|
|
|
@@ -20630,14 +20630,27 @@ Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk
|
|
|
20630
20630
|
|
|
20631
20631
|
---------------------------------------
|
|
20632
20632
|
|
|
20633
|
+
## @polka/compression
|
|
20634
|
+
License: MIT
|
|
20635
|
+
Repository: lukeed/polka
|
|
20636
|
+
|
|
20637
|
+
---------------------------------------
|
|
20638
|
+
|
|
20633
20639
|
## @polka/url
|
|
20634
20640
|
License: MIT
|
|
20635
20641
|
By: Luke Edwards
|
|
20636
20642
|
Repository: lukeed/polka
|
|
20637
20643
|
|
|
20644
|
+
---------------------------------------
|
|
20645
|
+
|
|
20646
|
+
## @rollup/plugin-alias
|
|
20647
|
+
License: MIT
|
|
20648
|
+
By: Johannes Stein
|
|
20649
|
+
Repository: rollup/plugins
|
|
20650
|
+
|
|
20638
20651
|
> The MIT License (MIT)
|
|
20639
20652
|
>
|
|
20640
|
-
> Copyright (c)
|
|
20653
|
+
> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
|
|
20641
20654
|
>
|
|
20642
20655
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
20643
20656
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -20659,13 +20672,6 @@ Repository: lukeed/polka
|
|
|
20659
20672
|
|
|
20660
20673
|
---------------------------------------
|
|
20661
20674
|
|
|
20662
|
-
## @rollup/plugin-alias
|
|
20663
|
-
License: MIT
|
|
20664
|
-
By: Johannes Stein
|
|
20665
|
-
Repository: rollup/plugins
|
|
20666
|
-
|
|
20667
|
-
---------------------------------------
|
|
20668
|
-
|
|
20669
20675
|
## @rollup/plugin-commonjs
|
|
20670
20676
|
License: MIT
|
|
20671
20677
|
By: Rich Harris
|
|
@@ -20700,6 +20706,28 @@ License: MIT
|
|
|
20700
20706
|
By: LarsDenBakker
|
|
20701
20707
|
Repository: rollup/plugins
|
|
20702
20708
|
|
|
20709
|
+
> The MIT License (MIT)
|
|
20710
|
+
>
|
|
20711
|
+
> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
|
|
20712
|
+
>
|
|
20713
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
20714
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
20715
|
+
> in the Software without restriction, including without limitation the rights
|
|
20716
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
20717
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
20718
|
+
> furnished to do so, subject to the following conditions:
|
|
20719
|
+
>
|
|
20720
|
+
> The above copyright notice and this permission notice shall be included in
|
|
20721
|
+
> all copies or substantial portions of the Software.
|
|
20722
|
+
>
|
|
20723
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20724
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
20725
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20726
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20727
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20728
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
20729
|
+
> THE SOFTWARE.
|
|
20730
|
+
|
|
20703
20731
|
---------------------------------------
|
|
20704
20732
|
|
|
20705
20733
|
## @rollup/pluginutils
|
|
@@ -20707,6 +20735,28 @@ License: MIT
|
|
|
20707
20735
|
By: Rich Harris
|
|
20708
20736
|
Repository: rollup/plugins
|
|
20709
20737
|
|
|
20738
|
+
> The MIT License (MIT)
|
|
20739
|
+
>
|
|
20740
|
+
> Copyright (c) 2019 RollupJS Plugin Contributors (https://github.com/rollup/plugins/graphs/contributors)
|
|
20741
|
+
>
|
|
20742
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
20743
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
20744
|
+
> in the Software without restriction, including without limitation the rights
|
|
20745
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
20746
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
20747
|
+
> furnished to do so, subject to the following conditions:
|
|
20748
|
+
>
|
|
20749
|
+
> The above copyright notice and this permission notice shall be included in
|
|
20750
|
+
> all copies or substantial portions of the Software.
|
|
20751
|
+
>
|
|
20752
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20753
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
20754
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20755
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20756
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20757
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
20758
|
+
> THE SOFTWARE.
|
|
20759
|
+
|
|
20710
20760
|
---------------------------------------
|
|
20711
20761
|
|
|
20712
20762
|
## acorn
|
|
@@ -20807,6 +20857,63 @@ Repository: https://github.com/micromatch/anymatch
|
|
|
20807
20857
|
|
|
20808
20858
|
---------------------------------------
|
|
20809
20859
|
|
|
20860
|
+
## artichokie
|
|
20861
|
+
License: MIT
|
|
20862
|
+
By: sapphi-red, Evan You
|
|
20863
|
+
Repository: git+https://github.com/sapphi-red/artichokie.git
|
|
20864
|
+
|
|
20865
|
+
> MIT License
|
|
20866
|
+
>
|
|
20867
|
+
> Copyright (c) 2020-present, Yuxi (Evan) You
|
|
20868
|
+
> Copyright (c) 2023-present, sapphi-red
|
|
20869
|
+
>
|
|
20870
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
20871
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
20872
|
+
> in the Software without restriction, including without limitation the rights
|
|
20873
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
20874
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
20875
|
+
> furnished to do so, subject to the following conditions:
|
|
20876
|
+
>
|
|
20877
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
20878
|
+
> copies or substantial portions of the Software.
|
|
20879
|
+
>
|
|
20880
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20881
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
20882
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20883
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20884
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20885
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
20886
|
+
> SOFTWARE.
|
|
20887
|
+
|
|
20888
|
+
---------------------------------------
|
|
20889
|
+
|
|
20890
|
+
## astring
|
|
20891
|
+
License: MIT
|
|
20892
|
+
By: David Bonnet
|
|
20893
|
+
Repository: https://github.com/davidbonnet/astring.git
|
|
20894
|
+
|
|
20895
|
+
> Copyright (c) 2015, David Bonnet <david@bonnet.cc>
|
|
20896
|
+
>
|
|
20897
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
20898
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
20899
|
+
> in the Software without restriction, including without limitation the rights
|
|
20900
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
20901
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
20902
|
+
> furnished to do so, subject to the following conditions:
|
|
20903
|
+
>
|
|
20904
|
+
> The above copyright notice and this permission notice shall be included in
|
|
20905
|
+
> all copies or substantial portions of the Software.
|
|
20906
|
+
>
|
|
20907
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20908
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
20909
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20910
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20911
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20912
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
20913
|
+
> THE SOFTWARE.
|
|
20914
|
+
|
|
20915
|
+
---------------------------------------
|
|
20916
|
+
|
|
20810
20917
|
## balanced-match
|
|
20811
20918
|
License: MIT
|
|
20812
20919
|
By: Julian Gruber
|
|
@@ -21034,35 +21141,6 @@ Repository: senchalabs/connect
|
|
|
21034
21141
|
|
|
21035
21142
|
---------------------------------------
|
|
21036
21143
|
|
|
21037
|
-
## connect-history-api-fallback
|
|
21038
|
-
License: MIT
|
|
21039
|
-
By: Ben Ripkens, Craig Myles
|
|
21040
|
-
Repository: http://github.com/bripkens/connect-history-api-fallback.git
|
|
21041
|
-
|
|
21042
|
-
> The MIT License
|
|
21043
|
-
>
|
|
21044
|
-
> Copyright (c) 2022 Ben Blackmore and contributors
|
|
21045
|
-
>
|
|
21046
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
21047
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
21048
|
-
> in the Software without restriction, including without limitation the rights
|
|
21049
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
21050
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
21051
|
-
> furnished to do so, subject to the following conditions:
|
|
21052
|
-
>
|
|
21053
|
-
> The above copyright notice and this permission notice shall be included in
|
|
21054
|
-
> all copies or substantial portions of the Software.
|
|
21055
|
-
>
|
|
21056
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21057
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21058
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
21059
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21060
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21061
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21062
|
-
> THE SOFTWARE.
|
|
21063
|
-
|
|
21064
|
-
---------------------------------------
|
|
21065
|
-
|
|
21066
21144
|
## convert-source-map
|
|
21067
21145
|
License: MIT
|
|
21068
21146
|
By: Thorsten Lorenz
|
|
@@ -22005,29 +22083,32 @@ Repository: git+https://github.com/isaacs/isexe.git
|
|
|
22005
22083
|
|
|
22006
22084
|
---------------------------------------
|
|
22007
22085
|
|
|
22008
|
-
##
|
|
22086
|
+
## js-tokens
|
|
22009
22087
|
License: MIT
|
|
22010
|
-
By:
|
|
22011
|
-
Repository:
|
|
22088
|
+
By: Simon Lydell
|
|
22089
|
+
Repository: lydell/js-tokens
|
|
22012
22090
|
|
|
22013
|
-
>
|
|
22091
|
+
> The MIT License (MIT)
|
|
22014
22092
|
>
|
|
22015
|
-
>
|
|
22016
|
-
> this software and associated documentation files (the "Software"), to deal in
|
|
22017
|
-
> the Software without restriction, including without limitation the rights to
|
|
22018
|
-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
22019
|
-
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
22020
|
-
> subject to the following conditions:
|
|
22093
|
+
> Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024 Simon Lydell
|
|
22021
22094
|
>
|
|
22022
|
-
>
|
|
22023
|
-
>
|
|
22095
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22096
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
22097
|
+
> in the Software without restriction, including without limitation the rights
|
|
22098
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
22099
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
22100
|
+
> furnished to do so, subject to the following conditions:
|
|
22101
|
+
>
|
|
22102
|
+
> The above copyright notice and this permission notice shall be included in
|
|
22103
|
+
> all copies or substantial portions of the Software.
|
|
22024
22104
|
>
|
|
22025
22105
|
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22026
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22027
|
-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22028
|
-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22029
|
-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22030
|
-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
22106
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22107
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22108
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22109
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22110
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
22111
|
+
> THE SOFTWARE.
|
|
22031
22112
|
|
|
22032
22113
|
---------------------------------------
|
|
22033
22114
|
|
|
@@ -22036,6 +22117,28 @@ License: MIT
|
|
|
22036
22117
|
By: Evan You
|
|
22037
22118
|
Repository: git+https://github.com/yyx990803/launch-editor.git
|
|
22038
22119
|
|
|
22120
|
+
> The MIT License (MIT)
|
|
22121
|
+
>
|
|
22122
|
+
> Copyright (c) 2017-present, Yuxi (Evan) You
|
|
22123
|
+
>
|
|
22124
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22125
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
22126
|
+
> in the Software without restriction, including without limitation the rights
|
|
22127
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
22128
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
22129
|
+
> furnished to do so, subject to the following conditions:
|
|
22130
|
+
>
|
|
22131
|
+
> The above copyright notice and this permission notice shall be included in
|
|
22132
|
+
> all copies or substantial portions of the Software.
|
|
22133
|
+
>
|
|
22134
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22135
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22136
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22137
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22138
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22139
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
22140
|
+
> THE SOFTWARE.
|
|
22141
|
+
|
|
22039
22142
|
---------------------------------------
|
|
22040
22143
|
|
|
22041
22144
|
## launch-editor-middleware
|
|
@@ -22043,6 +22146,28 @@ License: MIT
|
|
|
22043
22146
|
By: Evan You
|
|
22044
22147
|
Repository: git+https://github.com/yyx990803/launch-editor.git
|
|
22045
22148
|
|
|
22149
|
+
> The MIT License (MIT)
|
|
22150
|
+
>
|
|
22151
|
+
> Copyright (c) 2017-present, Yuxi (Evan) You
|
|
22152
|
+
>
|
|
22153
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22154
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
22155
|
+
> in the Software without restriction, including without limitation the rights
|
|
22156
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
22157
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
22158
|
+
> furnished to do so, subject to the following conditions:
|
|
22159
|
+
>
|
|
22160
|
+
> The above copyright notice and this permission notice shall be included in
|
|
22161
|
+
> all copies or substantial portions of the Software.
|
|
22162
|
+
>
|
|
22163
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22164
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22165
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22166
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22167
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22168
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
22169
|
+
> THE SOFTWARE.
|
|
22170
|
+
|
|
22046
22171
|
---------------------------------------
|
|
22047
22172
|
|
|
22048
22173
|
## lilconfig
|
|
@@ -22050,6 +22175,28 @@ License: MIT
|
|
|
22050
22175
|
By: antonk52
|
|
22051
22176
|
Repository: https://github.com/antonk52/lilconfig
|
|
22052
22177
|
|
|
22178
|
+
> MIT License
|
|
22179
|
+
>
|
|
22180
|
+
> Copyright (c) 2022 Anton Kastritskiy
|
|
22181
|
+
>
|
|
22182
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22183
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
22184
|
+
> in the Software without restriction, including without limitation the rights
|
|
22185
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
22186
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
22187
|
+
> furnished to do so, subject to the following conditions:
|
|
22188
|
+
>
|
|
22189
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
22190
|
+
> copies or substantial portions of the Software.
|
|
22191
|
+
>
|
|
22192
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22193
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22194
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22195
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22196
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22197
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22198
|
+
> SOFTWARE.
|
|
22199
|
+
|
|
22053
22200
|
---------------------------------------
|
|
22054
22201
|
|
|
22055
22202
|
## loader-utils
|
|
@@ -22214,7 +22361,7 @@ Repository: git://github.com/isaacs/minimatch.git
|
|
|
22214
22361
|
|
|
22215
22362
|
> The ISC License
|
|
22216
22363
|
>
|
|
22217
|
-
> Copyright (c) 2011-
|
|
22364
|
+
> Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
|
|
22218
22365
|
>
|
|
22219
22366
|
> Permission to use, copy, modify, and/or distribute this software for any
|
|
22220
22367
|
> purpose with or without fee is hereby granted, provided that the above
|
|
@@ -22373,35 +22520,6 @@ Repository: sindresorhus/object-assign
|
|
|
22373
22520
|
|
|
22374
22521
|
---------------------------------------
|
|
22375
22522
|
|
|
22376
|
-
## okie
|
|
22377
|
-
License: MIT
|
|
22378
|
-
By: Evan You
|
|
22379
|
-
Repository: git+https://github.com/yyx990803/okie.git
|
|
22380
|
-
|
|
22381
|
-
> MIT License
|
|
22382
|
-
>
|
|
22383
|
-
> Copyright (c) 2020-present, Yuxi (Evan) You
|
|
22384
|
-
>
|
|
22385
|
-
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22386
|
-
> of this software and associated documentation files (the "Software"), to deal
|
|
22387
|
-
> in the Software without restriction, including without limitation the rights
|
|
22388
|
-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
22389
|
-
> copies of the Software, and to permit persons to whom the Software is
|
|
22390
|
-
> furnished to do so, subject to the following conditions:
|
|
22391
|
-
>
|
|
22392
|
-
> The above copyright notice and this permission notice shall be included in all
|
|
22393
|
-
> copies or substantial portions of the Software.
|
|
22394
|
-
>
|
|
22395
|
-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22396
|
-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22397
|
-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22398
|
-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22399
|
-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22400
|
-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
22401
|
-
> SOFTWARE.
|
|
22402
|
-
|
|
22403
|
-
---------------------------------------
|
|
22404
|
-
|
|
22405
22523
|
## on-finished
|
|
22406
22524
|
License: MIT
|
|
22407
22525
|
By: Douglas Christopher Wilson, Jonathan Ong
|
|
@@ -23095,7 +23213,7 @@ Repository: sindresorhus/shebang-regex
|
|
|
23095
23213
|
## shell-quote
|
|
23096
23214
|
License: MIT
|
|
23097
23215
|
By: James Halliday
|
|
23098
|
-
Repository: http://github.com/
|
|
23216
|
+
Repository: http://github.com/ljharb/shell-quote.git
|
|
23099
23217
|
|
|
23100
23218
|
> The MIT License
|
|
23101
23219
|
>
|
|
@@ -23523,7 +23641,7 @@ Repository: https://github.com/npm/wrappy
|
|
|
23523
23641
|
## ws
|
|
23524
23642
|
License: MIT
|
|
23525
23643
|
By: Einar Otto Stangvik
|
|
23526
|
-
Repository: websockets/ws
|
|
23644
|
+
Repository: git+https://github.com/websockets/ws.git
|
|
23527
23645
|
|
|
23528
23646
|
> Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
|
|
23529
23647
|
> Copyright (c) 2013 Arnout Kazemier and contributors
|
package/lib/NOTICE.txt
CHANGED
|
@@ -23,7 +23,7 @@ Full license texts are found in LICENSES.txt.
|
|
|
23
23
|
Third-party licenses
|
|
24
24
|
--------------------
|
|
25
25
|
├─ MPL-2.0
|
|
26
|
-
│ └─ [38;5;166m@axe-core/[39m[38;5;173mplaywright[39m[38;5;111m@[39m[38;5;111mnpm:4.
|
|
26
|
+
│ └─ [38;5;166m@axe-core/[39m[38;5;173mplaywright[39m[38;5;111m@[39m[38;5;111mnpm:4.9.0 [a2e03][39m (via [38;5;37mnpm:4.9.0 [a2e03][39m)
|
|
27
27
|
│ └─ URL: https://github.com/dequelabs/axe-core-npm.git
|
|
28
28
|
│
|
|
29
29
|
├─ MIT
|
|
@@ -61,37 +61,37 @@ Third-party licenses
|
|
|
61
61
|
│ ├─ [38;5;166m@heroicons/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:2.0.13 [a2e03][39m (via [38;5;37mnpm:2.0.13 [a2e03][39m)
|
|
62
62
|
│ │ ├─ URL: https://github.com/tailwindlabs/heroicons.git
|
|
63
63
|
│ │ └─ VendorUrl: https://github.com/tailwindlabs/heroicons#readme
|
|
64
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-a11y[39m[38;5;111m@[39m[38;5;111mnpm:
|
|
64
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-a11y[39m[38;5;111m@[39m[38;5;111mnpm:8.0.9[39m (via [38;5;37mnpm:8.0.9[39m)
|
|
65
65
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
66
66
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/addons/a11y
|
|
67
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-actions[39m[38;5;111m@[39m[38;5;111mnpm:
|
|
67
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-actions[39m[38;5;111m@[39m[38;5;111mnpm:8.0.9[39m (via [38;5;37mnpm:8.0.9[39m)
|
|
68
68
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
69
69
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/addons/actions
|
|
70
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-docs[39m[38;5;111m@[39m[38;5;111mnpm:
|
|
70
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-docs[39m[38;5;111m@[39m[38;5;111mnpm:8.0.9[39m (via [38;5;37mnpm:8.0.9[39m)
|
|
71
71
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
72
72
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/addons/docs
|
|
73
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-essentials[39m[38;5;111m@[39m[38;5;111mnpm:
|
|
73
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-essentials[39m[38;5;111m@[39m[38;5;111mnpm:8.0.9[39m (via [38;5;37mnpm:8.0.9[39m)
|
|
74
74
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
75
75
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/addons/essentials
|
|
76
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-links[39m[38;5;111m@[39m[38;5;111mnpm:
|
|
76
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-links[39m[38;5;111m@[39m[38;5;111mnpm:8.0.9 [d75d7][39m (via [38;5;37mnpm:8.0.9 [d75d7][39m)
|
|
77
77
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
78
78
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/addons/links
|
|
79
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-storysource[39m[38;5;111m@[39m[38;5;111mnpm:
|
|
79
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173maddon-storysource[39m[38;5;111m@[39m[38;5;111mnpm:8.0.9[39m (via [38;5;37mnpm:8.0.9[39m)
|
|
80
80
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
81
81
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/addons/storysource
|
|
82
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173mblocks[39m[38;5;111m@[39m[38;5;111mnpm:
|
|
82
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173mblocks[39m[38;5;111m@[39m[38;5;111mnpm:8.0.9 [d75d7][39m (via [38;5;37mnpm:8.0.9 [d75d7][39m)
|
|
83
83
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
84
84
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/ui/blocks
|
|
85
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173mpreview-api[39m[38;5;111m@[39m[38;5;111mnpm:
|
|
85
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173mpreview-api[39m[38;5;111m@[39m[38;5;111mnpm:8.0.9[39m (via [38;5;37mnpm:8.0.9[39m)
|
|
86
86
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
87
87
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/lib/preview-api
|
|
88
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:
|
|
88
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173mreact[39m[38;5;111m@[39m[38;5;111mnpm:8.0.9 [d75d7][39m (via [38;5;37mnpm:8.0.9 [d75d7][39m)
|
|
89
89
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
90
90
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/renderers/react
|
|
91
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173mreact-vite[39m[38;5;111m@[39m[38;5;111mnpm:
|
|
91
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173mreact-vite[39m[38;5;111m@[39m[38;5;111mnpm:8.0.9 [d75d7][39m (via [38;5;37mnpm:8.0.9 [d75d7][39m)
|
|
92
92
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
93
93
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/frameworks/react-vite
|
|
94
|
-
│ ├─ [38;5;166m@storybook/[39m[38;5;173mreact-webpack5[39m[38;5;111m@[39m[38;5;111mnpm:
|
|
94
|
+
│ ├─ [38;5;166m@storybook/[39m[38;5;173mreact-webpack5[39m[38;5;111m@[39m[38;5;111mnpm:8.0.9 [d75d7][39m (via [38;5;37mnpm:8.0.9 [d75d7][39m)
|
|
95
95
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
96
96
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/frameworks/react-webpack5
|
|
97
97
|
│ ├─ [38;5;166m@svgr/[39m[38;5;173mcli[39m[38;5;111m@[39m[38;5;111mnpm:6.5.1[39m (via [38;5;37mnpm:6.5.1[39m)
|
|
@@ -152,7 +152,7 @@ Third-party licenses
|
|
|
152
152
|
│ │ └─ VendorUrl: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tinycolor2
|
|
153
153
|
│ ├─ [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)
|
|
154
154
|
│ │ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
|
|
155
|
-
│ ├─ [38;5;166m@vitejs/[39m[38;5;173mplugin-react[39m[38;5;111m@[39m[38;5;111mnpm:4.2.1 [
|
|
155
|
+
│ ├─ [38;5;166m@vitejs/[39m[38;5;173mplugin-react[39m[38;5;111m@[39m[38;5;111mnpm:4.2.1 [f4317][39m (via [38;5;37mnpm:^4.2.1 [f4317][39m)
|
|
156
156
|
│ │ ├─ URL: git+https://github.com/vitejs/vite-plugin-react.git
|
|
157
157
|
│ │ ├─ VendorName: Evan You
|
|
158
158
|
│ │ └─ VendorUrl: https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme
|
|
@@ -305,15 +305,12 @@ Third-party licenses
|
|
|
305
305
|
│ │ ├─ URL: https://github.com/sass/dart-sass
|
|
306
306
|
│ │ ├─ VendorName: Natalie Weizenbaum
|
|
307
307
|
│ │ └─ VendorUrl: https://github.com/sass/dart-sass
|
|
308
|
-
│ ├─ [38;5;
|
|
308
|
+
│ ├─ [38;5;173mstorybook[39m[38;5;111m@[39m[38;5;111mnpm:8.0.9[39m (via [38;5;37mnpm:8.0.9[39m)
|
|
309
309
|
│ │ ├─ URL: https://github.com/storybookjs/storybook.git
|
|
310
310
|
│ │ └─ VendorUrl: https://github.com/storybookjs/storybook/tree/next/code/lib/cli
|
|
311
|
-
│ ├─ [38;5;173mstorybook[39m[38;5;111m@[39m[38;5;111mnpm:
|
|
312
|
-
│ │ ├─ URL: https://github.com/
|
|
313
|
-
│ │ └─
|
|
314
|
-
│ ├─ [38;5;173mstorybook-addon-pseudo-states[39m[38;5;111m@[39m[38;5;111mnpm:1.15.5 [d75d7][39m (via [38;5;37mnpm:^1.15.1 [d75d7][39m)
|
|
315
|
-
│ │ ├─ URL: https://github.com/chromaui/storybook-addon-pseudo-states
|
|
316
|
-
│ │ └─ VendorName: ghengeveld
|
|
311
|
+
│ ├─ [38;5;173mstorybook-addon-pseudo-states[39m[38;5;111m@[39m[38;5;111mnpm:3.0.1[39m (via [38;5;37mnpm:3.0.1[39m)
|
|
312
|
+
│ │ ├─ URL: git+https://github.com/chromaui/storybook-addon-pseudo-states.git
|
|
313
|
+
│ │ └─ VendorName: Chromatic
|
|
317
314
|
│ ├─ [38;5;173mtailwindcss[39m[38;5;111m@[39m[38;5;111mnpm:3.4.1[39m (via [38;5;37mnpm:3.4.1[39m)
|
|
318
315
|
│ │ ├─ URL: https://github.com/tailwindlabs/tailwindcss.git
|
|
319
316
|
│ │ └─ VendorUrl: https://tailwindcss.com
|
|
@@ -333,10 +330,10 @@ Third-party licenses
|
|
|
333
330
|
│ │ ├─ URL: https://github.com/juliencrn/usehooks-ts
|
|
334
331
|
│ │ ├─ VendorName: Julien CARON
|
|
335
332
|
│ │ └─ VendorUrl: https://usehooks-ts.com
|
|
336
|
-
│ ├─ [38;5;173mvite[39m[38;5;111m@[39m[38;5;111mnpm:
|
|
333
|
+
│ ├─ [38;5;173mvite[39m[38;5;111m@[39m[38;5;111mnpm:5.2.10 [00591][39m (via [38;5;37mnpm:^5.0.13 [00591][39m)
|
|
337
334
|
│ │ ├─ URL: git+https://github.com/vitejs/vite.git
|
|
338
335
|
│ │ ├─ VendorName: Evan You
|
|
339
|
-
│ │ └─ VendorUrl: https://
|
|
336
|
+
│ │ └─ VendorUrl: https://vitejs.dev
|
|
340
337
|
│ ├─ [38;5;173mvite-plugin-entry-shaking[39m[38;5;111m@[39m[38;5;111mnpm:0.2.1 [d75d7][39m (via [38;5;37mnpm:^0.2.1 [d75d7][39m)
|
|
341
338
|
│ │ ├─ URL: https://github.com/Dschungelabenteuer/vite-plugin-entry-shaking
|
|
342
339
|
│ │ ├─ VendorName: Charles Gruenais
|
|
@@ -356,7 +353,7 @@ Third-party licenses
|
|
|
356
353
|
│ ├─ [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)
|
|
357
354
|
│ │ ├─ URL: git://github.com/neo4j/cypher-editor.git
|
|
358
355
|
│ │ └─ VendorName: Neo4j Inc.
|
|
359
|
-
│ ├─ [38;5;166m@playwright/[39m[38;5;173mexperimental-ct-react[39m[38;5;111m@[39m[38;5;111mnpm:1.
|
|
356
|
+
│ ├─ [38;5;166m@playwright/[39m[38;5;173mexperimental-ct-react[39m[38;5;111m@[39m[38;5;111mnpm:1.43.1[39m (via [38;5;37mnpm:1.43.1[39m)
|
|
360
357
|
│ │ ├─ URL: git+https://github.com/microsoft/playwright.git
|
|
361
358
|
│ │ ├─ VendorName: Microsoft Corporation
|
|
362
359
|
│ │ └─ VendorUrl: https://playwright.dev
|
|
@@ -398,7 +395,7 @@ Third-party licenses
|
|
|
398
395
|
│ └─ URL: https://github.com/typescript-eslint/typescript-eslint.git
|
|
399
396
|
│
|
|
400
397
|
├─ AGPL-3.0-or-later
|
|
401
|
-
│ └─ [38;5;166m@whitespace/[39m[38;5;173mstorybook-addon-html[39m[38;5;111m@[39m[38;5;111mnpm:
|
|
398
|
+
│ └─ [38;5;166m@whitespace/[39m[38;5;173mstorybook-addon-html[39m[38;5;111m@[39m[38;5;111mnpm:6.0.5 [d75d7][39m (via [38;5;37mnpm:6.0.5 [d75d7][39m)
|
|
402
399
|
│ ├─ URL: https://github.com/whitespace-se/storybook-addon-html
|
|
403
400
|
│ └─ VendorName: Whitespace
|
|
404
401
|
│
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"use strict";
|
|
23
23
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24
24
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
25
|
-
const SvgComponent = (props) => ((0, jsx_runtime_1.jsxs)("svg", Object.assign({
|
|
25
|
+
const SvgComponent = (props) => ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "115", height: "56", viewBox: "0 0 115 56", fill: "none" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25 23.5C25 24.6975 25.1914 25.8503 25.5452 26.9295C19.7956 28.3888 15.4653 33.406 15.0352 39.4999H5.45454C2.44208 39.4999 0 37.0578 0 34.0454C0 31.5567 1.66668 29.4573 3.94473 28.8025C3.74526 28.2708 3.63617 27.6949 3.63617 27.0935C3.63617 24.4059 5.81489 22.2272 8.50248 22.2272C8.89402 22.2272 9.27476 22.2734 9.63954 22.3607C9.71229 20.7685 11.0262 19.5 12.6364 19.5C13.835 19.5 14.8695 20.203 15.35 21.2191C16.0724 20.1801 17.275 19.5 18.6364 19.5C20.5035 19.5 22.0719 20.7793 22.5127 22.5092C23.0378 22.3265 23.6019 22.2272 24.1892 22.2272C24.4876 22.2272 24.7801 22.2528 25.0645 22.302C25.0219 22.6955 25 23.0952 25 23.5Z", fill: "rgb(var(--theme-palette-neutral-bg-strong))" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M90.9447 39.5H105.647C110.801 39.5 114.98 35.3213 114.98 30.1667C114.98 25.8069 111.991 22.1454 107.95 21.1197C108.186 20.4002 108.313 19.6317 108.313 18.8333C108.313 14.7832 105.03 11.5 100.98 11.5C100.085 11.5 99.2266 11.6605 98.4333 11.9543C97.1091 8.19464 93.5258 5.5 89.3132 5.5C84.3086 5.5 80.1923 9.30312 79.6966 14.1769C79.5697 14.1701 79.4419 14.1666 79.3134 14.1666C77.188 14.1666 75.2838 15.1139 74 16.6092C79.0786 17.3457 82.9799 21.7173 82.9799 27C82.9799 27.28 82.9689 27.5574 82.9474 27.8319C87.4096 29.9376 90.5799 34.3315 90.9447 39.5Z", fill: "rgb(var(--theme-palette-neutral-bg-strong))" }), (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.5452 27.9295C27.1914 26.8503 27 25.6975 27 24.5C27 18.4249 31.9249 13.5 38 13.5C39.3431 13.5 40.63 13.7407 41.8199 14.1814C43.8063 8.54193 49.1811 4.5 55.5 4.5C63.0069 4.5 69.1815 10.2047 69.9249 17.5155C70.1153 17.5052 70.3071 17.5 70.5 17.5C76.299 17.5 81 22.201 81 28C81 28.28 80.989 28.5574 80.9675 28.8319C85.7149 31.0721 89 35.9024 89 41.5C89 49.232 82.732 55.5 75 55.5H31C23.268 55.5 17 49.232 17 41.5C17 34.9603 21.484 29.4679 27.5452 27.9295Z", fill: "rgb(var(--theme-palette-neutral-bg-strong))" }), (0, jsx_runtime_1.jsx)("rect", { x: "72", y: "8.5", width: "3", height: "3", rx: "1.5", fill: "rgb(var(--theme-palette-neutral-bg-strong))" }), (0, jsx_runtime_1.jsx)("rect", { x: "37", y: "0.5", width: "6", height: "6", rx: "3", fill: "rgb(var(--theme-palette-neutral-bg-strong))" }), (0, jsx_runtime_1.jsx)("path", { d: "M59 31.5L53 25.5M53 25.5L47 31.5M53 25.5L53 43.5", stroke: "rgb(var(--theme-palette-neutral-text-inverse))", strokeWidth: "4", strokeLinecap: "round", strokeLinejoin: "round" })] })));
|
|
26
26
|
exports.default = SvgComponent;
|
|
27
27
|
//# sourceMappingURL=Cloud.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Cloud.js","sourceRoot":"","sources":["../../../../src/dropzone/icons/Cloud.tsx"],"names":[],"mappings":";;;AAsBA,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACvD,+CACE,KAAK,
|
|
1
|
+
{"version":3,"file":"Cloud.js","sourceRoot":"","sources":["../../../../src/dropzone/icons/Cloud.tsx"],"names":[],"mappings":";;;AAsBA,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACvD,+CACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,YAAY,EACpB,IAAI,EAAC,MAAM,IACP,KAAK,eAET,iCACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,snBAAsnB,EACxnB,IAAI,EAAC,6CAA6C,GAClD,EACF,iCACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,0iBAA0iB,EAC5iB,IAAI,EAAC,6CAA6C,GAClD,EACF,iCACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,ycAAyc,EAC3c,IAAI,EAAC,6CAA6C,GAClD,EACF,iCACE,CAAC,EAAC,IAAI,EACN,CAAC,EAAC,KAAK,EACP,KAAK,EAAC,GAAG,EACT,MAAM,EAAC,GAAG,EACV,EAAE,EAAC,KAAK,EACR,IAAI,EAAC,6CAA6C,GAClD,EACF,iCACE,CAAC,EAAC,IAAI,EACN,CAAC,EAAC,KAAK,EACP,KAAK,EAAC,GAAG,EACT,MAAM,EAAC,GAAG,EACV,EAAE,EAAC,GAAG,EACN,IAAI,EAAC,6CAA6C,GAClD,EACF,iCACE,CAAC,EAAC,kDAAkD,EACpD,MAAM,EAAC,gDAAgD,EACvD,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,KACE,CACP,CAAC;AAEF,kBAAe,YAAY,CAAC"}
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"use strict";
|
|
23
23
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24
24
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
25
|
-
const SvgComponent = (props) => ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width:
|
|
25
|
+
const SvgComponent = (props) => ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "49", height: "65", viewBox: "0 0 49 65", fill: "none" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M38 50.75H11C6.71979 50.75 3.25 47.2802 3.25 43V8C3.25 3.71979 6.71979 0.25 11 0.25H31.1425C32.909 0.25 34.6224 0.853442 35.999 1.96036L40.2465 5.37574L43.2712 8.18208C44.8518 9.64858 45.75 11.7073 45.75 13.8634V43C45.75 47.2802 42.2802 50.75 38 50.75Z", fill: "rgb(var(--theme-palette-primary-border-weak))", stroke: "rgb(var(--theme-palette-primary-border-strong))", strokeWidth: "0.5" }), (0, jsx_runtime_1.jsx)("path", { d: "M32 0V0C33.3718 0 34.7015 0.474175 35.7638 1.34221L40.4848 5.2L44.1083 8.61637C45.3156 9.75472 46 11.3406 46 13V13H36C33.7909 13 32 11.2091 32 9V0Z", fill: "rgb(var(--theme-palette-primary-bg-strong))" }), (0, jsx_runtime_1.jsx)("line", { x1: "15.5", y1: "19.5", x2: "35.5", y2: "19.5", stroke: "rgb(var(--theme-palette-primary-border-strong))", strokeWidth: "3", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("line", { x1: "11.5", y1: "25.5", x2: "31.5", y2: "25.5", stroke: "rgb(var(--theme-palette-primary-border-strong))", strokeWidth: "3", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("line", { x1: "13.5", y1: "31.5", x2: "36.5", y2: "31.5", stroke: "rgb(var(--theme-palette-primary-border-strong))", strokeWidth: "3", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("line", { x1: "12.5", y1: "37.5", x2: "34.5", y2: "37.5", stroke: "rgb(var(--theme-palette-primary-border-strong))", strokeWidth: "3", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "24.5", cy: "62.5", rx: "24.5", ry: "2.5", fill: "rgba(var(--theme-palette-primary-hover-weak))" })] })));
|
|
26
26
|
exports.default = SvgComponent;
|
|
27
27
|
//# sourceMappingURL=File.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"File.js","sourceRoot":"","sources":["../../../../src/dropzone/icons/File.tsx"],"names":[],"mappings":";;;AAsBA,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACvD,+CACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,
|
|
1
|
+
{"version":3,"file":"File.js","sourceRoot":"","sources":["../../../../src/dropzone/icons/File.tsx"],"names":[],"mappings":";;;AAsBA,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACvD,+CACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,IACP,KAAK,eAET,iCACE,CAAC,EAAC,8PAA8P,EAChQ,IAAI,EAAC,+CAA+C,EACpD,MAAM,EAAC,iDAAiD,EACxD,WAAW,EAAC,KAAK,GACjB,EACF,iCACE,CAAC,EAAC,qJAAqJ,EACvJ,IAAI,EAAC,6CAA6C,GAClD,EACF,iCACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,MAAM,EAAC,iDAAiD,EACxD,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,GACrB,EACF,iCACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,MAAM,EAAC,iDAAiD,EACxD,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,GACrB,EACF,iCACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,MAAM,EAAC,iDAAiD,EACxD,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,GACrB,EACF,iCACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,MAAM,EAAC,iDAAiD,EACxD,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,GACrB,EACF,oCACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,KAAK,EACR,IAAI,EAAC,+CAA+C,GACpD,KACE,CACP,CAAC;AAEF,kBAAe,YAAY,CAAC"}
|
|
@@ -22,6 +22,6 @@
|
|
|
22
22
|
"use strict";
|
|
23
23
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
24
24
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
25
|
-
const SvgComponent = (props) => ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width:
|
|
25
|
+
const SvgComponent = (props) => ((0, jsx_runtime_1.jsxs)("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "49", height: "65", viewBox: "0 0 49 65", fill: "none" }, props, { children: [(0, jsx_runtime_1.jsx)("path", { d: "M38 50.75H11C6.71979 50.75 3.25 47.2802 3.25 43V8C3.25 3.71979 6.71979 0.25 11 0.25H31.1425C32.909 0.25 34.6224 0.853441 35.999 1.96036L40.2464 5.37572L43.2712 8.18208C44.8518 9.64858 45.75 11.7073 45.75 13.8634V43C45.75 47.2802 42.2802 50.75 38 50.75Z", fill: "rgb(var(--theme-palette-danger-border-weak))", stroke: "rgb(var(--theme-palette-danger-border-strong))", strokeWidth: "0.5" }), (0, jsx_runtime_1.jsx)("path", { d: "M32 0V0C33.3718 0 34.7015 0.474175 35.7638 1.34221L40.4848 5.2L44.1083 8.61637C45.3156 9.75472 46 11.3406 46 13V13H36C33.7909 13 32 11.2091 32 9V0Z", fill: "rgb(var(--theme-palette-danger-border-strong))" }), (0, jsx_runtime_1.jsx)("line", { x1: "15.5", y1: "19.5", x2: "35.5", y2: "19.5", stroke: "rgb(var(--theme-palette-danger-border-strong))", strokeWidth: "3", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("line", { x1: "11.5", y1: "25.5", x2: "31.5", y2: "25.5", stroke: "rgb(var(--theme-palette-danger-border-strong))", strokeWidth: "3", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("line", { x1: "13.5", y1: "31.5", x2: "36.5", y2: "31.5", stroke: "rgb(var(--theme-palette-danger-border-strong))", strokeWidth: "3", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("line", { x1: "12.5", y1: "37.5", x2: "34.5", y2: "37.5", stroke: "rgb(var(--theme-palette-danger-border-strong))", strokeWidth: "3", strokeLinecap: "round" }), (0, jsx_runtime_1.jsx)("ellipse", { cx: "24.5", cy: "62.5", rx: "24.5", ry: "2.5", fill: "rgba(var(--theme-palette-danger-hover-weak))" })] })));
|
|
26
26
|
exports.default = SvgComponent;
|
|
27
27
|
//# sourceMappingURL=InvalidFile.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InvalidFile.js","sourceRoot":"","sources":["../../../../src/dropzone/icons/InvalidFile.tsx"],"names":[],"mappings":";;;AAsBA,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACvD,+CACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,
|
|
1
|
+
{"version":3,"file":"InvalidFile.js","sourceRoot":"","sources":["../../../../src/dropzone/icons/InvalidFile.tsx"],"names":[],"mappings":";;;AAsBA,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACvD,+CACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,IACP,KAAK,eAET,iCACE,CAAC,EAAC,8PAA8P,EAChQ,IAAI,EAAC,8CAA8C,EACnD,MAAM,EAAC,gDAAgD,EACvD,WAAW,EAAC,KAAK,GACjB,EACF,iCACE,CAAC,EAAC,qJAAqJ,EACvJ,IAAI,EAAC,gDAAgD,GACrD,EACF,iCACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,MAAM,EAAC,gDAAgD,EACvD,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,GACrB,EACF,iCACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,MAAM,EAAC,gDAAgD,EACvD,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,GACrB,EACF,iCACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,MAAM,EAAC,gDAAgD,EACvD,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,GACrB,EACF,iCACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,MAAM,EAAC,gDAAgD,EACvD,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,GACrB,EACF,oCACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,KAAK,EACR,IAAI,EAAC,8CAA8C,GACnD,KACE,CACP,CAAC;AAEF,kBAAe,YAAY,CAAC"}
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
23
|
-
const SvgComponent = (props) => (_jsxs("svg", Object.assign({
|
|
23
|
+
const SvgComponent = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "115", height: "56", viewBox: "0 0 115 56", fill: "none" }, props, { children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25 23.5C25 24.6975 25.1914 25.8503 25.5452 26.9295C19.7956 28.3888 15.4653 33.406 15.0352 39.4999H5.45454C2.44208 39.4999 0 37.0578 0 34.0454C0 31.5567 1.66668 29.4573 3.94473 28.8025C3.74526 28.2708 3.63617 27.6949 3.63617 27.0935C3.63617 24.4059 5.81489 22.2272 8.50248 22.2272C8.89402 22.2272 9.27476 22.2734 9.63954 22.3607C9.71229 20.7685 11.0262 19.5 12.6364 19.5C13.835 19.5 14.8695 20.203 15.35 21.2191C16.0724 20.1801 17.275 19.5 18.6364 19.5C20.5035 19.5 22.0719 20.7793 22.5127 22.5092C23.0378 22.3265 23.6019 22.2272 24.1892 22.2272C24.4876 22.2272 24.7801 22.2528 25.0645 22.302C25.0219 22.6955 25 23.0952 25 23.5Z", fill: "rgb(var(--theme-palette-neutral-bg-strong))" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M90.9447 39.5H105.647C110.801 39.5 114.98 35.3213 114.98 30.1667C114.98 25.8069 111.991 22.1454 107.95 21.1197C108.186 20.4002 108.313 19.6317 108.313 18.8333C108.313 14.7832 105.03 11.5 100.98 11.5C100.085 11.5 99.2266 11.6605 98.4333 11.9543C97.1091 8.19464 93.5258 5.5 89.3132 5.5C84.3086 5.5 80.1923 9.30312 79.6966 14.1769C79.5697 14.1701 79.4419 14.1666 79.3134 14.1666C77.188 14.1666 75.2838 15.1139 74 16.6092C79.0786 17.3457 82.9799 21.7173 82.9799 27C82.9799 27.28 82.9689 27.5574 82.9474 27.8319C87.4096 29.9376 90.5799 34.3315 90.9447 39.5Z", fill: "rgb(var(--theme-palette-neutral-bg-strong))" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M27.5452 27.9295C27.1914 26.8503 27 25.6975 27 24.5C27 18.4249 31.9249 13.5 38 13.5C39.3431 13.5 40.63 13.7407 41.8199 14.1814C43.8063 8.54193 49.1811 4.5 55.5 4.5C63.0069 4.5 69.1815 10.2047 69.9249 17.5155C70.1153 17.5052 70.3071 17.5 70.5 17.5C76.299 17.5 81 22.201 81 28C81 28.28 80.989 28.5574 80.9675 28.8319C85.7149 31.0721 89 35.9024 89 41.5C89 49.232 82.732 55.5 75 55.5H31C23.268 55.5 17 49.232 17 41.5C17 34.9603 21.484 29.4679 27.5452 27.9295Z", fill: "rgb(var(--theme-palette-neutral-bg-strong))" }), _jsx("rect", { x: "72", y: "8.5", width: "3", height: "3", rx: "1.5", fill: "rgb(var(--theme-palette-neutral-bg-strong))" }), _jsx("rect", { x: "37", y: "0.5", width: "6", height: "6", rx: "3", fill: "rgb(var(--theme-palette-neutral-bg-strong))" }), _jsx("path", { d: "M59 31.5L53 25.5M53 25.5L47 31.5M53 25.5L53 43.5", stroke: "rgb(var(--theme-palette-neutral-text-inverse))", strokeWidth: "4", strokeLinecap: "round", strokeLinejoin: "round" })] })));
|
|
24
24
|
export default SvgComponent;
|
|
25
25
|
//# sourceMappingURL=Cloud.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Cloud.js","sourceRoot":"","sources":["../../../../src/dropzone/icons/Cloud.tsx"],"names":[],"mappings":";AAsBA,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACvD,6BACE,KAAK,
|
|
1
|
+
{"version":3,"file":"Cloud.js","sourceRoot":"","sources":["../../../../src/dropzone/icons/Cloud.tsx"],"names":[],"mappings":";AAsBA,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACvD,6BACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,YAAY,EACpB,IAAI,EAAC,MAAM,IACP,KAAK,eAET,eACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,snBAAsnB,EACxnB,IAAI,EAAC,6CAA6C,GAClD,EACF,eACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,0iBAA0iB,EAC5iB,IAAI,EAAC,6CAA6C,GAClD,EACF,eACE,QAAQ,EAAC,SAAS,EAClB,QAAQ,EAAC,SAAS,EAClB,CAAC,EAAC,ycAAyc,EAC3c,IAAI,EAAC,6CAA6C,GAClD,EACF,eACE,CAAC,EAAC,IAAI,EACN,CAAC,EAAC,KAAK,EACP,KAAK,EAAC,GAAG,EACT,MAAM,EAAC,GAAG,EACV,EAAE,EAAC,KAAK,EACR,IAAI,EAAC,6CAA6C,GAClD,EACF,eACE,CAAC,EAAC,IAAI,EACN,CAAC,EAAC,KAAK,EACP,KAAK,EAAC,GAAG,EACT,MAAM,EAAC,GAAG,EACV,EAAE,EAAC,GAAG,EACN,IAAI,EAAC,6CAA6C,GAClD,EACF,eACE,CAAC,EAAC,kDAAkD,EACpD,MAAM,EAAC,gDAAgD,EACvD,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,KACE,CACP,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
23
|
-
const SvgComponent = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width:
|
|
23
|
+
const SvgComponent = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "49", height: "65", viewBox: "0 0 49 65", fill: "none" }, props, { children: [_jsx("path", { d: "M38 50.75H11C6.71979 50.75 3.25 47.2802 3.25 43V8C3.25 3.71979 6.71979 0.25 11 0.25H31.1425C32.909 0.25 34.6224 0.853442 35.999 1.96036L40.2465 5.37574L43.2712 8.18208C44.8518 9.64858 45.75 11.7073 45.75 13.8634V43C45.75 47.2802 42.2802 50.75 38 50.75Z", fill: "rgb(var(--theme-palette-primary-border-weak))", stroke: "rgb(var(--theme-palette-primary-border-strong))", strokeWidth: "0.5" }), _jsx("path", { d: "M32 0V0C33.3718 0 34.7015 0.474175 35.7638 1.34221L40.4848 5.2L44.1083 8.61637C45.3156 9.75472 46 11.3406 46 13V13H36C33.7909 13 32 11.2091 32 9V0Z", fill: "rgb(var(--theme-palette-primary-bg-strong))" }), _jsx("line", { x1: "15.5", y1: "19.5", x2: "35.5", y2: "19.5", stroke: "rgb(var(--theme-palette-primary-border-strong))", strokeWidth: "3", strokeLinecap: "round" }), _jsx("line", { x1: "11.5", y1: "25.5", x2: "31.5", y2: "25.5", stroke: "rgb(var(--theme-palette-primary-border-strong))", strokeWidth: "3", strokeLinecap: "round" }), _jsx("line", { x1: "13.5", y1: "31.5", x2: "36.5", y2: "31.5", stroke: "rgb(var(--theme-palette-primary-border-strong))", strokeWidth: "3", strokeLinecap: "round" }), _jsx("line", { x1: "12.5", y1: "37.5", x2: "34.5", y2: "37.5", stroke: "rgb(var(--theme-palette-primary-border-strong))", strokeWidth: "3", strokeLinecap: "round" }), _jsx("ellipse", { cx: "24.5", cy: "62.5", rx: "24.5", ry: "2.5", fill: "rgba(var(--theme-palette-primary-hover-weak))" })] })));
|
|
24
24
|
export default SvgComponent;
|
|
25
25
|
//# sourceMappingURL=File.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"File.js","sourceRoot":"","sources":["../../../../src/dropzone/icons/File.tsx"],"names":[],"mappings":";AAsBA,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACvD,6BACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,
|
|
1
|
+
{"version":3,"file":"File.js","sourceRoot":"","sources":["../../../../src/dropzone/icons/File.tsx"],"names":[],"mappings":";AAsBA,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACvD,6BACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,IACP,KAAK,eAET,eACE,CAAC,EAAC,8PAA8P,EAChQ,IAAI,EAAC,+CAA+C,EACpD,MAAM,EAAC,iDAAiD,EACxD,WAAW,EAAC,KAAK,GACjB,EACF,eACE,CAAC,EAAC,qJAAqJ,EACvJ,IAAI,EAAC,6CAA6C,GAClD,EACF,eACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,MAAM,EAAC,iDAAiD,EACxD,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,GACrB,EACF,eACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,MAAM,EAAC,iDAAiD,EACxD,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,GACrB,EACF,eACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,MAAM,EAAC,iDAAiD,EACxD,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,GACrB,EACF,eACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,MAAM,EAAC,iDAAiD,EACxD,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,GACrB,EACF,kBACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,KAAK,EACR,IAAI,EAAC,+CAA+C,GACpD,KACE,CACP,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
|
@@ -20,6 +20,6 @@
|
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
23
|
-
const SvgComponent = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width:
|
|
23
|
+
const SvgComponent = (props) => (_jsxs("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: "49", height: "65", viewBox: "0 0 49 65", fill: "none" }, props, { children: [_jsx("path", { d: "M38 50.75H11C6.71979 50.75 3.25 47.2802 3.25 43V8C3.25 3.71979 6.71979 0.25 11 0.25H31.1425C32.909 0.25 34.6224 0.853441 35.999 1.96036L40.2464 5.37572L43.2712 8.18208C44.8518 9.64858 45.75 11.7073 45.75 13.8634V43C45.75 47.2802 42.2802 50.75 38 50.75Z", fill: "rgb(var(--theme-palette-danger-border-weak))", stroke: "rgb(var(--theme-palette-danger-border-strong))", strokeWidth: "0.5" }), _jsx("path", { d: "M32 0V0C33.3718 0 34.7015 0.474175 35.7638 1.34221L40.4848 5.2L44.1083 8.61637C45.3156 9.75472 46 11.3406 46 13V13H36C33.7909 13 32 11.2091 32 9V0Z", fill: "rgb(var(--theme-palette-danger-border-strong))" }), _jsx("line", { x1: "15.5", y1: "19.5", x2: "35.5", y2: "19.5", stroke: "rgb(var(--theme-palette-danger-border-strong))", strokeWidth: "3", strokeLinecap: "round" }), _jsx("line", { x1: "11.5", y1: "25.5", x2: "31.5", y2: "25.5", stroke: "rgb(var(--theme-palette-danger-border-strong))", strokeWidth: "3", strokeLinecap: "round" }), _jsx("line", { x1: "13.5", y1: "31.5", x2: "36.5", y2: "31.5", stroke: "rgb(var(--theme-palette-danger-border-strong))", strokeWidth: "3", strokeLinecap: "round" }), _jsx("line", { x1: "12.5", y1: "37.5", x2: "34.5", y2: "37.5", stroke: "rgb(var(--theme-palette-danger-border-strong))", strokeWidth: "3", strokeLinecap: "round" }), _jsx("ellipse", { cx: "24.5", cy: "62.5", rx: "24.5", ry: "2.5", fill: "rgba(var(--theme-palette-danger-hover-weak))" })] })));
|
|
24
24
|
export default SvgComponent;
|
|
25
25
|
//# sourceMappingURL=InvalidFile.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InvalidFile.js","sourceRoot":"","sources":["../../../../src/dropzone/icons/InvalidFile.tsx"],"names":[],"mappings":";AAsBA,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACvD,6BACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,
|
|
1
|
+
{"version":3,"file":"InvalidFile.js","sourceRoot":"","sources":["../../../../src/dropzone/icons/InvalidFile.tsx"],"names":[],"mappings":";AAsBA,MAAM,YAAY,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACvD,6BACE,KAAK,EAAC,4BAA4B,EAClC,KAAK,EAAC,IAAI,EACV,MAAM,EAAC,IAAI,EACX,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,IACP,KAAK,eAET,eACE,CAAC,EAAC,8PAA8P,EAChQ,IAAI,EAAC,8CAA8C,EACnD,MAAM,EAAC,gDAAgD,EACvD,WAAW,EAAC,KAAK,GACjB,EACF,eACE,CAAC,EAAC,qJAAqJ,EACvJ,IAAI,EAAC,gDAAgD,GACrD,EACF,eACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,MAAM,EAAC,gDAAgD,EACvD,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,GACrB,EACF,eACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,MAAM,EAAC,gDAAgD,EACvD,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,GACrB,EACF,eACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,MAAM,EAAC,gDAAgD,EACvD,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,GACrB,EACF,eACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,MAAM,EAAC,gDAAgD,EACvD,WAAW,EAAC,GAAG,EACf,aAAa,EAAC,OAAO,GACrB,EACF,kBACE,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,MAAM,EACT,EAAE,EAAC,KAAK,EACR,IAAI,EAAC,8CAA8C,GACnD,KACE,CACP,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neo4j-ndl/react",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.1",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"description": "React implementation of Neo4j Design System",
|
|
6
6
|
"keywords": [
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"generate:hero-icons": "ts-node ./scripts/generatedHeroIcons.ts"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@axe-core/playwright": "4.
|
|
62
|
-
"@playwright/experimental-ct-react": "1.
|
|
61
|
+
"@axe-core/playwright": "4.9.0",
|
|
62
|
+
"@playwright/experimental-ct-react": "1.43.1",
|
|
63
63
|
"@svgr/cli": "6.5.1",
|
|
64
64
|
"@types/node": "20.11.21",
|
|
65
65
|
"@types/react": "18.2.18",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"@floating-ui/react": "0.25.1",
|
|
91
91
|
"@heroicons/react": "2.0.13",
|
|
92
92
|
"@neo4j-cypher/react-codemirror": "^1.0.1",
|
|
93
|
-
"@neo4j-ndl/base": "^2.9.
|
|
93
|
+
"@neo4j-ndl/base": "^2.9.1",
|
|
94
94
|
"@table-nav/core": "0.0.7",
|
|
95
95
|
"@table-nav/react": "0.0.7",
|
|
96
96
|
"@tanstack/react-table": "^8.9.3",
|