@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.
- package/dist/components/Form/Form.stories.d.ts +6 -1
- package/dist/components/FormFieldDate/FormFieldDate.d.ts +0 -0
- package/dist/components/FormFieldDate/FormFieldDate.stories.d.ts +1 -0
- package/dist/components/FormStepDisplay/FormStepDisplay.d.ts +0 -0
- package/dist/components/FormStepDisplay/FormStepDisplay.stories.d.ts +1 -0
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/stories/config.d.ts +1 -0
- package/dist/xapp-form-widget.css +15 -58
- package/dist/xapp-form-widget.js +1 -1
- package/package.json +12 -12
package/dist/stories/config.d.ts
CHANGED
|
@@ -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,
|
|
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,
|
|
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,
|
|
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;
|