@onereach/ui-components 6.6.2-beta.3526.0 → 7.0.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 (716) hide show
  1. package/dist/bundled/v2/{OrDateTimePickerMonthSelect-84e68561.js → OrDateTimePickerMonthSelect-06eb6ce3.js} +3 -3
  2. package/dist/bundled/v2/{OrDateTimePickerTimeSelect-42f38d7a.js → OrDateTimePickerTimeSelect-5ebd3f35.js} +1 -1
  3. package/dist/bundled/v2/components/OrAvatarV3/styles.js +1 -1
  4. package/dist/bundled/v2/components/OrBottomSheetV3/OrBottomSheet.js +1 -1
  5. package/dist/bundled/v2/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +1 -1
  6. package/dist/bundled/v2/components/OrBottomSheetV3/styles.js +1 -1
  7. package/dist/bundled/v2/components/OrButtonV3/styles.js +1 -1
  8. package/dist/bundled/v2/components/OrCheckboxV3/styles.js +1 -1
  9. package/dist/bundled/v2/components/OrCode/OrCode.js +1 -1
  10. package/dist/bundled/v2/components/OrColorPicker/OrColorPicker.js +1 -1
  11. package/dist/bundled/v2/components/OrConfirm/OrConfirm.js +1 -1
  12. package/dist/bundled/v2/components/OrConfirmV3/OrConfirm.js +1 -1
  13. package/dist/bundled/v2/components/OrContextMenuV3/props.d.ts +2 -1
  14. package/dist/bundled/v2/components/OrDatePickerV3/OrDatePicker.js +2 -2
  15. package/dist/bundled/v2/components/OrDateTimePicker/OrDateTimePicker.js +1 -1
  16. package/dist/bundled/v2/components/OrDateTimePickerV3/OrDateTimePicker.js +3 -3
  17. package/dist/bundled/v2/components/OrDateTimePickerV3/index.js +3 -3
  18. package/dist/bundled/v2/components/OrErrorTagV3/OrErrorTag.js +2 -2
  19. package/dist/bundled/v2/components/OrErrorTagV3/styles.d.ts +1 -1
  20. package/dist/bundled/v2/components/OrErrorTagV3/styles.js +6 -6
  21. package/dist/bundled/v2/components/OrErrorV3/OrError.js +2 -2
  22. package/dist/bundled/v2/components/OrErrorV3/styles.d.ts +1 -1
  23. package/dist/bundled/v2/components/OrErrorV3/styles.js +3 -3
  24. package/dist/bundled/v2/components/OrExpansionPanelV3/styles.js +1 -1
  25. package/dist/bundled/v2/components/OrHintV3/OrHint.js +2 -2
  26. package/dist/bundled/v2/components/OrHintV3/styles.d.ts +1 -1
  27. package/dist/bundled/v2/components/OrHintV3/styles.js +3 -3
  28. package/dist/bundled/v2/components/OrIconButtonV3/styles.js +1 -1
  29. package/dist/bundled/v2/components/OrIconV3/styles.js +1 -1
  30. package/dist/bundled/v2/components/OrInlineTextEdit/OrInlineTextEdit.js +1 -1
  31. package/dist/bundled/v2/components/OrLabelV3/styles.js +1 -1
  32. package/dist/bundled/v2/components/OrLinkV3/styles.js +1 -1
  33. package/dist/bundled/v2/components/OrLoaderV3/OrLoader.js +1 -1
  34. package/dist/bundled/v2/components/OrMenuItemV3/styles.js +1 -1
  35. package/dist/bundled/v2/components/OrMenuV3/props.d.ts +2 -1
  36. package/dist/bundled/v2/components/OrModal/OrModal.js +2 -2
  37. package/dist/bundled/v2/components/OrOverflowMenu/OrOverflowMenu.js +1 -1
  38. package/dist/bundled/v2/components/OrOverlayV3/OrOverlay.js +1 -1
  39. package/dist/bundled/v2/components/OrPassword/OrPassword.js +1 -1
  40. package/dist/bundled/v2/components/OrPopoverV3/OrPopover.js +1 -1
  41. package/dist/bundled/v2/components/OrProgressV3/OrProgress.js +1 -1
  42. package/dist/bundled/v2/components/OrRadioV3/styles.js +1 -1
  43. package/dist/bundled/v2/components/OrResizeablePanelV3/OrResizeablePanel.js +1 -1
  44. package/dist/bundled/v2/components/OrResizeablePanelV3/styles.js +4 -4
  45. package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +2 -2
  46. package/dist/bundled/v2/components/OrSegmentedControlV3/OrSegmentedControl.js +1 -1
  47. package/dist/bundled/v2/components/OrSelect/OrSelect.js +1 -1
  48. package/dist/bundled/v2/components/OrSelectV3/OrSelect.js +138 -622
  49. package/dist/bundled/v2/components/OrSelectV3/OrSelect.vue.d.ts +29 -48
  50. package/dist/bundled/v2/components/OrSelectV3/styles.js +1 -1
  51. package/dist/bundled/v2/components/OrSelectV3/types.d.ts +1 -3
  52. package/dist/bundled/v2/components/OrSidebar/OrSidebar.js +1 -1
  53. package/dist/bundled/v2/components/OrSlider/OrSlider.js +1 -1
  54. package/dist/bundled/v2/components/OrSwitchV3/styles.js +1 -1
  55. package/dist/bundled/v2/components/OrTabV3/styles.js +1 -1
  56. package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +1 -1
  57. package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.js +67 -138
  58. package/dist/bundled/v2/components/OrTagInputV3/OrTagInput.vue.d.ts +14 -59
  59. package/dist/bundled/v2/components/OrTagInputV3/styles.js +1 -1
  60. package/dist/bundled/v2/components/OrTagV3/OrTag.js +2 -2
  61. package/dist/bundled/v2/components/OrTagV3/styles.d.ts +3 -3
  62. package/dist/bundled/v2/components/OrTagV3/styles.js +16 -14
  63. package/dist/bundled/v2/components/OrTagsV3/OrTags.js +19 -56
  64. package/dist/bundled/v2/components/OrTagsV3/OrTags.vue.d.ts +12 -32
  65. package/dist/bundled/v2/components/OrTagsV3/props.d.ts +1 -3
  66. package/dist/bundled/v2/components/OrTagsV3/props.js +0 -4
  67. package/dist/bundled/v2/components/OrTagsV3/styles.js +5 -15
  68. package/dist/bundled/v2/components/OrTimePickerV3/OrTimePicker.js +2 -2
  69. package/dist/bundled/v2/components/OrToast/composable/useToastEventBus.js +1 -1
  70. package/dist/bundled/v2/components/OrToastV3/composable/useToastEventBus.js +1 -1
  71. package/dist/bundled/v2/components/OrTooltipV3/props.d.ts +2 -1
  72. package/dist/bundled/v2/components/index.js +3 -3
  73. package/dist/bundled/v2/hooks/useOverflow.d.ts +1 -4
  74. package/dist/bundled/v2/hooks/useOverflow.js +3 -10
  75. package/dist/bundled/v2/hooks/useResponsive/useResponsive.js +9 -9
  76. package/dist/bundled/v2/{index-a77d7adf.js → index-a488b35e.js} +1 -23
  77. package/dist/bundled/v2/index.js +4 -4
  78. package/dist/bundled/v2/{useFocusTrap-dad25115.js → useFocusTrap-44eded81.js} +1 -1
  79. package/dist/bundled/v3/{OrAvatar.vue_vue_type_script_lang-766685fb.js → OrAvatar.vue_vue_type_script_lang-37ee3ec6.js} +1 -1
  80. package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-5487541b.js → OrBottomSheet.vue_vue_type_script_lang-37e2fc0e.js} +2 -2
  81. package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-7052780f.js → OrButton.vue_vue_type_script_lang-bc25bb37.js} +1 -1
  82. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-4bbd52e3.js → OrCardCollection.vue_vue_type_script_lang-77bcd3a8.js} +1 -1
  83. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-c66c0f90.js → OrCardCollection.vue_vue_type_script_lang-81901ad7.js} +3 -3
  84. package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-4fa909d8.js → OrCheckbox.vue_vue_type_script_lang-cdc466f7.js} +1 -1
  85. package/dist/bundled/v3/{OrCheckboxGroup.vue_vue_type_script_lang-4bc7ec9b.js → OrCheckboxGroup.vue_vue_type_script_lang-ada59489.js} +2 -2
  86. package/dist/bundled/v3/{OrCheckboxTree.vue_vue_type_script_lang-761e0672.js → OrCheckboxTree.vue_vue_type_script_lang-aea94f67.js} +4 -4
  87. package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-3a6280cf.js → OrCode.vue_vue_type_script_lang-12e5e92d.js} +2 -2
  88. package/dist/bundled/v3/{OrCode.vue_vue_type_script_lang-742fcf46.js → OrCode.vue_vue_type_script_lang-9008d0ff.js} +5 -5
  89. package/dist/bundled/v3/{OrColorPicker.vue_vue_type_script_lang-ae778af6.js → OrColorPicker.vue_vue_type_script_lang-5c6fd662.js} +2 -2
  90. package/dist/bundled/v3/{OrCombinedInput.vue_vue_type_script_lang-fef04d0e.js → OrCombinedInput.vue_vue_type_script_lang-d529dae3.js} +3 -3
  91. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-d5ba2f4a.js → OrConfirm.vue_vue_type_script_lang-22a73313.js} +6 -6
  92. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-9ed9ba84.js → OrConfirm.vue_vue_type_script_lang-5dd6c37e.js} +4 -4
  93. package/dist/bundled/v3/{OrContextMenu.vue_vue_type_script_lang-28b7dd77.js → OrContextMenu.vue_vue_type_script_lang-4d5e445b.js} +1 -1
  94. package/dist/bundled/v3/{OrDatePicker.vue_vue_type_script_lang-eca5da67.js → OrDatePicker.vue_vue_type_script_lang-eeb33130.js} +8 -8
  95. package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-3d115961.js → OrDateTimePicker.vue_vue_type_script_lang-3b26d48d.js} +9 -9
  96. package/dist/bundled/v3/{OrDateTimePicker.vue_vue_type_script_lang-a4f4d0dd.js → OrDateTimePicker.vue_vue_type_script_lang-a75fb98f.js} +1 -1
  97. package/dist/bundled/v3/{OrDateTimePickerPopoverHeader-f0637d74.js → OrDateTimePickerPopoverHeader-0c4c9bbc.js} +9 -9
  98. package/dist/bundled/v3/{OrDateTimePickerPopoverHeader.vue_vue_type_script_lang-ad567fe0.js → OrDateTimePickerPopoverHeader.vue_vue_type_script_lang-f2f452de.js} +2 -2
  99. package/dist/bundled/v3/{OrDateTimePickerTimeSelect-582355f5.js → OrDateTimePickerTimeSelect-ca150449.js} +2 -2
  100. package/dist/bundled/v3/{OrError.vue_vue_type_script_lang-df7b5e32.js → OrError.vue_vue_type_script_lang-fcf91781.js} +2 -2
  101. package/dist/bundled/v3/{OrErrorTag.vue_vue_type_script_lang-be2ca11b.js → OrErrorTag.vue_vue_type_script_lang-91445ae6.js} +3 -3
  102. package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-5eb86359.js → OrExpansionPanel.vue_vue_type_script_lang-d7c2d142.js} +1 -1
  103. package/dist/bundled/v3/{OrFab.vue_vue_type_script_lang-1e6454df.js → OrFab.vue_vue_type_script_lang-1647b498.js} +1 -1
  104. package/dist/bundled/v3/{OrFormGroup.vue_vue_type_script_lang-7ef8a039.js → OrFormGroup.vue_vue_type_script_lang-165cf30e.js} +3 -3
  105. package/dist/bundled/v3/{OrHint.vue_vue_type_script_lang-0f5e8377.js → OrHint.vue_vue_type_script_lang-0ab8b932.js} +2 -2
  106. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-5a2b8679.js → OrIconButton.vue_vue_type_script_lang-a35c30ce.js} +2 -2
  107. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-69ed9520.js → OrInlineInput.vue_vue_type_script_lang-df7eb768.js} +3 -3
  108. package/dist/bundled/v3/{OrInlineTextEdit.vue_vue_type_script_lang-3efb497c.js → OrInlineTextEdit.vue_vue_type_script_lang-70b79aec.js} +1 -1
  109. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-cbbb144b.js → OrInlineTextarea.vue_vue_type_script_lang-4f7dfa64.js} +3 -3
  110. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-2b98ac5c.js → OrInput.vue_vue_type_script_lang-bea5b267.js} +6 -6
  111. package/dist/bundled/v3/{OrLoader.vue_vue_type_script_lang-e4fbf869.js → OrLoader.vue_vue_type_script_lang-aefd49c2.js} +1 -1
  112. package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-37aef985.js → OrMenu.vue_vue_type_script_lang-c4b4ca1b.js} +1 -1
  113. package/dist/bundled/v3/{OrMenuItem.vue_vue_type_script_lang-efe9c5de.js → OrMenuItem.vue_vue_type_script_lang-1e9ee207.js} +1 -1
  114. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-136179dc.js → OrModal.vue_vue_type_script_lang-09c00129.js} +2 -2
  115. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-a7ac4ac5.js → OrModal.vue_vue_type_script_lang-712e0986.js} +2 -2
  116. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-9f8216c9.js → OrNotification.vue_vue_type_script_lang-b53d29af.js} +2 -2
  117. package/dist/bundled/v3/{OrOverflowMenu.vue_vue_type_script_lang-fa75e033.js → OrOverflowMenu.vue_vue_type_script_lang-bba61b94.js} +2 -2
  118. package/dist/bundled/v3/{OrOverlay.vue_vue_type_script_lang-5b1f4a36.js → OrOverlay.vue_vue_type_script_lang-a2afd31a.js} +1 -1
  119. package/dist/bundled/v3/{OrPagination.vue_vue_type_script_lang-2714585c.js → OrPagination.vue_vue_type_script_lang-5b33bd96.js} +4 -4
  120. package/dist/bundled/v3/{OrPassword.vue_vue_type_script_lang-5cacdf5e.js → OrPassword.vue_vue_type_script_lang-b36b869a.js} +1 -1
  121. package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-aa97c946.js → OrPopover.vue_vue_type_script_lang-2462c31d.js} +2 -2
  122. package/dist/bundled/v3/{OrProgress.vue_vue_type_script_lang-2aa509c0.js → OrProgress.vue_vue_type_script_lang-f2da8e58.js} +1 -1
  123. package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-1027061f.js → OrRadio.vue_vue_type_script_lang-750ce51f.js} +1 -1
  124. package/dist/bundled/v3/{OrRadioGroup.vue_vue_type_script_lang-98379ffe.js → OrRadioGroup.vue_vue_type_script_lang-8fad9a5f.js} +2 -2
  125. package/dist/bundled/v3/{OrResizeablePanel.vue_vue_type_script_lang-28f3879b.js → OrResizeablePanel.vue_vue_type_script_lang-6ff56926.js} +2 -2
  126. package/dist/bundled/v3/{OrRichTextEditor.vue_vue_type_script_lang-86b38f6e.js → OrRichTextEditor.vue_vue_type_script_lang-3e868b85.js} +10 -10
  127. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-af778eb4.js → OrSearch.vue_vue_type_script_lang-12b1c76f.js} +2 -2
  128. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-89527d71.js → OrSearch.vue_vue_type_script_lang-44935ef1.js} +1 -1
  129. package/dist/bundled/v3/{OrSegmentedControl.vue_vue_type_script_lang-3a7df112.js → OrSegmentedControl.vue_vue_type_script_lang-10bd4ea8.js} +1 -1
  130. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-a4d17559.js → OrSelect.vue_vue_type_script_lang-0ae0fd63.js} +1 -1
  131. package/dist/bundled/v3/OrSelect.vue_vue_type_script_lang-d1d57fd5.js +352 -0
  132. package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-b390177a.js → OrSidebar.vue_vue_type_script_lang-509fb105.js} +1 -1
  133. package/dist/bundled/v3/{OrSidebar.vue_vue_type_script_lang-f69f92ca.js → OrSidebar.vue_vue_type_script_lang-696f6851.js} +1 -1
  134. package/dist/bundled/v3/{OrSlider.vue_vue_type_script_lang-207c0596.js → OrSlider.vue_vue_type_script_lang-e0c33892.js} +1 -1
  135. package/dist/bundled/v3/{OrSorting.vue_vue_type_script_lang-98bee130.js → OrSorting.vue_vue_type_script_lang-9c054059.js} +4 -4
  136. package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-a469ef9a.js → OrSwitch.vue_vue_type_script_lang-188b038b.js} +2 -2
  137. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-8aef88b8.js → OrTabs.vue_vue_type_script_lang-c06d9565.js} +5 -5
  138. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-b746bd10.js → OrTag.vue_vue_type_script_lang-e4811b42.js} +3 -3
  139. package/dist/bundled/v3/{OrTagInput.vue_vue_type_script_lang-c3040c5f.js → OrTagInput.vue_vue_type_script_lang-c074503e.js} +17 -74
  140. package/dist/bundled/v3/{OrTags.vue_vue_type_script_lang-87afbf56.js → OrTags.vue_vue_type_script_lang-ffa6d728.js} +10 -45
  141. package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-a7cfbe82.js → OrTextarea.vue_vue_type_script_lang-c750523e.js} +3 -3
  142. package/dist/bundled/v3/{OrTimePicker.vue_vue_type_script_lang-fa64a72b.js → OrTimePicker.vue_vue_type_script_lang-9f7d944b.js} +8 -8
  143. package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-acb42b05.js → OrToastContainer.vue_vue_type_script_lang-2ae21641.js} +1 -1
  144. package/dist/bundled/v3/{OrToastContainer.vue_vue_type_script_lang-ccc99bf4.js → OrToastContainer.vue_vue_type_script_lang-671d567d.js} +1 -1
  145. package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-74b4fd26.js → OrTooltip.vue_vue_type_script_lang-28b89a3e.js} +1 -1
  146. package/dist/bundled/v3/{OrTree.vue_vue_type_script_lang-e19e3554.js → OrTree.vue_vue_type_script_lang-5f86b587.js} +3 -3
  147. package/dist/bundled/v3/components/OrAvatarV3/OrAvatar.js +2 -2
  148. package/dist/bundled/v3/components/OrAvatarV3/index.js +1 -1
  149. package/dist/bundled/v3/components/OrAvatarV3/styles.js +1 -1
  150. package/dist/bundled/v3/components/OrBottomSheetV3/OrBottomSheet.js +2 -2
  151. package/dist/bundled/v3/components/OrBottomSheetV3/hooks/useBottomSheetSwipeState.js +1 -1
  152. package/dist/bundled/v3/components/OrBottomSheetV3/index.js +1 -1
  153. package/dist/bundled/v3/components/OrBottomSheetV3/styles.js +1 -1
  154. package/dist/bundled/v3/components/OrButtonV3/OrButton.js +2 -2
  155. package/dist/bundled/v3/components/OrButtonV3/index.js +1 -1
  156. package/dist/bundled/v3/components/OrButtonV3/styles.js +1 -1
  157. package/dist/bundled/v3/components/OrCardCollection/OrCardCollection.js +2 -2
  158. package/dist/bundled/v3/components/OrCardCollection/index.js +1 -1
  159. package/dist/bundled/v3/components/OrCardCollectionV3/OrCardCollection.js +2 -2
  160. package/dist/bundled/v3/components/OrCardCollectionV3/index.js +1 -1
  161. package/dist/bundled/v3/components/OrCheckboxGroupV3/OrCheckboxGroup.js +2 -2
  162. package/dist/bundled/v3/components/OrCheckboxGroupV3/index.js +1 -1
  163. package/dist/bundled/v3/components/OrCheckboxTreeV3/OrCheckboxTree.js +2 -2
  164. package/dist/bundled/v3/components/OrCheckboxTreeV3/index.js +1 -1
  165. package/dist/bundled/v3/components/OrCheckboxV3/OrCheckbox.js +2 -2
  166. package/dist/bundled/v3/components/OrCheckboxV3/index.js +1 -1
  167. package/dist/bundled/v3/components/OrCheckboxV3/styles.js +1 -1
  168. package/dist/bundled/v3/components/OrCode/OrCode.js +2 -2
  169. package/dist/bundled/v3/components/OrCode/index.js +1 -1
  170. package/dist/bundled/v3/components/OrCodeV3/OrCode.js +2 -2
  171. package/dist/bundled/v3/components/OrCodeV3/index.js +1 -1
  172. package/dist/bundled/v3/components/OrColorPicker/OrColorPicker.js +2 -2
  173. package/dist/bundled/v3/components/OrColorPicker/index.js +1 -1
  174. package/dist/bundled/v3/components/OrCombinedInputV3/OrCombinedInput.js +2 -2
  175. package/dist/bundled/v3/components/OrCombinedInputV3/index.js +1 -1
  176. package/dist/bundled/v3/components/OrConfirm/OrConfirm.js +2 -2
  177. package/dist/bundled/v3/components/OrConfirm/index.js +1 -1
  178. package/dist/bundled/v3/components/OrConfirmV3/OrConfirm.js +2 -2
  179. package/dist/bundled/v3/components/OrConfirmV3/index.js +1 -1
  180. package/dist/bundled/v3/components/OrContextMenuV3/OrContextMenu.js +2 -2
  181. package/dist/bundled/v3/components/OrContextMenuV3/index.js +1 -1
  182. package/dist/bundled/v3/components/OrContextMenuV3/props.d.ts +2 -1
  183. package/dist/bundled/v3/components/OrDatePickerV3/OrDatePicker.js +2 -2
  184. package/dist/bundled/v3/components/OrDatePickerV3/index.js +1 -1
  185. package/dist/bundled/v3/components/OrDateTimePicker/OrDateTimePicker.js +2 -2
  186. package/dist/bundled/v3/components/OrDateTimePicker/index.js +1 -1
  187. package/dist/bundled/v3/components/OrDateTimePickerV3/OrDateTimePicker.js +2 -2
  188. package/dist/bundled/v3/components/OrDateTimePickerV3/index.js +4 -4
  189. package/dist/bundled/v3/components/OrErrorTagV3/OrErrorTag.js +2 -2
  190. package/dist/bundled/v3/components/OrErrorTagV3/index.js +1 -1
  191. package/dist/bundled/v3/components/OrErrorTagV3/styles.d.ts +1 -1
  192. package/dist/bundled/v3/components/OrErrorTagV3/styles.js +6 -6
  193. package/dist/bundled/v3/components/OrErrorV3/OrError.js +2 -2
  194. package/dist/bundled/v3/components/OrErrorV3/index.js +1 -1
  195. package/dist/bundled/v3/components/OrErrorV3/styles.d.ts +1 -1
  196. package/dist/bundled/v3/components/OrErrorV3/styles.js +3 -3
  197. package/dist/bundled/v3/components/OrExpansionPanelV3/OrExpansionPanel.js +2 -2
  198. package/dist/bundled/v3/components/OrExpansionPanelV3/index.js +1 -1
  199. package/dist/bundled/v3/components/OrExpansionPanelV3/styles.js +1 -1
  200. package/dist/bundled/v3/components/OrFabV3/OrFab.js +2 -2
  201. package/dist/bundled/v3/components/OrFabV3/index.js +1 -1
  202. package/dist/bundled/v3/components/OrFormGroupV3/OrFormGroup.js +2 -2
  203. package/dist/bundled/v3/components/OrFormGroupV3/index.js +1 -1
  204. package/dist/bundled/v3/components/OrHintV3/OrHint.js +2 -2
  205. package/dist/bundled/v3/components/OrHintV3/index.js +1 -1
  206. package/dist/bundled/v3/components/OrHintV3/styles.d.ts +1 -1
  207. package/dist/bundled/v3/components/OrHintV3/styles.js +3 -3
  208. package/dist/bundled/v3/components/OrIconButtonV3/OrIconButton.js +2 -2
  209. package/dist/bundled/v3/components/OrIconButtonV3/index.js +1 -1
  210. package/dist/bundled/v3/components/OrIconButtonV3/styles.js +1 -1
  211. package/dist/bundled/v3/components/OrIconV3/OrIcon.js +2 -2
  212. package/dist/bundled/v3/components/OrIconV3/index.js +1 -1
  213. package/dist/bundled/v3/components/OrIconV3/styles.js +1 -1
  214. package/dist/bundled/v3/components/OrInlineInputV3/OrInlineInput.js +2 -2
  215. package/dist/bundled/v3/components/OrInlineInputV3/index.js +1 -1
  216. package/dist/bundled/v3/components/OrInlineTextEdit/OrInlineTextEdit.js +2 -2
  217. package/dist/bundled/v3/components/OrInlineTextEdit/index.js +1 -1
  218. package/dist/bundled/v3/components/OrInlineTextareaV3/OrInlineTextarea.js +2 -2
  219. package/dist/bundled/v3/components/OrInlineTextareaV3/index.js +1 -1
  220. package/dist/bundled/v3/components/OrInputV3/OrInput.js +2 -2
  221. package/dist/bundled/v3/components/OrInputV3/index.js +1 -1
  222. package/dist/bundled/v3/components/OrLabelV3/OrLabel.js +2 -2
  223. package/dist/bundled/v3/components/OrLabelV3/index.js +1 -1
  224. package/dist/bundled/v3/components/OrLabelV3/styles.js +1 -1
  225. package/dist/bundled/v3/components/OrLinkV3/OrLink.js +2 -2
  226. package/dist/bundled/v3/components/OrLinkV3/index.js +1 -1
  227. package/dist/bundled/v3/components/OrLinkV3/styles.js +1 -1
  228. package/dist/bundled/v3/components/OrLoaderV3/OrLoader.js +2 -2
  229. package/dist/bundled/v3/components/OrLoaderV3/index.js +1 -1
  230. package/dist/bundled/v3/components/OrMenuItemV3/OrMenuItem.js +2 -2
  231. package/dist/bundled/v3/components/OrMenuItemV3/index.js +1 -1
  232. package/dist/bundled/v3/components/OrMenuItemV3/styles.js +1 -1
  233. package/dist/bundled/v3/components/OrMenuV3/OrMenu.js +2 -2
  234. package/dist/bundled/v3/components/OrMenuV3/index.js +1 -1
  235. package/dist/bundled/v3/components/OrMenuV3/props.d.ts +2 -1
  236. package/dist/bundled/v3/components/OrModal/OrModal.js +2 -2
  237. package/dist/bundled/v3/components/OrModal/index.js +1 -1
  238. package/dist/bundled/v3/components/OrModalV3/OrModal.js +2 -2
  239. package/dist/bundled/v3/components/OrModalV3/index.js +1 -1
  240. package/dist/bundled/v3/components/OrNotificationV3/OrNotification.js +2 -2
  241. package/dist/bundled/v3/components/OrNotificationV3/index.js +1 -1
  242. package/dist/bundled/v3/components/OrOverflowMenu/OrOverflowMenu.js +2 -2
  243. package/dist/bundled/v3/components/OrOverflowMenu/index.js +1 -1
  244. package/dist/bundled/v3/components/OrOverlayV3/OrOverlay.js +2 -2
  245. package/dist/bundled/v3/components/OrOverlayV3/index.js +1 -1
  246. package/dist/bundled/v3/components/OrPaginationV3/OrPagination.js +2 -2
  247. package/dist/bundled/v3/components/OrPaginationV3/index.js +1 -1
  248. package/dist/bundled/v3/components/OrPassword/OrPassword.js +2 -2
  249. package/dist/bundled/v3/components/OrPassword/index.js +1 -1
  250. package/dist/bundled/v3/components/OrPopoverV3/OrPopover.js +2 -2
  251. package/dist/bundled/v3/components/OrPopoverV3/index.js +1 -1
  252. package/dist/bundled/v3/components/OrProgressV3/OrProgress.js +2 -2
  253. package/dist/bundled/v3/components/OrProgressV3/index.js +1 -1
  254. package/dist/bundled/v3/components/OrRadioGroupV3/OrRadioGroup.js +2 -2
  255. package/dist/bundled/v3/components/OrRadioGroupV3/index.js +1 -1
  256. package/dist/bundled/v3/components/OrRadioV3/OrRadio.js +2 -2
  257. package/dist/bundled/v3/components/OrRadioV3/index.js +1 -1
  258. package/dist/bundled/v3/components/OrRadioV3/styles.js +1 -1
  259. package/dist/bundled/v3/components/OrResizeablePanelV3/OrResizeablePanel.js +2 -2
  260. package/dist/bundled/v3/components/OrResizeablePanelV3/index.js +1 -1
  261. package/dist/bundled/v3/components/OrResizeablePanelV3/styles.js +4 -4
  262. package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +2 -2
  263. package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +1 -1
  264. package/dist/bundled/v3/components/OrSearch/OrSearch.js +2 -2
  265. package/dist/bundled/v3/components/OrSearch/index.js +1 -1
  266. package/dist/bundled/v3/components/OrSearchV3/OrSearch.js +2 -2
  267. package/dist/bundled/v3/components/OrSearchV3/index.js +1 -1
  268. package/dist/bundled/v3/components/OrSegmentedControlV3/OrSegmentedControl.js +2 -2
  269. package/dist/bundled/v3/components/OrSegmentedControlV3/index.js +1 -1
  270. package/dist/bundled/v3/components/OrSelect/OrSelect.js +2 -2
  271. package/dist/bundled/v3/components/OrSelect/index.js +1 -1
  272. package/dist/bundled/v3/components/OrSelectV3/OrSelect.js +84 -52
  273. package/dist/bundled/v3/components/OrSelectV3/OrSelect.vue.d.ts +19 -21
  274. package/dist/bundled/v3/components/OrSelectV3/index.js +1 -1
  275. package/dist/bundled/v3/components/OrSelectV3/styles.js +1 -1
  276. package/dist/bundled/v3/components/OrSelectV3/types.d.ts +1 -3
  277. package/dist/bundled/v3/components/OrSidebar/OrSidebar.js +2 -2
  278. package/dist/bundled/v3/components/OrSidebar/index.js +1 -1
  279. package/dist/bundled/v3/components/OrSidebarV3/OrSidebar.js +2 -2
  280. package/dist/bundled/v3/components/OrSidebarV3/index.js +1 -1
  281. package/dist/bundled/v3/components/OrSlider/OrSlider.js +2 -2
  282. package/dist/bundled/v3/components/OrSlider/index.js +1 -1
  283. package/dist/bundled/v3/components/OrSortingV3/OrSorting.js +2 -2
  284. package/dist/bundled/v3/components/OrSortingV3/index.js +1 -1
  285. package/dist/bundled/v3/components/OrSwitchV3/OrSwitch.js +2 -2
  286. package/dist/bundled/v3/components/OrSwitchV3/index.js +1 -1
  287. package/dist/bundled/v3/components/OrSwitchV3/styles.js +1 -1
  288. package/dist/bundled/v3/components/OrTabV3/OrTab.js +2 -2
  289. package/dist/bundled/v3/components/OrTabV3/index.js +1 -1
  290. package/dist/bundled/v3/components/OrTabV3/styles.js +1 -1
  291. package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +2 -2
  292. package/dist/bundled/v3/components/OrTabsV3/index.js +1 -1
  293. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.js +39 -60
  294. package/dist/bundled/v3/components/OrTagInputV3/OrTagInput.vue.d.ts +12 -31
  295. package/dist/bundled/v3/components/OrTagInputV3/index.js +1 -1
  296. package/dist/bundled/v3/components/OrTagInputV3/styles.js +1 -1
  297. package/dist/bundled/v3/components/OrTagV3/OrTag.js +2 -2
  298. package/dist/bundled/v3/components/OrTagV3/index.js +1 -1
  299. package/dist/bundled/v3/components/OrTagV3/styles.d.ts +3 -3
  300. package/dist/bundled/v3/components/OrTagV3/styles.js +16 -14
  301. package/dist/bundled/v3/components/OrTagsV3/OrTags.js +15 -22
  302. package/dist/bundled/v3/components/OrTagsV3/OrTags.vue.d.ts +7 -21
  303. package/dist/bundled/v3/components/OrTagsV3/index.js +1 -1
  304. package/dist/bundled/v3/components/OrTagsV3/props.d.ts +1 -3
  305. package/dist/bundled/v3/components/OrTagsV3/props.js +0 -4
  306. package/dist/bundled/v3/components/OrTagsV3/styles.js +5 -15
  307. package/dist/bundled/v3/components/OrTextareaV3/OrTextarea.js +2 -2
  308. package/dist/bundled/v3/components/OrTextareaV3/index.js +1 -1
  309. package/dist/bundled/v3/components/OrTimePickerV3/OrTimePicker.js +2 -2
  310. package/dist/bundled/v3/components/OrTimePickerV3/index.js +1 -1
  311. package/dist/bundled/v3/components/OrToast/Timer.js +1 -1
  312. package/dist/bundled/v3/components/OrToast/composable/useToastEventBus.js +2 -2
  313. package/dist/bundled/v3/components/OrToast/index.js +1 -1
  314. package/dist/bundled/v3/components/OrToastContainer/OrToastContainer.js +2 -2
  315. package/dist/bundled/v3/components/OrToastContainer/index.js +1 -1
  316. package/dist/bundled/v3/components/OrToastContainerV3/OrToastContainer.js +2 -2
  317. package/dist/bundled/v3/components/OrToastContainerV3/index.js +1 -1
  318. package/dist/bundled/v3/components/OrToastV3/OrToast.js +2 -2
  319. package/dist/bundled/v3/components/OrToastV3/Timer.js +1 -1
  320. package/dist/bundled/v3/components/OrToastV3/composable/useToastEventBus.js +2 -2
  321. package/dist/bundled/v3/components/OrToastV3/index.js +1 -1
  322. package/dist/bundled/v3/components/OrTooltipV3/OrTooltip.js +2 -2
  323. package/dist/bundled/v3/components/OrTooltipV3/index.js +1 -1
  324. package/dist/bundled/v3/components/OrTooltipV3/props.d.ts +2 -1
  325. package/dist/bundled/v3/components/OrTreeV3/OrTree.js +2 -2
  326. package/dist/bundled/v3/components/OrTreeV3/index.js +1 -1
  327. package/dist/bundled/v3/components/index.js +72 -72
  328. package/dist/bundled/v3/hooks/useOverflow.d.ts +1 -4
  329. package/dist/bundled/v3/hooks/useOverflow.js +3 -10
  330. package/dist/bundled/v3/hooks/usePopoverState.js +1 -1
  331. package/dist/bundled/v3/hooks/useResponsive/useResponsive.js +9 -9
  332. package/dist/bundled/v3/{index-6cbf1493.js → index-544e4b4e.js} +1 -1
  333. package/dist/bundled/v3/{index-c5cda763.js → index-5baaa991.js} +2 -24
  334. package/dist/bundled/v3/{index-0f230746.js → index-6c0c514a.js} +1 -1
  335. package/dist/bundled/v3/index.js +73 -73
  336. package/dist/bundled/v3/{useFocusTrap-aa5b17f6.js → useFocusTrap-7acc7be5.js} +2 -2
  337. package/dist/esm/v2/{OrAvatar-31597fda.js → OrAvatar-b621e9d4.js} +2 -2
  338. package/dist/esm/v2/{OrBottomSheet-eb065791.js → OrBottomSheet-d95dd23d.js} +1 -1
  339. package/dist/esm/v2/{OrButton-a23ee9f0.js → OrButton-78336f88.js} +1 -1
  340. package/dist/esm/v2/{OrCardCollection-5d29c560.js → OrCardCollection-d271349b.js} +3 -3
  341. package/dist/esm/v2/{OrCheckbox-a3bb500c.js → OrCheckbox-6177b03e.js} +2 -2
  342. package/dist/esm/v2/{OrCheckboxGroup-6f1bacb2.js → OrCheckboxGroup-20332e76.js} +2 -2
  343. package/dist/esm/v2/{OrCheckboxTree-260748ff.js → OrCheckboxTree-cd02e102.js} +3 -3
  344. package/dist/esm/v2/{OrCode-6396ae9d.js → OrCode-c8275974.js} +5 -5
  345. package/dist/esm/v2/{OrCombinedInput-08f20c4c.js → OrCombinedInput-517d8204.js} +3 -3
  346. package/dist/esm/v2/{OrConfirm-ca37d3c2.js → OrConfirm-6925599b.js} +2 -2
  347. package/dist/esm/v2/{OrContextMenu-247e4a05.js → OrContextMenu-38869527.js} +2 -2
  348. package/dist/esm/v2/{OrDateFormat-e7aead8c.js → OrDateFormat-6140789c.js} +2 -2
  349. package/dist/esm/v2/{OrDatePicker-3ce5ee8f.js → OrDatePicker-99817e45.js} +8 -8
  350. package/dist/esm/v2/{OrDateTimeFormat-28be0caf.js → OrDateTimeFormat-2581badd.js} +2 -2
  351. package/dist/esm/v2/{OrDateTimePicker-b50a3c5d.js → OrDateTimePicker-35a7ed97.js} +1 -1
  352. package/dist/esm/v2/{OrDateTimePicker.vue_rollup-plugin-vue_script-6a5b48aa.js → OrDateTimePicker.vue_rollup-plugin-vue_script-a4a287ed.js} +7 -7
  353. package/dist/esm/v2/{OrDateTimePickerTimeSelect-8a645175.js → OrDateTimePickerTimeSelect-9c1c1ff0.js} +11 -11
  354. package/dist/esm/v2/{OrError-4ffc1c39.js → OrError-916e928e.js} +3 -3
  355. package/dist/esm/v2/{OrErrorTag-93b22c85.js → OrErrorTag-e5e04be3.js} +7 -7
  356. package/dist/esm/v2/{OrExpansionPanel-2ac7b233.js → OrExpansionPanel-218abf58.js} +2 -2
  357. package/dist/esm/v2/{OrFab-6272bcc9.js → OrFab-9a655516.js} +1 -1
  358. package/dist/esm/v2/{OrFormGroup-bed59f6c.js → OrFormGroup-d4abd2c9.js} +3 -3
  359. package/dist/esm/v2/{OrHint-aa221198.js → OrHint-1220face.js} +3 -3
  360. package/dist/esm/v2/{OrIcon-a36250bf.js → OrIcon-82bfdc62.js} +1 -1
  361. package/dist/esm/v2/{OrIconButton-b3be08f4.js → OrIconButton-07c0bd56.js} +4 -4
  362. package/dist/esm/v2/{OrInlineInput-4ac35900.js → OrInlineInput-13ab6131.js} +3 -3
  363. package/dist/esm/v2/{OrInlineTextarea-b3272eff.js → OrInlineTextarea-4a8558a2.js} +3 -3
  364. package/dist/esm/v2/{OrInput-ba8f1e71.js → OrInput-e9e91885.js} +5 -5
  365. package/dist/esm/v2/{OrLabel-4a3d8904.js → OrLabel-b465bc0b.js} +1 -1
  366. package/dist/esm/v2/{OrLink-cf3a0091.js → OrLink-4d8fd4cd.js} +1 -1
  367. package/dist/esm/v2/{OrMenu-f402e409.js → OrMenu-3d8e70c1.js} +1 -1
  368. package/dist/esm/v2/{OrMenuItem-61403f7a.js → OrMenuItem-8d1c89f6.js} +2 -2
  369. package/dist/esm/v2/{OrModal-ebe77ae0.js → OrModal-aef72b96.js} +1 -1
  370. package/dist/esm/v2/{OrNotification-8520d467.js → OrNotification-389be03c.js} +2 -2
  371. package/dist/esm/v2/{OrPagination-4ca1f4b0.js → OrPagination-773c27c4.js} +5 -5
  372. package/dist/esm/v2/{OrPopover-58fefa76.js → OrPopover-2ced765c.js} +1 -1
  373. package/dist/esm/v2/{OrRadio-e1d1f149.js → OrRadio-81a1263e.js} +2 -2
  374. package/dist/esm/v2/{OrRadioGroup-455584d6.js → OrRadioGroup-c0ad9bf3.js} +2 -2
  375. package/dist/esm/v2/{OrResizeablePanel-3f72eb17.js → OrResizeablePanel-bebffe11.js} +1 -1
  376. package/dist/esm/v2/{OrResizeablePanel.vue_rollup-plugin-vue_script-8938b4ac.js → OrResizeablePanel.vue_rollup-plugin-vue_script-c798472c.js} +5 -5
  377. package/dist/esm/v2/{OrRichTextEditor-8b512066.js → OrRichTextEditor-100c02ba.js} +8 -8
  378. package/dist/esm/v2/{OrSearch-f45193b3.js → OrSearch-c5850ddd.js} +1 -1
  379. package/dist/esm/v2/{OrSegmentedControl-c23ef9a9.js → OrSegmentedControl-bba94cda.js} +1 -1
  380. package/dist/esm/v2/{OrSelect-3d7d9f72.js → OrSelect-57af5b9a.js} +197 -147
  381. package/dist/esm/v2/{OrSidebar-a69f66ab.js → OrSidebar-d24100a9.js} +3 -3
  382. package/dist/esm/v2/{OrSorting-b280f39c.js → OrSorting-fa7d42cb.js} +5 -5
  383. package/dist/esm/v2/{OrSwitch-9f722feb.js → OrSwitch-f2c36d21.js} +2 -2
  384. package/dist/esm/v2/{OrTab-88036fe9.js → OrTab-13db2e49.js} +1 -1
  385. package/dist/esm/v2/{OrTabs-5baf3dde.js → OrTabs-71f4fc47.js} +5 -5
  386. package/dist/esm/v2/{OrTag-6b478e92.js → OrTag-884d1994.js} +15 -15
  387. package/dist/esm/v2/{OrTagInput-d9da4498.js → OrTagInput-51521313.js} +74 -144
  388. package/dist/esm/v2/{OrTags-788a0cc1.js → OrTags-98807166.js} +28 -89
  389. package/dist/esm/v2/{OrTextarea-58bd5e83.js → OrTextarea-2645d63f.js} +3 -3
  390. package/dist/esm/v2/{OrTimeFormat-560f5f7f.js → OrTimeFormat-72f90cea.js} +2 -2
  391. package/dist/esm/v2/{OrTimePicker-b7ee3fb6.js → OrTimePicker-4d375cf3.js} +8 -8
  392. package/dist/esm/v2/{OrTooltip-742ee269.js → OrTooltip-b01c6ab1.js} +1 -1
  393. package/dist/esm/v2/{OrTree-9a27b1fa.js → OrTree-943553c1.js} +2 -2
  394. package/dist/esm/v2/components/index.js +60 -64
  395. package/dist/esm/v2/components/or-avatar-v3/index.js +2 -2
  396. package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +1 -1
  397. package/dist/esm/v2/components/or-button-v3/index.js +1 -1
  398. package/dist/esm/v2/components/or-card-collection-v3/index.js +15 -15
  399. package/dist/esm/v2/components/or-checkbox-group-v3/index.js +9 -9
  400. package/dist/esm/v2/components/or-checkbox-tree-v3/index.js +5 -5
  401. package/dist/esm/v2/components/or-checkbox-v3/index.js +2 -2
  402. package/dist/esm/v2/components/or-code-v3/index.js +10 -10
  403. package/dist/esm/v2/components/or-combined-input-v3/index.js +4 -4
  404. package/dist/esm/v2/components/or-confirm-v3/index.js +11 -11
  405. package/dist/esm/v2/components/or-context-menu-v3/index.js +4 -4
  406. package/dist/esm/v2/components/or-context-menu-v3/props.d.ts +2 -1
  407. package/dist/esm/v2/components/or-date-format-v3/index.js +14 -14
  408. package/dist/esm/v2/components/or-date-picker-v3/index.js +14 -14
  409. package/dist/esm/v2/components/or-date-time-format-v3/index.js +14 -14
  410. package/dist/esm/v2/components/or-date-time-picker-v3/index.js +14 -14
  411. package/dist/esm/v2/components/or-date-time-picker-v3/partials/index.js +10 -10
  412. package/dist/esm/v2/components/or-error-tag-v3/index.js +2 -2
  413. package/dist/esm/v2/components/or-error-tag-v3/styles.d.ts +1 -1
  414. package/dist/esm/v2/components/or-error-v3/index.js +1 -1
  415. package/dist/esm/v2/components/or-error-v3/styles.d.ts +1 -1
  416. package/dist/esm/v2/components/or-expansion-panel-v3/index.js +2 -2
  417. package/dist/esm/v2/components/or-fab-v3/index.js +2 -2
  418. package/dist/esm/v2/components/or-form-group-v3/index.js +4 -4
  419. package/dist/esm/v2/components/or-hint-v3/index.js +1 -1
  420. package/dist/esm/v2/components/or-hint-v3/styles.d.ts +1 -1
  421. package/dist/esm/v2/components/or-icon-button-v3/index.js +5 -5
  422. package/dist/esm/v2/components/or-icon-v3/index.js +1 -1
  423. package/dist/esm/v2/components/or-inline-input-v3/index.js +8 -8
  424. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +8 -8
  425. package/dist/esm/v2/components/or-input-v3/index.js +9 -9
  426. package/dist/esm/v2/components/or-label-v3/index.js +1 -1
  427. package/dist/esm/v2/components/or-link-v3/index.js +1 -1
  428. package/dist/esm/v2/components/or-menu-item-v3/index.js +2 -2
  429. package/dist/esm/v2/components/or-menu-v3/index.js +3 -3
  430. package/dist/esm/v2/components/or-menu-v3/props.d.ts +2 -1
  431. package/dist/esm/v2/components/or-modal-v3/index.js +6 -6
  432. package/dist/esm/v2/components/or-notification-v3/index.js +6 -6
  433. package/dist/esm/v2/components/or-pagination-v3/index.js +7 -7
  434. package/dist/esm/v2/components/or-popover-v3/index.js +2 -2
  435. package/dist/esm/v2/components/or-radio-group-v3/index.js +6 -6
  436. package/dist/esm/v2/components/or-radio-v3/index.js +2 -2
  437. package/dist/esm/v2/components/or-resizeable-panel-v3/index.js +7 -7
  438. package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +14 -14
  439. package/dist/esm/v2/components/or-search-v3/index.js +10 -10
  440. package/dist/esm/v2/components/or-segmented-control-v3/index.js +1 -1
  441. package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +29 -48
  442. package/dist/esm/v2/components/or-select-v3/index.js +16 -22
  443. package/dist/esm/v2/components/or-select-v3/types.d.ts +1 -3
  444. package/dist/esm/v2/components/or-sidebar-v3/index.js +9 -9
  445. package/dist/esm/v2/components/or-sidebar-v3/partials/index.js +7 -7
  446. package/dist/esm/v2/components/or-sorting-v3/index.js +7 -7
  447. package/dist/esm/v2/components/or-switch-v3/index.js +2 -2
  448. package/dist/esm/v2/components/or-tab-v3/index.js +1 -1
  449. package/dist/esm/v2/components/or-tabs-v3/index.js +7 -7
  450. package/dist/esm/v2/components/or-tag-input-v3/OrTagInput.vue.d.ts +14 -59
  451. package/dist/esm/v2/components/or-tag-input-v3/index.js +14 -14
  452. package/dist/esm/v2/components/or-tag-v3/index.js +6 -6
  453. package/dist/esm/v2/components/or-tag-v3/styles.d.ts +3 -3
  454. package/dist/esm/v2/components/or-tags-v3/OrTags.vue.d.ts +12 -32
  455. package/dist/esm/v2/components/or-tags-v3/index.js +9 -9
  456. package/dist/esm/v2/components/or-tags-v3/props.d.ts +1 -3
  457. package/dist/esm/v2/components/or-textarea-v3/index.js +4 -4
  458. package/dist/esm/v2/components/or-time-format-v3/index.js +14 -14
  459. package/dist/esm/v2/components/or-time-picker-v3/index.js +14 -14
  460. package/dist/esm/v2/components/or-toast-v3/index.js +6 -6
  461. package/dist/esm/v2/components/or-toast-v3/or-toast-container-v3/index.js +6 -6
  462. package/dist/esm/v2/components/or-tooltip-v3/index.js +3 -3
  463. package/dist/esm/v2/components/or-tooltip-v3/props.d.ts +2 -1
  464. package/dist/esm/v2/components/or-tree-v3/index.js +3 -3
  465. package/dist/esm/v2/hooks/index.js +1 -1
  466. package/dist/esm/v2/hooks/useOverflow.d.ts +1 -4
  467. package/dist/esm/v2/index.js +60 -64
  468. package/dist/esm/v2/{props-9d0c7e39.js → props-cc0586c8.js} +1 -1
  469. package/dist/esm/v2/{types-8d182f36.js → types-786e1747.js} +1 -1
  470. package/dist/esm/v2/{useOverflow-b482f3c9.js → useOverflow-ff9ae748.js} +2 -9
  471. package/dist/esm/v3/{OrAvatar-9f7dea15.js → OrAvatar-2b330296.js} +2 -2
  472. package/dist/esm/v3/{OrBottomSheet-efcae28c.js → OrBottomSheet-375aa75c.js} +1 -1
  473. package/dist/esm/v3/{OrButton-4a3c3e7b.js → OrButton-2e3a73fb.js} +1 -1
  474. package/dist/esm/v3/{OrCardCollection-b08008e4.js → OrCardCollection-9f4a9619.js} +3 -3
  475. package/dist/esm/v3/{OrCheckbox-a2017fa5.js → OrCheckbox-4e9a3021.js} +2 -2
  476. package/dist/esm/v3/{OrCheckboxGroup-bcf1f5b0.js → OrCheckboxGroup-f916aeaf.js} +2 -2
  477. package/dist/esm/v3/{OrCheckboxTree-d1f457da.js → OrCheckboxTree-59c4c150.js} +3 -3
  478. package/dist/esm/v3/{OrCode-488715fc.js → OrCode-2c5af800.js} +5 -5
  479. package/dist/esm/v3/{OrCombinedInput-b8a868cb.js → OrCombinedInput-aaff08d4.js} +3 -3
  480. package/dist/esm/v3/{OrConfirm-994f6d4c.js → OrConfirm-984d0c5a.js} +2 -2
  481. package/dist/esm/v3/{OrContextMenu-0a6a5668.js → OrContextMenu-c0ff35b6.js} +2 -2
  482. package/dist/esm/v3/{OrDateFormat-16ceed85.js → OrDateFormat-86dd3a6a.js} +2 -2
  483. package/dist/esm/v3/{OrDatePicker-de8b1721.js → OrDatePicker-aa0a6a0e.js} +8 -8
  484. package/dist/esm/v3/{OrDateTimeFormat-1e48fe99.js → OrDateTimeFormat-40ef2674.js} +2 -2
  485. package/dist/esm/v3/{OrDateTimePicker-2b59be2d.js → OrDateTimePicker-ce7389e8.js} +7 -7
  486. package/dist/esm/v3/{OrDateTimePickerTimeSelect-9cddc06d.js → OrDateTimePickerTimeSelect-4c910498.js} +11 -11
  487. package/dist/esm/v3/{OrError-c01d0c29.js → OrError-69bd7f6a.js} +3 -3
  488. package/dist/esm/v3/{OrErrorTag-f0b480cb.js → OrErrorTag-e38cc87e.js} +7 -7
  489. package/dist/esm/v3/{OrExpansionPanel-be0a26e6.js → OrExpansionPanel-164af8b7.js} +2 -2
  490. package/dist/esm/v3/{OrFab-52ee211a.js → OrFab-71947c5a.js} +1 -1
  491. package/dist/esm/v3/{OrFormGroup-37f2b304.js → OrFormGroup-e42d6e7b.js} +3 -3
  492. package/dist/esm/v3/{OrHint-06ab89d7.js → OrHint-55d3de35.js} +3 -3
  493. package/dist/esm/v3/{OrIcon-a3e90289.js → OrIcon-3e27d5fb.js} +1 -1
  494. package/dist/esm/v3/{OrIconButton-38102e71.js → OrIconButton-c89f733b.js} +4 -4
  495. package/dist/esm/v3/{OrInlineInput-a1b493f2.js → OrInlineInput-87985a49.js} +3 -3
  496. package/dist/esm/v3/{OrInlineTextarea-994aad6e.js → OrInlineTextarea-998beb1f.js} +3 -3
  497. package/dist/esm/v3/{OrInput-c09aa766.js → OrInput-0db1e05f.js} +5 -5
  498. package/dist/esm/v3/{OrLabel-d4c46bb6.js → OrLabel-b826da04.js} +1 -1
  499. package/dist/esm/v3/{OrLink-dcae31fb.js → OrLink-0db644bb.js} +1 -1
  500. package/dist/esm/v3/{OrMenu-ce78b703.js → OrMenu-72844eb1.js} +1 -1
  501. package/dist/esm/v3/{OrMenuItem-eb98272d.js → OrMenuItem-fdc66517.js} +2 -2
  502. package/dist/esm/v3/{OrModal-09bdc2d5.js → OrModal-ef436909.js} +1 -1
  503. package/dist/esm/v3/{OrNotification-ed1ecef9.js → OrNotification-8281be29.js} +2 -2
  504. package/dist/esm/v3/{OrPagination-ed2409fa.js → OrPagination-7c635ebe.js} +5 -5
  505. package/dist/esm/v3/{OrPopover-2132e8b9.js → OrPopover-3b07d49e.js} +1 -1
  506. package/dist/esm/v3/{OrRadio-02e0d111.js → OrRadio-50b0ead5.js} +2 -2
  507. package/dist/esm/v3/{OrRadioGroup-cae1897c.js → OrRadioGroup-b4b6d364.js} +2 -2
  508. package/dist/esm/v3/{OrResizeablePanel-29b075cd.js → OrResizeablePanel-71e7730f.js} +5 -5
  509. package/dist/esm/v3/{OrRichTextEditor-ab737625.js → OrRichTextEditor-c205f210.js} +8 -8
  510. package/dist/esm/v3/{OrSearch-d24731e8.js → OrSearch-602356a0.js} +1 -1
  511. package/dist/esm/v3/{OrSegmentedControl-4c4fff7b.js → OrSegmentedControl-6be79b4e.js} +1 -1
  512. package/dist/esm/v3/{OrSelect-02207ff1.js → OrSelect-74c2c521.js} +179 -134
  513. package/dist/esm/v3/{OrSidebar-87ff6ac0.js → OrSidebar-459ec28f.js} +2 -2
  514. package/dist/esm/v3/{OrSorting-535539dc.js → OrSorting-eb45c6f4.js} +5 -5
  515. package/dist/esm/v3/{OrSwitch-1ac1bfcd.js → OrSwitch-a493c66d.js} +2 -2
  516. package/dist/esm/v3/{OrTab-2d567d8e.js → OrTab-db771526.js} +1 -1
  517. package/dist/esm/v3/{OrTabs-05d39983.js → OrTabs-f1773b57.js} +5 -5
  518. package/dist/esm/v3/{OrTag-07614e8a.js → OrTag-32739999.js} +15 -15
  519. package/dist/esm/v3/{OrTagInput-e921b24a.js → OrTagInput-851b05c8.js} +56 -133
  520. package/dist/esm/v3/{OrTags-7ed38c88.js → OrTags-55b8c446.js} +29 -95
  521. package/dist/esm/v3/{OrTextarea-aa1cf564.js → OrTextarea-5824a209.js} +3 -3
  522. package/dist/esm/v3/{OrTimeFormat-aa3c2a54.js → OrTimeFormat-5ece86b5.js} +2 -2
  523. package/dist/esm/v3/{OrTimePicker-ec7a6c01.js → OrTimePicker-b16db925.js} +8 -8
  524. package/dist/esm/v3/{OrTooltip-998dc10b.js → OrTooltip-bdd46da2.js} +1 -1
  525. package/dist/esm/v3/{OrTree-f661895f.js → OrTree-938aab61.js} +2 -2
  526. package/dist/esm/v3/components/index.js +58 -62
  527. package/dist/esm/v3/components/or-avatar-v3/index.js +2 -2
  528. package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +1 -1
  529. package/dist/esm/v3/components/or-button-v3/index.js +1 -1
  530. package/dist/esm/v3/components/or-card-collection-v3/index.js +15 -15
  531. package/dist/esm/v3/components/or-checkbox-group-v3/index.js +9 -9
  532. package/dist/esm/v3/components/or-checkbox-tree-v3/index.js +5 -5
  533. package/dist/esm/v3/components/or-checkbox-v3/index.js +2 -2
  534. package/dist/esm/v3/components/or-code-v3/index.js +10 -10
  535. package/dist/esm/v3/components/or-combined-input-v3/index.js +4 -4
  536. package/dist/esm/v3/components/or-confirm-v3/index.js +11 -11
  537. package/dist/esm/v3/components/or-context-menu-v3/index.js +4 -4
  538. package/dist/esm/v3/components/or-context-menu-v3/props.d.ts +2 -1
  539. package/dist/esm/v3/components/or-date-format-v3/index.js +14 -14
  540. package/dist/esm/v3/components/or-date-picker-v3/index.js +14 -14
  541. package/dist/esm/v3/components/or-date-time-format-v3/index.js +14 -14
  542. package/dist/esm/v3/components/or-date-time-picker-v3/index.js +13 -13
  543. package/dist/esm/v3/components/or-date-time-picker-v3/partials/index.js +10 -10
  544. package/dist/esm/v3/components/or-error-tag-v3/index.js +2 -2
  545. package/dist/esm/v3/components/or-error-tag-v3/styles.d.ts +1 -1
  546. package/dist/esm/v3/components/or-error-v3/index.js +1 -1
  547. package/dist/esm/v3/components/or-error-v3/styles.d.ts +1 -1
  548. package/dist/esm/v3/components/or-expansion-panel-v3/index.js +2 -2
  549. package/dist/esm/v3/components/or-fab-v3/index.js +2 -2
  550. package/dist/esm/v3/components/or-form-group-v3/index.js +4 -4
  551. package/dist/esm/v3/components/or-hint-v3/index.js +1 -1
  552. package/dist/esm/v3/components/or-hint-v3/styles.d.ts +1 -1
  553. package/dist/esm/v3/components/or-icon-button-v3/index.js +5 -5
  554. package/dist/esm/v3/components/or-icon-v3/index.js +1 -1
  555. package/dist/esm/v3/components/or-inline-input-v3/index.js +8 -8
  556. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +8 -8
  557. package/dist/esm/v3/components/or-input-v3/index.js +9 -9
  558. package/dist/esm/v3/components/or-label-v3/index.js +1 -1
  559. package/dist/esm/v3/components/or-link-v3/index.js +1 -1
  560. package/dist/esm/v3/components/or-menu-item-v3/index.js +2 -2
  561. package/dist/esm/v3/components/or-menu-v3/index.js +3 -3
  562. package/dist/esm/v3/components/or-menu-v3/props.d.ts +2 -1
  563. package/dist/esm/v3/components/or-modal-v3/index.js +6 -6
  564. package/dist/esm/v3/components/or-notification-v3/index.js +6 -6
  565. package/dist/esm/v3/components/or-pagination-v3/index.js +7 -7
  566. package/dist/esm/v3/components/or-popover-v3/index.js +2 -2
  567. package/dist/esm/v3/components/or-radio-group-v3/index.js +6 -6
  568. package/dist/esm/v3/components/or-radio-v3/index.js +2 -2
  569. package/dist/esm/v3/components/or-resizeable-panel-v3/index.js +6 -6
  570. package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +14 -14
  571. package/dist/esm/v3/components/or-search-v3/index.js +10 -10
  572. package/dist/esm/v3/components/or-segmented-control-v3/index.js +1 -1
  573. package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +19 -21
  574. package/dist/esm/v3/components/or-select-v3/index.js +16 -22
  575. package/dist/esm/v3/components/or-select-v3/types.d.ts +1 -3
  576. package/dist/esm/v3/components/or-sidebar-v3/index.js +8 -8
  577. package/dist/esm/v3/components/or-sidebar-v3/partials/index.js +7 -7
  578. package/dist/esm/v3/components/or-sorting-v3/index.js +7 -7
  579. package/dist/esm/v3/components/or-switch-v3/index.js +2 -2
  580. package/dist/esm/v3/components/or-tab-v3/index.js +1 -1
  581. package/dist/esm/v3/components/or-tabs-v3/index.js +7 -7
  582. package/dist/esm/v3/components/or-tag-input-v3/OrTagInput.vue.d.ts +12 -31
  583. package/dist/esm/v3/components/or-tag-input-v3/index.js +14 -14
  584. package/dist/esm/v3/components/or-tag-v3/index.js +6 -6
  585. package/dist/esm/v3/components/or-tag-v3/styles.d.ts +3 -3
  586. package/dist/esm/v3/components/or-tags-v3/OrTags.vue.d.ts +7 -21
  587. package/dist/esm/v3/components/or-tags-v3/index.js +9 -9
  588. package/dist/esm/v3/components/or-tags-v3/props.d.ts +1 -3
  589. package/dist/esm/v3/components/or-textarea-v3/index.js +4 -4
  590. package/dist/esm/v3/components/or-time-format-v3/index.js +14 -14
  591. package/dist/esm/v3/components/or-time-picker-v3/index.js +14 -14
  592. package/dist/esm/v3/components/or-toast-v3/index.js +6 -6
  593. package/dist/esm/v3/components/or-toast-v3/or-toast-container-v3/index.js +6 -6
  594. package/dist/esm/v3/components/or-tooltip-v3/index.js +3 -3
  595. package/dist/esm/v3/components/or-tooltip-v3/props.d.ts +2 -1
  596. package/dist/esm/v3/components/or-tree-v3/index.js +3 -3
  597. package/dist/esm/v3/hooks/index.js +1 -1
  598. package/dist/esm/v3/hooks/useOverflow.d.ts +1 -4
  599. package/dist/esm/v3/index.js +58 -62
  600. package/dist/esm/v3/{props-03e630c9.js → props-64389534.js} +1 -1
  601. package/dist/esm/v3/{types-a3735303.js → types-e88f53a2.js} +1 -1
  602. package/dist/esm/v3/{useOverflow-b482f3c9.js → useOverflow-ff9ae748.js} +2 -9
  603. package/package.json +4 -3
  604. package/src/components/or-avatar-v3/styles.ts +1 -1
  605. package/src/components/or-bottom-sheet-v3/styles.ts +1 -1
  606. package/src/components/or-button-v3/styles.ts +1 -1
  607. package/src/components/or-checkbox-v3/styles.ts +1 -1
  608. package/src/components/or-context-menu-v3/props.ts +2 -1
  609. package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-control/styles.ts +1 -1
  610. package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-date-select/styles.ts +3 -3
  611. package/src/components/or-date-time-picker-v3/partials/or-date-time-picker-time-control/styles.ts +1 -1
  612. package/src/components/or-error-tag-v3/OrErrorTag.vue +2 -2
  613. package/src/components/or-error-tag-v3/styles.ts +5 -5
  614. package/src/components/or-error-v3/OrError.vue +2 -2
  615. package/src/components/or-error-v3/styles.ts +2 -2
  616. package/src/components/or-expansion-panel-v3/styles.ts +1 -1
  617. package/src/components/or-hint-v3/OrHint.vue +2 -2
  618. package/src/components/or-hint-v3/styles.ts +2 -2
  619. package/src/components/or-icon-button-v3/styles.ts +1 -1
  620. package/src/components/or-icon-v3/styles.ts +1 -1
  621. package/src/components/or-label-v3/styles.ts +1 -1
  622. package/src/components/or-link-v3/styles.ts +1 -1
  623. package/src/components/or-menu-item-v3/styles.ts +1 -1
  624. package/src/components/or-menu-v3/props.ts +2 -1
  625. package/src/components/or-radio-v3/styles.ts +1 -1
  626. package/src/components/or-resizeable-panel-v3/styles.ts +4 -4
  627. package/src/components/or-segmented-control-v3/partials/or-segmented-control-item/styles.ts +1 -1
  628. package/src/components/or-select-v3/OrSelect.vue +115 -107
  629. package/src/components/or-select-v3/partials/or-select-placeholder/styles.ts +1 -1
  630. package/src/components/or-select-v3/styles.ts +0 -1
  631. package/src/components/or-select-v3/types.ts +1 -5
  632. package/src/components/or-switch-v3/styles.ts +1 -1
  633. package/src/components/or-tab-v3/styles.ts +1 -1
  634. package/src/components/or-tag-input-v3/OrTagInput.vue +44 -121
  635. package/src/components/or-tag-input-v3/styles.ts +1 -1
  636. package/src/components/or-tag-v3/OrTag.vue +4 -4
  637. package/src/components/or-tag-v3/styles.ts +14 -14
  638. package/src/components/or-tags-v3/OrTags.vue +15 -67
  639. package/src/components/or-tags-v3/props.ts +0 -4
  640. package/src/components/or-tags-v3/styles.ts +2 -17
  641. package/src/components/or-tooltip-v3/props.ts +2 -1
  642. package/src/hooks/useOverflow.ts +3 -13
  643. package/dist/bundled/v2/components/OrTagsV3/types.d.ts +0 -6
  644. package/dist/bundled/v2/components/OrTagsV3/types.js +0 -1
  645. package/dist/bundled/v2/components/OrTagsV3/utils/castToTag.d.ts +0 -2
  646. package/dist/bundled/v2/components/OrTagsV3/utils/castToTag.js +0 -12
  647. package/dist/bundled/v3/OrSelect.vue_vue_type_script_lang-d6cb7bdd.js +0 -746
  648. package/dist/bundled/v3/components/OrTagsV3/types.d.ts +0 -6
  649. package/dist/bundled/v3/components/OrTagsV3/types.js +0 -1
  650. package/dist/bundled/v3/components/OrTagsV3/utils/castToTag.d.ts +0 -2
  651. package/dist/bundled/v3/components/OrTagsV3/utils/castToTag.js +0 -12
  652. package/dist/esm/v2/OrSelectControlInput-28c226f8.js +0 -140
  653. package/dist/esm/v2/OrSelectMultipleControl-97fe2a30.js +0 -209
  654. package/dist/esm/v2/OrSelectPlaceholder-54a29a8e.js +0 -69
  655. package/dist/esm/v2/OrSelectSingleControl-01df2a8a.js +0 -153
  656. package/dist/esm/v2/components/or-select-v3/partials/index.d.ts +0 -3
  657. package/dist/esm/v2/components/or-select-v3/partials/index.js +0 -32
  658. package/dist/esm/v2/components/or-select-v3/partials/or-select-control-input/OrSelectControlInput.vue.d.ts +0 -73
  659. package/dist/esm/v2/components/or-select-v3/partials/or-select-control-input/index.d.ts +0 -1
  660. package/dist/esm/v2/components/or-select-v3/partials/or-select-control-input/index.js +0 -10
  661. package/dist/esm/v2/components/or-select-v3/partials/or-select-control-input/styles.d.ts +0 -1
  662. package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue.d.ts +0 -140
  663. package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/index.d.ts +0 -1
  664. package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/index.js +0 -31
  665. package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/styles.d.ts +0 -1
  666. package/dist/esm/v2/components/or-select-v3/partials/or-select-multiple-control/utils/castToMultipleModel.d.ts +0 -2
  667. package/dist/esm/v2/components/or-select-v3/partials/or-select-placeholder/index.d.ts +0 -1
  668. package/dist/esm/v2/components/or-select-v3/partials/or-select-placeholder/index.js +0 -3
  669. package/dist/esm/v2/components/or-select-v3/partials/or-select-single-control/OrSelectSingleControl.vue.d.ts +0 -107
  670. package/dist/esm/v2/components/or-select-v3/partials/or-select-single-control/index.d.ts +0 -1
  671. package/dist/esm/v2/components/or-select-v3/partials/or-select-single-control/index.js +0 -13
  672. package/dist/esm/v2/components/or-select-v3/partials/or-select-single-control/styles.d.ts +0 -1
  673. package/dist/esm/v2/components/or-tags-v3/types.d.ts +0 -6
  674. package/dist/esm/v2/components/or-tags-v3/utils/castToTag.d.ts +0 -2
  675. package/dist/esm/v3/OrSelectControlInput-3297e30d.js +0 -99
  676. package/dist/esm/v3/OrSelectMultipleControl-68739e2f.js +0 -172
  677. package/dist/esm/v3/OrSelectPlaceholder-19a66581.js +0 -44
  678. package/dist/esm/v3/OrSelectSingleControl-f1fc8f52.js +0 -132
  679. package/dist/esm/v3/components/or-select-v3/partials/index.d.ts +0 -3
  680. package/dist/esm/v3/components/or-select-v3/partials/index.js +0 -31
  681. package/dist/esm/v3/components/or-select-v3/partials/or-select-control-input/OrSelectControlInput.vue.d.ts +0 -52
  682. package/dist/esm/v3/components/or-select-v3/partials/or-select-control-input/index.d.ts +0 -1
  683. package/dist/esm/v3/components/or-select-v3/partials/or-select-control-input/index.js +0 -10
  684. package/dist/esm/v3/components/or-select-v3/partials/or-select-control-input/styles.d.ts +0 -1
  685. package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue.d.ts +0 -94
  686. package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/index.d.ts +0 -1
  687. package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/index.js +0 -30
  688. package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/styles.d.ts +0 -1
  689. package/dist/esm/v3/components/or-select-v3/partials/or-select-multiple-control/utils/castToMultipleModel.d.ts +0 -2
  690. package/dist/esm/v3/components/or-select-v3/partials/or-select-placeholder/index.d.ts +0 -1
  691. package/dist/esm/v3/components/or-select-v3/partials/or-select-placeholder/index.js +0 -3
  692. package/dist/esm/v3/components/or-select-v3/partials/or-select-single-control/OrSelectSingleControl.vue.d.ts +0 -73
  693. package/dist/esm/v3/components/or-select-v3/partials/or-select-single-control/index.d.ts +0 -1
  694. package/dist/esm/v3/components/or-select-v3/partials/or-select-single-control/index.js +0 -13
  695. package/dist/esm/v3/components/or-select-v3/partials/or-select-single-control/styles.d.ts +0 -1
  696. package/dist/esm/v3/components/or-tags-v3/types.d.ts +0 -6
  697. package/dist/esm/v3/components/or-tags-v3/utils/castToTag.d.ts +0 -2
  698. package/src/components/or-select-v3/partials/index.ts +0 -3
  699. package/src/components/or-select-v3/partials/or-select-control-input/OrSelectControlInput.vue +0 -88
  700. package/src/components/or-select-v3/partials/or-select-control-input/index.ts +0 -1
  701. package/src/components/or-select-v3/partials/or-select-control-input/styles.ts +0 -13
  702. package/src/components/or-select-v3/partials/or-select-multiple-control/OrSelectMultipleControl.vue +0 -161
  703. package/src/components/or-select-v3/partials/or-select-multiple-control/index.ts +0 -1
  704. package/src/components/or-select-v3/partials/or-select-multiple-control/styles.ts +0 -6
  705. package/src/components/or-select-v3/partials/or-select-multiple-control/utils/castToMultipleModel.ts +0 -10
  706. package/src/components/or-select-v3/partials/or-select-placeholder/index.ts +0 -1
  707. package/src/components/or-select-v3/partials/or-select-single-control/OrSelectSingleControl.vue +0 -131
  708. package/src/components/or-select-v3/partials/or-select-single-control/index.ts +0 -1
  709. package/src/components/or-select-v3/partials/or-select-single-control/styles.ts +0 -4
  710. package/src/components/or-tags-v3/types.ts +0 -6
  711. package/src/components/or-tags-v3/utils/castToTag.ts +0 -11
  712. /package/dist/bundled/v2/{OrDateTimePickerPopoverHeader-32ad34fe.js → OrDateTimePickerPopoverHeader-fceb3125.js} +0 -0
  713. /package/dist/bundled/v3/{OrIcon.vue_vue_type_script_lang-8a4ad510.js → OrIcon.vue_vue_type_script_lang-bc674d9e.js} +0 -0
  714. /package/dist/bundled/v3/{OrLabel.vue_vue_type_script_lang-fcdfd80d.js → OrLabel.vue_vue_type_script_lang-e2bcff17.js} +0 -0
  715. /package/dist/bundled/v3/{OrLink.vue_vue_type_script_lang-f813dee2.js → OrLink.vue_vue_type_script_lang-c35ed9e3.js} +0 -0
  716. /package/dist/bundled/v3/{OrTab.vue_vue_type_script_lang-8af58197.js → OrTab.vue_vue_type_script_lang-a300956d.js} +0 -0
