@xapp/form-widget 1.75.0 → 1.76.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.
@@ -3,3 +3,4 @@ export declare const config: FormWidgetConfig;
3
3
  export declare const configCF: FormWidgetConfig;
4
4
  export declare const configCFA: FormWidgetConfig;
5
5
  export declare const configPawnee: FormWidgetConfig;
6
+ export declare const configMaidBrigade: FormWidgetConfig;
@@ -452,6 +452,15 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
452
452
  .MuiAutocomplete-popper {
453
453
  z-index: 16000 !important;
454
454
  }
455
+ .FormStepDisplay-module_xapp_step_iframe_wrapper__BBFRw {
456
+ display: flex;
457
+ flex-direction: column;
458
+ height: 100%;
459
+ width: 100%;
460
+ overflow: scroll;
461
+ position: relative;
462
+ }
463
+
455
464
  .FormStepDisplay-module_xapp_formfield__hRmVx {
456
465
  display: none;
457
466
  font-family: inherit !important;
@@ -463,15 +472,18 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
463
472
  margin: 10px 0 0 0;
464
473
  font-size: 1em;
465
474
  }
466
- .FormStepDisplay-module_xapp_formfield__hRmVx .MuiAutocomplete-clearIndicator, .FormStepDisplay-module_xapp_formfield__hRmVx .MuiAutocomplete-popupIndicator {
475
+ .FormStepDisplay-module_xapp_formfield__hRmVx .MuiAutocomplete-clearIndicator,
476
+ .FormStepDisplay-module_xapp_formfield__hRmVx .MuiAutocomplete-popupIndicator {
467
477
  color: rgba(0, 0, 0, 0.54) !important;
468
478
  background-color: transparent !important;
469
479
  }
470
- .FormStepDisplay-module_xapp_formfield__hRmVx .MuiAutocomplete-clearIndicator:hover, .FormStepDisplay-module_xapp_formfield__hRmVx .MuiAutocomplete-popupIndicator:hover {
480
+ .FormStepDisplay-module_xapp_formfield__hRmVx .MuiAutocomplete-clearIndicator:hover,
481
+ .FormStepDisplay-module_xapp_formfield__hRmVx .MuiAutocomplete-popupIndicator:hover {
471
482
  background-image: unset !important;
472
483
  background-color: #cfd8da !important;
473
484
  }
474
- .FormStepDisplay-module_xapp_formfield__hRmVx .MuiAutocomplete-clearIndicator:focus, .FormStepDisplay-module_xapp_formfield__hRmVx .MuiAutocomplete-popupIndicator:focus {
485
+ .FormStepDisplay-module_xapp_formfield__hRmVx .MuiAutocomplete-clearIndicator:focus,
486
+ .FormStepDisplay-module_xapp_formfield__hRmVx .MuiAutocomplete-popupIndicator:focus {
475
487
  background-image: unset !important;
476
488
  }
477
489
 
@@ -719,61 +731,6 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
719
731
  width: 100%;
720
732
  }
721
733
  }
722
- .ChatButton-module_xapp_chat_button__HH7eW {
723
- position: fixed;
724
- top: 25px;
725
- left: 220px;
726
- cursor: pointer;
727
- margin-top: 16px;
728
- margin-right: 16px;
729
- margin-bottom: 16px;
730
- margin-left: 16px;
731
- display: block;
732
- opacity: 1;
733
- animation: ChatButton-module_widget-show-grow__z65qQ 0.5s backwards;
734
- width: 75px;
735
- height: 75px;
736
- z-index: 10000;
737
- background-color: transparent !important;
738
- padding: 0;
739
- border-width: 0px;
740
- }
741
- .ChatButton-module_xapp_chat_button__HH7eW.ChatButton-module_visible__53wDx {
742
- animation: ChatButton-module_widget-hide-shrink__kwcw7 0.5s forwards;
743
- }
744
- .ChatButton-module_xapp_chat_button__HH7eW:focus-visible {
745
- outline: none;
746
- box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.3);
747
- }
748
- .ChatButton-module_xapp_chat_button__btn__HAq8m {
749
- position: absolute;
750
- width: 70px;
751
- height: 70px;
752
- border-radius: 35px;
753
- border: 2px solid rgb(255, 255, 255);
754
- background-color: #2f7ddd;
755
- box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
756
- left: 50% !important;
757
- top: 50% !important;
758
- transform: translate(-50%, -50%);
759
- }
760
- .ChatButton-module_xapp_chat_button__btn__HAq8m svg {
761
- display: block;
762
- margin: auto;
763
- height: 100%;
764
- }
765
- .ChatButton-module_xapp_chat_button__cta__r6W-I {
766
- position: absolute;
767
- bottom: 56px;
768
- right: 24px;
769
- white-space: nowrap;
770
- font-size: 16px;
771
- font-family: RobotoRegular, serif;
772
- }
773
-
774
- .ChatButton-module_xapp_chat_button__HH7eW:hover {
775
- background: transparent !important;
776
- }
777
734
  .SideButton-module_xapp_form_sticky_button__YqORL {
778
735
  position: fixed;
779
736
  z-index: 10000;