@smart-factor/gem-ui-components 0.0.131 → 0.0.133
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/dist/SignEditor.js +1 -1
- package/dist/components/SessionModal/SessionService.d.ts +0 -12
- package/dist/components/SessionModal/useSessionInit.d.ts +0 -4
- package/dist/{index-qjWASEA1.js → index-DS7hqtfK.js} +14812 -14531
- package/dist/licenses.txt +137 -103
- package/dist/main.js +1257 -1379
- package/dist/services/auth/applyAuthResult.d.ts +5 -0
- package/dist/services/auth/clearAuthOnTerminate.d.ts +1 -0
- package/dist/services/auth/identifyUser.d.ts +2 -0
- package/dist/services/auth/index.d.ts +10 -0
- package/dist/services/auth/normalizeUser.d.ts +13 -0
- package/dist/services/auth/queryAppInfo.d.ts +16 -0
- package/dist/services/auth/setAuthCookies.d.ts +2 -0
- package/dist/services/auth/setAuthSession.d.ts +2 -0
- package/package.json +3 -1
package/dist/licenses.txt
CHANGED
|
@@ -2641,109 +2641,6 @@ SOFTWARE.
|
|
|
2641
2641
|
|
|
2642
2642
|
---
|
|
2643
2643
|
|
|
2644
|
-
Name: @hookform/resolvers
|
|
2645
|
-
Version: 4.1.3
|
|
2646
|
-
License: MIT
|
|
2647
|
-
Private: false
|
|
2648
|
-
Description: React Hook Form validation resolvers: Yup, Joi, Superstruct, Zod, Vest, Class Validator, io-ts, Nope, computed-types, TypeBox, arktype, Typanion, Effect-TS and VineJS
|
|
2649
|
-
Repository: git+https://github.com/react-hook-form/resolvers.git
|
|
2650
|
-
Homepage: https://react-hook-form.com
|
|
2651
|
-
Author: bluebill1049 <bluebill1049@hotmail.com>
|
|
2652
|
-
License Copyright:
|
|
2653
|
-
===
|
|
2654
|
-
|
|
2655
|
-
MIT License
|
|
2656
|
-
|
|
2657
|
-
Copyright (c) 2019-present Beier(Bill) Luo
|
|
2658
|
-
|
|
2659
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2660
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2661
|
-
in the Software without restriction, including without limitation the rights
|
|
2662
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2663
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2664
|
-
furnished to do so, subject to the following conditions:
|
|
2665
|
-
|
|
2666
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2667
|
-
copies or substantial portions of the Software.
|
|
2668
|
-
|
|
2669
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2670
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2671
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2672
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2673
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2674
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2675
|
-
SOFTWARE.
|
|
2676
|
-
|
|
2677
|
-
---
|
|
2678
|
-
|
|
2679
|
-
Name: goober
|
|
2680
|
-
Version: 2.1.16
|
|
2681
|
-
License: MIT
|
|
2682
|
-
Private: false
|
|
2683
|
-
Description: A less than 1KB css-in-js solution
|
|
2684
|
-
Repository: https://github.com/cristianbote/goober
|
|
2685
|
-
Author: Cristian <botecristian@yahoo.com>
|
|
2686
|
-
License Copyright:
|
|
2687
|
-
===
|
|
2688
|
-
|
|
2689
|
-
MIT License
|
|
2690
|
-
|
|
2691
|
-
Copyright (c) 2019 Cristian Bote
|
|
2692
|
-
|
|
2693
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2694
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2695
|
-
in the Software without restriction, including without limitation the rights
|
|
2696
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2697
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2698
|
-
furnished to do so, subject to the following conditions:
|
|
2699
|
-
|
|
2700
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2701
|
-
copies or substantial portions of the Software.
|
|
2702
|
-
|
|
2703
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2704
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2705
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2706
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2707
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2708
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2709
|
-
SOFTWARE.
|
|
2710
|
-
|
|
2711
|
-
---
|
|
2712
|
-
|
|
2713
|
-
Name: react-hot-toast
|
|
2714
|
-
Version: 2.5.2
|
|
2715
|
-
License: MIT
|
|
2716
|
-
Private: false
|
|
2717
|
-
Description: Smoking hot React Notifications. Lightweight, customizable and beautiful by default.
|
|
2718
|
-
Repository: undefined
|
|
2719
|
-
Author: Timo Lins
|
|
2720
|
-
License Copyright:
|
|
2721
|
-
===
|
|
2722
|
-
|
|
2723
|
-
MIT License
|
|
2724
|
-
|
|
2725
|
-
Copyright (c) 2020 Timo Lins
|
|
2726
|
-
|
|
2727
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2728
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2729
|
-
in the Software without restriction, including without limitation the rights
|
|
2730
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2731
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2732
|
-
furnished to do so, subject to the following conditions:
|
|
2733
|
-
|
|
2734
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2735
|
-
copies or substantial portions of the Software.
|
|
2736
|
-
|
|
2737
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2738
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2739
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2740
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2741
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2742
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2743
|
-
SOFTWARE.
|
|
2744
|
-
|
|
2745
|
-
---
|
|
2746
|
-
|
|
2747
2644
|
Name: posthog-js
|
|
2748
2645
|
Version: 1.343.1
|
|
2749
2646
|
License: SEE LICENSE IN LICENSE
|
|
@@ -3057,6 +2954,143 @@ SOFTWARE.
|
|
|
3057
2954
|
|
|
3058
2955
|
---
|
|
3059
2956
|
|
|
2957
|
+
Name: js-cookie
|
|
2958
|
+
Version: 3.0.5
|
|
2959
|
+
License: MIT
|
|
2960
|
+
Private: false
|
|
2961
|
+
Description: A simple, lightweight JavaScript API for handling cookies
|
|
2962
|
+
Repository: git://github.com/js-cookie/js-cookie.git
|
|
2963
|
+
Author: Klaus Hartl
|
|
2964
|
+
License Copyright:
|
|
2965
|
+
===
|
|
2966
|
+
|
|
2967
|
+
MIT License
|
|
2968
|
+
|
|
2969
|
+
Copyright (c) 2018 Copyright 2018 Klaus Hartl, Fagner Brack, GitHub Contributors
|
|
2970
|
+
|
|
2971
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2972
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
2973
|
+
in the Software without restriction, including without limitation the rights
|
|
2974
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2975
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
2976
|
+
furnished to do so, subject to the following conditions:
|
|
2977
|
+
|
|
2978
|
+
The above copyright notice and this permission notice shall be included in all
|
|
2979
|
+
copies or substantial portions of the Software.
|
|
2980
|
+
|
|
2981
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2982
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2983
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2984
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2985
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2986
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2987
|
+
SOFTWARE.
|
|
2988
|
+
|
|
2989
|
+
---
|
|
2990
|
+
|
|
2991
|
+
Name: @hookform/resolvers
|
|
2992
|
+
Version: 4.1.3
|
|
2993
|
+
License: MIT
|
|
2994
|
+
Private: false
|
|
2995
|
+
Description: React Hook Form validation resolvers: Yup, Joi, Superstruct, Zod, Vest, Class Validator, io-ts, Nope, computed-types, TypeBox, arktype, Typanion, Effect-TS and VineJS
|
|
2996
|
+
Repository: git+https://github.com/react-hook-form/resolvers.git
|
|
2997
|
+
Homepage: https://react-hook-form.com
|
|
2998
|
+
Author: bluebill1049 <bluebill1049@hotmail.com>
|
|
2999
|
+
License Copyright:
|
|
3000
|
+
===
|
|
3001
|
+
|
|
3002
|
+
MIT License
|
|
3003
|
+
|
|
3004
|
+
Copyright (c) 2019-present Beier(Bill) Luo
|
|
3005
|
+
|
|
3006
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3007
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3008
|
+
in the Software without restriction, including without limitation the rights
|
|
3009
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3010
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3011
|
+
furnished to do so, subject to the following conditions:
|
|
3012
|
+
|
|
3013
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3014
|
+
copies or substantial portions of the Software.
|
|
3015
|
+
|
|
3016
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3017
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3018
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3019
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3020
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3021
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3022
|
+
SOFTWARE.
|
|
3023
|
+
|
|
3024
|
+
---
|
|
3025
|
+
|
|
3026
|
+
Name: goober
|
|
3027
|
+
Version: 2.1.16
|
|
3028
|
+
License: MIT
|
|
3029
|
+
Private: false
|
|
3030
|
+
Description: A less than 1KB css-in-js solution
|
|
3031
|
+
Repository: https://github.com/cristianbote/goober
|
|
3032
|
+
Author: Cristian <botecristian@yahoo.com>
|
|
3033
|
+
License Copyright:
|
|
3034
|
+
===
|
|
3035
|
+
|
|
3036
|
+
MIT License
|
|
3037
|
+
|
|
3038
|
+
Copyright (c) 2019 Cristian Bote
|
|
3039
|
+
|
|
3040
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3041
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3042
|
+
in the Software without restriction, including without limitation the rights
|
|
3043
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3044
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3045
|
+
furnished to do so, subject to the following conditions:
|
|
3046
|
+
|
|
3047
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3048
|
+
copies or substantial portions of the Software.
|
|
3049
|
+
|
|
3050
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3051
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3052
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3053
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3054
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3055
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3056
|
+
SOFTWARE.
|
|
3057
|
+
|
|
3058
|
+
---
|
|
3059
|
+
|
|
3060
|
+
Name: react-hot-toast
|
|
3061
|
+
Version: 2.5.2
|
|
3062
|
+
License: MIT
|
|
3063
|
+
Private: false
|
|
3064
|
+
Description: Smoking hot React Notifications. Lightweight, customizable and beautiful by default.
|
|
3065
|
+
Repository: undefined
|
|
3066
|
+
Author: Timo Lins
|
|
3067
|
+
License Copyright:
|
|
3068
|
+
===
|
|
3069
|
+
|
|
3070
|
+
MIT License
|
|
3071
|
+
|
|
3072
|
+
Copyright (c) 2020 Timo Lins
|
|
3073
|
+
|
|
3074
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3075
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3076
|
+
in the Software without restriction, including without limitation the rights
|
|
3077
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3078
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3079
|
+
furnished to do so, subject to the following conditions:
|
|
3080
|
+
|
|
3081
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3082
|
+
copies or substantial portions of the Software.
|
|
3083
|
+
|
|
3084
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3085
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3086
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3087
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3088
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3089
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3090
|
+
SOFTWARE.
|
|
3091
|
+
|
|
3092
|
+
---
|
|
3093
|
+
|
|
3060
3094
|
Name: @posthog/react
|
|
3061
3095
|
Version: 1.7.0
|
|
3062
3096
|
License: MIT
|