@@ -1,18 +1,18 @@
1
1
  export { O as OR_AVATAR_SIZE, s as OrAvatar } from '../OrAvatar-c1b2339e.js';
2
- export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../OrAvatar-9f7dea15.js';
3
- export { B as BottomSheetVariant, s as OrBottomSheetV3 } from '../OrBottomSheet-efcae28c.js';
2
+ export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../OrAvatar-2b330296.js';
3
+ export { B as BottomSheetVariant, s as OrBottomSheetV3 } from '../OrBottomSheet-375aa75c.js';
4
4
  export { s as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../OrButton-9118c20e.js';
5
5
  export { s as OrButtonV2 } from '../OrButton-130ad8d9.js';
6
6
  export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE, s as OrIconButton, s as OrIconButtonV2 } from '../OrIconButton-287bb86a.js';
7
- export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton-4a3c3e7b.js';
7
+ export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../OrButton-2e3a73fb.js';
8
8
  export { s as OrCard } from '../OrCard-e3a5aea4.js';
9
9
  export { C as CARD_COLLECTION_LAYOUT, s as OrCardCollection } from '../OrCardCollection-8c81a2d5.js';
10
- export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-b08008e4.js';
10
+ export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-9f4a9619.js';
11
11
  export { C as CardPadding, s as OrCardV3 } from '../OrCard-ee23cedc.js';
