@xapp/form-widget 1.72.3 → 1.73.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.
Files changed (35) hide show
  1. package/dist/components/Form/Form.stories.d.ts +1 -0
  2. package/dist/components/FormFieldCard/FormFieldCard.d.ts +0 -0
  3. package/dist/components/FormFieldChips/FormFieldChips.d.ts +0 -0
  4. package/dist/components/FormFieldChips/FormFieldSelect.d.ts +0 -0
  5. package/dist/components/FormFieldDate/FormFieldDate.d.ts +0 -0
  6. package/dist/components/FormFieldDateRange/FormFieldDateRange.d.ts +0 -0
  7. package/dist/components/FormFieldDropdown/FormFieldDropdown.d.ts +0 -0
  8. package/dist/components/FormFieldTextInput/FormFieldTextInput.d.ts +0 -0
  9. package/dist/components/FormFieldTextInputAddress/FormFieldTextInputAddress.d.ts +0 -0
  10. package/dist/components/FormStepDisplay/FormStepDisplay.d.ts +0 -0
  11. package/dist/components/FormWidget/FormWidget.stories.d.ts +0 -3
  12. package/dist/components/IconLabel/IconLabel.d.ts +0 -0
  13. package/dist/components/IconLabel/index.d.ts +0 -0
  14. package/dist/components/ModalDialog/ModalDialog.d.ts +0 -0
  15. package/dist/components/ModalDialog/ModalDialog.stories.d.ts +1 -0
  16. package/dist/components/SearchInput/SearchInput.d.ts +0 -0
  17. package/dist/components/SearchInput/SearchInputContainer.d.ts +0 -0
  18. package/dist/components/SearchInput/index.d.ts +0 -0
  19. package/dist/components/SearchResponseFormDisplay/SearchResponseFormDisplay.d.ts +0 -0
  20. package/dist/components/SearchResponseFormDisplay/model.d.ts +0 -0
  21. package/dist/components/SimpleNavigationHeader/SimpleNavigationHeader.d.ts +0 -0
  22. package/dist/components/icons/MicIcons/MicIconEmpty.d.ts +0 -0
  23. package/dist/components/icons/MicIcons/MicIconFill.d.ts +0 -0
  24. package/dist/components/icons/MicIcons/index.d.ts +0 -0
  25. package/dist/config/form-widget-config.d.ts +0 -0
  26. package/dist/index.es.js +39 -31
  27. package/dist/index.es.js.map +1 -1
  28. package/dist/utils/AddressAutocompleteService.d.ts +0 -0
  29. package/dist/utils/guards/isField.d.ts +0 -0
  30. package/dist/utils/guards/isForm.d.ts +0 -0
  31. package/dist/utils/useSuggestionsFetch.d.ts +0 -0
  32. package/dist/utils/useSuggestionsUrl.d.ts +0 -0
  33. package/dist/xapp-form-widget.css +0 -65
  34. package/dist/xapp-form-widget.js +10 -10
  35. package/package.json +9 -9
Binary file
Binary file
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
  }