@onereach/ui-components 2.67.11 → 2.67.12-beta.2052.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 (370) hide show
  1. package/dist/bundled/v2/{OrBottomSheet-7b5760dc.js → OrBottomSheet-1cd1ab4c.js} +14 -8
  2. package/dist/bundled/v2/{OrButton-6d67c16c.js → OrButton-4cccce45.js} +6 -6
  3. package/dist/bundled/v2/{OrCard-04a23728.js → OrCard-58a1ba3e.js} +6 -4
  4. package/dist/bundled/v2/{OrCardCollection-87b47b1d.js → OrCardCollection-dac9fd1e.js} +8 -8
  5. package/dist/bundled/v2/{OrCheckbox-5b499fc5.js → OrCheckbox-dbef9f9a.js} +7 -5
  6. package/dist/bundled/v2/{OrConfirm-6a6daa14.js → OrConfirm-f9b49c17.js} +12 -8
  7. package/dist/bundled/v2/{OrError-66257a98.js → OrError-aad17598.js} +5 -5
  8. package/dist/bundled/v2/{OrErrorTag-c55ec019.js → OrErrorTag-d0c5bcf4.js} +12 -9
  9. package/dist/bundled/v2/{OrExpansionPanel-41bbabd3.js → OrExpansionPanel-995caa85.js} +9 -7
  10. package/dist/bundled/v2/{OrFab-ea844ff9.js → OrFab-7cc75893.js} +7 -7
  11. package/dist/bundled/v2/{OrHint-45904683.js → OrHint-f38a1940.js} +5 -5
  12. package/dist/bundled/v2/{OrIcon-ce8fd08b.js → OrIcon-8625385f.js} +6 -8
  13. package/dist/bundled/v2/{OrIconButton-165934f8.js → OrIconButton-a215104c.js} +35 -10
  14. package/dist/bundled/v2/{OrInlineInput-a552394c.js → OrInlineInput-eb42fea9.js} +13 -13
  15. package/dist/bundled/v2/{OrInlineInputBox-f2b25ee4.js → OrInlineInputBox-f457210f.js} +6 -4
  16. package/dist/bundled/v2/{OrInlineTextarea-a1321d5b.js → OrInlineTextarea-63e632cc.js} +13 -13
  17. package/dist/bundled/v2/{OrInput-cdd93d29.js → OrInput-4b82eb59.js} +12 -12
  18. package/dist/bundled/v2/{OrInputBox-7069052f.js → OrInputBox-79ec54ad.js} +6 -4
  19. package/dist/bundled/v2/{OrLabel-0424be48.js → OrLabel-172c4b89.js} +5 -5
  20. package/dist/bundled/v2/{OrMenu-5ac06751.js → OrMenu-fa47c888.js} +1 -1
  21. package/dist/bundled/v2/{OrMenuItem-f89dfc77.js → OrMenuItem-26420908.js} +3 -3
  22. package/dist/bundled/v2/{OrModal-2540ea99.js → OrModal-f89de11f.js} +14 -10
  23. package/dist/bundled/v2/{OrNotification-20fc8b7d.js → OrNotification-d76a062d.js} +13 -8
  24. package/dist/bundled/v2/{OrPopover-2f48b854.js → OrPopover-5dc240f1.js} +14 -12
  25. package/dist/bundled/v2/{OrRadio-8ec1d487.js → OrRadio-cd39b20b.js} +10 -6
  26. package/dist/bundled/v2/{OrSearch-9f797381.js → OrSearch-e34afaee.js} +2 -2
  27. package/dist/bundled/v2/{OrSegmentedControl-65c87f9b.js → OrSegmentedControl-21cc914e.js} +1 -1
  28. package/dist/bundled/v2/{OrSelect-6cef1b69.js → OrSelect-68aacb62.js} +27 -21
  29. package/dist/bundled/v2/{OrSortHeader-76b509a6.js → OrSortHeader-396e6a7c.js} +2 -2
  30. package/dist/bundled/v2/{OrSwitch-75d3a260.js → OrSwitch-237a2081.js} +19 -11
  31. package/dist/bundled/v2/{OrTab-8bac95cf.js → OrTab-dd949240.js} +2 -2
  32. package/dist/bundled/v2/{OrTabs-2d4e0d87.js → OrTabs-42f7c52c.js} +5 -5
  33. package/dist/bundled/v2/{OrTag-c5f7c337.js → OrTag-6440aa89.js} +12 -9
  34. package/dist/bundled/v2/{OrTextarea-0ab9c0a8.js → OrTextarea-5593fbe9.js} +6 -6
  35. package/dist/bundled/v2/{OrTooltip-03e06e9f.js → OrTooltip-fbfa05fd.js} +15 -13
  36. package/dist/bundled/v2/components/index.js +36 -36
  37. package/dist/bundled/v2/components/or-bottom-sheet-v3/index.js +1 -1
  38. package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
  39. package/dist/bundled/v2/components/or-card-collection-v3/index.js +13 -13
  40. package/dist/bundled/v2/components/or-card-v3/index.js +1 -1
  41. package/dist/bundled/v2/components/or-checkbox-v3/index.js +2 -2
  42. package/dist/bundled/v2/components/or-confirm-v3/index.js +12 -12
  43. package/dist/bundled/v2/components/or-error-tag-v3/index.js +2 -2
  44. package/dist/bundled/v2/components/or-error-v3/index.js +1 -1
  45. package/dist/bundled/v2/components/or-expansion-panel-v3/index.js +2 -2
  46. package/dist/bundled/v2/components/or-fab-v3/index.js +2 -2
  47. package/dist/bundled/v2/components/or-hint-v3/index.js +1 -1
  48. package/dist/bundled/v2/components/or-icon-button-v3/OrIconButton.vue.d.ts +20 -9
  49. package/dist/bundled/v2/components/or-icon-button-v3/index.js +7 -7
  50. package/dist/bundled/v2/components/or-icon-button-v3/props.d.ts +1 -0
  51. package/dist/bundled/v2/components/or-icon-v3/index.js +1 -1
  52. package/dist/bundled/v2/components/or-inline-input-box-v3/index.js +1 -1
  53. package/dist/bundled/v2/components/or-inline-input-v3/index.js +9 -9
  54. package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +9 -9
  55. package/dist/bundled/v2/components/or-input-box-v3/index.js +1 -1
  56. package/dist/bundled/v2/components/or-input-v3/index.js +10 -10
  57. package/dist/bundled/v2/components/or-label-v3/index.js +1 -1
  58. package/dist/bundled/v2/components/or-menu-item-v3/index.js +2 -2
  59. package/dist/bundled/v2/components/or-menu-v3/index.js +3 -3
  60. package/dist/bundled/v2/components/or-modal-v3/index.js +6 -6
  61. package/dist/bundled/v2/components/or-notification-v3/index.js +6 -6
  62. package/dist/bundled/v2/components/or-notification-v3/styles.d.ts +1 -0
  63. package/dist/bundled/v2/components/or-popover-v3/index.js +2 -2
  64. package/dist/bundled/v2/components/or-radio-v3/index.js +2 -2
  65. package/dist/bundled/v2/components/or-search-v3/index.js +11 -11
  66. package/dist/bundled/v2/components/or-segmented-control-v3/index.js +1 -1
  67. package/dist/bundled/v2/components/or-select-v3/index.js +15 -15
  68. package/dist/bundled/v2/components/or-sort-header-v3/index.js +2 -2
  69. package/dist/bundled/v2/components/or-switch-v3/index.js +2 -2
  70. package/dist/bundled/v2/components/or-tab-v3/index.js +1 -1
  71. package/dist/bundled/v2/components/or-tabs-v3/index.js +7 -7
  72. package/dist/bundled/v2/components/or-tag-v3/index.js +6 -6
  73. package/dist/bundled/v2/components/or-textarea-v3/index.js +5 -5
  74. package/dist/bundled/v2/components/or-toast-v3/index.js +6 -6
  75. package/dist/bundled/v2/components/or-toast-v3/styles.d.ts +1 -0
  76. package/dist/bundled/v2/components/or-tooltip-v3/index.js +3 -3
  77. package/dist/bundled/v2/index.js +37 -37
  78. package/dist/bundled/v2/{types-a648d591.js → types-fdd34542.js} +67 -36
  79. package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-44d8147a.js → OrBottomSheet.vue_vue_type_script_lang-6fb49de9.js} +14 -8
  80. package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-7d914104.js → OrButton.vue_vue_type_script_lang-7dbbb917.js} +6 -6
  81. package/dist/bundled/v3/{OrCard.vue_vue_type_script_lang-9d6e1050.js → OrCard.vue_vue_type_script_lang-165de137.js} +6 -4
  82. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-2b1dcff6.js → OrCardCollection.vue_vue_type_script_lang-7a07be47.js} +10 -10
  83. package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-10d8b047.js → OrCheckbox.vue_vue_type_script_lang-8b36e06c.js} +8 -6
  84. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-ee029628.js → OrConfirm.vue_vue_type_script_lang-3dd24c54.js} +14 -10
  85. package/dist/bundled/v3/{OrError.vue_vue_type_script_lang-f606d0ee.js → OrError.vue_vue_type_script_lang-cc6c135f.js} +5 -5
  86. package/dist/bundled/v3/{OrErrorTag.vue_vue_type_script_lang-d77f6b12.js → OrErrorTag.vue_vue_type_script_lang-4828c387.js} +9 -7
  87. package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-a305d8bc.js → OrExpansionPanel.vue_vue_type_script_lang-7f9c6721.js} +9 -7
  88. package/dist/bundled/v3/{OrFab.vue_vue_type_script_lang-aefbdf9b.js → OrFab.vue_vue_type_script_lang-2adeaed6.js} +8 -8
  89. package/dist/bundled/v3/{OrHint-c235be5d.js → OrHint-9592499e.js} +2 -2
  90. package/dist/bundled/v3/{OrHint.vue_vue_type_script_lang-6286277d.js → OrHint.vue_vue_type_script_lang-8e657168.js} +5 -5
  91. package/dist/bundled/v3/{OrIcon-3a514933.js → OrIcon-d878b768.js} +1 -1
  92. package/dist/bundled/v3/{OrIcon.vue_vue_type_script_lang-41a6a57a.js → OrIcon.vue_vue_type_script_lang-a119a715.js} +6 -8
  93. package/dist/bundled/v3/{OrIconButton-8c211219.js → OrIconButton-4bd33e3c.js} +4 -3
  94. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-79d08a2b.js → OrIconButton.vue_vue_type_script_lang-641f6e06.js} +34 -10
  95. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-4257a72b.js → OrInlineInput.vue_vue_type_script_lang-c4fdc666.js} +12 -12
  96. package/dist/bundled/v3/{OrInlineInputBox-2eede01a.js → OrInlineInputBox-9d68ded1.js} +1 -1
  97. package/dist/bundled/v3/{OrInlineInputBox.vue_vue_type_script_lang-23b531ad.js → OrInlineInputBox.vue_vue_type_script_lang-73750005.js} +6 -4
  98. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-e3ce83e1.js → OrInlineTextarea.vue_vue_type_script_lang-0c53397d.js} +12 -12
  99. package/dist/bundled/v3/{OrInput-33571984.js → OrInput-e97211bb.js} +2 -2
  100. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-3895999d.js → OrInput.vue_vue_type_script_lang-f6d793d3.js} +13 -13
  101. package/dist/bundled/v3/{OrInputBox-81385a91.js → OrInputBox-eb54d73d.js} +1 -1
  102. package/dist/bundled/v3/{OrInputBox.vue_vue_type_script_lang-760097b4.js → OrInputBox.vue_vue_type_script_lang-5ee4ee45.js} +6 -4
  103. package/dist/bundled/v3/{OrLabel-2809e2db.js → OrLabel-c6873e79.js} +1 -1
  104. package/dist/bundled/v3/{OrLabel.vue_vue_type_script_lang-e42de5d1.js → OrLabel.vue_vue_type_script_lang-96f94c4e.js} +5 -5
  105. package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-bae45062.js → OrMenu.vue_vue_type_script_lang-2446a69a.js} +2 -2
  106. package/dist/bundled/v3/{OrMenuItem-94ffa853.js → OrMenuItem-4feaba6c.js} +1 -1
  107. package/dist/bundled/v3/{OrMenuItem.vue_vue_type_script_lang-ccb7e082.js → OrMenuItem.vue_vue_type_script_lang-0ffaef05.js} +4 -4
  108. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-142d9a56.js → OrModal.vue_vue_type_script_lang-00a477f0.js} +14 -8
  109. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-54e6a3aa.js → OrNotification.vue_vue_type_script_lang-fbb35355.js} +14 -9
  110. package/dist/bundled/v3/{OrPopover-93ef8c26.js → OrPopover-c462ce77.js} +1 -1
  111. package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-e200f5be.js → OrPopover.vue_vue_type_script_lang-54c7b11c.js} +14 -12
  112. package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-e64b14a1.js → OrRadio.vue_vue_type_script_lang-2e666a56.js} +11 -7
  113. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-b022defa.js → OrSearch.vue_vue_type_script_lang-1d2a20e0.js} +3 -3
  114. package/dist/bundled/v3/{OrSegmentedControl.vue_vue_type_script_lang-6068f70c.js → OrSegmentedControl.vue_vue_type_script_lang-579406f5.js} +1 -1
  115. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-e6be732c.js → OrSelect.vue_vue_type_script_lang-58b92fb0.js} +39 -33
  116. package/dist/bundled/v3/{OrSortHeader.vue_vue_type_script_lang-98ec33aa.js → OrSortHeader.vue_vue_type_script_lang-75115125.js} +3 -3
  117. package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-c72499ac.js → OrSwitch.vue_vue_type_script_lang-04829f64.js} +20 -12
  118. package/dist/bundled/v3/{OrTab.vue_vue_type_script_lang-671949b7.js → OrTab.vue_vue_type_script_lang-134ad9d1.js} +2 -2
  119. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-ca57f9d9.js → OrTabs.vue_vue_type_script_lang-919b2021.js} +7 -7
  120. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-18db0bd9.js → OrTag.vue_vue_type_script_lang-92d9fb12.js} +9 -7
  121. package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-d5a64917.js → OrTextarea.vue_vue_type_script_lang-8e3531cd.js} +9 -9
  122. package/dist/bundled/v3/{OrToastContainer-03571359.js → OrToastContainer-afb51e5d.js} +1 -1
  123. package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-d0cd29d1.js → OrTooltip.vue_vue_type_script_lang-67cc86ed.js} +16 -14
  124. package/dist/bundled/v3/components/index.js +45 -45
  125. package/dist/bundled/v3/components/or-bottom-sheet-v3/index.js +1 -1
  126. package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
  127. package/dist/bundled/v3/components/or-card-collection-v3/index.js +20 -20
  128. package/dist/bundled/v3/components/or-card-v3/index.js +1 -1
  129. package/dist/bundled/v3/components/or-checkbox-v3/index.js +3 -3
  130. package/dist/bundled/v3/components/or-confirm-v3/index.js +19 -19
  131. package/dist/bundled/v3/components/or-error-tag-v3/index.js +3 -3
  132. package/dist/bundled/v3/components/or-error-v3/index.js +1 -1
  133. package/dist/bundled/v3/components/or-expansion-panel-v3/index.js +3 -3
  134. package/dist/bundled/v3/components/or-fab-v3/index.js +3 -3
  135. package/dist/bundled/v3/components/or-hint-v3/index.js +1 -1
  136. package/dist/bundled/v3/components/or-icon-button-v3/OrIconButton.vue.d.ts +20 -9
  137. package/dist/bundled/v3/components/or-icon-button-v3/index.js +8 -8
  138. package/dist/bundled/v3/components/or-icon-button-v3/props.d.ts +1 -0
  139. package/dist/bundled/v3/components/or-icon-v3/index.js +1 -1
  140. package/dist/bundled/v3/components/or-inline-input-box-v3/index.js +1 -1
  141. package/dist/bundled/v3/components/or-inline-input-v3/index.js +14 -14
  142. package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +14 -14
  143. package/dist/bundled/v3/components/or-input-box-v3/index.js +1 -1
  144. package/dist/bundled/v3/components/or-input-v3/index.js +16 -16
  145. package/dist/bundled/v3/components/or-label-v3/index.js +1 -1
  146. package/dist/bundled/v3/components/or-menu-item-v3/index.js +3 -3
  147. package/dist/bundled/v3/components/or-menu-v3/index.js +4 -4
  148. package/dist/bundled/v3/components/or-modal-v3/index.js +9 -9
  149. package/dist/bundled/v3/components/or-notification-v3/index.js +9 -9
  150. package/dist/bundled/v3/components/or-notification-v3/styles.d.ts +1 -0
  151. package/dist/bundled/v3/components/or-popover-v3/index.js +2 -2
  152. package/dist/bundled/v3/components/or-radio-v3/index.js +3 -3
  153. package/dist/bundled/v3/components/or-search-v3/index.js +18 -18
  154. package/dist/bundled/v3/components/or-segmented-control-v3/index.js +1 -1
  155. package/dist/bundled/v3/components/or-select-v3/index.js +23 -23
  156. package/dist/bundled/v3/components/or-sort-header-v3/index.js +3 -3
  157. package/dist/bundled/v3/components/or-switch-v3/index.js +3 -3
  158. package/dist/bundled/v3/components/or-tab-v3/index.js +1 -1
  159. package/dist/bundled/v3/components/or-tabs-v3/index.js +10 -10
  160. package/dist/bundled/v3/components/or-tag-v3/index.js +9 -9
  161. package/dist/bundled/v3/components/or-textarea-v3/index.js +8 -8
  162. package/dist/bundled/v3/components/or-toast-v3/index.js +10 -10
  163. package/dist/bundled/v3/components/or-toast-v3/styles.d.ts +1 -0
  164. package/dist/bundled/v3/components/or-tooltip-v3/index.js +4 -4
  165. package/dist/bundled/v3/index.js +122 -119
  166. package/dist/bundled/v3/{types-e8242d1d.js → types-6c5eee23.js} +62 -30
  167. package/dist/esm/v2/{OrBottomSheet-5acd034f.js → OrBottomSheet-16c2e610.js} +14 -8
  168. package/dist/esm/v2/{OrButton-04390a52.js → OrButton-603946ec.js} +6 -6
  169. package/dist/esm/v2/{OrCard-1d904e72.js → OrCard-de799db0.js} +6 -4
  170. package/dist/esm/v2/{OrCardCollection-d2d64ffe.js → OrCardCollection-e46b220e.js} +8 -8
  171. package/dist/esm/v2/{OrCheckbox-c2a00426.js → OrCheckbox-567e387c.js} +7 -5
  172. package/dist/esm/v2/{OrConfirm-6bff1a45.js → OrConfirm-a4190c14.js} +12 -8
  173. package/dist/esm/v2/{OrError-be656098.js → OrError-d267ee9a.js} +5 -5
  174. package/dist/esm/v2/{OrErrorTag-c14e0298.js → OrErrorTag-782dd714.js} +12 -9
  175. package/dist/esm/v2/{OrExpansionPanel-33d5cf05.js → OrExpansionPanel-968ddc61.js} +9 -7
  176. package/dist/esm/v2/{OrFab-8d665c26.js → OrFab-26106618.js} +7 -7
  177. package/dist/esm/v2/{OrHint-44356417.js → OrHint-42dc9ebb.js} +5 -5
  178. package/dist/esm/v2/{OrIcon-05689298.js → OrIcon-5e394c62.js} +6 -8
  179. package/dist/esm/v2/{OrIconButton-c4fa5a1d.js → OrIconButton-e17e4944.js} +36 -11
  180. package/dist/esm/v2/{OrInlineInput-a888df50.js → OrInlineInput-45b74446.js} +13 -13
  181. package/dist/esm/v2/{OrInlineInputBox-6a15ea2b.js → OrInlineInputBox-fefd4fbd.js} +6 -4
  182. package/dist/esm/v2/{OrInlineTextarea-1925651c.js → OrInlineTextarea-d6b58c5c.js} +13 -13
  183. package/dist/esm/v2/{OrInput-6e7e582e.js → OrInput-b8a1627f.js} +12 -12
  184. package/dist/esm/v2/{OrInputBox-208dceac.js → OrInputBox-4d5a318d.js} +6 -4
  185. package/dist/esm/v2/{OrLabel-5670468e.js → OrLabel-2a9f1477.js} +5 -5
  186. package/dist/esm/v2/{OrMenu-e7210edc.js → OrMenu-df27d0ef.js} +1 -1
  187. package/dist/esm/v2/{OrMenuItem-038641b7.js → OrMenuItem-c7f28480.js} +3 -3
  188. package/dist/esm/v2/{OrModal-3b081ef1.js → OrModal-5b37a50a.js} +14 -10
  189. package/dist/esm/v2/{OrNotification-1d316255.js → OrNotification-c765f111.js} +13 -8
  190. package/dist/esm/v2/{OrPopover-ef8c91f1.js → OrPopover-9bafbdb4.js} +14 -12
  191. package/dist/esm/v2/{OrRadio-19d01c00.js → OrRadio-848ce55d.js} +10 -6
  192. package/dist/esm/v2/{OrSearch-abaffb95.js → OrSearch-0c0d1773.js} +2 -2
  193. package/dist/esm/v2/{OrSegmentedControl-0b4637ba.js → OrSegmentedControl-e8dce8f9.js} +1 -1
  194. package/dist/esm/v2/{OrSelect-439f27b9.js → OrSelect-0e6e7868.js} +27 -21
  195. package/dist/esm/v2/{OrSortHeader-b4dbff08.js → OrSortHeader-19bf94ca.js} +2 -2
  196. package/dist/esm/v2/{OrSwitch-846de5ce.js → OrSwitch-13b6a7ee.js} +19 -11
  197. package/dist/esm/v2/{OrTab-4e6ff742.js → OrTab-702e7335.js} +2 -2
  198. package/dist/esm/v2/{OrTabs-c64be432.js → OrTabs-71bd3fd2.js} +6 -6
  199. package/dist/esm/v2/{OrTag-cf72400e.js → OrTag-cf9c6195.js} +12 -9
  200. package/dist/esm/v2/{OrTextarea-f566682c.js → OrTextarea-6712a150.js} +6 -6
  201. package/dist/esm/v2/{OrTooltip-27ad798d.js → OrTooltip-513bee30.js} +15 -13
  202. package/dist/esm/v2/components/index.js +36 -36
  203. package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +1 -1
  204. package/dist/esm/v2/components/or-button-v3/index.js +1 -1
  205. package/dist/esm/v2/components/or-card-collection-v3/index.js +13 -13
  206. package/dist/esm/v2/components/or-card-v3/index.js +1 -1
  207. package/dist/esm/v2/components/or-checkbox-v3/index.js +2 -2
  208. package/dist/esm/v2/components/or-confirm-v3/index.js +12 -12
  209. package/dist/esm/v2/components/or-error-tag-v3/index.js +2 -2
  210. package/dist/esm/v2/components/or-error-v3/index.js +1 -1
  211. package/dist/esm/v2/components/or-expansion-panel-v3/index.js +2 -2
  212. package/dist/esm/v2/components/or-fab-v3/index.js +2 -2
  213. package/dist/esm/v2/components/or-hint-v3/index.js +1 -1
  214. package/dist/esm/v2/components/or-icon-button-v3/OrIconButton.vue.d.ts +20 -9
  215. package/dist/esm/v2/components/or-icon-button-v3/index.js +6 -6
  216. package/dist/esm/v2/components/or-icon-button-v3/props.d.ts +1 -0
  217. package/dist/esm/v2/components/or-icon-v3/index.js +1 -1
  218. package/dist/esm/v2/components/or-inline-input-box-v3/index.js +1 -1
  219. package/dist/esm/v2/components/or-inline-input-v3/index.js +9 -9
  220. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +9 -9
  221. package/dist/esm/v2/components/or-input-box-v3/index.js +1 -1
  222. package/dist/esm/v2/components/or-input-v3/index.js +10 -10
  223. package/dist/esm/v2/components/or-label-v3/index.js +1 -1
  224. package/dist/esm/v2/components/or-menu-item-v3/index.js +2 -2
  225. package/dist/esm/v2/components/or-menu-v3/index.js +3 -3
  226. package/dist/esm/v2/components/or-modal-v3/index.js +6 -6
  227. package/dist/esm/v2/components/or-notification-v3/index.js +6 -6
  228. package/dist/esm/v2/components/or-notification-v3/styles.d.ts +1 -0
  229. package/dist/esm/v2/components/or-popover-v3/index.js +2 -2
  230. package/dist/esm/v2/components/or-radio-v3/index.js +2 -2
  231. package/dist/esm/v2/components/or-search-v3/index.js +11 -11
  232. package/dist/esm/v2/components/or-segmented-control-v3/index.js +1 -1
  233. package/dist/esm/v2/components/or-select-v3/index.js +15 -15
  234. package/dist/esm/v2/components/or-sort-header-v3/index.js +2 -2
  235. package/dist/esm/v2/components/or-switch-v3/index.js +2 -2
  236. package/dist/esm/v2/components/or-tab-v3/index.js +1 -1
  237. package/dist/esm/v2/components/or-tabs-v3/index.js +7 -7
  238. package/dist/esm/v2/components/or-tag-v3/index.js +6 -6
  239. package/dist/esm/v2/components/or-textarea-v3/index.js +5 -5
  240. package/dist/esm/v2/components/or-toast-v3/index.js +6 -6
  241. package/dist/esm/v2/components/or-toast-v3/styles.d.ts +1 -0
  242. package/dist/esm/v2/components/or-tooltip-v3/index.js +3 -3
  243. package/dist/esm/v2/index.js +36 -36
  244. package/dist/esm/v2/{types-d6a767b3.js → types-8d58d7b5.js} +67 -36
  245. package/dist/esm/v3/{OrBottomSheet-0eb33b18.js → OrBottomSheet-62817aec.js} +14 -8
  246. package/dist/esm/v3/{OrButton-3670279e.js → OrButton-1a900f39.js} +6 -6
  247. package/dist/esm/v3/{OrCard-b63658a8.js → OrCard-fd92f7c8.js} +6 -4
  248. package/dist/esm/v3/{OrCardCollection-34aa611e.js → OrCardCollection-5924d035.js} +8 -8
  249. package/dist/esm/v3/{OrCheckbox-a20fcc04.js → OrCheckbox-3e139eac.js} +7 -5
  250. package/dist/esm/v3/{OrConfirm-748ed50b.js → OrConfirm-39878aef.js} +12 -8
  251. package/dist/esm/v3/{OrError-19a62a18.js → OrError-ec8c709d.js} +5 -5
  252. package/dist/esm/v3/{OrErrorTag-bbfd3ca6.js → OrErrorTag-98252eef.js} +14 -10
  253. package/dist/esm/v3/{OrExpansionPanel-65afdfad.js → OrExpansionPanel-311e64cf.js} +9 -7
  254. package/dist/esm/v3/{OrFab-3a3a9a38.js → OrFab-c8ae6e01.js} +7 -7
  255. package/dist/esm/v3/{OrHint-73835593.js → OrHint-74bb732d.js} +5 -5
  256. package/dist/esm/v3/{OrIcon-e2fa4cf8.js → OrIcon-b195169c.js} +6 -8
  257. package/dist/esm/v3/{OrIconButton-1d78453b.js → OrIconButton-1eebcafc.js} +37 -12
  258. package/dist/esm/v3/{OrInlineInput-0beabb4a.js → OrInlineInput-4a9789c4.js} +10 -10
  259. package/dist/esm/v3/{OrInlineInputBox-1b473796.js → OrInlineInputBox-8049f95a.js} +6 -4
  260. package/dist/esm/v3/{OrInlineTextarea-d33a09a2.js → OrInlineTextarea-e28e4d0a.js} +10 -10
  261. package/dist/esm/v3/{OrInput-5672f47b.js → OrInput-e2ac1182.js} +9 -9
  262. package/dist/esm/v3/{OrInputBox-634230b1.js → OrInputBox-5247ab25.js} +6 -4
  263. package/dist/esm/v3/{OrLabel-7d4fe80b.js → OrLabel-bdaec602.js} +5 -5
  264. package/dist/esm/v3/{OrMenu-d9e12030.js → OrMenu-840038cd.js} +1 -1
  265. package/dist/esm/v3/{OrMenuItem-d001f0f6.js → OrMenuItem-9da279f6.js} +3 -3
  266. package/dist/esm/v3/{OrModal-e44b80fd.js → OrModal-381554a6.js} +14 -10
  267. package/dist/esm/v3/{OrNotification-7d05b546.js → OrNotification-34d9c99b.js} +13 -8
  268. package/dist/esm/v3/{OrPopover-94a8f21d.js → OrPopover-1075dd38.js} +14 -12
  269. package/dist/esm/v3/{OrRadio-0c1883f2.js → OrRadio-54b6d0de.js} +10 -6
  270. package/dist/esm/v3/{OrSearch-b56a418c.js → OrSearch-01225d82.js} +2 -2
  271. package/dist/esm/v3/{OrSegmentedControl-cdf00d49.js → OrSegmentedControl-171cad78.js} +1 -1
  272. package/dist/esm/v3/{OrSelect-ff8f8461.js → OrSelect-2e00d4c8.js} +28 -21
  273. package/dist/esm/v3/{OrSortHeader-9d645226.js → OrSortHeader-fe1a9cf8.js} +2 -2
  274. package/dist/esm/v3/{OrSwitch-94399738.js → OrSwitch-cca30aa0.js} +19 -11
  275. package/dist/esm/v3/{OrTab-97044946.js → OrTab-c131cf60.js} +2 -2
  276. package/dist/esm/v3/{OrTabs-6a8fa516.js → OrTabs-d0ee6cef.js} +6 -6
  277. package/dist/esm/v3/{OrTag-ad3f7805.js → OrTag-c0bbaa58.js} +15 -11
  278. package/dist/esm/v3/{OrTextarea-98895b2a.js → OrTextarea-bb9ef3f2.js} +6 -6
  279. package/dist/esm/v3/{OrTooltip-6412166a.js → OrTooltip-50d27b4f.js} +15 -13
  280. package/dist/esm/v3/components/index.js +36 -36
  281. package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +1 -1
  282. package/dist/esm/v3/components/or-button-v3/index.js +1 -1
  283. package/dist/esm/v3/components/or-card-collection-v3/index.js +13 -13
  284. package/dist/esm/v3/components/or-card-v3/index.js +1 -1
  285. package/dist/esm/v3/components/or-checkbox-v3/index.js +2 -2
  286. package/dist/esm/v3/components/or-confirm-v3/index.js +12 -12
  287. package/dist/esm/v3/components/or-error-tag-v3/index.js +2 -2
  288. package/dist/esm/v3/components/or-error-v3/index.js +1 -1
  289. package/dist/esm/v3/components/or-expansion-panel-v3/index.js +2 -2
  290. package/dist/esm/v3/components/or-fab-v3/index.js +2 -2
  291. package/dist/esm/v3/components/or-hint-v3/index.js +1 -1
  292. package/dist/esm/v3/components/or-icon-button-v3/OrIconButton.vue.d.ts +20 -9
  293. package/dist/esm/v3/components/or-icon-button-v3/index.js +6 -6
  294. package/dist/esm/v3/components/or-icon-button-v3/props.d.ts +1 -0
  295. package/dist/esm/v3/components/or-icon-v3/index.js +1 -1
  296. package/dist/esm/v3/components/or-inline-input-box-v3/index.js +1 -1
  297. package/dist/esm/v3/components/or-inline-input-v3/index.js +9 -9
  298. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +9 -9
  299. package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
  300. package/dist/esm/v3/components/or-input-v3/index.js +10 -10
  301. package/dist/esm/v3/components/or-label-v3/index.js +1 -1
  302. package/dist/esm/v3/components/or-menu-item-v3/index.js +2 -2
  303. package/dist/esm/v3/components/or-menu-v3/index.js +3 -3
  304. package/dist/esm/v3/components/or-modal-v3/index.js +6 -6
  305. package/dist/esm/v3/components/or-notification-v3/index.js +6 -6
  306. package/dist/esm/v3/components/or-notification-v3/styles.d.ts +1 -0
  307. package/dist/esm/v3/components/or-popover-v3/index.js +2 -2
  308. package/dist/esm/v3/components/or-radio-v3/index.js +2 -2
  309. package/dist/esm/v3/components/or-search-v3/index.js +11 -11
  310. package/dist/esm/v3/components/or-segmented-control-v3/index.js +1 -1
  311. package/dist/esm/v3/components/or-select-v3/index.js +15 -15
  312. package/dist/esm/v3/components/or-sort-header-v3/index.js +2 -2
  313. package/dist/esm/v3/components/or-switch-v3/index.js +2 -2
  314. package/dist/esm/v3/components/or-tab-v3/index.js +1 -1
  315. package/dist/esm/v3/components/or-tabs-v3/index.js +7 -7
  316. package/dist/esm/v3/components/or-tag-v3/index.js +6 -6
  317. package/dist/esm/v3/components/or-textarea-v3/index.js +5 -5
  318. package/dist/esm/v3/components/or-toast-v3/index.js +6 -6
  319. package/dist/esm/v3/components/or-toast-v3/styles.d.ts +1 -0
  320. package/dist/esm/v3/components/or-tooltip-v3/index.js +3 -3
  321. package/dist/esm/v3/index.js +36 -36
  322. package/dist/esm/v3/{types-8ef262da.js → types-8a338300.js} +61 -29
  323. package/package.json +3 -4
  324. package/src/components/or-bottom-sheet-v3/styles.ts +11 -8
  325. package/src/components/or-button-v3/styles.ts +9 -8
  326. package/src/components/or-card-collection-v3/styles.ts +4 -8
  327. package/src/components/or-card-v3/styles.ts +5 -4
  328. package/src/components/or-checkbox-v3/styles.ts +5 -6
  329. package/src/components/or-confirm-v3/styles.ts +8 -6
  330. package/src/components/or-error-tag-v3/OrErrorTag.vue +6 -5
  331. package/src/components/or-error-tag-v3/styles.ts +8 -7
  332. package/src/components/or-error-v3/styles.ts +5 -7
  333. package/src/components/or-expansion-panel-v3/OrExpansionPanel.vue +1 -1
  334. package/src/components/or-expansion-panel-v3/styles.ts +9 -7
  335. package/src/components/or-fab-v3/styles.ts +8 -10
  336. package/src/components/or-hint-v3/styles.ts +5 -7
  337. package/src/components/or-icon-button-v3/OrIconButton.stories3.ts +6 -1
  338. package/src/components/or-icon-button-v3/OrIconButton.vue +8 -2
  339. package/src/components/or-icon-button-v3/props.ts +2 -0
  340. package/src/components/or-icon-button-v3/styles.ts +41 -5
  341. package/src/components/or-icon-v3/styles.ts +8 -13
  342. package/src/components/or-inline-input-box-v3/styles.ts +5 -4
  343. package/src/components/or-inline-input-v3/OrInlineInput.vue +1 -1
  344. package/src/components/or-inline-input-v3/styles.ts +5 -7
  345. package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +1 -1
  346. package/src/components/or-inline-textarea-v3/styles.ts +5 -7
  347. package/src/components/or-input-box-v3/styles.ts +5 -4
  348. package/src/components/or-input-v3/OrInput.vue +1 -1
  349. package/src/components/or-input-v3/styles.ts +2 -3
  350. package/src/components/or-label-v3/styles.ts +5 -7
  351. package/src/components/or-menu-item-v3/styles.ts +3 -3
  352. package/src/components/or-modal-v3/OrModal.vue +2 -1
  353. package/src/components/or-modal-v3/styles.ts +10 -5
  354. package/src/components/or-notification-v3/OrNotification.vue +3 -2
  355. package/src/components/or-notification-v3/styles.ts +10 -4
  356. package/src/components/or-popover-v3/styles.ts +11 -10
  357. package/src/components/or-radio-v3/styles.ts +7 -6
  358. package/src/components/or-segmented-control-v3/components/or-segmented-control-item/styles.ts +1 -3
  359. package/src/components/or-select-v3/OrSelect.vue +6 -4
  360. package/src/components/or-select-v3/styles.ts +10 -11
  361. package/src/components/or-sort-header-v3/styles.ts +1 -3
  362. package/src/components/or-switch-v3/styles.ts +14 -11
  363. package/src/components/or-tab-v3/styles.ts +2 -4
  364. package/src/components/or-tabs-v3/styles.ts +1 -1
  365. package/src/components/or-tag-v3/OrTag.vue +8 -7
  366. package/src/components/or-tag-v3/styles.ts +8 -7
  367. package/src/components/or-textarea-v3/styles.ts +2 -3
  368. package/src/components/or-toast-v3/OrToast.vue +26 -25
  369. package/src/components/or-toast-v3/styles.ts +40 -13
  370. package/src/components/or-tooltip-v3/styles.ts +14 -12
