@xapp/form-widget 1.72.0 → 1.72.2
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 +18 -3
- package/dist/xapp-form-widget.js +10 -10
- package/package.json +40 -37
package/dist/setupTests.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
export {};
|
|
@@ -747,21 +747,36 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
|
|
|
747
747
|
}
|
|
748
748
|
|
|
749
749
|
@media (min-width: 1201px) {
|
|
750
|
-
.FormWidget-
|
|
750
|
+
.FormWidget-module_xapp_form_widget__V-G-H {
|
|
751
751
|
width: 740px;
|
|
752
|
+
/*
|
|
753
|
+
&__content {
|
|
754
|
+
width: 740px;
|
|
755
|
+
} */
|
|
752
756
|
}
|
|
753
757
|
}
|
|
754
758
|
@media (min-width: 992px) and (max-width: 1200px) {
|
|
755
|
-
.FormWidget-
|
|
759
|
+
.FormWidget-module_xapp_form_widget__V-G-H {
|
|
756
760
|
width: 600px;
|
|
761
|
+
/* &__content {
|
|
762
|
+
width: 600px;
|
|
763
|
+
} */
|
|
757
764
|
}
|
|
758
765
|
}
|
|
759
766
|
@media (min-width: 641px) and (max-width: 991px) {
|
|
760
|
-
.FormWidget-
|
|
767
|
+
.FormWidget-module_xapp_form_widget__V-G-H {
|
|
761
768
|
width: 500px;
|
|
769
|
+
/* &__content {
|
|
770
|
+
width: 500px;
|
|
771
|
+
} */
|
|
762
772
|
}
|
|
763
773
|
}
|
|
774
|
+
/* Mobile */
|
|
764
775
|
@media (max-width: 640px) {
|
|
776
|
+
.FormWidget-module_xapp_form_widget__V-G-H {
|
|
777
|
+
width: 100%;
|
|
778
|
+
border-radius: 0;
|
|
779
|
+
}
|
|
765
780
|
.FormWidget-module_xapp_form_widget__content__a9NXC {
|
|
766
781
|
width: 100%;
|
|
767
782
|
}
|