12
12
  export { s as OrCheckbox } from '../OrCheckbox-5666c954.js';
13
- export { s as OrCheckboxGroupV3 } from '../OrCheckboxGroup-bcf1f5b0.js';
14
- export { s as OrCheckboxTreeV3 } from '../OrCheckboxTree-d1f457da.js';
15
- export { s as OrCheckboxV3 } from '../OrCheckbox-a2017fa5.js';
13
+ export { s as OrCheckboxGroupV3 } from '../OrCheckboxGroup-f916aeaf.js';
14
+ export { s as OrCheckboxTreeV3 } from '../OrCheckboxTree-59c4c150.js';
15
+ export { s as OrCheckboxV3 } from '../OrCheckbox-4e9a3021.js';
16
16
  export { s as OrChip } from '../OrChip-74e27265.js';
17
17
  export { s as OrChips } from '../OrChips-348b13e4.js';
18
18
  export { s as OrCode, O as OrCodeLanguages } from '../OrCode-a4ec2041.js';
@@ -21,79 +21,79 @@ export { lintGutter, linter } from '@codemirror/lint';
21
21
  export { javascript } from '@codemirror/lang-javascript';
22
22
  export { json, jsonParseLinter } from '@codemirror/lang-json';
23
23
  export { html } from '@codemirror/lang-html';