@@ -1,9 +1,9 @@
1
1
  import { useResizeObserver } from '@vueuse/core';
2
2
  import './index-fa6eb4ca.js';
3
- import { O as OrIcon } from './OrIcon-ce8fd08b.js';
4
- import { O as OrMenu } from './OrMenu-5ac06751.js';
5
- import { O as OrMenuItem } from './OrMenuItem-f89dfc77.js';
6
- import { O as OrTab } from './OrTab-8bac95cf.js';
3
+ import { O as OrIcon } from './OrIcon-8625385f.js';
4
+ import { O as OrMenu } from './OrMenu-fa47c888.js';
5
+ import { O as OrMenuItem } from './OrMenuItem-26420908.js';
6
+ import { O as OrTab } from './OrTab-dd949240.js';
7
7
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
8
8
  import { defineComponent, ref, computed, reactive, watch, nextTick, onMounted } from '@vue/composition-api/dist/vue-composition-api.mjs';
9
9
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -19,7 +19,7 @@ const TabsRoot = [
19
19
  'grid', 'items-center', 'grid-flow-col',
20
20
  // Box
21
21
  'overflow-hidden',
22
- // Sizing
22
+ // Spacing
23
23
  'gap-md',
24
24
  // Theme
25
25
  'theme-border-1-outline', 'dark:theme-border-1-outline', 'theme-border-underline', 'dark:theme-border-underline'];
