@xapp/form-widget 1.71.0 → 1.72.1
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/Button/Button.d.ts +0 -0
- package/dist/components/Button/Button.stories.d.ts +3 -2
- package/dist/components/Carousel/CarouselItem.d.ts +0 -0
- package/dist/components/LinkButton/LinkButton.d.ts +2 -2
- package/dist/components/SearchResponsePart/SearchResponsePart.d.ts +0 -0
- package/dist/index.es.js +32 -46
- package/dist/index.es.js.map +1 -1
- package/dist/setupTests.d.ts +1 -1
- package/dist/xapp-form-widget.css +26 -4
- package/dist/xapp-form-widget.js +10 -10
- package/package.json +40 -37
package/dist/setupTests.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
export {};
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
flex-direction: column;
|
|
9
9
|
align-items: center;
|
|
10
10
|
padding: 48px;
|
|
11
|
-
z-index:
|
|
11
|
+
z-index: 15000;
|
|
12
12
|
}
|
|
13
13
|
@media (max-width: 640px) {
|
|
14
14
|
.ModalDialog-module_xapp_search_modal__WpGiJ {
|
|
@@ -488,6 +488,13 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
|
|
|
488
488
|
padding-top: 0 !important;
|
|
489
489
|
padding-left: 0 !important;
|
|
490
490
|
}
|
|
491
|
+
.FormFieldTextInputAddress-module_xapp_text_input_address__-FQjM .MuiPopper-root-MuiAutocomplete-popper {
|
|
492
|
+
z-index: 16000;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
.MuiAutocomplete-popper {
|
|
496
|
+
z-index: 16000 !important;
|
|
497
|
+
}
|
|
491
498
|
.FormStepDisplay-module_xapp_formfield__hRmVx {
|
|
492
499
|
display: none;
|
|
493
500
|
font-family: inherit !important;
|
|
@@ -740,21 +747,36 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
|
|
|
740
747
|
}
|
|
741
748
|
|
|
742
749
|
@media (min-width: 1201px) {
|
|
743
|
-
.FormWidget-
|
|
750
|
+
.FormWidget-module_xapp_form_widget__V-G-H {
|
|
744
751
|
width: 740px;
|
|
752
|
+
/*
|
|
753
|
+
&__content {
|
|
754
|
+
width: 740px;
|
|
755
|
+
} */
|
|
745
756
|
}
|
|
746
757
|
}
|
|
747
758
|
@media (min-width: 992px) and (max-width: 1200px) {
|
|
748
|
-
.FormWidget-
|
|
759
|
+
.FormWidget-module_xapp_form_widget__V-G-H {
|
|
749
760
|
width: 600px;
|
|
761
|
+
/* &__content {
|
|
762
|
+
width: 600px;
|
|
763
|
+
} */
|
|
750
764
|
}
|
|
751
765
|
}
|
|
752
766
|
@media (min-width: 641px) and (max-width: 991px) {
|
|
753
|
-
.FormWidget-
|
|
767
|
+
.FormWidget-module_xapp_form_widget__V-G-H {
|
|
754
768
|
width: 500px;
|
|
769
|
+
/* &__content {
|
|
770
|
+
width: 500px;
|
|
771
|
+
} */
|
|
755
772
|
}
|
|
756
773
|
}
|
|
774
|
+
/* Mobile */
|
|
757
775
|
@media (max-width: 640px) {
|
|
776
|
+
.FormWidget-module_xapp_form_widget__V-G-H {
|
|
777
|
+
width: 100%;
|
|
778
|
+
border-radius: 0;
|
|
779
|
+
}
|
|
758
780
|
.FormWidget-module_xapp_form_widget__content__a9NXC {
|
|
759
781
|
width: 100%;
|
|
760
782
|
}
|