24
- export { C as CodeLanguage, s as OrCodeV3 } from '../OrCode-488715fc.js';
24
+ export { C as CodeLanguage, s as OrCodeV3 } from '../OrCode-2c5af800.js';
25
25
  export { EditorView } from '@codemirror/view';
26
26
  export { EditorState } from '@codemirror/state';
27
27
  export { s as OrCollapse } from '../OrCollapse-d7c0afae.js';
28
28
  export { s as OrColorPicker, h as amber, n as black, b as blue, m as blueGrey, k as brown, c as cyan, j as deepOrange, d as deepPurple, g as green, i as indigo, l as lightBlue, e as lightGreen, f as lime, o as orange, p as pink, a as purple, r as red, t as teal, w as white, y as yellow } from '../OrColorPicker-252f482b.js';
29
- export { s as OrCombinedInputV3 } from '../OrCombinedInput-b8a868cb.js';
29
+ export { s as OrCombinedInputV3 } from '../OrCombinedInput-aaff08d4.js';
30
30
  export { I as CombinedInputSize, I as DatePickerSize, I as DateTimePickerSize, I as InputBoxSize, a as InputBoxVariant, I as InputSize, s as OrInputBoxV3, I as SearchSize, I as SelectSize, I as TagInputSize, I as TextareaSize, I as TimePickerSize } from '../OrInputBox-912a6254.js';
