@onereach/ui-components 2.69.7-beta.2170.0 → 2.69.7-beta.2172.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 (327) hide show
  1. package/dist/bundled/v2/{OrButton-a846fa7e.js → OrButton-4b99c680.js} +1 -10
  2. package/dist/bundled/v2/{OrCardCollection-15d11d05.js → OrCardCollection-9ab12583.js} +2 -2
  3. package/dist/bundled/v2/{OrConfirm-ec3feaf5.js → OrConfirm-58a0d0ae.js} +2 -2
  4. package/dist/bundled/v2/{OrInput-8b90e08f.js → OrInput-70a17476.js} +18 -10
  5. package/dist/bundled/v2/{OrSearch-76b002cf.js → OrSearch-e9fe9aba.js} +1 -1
  6. package/dist/bundled/v2/{OrSelect-8a4d227e.js → OrSelect-396692be.js} +9 -16
  7. package/dist/bundled/v2/{OrSwitch-237a2081.js → OrSwitch-337c4e40.js} +16 -8
  8. package/dist/bundled/v2/components/index.d.ts +0 -1
  9. package/dist/bundled/v2/components/index.js +9 -8
  10. package/dist/bundled/v2/components/or-button-v3/OrButton.vue.d.ts +0 -11
  11. package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
  12. package/dist/bundled/v2/components/or-card-collection-v3/index.js +6 -4
  13. package/dist/bundled/v2/components/or-confirm-v3/index.js +5 -3
  14. package/dist/bundled/v2/components/or-input-v3/OrInput.stories3.d.ts +2 -0
  15. package/dist/bundled/v2/components/or-input-v3/OrInput.vue.d.ts +6 -2
  16. package/dist/bundled/v2/components/or-input-v3/index.js +3 -1
  17. package/dist/bundled/v2/components/or-search-v3/index.js +4 -2
  18. package/dist/bundled/v2/components/or-select-v3/OrSelect.vue.d.ts +14 -25
  19. package/dist/bundled/v2/components/or-select-v3/index.d.ts +0 -1
  20. package/dist/bundled/v2/components/or-select-v3/index.js +4 -2
  21. package/dist/bundled/v2/components/or-select-v3/types.d.ts +1 -1
  22. package/dist/bundled/v2/components/or-switch-v3/OrSwitch.vue.d.ts +6 -2
  23. package/dist/bundled/v2/components/or-switch-v3/index.js +3 -1
  24. package/dist/bundled/v2/hooks/index.d.ts +1 -0
  25. package/dist/bundled/v2/hooks/index.js +2 -0
  26. package/dist/bundled/v2/hooks/useSlicedAttrs.d.ts +5 -0
  27. package/dist/bundled/v2/index.js +10 -9
  28. package/dist/bundled/v2/useSlicedAttrs-8d836c02.js +30 -0
  29. package/dist/bundled/v3/{OrButton-2b27c1fd.js → OrButton-a671b8a1.js} +2 -3
  30. package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-8c44986c.js → OrButton.vue_vue_type_script_lang-b0dc31ca.js} +1 -9
  31. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-bd852915.js → OrCardCollection.vue_vue_type_script_lang-d63ff1bf.js} +3 -3
  32. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-9e4e2884.js → OrConfirm.vue_vue_type_script_lang-e6d1a51f.js} +4 -4
  33. package/dist/bundled/v3/{OrInput-fa782fc1.js → OrInput-aee859e9.js} +5 -4
  34. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-f6d793d3.js → OrInput.vue_vue_type_script_lang-b687f7f9.js} +10 -3
  35. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-014ad470.js → OrSearch.vue_vue_type_script_lang-c3c18f88.js} +2 -2
  36. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-94063fc4.js → OrSelect.vue_vue_type_script_lang-639cf302.js} +4 -8
  37. package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-04829f64.js → OrSwitch.vue_vue_type_script_lang-e7c7f18b.js} +10 -3
  38. package/dist/bundled/v3/components/index.d.ts +0 -1
  39. package/dist/bundled/v3/components/index.js +11 -10
  40. package/dist/bundled/v3/components/or-button-v3/OrButton.vue.d.ts +0 -11
  41. package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
  42. package/dist/bundled/v3/components/or-card-collection-v3/index.js +8 -6
  43. package/dist/bundled/v3/components/or-confirm-v3/index.js +7 -5
  44. package/dist/bundled/v3/components/or-input-v3/OrInput.stories3.d.ts +2 -0
  45. package/dist/bundled/v3/components/or-input-v3/OrInput.vue.d.ts +6 -2
  46. package/dist/bundled/v3/components/or-input-v3/index.js +3 -1
  47. package/dist/bundled/v3/components/or-search-v3/index.js +5 -3
  48. package/dist/bundled/v3/components/or-select-v3/OrSelect.vue.d.ts +14 -25
  49. package/dist/bundled/v3/components/or-select-v3/index.d.ts +0 -1
  50. package/dist/bundled/v3/components/or-select-v3/index.js +5 -3
  51. package/dist/bundled/v3/components/or-select-v3/types.d.ts +1 -1
  52. package/dist/bundled/v3/components/or-switch-v3/OrSwitch.vue.d.ts +6 -2
  53. package/dist/bundled/v3/components/or-switch-v3/index.js +3 -1
  54. package/dist/bundled/v3/hooks/index.d.ts +1 -0
  55. package/dist/bundled/v3/hooks/index.js +2 -0
  56. package/dist/bundled/v3/hooks/useSlicedAttrs.d.ts +5 -0
  57. package/dist/bundled/v3/index.js +171 -259
  58. package/dist/bundled/v3/useSlicedAttrs-81ac6537.js +24 -0
  59. package/dist/esm/v2/{OrAvatar-3d155af3.js → OrAvatar-4d05d21f.js} +2 -1
  60. package/dist/esm/v2/{OrBottomSheet-16c2e610.js → OrBottomSheet-0386a623.js} +2 -1
  61. package/dist/esm/v2/{OrButton-835d4f11.js → OrButton-48c68216.js} +3 -11
  62. package/dist/esm/v2/{OrCard-de799db0.js → OrCard-3e794244.js} +1 -0
  63. package/dist/esm/v2/{OrCardCollection-f6b07557.js → OrCardCollection-1702319b.js} +2 -2
  64. package/dist/esm/v2/{OrCardCollection-024cfba9.js → OrCardCollection-d145adbe.js} +9 -8
  65. package/dist/esm/v2/{OrCheckbox-567e387c.js → OrCheckbox-197c4331.js} +2 -1
  66. package/dist/esm/v2/{OrConfirm-d7112dd3.js → OrConfirm-9e0fcf83.js} +1 -1
  67. package/dist/esm/v2/{OrConfirm-5e8dd4b6.js → OrConfirm-b62d2205.js} +3 -3
  68. package/dist/esm/v2/{OrError-d267ee9a.js → OrError-55b6feda.js} +1 -0
  69. package/dist/esm/v2/{OrErrorTag-782dd714.js → OrErrorTag-d0407d4e.js} +2 -1
  70. package/dist/esm/v2/{OrExpansionPanel-968ddc61.js → OrExpansionPanel-db7e325b.js} +2 -1
  71. package/dist/esm/v2/{OrFab-26106618.js → OrFab-77f5bb6e.js} +1 -1
  72. package/dist/esm/v2/{OrHint-42dc9ebb.js → OrHint-8ac527b2.js} +1 -0
  73. package/dist/esm/v2/{OrIcon-5e394c62.js → OrIcon-ed9e0063.js} +1 -0
  74. package/dist/esm/v2/{OrIconButton-e17e4944.js → OrIconButton-8d8bb874.js} +4 -3
  75. package/dist/esm/v2/{OrInlineInput-cfeeea33.js → OrInlineInput-a2e57f5c.js} +5 -4
  76. package/dist/esm/v2/{OrInlineInputBox-fefd4fbd.js → OrInlineInputBox-6a1d02c1.js} +1 -0
  77. package/dist/esm/v2/{OrInlineTextarea-897b5377.js → OrInlineTextarea-8ca157c7.js} +5 -4
  78. package/dist/esm/v2/{OrInput-2f16a7ac.js → OrInput-28f1c749.js} +24 -16
  79. package/dist/esm/v2/{OrInputBox-4d5a318d.js → OrInputBox-83980d24.js} +1 -0
  80. package/dist/esm/v2/{OrLabel-2a9f1477.js → OrLabel-0e300559.js} +1 -0
  81. package/dist/esm/v2/{OrLink-80742a17.js → OrLink-71e57969.js} +1 -0
  82. package/dist/esm/v2/{OrListOfInputs-50aa1ef1.js → OrListOfInputs-222bafd0.js} +1 -1
  83. package/dist/esm/v2/{OrLoader-f857d55b.js → OrLoader-5076d36b.js} +1 -0
  84. package/dist/esm/v2/{OrMenu-df27d0ef.js → OrMenu-f9b65b19.js} +2 -1
  85. package/dist/esm/v2/{OrMenuItem-c7f28480.js → OrMenuItem-26f5c30b.js} +2 -1
  86. package/dist/esm/v2/{OrModal-5b37a50a.js → OrModal-026a1889.js} +3 -2
  87. package/dist/esm/v2/{OrNotification-c765f111.js → OrNotification-f3c411f2.js} +3 -2
  88. package/dist/esm/v2/{OrOverlay-18ba2dc6.js → OrOverlay-c60af55e.js} +1 -0
  89. package/dist/esm/v2/{OrPassword-1fa97156.js → OrPassword-90a03124.js} +1 -1
  90. package/dist/esm/v2/{OrPopover-9bafbdb4.js → OrPopover-92cfde7e.js} +2 -1
  91. package/dist/esm/v2/{OrProgress-c27c8946.js → OrProgress-478b4e28.js} +1 -0
  92. package/dist/esm/v2/{OrRadio-848ce55d.js → OrRadio-f8c32b3a.js} +2 -1
  93. package/dist/esm/v2/{OrSearch-0589d17d.js → OrSearch-e0ffe9eb.js} +1 -1
  94. package/dist/esm/v2/{OrSearch-2f260b09.js → OrSearch-e935e64c.js} +3 -2
  95. package/dist/esm/v2/{OrSearch.vue_rollup-plugin-vue_script-197d77fc.js → OrSearch.vue_rollup-plugin-vue_script-2d694d30.js} +1 -0
  96. package/dist/esm/v2/{OrSegmentedControl-e8dce8f9.js → OrSegmentedControl-77a3e7d2.js} +1 -0
  97. package/dist/esm/v2/{OrSelect-641184f0.js → OrSelect-7c0417ed.js} +20 -26
  98. package/dist/esm/v2/{OrSkeletonText-950be6a2.js → OrSkeletonText-c1a4d7f2.js} +1 -0
  99. package/dist/esm/v2/{OrSortHeader-19bf94ca.js → OrSortHeader-0e6232da.js} +2 -1
  100. package/dist/esm/v2/{OrSwitch-13b6a7ee.js → OrSwitch-cbd0d767.js} +18 -10
  101. package/dist/esm/v2/{OrTab-702e7335.js → OrTab-6980c1dc.js} +1 -0
  102. package/dist/esm/v2/{OrTabs-71bd3fd2.js → OrTabs-bf200bc9.js} +6 -5
  103. package/dist/esm/v2/{OrTag-cf9c6195.js → OrTag-decd89a1.js} +2 -1
  104. package/dist/esm/v2/{OrText-ba5a2b6c.js → OrText-c78df05d.js} +1 -0
  105. package/dist/esm/v2/{OrTextarea-6712a150.js → OrTextarea-498efe98.js} +5 -4
  106. package/dist/esm/v2/{OrTextbox-2594c980.js → OrTextbox-f4f041ed.js} +1 -0
  107. package/dist/esm/v2/{OrTooltip-513bee30.js → OrTooltip-216920f0.js} +2 -1
  108. package/dist/esm/v2/components/index.d.ts +0 -1
  109. package/dist/esm/v2/components/index.js +52 -51
  110. package/dist/esm/v2/components/or-avatar-v3/index.js +3 -2
  111. package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +3 -2
  112. package/dist/esm/v2/components/or-button-v3/OrButton.vue.d.ts +0 -11
  113. package/dist/esm/v2/components/or-button-v3/index.js +3 -2
  114. package/dist/esm/v2/components/or-card-collection/index.js +4 -3
  115. package/dist/esm/v2/components/or-card-collection-v3/index.js +19 -17
  116. package/dist/esm/v2/components/or-card-v3/index.js +2 -1
  117. package/dist/esm/v2/components/or-checkbox-v3/index.js +3 -2
  118. package/dist/esm/v2/components/or-confirm/index.js +3 -2
  119. package/dist/esm/v2/components/or-confirm-v3/index.js +16 -14
  120. package/dist/esm/v2/components/or-error-tag-v3/index.js +3 -2
  121. package/dist/esm/v2/components/or-error-v3/index.js +2 -1
  122. package/dist/esm/v2/components/or-expansion-panel-v3/index.js +3 -2
  123. package/dist/esm/v2/components/or-fab-v3/index.js +3 -2
  124. package/dist/esm/v2/components/or-hint-v3/index.js +2 -1
  125. package/dist/esm/v2/components/or-icon-button-v3/index.js +7 -6
  126. package/dist/esm/v2/components/or-icon-v3/index.js +2 -1
  127. package/dist/esm/v2/components/or-inline-input-box-v3/index.js +2 -1
  128. package/dist/esm/v2/components/or-inline-input-v3/index.js +11 -10
  129. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +11 -10
  130. package/dist/esm/v2/components/or-input-box-v3/index.js +2 -1
  131. package/dist/esm/v2/components/or-input-v3/OrInput.stories3.d.ts +2 -0
  132. package/dist/esm/v2/components/or-input-v3/OrInput.vue.d.ts +6 -2
  133. package/dist/esm/v2/components/or-input-v3/index.js +14 -12
  134. package/dist/esm/v2/components/or-inputs/index.js +4 -3
  135. package/dist/esm/v2/components/or-label-v3/index.js +2 -1
  136. package/dist/esm/v2/components/or-link-v3/index.js +2 -1
  137. package/dist/esm/v2/components/or-list-of-inputs/index.js +3 -2
  138. package/dist/esm/v2/components/or-loader-v3/index.js +2 -1
  139. package/dist/esm/v2/components/or-menu-item-v3/index.js +3 -2
  140. package/dist/esm/v2/components/or-menu-v3/index.js +5 -4
  141. package/dist/esm/v2/components/or-modal-v3/index.js +8 -7
  142. package/dist/esm/v2/components/or-notification-v3/index.js +8 -7
  143. package/dist/esm/v2/components/or-overlay-v3/index.js +2 -1
  144. package/dist/esm/v2/components/or-popover-v3/index.js +4 -3
  145. package/dist/esm/v2/components/or-progress-v3/index.js +2 -1
  146. package/dist/esm/v2/components/or-radio-v3/index.js +3 -2
  147. package/dist/esm/v2/components/or-search-v3/index.js +14 -12
  148. package/dist/esm/v2/components/or-segmented-control-v3/index.js +2 -1
  149. package/dist/esm/v2/components/or-select-v3/OrSelect.vue.d.ts +14 -25
  150. package/dist/esm/v2/components/or-select-v3/index.d.ts +0 -1
  151. package/dist/esm/v2/components/or-select-v3/index.js +18 -16
  152. package/dist/esm/v2/components/or-select-v3/types.d.ts +1 -1
  153. package/dist/esm/v2/components/or-skeleton-v3/index.js +2 -1
  154. package/dist/esm/v2/components/or-sort-header-v3/index.js +3 -2
  155. package/dist/esm/v2/components/or-switch-v3/OrSwitch.vue.d.ts +6 -2
  156. package/dist/esm/v2/components/or-switch-v3/index.js +6 -4
  157. package/dist/esm/v2/components/or-tab-v3/index.js +2 -1
  158. package/dist/esm/v2/components/or-tabs-v3/index.js +9 -8
  159. package/dist/esm/v2/components/or-tag-v3/index.js +8 -7
  160. package/dist/esm/v2/components/or-text-v3/index.js +2 -1
  161. package/dist/esm/v2/components/or-textarea-v3/index.js +6 -5
  162. package/dist/esm/v2/components/or-textbox/index.js +2 -1
  163. package/dist/esm/v2/components/or-toast-v3/index.js +9 -8
  164. package/dist/esm/v2/components/or-tooltip-v3/index.js +5 -4
  165. package/dist/esm/v2/hooks/index.d.ts +1 -0
  166. package/dist/esm/v2/hooks/index.js +2 -0
  167. package/dist/esm/v2/hooks/useSlicedAttrs.d.ts +5 -0
  168. package/dist/esm/v2/index.js +52 -51
  169. package/dist/esm/v2/{types-8d58d7b5.js → types-1d68431e.js} +2 -2
  170. package/dist/esm/v2/useSlicedAttrs-91deb3b7.js +31 -0
  171. package/dist/esm/v3/{OrAvatar-53a4429d.js → OrAvatar-6c4ff382.js} +2 -1
  172. package/dist/esm/v3/{OrBottomSheet-62817aec.js → OrBottomSheet-11ab621e.js} +2 -1
  173. package/dist/esm/v3/{OrButton-0fa67a0d.js → OrButton-fd69e79e.js} +4 -12
  174. package/dist/esm/v3/{OrCard-fd92f7c8.js → OrCard-14c50722.js} +1 -0
  175. package/dist/esm/v3/{OrCardCollection-286d0f3f.js → OrCardCollection-45884ef2.js} +9 -8
  176. package/dist/esm/v3/{OrCardCollection-a5e326ef.js → OrCardCollection-989bb549.js} +1 -1
  177. package/dist/esm/v3/{OrCheckbox-3e139eac.js → OrCheckbox-cf989d15.js} +2 -1
  178. package/dist/esm/v3/{OrConfirm-f39bd784.js → OrConfirm-53788490.js} +1 -1
  179. package/dist/esm/v3/{OrConfirm-56ae1494.js → OrConfirm-8c4f080b.js} +3 -3
  180. package/dist/esm/v3/{OrError-ec8c709d.js → OrError-2ef63390.js} +1 -0
  181. package/dist/esm/v3/{OrErrorTag-98252eef.js → OrErrorTag-630205fc.js} +2 -1
  182. package/dist/esm/v3/{OrExpansionPanel-311e64cf.js → OrExpansionPanel-0151936a.js} +2 -1
  183. package/dist/esm/v3/{OrFab-c8ae6e01.js → OrFab-7c1780e5.js} +1 -1
  184. package/dist/esm/v3/{OrHint-74bb732d.js → OrHint-4f497295.js} +1 -0
  185. package/dist/esm/v3/{OrIcon-b195169c.js → OrIcon-085d2eb1.js} +1 -0
  186. package/dist/esm/v3/{OrIconButton-1eebcafc.js → OrIconButton-830faf78.js} +4 -3
  187. package/dist/esm/v3/{OrInlineInput-31026cd0.js → OrInlineInput-46fd890d.js} +5 -4
  188. package/dist/esm/v3/{OrInlineInputBox-8049f95a.js → OrInlineInputBox-226e29da.js} +1 -0
  189. package/dist/esm/v3/{OrInlineTextarea-b28c3d8c.js → OrInlineTextarea-837cb99a.js} +5 -4
  190. package/dist/esm/v3/{OrInput-41691fb3.js → OrInput-502b6d49.js} +20 -12
  191. package/dist/esm/v3/{OrInputBox-6d1b6059.js → OrInputBox-304481e7.js} +1 -0
  192. package/dist/esm/v3/{OrLabel-bdaec602.js → OrLabel-7989b72a.js} +1 -0
  193. package/dist/esm/v3/{OrLink-338db3ca.js → OrLink-b0d7d430.js} +1 -0
  194. package/dist/esm/v3/{OrListOfInputs-7a67440f.js → OrListOfInputs-7e8b4f20.js} +1 -1
  195. package/dist/esm/v3/{OrLoader-b3cf4231.js → OrLoader-ab6bb22c.js} +1 -0
  196. package/dist/esm/v3/{OrMenu-840038cd.js → OrMenu-60ff7732.js} +2 -1
  197. package/dist/esm/v3/{OrMenuItem-9da279f6.js → OrMenuItem-82b6700b.js} +2 -1
  198. package/dist/esm/v3/{OrModal-381554a6.js → OrModal-9724926c.js} +3 -2
  199. package/dist/esm/v3/{OrNotification-34d9c99b.js → OrNotification-bef23976.js} +3 -2
  200. package/dist/esm/v3/{OrOverlay-738a44d5.js → OrOverlay-4a300d88.js} +1 -0
  201. package/dist/esm/v3/{OrPopover-1075dd38.js → OrPopover-086817af.js} +2 -1
  202. package/dist/esm/v3/{OrProgress-407002e0.js → OrProgress-3710020b.js} +1 -0
  203. package/dist/esm/v3/{OrRadio-54b6d0de.js → OrRadio-aa2cbfa1.js} +2 -1
  204. package/dist/esm/v3/{OrSearch-7cb2c91c.js → OrSearch-b5f08401.js} +1 -0
  205. package/dist/esm/v3/{OrSearch-e5a2e93e.js → OrSearch-cb030d85.js} +3 -2
  206. package/dist/esm/v3/{OrSegmentedControl-171cad78.js → OrSegmentedControl-214e904c.js} +1 -0
  207. package/dist/esm/v3/{OrSelect-08bd0f60.js → OrSelect-24e213b6.js} +21 -30
  208. package/dist/esm/v3/{OrSkeletonText-3965ff71.js → OrSkeletonText-dd74b979.js} +1 -0
  209. package/dist/esm/v3/{OrSortHeader-fe1a9cf8.js → OrSortHeader-4aff1426.js} +2 -1
  210. package/dist/esm/v3/{OrSwitch-cca30aa0.js → OrSwitch-eb5bc7cc.js} +16 -8
  211. package/dist/esm/v3/{OrTab-c131cf60.js → OrTab-3fe86033.js} +1 -0
  212. package/dist/esm/v3/{OrTabs-d0ee6cef.js → OrTabs-5dcbf9ce.js} +6 -5
  213. package/dist/esm/v3/{OrTag-c0bbaa58.js → OrTag-35f948c1.js} +2 -1
  214. package/dist/esm/v3/{OrText-ecb46923.js → OrText-786b2aa4.js} +1 -0
  215. package/dist/esm/v3/{OrTextarea-bb9ef3f2.js → OrTextarea-c083501a.js} +5 -4
  216. package/dist/esm/v3/{OrTextbox-2f33e9c3.js → OrTextbox-929fc3a2.js} +1 -0
  217. package/dist/esm/v3/{OrTooltip-50d27b4f.js → OrTooltip-6f9147b6.js} +2 -1
  218. package/dist/esm/v3/components/index.d.ts +0 -1
  219. package/dist/esm/v3/components/index.js +50 -49
  220. package/dist/esm/v3/components/or-avatar-v3/index.js +3 -2
  221. package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +3 -2
  222. package/dist/esm/v3/components/or-button-v3/OrButton.vue.d.ts +0 -11
  223. package/dist/esm/v3/components/or-button-v3/index.js +3 -2
  224. package/dist/esm/v3/components/or-card-collection/index.js +3 -2
  225. package/dist/esm/v3/components/or-card-collection-v3/index.js +19 -17
  226. package/dist/esm/v3/components/or-card-v3/index.js +2 -1
  227. package/dist/esm/v3/components/or-checkbox-v3/index.js +3 -2
  228. package/dist/esm/v3/components/or-confirm/index.js +3 -2
  229. package/dist/esm/v3/components/or-confirm-v3/index.js +16 -14
  230. package/dist/esm/v3/components/or-error-tag-v3/index.js +3 -2
  231. package/dist/esm/v3/components/or-error-v3/index.js +2 -1
  232. package/dist/esm/v3/components/or-expansion-panel-v3/index.js +3 -2
  233. package/dist/esm/v3/components/or-fab-v3/index.js +3 -2
  234. package/dist/esm/v3/components/or-hint-v3/index.js +2 -1
  235. package/dist/esm/v3/components/or-icon-button-v3/index.js +7 -6
  236. package/dist/esm/v3/components/or-icon-v3/index.js +2 -1
  237. package/dist/esm/v3/components/or-inline-input-box-v3/index.js +2 -1
  238. package/dist/esm/v3/components/or-inline-input-v3/index.js +11 -10
  239. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +11 -10
  240. package/dist/esm/v3/components/or-input-box-v3/index.js +2 -1
  241. package/dist/esm/v3/components/or-input-v3/OrInput.stories3.d.ts +2 -0
  242. package/dist/esm/v3/components/or-input-v3/OrInput.vue.d.ts +6 -2
  243. package/dist/esm/v3/components/or-input-v3/index.js +14 -12
  244. package/dist/esm/v3/components/or-inputs/index.js +2 -1
  245. package/dist/esm/v3/components/or-label-v3/index.js +2 -1
  246. package/dist/esm/v3/components/or-link-v3/index.js +2 -1
  247. package/dist/esm/v3/components/or-list-of-inputs/index.js +3 -2
  248. package/dist/esm/v3/components/or-loader-v3/index.js +2 -1
  249. package/dist/esm/v3/components/or-menu-item-v3/index.js +3 -2
  250. package/dist/esm/v3/components/or-menu-v3/index.js +5 -4
  251. package/dist/esm/v3/components/or-modal-v3/index.js +8 -7
  252. package/dist/esm/v3/components/or-notification-v3/index.js +8 -7
  253. package/dist/esm/v3/components/or-overlay-v3/index.js +2 -1
  254. package/dist/esm/v3/components/or-popover-v3/index.js +4 -3
  255. package/dist/esm/v3/components/or-progress-v3/index.js +2 -1
  256. package/dist/esm/v3/components/or-radio-v3/index.js +3 -2
  257. package/dist/esm/v3/components/or-search-v3/index.js +14 -12
  258. package/dist/esm/v3/components/or-segmented-control-v3/index.js +2 -1
  259. package/dist/esm/v3/components/or-select-v3/OrSelect.vue.d.ts +14 -25
  260. package/dist/esm/v3/components/or-select-v3/index.d.ts +0 -1
  261. package/dist/esm/v3/components/or-select-v3/index.js +18 -16
  262. package/dist/esm/v3/components/or-select-v3/types.d.ts +1 -1
  263. package/dist/esm/v3/components/or-skeleton-v3/index.js +2 -1
  264. package/dist/esm/v3/components/or-sort-header-v3/index.js +3 -2
  265. package/dist/esm/v3/components/or-switch-v3/OrSwitch.vue.d.ts +6 -2
  266. package/dist/esm/v3/components/or-switch-v3/index.js +6 -4
  267. package/dist/esm/v3/components/or-tab-v3/index.js +2 -1
  268. package/dist/esm/v3/components/or-tabs-v3/index.js +9 -8
  269. package/dist/esm/v3/components/or-tag-v3/index.js +8 -7
  270. package/dist/esm/v3/components/or-text-v3/index.js +2 -1
  271. package/dist/esm/v3/components/or-textarea-v3/index.js +6 -5
  272. package/dist/esm/v3/components/or-textbox/index.js +2 -1
  273. package/dist/esm/v3/components/or-toast-v3/index.js +9 -8
  274. package/dist/esm/v3/components/or-tooltip-v3/index.js +5 -4
  275. package/dist/esm/v3/hooks/index.d.ts +1 -0
  276. package/dist/esm/v3/hooks/index.js +2 -0
  277. package/dist/esm/v3/hooks/useSlicedAttrs.d.ts +5 -0
  278. package/dist/esm/v3/index.js +50 -49
  279. package/dist/esm/v3/{types-8a338300.js → types-a2cbb17e.js} +2 -2
  280. package/dist/esm/v3/useSlicedAttrs-91deb3b7.js +31 -0
  281. package/package.json +1 -1
  282. package/src/components/index.ts +0 -1
  283. package/src/components/or-button-v3/OrButton.stories3.ts +0 -4
  284. package/src/components/or-button-v3/OrButton.vue +0 -6
  285. package/src/components/or-button-v3/styles.ts +1 -9
  286. package/src/components/or-input-v3/OrInput.stories3.ts +53 -0
  287. package/src/components/or-input-v3/OrInput.vue +13 -5
  288. package/src/components/or-select-v3/OrSelect.vue +14 -26
  289. package/src/components/or-select-v3/index.ts +0 -1
  290. package/src/components/or-select-v3/types.ts +1 -1
  291. package/src/components/or-switch-v3/OrSwitch.vue +13 -4
  292. package/src/hooks/index.ts +1 -0
  293. package/src/hooks/useSlicedAttrs.ts +31 -0
  294. package/dist/bundled/v2/OrPagination-379c10b8.js +0 -308
  295. package/dist/bundled/v2/components/or-pagination-v3/OrPagination.stories3.d.ts +0 -12
  296. package/dist/bundled/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -112
  297. package/dist/bundled/v2/components/or-pagination-v3/index.d.ts +0 -2
  298. package/dist/bundled/v2/components/or-pagination-v3/index.js +0 -20
  299. package/dist/bundled/v2/components/or-pagination-v3/styles.d.ts +0 -4
  300. package/dist/bundled/v2/components/or-pagination-v3/types.d.ts +0 -4
  301. package/dist/bundled/v3/OrPagination.vue_vue_type_script_lang-c96d7cd7.js +0 -187
  302. package/dist/bundled/v3/components/or-pagination-v3/OrPagination.stories3.d.ts +0 -12
  303. package/dist/bundled/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -112
  304. package/dist/bundled/v3/components/or-pagination-v3/index.d.ts +0 -2
  305. package/dist/bundled/v3/components/or-pagination-v3/index.js +0 -22
  306. package/dist/bundled/v3/components/or-pagination-v3/styles.d.ts +0 -4
  307. package/dist/bundled/v3/components/or-pagination-v3/types.d.ts +0 -4
  308. package/dist/esm/v2/OrPagination-c0dbec6a.js +0 -308
  309. package/dist/esm/v2/components/or-pagination-v3/OrPagination.stories3.d.ts +0 -12
  310. package/dist/esm/v2/components/or-pagination-v3/OrPagination.vue.d.ts +0 -112
  311. package/dist/esm/v2/components/or-pagination-v3/index.d.ts +0 -2
  312. package/dist/esm/v2/components/or-pagination-v3/index.js +0 -18
  313. package/dist/esm/v2/components/or-pagination-v3/styles.d.ts +0 -4
  314. package/dist/esm/v2/components/or-pagination-v3/types.d.ts +0 -4
  315. package/dist/esm/v3/OrPagination-a703307d.js +0 -269
  316. package/dist/esm/v3/components/or-pagination-v3/OrPagination.stories3.d.ts +0 -12
  317. package/dist/esm/v3/components/or-pagination-v3/OrPagination.vue.d.ts +0 -112
  318. package/dist/esm/v3/components/or-pagination-v3/index.d.ts +0 -2
  319. package/dist/esm/v3/components/or-pagination-v3/index.js +0 -17
  320. package/dist/esm/v3/components/or-pagination-v3/styles.d.ts +0 -4
  321. package/dist/esm/v3/components/or-pagination-v3/types.d.ts +0 -4
  322. package/src/components/or-pagination-v3/OrPagination.docs.mdx +0 -7
  323. package/src/components/or-pagination-v3/OrPagination.stories3.ts +0 -87
  324. package/src/components/or-pagination-v3/OrPagination.vue +0 -270
  325. package/src/components/or-pagination-v3/index.ts +0 -2
  326. package/src/components/or-pagination-v3/styles.ts +0 -38
  327. package/src/components/or-pagination-v3/types.ts +0 -4
