@xapp/form-widget 1.72.4 → 1.74.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 +1 -3
- package/dist/components/FormFieldDate/FormFieldDate.d.ts +0 -0
- package/dist/components/FormFieldDate/FormFieldDate.stories.d.ts +6 -0
- package/dist/components/FormStepDisplay/FormStepDisplay.d.ts +0 -0
- package/dist/components/FormStepDisplay/FormStepDisplay.stories.d.ts +1 -0
- package/dist/components/FormWidget/FormWidget.stories.d.ts +0 -3
- package/dist/components/IconLabel/IconLabel.d.ts +0 -0
- package/dist/components/IconLabel/index.d.ts +0 -0
- package/dist/components/ModalDialog/ModalDialog.d.ts +0 -0
- package/dist/components/ModalDialog/ModalDialog.stories.d.ts +1 -0
- package/dist/components/SearchInput/SearchInput.d.ts +0 -0
- package/dist/components/SearchInput/SearchInputContainer.d.ts +0 -0
- package/dist/components/SearchInput/index.d.ts +0 -0
- package/dist/components/icons/MicIcons/MicIconEmpty.d.ts +0 -0
- package/dist/components/icons/MicIcons/MicIconFill.d.ts +0 -0
- package/dist/components/icons/MicIcons/index.d.ts +0 -0
- package/dist/config/form-widget-config.d.ts +0 -0
- package/dist/index.es.js +39 -39
- package/dist/index.es.js.map +1 -1
- package/dist/utils/useSuggestionsFetch.d.ts +0 -0
- package/dist/utils/useSuggestionsUrl.d.ts +0 -0
- package/dist/xapp-form-widget.css +5 -67
- package/dist/xapp-form-widget.js +10 -10
- package/package.json +16 -16
|
Binary file
|
|
Binary file
|
|
@@ -47,71 +47,6 @@
|
|
|
47
47
|
body.ModalDialog-module_xapp_search_opened__jgDSX {
|
|
48
48
|
overflow: hidden;
|
|
49
49
|
}
|
|
50
|
-
.IconLabel-module_xapp_search_icon_label__L1kw0 {
|
|
51
|
-
border: none;
|
|
52
|
-
background: none;
|
|
53
|
-
cursor: pointer;
|
|
54
|
-
display: flex;
|
|
55
|
-
align-items: center;
|
|
56
|
-
box-sizing: border-box;
|
|
57
|
-
}
|
|
58
|
-
.SearchInput-module_xapp_search_input__bcNwP {
|
|
59
|
-
position: relative;
|
|
60
|
-
color: #061739;
|
|
61
|
-
display: flex;
|
|
62
|
-
flex-direction: row;
|
|
63
|
-
align-items: center;
|
|
64
|
-
width: 600px;
|
|
65
|
-
}
|
|
66
|
-
.SearchInput-module_xapp_search_input__value__SdenA {
|
|
67
|
-
flex: 1 1 auto;
|
|
68
|
-
font-size: 28px;
|
|
69
|
-
color: #061739;
|
|
70
|
-
}
|
|
71
|
-
.SearchInput-module_xapp_search_input__value__input__E3z-3 {
|
|
72
|
-
padding: 21px 12px;
|
|
73
|
-
min-height: 70px;
|
|
74
|
-
}
|
|
75
|
-
.SearchInput-module_xapp_search_input__value__SdenA input {
|
|
76
|
-
width: 100% !important;
|
|
77
|
-
}
|
|
78
|
-
.SearchInput-module_xapp_search_input__btn__lVlFp {
|
|
79
|
-
flex: 0 0 70px;
|
|
80
|
-
height: 15px;
|
|
81
|
-
padding: 17.5px;
|
|
82
|
-
box-sizing: border-box;
|
|
83
|
-
margin: 10px;
|
|
84
|
-
display: flex;
|
|
85
|
-
align-items: center;
|
|
86
|
-
justify-content: center;
|
|
87
|
-
}
|
|
88
|
-
.SearchInput-module_xapp_search_input__cancel__m3Rtv {
|
|
89
|
-
flex: 0 0 auto;
|
|
90
|
-
background: none;
|
|
91
|
-
border: none;
|
|
92
|
-
padding: 0 16px 0 0;
|
|
93
|
-
cursor: pointer;
|
|
94
|
-
font-size: 16px;
|
|
95
|
-
color: inherit;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.SearchInput-module_xapp_search_icon_pulsate__V76Nj {
|
|
99
|
-
animation: SearchInput-module_pulsate__W1VD8 1s infinite;
|
|
100
|
-
background-color: #e585a8 !important;
|
|
101
|
-
border-radius: 50%;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
@keyframes SearchInput-module_xapp_search_icon_pulsate__V76Nj {
|
|
105
|
-
0% {
|
|
106
|
-
transform: scale(1);
|
|
107
|
-
}
|
|
108
|
-
50% {
|
|
109
|
-
transform: scale(1.2);
|
|
110
|
-
}
|
|
111
|
-
100% {
|
|
112
|
-
transform: scale(1);
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
50
|
.SearchResponseBubble-module_xapp_search_response_bubble__UtmuK {
|
|
116
51
|
--xapp-bubble-background: #fff;
|
|
117
52
|
}
|
|
@@ -408,7 +343,7 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
|
|
|
408
343
|
padding: 0px;
|
|
409
344
|
}
|
|
410
345
|
.FormFieldDate-module_xapp_date_picker_container__d8LYB {
|
|
411
|
-
|
|
346
|
+
height: 100%;
|
|
412
347
|
}
|
|
413
348
|
|
|
414
349
|
.FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiDayCalendar-weekDayLabel {
|
|
@@ -475,8 +410,11 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
|
|
|
475
410
|
.FormFieldDate-module_xapp_date_picker__Rvtj1 .FormFieldDate-module_xapp_date_picker_past__ECo-S {
|
|
476
411
|
background-color: rgba(48, 49, 53, 0.2392156863) !important;
|
|
477
412
|
}
|
|
413
|
+
.FormFieldDate-module_xapp_date_picker__Rvtj1 .FormFieldDate-module_xapp_date_picker_available__2Xtlu {
|
|
414
|
+
background-color: rgba(0, 255, 21, 0.1607843137) !important;
|
|
415
|
+
}
|
|
478
416
|
.FormFieldDate-module_xapp_date_picker__Rvtj1 .FormFieldDate-module_xapp_date_picker_blocked__e-aNY {
|
|
479
|
-
background-color: rgba(
|
|
417
|
+
background-color: rgba(175, 177, 182, 0.2392156863) !important;
|
|
480
418
|
}
|
|
481
419
|
.FormFieldDate-module_xapp_date_picker__Rvtj1 .MuiDayCalendar-weekDayLabel {
|
|
482
420
|
font-weight: 600 !important;
|