@@ -1,5 +1,5 @@
1
1
  import './index-fa6eb4ca.js';
2
- import { O as OrIconButton } from './OrIconButton-165934f8.js';
2
+ import { O as OrIconButton } from './OrIconButton-a215104c.js';
3
3
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
4
4
  import { defineComponent, ref, computed, watchPostEffect, unref } from '@vue/composition-api/dist/vue-composition-api.mjs';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -18,13 +18,15 @@ var TagColor;
18
18
 
19
19
  const TagRoot = [
20
20
  // Layout
21
- 'flex', 'items-center', 'justify-center',
21
+ 'layout-inline-row',
22
22
  // Box
23
- 'max-w-max', 'rounded-full',
24
- // Sizing
25
- 'px-sm+ md:px-sm', 'py-sm md:py-xs', 'gap-sm md:gap-xs',
23
+ 'max-w-fit',
24
+ // Shape
25
+ 'rounded-full',
26
+ // Spacing
27
+ 'px-sm+ md:px-sm', 'py-sm md:py-xs', 'gap-sm+ md:gap-sm',
26
28
  // Typography
27
- 'typography-caption-regular',
29
+ 'typography-caption-regular whitespace-nowrap',
28
30
  // Theme
29
31
  'disabled:!bg-disabled', 'dark:disabled:!bg-disabled-dark', 'disabled:!text-on-disabled', 'dark:disabled:!text-on-disabled-dark'];
