@@ -636,6 +636,396 @@ exports[`Storyshots Health default 1`] = `
636
636
</div >
637
637
` ;
638
638
639
+ exports [` Storyshots Login default 1` ] = `
640
+ <div
641
+ className = " h-100 ml-0 mr-0 login-page container-fluid"
642
+ >
643
+ <div
644
+ className = " login-container pr-1 pl-1 mr-auto ml-auto"
645
+ >
646
+ <div
647
+ className = " login-intro"
648
+ >
649
+ <div
650
+ className = " justify-content-center row"
651
+ >
652
+ <img
653
+ className = " rounded"
654
+ height = " 200px"
655
+ src = " logoWithWhiteBorder.png"
656
+ width = " auto"
657
+ />
658
+ </div >
659
+ <div
660
+ className = " justify-content-center row"
661
+ >
662
+ <h1 >
663
+ Greetings Traveller!
664
+ </h1 >
665
+ </div >
666
+ <div
667
+ className = " justify-content-center row"
668
+ >
669
+ <h2 >
670
+ Be welcome at FileFighter
671
+ </h2 >
672
+ </div >
673
+ </div >
674
+ <div >
675
+ <div
676
+ className = " mt-4 justify-content-center row"
677
+ >
678
+ <div
679
+ className = " login-input col"
680
+ >
681
+ <form
682
+ className = " "
683
+ onSubmit = { [Function ]}
684
+ >
685
+ <div
686
+ className = " form-group"
687
+ >
688
+ <input
689
+ className = " form-control"
690
+ id = " formBasicUsername"
691
+ onChange = { [Function ]}
692
+ placeholder = " Username"
693
+ value = " "
694
+ />
695
+ </div >
696
+ <div
697
+ className = " form-group"
698
+ >
699
+ <input
700
+ className = " form-control"
701
+ id = " formBasicPassword"
702
+ onChange = { [Function ]}
703
+ placeholder = " Password"
704
+ type = " password"
705
+ value = " "
706
+ />
707
+ <small
708
+ className = " text-muted form-text"
709
+ >
710
+ Contact your administrator if you have forgotten your login details.
711
+ </small >
712
+ </div >
713
+ <button
714
+ className = " btn btn-primary btn-block"
715
+ disabled = { false }
716
+ type = " submit"
717
+ >
718
+ <span
719
+ aria-hidden = " true"
720
+ className = " d-none spinner-grow spinner-grow-sm"
721
+ role = " status"
722
+ />
723
+
724
+ <span
725
+ className = " d-none"
726
+ >
727
+ isLoading...
728
+ </span >
729
+ Sign in
730
+ </button >
731
+ <div
732
+ className = " mt-3 justify-content-center form-group"
733
+ >
734
+ <div
735
+ className = " form-check"
736
+ >
737
+ <input
738
+ checked = { true }
739
+ className = " form-check-input"
740
+ disabled = { false }
741
+ id = " formBasicCheckbox"
742
+ onChange = { [Function ]}
743
+ type = " checkbox"
744
+ />
745
+ <label
746
+ className = " form-check-label"
747
+ htmlFor = " formBasicCheckbox"
748
+ title = " "
749
+ >
750
+ Keep me signed in*
751
+ </label >
752
+ </div >
753
+ <small
754
+ className = " text-muted form-text"
755
+ >
756
+ *By clicking this, you accept the usage of cookies.
757
+ </small >
758
+ </div >
759
+ <p
760
+ className = " text-danger"
761
+ >
762
+
763
+ </p >
764
+ </form >
765
+ </div >
766
+ </div >
767
+ </div >
768
+ </div >
769
+ </div >
770
+ ` ;
771
+
772
+ exports [` Storyshots Login interactionArea 1` ] = `
773
+ <div
774
+ className = " login-container pr-1 pl-1 mr-auto ml-auto"
775
+ >
776
+ <div
777
+ className = " login-intro"
778
+ >
779
+ <div
780
+ className = " justify-content-center row"
781
+ >
782
+ <img
783
+ className = " rounded"
784
+ height = " 200px"
785
+ src = " logoWithWhiteBorder.png"
786
+ width = " auto"
787
+ />
788
+ </div >
789
+ <div
790
+ className = " justify-content-center row"
791
+ >
792
+ <h1 >
793
+ Greetings Traveller!
794
+ </h1 >
795
+ </div >
796
+ <div
797
+ className = " justify-content-center row"
798
+ >
799
+ <h2 >
800
+ Be welcome at FileFighter
801
+ </h2 >
802
+ </div >
803
+ </div >
804
+ <div >
805
+ <div
806
+ className = " mt-4 justify-content-center row"
807
+ >
808
+ <div
809
+ className = " login-input col"
810
+ >
811
+ <form
812
+ className = " "
813
+ onSubmit = { [Function ]}
814
+ >
815
+ <div
816
+ className = " form-group"
817
+ >
818
+ <input
819
+ className = " form-control"
820
+ id = " formBasicUsername"
821
+ onChange = { [Function ]}
822
+ placeholder = " Username"
823
+ value = " "
824
+ />
825
+ </div >
826
+ <div
827
+ className = " form-group"
828
+ >
829
+ <input
830
+ className = " form-control"
831
+ id = " formBasicPassword"
832
+ onChange = { [Function ]}
833
+ placeholder = " Password"
834
+ type = " password"
835
+ value = " "
836
+ />
837
+ <small
838
+ className = " text-muted form-text"
839
+ >
840
+ Contact your administrator if you have forgotten your login details.
841
+ </small >
842
+ </div >
843
+ <button
844
+ className = " btn btn-primary btn-block"
845
+ disabled = { false }
846
+ type = " submit"
847
+ >
848
+ <span
849
+ aria-hidden = " true"
850
+ className = " d-none spinner-grow spinner-grow-sm"
851
+ role = " status"
852
+ />
853
+
854
+ <span
855
+ className = " d-none"
856
+ >
857
+ isLoading...
858
+ </span >
859
+ Sign in
860
+ </button >
861
+ <div
862
+ className = " mt-3 justify-content-center form-group"
863
+ >
864
+ <div
865
+ className = " form-check"
866
+ >
867
+ <input
868
+ checked = { false }
869
+ className = " form-check-input"
870
+ disabled = { false }
871
+ id = " formBasicCheckbox"
872
+ onChange = { [Function ]}
873
+ type = " checkbox"
874
+ />
875
+ <label
876
+ className = " form-check-label"
877
+ htmlFor = " formBasicCheckbox"
878
+ title = " "
879
+ >
880
+ Keep me signed in*
881
+ </label >
882
+ </div >
883
+ <small
884
+ className = " text-muted form-text"
885
+ >
886
+ *By clicking this, you accept the usage of cookies.
887
+ </small >
888
+ </div >
889
+ <p
890
+ className = " text-danger"
891
+ >
892
+
893
+ </p >
894
+ </form >
895
+ </div >
896
+ </div >
897
+ </div >
898
+ </div >
899
+ ` ;
900
+
901
+ exports [` Storyshots Login onlyHeader 1` ] = `
902
+ <div
903
+ className = " login-intro"
904
+ >
905
+ <div
906
+ className = " justify-content-center row"
907
+ >
908
+ <img
909
+ className = " rounded"
910
+ height = " 200px"
911
+ src = " logoWithWhiteBorder.png"
912
+ width = " auto"
913
+ />
914
+ </div >
915
+ <div
916
+ className = " justify-content-center row"
917
+ >
918
+ <h1 >
919
+ Greetings Traveller!
920
+ </h1 >
921
+ </div >
922
+ <div
923
+ className = " justify-content-center row"
924
+ >
925
+ <h2 >
926
+ Be welcome at FileFighter
927
+ </h2 >
928
+ </div >
929
+ </div >
930
+ ` ;
931
+
932
+ exports [` Storyshots Login onlyInput 1` ] = `
933
+ <div >
934
+ <div
935
+ className = " mt-4 justify-content-center row"
936
+ >
937
+ <div
938
+ className = " login-input col"
939
+ >
940
+ <form
941
+ className = " "
942
+ onSubmit = { [Function ]}
943
+ >
944
+ <div
945
+ className = " form-group"
946
+ >
947
+ <input
948
+ className = " form-control"
949
+ id = " formBasicUsername"
950
+ onChange = { [Function ]}
951
+ placeholder = " Username"
952
+ value = " "
953
+ />
954
+ </div >
955
+ <div
956
+ className = " form-group"
957
+ >
958
+ <input
959
+ className = " form-control"
960
+ id = " formBasicPassword"
961
+ onChange = { [Function ]}
962
+ placeholder = " Password"
963
+ type = " password"
964
+ value = " "
965
+ />
966
+ <small
967
+ className = " text-muted form-text"
968
+ >
969
+ Contact your administrator if you have forgotten your login details.
970
+ </small >
971
+ </div >
972
+ <button
973
+ className = " btn btn-primary btn-block"
974
+ disabled = { false }
975
+ type = " submit"
976
+ >
977
+ <span
978
+ aria-hidden = " true"
979
+ className = " d-none spinner-grow spinner-grow-sm"
980
+ role = " status"
981
+ />
982
+
983
+ <span
984
+ className = " d-none"
985
+ >
986
+ isLoading...
987
+ </span >
988
+ Sign in
989
+ </button >
990
+ <div
991
+ className = " mt-3 justify-content-center form-group"
992
+ >
993
+ <div
994
+ className = " form-check"
995
+ >
996
+ <input
997
+ checked = { false }
998
+ className = " form-check-input"
999
+ disabled = { false }
1000
+ id = " formBasicCheckbox"
1001
+ onChange = { [Function ]}
1002
+ type = " checkbox"
1003
+ />
1004
+ <label
1005
+ className = " form-check-label"
1006
+ htmlFor = " formBasicCheckbox"
1007
+ title = " "
1008
+ >
1009
+ Keep me signed in*
1010
+ </label >
1011
+ </div >
1012
+ <small
1013
+ className = " text-muted form-text"
1014
+ >
1015
+ *By clicking this, you accept the usage of cookies.
1016
+ </small >
1017
+ </div >
1018
+ <p
1019
+ className = " text-danger"
1020
+ >
1021
+
1022
+ </p >
1023
+ </form >
1024
+ </div >
1025
+ </div >
1026
+ </div >
1027
+ ` ;
1028
+
639
1029
exports [` Storyshots Registration default 1` ] = `
640
1030
<div
641
1031
className = " h-100 container"
0 commit comments