@yoobic/yobi 7.7.41 → 7.7.42

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 (42) hide show
  1. package/dist/cjs/design-system.cjs.js +1 -1
  2. package/dist/cjs/{draggable-tags-helpers-b353ad65.js → draggable-tags-helpers-2b62a9fa.js} +2 -1
  3. package/dist/cjs/index.cjs.js +1 -1
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/cjs/yoo-form-categorize-words.cjs.entry.js +1 -1
  6. package/dist/cjs/yoo-form-choice_4.cjs.entry.js +1 -1
  7. package/dist/cjs/yoo-form-connect.cjs.entry.js +204 -323
  8. package/dist/cjs/yoo-form-image-tagging.cjs.entry.js +1 -1
  9. package/dist/cjs/yoo-form-missing-word.cjs.entry.js +1 -1
  10. package/dist/cjs/yoo-form-ranking.cjs.entry.js +1 -1
  11. package/dist/cjs/yoo-form-swipe-cards.cjs.entry.js +1 -1
  12. package/dist/collection/components/form/form-connect/form-connect.css +35 -33
  13. package/dist/collection/components/form/form-connect/form-connect.js +207 -375
  14. package/dist/collection/components/form/form-connect/types/index.js +1 -1
  15. package/dist/collection/utils/helpers/draggable-tags-helpers.js +2 -1
  16. package/dist/design-system/design-system.esm.js +1 -1
  17. package/dist/design-system/index.esm.js +1 -1
  18. package/dist/design-system/p-25ffc253.entry.js +1 -0
  19. package/dist/design-system/{p-d5b214f0.entry.js → p-37f863a9.entry.js} +1 -1
  20. package/dist/design-system/{p-adbb882f.entry.js → p-484eb9f2.entry.js} +1 -1
  21. package/dist/design-system/{p-f013d119.entry.js → p-82954c87.entry.js} +1 -1
  22. package/dist/design-system/{p-619154de.entry.js → p-a6091b4d.entry.js} +1 -1
  23. package/dist/design-system/p-f30db1be.js +1 -0
  24. package/dist/design-system/{p-800cb056.entry.js → p-f4317e29.entry.js} +1 -1
  25. package/dist/design-system/{p-47077c2f.entry.js → p-f61d59d7.entry.js} +1 -1
  26. package/dist/esm/design-system.js +1 -1
  27. package/dist/esm/{draggable-tags-helpers-e3b9cd11.js → draggable-tags-helpers-504b4b6d.js} +2 -1
  28. package/dist/esm/index.js +1 -1
  29. package/dist/esm/loader.js +1 -1
  30. package/dist/esm/yoo-form-categorize-words.entry.js +1 -1
  31. package/dist/esm/yoo-form-choice_4.entry.js +1 -1
  32. package/dist/esm/yoo-form-connect.entry.js +206 -325
  33. package/dist/esm/yoo-form-image-tagging.entry.js +1 -1
  34. package/dist/esm/yoo-form-missing-word.entry.js +1 -1
  35. package/dist/esm/yoo-form-ranking.entry.js +1 -1
  36. package/dist/esm/yoo-form-swipe-cards.entry.js +1 -1
  37. package/dist/types/components/form/form-connect/form-connect.d.ts +31 -48
  38. package/dist/types/components/form/form-connect/types/index.d.ts +4 -5
  39. package/dist/types/components.d.ts +0 -9
  40. package/package.json +1 -1
  41. package/dist/design-system/p-72fe82e5.js +0 -1
  42. package/dist/design-system/p-ab3cb64c.entry.js +0 -1
@@ -3,7 +3,7 @@ import { Z as translateMulti } from './rrule-1b4fc7ac.js';
3
3
  import './input-bar.interface-4e956599.js';
4
4
  import './ResizeObserver.es-857da850.js';
5
5
  import { f as getAppContext } from './common-helpers-736b1b33.js';
6
- import { c as showWarningAlert, h as hasValuesChanged, b as getNewValue, r as resetTags, d as checkArray, u as initZones, p as initTags, j as getDroppedTagsValues, l as isTagsZone, e as getTagsValues, a as hasDuplicates } from './draggable-tags-helpers-e3b9cd11.js';
6
+ import { c as showWarningAlert, h as hasValuesChanged, b as getNewValue, r as resetTags, d as checkArray, u as initZones, p as initTags, j as getDroppedTagsValues, l as isTagsZone, e as getTagsValues, a as hasDuplicates } from './draggable-tags-helpers-504b4b6d.js';
7
7
  import { b as setValueAndValidateInput } from './form-input-helpers-d7f93f16.js';
8
8
  import { i as isEqual } from './isEqual-1f962694.js';
9
9
  import './isUndefined-11cbe419.js';
@@ -3,7 +3,7 @@ import { a1 as compact, Z as translateMulti, t as translate, a3 as isNullOrUndef
3
3
  import { A as ALL_MOBILE_FORM_FIELDS } from './input-bar.interface-4e956599.js';
4
4
  import './ResizeObserver.es-857da850.js';
5
5
  import { q as setColorSVG, a as showSlidesMedia, f as getAppContext } from './common-helpers-736b1b33.js';
6
- import { c as showWarningAlert, a as hasDuplicates } from './draggable-tags-helpers-e3b9cd11.js';
6
+ import { c as showWarningAlert, a as hasDuplicates } from './draggable-tags-helpers-504b4b6d.js';
7
7
  import { s as setValidator, b as setValueAndValidateInput } from './form-input-helpers-d7f93f16.js';
8
8
  import { i as isEqual } from './isEqual-1f962694.js';
9
9
  import { s as shuffle } from './shuffle-a3cc6057.js';