30
32
  const TagRootVariants = {
@@ -123,8 +125,9 @@ var __vue_render__ = function () {
123
125
  return _vm.$emit('blur', $event);
124
126
  }
125
127
  }
126
- }, 'div', _vm.$attrs, false), [_vm._t("default"), _vm._v(" "), _vm.variant === 'reset' ? [_c('OrIconButton', {
127
- class: ['-m-xs', 'ml-none'],
128
+ }, 'div', _vm.$attrs, false), [_vm._t("default"), _vm._v(" "), _vm.variant === 'reset' ? [_c('div', {
129
+ class: ['layout-row', 'm-[-4px] md:m-[-2px]']
130
+ }, [_c('OrIconButton', {
128
131
  attrs: {
129
132
  "icon": 'close',
130
133
  "color": !_vm.custom ? _vm.color : 'inherit',
@@ -136,7 +139,7 @@ var __vue_render__ = function () {
136
139
  return _vm.$emit('reset');
137
140
  }
138
141
  }
139
- })] : _vm._e()], 2);
142
+ })], 1)] : _vm._e()], 2);
140
143
  };
141
144
  var __vue_staticRenderFns__ = [];
142
145
 
@@ -1,8 +1,8 @@
1
1
  import './index-fa6eb4ca.js';
2
- import { O as OrError } from './OrError-66257a98.js';
3
- import { O as OrHint } from './OrHint-45904683.js';
4
- import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-7069052f.js';
5
- import { O as OrLabel } from './OrLabel-0424be48.js';
2
+ import { O as OrError } from './OrError-aad17598.js';
3
+ import { O as OrHint } from './OrHint-f38a1940.js';
4
+ import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-79ec54ad.js';
5
+ import { O as OrLabel } from './OrLabel-172c4b89.js';
6
6
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
7
7
  import { defineComponent, getCurrentInstance, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
8
8
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -10,8 +10,8 @@ import { c as createInjector } from './browser-82dea9ed.js';
10
10
 
11
11
  const TextareaRoot = [
12
12
  // Layout
13
- 'flex', 'flex-col',
14
- // Sizing
13
+ 'layout-column',
14
+ // Spacing
15
15
  'gap-xs'];
16
16
  const TextareaControl = [
17
17
  // Layout
@@ -1,17 +1,19 @@
1
1
  import { useDebounceFn, useElementHover } from '@vueuse/core';
2
2
  import './index-fa6eb4ca.js';
3
- import { O as OrPopover, P as PopoverPlacement } from './OrPopover-2f48b854.js';
3
+ import { O as OrPopover, P as PopoverPlacement } from './OrPopover-5dc240f1.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 { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
7
7
 
8
8
  const TooltipRoot = [
9
9
  // Layout
10
- 'inline-block'];
10
+ 'layout-inline-row justify-center'];
11
11
  const TooltipBody = [
12
- // Box
13
- 'max-w-max', 'rounded-sm',
14
- // Sizing
12
+ // Layout
13
+ 'layout-inline-row',
14
+ // Shape
15
+ 'rounded-sm',
16
+ // Spacing
15
17
  'mx-sm', 'my-sm', 'px-sm', 'py-xs',
16
18
  // Typography
17
19
  'typography-caption-regular',
@@ -20,31 +22,31 @@ const TooltipBody = [
20
22
  const TooltipBodyPlacements = {
21
23
  'top': [],
22
24
  'top-start': [
23
- // Sizing
25
+ // Spacing
24
26
  'ml-none'],
25
27
  'top-end': [
26
- // Sizing
28
+ // Spacing
27
29
  'mr-none'],
28
30
  'bottom': [],
29
31
  'bottom-start': [
30
- // Sizing
32
+ // Spacing
31
33
  'ml-none'],
32
34
  'bottom-end': [
33
- // Sizing
35
+ // Spacing
34
36
  'mr-none'],
35
37
  'left': [],
36
38
  'left-start': [
37
- // Sizing
39
+ // Spacing
38
40
  'mt-none'],
39
41
  'left-end': [
40
- // Sizing
42
+ // Spacing
41
43
  'mb-none'],
42
44
  'right': [],
43
45
  'right-start': [
44
- // Sizing
46
+ // Spacing
45
47
  'mt-none'],
46
48
  'right-end': [
47
- // Sizing
49
+ // Spacing
48
50
  'mb-none']
49
51
  };
50
52
 
@@ -1,60 +1,60 @@
1
1
  export { O as OR_AVATAR_SIZE, _ as OrAvatar } from '../OrAvatar-0a2c265f.js';
2
2
  export { a as AvatarColor, A as AvatarSize, _ as OrAvatarV3 } from '../OrAvatar-2fa559e1.js';
3
- export { O as OrBottomSheetV3 } from '../OrBottomSheet-7b5760dc.js';
3
+ export { O as OrBottomSheetV3 } from '../OrBottomSheet-1cd1ab4c.js';
4
4
  export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonViews } from '../OrButton-2abd29d0.js';
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-6d67c16c.js';
8
+ export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../OrButton-4cccce45.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 { C as CardCollectionView, _ as OrCardCollectionV3 } from '../OrCardCollection-87b47b1d.js';
12
- export { O as OrCardV3 } from '../OrCard-04a23728.js';
11
+ export { C as CardCollectionView, _ as OrCardCollectionV3 } from '../OrCardCollection-dac9fd1e.js';
12
+ export { O as OrCardV3 } from '../OrCard-58a1ba3e.js';
13
13
  export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-6da755c0.js';
14
14
  export { O as OrCheckbox } from '../OrCheckbox-4cbddd67.js';
15
- export { O as OrCheckboxV3 } from '../OrCheckbox-5b499fc5.js';
15
+ export { O as OrCheckboxV3 } from '../OrCheckbox-dbef9f9a.js';
16
16
  export { O as OrChip } from '../OrChip-000fe7b5.js';
17
17
  export { _ as OrChips } from '../OrChips-890b8476.js';
18
18
  export { _ as OrCode, O as OrCodeLanguages } from '../OrCode-edc7a1f5.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-6a6daa14.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-f9b49c17.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
- export { _ as OrErrorTagV3 } from '../OrErrorTag-c55ec019.js';
26
- export { O as OrErrorV3 } from '../OrError-66257a98.js';
27
- export { a as ExpansionPanelColor, E as ExpansionPanelVariant, O as OrExpansionPanelV3 } from '../OrExpansionPanel-41bbabd3.js';
28
- export { F as FabColor, _ as OrFabV3 } from '../OrFab-ea844ff9.js';
25
+ export { _ as OrErrorTagV3 } from '../OrErrorTag-d0c5bcf4.js';
26
+ export { O as OrErrorV3 } from '../OrError-aad17598.js';
27
+ export { a as ExpansionPanelColor, E as ExpansionPanelVariant, O as OrExpansionPanelV3 } from '../OrExpansionPanel-995caa85.js';
28
+ export { F as FabColor, _ as OrFabV3 } from '../OrFab-7cc75893.js';
29
29
  export { O as OrFloating, b as OrFloatingHideStrategy, a as OrFloatingPlacements } from '../OrFloating-554d6f58.js';
30
30
  export { O as OrHint } from '../OrHint-fabea4cf.js';
31
- export { O as OrHintV3 } from '../OrHint-45904683.js';
31
+ export { O as OrHintV3 } from '../OrHint-f38a1940.js';
32
32
  export { O as OrIcon, a as OrIconColors, b as OrIconType } from '../OrIcon-10ec459c.js';
33
- export { I as IconButtonColor, O as OrIconButtonV3 } from '../OrIconButton-165934f8.js';
34
- export { a as IconSize, I as IconVariant, O as OrIconV3 } from '../OrIcon-ce8fd08b.js';
35
- export { I as InlineInputBoxSize, I as InlineInputSize, O as OrInlineInputBoxV3 } from '../OrInlineInputBox-f2b25ee4.js';
36
- export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-a552394c.js';
33
+ export { I as IconButtonColor, O as OrIconButtonV3 } from '../OrIconButton-a215104c.js';
34
+ export { I as IconButtonSize, I as IconSize, a as IconVariant, O as OrIconV3 } from '../OrIcon-8625385f.js';
35
+ export { I as InlineInputBoxSize, I as InlineInputSize, O as OrInlineInputBoxV3 } from '../OrInlineInputBox-f457210f.js';
36
+ export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-eb42fea9.js';
37
37
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-7262efdf.js';
38
- export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-a1321d5b.js';
39
- export { a as InputBoxSize, I as InputBoxVariant, a as InputSize, O as OrInputBoxV3, a as SearchSize, a as SelectSize, a as TextareaSize } from '../OrInputBox-7069052f.js';
40
- export { I as InputType, O as OrInputV3 } from '../OrInput-cdd93d29.js';
38
+ export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-63e632cc.js';
39
+ 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';
40
+ export { I as InputType, O as OrInputV3 } from '../OrInput-4b82eb59.js';
41
41
  export { a as OrNumberInput, b as OrPassword, _ as OrTextarea } from '../OrPassword-7da938aa.js';
42
42
  export { O as OrInput } from '../OrInput-08f2f666.js';
43
43
  export { O as OrSearch } from '../OrSearch-f7cfa52f.js';
44
44
  export { O as OrLabel } from '../OrLabel-74c73ba4.js';
45
- export { L as LabelVariant, O as OrLabelV3 } from '../OrLabel-0424be48.js';
45
+ export { L as LabelVariant, O as OrLabelV3 } from '../OrLabel-172c4b89.js';
46
46
  export { L as LinkColor, _ as OrLinkV3 } from '../OrLink-e7b57307.js';
47
47
  export { O as OrList } from '../OrList-4e84a3b4.js';
48
48
  export { _ as OrListOfInputs } from '../OrListOfInputs-8f076650.js';
49
49
  export { L as LoaderViews, O as OrLoader } from '../OrLoader-05057239.js';
50
50
  export { a as LoaderColor, b as LoaderSize, L as LoaderVariant, O as OrLoaderV3 } from '../OrLoader-6a1f937b.js';
51
- export { O as OrMenuItemV3 } from '../OrMenuItem-f89dfc77.js';
52
- export { O as OrMenuV3 } from '../OrMenu-5ac06751.js';
53
- export { P as MenuPlacement, O as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-2f48b854.js';
51
+ export { O as OrMenuItemV3 } from '../OrMenuItem-26420908.js';
52
+ export { O as OrMenuV3 } from '../OrMenu-fa47c888.js';
53
+ export { P as MenuPlacement, O as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-5dc240f1.js';
54
54
  export { O as OrModal, a as OrModalSizes } from '../OrModal-a5411b0d.js';
55
- export { M as ModalSize, _ as OrModalV3 } from '../OrModal-2540ea99.js';
55
+ export { M as ModalSize, _ as OrModalV3 } from '../OrModal-f89de11f.js';
56
56
  export { a as OR_NOTIFICATION_SIZE, O as OR_NOTIFICATION_TYPE, _ as OrNotification } from '../OrNotification-3909aaf2.js';
57
- export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-20fc8b7d.js';
57
+ export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-d76a062d.js';
58
58
  export { _ as OrOverflowMenu } from '../OrOverflowMenu-711e460e.js';
59
59
  export { O as OrOverlay } from '../OrOverlay-47967a8b.js';
60
60
  export { O as OrOverlayV3 } from '../OrOverlay-3c89d622.js';
@@ -62,39 +62,39 @@ export { O as OrProgress, a as OrProgressColors, b as OrProgressTypes } from '..
62
62
  export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrProgress-cc397a38.js';
63
63
  export { _ as OrRadio } from '../OrRadio-187d6fc7.js';
64
64
  export { _ as OrRadioGroup } from '../OrRadioGroup-aa9f0757.js';
65
- export { _ as OrRadioV3 } from '../OrRadio-8ec1d487.js';
66
- export { _ as OrSearchV3 } from '../OrSearch-9f797381.js';
67
- export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-65c87f9b.js';
65
+ export { _ as OrRadioV3 } from '../OrRadio-cd39b20b.js';
66
+ export { _ as OrSearchV3 } from '../OrSearch-e34afaee.js';
67
+ export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-21cc914e.js';
68
68
  export { _ as OrSelect } from '../OrSelect-a23d4210.js';
69
- export { _ as OrSelectV3 } from '../OrSelect-6cef1b69.js';
69
+ export { _ as OrSelectV3 } from '../OrSelect-68aacb62.js';
70
70
  export { _ as OrSidebar, O as OrSidebarSide } from '../OrSidebar-e2b2c9ec.js';
71
71
  export { O as OrSidebarPlacement, _ as OrSidebarV3 } from '../OrSidebar-c95ef614.js';
72
72
  export { _ as OrSkeletonCircle, a as OrSkeletonRect, b as OrSkeletonText, O as OrSkeletonTextSizes } from '../OrSkeletonText-242d22f3.js';
73
73
  export { _ as OrSkeletonCircleV3, a as OrSkeletonRectV3, b as OrSkeletonTextV3 } from '../OrSkeletonText-516993b4.js';
74
74
  export { _ as OrSlider } from '../OrSlider-59d05856.js';
75
- export { O as OrSortHeaderV3 } from '../OrSortHeader-76b509a6.js';
75
+ export { O as OrSortHeaderV3 } from '../OrSortHeader-396e6a7c.js';
76
76
  export { _ as OrStepper } from '../OrStepper-3fc1a2b3.js';
77
77
  export { _ as OrSwitch } from '../OrSwitch-47670dbd.js';
78
- export { _ as OrSwitchV3 } from '../OrSwitch-75d3a260.js';
78
+ export { _ as OrSwitchV3 } from '../OrSwitch-237a2081.js';
79
79
  export { _ as OrTab } from '../OrTab-b2c6d977.js';
80
80
  export { O as OrTabHeaderItem } from '../OrTabHeaderItem-d39c3cf7.js';
81
- export { O as OrTabV3 } from '../OrTab-8bac95cf.js';
81
+ export { O as OrTabV3 } from '../OrTab-dd949240.js';
82
82
  export { _ as OrTabs } from '../OrTabs-4c8f6422.js';
83
- export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-2d4e0d87.js';
83
+ export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-42f7c52c.js';
84
84
  export { _ as OrTag } from '../OrTag-79e48fec.js';
85
- export { O as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-c5f7c337.js';
85
+ export { O as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-6440aa89.js';
86
86
  export { O as OrTeleport } from '../OrTeleportVue2-3544f185.js';
87
87
  export { O as OrTeleportV3 } from '../OrTeleport.vue2-e9ba3054.js';
88
88
  export { _ as OrTextV3 } from '../OrText-eac4b9f5.js';
89
- export { _ as OrTextareaV3 } from '../OrTextarea-0ab9c0a8.js';
89
+ export { _ as OrTextareaV3 } from '../OrTextarea-5593fbe9.js';
90
90
  export { _ as OrTextbox, T as TextboxTypes } from '../OrTextbox-eacd9b19.js';
91
91
  export { P as PositionsX, b as PositionsY, c as ToastType, T as TransitionType, a as useQueue, u as useToast } from '../useToast-1faa828c.js';
92
92
  export { O as OrToast, _ as OrToastContainer } from '../OrToastContainer-b03adc37.js';
93
- export { _ as OrToastContainerV3, O as OrToastV3, t as TypesV3 } from '../types-a648d591.js';
93
+ export { _ as OrToastContainerV3, O as OrToastV3, t as TypesV3 } from '../types-fdd34542.js';
94
94
  export { p as PropsV3, a as useQueueV3, u as useToastV3 } from '../useToast-3a3d4280.js';
95
95
  export { O as OrTooltip } from '../OrTooltip-dfea7af2.js';
96
96
  export { O as OrTooltipContent } from '../OrTooltipContent-f0fd5f75.js';
97
- export { O as OrTooltipV3 } from '../OrTooltip-03e06e9f.js';
97
+ export { O as OrTooltipV3 } from '../OrTooltip-fbfa05fd.js';
98
98
  import '../index-fa6eb4ca.js';
99
99
  import 'vue';
100
100
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -1,4 +1,4 @@
1
- export { O as OrBottomSheetV3 } from '../../OrBottomSheet-7b5760dc.js';
1
+ export { O as OrBottomSheetV3 } from '../../OrBottomSheet-1cd1ab4c.js';
2
2
  import '@vueuse/core';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
@@ -1,4 +1,4 @@
1
- export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../../OrButton-6d67c16c.js';
1
+ export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../../OrButton-4cccce45.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -1,26 +1,26 @@
1
- export { C as CardCollectionView, _ as OrCardCollectionV3 } from '../../OrCardCollection-87b47b1d.js';
1
+ export { C as CardCollectionView, _ as OrCardCollectionV3 } from '../../OrCardCollection-dac9fd1e.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
5
- import '../../OrCard-04a23728.js';
5
+ import '../../OrCard-58a1ba3e.js';
6
6
  import '../../useClassAttribute-9bf33346.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
- import '../../OrIconButton-165934f8.js';
9
- import '../../OrIcon-ce8fd08b.js';
10
- import '../../OrTooltip-03e06e9f.js';
8
+ import '../../OrIconButton-a215104c.js';
9
+ import '../../OrIcon-8625385f.js';
10
+ import '../../OrTooltip-fbfa05fd.js';
11
11
  import '@vueuse/core';
12
- import '../../OrPopover-2f48b854.js';
12
+ import '../../OrPopover-5dc240f1.js';
13
13
  import '../../floating-ui.dom.esm-83eba816.js';
14
- import '../../OrBottomSheet-7b5760dc.js';
14
+ import '../../OrBottomSheet-1cd1ab4c.js';
15
15
  import '../../OrOverlay-3c89d622.js';
16
16
  import '../../OrTeleport.vue2-e9ba3054.js';
17
17
  import 'portal-vue';
18
18
  import '../../useElevation-aac032f4.js';
19
19
  import '../../useResponsive-e13dfbb0.js';
20
- import '../../OrInput-cdd93d29.js';
21
- import '../../OrError-66257a98.js';
22
- import '../../OrHint-45904683.js';
23
- import '../../OrInputBox-7069052f.js';
24
- import '../../OrLabel-0424be48.js';
20
+ import '../../OrInput-4b82eb59.js';
21
+ import '../../OrError-aad17598.js';
22
+ import '../../OrHint-f38a1940.js';
23
+ import '../../OrInputBox-79ec54ad.js';
24
+ import '../../OrLabel-172c4b89.js';
25
25
  import '../../browser-82dea9ed.js';
26
- import '../../OrSortHeader-76b509a6.js';
26
+ import '../../OrSortHeader-396e6a7c.js';
@@ -1,4 +1,4 @@
1
- export { O as OrCardV3 } from '../../OrCard-04a23728.js';
1
+ export { O as OrCardV3 } from '../../OrCard-58a1ba3e.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -1,8 +1,8 @@
1
- export { O as OrCheckboxV3 } from '../../OrCheckbox-5b499fc5.js';
1
+ export { O as OrCheckboxV3 } from '../../OrCheckbox-dbef9f9a.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
5
- import '../../OrLabel-0424be48.js';
5
+ import '../../OrLabel-172c4b89.js';
6
6
  import '../../useClassAttribute-9bf33346.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
8
  import '../../browser-82dea9ed.js';
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-6a6daa14.js';
1
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-f9b49c17.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -10,18 +10,18 @@ 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-6d67c16c.js';
13
+ import '../../OrButton-4cccce45.js';
14
14
  import '../../OrLoader-6a1f937b.js';
15
- import '../../OrInput-cdd93d29.js';
16
- import '../../OrError-66257a98.js';
17
- import '../../OrHint-45904683.js';
18
- import '../../OrIcon-ce8fd08b.js';
19
- import '../../OrIconButton-165934f8.js';
20
- import '../../OrTooltip-03e06e9f.js';
21
- import '../../OrPopover-2f48b854.js';
15
+ import '../../OrInput-4b82eb59.js';
16
+ import '../../OrError-aad17598.js';
17
+ import '../../OrHint-f38a1940.js';
18
+ import '../../OrIcon-8625385f.js';
19
+ import '../../OrIconButton-a215104c.js';
20
+ import '../../OrTooltip-fbfa05fd.js';
21
+ import '../../OrPopover-5dc240f1.js';
22
22
  import '../../floating-ui.dom.esm-83eba816.js';
23
- import '../../OrBottomSheet-7b5760dc.js';
23
+ import '../../OrBottomSheet-1cd1ab4c.js';
24
24
  import '../../useResponsive-e13dfbb0.js';
25
- import '../../OrInputBox-7069052f.js';
26
- import '../../OrLabel-0424be48.js';
25
+ import '../../OrInputBox-79ec54ad.js';
26
+ import '../../OrLabel-172c4b89.js';
27
27
  import '../../browser-82dea9ed.js';
@@ -1,7 +1,7 @@
1
- export { _ as OrErrorTagV3 } from '../../OrErrorTag-c55ec019.js';
1
+ export { _ as OrErrorTagV3 } from '../../OrErrorTag-d0c5bcf4.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
5
- import '../../OrIcon-ce8fd08b.js';
5
+ import '../../OrIcon-8625385f.js';
6
6
  import '../../useClassAttribute-9bf33346.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
@@ -1,4 +1,4 @@
1
- export { O as OrErrorV3 } from '../../OrError-66257a98.js';
1
+ export { O as OrErrorV3 } from '../../OrError-aad17598.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -1,7 +1,7 @@
1
- export { a as ExpansionPanelColor, E as ExpansionPanelVariant, O as OrExpansionPanelV3 } from '../../OrExpansionPanel-41bbabd3.js';
1
+ export { a as ExpansionPanelColor, E as ExpansionPanelVariant, O as OrExpansionPanelV3 } from '../../OrExpansionPanel-995caa85.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
5
- import '../../OrIcon-ce8fd08b.js';
5
+ import '../../OrIcon-8625385f.js';
6
6
  import '../../useClassAttribute-9bf33346.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
@@ -1,7 +1,7 @@
1
- export { F as FabColor, _ as OrFabV3 } from '../../OrFab-ea844ff9.js';
1
+ export { F as FabColor, _ as OrFabV3 } from '../../OrFab-7cc75893.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
5
- import '../../OrIcon-ce8fd08b.js';
5
+ import '../../OrIcon-8625385f.js';
6
6
  import '../../useClassAttribute-9bf33346.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
@@ -1,4 +1,4 @@
1
- export { O as OrHintV3 } from '../../OrHint-45904683.js';
1
+ export { O as OrHintV3 } from '../../OrHint-f38a1940.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -1,19 +1,23 @@
1
1
  import { PropType } from 'vue-demi';
2
- import { IconButtonColor } from './props';
2
+ import { IconButtonColor, IconButtonSize } 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<HTMLButtonElement | undefined>;
5
5
  rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
6
6
  }> & import("@vue/composition-api").Data, {}, {}, {
7
7
  icon: {
8
- type: PropType<string | Readonly<Partial<{
8
+ type: PropType<string | Omit<Readonly<Partial<{
9
9
  [x: number]: string;
10
- } | {}> & Omit<{} & {}, never>>>;
10
+ } | {}> & Omit<{} & {}, never>>, "size">>;
11
11
  required: true;
12
12
  };
13
13
  color: {
14
14
  type: PropType<IconButtonColor>;
15
15
  default: IconButtonColor;
16
16
  };
17
+ size: {
18
+ type: PropType<IconButtonSize>;
19
+ default: IconButtonSize;
20
+ };
17
21
  disabled: {
18
22
  type: BooleanConstructor;
19
23
  default: boolean;
@@ -26,15 +30,19 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
26
30
  };
27
31
  }, import("@vue/composition-api").ExtractPropTypes<{
28
32
  icon: {
29
- type: PropType<string | Readonly<Partial<{
33
+ type: PropType<string | Omit<Readonly<Partial<{
30
34
  [x: number]: string;
31
- } | {}> & Omit<{} & {}, never>>>;
35
+ } | {}> & Omit<{} & {}, never>>, "size">>;
32
36
  required: true;
33
37
  };
34
38
  color: {
35
39
  type: PropType<IconButtonColor>;
36
40
  default: IconButtonColor;
37
41
  };
42
+ size: {
43
+ type: PropType<IconButtonSize>;
44
+ default: IconButtonSize;
45
+ };
38
46
  disabled: {
39
47
  type: BooleanConstructor;
40
48
  default: boolean;
@@ -46,9 +54,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
46
54
  default: undefined;
47
55
  };
48
56
  }>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
49
- icon: string | Readonly<Partial<{
57
+ size: IconButtonSize;
58
+ icon: Omit<Readonly<Partial<{
50
59
  [x: number]: string;
51
- } | {}> & Omit<{} & {}, never>>;
60
+ } | {}> & Omit<{} & {}, never>>, "size">;
52
61
  color: IconButtonColor;
53
62
  disabled: boolean;
54
63
  tooltip: string | Readonly<Partial<{
@@ -60,9 +69,10 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
60
69
  root: import("@vue/composition-api").Ref<HTMLButtonElement | undefined>;
61
70
  rootStyles: import("@vue/composition-api").ComputedRef<(string | undefined)[]>;
62
71
  }>, import("@vue/composition-api").Data, {}, {}, {}, {}, string[], {
63
- icon: string | Readonly<Partial<{
72
+ size: IconButtonSize;
73
+ icon: Omit<Readonly<Partial<{
64
74
  [x: number]: string;
65
- } | {}> & Omit<{} & {}, never>>;
75
+ } | {}> & Omit<{} & {}, never>>, "size">;
66
76
  color: IconButtonColor;
67
77
  disabled: boolean;
68
78
  tooltip: string | Readonly<Partial<{
@@ -71,6 +81,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
71
81
  } & {} & {
72
82
  [x: string & `on${string}`]: ((...args: any[]) => any) | undefined;
73
83
  }, {
84
+ size: IconButtonSize;
74
85
  color: IconButtonColor;
75
86
  disabled: boolean;
76
87
  tooltip: string | Readonly<Partial<{
@@ -1,17 +1,17 @@
1
- export { I as IconButtonColor, O as OrIconButtonV3 } from '../../OrIconButton-165934f8.js';
1
+ export { I as IconButtonColor, O as OrIconButtonV3 } from '../../OrIconButton-a215104c.js';
2
+ export { I as IconButtonSize } from '../../OrIcon-8625385f.js';
2
3
  import '../../index-fa6eb4ca.js';
3
4
  import 'vue';
4
5
  import '@vue/composition-api/dist/vue-composition-api.mjs';
5
- import '../../OrIcon-ce8fd08b.js';
6
- import '../../useClassAttribute-9bf33346.js';
7
- import '../../normalize-component-6e8e3d80.js';
8
- import '../../OrTooltip-03e06e9f.js';
6
+ import '../../OrTooltip-fbfa05fd.js';
9
7
  import '@vueuse/core';
10
- import '../../OrPopover-2f48b854.js';
8
+ import '../../OrPopover-5dc240f1.js';
11
9
  import '../../floating-ui.dom.esm-83eba816.js';
12
- import '../../OrBottomSheet-7b5760dc.js';
10
+ import '../../OrBottomSheet-1cd1ab4c.js';
13
11
  import '../../OrOverlay-3c89d622.js';
14
12
  import '../../OrTeleport.vue2-e9ba3054.js';
15
13
  import 'portal-vue';
14
+ import '../../normalize-component-6e8e3d80.js';
15
+ import '../../useClassAttribute-9bf33346.js';
16
16
  import '../../useElevation-aac032f4.js';
17
17
  import '../../useResponsive-e13dfbb0.js';
@@ -3,3 +3,4 @@ export declare enum IconButtonColor {
3
3
  Danger = "danger",
4
4
  Inherit = "inherit"
5
5
  }
6
+ export { IconSize as IconButtonSize } from '../or-icon-v3';
@@ -1,4 +1,4 @@
1
- export { a as IconSize, I as IconVariant, O as OrIconV3 } from '../../OrIcon-ce8fd08b.js';
1
+ export { I as IconSize, a as IconVariant, O as OrIconV3 } from '../../OrIcon-8625385f.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 { I as InlineInputBoxSize, O as OrInlineInputBoxV3 } from '../../OrInlineInputBox-f2b25ee4.js';
1
+ export { I as InlineInputBoxSize, O as OrInlineInputBoxV3 } from '../../OrInlineInputBox-f457210f.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -1,19 +1,19 @@
1
- export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-a552394c.js';
2
- export { I as InlineInputSize } from '../../OrInlineInputBox-f2b25ee4.js';
1
+ export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-eb42fea9.js';
2
+ export { I as InlineInputSize } from '../../OrInlineInputBox-f457210f.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
5
5
  import '@vue/composition-api/dist/vue-composition-api.mjs';
6
- import '../../OrError-66257a98.js';
6
+ import '../../OrError-aad17598.js';
7
7
  import '../../useClassAttribute-9bf33346.js';
8
8
  import '../../normalize-component-6e8e3d80.js';
9
- import '../../OrHint-45904683.js';
10
- import '../../OrIconButton-165934f8.js';
11
- import '../../OrIcon-ce8fd08b.js';
12
- import '../../OrTooltip-03e06e9f.js';
9
+ import '../../OrHint-f38a1940.js';
10
+ import '../../OrIconButton-a215104c.js';
11
+ import '../../OrIcon-8625385f.js';
12
+ import '../../OrTooltip-fbfa05fd.js';
13
13
  import '@vueuse/core';
14
- import '../../OrPopover-2f48b854.js';
14
+ import '../../OrPopover-5dc240f1.js';
15
15
  import '../../floating-ui.dom.esm-83eba816.js';
16
- import '../../OrBottomSheet-7b5760dc.js';
16
+ import '../../OrBottomSheet-1cd1ab4c.js';
17
17
  import '../../OrOverlay-3c89d622.js';
18
18
  import '../../OrTeleport.vue2-e9ba3054.js';
19
19
  import 'portal-vue';