31
31
  export { s as OrConfirm } from '../OrConfirm-97ab80b9.js';
32
- export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-994f6d4c.js';
33
- export { s as OrContextMenuV3 } from '../OrContextMenu-0a6a5668.js';
34
- export { s as OrMenuV3 } from '../OrMenu-ce78b703.js';
35
- export { P as ContextMenuPlacement, P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-2132e8b9.js';
36
- export { s as OrDateFormatV3 } from '../OrDateFormat-16ceed85.js';
37
- export { s as OrDatePickerV3 } from '../OrDatePicker-de8b1721.js';
38
- export { s as OrDateTimeFormatV3 } from '../OrDateTimeFormat-1e48fe99.js';
32
+ export { C as ConfirmType, s as OrConfirmV3 } from '../OrConfirm-984d0c5a.js';
33
+ export { s as OrContextMenuV3 } from '../OrContextMenu-c0ff35b6.js';
34
+ export { s as OrMenuV3 } from '../OrMenu-72844eb1.js';
35
+ export { P as ContextMenuPlacement, P as MenuPlacement, s as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-3b07d49e.js';
36
+ export { s as OrDateFormatV3 } from '../OrDateFormat-86dd3a6a.js';
37
+ export { s as OrDatePickerV3 } from '../OrDatePicker-aa0a6a0e.js';
38
+ export { s as OrDateTimeFormatV3 } from '../OrDateTimeFormat-40ef2674.js';
39
39
  export { D as DEFAULT_TEXT, s as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-4bfefbcd.js';
40
- export { s as OrDateTimePickerV3 } from '../OrDateTimePicker-2b59be2d.js';
41
- export { s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, f as OrDateTimePickerTimeControl, g as OrDateTimePickerTimeSelect } from '../OrDateTimePickerTimeSelect-9cddc06d.js';
40
+ export { s as OrDateTimePickerV3 } from '../OrDateTimePicker-ce7389e8.js';
41
+ export { s as OrDateTimePickerDateControl, a as OrDateTimePickerDateSelect, b as OrDateTimePickerMobileControl, c as OrDateTimePickerMonthSelect, d as OrDateTimePickerPopoverFooter, e as OrDateTimePickerPopoverHeader, f as OrDateTimePickerTimeControl, g as OrDateTimePickerTimeSelect } from '../OrDateTimePickerTimeSelect-4c910498.js';
42
42
  export { D as DateTimePickerTimeFormat, D as TimePickerFormat, f as formatDate, a as formatTime, g as getDatePlaceholder, b as getTimePlaceholder } from '../getTimePlaceholder-09859f55.js';
43
43
  export { g as getCurrentDate } from '../getCurrentDate-046a888d.js';
44
44
  export { E as EmptyStateSize, s as OrEmptyStateV3 } from '../OrEmptyState-5349a1f9.js';
45
45
  export { s as OrError } from '../OrError-f90296db.js';
46
- export { s as OrErrorTagV3 } from '../OrErrorTag-f0b480cb.js';
47
- export { s as OrErrorV3 } from '../OrError-c01d0c29.js';
48
- export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanel-be0a26e6.js';
49
- export { F as FabColor, s as OrFabV3 } from '../OrFab-52ee211a.js';
46
+ export { s as OrErrorTagV3 } from '../OrErrorTag-e38cc87e.js';
47
+ export { s as OrErrorV3 } from '../OrError-69bd7f6a.js';
48
+ export { b as ExpansionPanelBackgroundColor, a as ExpansionPanelColor, E as ExpansionPanelVariant, s as OrExpansionPanelV3 } from '../OrExpansionPanel-164af8b7.js';
49
+ export { F as FabColor, s as OrFabV3 } from '../OrFab-71947c5a.js';
50
50
  export { s as OrFloating, a as OrFloatingHideStrategy, O as OrFloatingPlacements } from '../OrFloating-052ede5f.js';
51
- export { F as FormGroupDirection, s as OrFormGroupV3 } from '../OrFormGroup-37f2b304.js';
51
+ export { F as FormGroupDirection, s as OrFormGroupV3 } from '../OrFormGroup-e42d6e7b.js';
52
52
  export { s as OrHint } from '../OrHint-8822005b.js';
53
- export { s as OrHintV3 } from '../OrHint-06ab89d7.js';
53
+ export { s as OrHintV3 } from '../OrHint-55d3de35.js';
54
54
  export { s as OrIcon, O as OrIconColors, a as OrIconType } from '../OrIcon-f7130a5c.js';
55
- export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton-38102e71.js';
56
- export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from '../OrIcon-a3e90289.js';
55
+ export { I as IconButtonColor, s as OrIconButtonV3 } from '../OrIconButton-c89f733b.js';
56
+ export { I as IconButtonSize, I as IconSize, a as IconVariant, s as OrIconV3 } from '../OrIcon-3e27d5fb.js';
57
57
  export { I as InlineInputBoxSize, I as InlineInputSize, s as OrInlineInputBoxV3 } from '../OrInlineInputBox-01fb2cb2.js';
58
- export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-a1b493f2.js';
58
+ export { I as InlineInputType, s as OrInlineInputV3 } from '../OrInlineInput-87985a49.js';
59
59
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, s as OrInlineTextEdit } from '../OrInlineTextEdit-a3c4c7dc.js';
60
- export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-994aad6e.js';
60
+ export { s as OrInlineTextareaV3 } from '../OrInlineTextarea-998beb1f.js';
61
61
  export { s as OrInput } from '../OrInput-2c3111c2.js';
62
- export { I as InputType, s as OrInputV3 } from '../OrInput-c09aa766.js';
62
+ export { I as InputType, s as OrInputV3 } from '../OrInput-0db1e05f.js';
63
63
  export { s as OrLabel } from '../OrLabel-a7d99df4.js';
64
- export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel-d4c46bb6.js';
65
- export { L as LinkColor, s as OrLinkV3 } from '../OrLink-dcae31fb.js';
64
+ export { L as LabelVariant, s as OrLabelV3 } from '../OrLabel-b826da04.js';
65
+ export { L as LinkColor, s as OrLinkV3 } from '../OrLink-0db644bb.js';
66
66
  export { s as OrList } from '../OrList-aa7b5ef9.js';
67
67
  export { s as OrListOfInputs } from '../OrListOfInputs-f8740785.js';
68
68
  export { L as LoaderViews, s as OrLoader } from '../OrLoader-d28a8ebf.js';
69
69
  export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, s as OrLoaderV3 } from '../OrLoader-b79022da.js';
70
- export { s as OrMenuItemV3 } from '../OrMenuItem-eb98272d.js';
70
+ export { s as OrMenuItemV3 } from '../OrMenuItem-fdc66517.js';
71
71
  export { s as OrModal, O as OrModalSizes } from '../OrModal-b2060770.js';
72
- export { M as ModalSize, s as OrModalV3 } from '../OrModal-09bdc2d5.js';
72
+ export { M as ModalSize, s as OrModalV3 } from '../OrModal-ef436909.js';
73
73
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, s as OrNotification } from '../OrNotification-1b28dd4a.js';
74
- export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification-ed1ecef9.js';
74
+ export { N as NotificationVariant, s as OrNotificationV3 } from '../OrNotification-8281be29.js';
75
75
  export { s as OrNumberInput } from '../OrNumberInput-e9dcdcbd.js';