@@ -81,11 +81,7 @@ const ButtonRootColors = {
81
81
  'danger-link': [
82
82
  // Theme
83
83
  'theme-preset-4-error', 'dark:theme-preset-4-error-dark'],
84
- 'inherit-link': [
85
- // Theme
86
- 'theme-foreground-inherit', 'dark:theme-foreground-inherit',
87
- // Theme (activated)
88
- 'activated:theme-foreground-default', 'dark:activated:theme-foreground-default-dark']
84
+ 'inherit-link': []
89
85
  };
90
86
 
91
87
  var script = defineComponent({
@@ -107,10 +103,6 @@ var script = defineComponent({
107
103
  type: String,
108
104
  default: ButtonColor.Primary
109
105
  },
110
- activated: {
111
- type: Boolean,
112
- default: false
113
- },
114
106
  disabled: {
115
107
  type: Boolean,
116
108
  default: false
@@ -152,7 +144,6 @@ var __vue_render__ = function () {
152
144
  class: _vm.rootStyles,
153
145
  attrs: {
154
146
  "type": _vm.type,
155
- "activated": _vm.activated ? '' : null,
156
147
  "disabled": _vm.disabled
157
148
  },
158
149
  on: {
@@ -2,11 +2,11 @@ import './index-fa6eb4ca.js';
2
2
  import { defineComponent, computed, ref, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
3
3
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
4
4
  import { O as OrIconButton } from './OrIconButton-a215104c.js';
5
- import { O as OrButton } from './OrButton-a846fa7e.js';
5
+ import { O as OrButton } from './OrButton-4b99c680.js';
6
6
  import { O as OrMenu } from './OrMenu-fa47c888.js';
7
7
  import { O as OrMenuItem } from './OrMenuItem-26420908.js';
8
8
  import { O as OrIcon } from './OrIcon-8625385f.js';
9
- import { O as OrSearch } from './OrSearch-76b002cf.js';
9
+ import { O as OrSearch } from './OrSearch-e9fe9aba.js';
10
10
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
11
11
 
12
12
  const CardCollectionRoot = [
@@ -2,8 +2,8 @@ import './index-fa6eb4ca.js';
2
2
  import { useMagicKeys, whenever } from '@vueuse/core';
3
3
  import { l as logicAnd } from './index-17f264f9.js';
4
4
  import { O as OrOverlay } from './OrOverlay-3c89d622.js';
5
- import { O as OrButton, a as ButtonColor } from './OrButton-a846fa7e.js';
6
- import { O as OrInput } from './OrInput-8b90e08f.js';
5
+ import { O as OrButton, a as ButtonColor } from './OrButton-4b99c680.js';
6
+ import { O as OrInput } from './OrInput-70a17476.js';
7
7
  import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
8
8
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
9
9
 
@@ -5,7 +5,7 @@ import { O as OrIcon } from './OrIcon-8625385f.js';
5
5
  import { O as OrIconButton } from './OrIconButton-a215104c.js';
6
6
  import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-79ec54ad.js';
7
7
  import { O as OrLabel } from './OrLabel-172c4b89.js';
8
- import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
8
+ import { u as useSlicedAttrs } from './useSlicedAttrs-8d836c02.js';
9
9
  import { defineComponent, getCurrentInstance, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
10
10
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
11
11
  import { c as createInjector } from './browser-82dea9ed.js';
@@ -96,9 +96,14 @@ var script = defineComponent({
96
96
  // Refs
97
97
  const root = ref();
98
98
  const input = ref();
99
+ // Attrs
100
+ const {
101
+ attrs,
102
+ classes,
103
+ styles: inlineStyles
104
+ } = useSlicedAttrs();
99
105
  // Styles
100
- const classAttribute = useClassAttribute();
101
- const rootStyles = computed(() => ['or-input', ...InputRoot, classAttribute.value]);
106
+ const rootStyles = computed(() => ['or-input', ...InputRoot, classes.value]);
102
107
  const controlStyles = computed(() => [...InputControl]);
103
108
  // State
104
109
  const controlId = ref((_a = context.attrs.id) !== null && _a !== void 0 ? _a : currentInstance.uid.toString());
@@ -129,6 +134,8 @@ var script = defineComponent({
129
134
  return {
130
135
  root,
131
136
  input,
137
+ attrs,
138
+ inlineStyles,
132
139
  rootStyles,
133
140
  controlStyles,
134
141
  controlId,
@@ -153,7 +160,8 @@ var __vue_render__ = function () {
153
160
  var _c = _vm._self._c || _h;
154
161
  return _c('div', {
155
162
  ref: "root",
156
- class: _vm.rootStyles
163
+ class: _vm.rootStyles,
164
+ style: _vm.inlineStyles
157
165
  }, [_vm.label ? [_c('OrLabel', {
158
166
  attrs: {
159
167
  "control-id": _vm.controlId,
@@ -225,7 +233,7 @@ var __vue_render__ = function () {
225
233
  }
226
234
  }
227
235
  }
228
- }, 'input', _vm.$attrs, false)) : (_vm.type === 'password' && _vm.disclosed ? 'text' : _vm.type) === 'radio' ? _c('input', _vm._b({
236
+ }, 'input', _vm.attrs, false)) : (_vm.type === 'password' && _vm.disclosed ? 'text' : _vm.type) === 'radio' ? _c('input', _vm._b({
229
237
  directives: [{
230
238
  name: "model",
231
239
  rawName: "v-model",
@@ -261,7 +269,7 @@ var __vue_render__ = function () {
261
269
  _vm.proxyModelValue = null;
262
270
  }
263
271
  }
264
- }, 'input', _vm.$attrs, false)) : _c('input', _vm._b({
272
+ }, 'input', _vm.attrs, false)) : _c('input', _vm._b({
265
273
  directives: [{
266
274
  name: "model",
267
275
  rawName: "v-model",
@@ -300,7 +308,7 @@ var __vue_render__ = function () {
300
308
  _vm.proxyModelValue = $event.target.value;
301
309
  }
302
310
  }
303
- }, 'input', _vm.$attrs, false)), _vm._v(" "), _c('div', {
311
+ }, 'input', _vm.attrs, false)), _vm._v(" "), _c('div', {
304
312
  class: ['layout-row']
305
313
  }, [_vm.type === 'password' ? [_c('OrIconButton', {
306
314
  attrs: {
@@ -363,14 +371,14 @@ var __vue_staticRenderFns__ = [];
363
371
  /* style */
364
372
  const __vue_inject_styles__ = function (inject) {
365
373
  if (!inject) return;
366
- inject("data-v-677a1aa4_0", {
367
- source: "input[data-v-677a1aa4]{min-width:0;background:0 0;outline:0}input[type=number][data-v-677a1aa4]::-webkit-inner-spin-button{display:none}input[type=search][data-v-677a1aa4]::-webkit-search-cancel-button{display:none}",
374
+ inject("data-v-4242e756_0", {
375
+ source: "input[data-v-4242e756]{min-width:0;background:0 0;outline:0}input[type=number][data-v-4242e756]::-webkit-inner-spin-button{display:none}input[type=search][data-v-4242e756]::-webkit-search-cancel-button{display:none}",
368
376
  map: undefined,
369
377
  media: undefined
370
378
  });
371
379
  };
372
380
  /* scoped */
373
- const __vue_scope_id__ = "data-v-677a1aa4";
381
+ const __vue_scope_id__ = "data-v-4242e756";
374
382
  /* module identifier */
375
383
  const __vue_module_identifier__ = undefined;
376
384
  /* functional template */
@@ -1,6 +1,6 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { debouncedWatch } from '@vueuse/core';
3
- import { O as OrInput } from './OrInput-8b90e08f.js';
3
+ import { O as OrInput } from './OrInput-70a17476.js';
4
4
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
5
5
  import { defineComponent, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
6
6
  import { a as InputBoxSize } from './OrInputBox-79ec54ad.js';
@@ -4,7 +4,7 @@ import { O as OrError } from './OrError-aad17598.js';
4
4
  import { O as OrExpansionPanel } from './OrExpansionPanel-995caa85.js';
5
5
  import { O as OrHint } from './OrHint-f38a1940.js';
6
6
  import { O as OrIcon } from './OrIcon-8625385f.js';
7
- import { O as OrInput } from './OrInput-8b90e08f.js';
7
+ import { O as OrInput } from './OrInput-70a17476.js';
8
8
  import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-79ec54ad.js';
9
9
  import { O as OrLabel } from './OrLabel-172c4b89.js';
10
10
  import { O as OrMenuItem } from './OrMenuItem-26420908.js';
@@ -82,11 +82,11 @@ var script = defineComponent({
82
82
  default: []
83
83
  },
84
84
  modelValue: {
85
- type: [String, Number, Array],
85
+ type: [String, Array],
86
86
  default: undefined
87
87
  },
88
88
  value: {
89
- type: [String, Number, Array],
89
+ type: [String, Array],
90
90
  default: undefined
91
91
  },
92
92
  multiple: {
@@ -121,10 +121,6 @@ var script = defineComponent({
121
121
  type: Boolean,
122
122
  default: false
123
123
  },
124
- disableDefaultStyles: {
125
- type: Boolean,
126
- default: false
127
- },
128
124
  enableSearch: {
129
125
  type: Boolean,
130
126
  default: false
@@ -330,7 +326,6 @@ var __vue_render__ = function () {
330
326
  ref: "inputBox",
331
327
  class: [_vm.popoverState === 'open' && 'rounded-b-0'],
332
328
  attrs: {
333
- "variant": _vm.disableDefaultStyles ? 'unstyled' : 'styled',
334
329
  "size": _vm.size,
335
330
  "invalid": _vm.invalid,
336
331
  "readonly": _vm.readonly,
@@ -352,8 +347,8 @@ var __vue_render__ = function () {
352
347
  return _vm.$emit('blur', $event);
353
348
  }
354
349
  }
355
- }, [_vm.multiple ? [_vm._t("valueTemplate", function () {
356
- return [_vm.proxyModelValue && _vm.proxyModelValue.length > 0 ? _vm._l(_vm.selection, function (option) {
350
+ }, [_vm.proxyModelValue && _vm.proxyModelValue.length > 0 ? [_vm.multiple ? [_vm._t("valueTemplate", function () {
351
+ return _vm._l(_vm.selection, function (option) {
357
352
  return _c('OrTag', {
358
353
  key: option.value,
359
354
  attrs: {
@@ -365,18 +360,16 @@ var __vue_render__ = function () {
365
360
  }
366
361
  }
367
362
  }, [_vm._v("\n " + _vm._s(option.label) + "\n ")]);
368
- }) : [_c('span', {
369
- class: _vm.placeholderStyles
370
- }, [_vm._v(_vm._s(_vm.placeholder))])]];
363
+ });
371
364
  }, {
372
365
  "model": _vm.proxyModelValue
373
- })] : [_vm.proxyModelValue ? [_vm._t("valueTemplate", function () {
366
+ })] : [_vm._t("valueTemplate", function () {
374
367
  return [_vm._v("\n " + _vm._s(_vm.selection.label) + "\n ")];
375
368
  }, {
376
369
  "model": _vm.proxyModelValue
377
- })] : [_c('span', {
370
+ })]] : [_c('span', {
378
371
  class: _vm.placeholderStyles
379
- }, [_vm._v(_vm._s(_vm.placeholder))])]]], 2), _vm._v(" "), _vm.multiple && _vm.outerItems.length > 0 ? [_vm._v("\n +" + _vm._s(_vm.outerItems.length) + "\n ")] : _vm._e(), _vm._v(" "), _c('div', {
372
+ }, [_vm._v(_vm._s(_vm.placeholder))])]], 2), _vm._v(" "), _vm.multiple && _vm.outerItems.length > 0 ? [_vm._v("\n +" + _vm._s(_vm.outerItems.length) + "\n ")] : _vm._e(), _vm._v(" "), _c('div', {
380
373
  class: ['layout-row']
381
374
  }, [_c('OrIcon', {
382
375
  attrs: {
@@ -1,7 +1,7 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrLabel, L as LabelVariant } from './OrLabel-172c4b89.js';
3
3
  import { O as OrLoader } from './OrLoader-6a1f937b.js';
4
- import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
4
+ import { u as useSlicedAttrs } from './useSlicedAttrs-8d836c02.js';
5
5
  import { defineComponent, getCurrentInstance, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
6
6
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
7
7
  import { c as createInjector } from './browser-82dea9ed.js';
@@ -104,9 +104,14 @@ var script = defineComponent({
104
104
  const currentInstance = getCurrentInstance();
105
105
  // Refs
106
106
  const root = ref();
107
+ // Attrs
108
+ const {
109
+ attrs,
110
+ classes,
111
+ styles: inlineStyles
112
+ } = useSlicedAttrs();
107
113
  // Styles
108
- const classAttribute = useClassAttribute();
109
- const rootStyles = computed(() => ['or-switch', ...SwitchRoot, classAttribute.value]);
114
+ const rootStyles = computed(() => ['or-switch', ...SwitchRoot, classes.value]);
110
115
  const controlStyles = computed(() => [...SwitchControl, ...SwitchControlHandle]);
111
116
  const loaderStyles = computed(() => [...SwitchLoader, ...SwitchLoaderHandle]);
112
117
  // State
@@ -127,6 +132,8 @@ var script = defineComponent({
127
132
  rootStyles,
128
133
  controlStyles,
129
134
  loaderStyles,
135
+ inlineStyles,
136
+ attrs,
130
137
  controlId,
131
138
  proxyModelValue
132
139
  };
@@ -143,7 +150,8 @@ var __vue_render__ = function () {
143
150
  var _c = _vm._self._c || _h;
144
151
  return _c('div', {
145
152
  ref: "root",
146
- class: _vm.rootStyles
153
+ class: _vm.rootStyles,
154
+ style: _vm.inlineStyles
147
155
  }, [!_vm.loading ? [_c('input', _vm._b({
148
156
  directives: [{
149
157
  name: "model",
@@ -186,7 +194,7 @@ var __vue_render__ = function () {
186
194
  }
187
195
  }
188
196
  }
189
- }, 'input', _vm.$attrs, false))] : [_c('div', {
197
+ }, 'input', _vm.attrs, false))] : [_c('div', {
190
198
  class: _vm.loaderStyles,
191
199
  attrs: {
192
200
  "disabled": _vm.disabled ? '' : null
@@ -220,14 +228,14 @@ var __vue_staticRenderFns__ = [];
220
228
  /* style */
221
229
  const __vue_inject_styles__ = function (inject) {
222
230
  if (!inject) return;
223
- inject("data-v-bd0f51ac_0", {
224
- source: "input[data-v-bd0f51ac]{appearance:none;line-height:0}",
231
+ inject("data-v-3e4b045b_0", {
232
+ source: "input[data-v-3e4b045b]{appearance:none;line-height:0}",
225
233
  map: undefined,
226
234
  media: undefined
227
235
  });
228
236
  };
229
237
  /* scoped */
230
- const __vue_scope_id__ = "data-v-bd0f51ac";
238
+ const __vue_scope_id__ = "data-v-3e4b045b";
231
239
  /* module identifier */
232
240
  const __vue_module_identifier__ = undefined;
233
241
  /* functional template */
@@ -53,7 +53,6 @@ export * from './or-notification-v3';
53
53
  export * from './or-overflow-menu';
54
54
  export * from './or-overlay';
55
55
  export * from './or-overlay-v3';
56
- export * from './or-pagination-v3';
57
56
  export * from './or-popover-v3';
58
57
  export * from './or-progress';
59
58
  export * from './or-progress-v3';
@@ -5,10 +5,10 @@ export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonVi
5
5
  export { O as OrButtonV2 } from '../OrButton-705cd0bd.js';
6
6
  export { O as OrIconButton } from '../OrIconButton-65962c1c.js';
7
7
  export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE } from '../constants-c5d1139f.js';
8
- export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../OrButton-a846fa7e.js';
8
+ export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../OrButton-4b99c680.js';
9
9
  export { O as OrCard } from '../OrCard-a6b30f8f.js';
10
10
  export { C as CARD_COLLECTION_LAYOUT, _ as OrCardCollection } from '../OrCardCollection-89428bbf.js';
11
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-15d11d05.js';
11
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../OrCardCollection-9ab12583.js';
12
12
  export { _ as OrCardV3 } from '../OrCard-29116e1f.js';
13
13
  export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-6da755c0.js';
14
14
  export { O as OrCheckbox } from '../OrCheckbox-4cbddd67.js';
@@ -19,7 +19,7 @@ export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-fc6876ec.js';
19
19
  export { O as OrCollapse } from '../OrCollapse-3aa9a9b7.js';
20
20
  export { _ 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-a1a37e83.js';
21
21
  export { _ as OrConfirm } from '../OrConfirm-56d01cff.js';
22
- export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-ec3feaf5.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-58a0d0ae.js';
23
23
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-e212f892.js';
24
24
  export { O as OrError } from '../OrError-31503e4c.js';
25
25
  export { _ as OrErrorTagV3 } from '../OrErrorTag-d0c5bcf4.js';
@@ -38,7 +38,7 @@ export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-9ad
38
38
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-7262efdf.js';
39
39
  export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-9c6f9044.js';
40
40
  export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, O as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-79ec54ad.js';
41
- export { I as InputType, O as OrInputV3 } from '../OrInput-8b90e08f.js';
41
+ export { I as InputType, O as OrInputV3 } from '../OrInput-70a17476.js';
42
42
  export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from '../OrPassword-7da938aa.js';
43
43
  export { O as OrInput } from '../OrInput-08f2f666.js';
44
44
  export { O as OrSearch } from '../OrSearch-f7cfa52f.js';
@@ -59,16 +59,15 @@ export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotificati
59
59
  export { _ as OrOverflowMenu } from '../OrOverflowMenu-711e460e.js';
60
60
  export { O as OrOverlay } from '../OrOverlay-47967a8b.js';
61
61
  export { O as OrOverlayV3 } from '../OrOverlay-3c89d622.js';
62
- export { _ as OrPaginationV3 } from '../OrPagination-379c10b8.js';
63
62
  export { O as OrProgress, a as OrProgressColors, b as OrProgressTypes } from '../OrProgress-de947341.js';
64
63
  export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-cc397a38.js';
65
64
  export { _ as OrRadio } from '../OrRadio-187d6fc7.js';
66
65
  export { _ as OrRadioGroup } from '../OrRadioGroup-aa9f0757.js';
67
66
  export { _ as OrRadioV3 } from '../OrRadio-cd39b20b.js';
68
- export { O as OrSearchV3 } from '../OrSearch-76b002cf.js';
67
+ export { O as OrSearchV3 } from '../OrSearch-e9fe9aba.js';
69
68
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-21cc914e.js';
70
69
  export { _ as OrSelect } from '../OrSelect-a23d4210.js';
71
- export { _ as OrSelectV3 } from '../OrSelect-8a4d227e.js';
70
+ export { _ as OrSelectV3 } from '../OrSelect-396692be.js';
72
71
  export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-e2b2c9ec.js';
73
72
  export { O as OrSidebarPlacement, _ as OrSidebarV3 } from '../OrSidebar-c95ef614.js';
74
73
  export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-242d22f3.js';
@@ -77,7 +76,7 @@ export { _ as OrSlider } from '../OrSlider-59d05856.js';
77
76
  export { _ as OrSortHeaderV3 } from '../OrSortHeader-9932d28f.js';
78
77
  export { _ as OrStepper } from '../OrStepper-3fc1a2b3.js';
79
78
  export { _ as OrSwitch } from '../OrSwitch-47670dbd.js';
80
- export { _ as OrSwitchV3 } from '../OrSwitch-237a2081.js';
79
+ export { _ as OrSwitchV3 } from '../OrSwitch-337c4e40.js';
81
80
  export { _ as OrTab } from '../OrTab-b2c6d977.js';
82
81
  export { O as OrTabHeaderItem } from '../OrTabHeaderItem-d39c3cf7.js';
83
82
  export { O as OrTabV3 } from '../OrTab-dd949240.js';
@@ -110,6 +109,8 @@ import '../px-to-rem-0b26b83e.js';
110
109
  import '../dom-3a15d036.js';
111
110
  import '../index-17f264f9.js';
112
111
  import '../floating-ui.dom.esm-83eba816.js';
112
+ import '../useSlicedAttrs-8d836c02.js';
113
+ import 'lodash/omit';
113
114
  import '../useToggle-6166bd53.js';
114
115
  import '../v4-cf8987a3.js';
115
116
  import '../useResponsive-e13dfbb0.js';
@@ -16,10 +16,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
16
16
  type: PropType<ButtonColor>;
17
17
  default: ButtonColor;
18
18
  };
19
- activated: {
20
- type: BooleanConstructor;
21
- default: boolean;
22
- };
23
19
  disabled: {
24
20
  type: BooleanConstructor;
25
21
  default: boolean;
@@ -45,10 +41,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
45
41
  type: PropType<ButtonColor>;
46
42
  default: ButtonColor;
47
43
  };
48
- activated: {
49
- type: BooleanConstructor;
50
- default: boolean;
51
- };
52
44
  disabled: {
53
45
  type: BooleanConstructor;
54
46
  default: boolean;
@@ -62,7 +54,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
62
54
  default: string;
63
55
  };
64
56
  }>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
65
- activated: boolean;
66
57
  type: ButtonType;
67
58
  variant: ButtonVariant;
68
59
  color: ButtonColor;
@@ -75,7 +66,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
75
66
  root: import("@vue/composition-api").Ref<HTMLButtonElement | undefined>;
76
67
  rootStyles: import("@vue/composition-api").ComputedRef<(string | false | undefined)[]>;
77
68
  }>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
78
- activated: boolean;
79
69
  type: ButtonType;
80
70
  variant: ButtonVariant;
81
71
  color: ButtonColor;
@@ -85,7 +75,6 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
85
75
  } & {} & {
86
76
  [x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
87
77
  }, {
88
- activated: boolean;
89
78
  type: ButtonType;
90
79
  variant: ButtonVariant;
91
80
  color: ButtonColor;
@@ -1,4 +1,4 @@
1
- export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../../OrButton-a846fa7e.js';
1
+ export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../../OrButton-4b99c680.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -1,4 +1,4 @@
1
- export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-15d11d05.js';
1
+ export { D as DefaultCardCollectionViews, _ as OrCardCollectionV3, d as defaultViewModes, g as gridView, l as listView } from '../../OrCardCollection-9ab12583.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -16,14 +16,16 @@ import '../../OrTeleport.vue2-e9ba3054.js';
16
16
  import 'portal-vue';
17
17
  import '../../useElevation-aac032f4.js';
18
18
  import '../../useResponsive-e13dfbb0.js';
19
- import '../../OrButton-a846fa7e.js';
19
+ import '../../OrButton-4b99c680.js';
20
20
  import '../../OrLoader-6a1f937b.js';
21
21
  import '../../OrMenu-fa47c888.js';
22
22
  import '../../OrMenuItem-26420908.js';
23
- import '../../OrSearch-76b002cf.js';
24
- import '../../OrInput-8b90e08f.js';
23
+ import '../../OrSearch-e9fe9aba.js';
24
+ import '../../OrInput-70a17476.js';
25
25
  import '../../OrError-aad17598.js';
26
26
  import '../../OrHint-f38a1940.js';
27
27
  import '../../OrInputBox-79ec54ad.js';
28
28
  import '../../OrLabel-172c4b89.js';
29
+ import '../../useSlicedAttrs-8d836c02.js';
30
+ import 'lodash/omit';
29
31
  import '../../browser-82dea9ed.js';
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-ec3feaf5.js';
1
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-58a0d0ae.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -10,9 +10,9 @@ import 'portal-vue';
10
10
  import '../../normalize-component-6e8e3d80.js';
11
11
  import '../../useClassAttribute-9bf33346.js';
12
12
  import '../../useElevation-aac032f4.js';
13
- import '../../OrButton-a846fa7e.js';
13
+ import '../../OrButton-4b99c680.js';
14
14
  import '../../OrLoader-6a1f937b.js';
15
- import '../../OrInput-8b90e08f.js';
15
+ import '../../OrInput-70a17476.js';
16
16
  import '../../OrError-aad17598.js';
17
17
  import '../../OrHint-f38a1940.js';
18
18
  import '../../OrIcon-8625385f.js';
@@ -24,4 +24,6 @@ import '../../OrBottomSheet-1cd1ab4c.js';
24
24
  import '../../useResponsive-e13dfbb0.js';
25
25
  import '../../OrInputBox-79ec54ad.js';
26
26
  import '../../OrLabel-172c4b89.js';
27
+ import '../../useSlicedAttrs-8d836c02.js';
28
+ import 'lodash/omit';
27
29
  import '../../browser-82dea9ed.js';
@@ -1,4 +1,5 @@
1
1
  import { Meta, StoryFn } from '@storybook/vue3';
2
+ import OrInput from './OrInput.vue';
2
3
  declare const _default: Meta<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
3
4
  [x: string]: ((...args: any[]) => any) | null;
4
5
  } | string[], {} & {}, {
@@ -25,3 +26,4 @@ export declare const Search: StoryFn<import("vue").ComponentOptions<import("vue"
25
26
  } | string[], {} & {}, {
26
27
  [x: number]: string;
27
28
  } | {}, true>)>;
29
+ export declare const CustomClassesAndStyles: StoryFn<typeof OrInput>;
@@ -3,7 +3,9 @@ import { InputSize, InputType } from './props';
3
3
  declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
4
4
  root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
5
5
  input: import("@vue/composition-api").Ref<HTMLInputElement | undefined>;
6
- rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
6
+ attrs: import("@vue/composition-api").ComputedRef<Pick<import("@vue/composition-api").Data, string | number>>;
7
+ inlineStyles: import("@vue/composition-api").ComputedRef<unknown>;
8
+ rootStyles: import("@vue/composition-api").ComputedRef<unknown[]>;
7
9
  controlStyles: import("@vue/composition-api").ComputedRef<string[]>;
8
10
  controlId: import("@vue/composition-api").Ref<string>;
9
11
  proxyModelValue: import("@vue/composition-api").WritableComputedRef<string | number>;
@@ -120,7 +122,9 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
120
122
  }, import("@vue/composition-api").ShallowUnwrapRef<{
121
123
  root: import("@vue/composition-api").Ref<HTMLElement | undefined>;
122
124
  input: import("@vue/composition-api").Ref<HTMLInputElement | undefined>;
123
- rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
125
+ attrs: import("@vue/composition-api").ComputedRef<Pick<import("@vue/composition-api").Data, string | number>>;
126
+ inlineStyles: import("@vue/composition-api").ComputedRef<unknown>;
127
+ rootStyles: import("@vue/composition-api").ComputedRef<unknown[]>;
124
128
  controlStyles: import("@vue/composition-api").ComputedRef<string[]>;
125
129
  controlId: import("@vue/composition-api").Ref<string>;
126
130
  proxyModelValue: import("@vue/composition-api").WritableComputedRef<string | number>;
@@ -1,4 +1,4 @@
1
- export { I as InputType, O as OrInputV3 } from '../../OrInput-8b90e08f.js';
1
+ export { I as InputType, O as OrInputV3 } from '../../OrInput-70a17476.js';
2
2
  export { a as InputSize } from '../../OrInputBox-79ec54ad.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
@@ -20,4 +20,6 @@ import 'portal-vue';
20
20
  import '../../useElevation-aac032f4.js';
21
21
  import '../../useResponsive-e13dfbb0.js';
22
22
  import '../../OrLabel-172c4b89.js';
23
+ import '../../useSlicedAttrs-8d836c02.js';
24
+ import 'lodash/omit';
23
25
  import '../../browser-82dea9ed.js';
@@ -1,10 +1,10 @@
1
- export { O as OrSearchV3 } from '../../OrSearch-76b002cf.js';
1
+ export { O as OrSearchV3 } from '../../OrSearch-e9fe9aba.js';
2
2
  export { a as SearchSize } from '../../OrInputBox-79ec54ad.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
5
5
  import '@vue/composition-api/dist/vue-composition-api.mjs';
6
6
  import '@vueuse/core';
7
- import '../../OrInput-8b90e08f.js';
7
+ import '../../OrInput-70a17476.js';
8
8
  import '../../OrError-aad17598.js';
9
9
  import '../../useClassAttribute-9bf33346.js';
10
10
  import '../../normalize-component-6e8e3d80.js';
@@ -21,4 +21,6 @@ import 'portal-vue';
21
21
  import '../../useElevation-aac032f4.js';
22
22
  import '../../useResponsive-e13dfbb0.js';
23
23
  import '../../OrLabel-172c4b89.js';
24
+ import '../../useSlicedAttrs-8d836c02.js';
25
+ import 'lodash/omit';
24
26
  import '../../browser-82dea9ed.js';