@xapp/form-widget 1.72.2 → 1.72.3

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 (33) hide show
  1. package/dist/components/Button/Button.stories.d.ts +1 -1
  2. package/dist/components/Card/Card.stories.d.ts +1 -1
  3. package/dist/components/Cards/Cards.stories.d.ts +1 -1
  4. package/dist/components/Carousel/Carousel.stories.d.ts +1 -1
  5. package/dist/components/ChatButton/ChatButton.stories.d.ts +1 -1
  6. package/dist/components/Form/Form.stories.d.ts +1 -1
  7. package/dist/components/FormFieldChips/FormFieldChips.d.ts +0 -0
  8. package/dist/components/FormFieldChips/FormFieldChips.stories.d.ts +5 -0
  9. package/dist/components/FormStepDisplay/FormStepDisplay.d.ts +0 -0
  10. package/dist/components/FormStepDisplay/FormStepDisplay.stories.d.ts +4 -0
  11. package/dist/components/FormWidget/FormWidget.stories.d.ts +1 -1
  12. package/dist/components/IconLabel/IconLabel.stories.d.ts +1 -1
  13. package/dist/components/LinkButton/LinkButton.stories.d.ts +1 -1
  14. package/dist/components/ModalDialog/ModalDialog.stories.d.ts +1 -1
  15. package/dist/components/SearchInput/SearchInput.stories.d.ts +1 -1
  16. package/dist/components/SearchResponse/SearchResponse.stories.d.ts +1 -1
  17. package/dist/components/SearchResponseAudio/SearchResponseAudio.stories.d.ts +1 -1
  18. package/dist/components/SearchResponseBubble/SearchResponseBubble.stories.d.ts +1 -1
  19. package/dist/components/SearchResponseCarouselDisplay/SearchResponseCarouselDisplay.stories.d.ts +1 -1
  20. package/dist/components/SearchResponseFormDisplay/model.d.ts +0 -0
  21. package/dist/components/SearchResponseHtml/SearchResponseHtml.stories.d.ts +1 -1
  22. package/dist/components/SearchResponseListDisplay/SearchResponseListDisplay.stories.d.ts +1 -1
  23. package/dist/components/SearchResponseOutputSpeech/SearchResponseOutputSpeech.stories.d.ts +1 -1
  24. package/dist/components/SearchResponseText/SearchResponseText.stories.d.ts +1 -1
  25. package/dist/components/SearchResult/SearchResult.stories.d.ts +1 -1
  26. package/dist/components/SuggestedAction/SuggestedAction.stories.d.ts +1 -1
  27. package/dist/components/SuggestedActions/SuggestedActions.stories.d.ts +1 -1
  28. package/dist/components/icons/Icon.stories.d.ts +1 -1
  29. package/dist/index.es.js +68 -68
  30. package/dist/index.es.js.map +1 -1
  31. package/dist/xapp-form-widget.css +19 -19
  32. package/dist/xapp-form-widget.js +10 -10
  33. package/package.json +16 -17
@@ -304,6 +304,25 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
304
304
  display: flex;
305
305
  flex-direction: column;
306
306
  }
307
+ .FormFieldSelect-module_xapp_checkbox_select__QccWu {
308
+ margin: 6px !important;
309
+ font-size: 12px !important;
310
+ padding: 8px 16px !important;
311
+ height: 32px !important;
312
+ }
313
+
314
+ .FormFieldSelect-module_xapp_select_container__HWy4J {
315
+ display: flex;
316
+ flex-wrap: wrap; /* Allows items to wrap onto a new row */
317
+ justify-content: center; /* Centers items horizontally */
318
+ }
319
+
320
+ .FormFieldSelect-module_xapp_select_title_container__empty__zC4gk p {
321
+ margin: 0;
322
+ }
323
+ .FormFieldCard-module_xapp_form_card__AcVAf img {
324
+ width: 50% !important;
325
+ }
307
326
  .MuiChip-label {
308
327
  padding-left: 4px !important;
309
328
  padding-right: 4px !important;
@@ -551,25 +570,6 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
551
570
  .FormStepDisplay-module_xapp_disabled_button__RjSfL:hover {
552
571
  filter: brightness(80%) !important;
553
572
  }
554
- .FormFieldSelect-module_xapp_checkbox_select__QccWu {
555
- margin: 6px !important;
556
- font-size: 12px !important;
557
- padding: 8px 16px !important;
558
- height: 32px !important;
559
- }
560
-
561
- .FormFieldSelect-module_xapp_select_container__HWy4J {
562
- display: flex;
563
- flex-wrap: wrap; /* Allows items to wrap onto a new row */
564
- justify-content: center; /* Centers items horizontally */
565
- }
566
-
567
- .FormFieldSelect-module_xapp_select_title_container__empty__zC4gk p {
568
- margin: 0;
569
- }
570
- .FormFieldCard-module_xapp_form_card__AcVAf img {
571
- width: 50% !important;
572
- }
573
573
  .SearchResponseFormDisplay-module_xapp_formstep__2WhYK {
574
574
  display: none;
575
575
  padding: 8px;