@xapp/form-widget 1.67.0 → 1.69.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/api/stentor-api.d.ts +0 -0
- package/dist/components/FormFieldTextInputAddress/FormFieldTextInputAddress.d.ts +0 -0
- package/dist/components/SearchResponseFormDisplay/model.d.ts +0 -0
- package/dist/components/SideButton/SideButton.d.ts +0 -0
- package/dist/components/SideButton/index.d.ts +1 -0
- package/dist/config/form-widget-config.d.ts +0 -0
- package/dist/config/theme.d.ts +0 -0
- package/dist/index.es.js +6 -6
- package/dist/index.es.js.map +1 -1
- package/dist/utils/AddressAutocompleteService.d.ts +0 -0
- package/dist/xapp-form-widget.css +27 -0
- package/dist/xapp-form-widget.js +3 -3
- package/package.json +3 -3
|
Binary file
|
|
@@ -814,6 +814,33 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
|
|
|
814
814
|
.ChatButton-module_xapp_chat_button__HH7eW:hover {
|
|
815
815
|
background: transparent !important;
|
|
816
816
|
}
|
|
817
|
+
.SideButton-module_xapp_form_sticky_button__YqORL {
|
|
818
|
+
position: fixed;
|
|
819
|
+
cursor: pointer;
|
|
820
|
+
transform: translateY(-50%);
|
|
821
|
+
text-align: center;
|
|
822
|
+
writing-mode: vertical-rl;
|
|
823
|
+
background-color: var(--xapp-form-widget-side-button-background-color, #d8412a);
|
|
824
|
+
color: var(--xapp-form-widget-side-button-color, #ffffff);
|
|
825
|
+
font-size: var(--xapp-form-widget-side-button-font-size, 1.5em);
|
|
826
|
+
top: var(--xapp-form-widget-side-button-top, 50%);
|
|
827
|
+
min-height: var(--xapp-form-widget-side-button-min-length, 200px);
|
|
828
|
+
}
|
|
829
|
+
.SideButton-module_xapp_form_sticky_button__YqORL:hover {
|
|
830
|
+
background-color: var(--xapp-form-widget-side-button-background-color-dark, darkred);
|
|
831
|
+
}
|
|
832
|
+
.SideButton-module_xapp_form_sticky_button__YqORL.SideButton-module_left__GT6z8 {
|
|
833
|
+
left: 0;
|
|
834
|
+
border-top-right-radius: 50%;
|
|
835
|
+
border-bottom-right-radius: 50%;
|
|
836
|
+
padding: 20px 20px 20px 10px;
|
|
837
|
+
}
|
|
838
|
+
.SideButton-module_xapp_form_sticky_button__YqORL.SideButton-module_right__Hy2FU {
|
|
839
|
+
right: 0;
|
|
840
|
+
border-top-left-radius: 50%;
|
|
841
|
+
border-bottom-left-radius: 50%;
|
|
842
|
+
padding: 20px 10px 20px 20px;
|
|
843
|
+
}
|
|
817
844
|
@font-face {
|
|
818
845
|
font-family: RobotoRegular;
|
|
819
846
|
font-style: normal;
|