gitroll 0.2.0 → 0.3.0
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 +65 -1
- package/README.md +135 -18
- package/SECURITY.md +10 -5
- package/SPEC.md +143 -97
- package/dist/THIRD_PARTY_NOTICES.txt +406 -406
- package/dist/gitroll.mjs +4564 -1945
- package/dist/web/THIRD_PARTY_NOTICES.txt +406 -406
- package/dist/web/app.js +238 -124
- package/dist/web/style.css +1 -1
- package/package.json +1 -1
- package/template/{.gitattributes → .gitroll/.gitattributes} +1 -1
- package/template/.gitroll/README.md +90 -0
- package/template/.gitroll/config.yaml +3 -2
- package/template/README.md +7 -8
- package/template/attachments/.gitkeep +0 -0
- package/template/entries/.gitkeep +0 -0
- package/template/projects/.gitkeep +0 -0
- /package/template/.gitroll/{types → events}/.gitkeep +0 -0
|
@@ -145,12 +145,26 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
145
145
|
SOFTWARE.
|
|
146
146
|
|
|
147
147
|
========================================================================
|
|
148
|
-
|
|
148
|
+
clsx 2.1.1 (MIT)
|
|
149
149
|
========================================================================
|
|
150
150
|
|
|
151
151
|
MIT License
|
|
152
152
|
|
|
153
|
-
Copyright (c)
|
|
153
|
+
Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com)
|
|
154
|
+
|
|
155
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
156
|
+
|
|
157
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
158
|
+
|
|
159
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
160
|
+
|
|
161
|
+
========================================================================
|
|
162
|
+
tailwind-merge 3.7.0 (MIT)
|
|
163
|
+
========================================================================
|
|
164
|
+
|
|
165
|
+
MIT License
|
|
166
|
+
|
|
167
|
+
Copyright (c) 2021 Dany Castillo
|
|
154
168
|
|
|
155
169
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
156
170
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -171,7 +185,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
171
185
|
SOFTWARE.
|
|
172
186
|
|
|
173
187
|
========================================================================
|
|
174
|
-
@radix-ui/react-
|
|
188
|
+
@radix-ui/react-compose-refs 1.1.5 (MIT)
|
|
175
189
|
========================================================================
|
|
176
190
|
|
|
177
191
|
MIT License
|
|
@@ -197,18 +211,30 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
197
211
|
SOFTWARE.
|
|
198
212
|
|
|
199
213
|
========================================================================
|
|
200
|
-
|
|
214
|
+
@radix-ui/react-slot 1.3.3 (MIT)
|
|
201
215
|
========================================================================
|
|
202
216
|
|
|
203
217
|
MIT License
|
|
204
218
|
|
|
205
|
-
Copyright (c)
|
|
219
|
+
Copyright (c) 2022 WorkOS
|
|
206
220
|
|
|
207
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
221
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
222
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
223
|
+
in the Software without restriction, including without limitation the rights
|
|
224
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
225
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
226
|
+
furnished to do so, subject to the following conditions:
|
|
208
227
|
|
|
209
|
-
The above copyright notice and this permission notice shall be included in all
|
|
228
|
+
The above copyright notice and this permission notice shall be included in all
|
|
229
|
+
copies or substantial portions of the Software.
|
|
210
230
|
|
|
211
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
231
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
232
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
233
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
234
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
235
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
236
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
237
|
+
SOFTWARE.
|
|
212
238
|
|
|
213
239
|
========================================================================
|
|
214
240
|
class-variance-authority 0.7.1 (Apache-2.0)
|
|
@@ -406,12 +432,12 @@ Apache License
|
|
|
406
432
|
limitations under the License.
|
|
407
433
|
|
|
408
434
|
========================================================================
|
|
409
|
-
|
|
435
|
+
@radix-ui/primitive 1.1.7 (MIT)
|
|
410
436
|
========================================================================
|
|
411
437
|
|
|
412
438
|
MIT License
|
|
413
439
|
|
|
414
|
-
Copyright (c)
|
|
440
|
+
Copyright (c) 2022 WorkOS
|
|
415
441
|
|
|
416
442
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
417
443
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -432,7 +458,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
432
458
|
SOFTWARE.
|
|
433
459
|
|
|
434
460
|
========================================================================
|
|
435
|
-
@radix-ui/react-
|
|
461
|
+
@radix-ui/react-context 1.2.2 (MIT)
|
|
436
462
|
========================================================================
|
|
437
463
|
|
|
438
464
|
MIT License
|
|
@@ -458,7 +484,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
458
484
|
SOFTWARE.
|
|
459
485
|
|
|
460
486
|
========================================================================
|
|
461
|
-
@radix-ui/react-
|
|
487
|
+
@radix-ui/react-use-layout-effect 1.1.4 (MIT)
|
|
462
488
|
========================================================================
|
|
463
489
|
|
|
464
490
|
MIT License
|
|
@@ -484,7 +510,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
484
510
|
SOFTWARE.
|
|
485
511
|
|
|
486
512
|
========================================================================
|
|
487
|
-
@radix-ui/
|
|
513
|
+
@radix-ui/react-id 1.1.4 (MIT)
|
|
488
514
|
========================================================================
|
|
489
515
|
|
|
490
516
|
MIT License
|
|
@@ -510,7 +536,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
510
536
|
SOFTWARE.
|
|
511
537
|
|
|
512
538
|
========================================================================
|
|
513
|
-
@radix-ui/react-
|
|
539
|
+
@radix-ui/react-use-effect-event 0.0.5 (MIT)
|
|
514
540
|
========================================================================
|
|
515
541
|
|
|
516
542
|
MIT License
|
|
@@ -536,7 +562,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
536
562
|
SOFTWARE.
|
|
537
563
|
|
|
538
564
|
========================================================================
|
|
539
|
-
@radix-ui/react-
|
|
565
|
+
@radix-ui/react-use-controllable-state 1.2.6 (MIT)
|
|
540
566
|
========================================================================
|
|
541
567
|
|
|
542
568
|
MIT License
|
|
@@ -562,7 +588,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
562
588
|
SOFTWARE.
|
|
563
589
|
|
|
564
590
|
========================================================================
|
|
565
|
-
@radix-ui/react-
|
|
591
|
+
@radix-ui/react-primitive 2.1.10 (MIT)
|
|
566
592
|
========================================================================
|
|
567
593
|
|
|
568
594
|
MIT License
|
|
@@ -588,7 +614,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
588
614
|
SOFTWARE.
|
|
589
615
|
|
|
590
616
|
========================================================================
|
|
591
|
-
@radix-ui/react-
|
|
617
|
+
@radix-ui/react-use-callback-ref 1.1.4 (MIT)
|
|
592
618
|
========================================================================
|
|
593
619
|
|
|
594
620
|
MIT License
|
|
@@ -614,7 +640,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
614
640
|
SOFTWARE.
|
|
615
641
|
|
|
616
642
|
========================================================================
|
|
617
|
-
@radix-ui/react-
|
|
643
|
+
@radix-ui/react-dismissable-layer 1.1.19 (MIT)
|
|
618
644
|
========================================================================
|
|
619
645
|
|
|
620
646
|
MIT License
|
|
@@ -640,7 +666,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
640
666
|
SOFTWARE.
|
|
641
667
|
|
|
642
668
|
========================================================================
|
|
643
|
-
@radix-ui/react-
|
|
669
|
+
@radix-ui/react-focus-scope 1.1.16 (MIT)
|
|
644
670
|
========================================================================
|
|
645
671
|
|
|
646
672
|
MIT License
|
|
@@ -666,7 +692,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
666
692
|
SOFTWARE.
|
|
667
693
|
|
|
668
694
|
========================================================================
|
|
669
|
-
@radix-ui/react-
|
|
695
|
+
@radix-ui/react-portal 1.1.17 (MIT)
|
|
670
696
|
========================================================================
|
|
671
697
|
|
|
672
698
|
MIT License
|
|
@@ -692,7 +718,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
692
718
|
SOFTWARE.
|
|
693
719
|
|
|
694
720
|
========================================================================
|
|
695
|
-
@radix-ui/react-
|
|
721
|
+
@radix-ui/react-presence 1.1.10 (MIT)
|
|
696
722
|
========================================================================
|
|
697
723
|
|
|
698
724
|
MIT License
|
|
@@ -718,7 +744,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
718
744
|
SOFTWARE.
|
|
719
745
|
|
|
720
746
|
========================================================================
|
|
721
|
-
@radix-ui/react-
|
|
747
|
+
@radix-ui/react-focus-guards 1.1.6 (MIT)
|
|
722
748
|
========================================================================
|
|
723
749
|
|
|
724
750
|
MIT License
|
|
@@ -744,12 +770,31 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
744
770
|
SOFTWARE.
|
|
745
771
|
|
|
746
772
|
========================================================================
|
|
747
|
-
|
|
773
|
+
tslib 2.8.1 (0BSD)
|
|
774
|
+
========================================================================
|
|
775
|
+
|
|
776
|
+
Copyright (c) Microsoft Corporation.
|
|
777
|
+
|
|
778
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
779
|
+
purpose with or without fee is hereby granted.
|
|
780
|
+
|
|
781
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
782
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
783
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
784
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
785
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
786
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
787
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
788
|
+
|
|
789
|
+
========================================================================
|
|
790
|
+
react-remove-scroll-bar 2.3.8 (MIT)
|
|
748
791
|
========================================================================
|
|
749
792
|
|
|
793
|
+
[Reproduced from the "MIT" license declared by react-remove-scroll-bar 2.3.8, which ships no license file.]
|
|
794
|
+
|
|
750
795
|
MIT License
|
|
751
796
|
|
|
752
|
-
Copyright (c)
|
|
797
|
+
Copyright (c) Anton Korzunov
|
|
753
798
|
|
|
754
799
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
755
800
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -770,12 +815,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
770
815
|
SOFTWARE.
|
|
771
816
|
|
|
772
817
|
========================================================================
|
|
773
|
-
|
|
818
|
+
use-callback-ref 1.3.3 (MIT)
|
|
774
819
|
========================================================================
|
|
775
820
|
|
|
776
821
|
MIT License
|
|
777
822
|
|
|
778
|
-
Copyright (c)
|
|
823
|
+
Copyright (c) 2017 Anton Korzunov
|
|
779
824
|
|
|
780
825
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
781
826
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -796,12 +841,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
796
841
|
SOFTWARE.
|
|
797
842
|
|
|
798
843
|
========================================================================
|
|
799
|
-
|
|
844
|
+
detect-node-es 1.1.0 (MIT)
|
|
800
845
|
========================================================================
|
|
801
846
|
|
|
802
847
|
MIT License
|
|
803
848
|
|
|
804
|
-
Copyright (c)
|
|
849
|
+
Copyright (c) 2017 Ilya Kantor
|
|
805
850
|
|
|
806
851
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
807
852
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -822,12 +867,12 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
822
867
|
SOFTWARE.
|
|
823
868
|
|
|
824
869
|
========================================================================
|
|
825
|
-
|
|
870
|
+
use-sidecar 1.1.3 (MIT)
|
|
826
871
|
========================================================================
|
|
827
872
|
|
|
828
873
|
MIT License
|
|
829
874
|
|
|
830
|
-
Copyright (c)
|
|
875
|
+
Copyright (c) 2017 Anton Korzunov
|
|
831
876
|
|
|
832
877
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
833
878
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -848,107 +893,111 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
848
893
|
SOFTWARE.
|
|
849
894
|
|
|
850
895
|
========================================================================
|
|
851
|
-
|
|
896
|
+
react-remove-scroll 2.7.2 (MIT)
|
|
852
897
|
========================================================================
|
|
853
898
|
|
|
854
899
|
MIT License
|
|
855
900
|
|
|
856
|
-
Copyright (c)
|
|
901
|
+
Copyright (c) 2017 Anton Korzunov
|
|
857
902
|
|
|
858
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
859
|
-
this software and associated documentation files (the "Software"), to deal
|
|
860
|
-
the Software without restriction, including without limitation the rights
|
|
861
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
862
|
-
the Software, and to permit persons to whom the Software is
|
|
863
|
-
subject to the following conditions:
|
|
903
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
904
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
905
|
+
in the Software without restriction, including without limitation the rights
|
|
906
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
907
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
908
|
+
furnished to do so, subject to the following conditions:
|
|
864
909
|
|
|
865
910
|
The above copyright notice and this permission notice shall be included in all
|
|
866
911
|
copies or substantial portions of the Software.
|
|
867
912
|
|
|
868
913
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
869
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
870
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
871
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
872
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
873
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
914
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
915
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
916
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
917
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
918
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
919
|
+
SOFTWARE.
|
|
874
920
|
|
|
875
921
|
========================================================================
|
|
876
|
-
|
|
922
|
+
get-nonce 1.0.1 (MIT)
|
|
877
923
|
========================================================================
|
|
878
924
|
|
|
879
925
|
MIT License
|
|
880
926
|
|
|
881
|
-
Copyright (c)
|
|
927
|
+
Copyright (c) 2020 Anton Korzunov
|
|
882
928
|
|
|
883
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
884
|
-
this software and associated documentation files (the "Software"), to deal
|
|
885
|
-
the Software without restriction, including without limitation the rights
|
|
886
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
887
|
-
the Software, and to permit persons to whom the Software is
|
|
888
|
-
subject to the following conditions:
|
|
929
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
930
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
931
|
+
in the Software without restriction, including without limitation the rights
|
|
932
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
933
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
934
|
+
furnished to do so, subject to the following conditions:
|
|
889
935
|
|
|
890
936
|
The above copyright notice and this permission notice shall be included in all
|
|
891
937
|
copies or substantial portions of the Software.
|
|
892
938
|
|
|
893
939
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
894
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
895
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
896
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
897
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
898
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
940
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
941
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
942
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
943
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
944
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
945
|
+
SOFTWARE.
|
|
899
946
|
|
|
900
947
|
========================================================================
|
|
901
|
-
|
|
948
|
+
react-style-singleton 2.2.3 (MIT)
|
|
902
949
|
========================================================================
|
|
903
950
|
|
|
904
951
|
MIT License
|
|
905
952
|
|
|
906
|
-
Copyright (c)
|
|
953
|
+
Copyright (c) 2017 Anton Korzunov
|
|
907
954
|
|
|
908
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
909
|
-
this software and associated documentation files (the "Software"), to deal
|
|
910
|
-
the Software without restriction, including without limitation the rights
|
|
911
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
912
|
-
the Software, and to permit persons to whom the Software is
|
|
913
|
-
subject to the following conditions:
|
|
955
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
956
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
957
|
+
in the Software without restriction, including without limitation the rights
|
|
958
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
959
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
960
|
+
furnished to do so, subject to the following conditions:
|
|
914
961
|
|
|
915
962
|
The above copyright notice and this permission notice shall be included in all
|
|
916
963
|
copies or substantial portions of the Software.
|
|
917
964
|
|
|
918
965
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
919
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
920
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
921
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
922
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
923
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
966
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
967
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
968
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
969
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
970
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
971
|
+
SOFTWARE.
|
|
924
972
|
|
|
925
973
|
========================================================================
|
|
926
|
-
|
|
974
|
+
aria-hidden 1.2.6 (MIT)
|
|
927
975
|
========================================================================
|
|
928
976
|
|
|
929
977
|
MIT License
|
|
930
978
|
|
|
931
|
-
Copyright (c)
|
|
979
|
+
Copyright (c) 2017 Anton Korzunov
|
|
932
980
|
|
|
933
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
934
|
-
this software and associated documentation files (the "Software"), to deal
|
|
935
|
-
the Software without restriction, including without limitation the rights
|
|
936
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
937
|
-
the Software, and to permit persons to whom the Software is
|
|
938
|
-
subject to the following conditions:
|
|
981
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
982
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
983
|
+
in the Software without restriction, including without limitation the rights
|
|
984
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
985
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
986
|
+
furnished to do so, subject to the following conditions:
|
|
939
987
|
|
|
940
988
|
The above copyright notice and this permission notice shall be included in all
|
|
941
989
|
copies or substantial portions of the Software.
|
|
942
990
|
|
|
943
991
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
944
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
945
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
946
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
947
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
948
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
992
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
993
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
994
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
995
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
996
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
997
|
+
SOFTWARE.
|
|
949
998
|
|
|
950
999
|
========================================================================
|
|
951
|
-
@radix-ui/react-
|
|
1000
|
+
@radix-ui/react-dialog 1.1.23 (MIT)
|
|
952
1001
|
========================================================================
|
|
953
1002
|
|
|
954
1003
|
MIT License
|
|
@@ -974,7 +1023,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
974
1023
|
SOFTWARE.
|
|
975
1024
|
|
|
976
1025
|
========================================================================
|
|
977
|
-
@radix-ui/react-
|
|
1026
|
+
@radix-ui/react-separator 1.1.15 (MIT)
|
|
978
1027
|
========================================================================
|
|
979
1028
|
|
|
980
1029
|
MIT License
|
|
@@ -1000,7 +1049,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
1000
1049
|
SOFTWARE.
|
|
1001
1050
|
|
|
1002
1051
|
========================================================================
|
|
1003
|
-
@radix-ui/react-
|
|
1052
|
+
@radix-ui/react-collection 1.1.15 (MIT)
|
|
1004
1053
|
========================================================================
|
|
1005
1054
|
|
|
1006
1055
|
MIT License
|
|
@@ -1026,7 +1075,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
1026
1075
|
SOFTWARE.
|
|
1027
1076
|
|
|
1028
1077
|
========================================================================
|
|
1029
|
-
@radix-ui/react-
|
|
1078
|
+
@radix-ui/react-direction 1.1.4 (MIT)
|
|
1030
1079
|
========================================================================
|
|
1031
1080
|
|
|
1032
1081
|
MIT License
|
|
@@ -1052,7 +1101,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
1052
1101
|
SOFTWARE.
|
|
1053
1102
|
|
|
1054
1103
|
========================================================================
|
|
1055
|
-
@radix-ui/react-
|
|
1104
|
+
@radix-ui/react-use-is-hydrated 0.1.3 (MIT)
|
|
1056
1105
|
========================================================================
|
|
1057
1106
|
|
|
1058
1107
|
MIT License
|
|
@@ -1078,7 +1127,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
1078
1127
|
SOFTWARE.
|
|
1079
1128
|
|
|
1080
1129
|
========================================================================
|
|
1081
|
-
@radix-ui/react-
|
|
1130
|
+
@radix-ui/react-roving-focus 1.1.19 (MIT)
|
|
1082
1131
|
========================================================================
|
|
1083
1132
|
|
|
1084
1133
|
MIT License
|
|
@@ -1104,26 +1153,282 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
1104
1153
|
SOFTWARE.
|
|
1105
1154
|
|
|
1106
1155
|
========================================================================
|
|
1107
|
-
|
|
1156
|
+
@radix-ui/react-tabs 1.1.21 (MIT)
|
|
1108
1157
|
========================================================================
|
|
1109
1158
|
|
|
1110
|
-
|
|
1111
|
-
Version 2.0, January 2004
|
|
1112
|
-
http://www.apache.org/licenses/
|
|
1159
|
+
MIT License
|
|
1113
1160
|
|
|
1114
|
-
|
|
1161
|
+
Copyright (c) 2022 WorkOS
|
|
1115
1162
|
|
|
1116
|
-
|
|
1163
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1164
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1165
|
+
in the Software without restriction, including without limitation the rights
|
|
1166
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1167
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1168
|
+
furnished to do so, subject to the following conditions:
|
|
1117
1169
|
|
|
1118
|
-
|
|
1119
|
-
|
|
1170
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1171
|
+
copies or substantial portions of the Software.
|
|
1120
1172
|
|
|
1121
|
-
|
|
1122
|
-
|
|
1173
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1174
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1175
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1176
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1177
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1178
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1179
|
+
SOFTWARE.
|
|
1123
1180
|
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1181
|
+
========================================================================
|
|
1182
|
+
@floating-ui/utils 0.2.12 (MIT)
|
|
1183
|
+
========================================================================
|
|
1184
|
+
|
|
1185
|
+
MIT License
|
|
1186
|
+
|
|
1187
|
+
Copyright (c) 2021-present Floating UI contributors
|
|
1188
|
+
|
|
1189
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1190
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1191
|
+
the Software without restriction, including without limitation the rights to
|
|
1192
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1193
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1194
|
+
subject to the following conditions:
|
|
1195
|
+
|
|
1196
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1197
|
+
copies or substantial portions of the Software.
|
|
1198
|
+
|
|
1199
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1200
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1201
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1202
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1203
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1204
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1205
|
+
|
|
1206
|
+
========================================================================
|
|
1207
|
+
@floating-ui/core 1.8.0 (MIT)
|
|
1208
|
+
========================================================================
|
|
1209
|
+
|
|
1210
|
+
MIT License
|
|
1211
|
+
|
|
1212
|
+
Copyright (c) 2021-present Floating UI contributors
|
|
1213
|
+
|
|
1214
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1215
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1216
|
+
the Software without restriction, including without limitation the rights to
|
|
1217
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1218
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1219
|
+
subject to the following conditions:
|
|
1220
|
+
|
|
1221
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1222
|
+
copies or substantial portions of the Software.
|
|
1223
|
+
|
|
1224
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1225
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1226
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1227
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1228
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1229
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1230
|
+
|
|
1231
|
+
========================================================================
|
|
1232
|
+
@floating-ui/dom 1.8.0 (MIT)
|
|
1233
|
+
========================================================================
|
|
1234
|
+
|
|
1235
|
+
MIT License
|
|
1236
|
+
|
|
1237
|
+
Copyright (c) 2021-present Floating UI contributors
|
|
1238
|
+
|
|
1239
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1240
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1241
|
+
the Software without restriction, including without limitation the rights to
|
|
1242
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1243
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1244
|
+
subject to the following conditions:
|
|
1245
|
+
|
|
1246
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1247
|
+
copies or substantial portions of the Software.
|
|
1248
|
+
|
|
1249
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1250
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1251
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1252
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1253
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1254
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1255
|
+
|
|
1256
|
+
========================================================================
|
|
1257
|
+
@floating-ui/react-dom 2.1.9 (MIT)
|
|
1258
|
+
========================================================================
|
|
1259
|
+
|
|
1260
|
+
MIT License
|
|
1261
|
+
|
|
1262
|
+
Copyright (c) 2021-present Floating UI contributors
|
|
1263
|
+
|
|
1264
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1265
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
1266
|
+
the Software without restriction, including without limitation the rights to
|
|
1267
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
1268
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
1269
|
+
subject to the following conditions:
|
|
1270
|
+
|
|
1271
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1272
|
+
copies or substantial portions of the Software.
|
|
1273
|
+
|
|
1274
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1275
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
1276
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
1277
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
1278
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
1279
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1280
|
+
|
|
1281
|
+
========================================================================
|
|
1282
|
+
@radix-ui/react-arrow 1.1.15 (MIT)
|
|
1283
|
+
========================================================================
|
|
1284
|
+
|
|
1285
|
+
MIT License
|
|
1286
|
+
|
|
1287
|
+
Copyright (c) 2022 WorkOS
|
|
1288
|
+
|
|
1289
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1290
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1291
|
+
in the Software without restriction, including without limitation the rights
|
|
1292
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1293
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1294
|
+
furnished to do so, subject to the following conditions:
|
|
1295
|
+
|
|
1296
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1297
|
+
copies or substantial portions of the Software.
|
|
1298
|
+
|
|
1299
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1300
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1301
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1302
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1303
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1304
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1305
|
+
SOFTWARE.
|
|
1306
|
+
|
|
1307
|
+
========================================================================
|
|
1308
|
+
@radix-ui/react-use-size 1.1.4 (MIT)
|
|
1309
|
+
========================================================================
|
|
1310
|
+
|
|
1311
|
+
MIT License
|
|
1312
|
+
|
|
1313
|
+
Copyright (c) 2022 WorkOS
|
|
1314
|
+
|
|
1315
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1316
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1317
|
+
in the Software without restriction, including without limitation the rights
|
|
1318
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1319
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1320
|
+
furnished to do so, subject to the following conditions:
|
|
1321
|
+
|
|
1322
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1323
|
+
copies or substantial portions of the Software.
|
|
1324
|
+
|
|
1325
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1326
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1327
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1328
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1329
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1330
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1331
|
+
SOFTWARE.
|
|
1332
|
+
|
|
1333
|
+
========================================================================
|
|
1334
|
+
@radix-ui/react-popper 1.3.7 (MIT)
|
|
1335
|
+
========================================================================
|
|
1336
|
+
|
|
1337
|
+
MIT License
|
|
1338
|
+
|
|
1339
|
+
Copyright (c) 2022 WorkOS
|
|
1340
|
+
|
|
1341
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1342
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1343
|
+
in the Software without restriction, including without limitation the rights
|
|
1344
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1345
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1346
|
+
furnished to do so, subject to the following conditions:
|
|
1347
|
+
|
|
1348
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1349
|
+
copies or substantial portions of the Software.
|
|
1350
|
+
|
|
1351
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1352
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1353
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1354
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1355
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1356
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1357
|
+
SOFTWARE.
|
|
1358
|
+
|
|
1359
|
+
========================================================================
|
|
1360
|
+
@radix-ui/react-visually-hidden 1.2.11 (MIT)
|
|
1361
|
+
========================================================================
|
|
1362
|
+
|
|
1363
|
+
MIT License
|
|
1364
|
+
|
|
1365
|
+
Copyright (c) 2022 WorkOS
|
|
1366
|
+
|
|
1367
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1368
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1369
|
+
in the Software without restriction, including without limitation the rights
|
|
1370
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1371
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1372
|
+
furnished to do so, subject to the following conditions:
|
|
1373
|
+
|
|
1374
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1375
|
+
copies or substantial portions of the Software.
|
|
1376
|
+
|
|
1377
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1378
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1379
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1380
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1381
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1382
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1383
|
+
SOFTWARE.
|
|
1384
|
+
|
|
1385
|
+
========================================================================
|
|
1386
|
+
@radix-ui/react-tooltip 1.2.16 (MIT)
|
|
1387
|
+
========================================================================
|
|
1388
|
+
|
|
1389
|
+
MIT License
|
|
1390
|
+
|
|
1391
|
+
Copyright (c) 2022 WorkOS
|
|
1392
|
+
|
|
1393
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1394
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1395
|
+
in the Software without restriction, including without limitation the rights
|
|
1396
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1397
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1398
|
+
furnished to do so, subject to the following conditions:
|
|
1399
|
+
|
|
1400
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1401
|
+
copies or substantial portions of the Software.
|
|
1402
|
+
|
|
1403
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1404
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1405
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1406
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1407
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1408
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1409
|
+
SOFTWARE.
|
|
1410
|
+
|
|
1411
|
+
========================================================================
|
|
1412
|
+
dompurify 3.4.15 ((MPL-2.0 OR Apache-2.0))
|
|
1413
|
+
========================================================================
|
|
1414
|
+
|
|
1415
|
+
Apache License
|
|
1416
|
+
Version 2.0, January 2004
|
|
1417
|
+
http://www.apache.org/licenses/
|
|
1418
|
+
|
|
1419
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1420
|
+
|
|
1421
|
+
1. Definitions.
|
|
1422
|
+
|
|
1423
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
1424
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
1425
|
+
|
|
1426
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
1427
|
+
the copyright owner that is granting the License.
|
|
1428
|
+
|
|
1429
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
1430
|
+
other entities that control, are controlled by, or are under common
|
|
1431
|
+
control with that entity. For the purposes of this definition,
|
|
1127
1432
|
"control" means (i) the power, direct or indirect, to cause the
|
|
1128
1433
|
direction or management of such entity, whether by contract or
|
|
1129
1434
|
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
@@ -1358,285 +1663,6 @@ Redistribution and use in source and binary forms, with or without modification,
|
|
|
1358
1663
|
|
|
1359
1664
|
This software is provided by the copyright holders and contributors “as is” and any express or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
|
|
1360
1665
|
|
|
1361
|
-
========================================================================
|
|
1362
|
-
@radix-ui/react-focus-guards 1.1.6 (MIT)
|
|
1363
|
-
========================================================================
|
|
1364
|
-
|
|
1365
|
-
MIT License
|
|
1366
|
-
|
|
1367
|
-
Copyright (c) 2022 WorkOS
|
|
1368
|
-
|
|
1369
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1370
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1371
|
-
in the Software without restriction, including without limitation the rights
|
|
1372
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1373
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1374
|
-
furnished to do so, subject to the following conditions:
|
|
1375
|
-
|
|
1376
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1377
|
-
copies or substantial portions of the Software.
|
|
1378
|
-
|
|
1379
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1380
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1381
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1382
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1383
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1384
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1385
|
-
SOFTWARE.
|
|
1386
|
-
|
|
1387
|
-
========================================================================
|
|
1388
|
-
@radix-ui/react-focus-scope 1.1.16 (MIT)
|
|
1389
|
-
========================================================================
|
|
1390
|
-
|
|
1391
|
-
MIT License
|
|
1392
|
-
|
|
1393
|
-
Copyright (c) 2022 WorkOS
|
|
1394
|
-
|
|
1395
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1396
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1397
|
-
in the Software without restriction, including without limitation the rights
|
|
1398
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1399
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1400
|
-
furnished to do so, subject to the following conditions:
|
|
1401
|
-
|
|
1402
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1403
|
-
copies or substantial portions of the Software.
|
|
1404
|
-
|
|
1405
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1406
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1407
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1408
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1409
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1410
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1411
|
-
SOFTWARE.
|
|
1412
|
-
|
|
1413
|
-
========================================================================
|
|
1414
|
-
aria-hidden 1.2.6 (MIT)
|
|
1415
|
-
========================================================================
|
|
1416
|
-
|
|
1417
|
-
MIT License
|
|
1418
|
-
|
|
1419
|
-
Copyright (c) 2017 Anton Korzunov
|
|
1420
|
-
|
|
1421
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1422
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1423
|
-
in the Software without restriction, including without limitation the rights
|
|
1424
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1425
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1426
|
-
furnished to do so, subject to the following conditions:
|
|
1427
|
-
|
|
1428
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1429
|
-
copies or substantial portions of the Software.
|
|
1430
|
-
|
|
1431
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1432
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1433
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1434
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1435
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1436
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1437
|
-
SOFTWARE.
|
|
1438
|
-
|
|
1439
|
-
========================================================================
|
|
1440
|
-
tslib 2.8.1 (0BSD)
|
|
1441
|
-
========================================================================
|
|
1442
|
-
|
|
1443
|
-
Copyright (c) Microsoft Corporation.
|
|
1444
|
-
|
|
1445
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
1446
|
-
purpose with or without fee is hereby granted.
|
|
1447
|
-
|
|
1448
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
1449
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
1450
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
1451
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
1452
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
1453
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
1454
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
1455
|
-
|
|
1456
|
-
========================================================================
|
|
1457
|
-
react-remove-scroll-bar 2.3.8 (MIT)
|
|
1458
|
-
========================================================================
|
|
1459
|
-
|
|
1460
|
-
[Reproduced from the "MIT" license declared by react-remove-scroll-bar 2.3.8, which ships no license file.]
|
|
1461
|
-
|
|
1462
|
-
MIT License
|
|
1463
|
-
|
|
1464
|
-
Copyright (c) Anton Korzunov
|
|
1465
|
-
|
|
1466
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1467
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1468
|
-
in the Software without restriction, including without limitation the rights
|
|
1469
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1470
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1471
|
-
furnished to do so, subject to the following conditions:
|
|
1472
|
-
|
|
1473
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1474
|
-
copies or substantial portions of the Software.
|
|
1475
|
-
|
|
1476
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1477
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1478
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1479
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1480
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1481
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1482
|
-
SOFTWARE.
|
|
1483
|
-
|
|
1484
|
-
========================================================================
|
|
1485
|
-
use-callback-ref 1.3.3 (MIT)
|
|
1486
|
-
========================================================================
|
|
1487
|
-
|
|
1488
|
-
MIT License
|
|
1489
|
-
|
|
1490
|
-
Copyright (c) 2017 Anton Korzunov
|
|
1491
|
-
|
|
1492
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1493
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1494
|
-
in the Software without restriction, including without limitation the rights
|
|
1495
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1496
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1497
|
-
furnished to do so, subject to the following conditions:
|
|
1498
|
-
|
|
1499
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1500
|
-
copies or substantial portions of the Software.
|
|
1501
|
-
|
|
1502
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1503
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1504
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1505
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1506
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1507
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1508
|
-
SOFTWARE.
|
|
1509
|
-
|
|
1510
|
-
========================================================================
|
|
1511
|
-
detect-node-es 1.1.0 (MIT)
|
|
1512
|
-
========================================================================
|
|
1513
|
-
|
|
1514
|
-
MIT License
|
|
1515
|
-
|
|
1516
|
-
Copyright (c) 2017 Ilya Kantor
|
|
1517
|
-
|
|
1518
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1519
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1520
|
-
in the Software without restriction, including without limitation the rights
|
|
1521
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1522
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1523
|
-
furnished to do so, subject to the following conditions:
|
|
1524
|
-
|
|
1525
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1526
|
-
copies or substantial portions of the Software.
|
|
1527
|
-
|
|
1528
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1529
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1530
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1531
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1532
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1533
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1534
|
-
SOFTWARE.
|
|
1535
|
-
|
|
1536
|
-
========================================================================
|
|
1537
|
-
use-sidecar 1.1.3 (MIT)
|
|
1538
|
-
========================================================================
|
|
1539
|
-
|
|
1540
|
-
MIT License
|
|
1541
|
-
|
|
1542
|
-
Copyright (c) 2017 Anton Korzunov
|
|
1543
|
-
|
|
1544
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1545
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1546
|
-
in the Software without restriction, including without limitation the rights
|
|
1547
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1548
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1549
|
-
furnished to do so, subject to the following conditions:
|
|
1550
|
-
|
|
1551
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1552
|
-
copies or substantial portions of the Software.
|
|
1553
|
-
|
|
1554
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1555
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1556
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1557
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1558
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1559
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1560
|
-
SOFTWARE.
|
|
1561
|
-
|
|
1562
|
-
========================================================================
|
|
1563
|
-
react-remove-scroll 2.7.2 (MIT)
|
|
1564
|
-
========================================================================
|
|
1565
|
-
|
|
1566
|
-
MIT License
|
|
1567
|
-
|
|
1568
|
-
Copyright (c) 2017 Anton Korzunov
|
|
1569
|
-
|
|
1570
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1571
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1572
|
-
in the Software without restriction, including without limitation the rights
|
|
1573
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1574
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1575
|
-
furnished to do so, subject to the following conditions:
|
|
1576
|
-
|
|
1577
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1578
|
-
copies or substantial portions of the Software.
|
|
1579
|
-
|
|
1580
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1581
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1582
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1583
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1584
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1585
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1586
|
-
SOFTWARE.
|
|
1587
|
-
|
|
1588
|
-
========================================================================
|
|
1589
|
-
get-nonce 1.0.1 (MIT)
|
|
1590
|
-
========================================================================
|
|
1591
|
-
|
|
1592
|
-
MIT License
|
|
1593
|
-
|
|
1594
|
-
Copyright (c) 2020 Anton Korzunov
|
|
1595
|
-
|
|
1596
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1597
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1598
|
-
in the Software without restriction, including without limitation the rights
|
|
1599
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1600
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1601
|
-
furnished to do so, subject to the following conditions:
|
|
1602
|
-
|
|
1603
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1604
|
-
copies or substantial portions of the Software.
|
|
1605
|
-
|
|
1606
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1607
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1608
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1609
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1610
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1611
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1612
|
-
SOFTWARE.
|
|
1613
|
-
|
|
1614
|
-
========================================================================
|
|
1615
|
-
react-style-singleton 2.2.3 (MIT)
|
|
1616
|
-
========================================================================
|
|
1617
|
-
|
|
1618
|
-
MIT License
|
|
1619
|
-
|
|
1620
|
-
Copyright (c) 2017 Anton Korzunov
|
|
1621
|
-
|
|
1622
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1623
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1624
|
-
in the Software without restriction, including without limitation the rights
|
|
1625
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1626
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1627
|
-
furnished to do so, subject to the following conditions:
|
|
1628
|
-
|
|
1629
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1630
|
-
copies or substantial portions of the Software.
|
|
1631
|
-
|
|
1632
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1633
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1634
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1635
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1636
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1637
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1638
|
-
SOFTWARE.
|
|
1639
|
-
|
|
1640
1666
|
========================================================================
|
|
1641
1667
|
@radix-ui/react-popover 1.1.23 (MIT)
|
|
1642
1668
|
========================================================================
|
|
@@ -1662,29 +1688,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
1662
1688
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1663
1689
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1664
1690
|
SOFTWARE.
|
|
1665
|
-
|
|
1666
|
-
========================================================================
|
|
1667
|
-
@radix-ui/react-dialog 1.1.23 (MIT)
|
|
1668
|
-
========================================================================
|
|
1669
|
-
|
|
1670
|
-
MIT License
|
|
1671
|
-
|
|
1672
|
-
Copyright (c) 2022 WorkOS
|
|
1673
|
-
|
|
1674
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1675
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1676
|
-
in the Software without restriction, including without limitation the rights
|
|
1677
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1678
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1679
|
-
furnished to do so, subject to the following conditions:
|
|
1680
|
-
|
|
1681
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1682
|
-
copies or substantial portions of the Software.
|
|
1683
|
-
|
|
1684
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1685
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1686
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1687
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1688
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1689
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1690
|
-
SOFTWARE.
|