76
76
  export { s as OrOverflowMenu } from '../OrOverflowMenu-440ddf3e.js';
77
77
  export { s as OrOverlay } from '../OrOverlay-451dce49.js';
78
78
  export { s as OrOverlayV3 } from '../OrOverlay-6269c33a.js';
79
- export { s as OrPaginationV3 } from '../OrPagination-ed2409fa.js';
79
+ export { s as OrPaginationV3 } from '../OrPagination-7c635ebe.js';
80
80
  export { s as OrPassword } from '../OrPassword-4494ac89.js';
81
81
  export { s as OrProgress, O as OrProgressColors, a as OrProgressTypes } from '../OrProgress-aa2ea84b.js';
82
82
  export { s as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-95907e02.js';
83
83
  export { s as OrRadio } from '../OrRadio-40bf2c87.js';
84
84
  export { s as OrRadioGroup } from '../OrRadioGroup-00785e41.js';
85
- export { s as OrRadioGroupV3 } from '../OrRadioGroup-cae1897c.js';
86
- export { s as OrRadioV3 } from '../OrRadio-02e0d111.js';
87
- export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement, R as SidebarPadding } from '../OrResizeablePanel-29b075cd.js';
88
- export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditor-ab737625.js';
85
+ export { s as OrRadioGroupV3 } from '../OrRadioGroup-b4b6d364.js';
86
+ export { s as OrRadioV3 } from '../OrRadio-50b0ead5.js';
87
+ export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement, R as SidebarPadding } from '../OrResizeablePanel-71e7730f.js';
88
+ export { F as Formats, s as OrRichTextEditorV3 } from '../OrRichTextEditor-c205f210.js';
89
89
  export { s as OrSearch } from '../OrSearch-2800e9bf.js';
90
- export { s as OrSearchV3 } from '../OrSearch-d24731e8.js';
91
- export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-4c4fff7b.js';
90
+ export { s as OrSearchV3 } from '../OrSearch-602356a0.js';
91
+ export { s as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-6be79b4e.js';
92
92
  export { s as OrSelect } from '../OrSelect-9520d6e6.js';
93
- export { s as OrSelectV3 } from '../OrSelect-02207ff1.js';
93
+ export { s as OrSelectV3 } from '../OrSelect-74c2c521.js';
94
94
  export { s as OrSidebar, O as OrSidebarSide } from '../OrSidebar-aaf73310.js';
95
- export { s as OrSidebarV3 } from '../OrSidebar-87ff6ac0.js';
96
- export { S as OrSidebarPlacement, S as SidebarPlacement } from '../props-03e630c9.js';
95
+ export { s as OrSidebarV3 } from '../OrSidebar-459ec28f.js';
96
+ export { S as OrSidebarPlacement, S as SidebarPlacement } from '../props-64389534.js';
97
97
  export { s as OrSkeletonCircle } from '../OrSkeletonCircle-66e175a0.js';
98
98
  export { s as OrSkeletonRect } from '../OrSkeletonRect-c694574e.js';
99
99
  export { s as OrSkeletonText } from '../OrSkeletonText-9a800de4.js';
@@ -102,35 +102,35 @@ export { s as OrSkeletonCircleV3 } from '../OrSkeletonCircle-1eae069b.js';
102
102
  export { s as OrSkeletonRectV3 } from '../OrSkeletonRect-ba5df861.js';
103
103
  export { s as OrSkeletonTextV3 } from '../OrSkeletonText-3c3207d0.js';
104
104
  export { s as OrSlider } from '../OrSlider-b7bd588e.js';
105
- export { s as OrSortingV3 } from '../OrSorting-535539dc.js';
105
+ export { s as OrSortingV3 } from '../OrSorting-eb45c6f4.js';
106
106
  export { s as OrStepper } from '../OrStepper-4943002c.js';
107
107
  export { s as OrSwitch } from '../OrSwitch-fb864132.js';
108
- export { s as OrSwitchV3 } from '../OrSwitch-1ac1bfcd.js';
108
+ export { s as OrSwitchV3 } from '../OrSwitch-a493c66d.js';
109
109
  export { s as OrTab } from '../OrTab-d8d4e871.js';
110
110
  export { s as OrTabHeaderItem } from '../OrTabHeaderItem-c2af7ca3.js';
111
- export { s as OrTabV3 } from '../OrTab-2d567d8e.js';
111
+ export { s as OrTabV3 } from '../OrTab-db771526.js';
112
112
  export { s as OrTabs } from '../OrTabs-3da3ea89.js';
113
- export { s as OrTabsV3, T as TabsVariant } from '../OrTabs-05d39983.js';
113
+ export { s as OrTabsV3, T as TabsVariant } from '../OrTabs-f1773b57.js';
114
114
  export { s as OrTag } from '../OrTag-1b3b1296.js';
115
- export { s as OrTagInputV3 } from '../OrTagInput-e921b24a.js';
116
- export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-07614e8a.js';
117
- export { s as OrTagsV3, T as TagsOverflow } from '../OrTags-7ed38c88.js';
115
+ export { s as OrTagInputV3 } from '../OrTagInput-851b05c8.js';
116
+ export { s as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-32739999.js';
117
+ export { s as OrTagsV3, T as TagsOverflow } from '../OrTags-55b8c446.js';
118
118
  export { s as OrTeleport } from '../OrTeleport.vue3-9bce0c02.js';
119
119
  export { s as OrTeleportV3 } from '../OrTeleport.vue3-8099178c.js';
120
120
  export { s as OrTextV3 } from '../OrText-d54c951d.js';
121
121
  export { s as OrTextarea } from '../OrTextarea-7a753c1a.js';
122
- export { s as OrTextareaV3 } from '../OrTextarea-aa1cf564.js';
122
+ export { s as OrTextareaV3 } from '../OrTextarea-5824a209.js';
123
123
  export { s as OrTextbox, T as TextboxTypes } from '../OrTextbox-cb6762c8.js';
124
- export { s as OrTimeFormatV3 } from '../OrTimeFormat-aa3c2a54.js';
125
- export { s as OrTimePickerV3 } from '../OrTimePicker-ec7a6c01.js';
124
+ export { s as OrTimeFormatV3 } from '../OrTimeFormat-5ece86b5.js';
125
+ export { s as OrTimePickerV3 } from '../OrTimePicker-b16db925.js';
126
126
  export { s as OrToast, a as OrToastContainer } from '../OrToastContainer-d6f117e2.js';
127
127
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-05a9c81b.js';
128
- export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-a3735303.js';
128
+ export { a as OrToastContainerV3, s as OrToastV3, t as TypesV3 } from '../types-e88f53a2.js';
129
129
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-5aa9dc05.js';
130
130
  export { s as OrTooltip } from '../OrTooltip-7ac03028.js';
131
131
  export { s as OrTooltipContent } from '../OrTooltipContent-c0042844.js';
132
- export { s as OrTooltipV3 } from '../OrTooltip-998dc10b.js';
133
- export { s as OrTreeV3, T as TreeNodeDropPosition } from '../OrTree-f661895f.js';
132
+ export { s as OrTooltipV3 } from '../OrTooltip-bdd46da2.js';
133
+ export { s as OrTreeV3, T as TreeNodeDropPosition } from '../OrTree-938aab61.js';
134
134
  import 'vue-demi';
135
135
  import 'vue';
136
136
  import '../style-inject.es-4c6f2515.js';
@@ -191,11 +191,7 @@ import '../codemirrorView-020fe885.js';
191
191
  import 'prosemirror-state';
192
192
  import 'prosemirror-commands';
193
193
  import 'lodash/keyBy';
194
- import '../OrSelectMultipleControl-68739e2f.js';
195
- import '../OrSelectPlaceholder-19a66581.js';
196
- import '../OrSelectControlInput-3297e30d.js';
197
- import '../OrSelectSingleControl-f1fc8f52.js';
194
+ import '../useOverflow-ff9ae748.js';
198
195
  import 'lodash/range';
199
196
  import '../styles-ed564e39.js';
200
- import '../useOverflow-b482f3c9.js';
201
197
  import 'lodash/isNil';
@@ -1,5 +1,5 @@
1
- export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../../OrAvatar-9f7dea15.js';
1
+ export { a as AvatarColor, A as AvatarSize, s as OrAvatarV3 } from '../../OrAvatar-2b330296.js';
2
2
  import 'vue-demi';
3
3
  import '../../color-6b0fc765.js';
4
- import '../../OrIcon-a3e90289.js';
4
+ import '../../OrIcon-3e27d5fb.js';
5
5
  import 'vue';
@@ -1,4 +1,4 @@
1
- export { B as BottomSheetVariant, s as OrBottomSheetV3 } from '../../OrBottomSheet-efcae28c.js';
1
+ export { B as BottomSheetVariant, s as OrBottomSheetV3 } from '../../OrBottomSheet-375aa75c.js';
2
2
  import '@vueuse/core';
3
3
  import 'vue-demi';
4
4
  import '../../dom-aecadd9a.js';
@@ -1,4 +1,4 @@
1
- export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../../OrButton-4a3c3e7b.js';
1
+ export { a as ButtonColor, b as ButtonType, B as ButtonVariant, s as OrButtonV3 } from '../../OrButton-2e3a73fb.js';
2
2
  import 'vue-demi';
3
3
  import '../../OrLoader-b79022da.js';
4
4
  import '@vueuse/core';
@@ -1,9 +1,9 @@
1
- export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-b08008e4.js';
1
+ export { C as CardCollectionView, s as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-9f4a9619.js';
2
2
  import 'vue-demi';
3
- import '../../OrIconButton-38102e71.js';
4
- import '../../OrIcon-a3e90289.js';
3
+ import '../../OrIconButton-c89f733b.js';
4
+ import '../../OrIcon-3e27d5fb.js';
5
5
  import 'vue';
6
- import '../../OrTooltip-998dc10b.js';
6
+ import '../../OrTooltip-bdd46da2.js';
7
7
  import '@vueuse/core';
8
8
  import '../../dom-aecadd9a.js';
9
9
  import 'lodash/isElement';
@@ -11,26 +11,26 @@ import 'lodash/get';
11
11
  import '../../usePopoverState-b92c698b.js';
12
12
  import '@onereach/styles/tailwind/plugins/core';
13
13
  import '@onereach/styles/tailwind.config.json';
14
- import '../../OrPopover-2132e8b9.js';
14
+ import '../../OrPopover-3b07d49e.js';
15
15
  import '@floating-ui/dom';
16
16
  import '../../useElevation-a50ec347.js';
17
17
  import '../../useResponsive-5c8291da.js';
18
- import '../../OrBottomSheet-efcae28c.js';
18
+ import '../../OrBottomSheet-375aa75c.js';
19
19
  import '../../OrOverlay-6269c33a.js';
20
20
  import '../../OrTeleport.vue3-8099178c.js';
21
21
  import '../../useTheme-0ef25778.js';
22
- import '../../OrSearch-d24731e8.js';
23
- import '../../OrInput-c09aa766.js';
22
+ import '../../OrSearch-602356a0.js';
23
+ import '../../OrInput-0db1e05f.js';
24
24
  import '../../useIdAttribute-859439f0.js';
25
25
  import '../../useProxyModelValue-940010d2.js';
26
26
  import '../../useValidationAttributes-d1abbe34.js';
27
- import '../../OrError-c01d0c29.js';
28
- import '../../OrHint-06ab89d7.js';
27
+ import '../../OrError-69bd7f6a.js';
28
+ import '../../OrHint-55d3de35.js';
29
29
  import '../../OrInputBox-912a6254.js';
30
- import '../../OrLabel-d4c46bb6.js';
30
+ import '../../OrLabel-b826da04.js';
31
31
  import '../../OrLoader-b79022da.js';
32
32
  import '../../style-inject.es-4c6f2515.js';
33
- import '../../OrSorting-535539dc.js';
34
- import '../../OrMenu-ce78b703.js';
35
- import '../../OrMenuItem-eb98272d.js';
36
- import '../../OrButton-4a3c3e7b.js';
33
+ import '../../OrSorting-eb45c6f4.js';
34
+ import '../../OrMenu-72844eb1.js';
35
+ import '../../OrMenuItem-fdc66517.js';
36
+ import '../../OrButton-2e3a73fb.js';
@@ -1,4 +1,4 @@
1
- export { s as OrCheckboxGroupV3 } from '../../OrCheckboxGroup-bcf1f5b0.js';
1
+ export { s as OrCheckboxGroupV3 } from '../../OrCheckboxGroup-f916aeaf.js';
2
2
  import 'vue-demi';
3
3
  import '@vueuse/core';
4
4
  import '../../dom-aecadd9a.js';
@@ -7,16 +7,16 @@ import 'lodash/get';
7
7
  import '../../useProxyModelValue-940010d2.js';
8
8
  import '@onereach/styles/tailwind/plugins/core';
9
9
  import '@onereach/styles/tailwind.config.json';
10
- import '../../OrCheckboxTree-d1f457da.js';
11
- import '../../OrButton-4a3c3e7b.js';
10
+ import '../../OrCheckboxTree-59c4c150.js';
11
+ import '../../OrButton-2e3a73fb.js';
12
12
  import '../../OrLoader-b79022da.js';
13
13
  import 'vue';
14
- import '../../OrCheckbox-a2017fa5.js';
14
+ import '../../OrCheckbox-4e9a3021.js';
15
15
  import '../../useIdAttribute-859439f0.js';
16
16
  import '../../isEmptyValue-fd56a6e4.js';
17
- import '../../OrLabel-d4c46bb6.js';
17
+ import '../../OrLabel-b826da04.js';
18
18
  import '../../style-inject.es-4c6f2515.js';
19
- import '../../OrIcon-a3e90289.js';
20
- import '../../OrFormGroup-37f2b304.js';
21
- import '../../OrError-c01d0c29.js';
22
- import '../../OrHint-06ab89d7.js';
19
+ import '../../OrIcon-3e27d5fb.js';
20
+ import '../../OrFormGroup-e42d6e7b.js';
21
+ import '../../OrError-69bd7f6a.js';
22
+ import '../../OrHint-55d3de35.js';
@@ -1,4 +1,4 @@
1
- export { s as OrCheckboxTreeV3 } from '../../OrCheckboxTree-d1f457da.js';
1
+ export { s as OrCheckboxTreeV3 } from '../../OrCheckboxTree-59c4c150.js';
2
2
  import '@vueuse/core';
3
3
  import 'vue-demi';
4
4
  import '../../dom-aecadd9a.js';
@@ -7,12 +7,12 @@ import 'lodash/get';
7
7
  import '../../useProxyModelValue-940010d2.js';
8
8
  import '@onereach/styles/tailwind/plugins/core';
9
9
  import '@onereach/styles/tailwind.config.json';
10
- import '../../OrButton-4a3c3e7b.js';
10
+ import '../../OrButton-2e3a73fb.js';
11
11
  import '../../OrLoader-b79022da.js';
12
12
  import 'vue';
13
- import '../../OrCheckbox-a2017fa5.js';
13
+ import '../../OrCheckbox-4e9a3021.js';
14
14
  import '../../useIdAttribute-859439f0.js';
15
15
  import '../../isEmptyValue-fd56a6e4.js';
16
- import '../../OrLabel-d4c46bb6.js';
16
+ import '../../OrLabel-b826da04.js';
17
17
  import '../../style-inject.es-4c6f2515.js';
18
- import '../../OrIcon-a3e90289.js';
18
+ import '../../OrIcon-3e27d5fb.js';
@@ -1,4 +1,4 @@
1
- export { s as OrCheckboxV3 } from '../../OrCheckbox-a2017fa5.js';
1
+ export { s as OrCheckboxV3 } from '../../OrCheckbox-4e9a3021.js';
2
2
  import 'vue-demi';
3
3
  import '../../useIdAttribute-859439f0.js';
4
4
  import '@vueuse/core';
@@ -9,6 +9,6 @@ import '../../isEmptyValue-fd56a6e4.js';
9
9
  import '../../useProxyModelValue-940010d2.js';
10
10
  import '@onereach/styles/tailwind/plugins/core';
11
11
  import '@onereach/styles/tailwind.config.json';
12
- import '../../OrLabel-d4c46bb6.js';
12
+ import '../../OrLabel-b826da04.js';
13
13
  import 'vue';
14
14
  import '../../style-inject.es-4c6f2515.js';
@@ -1,4 +1,4 @@
1
- export { C as CodeLanguage, s as OrCodeV3 } from '../../OrCode-488715fc.js';
1
+ export { C as CodeLanguage, s as OrCodeV3 } from '../../OrCode-2c5af800.js';
2
2
  export { lintGutter, linter } from '@codemirror/lint';
3
3
  export { javascript } from '@codemirror/lang-javascript';
4
4
  export { json, jsonParseLinter } from '@codemirror/lang-json';
@@ -18,20 +18,20 @@ import '@onereach/styles/tailwind.config.json';
18
18
  import '../../useValidationAttributes-d1abbe34.js';
19
19
  import 'codemirror';
20
20
  import '@codemirror/commands';
21
- import '../../OrIconButton-38102e71.js';
22
- import '../../OrIcon-a3e90289.js';
21
+ import '../../OrIconButton-c89f733b.js';
22
+ import '../../OrIcon-3e27d5fb.js';
23
23
  import 'vue';
24
- import '../../OrTooltip-998dc10b.js';
24
+ import '../../OrTooltip-bdd46da2.js';
25
25
  import '../../usePopoverState-b92c698b.js';
26
- import '../../OrPopover-2132e8b9.js';
26
+ import '../../OrPopover-3b07d49e.js';
27
27
  import '@floating-ui/dom';
28
28
  import '../../useElevation-a50ec347.js';
29
29
  import '../../useResponsive-5c8291da.js';
30
- import '../../OrBottomSheet-efcae28c.js';
30
+ import '../../OrBottomSheet-375aa75c.js';
31
31
  import '../../OrOverlay-6269c33a.js';
32
32
  import '../../OrTeleport.vue3-8099178c.js';
33
- import '../../OrModal-09bdc2d5.js';
34
- import '../../OrError-c01d0c29.js';
35
- import '../../OrHint-06ab89d7.js';
33
+ import '../../OrModal-ef436909.js';
34
+ import '../../OrError-69bd7f6a.js';
35
+ import '../../OrHint-55d3de35.js';
36
36
  import '../../OrInputBox-912a6254.js';
37
- import '../../OrLabel-d4c46bb6.js';
37
+ import '../../OrLabel-b826da04.js';
@@ -1,7 +1,7 @@
1
- export { s as OrCombinedInputV3 } from '../../OrCombinedInput-b8a868cb.js';
1
+ export { s as OrCombinedInputV3 } from '../../OrCombinedInput-aaff08d4.js';
2
2
  export { I as CombinedInputSize } from '../../OrInputBox-912a6254.js';
3
3
  import 'vue-demi';
4
- import '../../OrError-c01d0c29.js';
4
+ import '../../OrError-69bd7f6a.js';
5
5
  import 'vue';
6
- import '../../OrHint-06ab89d7.js';
7
- import '../../OrLabel-d4c46bb6.js';
6
+ import '../../OrHint-55d3de35.js';
7
+ import '../../OrLabel-b826da04.js';
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-994f6d4c.js';
1
+ export { C as ConfirmType, s as OrConfirmV3 } from '../../OrConfirm-984d0c5a.js';
2
2
  import '@vueuse/core';
3
3
  import '@vueuse/math';
4
4
  import 'vue-demi';
@@ -8,26 +8,26 @@ import 'lodash/get';
8
8
  import '../../usePopoverState-b92c698b.js';
9
9
  import '@onereach/styles/tailwind/plugins/core';
10
10
  import '@onereach/styles/tailwind.config.json';
11
- import '../../OrButton-4a3c3e7b.js';
11
+ import '../../OrButton-2e3a73fb.js';
12
12
  import '../../OrLoader-b79022da.js';
13
13
  import 'vue';
14
- import '../../OrInput-c09aa766.js';
14
+ import '../../OrInput-0db1e05f.js';
15
15
  import '../../useIdAttribute-859439f0.js';
16
16
  import '../../useProxyModelValue-940010d2.js';
17
17
  import '../../useResponsive-5c8291da.js';
18
18
  import '../../useValidationAttributes-d1abbe34.js';
19
- import '../../OrError-c01d0c29.js';
20
- import '../../OrHint-06ab89d7.js';
21
- import '../../OrIconButton-38102e71.js';
22
- import '../../OrIcon-a3e90289.js';
23
- import '../../OrTooltip-998dc10b.js';
24
- import '../../OrPopover-2132e8b9.js';
19
+ import '../../OrError-69bd7f6a.js';
20
+ import '../../OrHint-55d3de35.js';
21
+ import '../../OrIconButton-c89f733b.js';
22
+ import '../../OrIcon-3e27d5fb.js';
23
+ import '../../OrTooltip-bdd46da2.js';
24
+ import '../../OrPopover-3b07d49e.js';
25
25
  import '@floating-ui/dom';
26
26
  import '../../useElevation-a50ec347.js';
27
- import '../../OrBottomSheet-efcae28c.js';
27
+ import '../../OrBottomSheet-375aa75c.js';
28
28
  import '../../OrOverlay-6269c33a.js';
29
29
  import '../../OrTeleport.vue3-8099178c.js';
30
30
  import '../../useTheme-0ef25778.js';
31
31
  import '../../OrInputBox-912a6254.js';
32
- import '../../OrLabel-d4c46bb6.js';
32
+ import '../../OrLabel-b826da04.js';
33
33
  import '../../style-inject.es-4c6f2515.js';
@@ -1,6 +1,6 @@
1
- export { s as OrContextMenuV3 } from '../../OrContextMenu-0a6a5668.js';
2
- import '../../OrMenu-ce78b703.js';
3
- export { P as ContextMenuPlacement } from '../../OrPopover-2132e8b9.js';
1
+ export { s as OrContextMenuV3 } from '../../OrContextMenu-c0ff35b6.js';
2
+ import '../../OrMenu-72844eb1.js';
3
+ export { P as ContextMenuPlacement } from '../../OrPopover-3b07d49e.js';
4
4
  import 'vue-demi';
5
5
  import '@vueuse/core';
6
6
  import '../../dom-aecadd9a.js';
@@ -13,7 +13,7 @@ import 'vue';
13
13
  import '@floating-ui/dom';
14
14
  import '../../useElevation-a50ec347.js';
15
15
  import '../../useResponsive-5c8291da.js';
16
- import '../../OrBottomSheet-efcae28c.js';
16
+ import '../../OrBottomSheet-375aa75c.js';
17
17
  import '../../OrOverlay-6269c33a.js';
18
18
  import '../../OrTeleport.vue3-8099178c.js';
19
19
  import '../../useTheme-0ef25778.js';
@@ -1 +1,2 @@
1
- export { MenuOffset as ContextMenuOffset, MenuPlacement as ContextMenuPlacement } from '../or-menu-v3';
1
+ export { MenuPlacement as ContextMenuPlacement } from '../or-menu-v3';
2
+ export type { MenuOffset as ContextMenuOffset } from '../or-menu-v3';
@@ -1,6 +1,6 @@
1
- export { s as OrDateFormatV3 } from '../../OrDateFormat-16ceed85.js';
1
+ export { s as OrDateFormatV3 } from '../../OrDateFormat-86dd3a6a.js';
2
2
  import 'vue-demi';
3
- import '../../OrDateTimePicker-2b59be2d.js';
3
+ import '../../OrDateTimePicker-ce7389e8.js';
4
4
  import '../../dropdown-open-06d651cf.js';
5
5
  import '@vueuse/core';
6
6
  import '../../dom-aecadd9a.js';
@@ -9,27 +9,27 @@ import 'lodash/get';
9
9
  import '../../useProxyModelValue-940010d2.js';
10
10
  import '@onereach/styles/tailwind/plugins/core';
11
11
  import '@onereach/styles/tailwind.config.json';
12
- import '../../OrError-c01d0c29.js';
12
+ import '../../OrError-69bd7f6a.js';
13
13
  import 'vue';
14
- import '../../OrHint-06ab89d7.js';
15
- import '../../OrIconButton-38102e71.js';
16
- import '../../OrIcon-a3e90289.js';
17
- import '../../OrTooltip-998dc10b.js';
14
+ import '../../OrHint-55d3de35.js';
15
+ import '../../OrIconButton-c89f733b.js';
16
+ import '../../OrIcon-3e27d5fb.js';
17
+ import '../../OrTooltip-bdd46da2.js';
18
18
  import '../../usePopoverState-b92c698b.js';
19
- import '../../OrPopover-2132e8b9.js';
19
+ import '../../OrPopover-3b07d49e.js';
20
20
  import '@floating-ui/dom';
21
21
  import '../../useElevation-a50ec347.js';
22
22
  import '../../useResponsive-5c8291da.js';
23
- import '../../OrBottomSheet-efcae28c.js';
23
+ import '../../OrBottomSheet-375aa75c.js';
24
24
  import '../../OrOverlay-6269c33a.js';
25
25
  import '../../OrTeleport.vue3-8099178c.js';
26
26
  import '../../useTheme-0ef25778.js';
27
27
  import '../../OrInputBox-912a6254.js';
28
- import '../../OrLabel-d4c46bb6.js';
29
- import '../../OrDateTimePickerTimeSelect-9cddc06d.js';
28
+ import '../../OrLabel-b826da04.js';
29
+ import '../../OrDateTimePickerTimeSelect-4c910498.js';
30
30
  import '../../getTimePlaceholder-09859f55.js';
31
- import '../../OrButton-4a3c3e7b.js';
31
+ import '../../OrButton-2e3a73fb.js';
32
32
  import '../../OrLoader-b79022da.js';
33
- import '../../OrMenuItem-eb98272d.js';
34
- import '../../OrMenu-ce78b703.js';
33
+ import '../../OrMenuItem-fdc66517.js';
34
+ import '../../OrMenu-72844eb1.js';
35
35
  import '../../getCurrentDate-046a888d.js';
@@ -1,4 +1,4 @@
1
- export { s as OrDatePickerV3 } from '../../OrDatePicker-de8b1721.js';
1
+ export { s as OrDatePickerV3 } from '../../OrDatePicker-aa0a6a0e.js';
2
2
  export { I as DatePickerSize } from '../../OrInputBox-912a6254.js';
3
3
  import 'vue-demi';
4
4
  import '../../dropdown-open-06d651cf.js';
@@ -9,27 +9,27 @@ import 'lodash/get';
9
9
  import '../../useProxyModelValue-940010d2.js';
10
10
  import '@onereach/styles/tailwind/plugins/core';
11
11
  import '@onereach/styles/tailwind.config.json';
12
- import '../../OrDateTimePicker-2b59be2d.js';
13
- import '../../OrError-c01d0c29.js';
12
+ import '../../OrDateTimePicker-ce7389e8.js';
13
+ import '../../OrError-69bd7f6a.js';
14
14
  import 'vue';
15
- import '../../OrHint-06ab89d7.js';
16
- import '../../OrIconButton-38102e71.js';
17
- import '../../OrIcon-a3e90289.js';
18
- import '../../OrTooltip-998dc10b.js';
15
+ import '../../OrHint-55d3de35.js';
16
+ import '../../OrIconButton-c89f733b.js';
17
+ import '../../OrIcon-3e27d5fb.js';
18
+ import '../../OrTooltip-bdd46da2.js';
19
19
  import '../../usePopoverState-b92c698b.js';
20
- import '../../OrPopover-2132e8b9.js';
20
+ import '../../OrPopover-3b07d49e.js';
21
21
  import '@floating-ui/dom';
22
22
  import '../../useElevation-a50ec347.js';
23
23
  import '../../useResponsive-5c8291da.js';
24
- import '../../OrBottomSheet-efcae28c.js';
24
+ import '../../OrBottomSheet-375aa75c.js';
25
25
  import '../../OrOverlay-6269c33a.js';
26
26
  import '../../OrTeleport.vue3-8099178c.js';
27
27
  import '../../useTheme-0ef25778.js';
28
- import '../../OrLabel-d4c46bb6.js';
29
- import '../../OrDateTimePickerTimeSelect-9cddc06d.js';
28
+ import '../../OrLabel-b826da04.js';
29
+ import '../../OrDateTimePickerTimeSelect-4c910498.js';
30
30
  import '../../getTimePlaceholder-09859f55.js';
31
- import '../../OrButton-4a3c3e7b.js';
31
+ import '../../OrButton-2e3a73fb.js';
32
32
  import '../../OrLoader-b79022da.js';
33
- import '../../OrMenuItem-eb98272d.js';
34
- import '../../OrMenu-ce78b703.js';
33
+ import '../../OrMenuItem-fdc66517.js';
34
+ import '../../OrMenu-72844eb1.js';
35
35
  import '../../getCurrentDate-046a888d.js';