@onereach/ui-components 2.67.9-beta.2036.0 → 2.67.9-beta.2041.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 (387) hide show
  1. package/dist/bundled/v2/{OrBottomSheet-7b5760dc.js → OrBottomSheet-1cd1ab4c.js} +14 -8
  2. package/dist/bundled/v2/{OrButton-a4952445.js → OrButton-52399414.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-52fd747b.js} +7 -7
  5. package/dist/bundled/v2/{OrCheckbox-5b499fc5.js → OrCheckbox-f8354461.js} +7 -5
  6. package/dist/bundled/v2/{OrCheckbox-4cbddd67.js → OrCheckbox-f97a57b9.js} +4 -4
  7. package/dist/bundled/v2/{OrConfirm-196a014f.js → OrConfirm-fb7f318d.js} +12 -8
  8. package/dist/bundled/v2/{OrError-66257a98.js → OrError-2ed34c3e.js} +4 -4
  9. package/dist/bundled/v2/{OrErrorTag-c55ec019.js → OrErrorTag-b043fe06.js} +11 -8
  10. package/dist/bundled/v2/{OrExpansionPanel-41bbabd3.js → OrExpansionPanel-995caa85.js} +9 -7
  11. package/dist/bundled/v2/{OrFab-ea844ff9.js → OrFab-ce64fd03.js} +6 -6
  12. package/dist/bundled/v2/{OrHint-45904683.js → OrHint-1ffcd66c.js} +4 -4
  13. package/dist/bundled/v2/{OrIcon-ce8fd08b.js → OrIcon-8625385f.js} +6 -8
  14. package/dist/bundled/v2/{OrIconButton-165934f8.js → OrIconButton-400af09a.js} +13 -6
  15. package/dist/bundled/v2/{OrInlineInput-a552394c.js → OrInlineInput-bdca2540.js} +13 -13
  16. package/dist/bundled/v2/{OrInlineInputBox-f2b25ee4.js → OrInlineInputBox-f457210f.js} +6 -4
  17. package/dist/bundled/v2/{OrInlineTextarea-a1321d5b.js → OrInlineTextarea-b0499092.js} +13 -13
  18. package/dist/bundled/v2/{OrInput-cdd93d29.js → OrInput-beb6193b.js} +12 -12
  19. package/dist/bundled/v2/{OrInputBox-7069052f.js → OrInputBox-79ec54ad.js} +6 -4
  20. package/dist/bundled/v2/{OrLabel-0424be48.js → OrLabel-3cbdf198.js} +4 -4
  21. package/dist/bundled/v2/{OrMenu-5ac06751.js → OrMenu-fa47c888.js} +1 -1
  22. package/dist/bundled/v2/{OrMenuItem-f89dfc77.js → OrMenuItem-26420908.js} +3 -3
  23. package/dist/bundled/v2/{OrModal-2540ea99.js → OrModal-e65c43be.js} +14 -10
  24. package/dist/bundled/v2/{OrNotification-20fc8b7d.js → OrNotification-bd6e32eb.js} +12 -7
  25. package/dist/bundled/v2/{OrPopover-2f48b854.js → OrPopover-5dc240f1.js} +14 -12
  26. package/dist/bundled/v2/{OrRadio-8ec1d487.js → OrRadio-5d06057e.js} +10 -6
  27. package/dist/bundled/v2/{OrSearch-f6d5fc65.js → OrSearch-282d2c4a.js} +2 -2
  28. package/dist/bundled/v2/{OrSegmentedControl-65c87f9b.js → OrSegmentedControl-21cc914e.js} +1 -1
  29. package/dist/bundled/v2/{OrSelect-6cef1b69.js → OrSelect-9f8ea7e8.js} +23 -19
  30. package/dist/bundled/v2/{OrSelect-a23d4210.js → OrSelect-bbe8dd58.js} +1 -1
  31. package/dist/bundled/v2/{OrSortHeader-76b509a6.js → OrSortHeader-396e6a7c.js} +2 -2
  32. package/dist/bundled/v2/{OrSwitch-c606709c.js → OrSwitch-938c88cc.js} +19 -11
  33. package/dist/bundled/v2/{OrTab-8bac95cf.js → OrTab-dd949240.js} +2 -2
  34. package/dist/bundled/v2/{OrTabs-2d4e0d87.js → OrTabs-42f7c52c.js} +5 -5
  35. package/dist/bundled/v2/{OrTag-c5f7c337.js → OrTag-6d4a89bd.js} +11 -8
  36. package/dist/bundled/v2/{OrTextarea-0ab9c0a8.js → OrTextarea-b05f1158.js} +6 -6
  37. package/dist/bundled/v2/{OrTooltip-03e06e9f.js → OrTooltip-fbfa05fd.js} +15 -13
  38. package/dist/bundled/v2/components/index.js +38 -38
  39. package/dist/bundled/v2/components/or-bottom-sheet-v3/index.js +1 -1
  40. package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
  41. package/dist/bundled/v2/components/or-card-collection-v3/index.js +13 -13
  42. package/dist/bundled/v2/components/or-card-v3/index.js +1 -1
  43. package/dist/bundled/v2/components/or-checkbox/index.js +1 -1
  44. package/dist/bundled/v2/components/or-checkbox-v3/index.js +2 -2
  45. package/dist/bundled/v2/components/or-confirm-v3/index.js +12 -12
  46. package/dist/bundled/v2/components/or-error-tag-v3/index.js +2 -2
  47. package/dist/bundled/v2/components/or-error-v3/index.js +1 -1
  48. package/dist/bundled/v2/components/or-expansion-panel-v3/index.js +2 -2
  49. package/dist/bundled/v2/components/or-fab-v3/index.js +2 -2
  50. package/dist/bundled/v2/components/or-hint-v3/index.js +1 -1
  51. package/dist/bundled/v2/components/or-icon-button-v3/OrIconButton.vue.d.ts +20 -9
  52. package/dist/bundled/v2/components/or-icon-button-v3/index.js +7 -7
  53. package/dist/bundled/v2/components/or-icon-button-v3/props.d.ts +1 -0
  54. package/dist/bundled/v2/components/or-icon-v3/index.js +1 -1
  55. package/dist/bundled/v2/components/or-inline-input-box-v3/index.js +1 -1
  56. package/dist/bundled/v2/components/or-inline-input-v3/index.js +9 -9
  57. package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +9 -9
  58. package/dist/bundled/v2/components/or-input-box-v3/index.js +1 -1
  59. package/dist/bundled/v2/components/or-input-v3/index.js +10 -10
  60. package/dist/bundled/v2/components/or-label-v3/index.js +1 -1
  61. package/dist/bundled/v2/components/or-menu-item-v3/index.js +2 -2
  62. package/dist/bundled/v2/components/or-menu-v3/index.js +3 -3
  63. package/dist/bundled/v2/components/or-modal-v3/index.js +6 -6
  64. package/dist/bundled/v2/components/or-notification-v3/index.js +6 -6
  65. package/dist/bundled/v2/components/or-notification-v3/styles.d.ts +1 -0
  66. package/dist/bundled/v2/components/or-popover-v3/index.js +2 -2
  67. package/dist/bundled/v2/components/or-radio-v3/index.js +2 -2
  68. package/dist/bundled/v2/components/or-search-v3/index.js +11 -11
  69. package/dist/bundled/v2/components/or-segmented-control-v3/index.js +1 -1
  70. package/dist/bundled/v2/components/or-select/index.js +2 -2
  71. package/dist/bundled/v2/components/or-select-v3/index.js +15 -15
  72. package/dist/bundled/v2/components/or-sort-header-v3/index.js +2 -2
  73. package/dist/bundled/v2/components/or-switch-v3/index.js +2 -2
  74. package/dist/bundled/v2/components/or-tab-v3/index.js +1 -1
  75. package/dist/bundled/v2/components/or-tabs-v3/index.js +7 -7
  76. package/dist/bundled/v2/components/or-tag-v3/index.js +6 -6
  77. package/dist/bundled/v2/components/or-textarea-v3/index.js +5 -5
  78. package/dist/bundled/v2/components/or-toast-v3/index.js +6 -6
  79. package/dist/bundled/v2/components/or-toast-v3/styles.d.ts +1 -0
  80. package/dist/bundled/v2/components/or-tooltip-v3/index.js +3 -3
  81. package/dist/bundled/v2/index.js +39 -39
  82. package/dist/bundled/v2/{types-88dd7a52.js → types-e1dda854.js} +67 -36
  83. package/dist/bundled/v3/{OrBottomSheet.vue_vue_type_script_lang-44d8147a.js → OrBottomSheet.vue_vue_type_script_lang-6fb49de9.js} +14 -8
  84. package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-5af7999c.js → OrButton.vue_vue_type_script_lang-0472045f.js} +6 -6
  85. package/dist/bundled/v3/{OrCard.vue_vue_type_script_lang-9d6e1050.js → OrCard.vue_vue_type_script_lang-165de137.js} +6 -4
  86. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-2b1dcff6.js → OrCardCollection.vue_vue_type_script_lang-cbd5accc.js} +9 -9
  87. package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-d8a66818.js → OrCheckbox.vue_vue_type_script_lang-cd20521b.js} +1 -1
  88. package/dist/bundled/v3/{OrCheckbox.vue_vue_type_script_lang-10d8b047.js → OrCheckbox.vue_vue_type_script_lang-eeb9a100.js} +8 -6
  89. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-53614609.js → OrConfirm.vue_vue_type_script_lang-cbfccc4a.js} +14 -10
  90. package/dist/bundled/v3/{OrError.vue_vue_type_script_lang-f606d0ee.js → OrError.vue_vue_type_script_lang-0ed7467c.js} +4 -4
  91. package/dist/bundled/v3/{OrErrorTag.vue_vue_type_script_lang-d77f6b12.js → OrErrorTag.vue_vue_type_script_lang-87f27b27.js} +8 -6
  92. package/dist/bundled/v3/{OrExpansionPanel.vue_vue_type_script_lang-a305d8bc.js → OrExpansionPanel.vue_vue_type_script_lang-7f9c6721.js} +9 -7
  93. package/dist/bundled/v3/{OrFab.vue_vue_type_script_lang-aefbdf9b.js → OrFab.vue_vue_type_script_lang-ee286cab.js} +7 -7
  94. package/dist/bundled/v3/{OrHint-c235be5d.js → OrHint-399afaf7.js} +2 -2
  95. package/dist/bundled/v3/{OrHint.vue_vue_type_script_lang-6286277d.js → OrHint.vue_vue_type_script_lang-7ece72e7.js} +4 -4
  96. package/dist/bundled/v3/{OrIcon-3a514933.js → OrIcon-d878b768.js} +1 -1
  97. package/dist/bundled/v3/{OrIcon.vue_vue_type_script_lang-41a6a57a.js → OrIcon.vue_vue_type_script_lang-a119a715.js} +6 -8
  98. package/dist/bundled/v3/{OrIconButton-8c211219.js → OrIconButton-ea3489ef.js} +4 -3
  99. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-79d08a2b.js → OrIconButton.vue_vue_type_script_lang-18ce1866.js} +12 -6
  100. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-4257a72b.js → OrInlineInput.vue_vue_type_script_lang-39d31b8d.js} +12 -12
  101. package/dist/bundled/v3/{OrInlineInputBox-2eede01a.js → OrInlineInputBox-9d68ded1.js} +1 -1
  102. package/dist/bundled/v3/{OrInlineInputBox.vue_vue_type_script_lang-23b531ad.js → OrInlineInputBox.vue_vue_type_script_lang-73750005.js} +6 -4
  103. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-e3ce83e1.js → OrInlineTextarea.vue_vue_type_script_lang-c4f4a212.js} +12 -12
  104. package/dist/bundled/v3/{OrInput-33571984.js → OrInput-ca80294b.js} +2 -2
  105. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-3895999d.js → OrInput.vue_vue_type_script_lang-562dbe8f.js} +13 -13
  106. package/dist/bundled/v3/{OrInputBox-81385a91.js → OrInputBox-eb54d73d.js} +1 -1
  107. package/dist/bundled/v3/{OrInputBox.vue_vue_type_script_lang-760097b4.js → OrInputBox.vue_vue_type_script_lang-5ee4ee45.js} +6 -4
  108. package/dist/bundled/v3/{OrLabel-2809e2db.js → OrLabel-c0554841.js} +1 -1
  109. package/dist/bundled/v3/{OrLabel.vue_vue_type_script_lang-e42de5d1.js → OrLabel.vue_vue_type_script_lang-cc2108c8.js} +4 -4
  110. package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-bae45062.js → OrMenu.vue_vue_type_script_lang-2446a69a.js} +2 -2
  111. package/dist/bundled/v3/{OrMenuItem-94ffa853.js → OrMenuItem-4feaba6c.js} +1 -1
  112. package/dist/bundled/v3/{OrMenuItem.vue_vue_type_script_lang-ccb7e082.js → OrMenuItem.vue_vue_type_script_lang-0ffaef05.js} +4 -4
  113. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-142d9a56.js → OrModal.vue_vue_type_script_lang-992c1ef7.js} +14 -8
  114. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-54e6a3aa.js → OrNotification.vue_vue_type_script_lang-7d64d69a.js} +14 -9
  115. package/dist/bundled/v3/{OrPopover-93ef8c26.js → OrPopover-c462ce77.js} +1 -1
  116. package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-e200f5be.js → OrPopover.vue_vue_type_script_lang-54c7b11c.js} +14 -12
  117. package/dist/bundled/v3/{OrRadio.vue_vue_type_script_lang-e64b14a1.js → OrRadio.vue_vue_type_script_lang-ad250a23.js} +11 -7
  118. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-b254e34c.js → OrSearch.vue_vue_type_script_lang-18dbc230.js} +3 -3
  119. package/dist/bundled/v3/{OrSegmentedControl.vue_vue_type_script_lang-6068f70c.js → OrSegmentedControl.vue_vue_type_script_lang-579406f5.js} +1 -1
  120. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-e6be732c.js → OrSelect.vue_vue_type_script_lang-10359279.js} +35 -31
  121. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-26c0a70a.js → OrSelect.vue_vue_type_script_lang-3a6efd93.js} +1 -1
  122. package/dist/bundled/v3/{OrSortHeader.vue_vue_type_script_lang-98ec33aa.js → OrSortHeader.vue_vue_type_script_lang-75115125.js} +3 -3
  123. package/dist/bundled/v3/{OrSwitch.vue_vue_type_script_lang-b40bf75f.js → OrSwitch.vue_vue_type_script_lang-5f752bda.js} +20 -12
  124. package/dist/bundled/v3/{OrTab.vue_vue_type_script_lang-671949b7.js → OrTab.vue_vue_type_script_lang-134ad9d1.js} +2 -2
  125. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-ca57f9d9.js → OrTabs.vue_vue_type_script_lang-919b2021.js} +7 -7
  126. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-18db0bd9.js → OrTag.vue_vue_type_script_lang-bdb1d85c.js} +8 -6
  127. package/dist/bundled/v3/{OrTextarea.vue_vue_type_script_lang-d5a64917.js → OrTextarea.vue_vue_type_script_lang-498a899e.js} +9 -9
  128. package/dist/bundled/v3/{OrToastContainer-9f3ab98b.js → OrToastContainer-ad6e4a72.js} +1 -1
  129. package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-d0cd29d1.js → OrTooltip.vue_vue_type_script_lang-67cc86ed.js} +16 -14
  130. package/dist/bundled/v3/components/index.js +47 -47
  131. package/dist/bundled/v3/components/or-bottom-sheet-v3/index.js +1 -1
  132. package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
  133. package/dist/bundled/v3/components/or-card-collection-v3/index.js +20 -20
  134. package/dist/bundled/v3/components/or-card-v3/index.js +1 -1
  135. package/dist/bundled/v3/components/or-checkbox/index.js +1 -1
  136. package/dist/bundled/v3/components/or-checkbox-v3/index.js +3 -3
  137. package/dist/bundled/v3/components/or-confirm-v3/index.js +19 -19
  138. package/dist/bundled/v3/components/or-error-tag-v3/index.js +3 -3
  139. package/dist/bundled/v3/components/or-error-v3/index.js +1 -1
  140. package/dist/bundled/v3/components/or-expansion-panel-v3/index.js +3 -3
  141. package/dist/bundled/v3/components/or-fab-v3/index.js +3 -3
  142. package/dist/bundled/v3/components/or-hint-v3/index.js +1 -1
  143. package/dist/bundled/v3/components/or-icon-button-v3/OrIconButton.vue.d.ts +20 -9
  144. package/dist/bundled/v3/components/or-icon-button-v3/index.js +8 -8
  145. package/dist/bundled/v3/components/or-icon-button-v3/props.d.ts +1 -0
  146. package/dist/bundled/v3/components/or-icon-v3/index.js +1 -1
  147. package/dist/bundled/v3/components/or-inline-input-box-v3/index.js +1 -1
  148. package/dist/bundled/v3/components/or-inline-input-v3/index.js +14 -14
  149. package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +14 -14
  150. package/dist/bundled/v3/components/or-input-box-v3/index.js +1 -1
  151. package/dist/bundled/v3/components/or-input-v3/index.js +16 -16
  152. package/dist/bundled/v3/components/or-label-v3/index.js +1 -1
  153. package/dist/bundled/v3/components/or-menu-item-v3/index.js +3 -3
  154. package/dist/bundled/v3/components/or-menu-v3/index.js +4 -4
  155. package/dist/bundled/v3/components/or-modal-v3/index.js +9 -9
  156. package/dist/bundled/v3/components/or-notification-v3/index.js +9 -9
  157. package/dist/bundled/v3/components/or-notification-v3/styles.d.ts +1 -0
  158. package/dist/bundled/v3/components/or-popover-v3/index.js +2 -2
  159. package/dist/bundled/v3/components/or-radio-v3/index.js +3 -3
  160. package/dist/bundled/v3/components/or-search-v3/index.js +18 -18
  161. package/dist/bundled/v3/components/or-segmented-control-v3/index.js +1 -1
  162. package/dist/bundled/v3/components/or-select/index.js +2 -2
  163. package/dist/bundled/v3/components/or-select-v3/index.js +23 -23
  164. package/dist/bundled/v3/components/or-sort-header-v3/index.js +3 -3
  165. package/dist/bundled/v3/components/or-switch-v3/index.js +3 -3
  166. package/dist/bundled/v3/components/or-tab-v3/index.js +1 -1
  167. package/dist/bundled/v3/components/or-tabs-v3/index.js +10 -10
  168. package/dist/bundled/v3/components/or-tag-v3/index.js +9 -9
  169. package/dist/bundled/v3/components/or-textarea-v3/index.js +8 -8
  170. package/dist/bundled/v3/components/or-toast-v3/index.js +10 -10
  171. package/dist/bundled/v3/components/or-toast-v3/styles.d.ts +1 -0
  172. package/dist/bundled/v3/components/or-tooltip-v3/index.js +4 -4
  173. package/dist/bundled/v3/index.js +124 -121
  174. package/dist/bundled/v3/{types-0d8f9581.js → types-aa7b102b.js} +62 -30
  175. package/dist/esm/v2/{OrBottomSheet-5acd034f.js → OrBottomSheet-16c2e610.js} +14 -8
  176. package/dist/esm/v2/{OrButton-b458e82b.js → OrButton-75b46b71.js} +6 -6
  177. package/dist/esm/v2/{OrCard-1d904e72.js → OrCard-de799db0.js} +6 -4
  178. package/dist/esm/v2/{OrCardCollection-d2d64ffe.js → OrCardCollection-c179a8a9.js} +7 -7
  179. package/dist/esm/v2/{OrCheckbox-c2a00426.js → OrCheckbox-8c45f648.js} +7 -5
  180. package/dist/esm/v2/{OrCheckbox-915f1f0a.js → OrCheckbox-d5e31846.js} +4 -4
  181. package/dist/esm/v2/{OrConfirm-64ecb10d.js → OrConfirm-5406aaf7.js} +12 -8
  182. package/dist/esm/v2/{OrError-be656098.js → OrError-4438527c.js} +4 -4
  183. package/dist/esm/v2/{OrErrorTag-c14e0298.js → OrErrorTag-7b3460b1.js} +11 -8
  184. package/dist/esm/v2/{OrExpansionPanel-33d5cf05.js → OrExpansionPanel-968ddc61.js} +9 -7
  185. package/dist/esm/v2/{OrFab-8d665c26.js → OrFab-171873d9.js} +6 -6
  186. package/dist/esm/v2/{OrHint-44356417.js → OrHint-a2eb9e50.js} +4 -4
  187. package/dist/esm/v2/{OrIcon-05689298.js → OrIcon-5e394c62.js} +6 -8
  188. package/dist/esm/v2/{OrIconButton-c4fa5a1d.js → OrIconButton-fba5523c.js} +14 -7
  189. package/dist/esm/v2/{OrInlineInput-a888df50.js → OrInlineInput-b843e76a.js} +13 -13
  190. package/dist/esm/v2/{OrInlineInputBox-6a15ea2b.js → OrInlineInputBox-fefd4fbd.js} +6 -4
  191. package/dist/esm/v2/{OrInlineTextarea-1925651c.js → OrInlineTextarea-b7542ec1.js} +13 -13
  192. package/dist/esm/v2/{OrInput-6e7e582e.js → OrInput-f754b380.js} +12 -12
  193. package/dist/esm/v2/{OrInputBox-208dceac.js → OrInputBox-4d5a318d.js} +6 -4
  194. package/dist/esm/v2/{OrLabel-5670468e.js → OrLabel-61795cd4.js} +4 -4
  195. package/dist/esm/v2/{OrMenu-e7210edc.js → OrMenu-df27d0ef.js} +1 -1
  196. package/dist/esm/v2/{OrMenuItem-038641b7.js → OrMenuItem-c7f28480.js} +3 -3
  197. package/dist/esm/v2/{OrModal-3b081ef1.js → OrModal-c2c1f37f.js} +14 -10
  198. package/dist/esm/v2/{OrNotification-1d316255.js → OrNotification-00fe9024.js} +12 -7
  199. package/dist/esm/v2/{OrPopover-ef8c91f1.js → OrPopover-9bafbdb4.js} +14 -12
  200. package/dist/esm/v2/{OrRadio-19d01c00.js → OrRadio-ffcb4e50.js} +10 -6
  201. package/dist/esm/v2/{OrSearch-42454def.js → OrSearch-3ae3f78e.js} +2 -2
  202. package/dist/esm/v2/{OrSegmentedControl-0b4637ba.js → OrSegmentedControl-e8dce8f9.js} +1 -1
  203. package/dist/esm/v2/{OrSelect-dae2b069.js → OrSelect-17cdab3d.js} +1 -1
  204. package/dist/esm/v2/{OrSelect-439f27b9.js → OrSelect-d034bce8.js} +23 -19
  205. package/dist/esm/v2/{OrSortHeader-b4dbff08.js → OrSortHeader-19bf94ca.js} +2 -2
  206. package/dist/esm/v2/{OrSwitch-2e0a53ed.js → OrSwitch-9af141a0.js} +19 -11
  207. package/dist/esm/v2/{OrTab-4e6ff742.js → OrTab-702e7335.js} +2 -2
  208. package/dist/esm/v2/{OrTabs-c64be432.js → OrTabs-71bd3fd2.js} +6 -6
  209. package/dist/esm/v2/{OrTag-cf72400e.js → OrTag-3f9a0a9b.js} +11 -8
  210. package/dist/esm/v2/{OrTextarea-f566682c.js → OrTextarea-d3c42e37.js} +6 -6
  211. package/dist/esm/v2/{OrTooltip-27ad798d.js → OrTooltip-513bee30.js} +15 -13
  212. package/dist/esm/v2/components/index.js +38 -38
  213. package/dist/esm/v2/components/or-bottom-sheet-v3/index.js +1 -1
  214. package/dist/esm/v2/components/or-button-v3/index.js +1 -1
  215. package/dist/esm/v2/components/or-card-collection-v3/index.js +13 -13
  216. package/dist/esm/v2/components/or-card-v3/index.js +1 -1
  217. package/dist/esm/v2/components/or-checkbox/index.js +1 -1
  218. package/dist/esm/v2/components/or-checkbox-v3/index.js +2 -2
  219. package/dist/esm/v2/components/or-confirm-v3/index.js +12 -12
  220. package/dist/esm/v2/components/or-error-tag-v3/index.js +2 -2
  221. package/dist/esm/v2/components/or-error-v3/index.js +1 -1
  222. package/dist/esm/v2/components/or-expansion-panel-v3/index.js +2 -2
  223. package/dist/esm/v2/components/or-fab-v3/index.js +2 -2
  224. package/dist/esm/v2/components/or-hint-v3/index.js +1 -1
  225. package/dist/esm/v2/components/or-icon-button-v3/OrIconButton.vue.d.ts +20 -9
  226. package/dist/esm/v2/components/or-icon-button-v3/index.js +6 -6
  227. package/dist/esm/v2/components/or-icon-button-v3/props.d.ts +1 -0
  228. package/dist/esm/v2/components/or-icon-v3/index.js +1 -1
  229. package/dist/esm/v2/components/or-inline-input-box-v3/index.js +1 -1
  230. package/dist/esm/v2/components/or-inline-input-v3/index.js +9 -9
  231. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +9 -9
  232. package/dist/esm/v2/components/or-input-box-v3/index.js +1 -1
  233. package/dist/esm/v2/components/or-input-v3/index.js +10 -10
  234. package/dist/esm/v2/components/or-label-v3/index.js +1 -1
  235. package/dist/esm/v2/components/or-menu-item-v3/index.js +2 -2
  236. package/dist/esm/v2/components/or-menu-v3/index.js +3 -3
  237. package/dist/esm/v2/components/or-modal-v3/index.js +6 -6
  238. package/dist/esm/v2/components/or-notification-v3/index.js +6 -6
  239. package/dist/esm/v2/components/or-notification-v3/styles.d.ts +1 -0
  240. package/dist/esm/v2/components/or-popover-v3/index.js +2 -2
  241. package/dist/esm/v2/components/or-radio-v3/index.js +2 -2
  242. package/dist/esm/v2/components/or-search-v3/index.js +11 -11
  243. package/dist/esm/v2/components/or-segmented-control-v3/index.js +1 -1
  244. package/dist/esm/v2/components/or-select/index.js +2 -2
  245. package/dist/esm/v2/components/or-select-v3/index.js +15 -15
  246. package/dist/esm/v2/components/or-sort-header-v3/index.js +2 -2
  247. package/dist/esm/v2/components/or-switch-v3/index.js +2 -2
  248. package/dist/esm/v2/components/or-tab-v3/index.js +1 -1
  249. package/dist/esm/v2/components/or-tabs-v3/index.js +7 -7
  250. package/dist/esm/v2/components/or-tag-v3/index.js +6 -6
  251. package/dist/esm/v2/components/or-textarea-v3/index.js +5 -5
  252. package/dist/esm/v2/components/or-toast-v3/index.js +6 -6
  253. package/dist/esm/v2/components/or-toast-v3/styles.d.ts +1 -0
  254. package/dist/esm/v2/components/or-tooltip-v3/index.js +3 -3
  255. package/dist/esm/v2/index.js +38 -38
  256. package/dist/esm/v2/{types-ed7aa2bb.js → types-9461d462.js} +67 -36
  257. package/dist/esm/v3/{OrBottomSheet-0eb33b18.js → OrBottomSheet-62817aec.js} +14 -8
  258. package/dist/esm/v3/{OrButton-4d0c2edd.js → OrButton-a6db36d5.js} +6 -6
  259. package/dist/esm/v3/{OrCard-b63658a8.js → OrCard-fd92f7c8.js} +6 -4
  260. package/dist/esm/v3/{OrCardCollection-34aa611e.js → OrCardCollection-d5f087ca.js} +7 -7
  261. package/dist/esm/v3/{OrCheckbox-ed4a19cf.js → OrCheckbox-a0b957e7.js} +1 -1
  262. package/dist/esm/v3/{OrCheckbox-a20fcc04.js → OrCheckbox-e7df1dc1.js} +7 -5
  263. package/dist/esm/v3/{OrConfirm-a77d9812.js → OrConfirm-f7269f0a.js} +12 -8
  264. package/dist/esm/v3/{OrError-19a62a18.js → OrError-626aa5b0.js} +4 -4
  265. package/dist/esm/v3/{OrErrorTag-bbfd3ca6.js → OrErrorTag-b742054e.js} +13 -9
  266. package/dist/esm/v3/{OrExpansionPanel-65afdfad.js → OrExpansionPanel-311e64cf.js} +9 -7
  267. package/dist/esm/v3/{OrFab-3a3a9a38.js → OrFab-554d3479.js} +6 -6
  268. package/dist/esm/v3/{OrHint-73835593.js → OrHint-34b1be02.js} +4 -4
  269. package/dist/esm/v3/{OrIcon-e2fa4cf8.js → OrIcon-b195169c.js} +6 -8
  270. package/dist/esm/v3/{OrIconButton-1d78453b.js → OrIconButton-ba3b3c72.js} +15 -8
  271. package/dist/esm/v3/{OrInlineInput-0beabb4a.js → OrInlineInput-7ebeed0b.js} +10 -10
  272. package/dist/esm/v3/{OrInlineInputBox-1b473796.js → OrInlineInputBox-8049f95a.js} +6 -4
  273. package/dist/esm/v3/{OrInlineTextarea-d33a09a2.js → OrInlineTextarea-742d1cfc.js} +10 -10
  274. package/dist/esm/v3/{OrInput-5672f47b.js → OrInput-d5152398.js} +9 -9
  275. package/dist/esm/v3/{OrInputBox-634230b1.js → OrInputBox-5247ab25.js} +6 -4
  276. package/dist/esm/v3/{OrLabel-7d4fe80b.js → OrLabel-7c8c99ad.js} +4 -4
  277. package/dist/esm/v3/{OrMenu-d9e12030.js → OrMenu-840038cd.js} +1 -1
  278. package/dist/esm/v3/{OrMenuItem-d001f0f6.js → OrMenuItem-9da279f6.js} +3 -3
  279. package/dist/esm/v3/{OrModal-e44b80fd.js → OrModal-1a2b07d1.js} +14 -10
  280. package/dist/esm/v3/{OrNotification-7d05b546.js → OrNotification-3532c427.js} +12 -7
  281. package/dist/esm/v3/{OrPopover-94a8f21d.js → OrPopover-1075dd38.js} +14 -12
  282. package/dist/esm/v3/{OrRadio-0c1883f2.js → OrRadio-9407dbc7.js} +10 -6
  283. package/dist/esm/v3/{OrSearch-2912b7df.js → OrSearch-139e6685.js} +2 -2
  284. package/dist/esm/v3/{OrSegmentedControl-cdf00d49.js → OrSegmentedControl-171cad78.js} +1 -1
  285. package/dist/esm/v3/{OrSelect-0821b907.js → OrSelect-73690828.js} +1 -1
  286. package/dist/esm/v3/{OrSelect-ff8f8461.js → OrSelect-81b5369f.js} +24 -19
  287. package/dist/esm/v3/{OrSortHeader-9d645226.js → OrSortHeader-fe1a9cf8.js} +2 -2
  288. package/dist/esm/v3/{OrSwitch-ec454b76.js → OrSwitch-60733e80.js} +19 -11
  289. package/dist/esm/v3/{OrTab-97044946.js → OrTab-c131cf60.js} +2 -2
  290. package/dist/esm/v3/{OrTabs-6a8fa516.js → OrTabs-d0ee6cef.js} +6 -6
  291. package/dist/esm/v3/{OrTag-ad3f7805.js → OrTag-f4762fc2.js} +14 -10
  292. package/dist/esm/v3/{OrTextarea-98895b2a.js → OrTextarea-db2fd523.js} +6 -6
  293. package/dist/esm/v3/{OrTooltip-6412166a.js → OrTooltip-50d27b4f.js} +15 -13
  294. package/dist/esm/v3/components/index.js +38 -38
  295. package/dist/esm/v3/components/or-bottom-sheet-v3/index.js +1 -1
  296. package/dist/esm/v3/components/or-button-v3/index.js +1 -1
  297. package/dist/esm/v3/components/or-card-collection-v3/index.js +13 -13
  298. package/dist/esm/v3/components/or-card-v3/index.js +1 -1
  299. package/dist/esm/v3/components/or-checkbox/index.js +1 -1
  300. package/dist/esm/v3/components/or-checkbox-v3/index.js +2 -2
  301. package/dist/esm/v3/components/or-confirm-v3/index.js +12 -12
  302. package/dist/esm/v3/components/or-error-tag-v3/index.js +2 -2
  303. package/dist/esm/v3/components/or-error-v3/index.js +1 -1
  304. package/dist/esm/v3/components/or-expansion-panel-v3/index.js +2 -2
  305. package/dist/esm/v3/components/or-fab-v3/index.js +2 -2
  306. package/dist/esm/v3/components/or-hint-v3/index.js +1 -1
  307. package/dist/esm/v3/components/or-icon-button-v3/OrIconButton.vue.d.ts +20 -9
  308. package/dist/esm/v3/components/or-icon-button-v3/index.js +6 -6
  309. package/dist/esm/v3/components/or-icon-button-v3/props.d.ts +1 -0
  310. package/dist/esm/v3/components/or-icon-v3/index.js +1 -1
  311. package/dist/esm/v3/components/or-inline-input-box-v3/index.js +1 -1
  312. package/dist/esm/v3/components/or-inline-input-v3/index.js +9 -9
  313. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +9 -9
  314. package/dist/esm/v3/components/or-input-box-v3/index.js +1 -1
  315. package/dist/esm/v3/components/or-input-v3/index.js +10 -10
  316. package/dist/esm/v3/components/or-label-v3/index.js +1 -1
  317. package/dist/esm/v3/components/or-menu-item-v3/index.js +2 -2
  318. package/dist/esm/v3/components/or-menu-v3/index.js +3 -3
  319. package/dist/esm/v3/components/or-modal-v3/index.js +6 -6
  320. package/dist/esm/v3/components/or-notification-v3/index.js +6 -6
  321. package/dist/esm/v3/components/or-notification-v3/styles.d.ts +1 -0
  322. package/dist/esm/v3/components/or-popover-v3/index.js +2 -2
  323. package/dist/esm/v3/components/or-radio-v3/index.js +2 -2
  324. package/dist/esm/v3/components/or-search-v3/index.js +11 -11
  325. package/dist/esm/v3/components/or-segmented-control-v3/index.js +1 -1
  326. package/dist/esm/v3/components/or-select/index.js +2 -2
  327. package/dist/esm/v3/components/or-select-v3/index.js +15 -15
  328. package/dist/esm/v3/components/or-sort-header-v3/index.js +2 -2
  329. package/dist/esm/v3/components/or-switch-v3/index.js +2 -2
  330. package/dist/esm/v3/components/or-tab-v3/index.js +1 -1
  331. package/dist/esm/v3/components/or-tabs-v3/index.js +7 -7
  332. package/dist/esm/v3/components/or-tag-v3/index.js +6 -6
  333. package/dist/esm/v3/components/or-textarea-v3/index.js +5 -5
  334. package/dist/esm/v3/components/or-toast-v3/index.js +6 -6
  335. package/dist/esm/v3/components/or-toast-v3/styles.d.ts +1 -0
  336. package/dist/esm/v3/components/or-tooltip-v3/index.js +3 -3
  337. package/dist/esm/v3/index.js +38 -38
  338. package/dist/esm/v3/{types-652ae29f.js → types-1f733e8a.js} +61 -29
  339. package/package.json +2 -2
  340. package/src/components/or-bottom-sheet-v3/styles.ts +11 -8
  341. package/src/components/or-button-v3/styles.ts +9 -8
  342. package/src/components/or-card-collection-v3/styles.ts +3 -7
  343. package/src/components/or-card-v3/styles.ts +5 -4
  344. package/src/components/or-checkbox/OrCheckbox.vue +1 -1
  345. package/src/components/or-checkbox-v3/styles.ts +5 -6
  346. package/src/components/or-confirm-v3/styles.ts +8 -6
  347. package/src/components/or-error-tag-v3/OrErrorTag.vue +6 -5
  348. package/src/components/or-error-tag-v3/styles.ts +7 -6
  349. package/src/components/or-error-v3/styles.ts +4 -6
  350. package/src/components/or-expansion-panel-v3/OrExpansionPanel.vue +1 -1
  351. package/src/components/or-expansion-panel-v3/styles.ts +9 -7
  352. package/src/components/or-fab-v3/styles.ts +7 -9
  353. package/src/components/or-hint-v3/styles.ts +4 -6
  354. package/src/components/or-icon-button-v3/OrIconButton.stories3.ts +6 -1
  355. package/src/components/or-icon-button-v3/OrIconButton.vue +8 -2
  356. package/src/components/or-icon-button-v3/props.ts +2 -0
  357. package/src/components/or-icon-button-v3/styles.ts +9 -5
  358. package/src/components/or-icon-v3/styles.ts +8 -13
  359. package/src/components/or-inline-input-box-v3/styles.ts +5 -4
  360. package/src/components/or-inline-input-v3/OrInlineInput.vue +1 -1
  361. package/src/components/or-inline-input-v3/styles.ts +5 -7
  362. package/src/components/or-inline-textarea-v3/OrInlineTextarea.vue +1 -1
  363. package/src/components/or-inline-textarea-v3/styles.ts +5 -7
  364. package/src/components/or-input-box-v3/styles.ts +5 -4
  365. package/src/components/or-input-v3/OrInput.vue +1 -1
  366. package/src/components/or-input-v3/styles.ts +2 -3
  367. package/src/components/or-label-v3/styles.ts +4 -6
  368. package/src/components/or-menu-item-v3/styles.ts +3 -3
  369. package/src/components/or-modal-v3/OrModal.vue +2 -1
  370. package/src/components/or-modal-v3/styles.ts +10 -5
  371. package/src/components/or-notification-v3/OrNotification.vue +2 -1
  372. package/src/components/or-notification-v3/styles.ts +10 -4
  373. package/src/components/or-popover-v3/styles.ts +11 -10
  374. package/src/components/or-radio-v3/styles.ts +7 -6
  375. package/src/components/or-segmented-control-v3/components/or-segmented-control-item/styles.ts +1 -3
  376. package/src/components/or-select-v3/OrSelect.vue +6 -4
  377. package/src/components/or-select-v3/styles.ts +7 -8
  378. package/src/components/or-sort-header-v3/styles.ts +1 -3
  379. package/src/components/or-switch-v3/styles.ts +14 -11
  380. package/src/components/or-tab-v3/styles.ts +2 -4
  381. package/src/components/or-tabs-v3/styles.ts +1 -1
  382. package/src/components/or-tag-v3/OrTag.vue +8 -7
  383. package/src/components/or-tag-v3/styles.ts +7 -6
  384. package/src/components/or-textarea-v3/styles.ts +2 -3
  385. package/src/components/or-toast-v3/OrToast.vue +26 -25
  386. package/src/components/or-toast-v3/styles.ts +40 -13
  387. package/src/components/or-tooltip-v3/styles.ts +14 -12
@@ -7,21 +7,27 @@ import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
7
7
 
8
8
  const BottomSheetRoot = [
9
9
  // Position
10
- 'fixed', 'bottom-none', 'left-none', 'right-none',
10
+ 'fixed', 'left-none', 'right-none', 'bottom-none',
11
11
  // Layout
12
- 'flex', 'flex-col',
12
+ 'layout-column',
13
13
  // Box
14
- 'max-h-[50%]', 'rounded-t-lg',
14
+ 'max-h-[50%]',
15
+ // Shape
16
+ 'rounded-t-lg',
15
17
  // Theme
16
- 'theme-background-default', 'dark:theme-background-default-dark', 'theme-foreground-default', 'dark:theme-foreground-default-dark', 'shadow-contextual', 'dark:shadow-contextual-dark',
18
+ 'theme-background-default', 'dark:theme-background-default-dark', 'theme-foreground-default', 'dark:theme-foreground-default-dark',
19
+ // Elevation
20
+ 'shadow-contextual', 'dark:shadow-contextual-dark',
17
21
  // Animation
18
22
  'transition-[min-height]', 'transition-[max-height]'];
19
23
  const BottomSheetHandle = [
20
24
  // Layout
21
- 'flex', 'items-center', 'justify-center',
25
+ 'layout-row justify-center',
22
26
  // Box
23
- 'after:w-2xl', 'after:h-xs', 'after:rounded-full',
24
- // Sizing
27
+ 'after:w-2xl', 'after:h-xs',
28
+ // Shape
29
+ 'after:rounded-full',
30
+ // Spacing
25
31
  'px-sm', 'py-sm',
26
32
  // Interactivity
27
33
  'cursor-grab',
@@ -30,7 +36,7 @@ const BottomSheetHandle = [
30
36
  const BottomSheetHeader = [
31
37
  // Layout
32
38
  'empty:hidden',
33
- // Sizing
39
+ // Spacing
34
40
  'px-lg', 'py-md',
35
41
  // Typography
36
42
  'typography-headline-3'];
@@ -26,8 +26,8 @@ var ButtonType;
26
26
 
27
27
  const ButtonRoot = [
28
28
  // Layout
29
- 'inline-flex', 'items-center', 'justify-center',
30
- // Box
29
+ 'layout-inline-row justify-center',
30
+ // Shape
31
31
  'rounded-md',
32
32
  // Interactivity
33
33
  'interactivity-auto',
@@ -35,18 +35,18 @@ const ButtonRoot = [
35
35
  'typography-button'];
36
36
  const ButtonRootVariants = {
37
37
  'contained': [
38
- // Sizing
38
+ // Spacing
39
39
  'px-md md:px-md', 'py-sm+ md:py-sm', 'gap-sm+ md:gap-sm',
40
40
  // Theme
41
41
  'enabled:shadow-button', 'dark:enabled:shadow-button-dark'],
42
42
  'outlined': [
43
- // Sizing
43
+ // Spacing
44
44
  'px-[15px] md:px-[15px]', 'py-[11px] md:py-[7px]', 'gap-sm+ md:gap-sm'],
45
45
  'text': [
46
- // Sizing
46
+ // Spacing
47
47
  'px-md md:px-md', 'py-sm+ md:py-sm', 'gap-sm+ md:gap-sm'],
48
48
  'link': [
49
- // Sizing
49
+ // Spacing
50
50
  'gap-sm md:gap-xs']
51
51
  };
52
52
  const ButtonRootColors = {
@@ -5,15 +5,17 @@ import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
5
 
6
6
  const CardRoot = [
7
7
  // Layout
8
- 'flex', 'flex-col',
9
- // Box
8
+ 'layout-column',
9
+ // Shape
10
10
  'rounded-md',
11
- // Sizing
11
+ // Spacing
12
12
  'px-md', 'py-md', 'gap-[10px]',
13
13
  // Typography
14
14
  'typography-body-2-regular',
15
15
  // Theme
16
- 'theme-background-default', 'dark:theme-background-default-dark', 'theme-foreground-default', 'dark:theme-foreground-default-dark', 'shadow-card', 'dark:shadow-card-dark'];
16
+ 'theme-background-default', 'dark:theme-background-default-dark', 'theme-foreground-default', 'dark:theme-foreground-default-dark',
17
+ // Elevation
18
+ 'shadow-card', 'dark:shadow-card-dark'];
17
19
 
18
20
  var script = defineComponent({
19
21
  name: 'OrCard',
@@ -1,8 +1,8 @@
1
1
  import './index-fa6eb4ca.js';
2
- import { O as OrCard } from './OrCard-04a23728.js';
3
- import { O as OrIconButton } from './OrIconButton-165934f8.js';
4
- import { O as OrInput } from './OrInput-cdd93d29.js';
5
- import { O as OrSortHeader } from './OrSortHeader-76b509a6.js';
2
+ import { O as OrCard } from './OrCard-58a1ba3e.js';
3
+ import { O as OrIconButton } from './OrIconButton-400af09a.js';
4
+ import { O as OrInput } from './OrInput-beb6193b.js';
5
+ import { O as OrSortHeader } from './OrSortHeader-396e6a7c.js';
6
6
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.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';
@@ -15,19 +15,19 @@ var CardCollectionView;
15
15
 
16
16
  const CardCollectionRoot = [
17
17
  // Layout
18
- 'flex flex-col',
18
+ 'layout-column',
19
19
  // Spacing
20
20
  'gap-md'];
21
21
  const CardCollectionToolbar = [
22
22
  // Layout
23
- 'flex', 'justify-between', 'items-center',
23
+ 'layout-row justify-between',
24
24
  // Typography
25
25
  'typography-body-2-regular',
26
26
  // Theme
27
27
  'theme-foreground-default', 'dark:theme-foreground-default-dark'];
28
28
  const CardCollectionToolbarPanel = [
29
29
  // Layout
30
- 'flex', 'justify-normal', 'items-center',
30
+ 'layout-row',
31
31
  // Spacing
32
32
  'gap-sm'];
33
33
  const CardCollectionContent = [
@@ -1,5 +1,5 @@
1
1
  import './index-fa6eb4ca.js';
2
- import { O as OrLabel, L as LabelVariant } from './OrLabel-0424be48.js';
2
+ import { O as OrLabel, L as LabelVariant } from './OrLabel-3cbdf198.js';
3
3
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
4
4
  import { defineComponent, getCurrentInstance, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -7,14 +7,16 @@ import { c as createInjector } from './browser-82dea9ed.js';
7
7
 
8
8
  const CheckboxRoot = [
9
9
  // Layout
10
- 'flex', 'items-center',
11
- // Sizing
10
+ 'layout-row',
11
+ // Spacing
12
12
  'gap-sm+ md:gap-sm'];
13
13
  const CheckboxControl = [
14
14
  // Layout
15
- 'flex', 'items-center', 'justify-center',
15
+ 'layout-row justify-center',
16
16
  // Box
17
- 'w-md+ md:w-md', 'h-md+ md:h-md', 'rounded-sm',
17
+ 'w-md+ md:w-md', 'h-md+ md:h-md',
18
+ // Shape
19
+ 'rounded-sm',
18
20
  // Interactivity
19
21
  'interactivity-auto',
20
22
  // Iconography
@@ -60,7 +60,7 @@ var script = defineComponent({
60
60
  isChecked() {
61
61
  var _a;
62
62
  if (this.isArrayModelValue) {
63
- return _.includes(this.modelValue, this.value);
63
+ return _.some(this.modelValue, this.value) || _.includes(this.modelValue, this.value);
64
64
  }
65
65
  if (this.withState) return (_a = this.modelValue) === null || _a === void 0 ? void 0 : _a.icon;
66
66
  return !!this.modelValue;
@@ -161,14 +161,14 @@ var __vue_staticRenderFns__ = [];
161
161
  /* style */
162
162
  const __vue_inject_styles__ = function (inject) {
163
163
  if (!inject) return;
164
- inject("data-v-71ea92fe_0", {
165
- source: "@keyframes spinAround-data-v-71ea92fe{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-71ea92fe{from{opacity:1}to{opacity:0}}.or-checkbox[data-v-71ea92fe]{display:inline-flex;align-items:center;font-size:var(--fs-1);line-height:1rem;color:inherit;cursor:pointer}.or-checkbox--checkbox[data-v-71ea92fe]{display:inline-flex;align-items:center;justify-content:center;width:1rem;min-width:1rem;height:1rem;min-height:1rem;margin-right:var(--s-3);background-color:var(--c-white);border:1px solid var(--c-neutral-2);border-radius:2px;transition-timing-function:var(--t-func);transition-duration:var(--t-duration);transition-property:background-color,border-color}.or-checkbox[data-v-71ea92fe] .or-icon{font-size:1rem;color:var(--c-white);transition-timing-function:var(--t-func);transition-duration:var(--t-duration);transition-property:color}@media (hover:hover) and (pointer:fine){.or-checkbox:not(.or-checkbox.is-loading):not(.or-checkbox.is-disabled):not(.or-checkbox.is-readonly):not(.or-checkbox:disabled):not(.or-checkbox.is-focused):not(.or-checkbox:active):hover .or-checkbox--checkbox[data-v-71ea92fe]{border-color:var(--c-neutral-2-darken-3)}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.or-checkbox:not(.or-checkbox.is-loading):not(.or-checkbox.is-disabled):not(.or-checkbox.is-readonly):not(.or-checkbox:disabled):not(.or-checkbox.is-focused):not(.or-checkbox:active):hover .or-checkbox--checkbox[data-v-71ea92fe]{border-color:var(--c-neutral-2-darken-3)}}.or-checkbox:not(:disabled):not(.is-loading):not(.is-disabled):not(.is-readonly):active .or-checkbox--checkbox[data-v-71ea92fe]{border-color:var(--c-neutral-2-darken-5)}.or-checkbox.is-disabled[data-v-71ea92fe],.or-checkbox[data-v-71ea92fe]:disabled{cursor:not-allowed}.or-checkbox.is-checked .or-checkbox--checkbox[data-v-71ea92fe]{background-color:var(--c-primary);border-color:var(--c-primary)}@media (hover:hover) and (pointer:fine){.or-checkbox.is-checked:not(.or-checkbox.is-checked.is-loading):not(.or-checkbox.is-checked.is-disabled):not(.or-checkbox.is-checked.is-readonly):not(.or-checkbox.is-checked:disabled):not(.or-checkbox.is-checked.is-focused):not(.or-checkbox.is-checked:active):hover .or-checkbox--checkbox[data-v-71ea92fe]{background-color:var(--c-primary-darken-3);border-color:var(--c-primary-darken-3)}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.or-checkbox.is-checked:not(.or-checkbox.is-checked.is-loading):not(.or-checkbox.is-checked.is-disabled):not(.or-checkbox.is-checked.is-readonly):not(.or-checkbox.is-checked:disabled):not(.or-checkbox.is-checked.is-focused):not(.or-checkbox.is-checked:active):hover .or-checkbox--checkbox[data-v-71ea92fe]{background-color:var(--c-primary-darken-3);border-color:var(--c-primary-darken-3)}}.or-checkbox.is-checked:not(:disabled):not(.is-loading):not(.is-disabled):not(.is-readonly):active .or-checkbox--checkbox[data-v-71ea92fe]{background-color:var(--c-primary-darken-5);border-color:var(--c-primary-darken-5)}.or-checkbox.is-checked.is-disabled[data-v-71ea92fe],.or-checkbox.is-checked[data-v-71ea92fe]:disabled{cursor:not-allowed}.or-checkbox.is-checked.is-disabled .or-checkbox--checkbox[data-v-71ea92fe],.or-checkbox.is-checked:disabled .or-checkbox--checkbox[data-v-71ea92fe]{background-color:var(--c-primary-lighten-20);border-color:var(--c-primary-lighten-20)}",
164
+ inject("data-v-5fd5a818_0", {
165
+ source: "@keyframes spinAround-data-v-5fd5a818{from{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes fade-data-v-5fd5a818{from{opacity:1}to{opacity:0}}.or-checkbox[data-v-5fd5a818]{display:inline-flex;align-items:center;font-size:var(--fs-1);line-height:1rem;color:inherit;cursor:pointer}.or-checkbox--checkbox[data-v-5fd5a818]{display:inline-flex;align-items:center;justify-content:center;width:1rem;min-width:1rem;height:1rem;min-height:1rem;margin-right:var(--s-3);background-color:var(--c-white);border:1px solid var(--c-neutral-2);border-radius:2px;transition-timing-function:var(--t-func);transition-duration:var(--t-duration);transition-property:background-color,border-color}.or-checkbox[data-v-5fd5a818] .or-icon{font-size:1rem;color:var(--c-white);transition-timing-function:var(--t-func);transition-duration:var(--t-duration);transition-property:color}@media (hover:hover) and (pointer:fine){.or-checkbox:not(.or-checkbox.is-loading):not(.or-checkbox.is-disabled):not(.or-checkbox.is-readonly):not(.or-checkbox:disabled):not(.or-checkbox.is-focused):not(.or-checkbox:active):hover .or-checkbox--checkbox[data-v-5fd5a818]{border-color:var(--c-neutral-2-darken-3)}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.or-checkbox:not(.or-checkbox.is-loading):not(.or-checkbox.is-disabled):not(.or-checkbox.is-readonly):not(.or-checkbox:disabled):not(.or-checkbox.is-focused):not(.or-checkbox:active):hover .or-checkbox--checkbox[data-v-5fd5a818]{border-color:var(--c-neutral-2-darken-3)}}.or-checkbox:not(:disabled):not(.is-loading):not(.is-disabled):not(.is-readonly):active .or-checkbox--checkbox[data-v-5fd5a818]{border-color:var(--c-neutral-2-darken-5)}.or-checkbox.is-disabled[data-v-5fd5a818],.or-checkbox[data-v-5fd5a818]:disabled{cursor:not-allowed}.or-checkbox.is-checked .or-checkbox--checkbox[data-v-5fd5a818]{background-color:var(--c-primary);border-color:var(--c-primary)}@media (hover:hover) and (pointer:fine){.or-checkbox.is-checked:not(.or-checkbox.is-checked.is-loading):not(.or-checkbox.is-checked.is-disabled):not(.or-checkbox.is-checked.is-readonly):not(.or-checkbox.is-checked:disabled):not(.or-checkbox.is-checked.is-focused):not(.or-checkbox.is-checked:active):hover .or-checkbox--checkbox[data-v-5fd5a818]{background-color:var(--c-primary-darken-3);border-color:var(--c-primary-darken-3)}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.or-checkbox.is-checked:not(.or-checkbox.is-checked.is-loading):not(.or-checkbox.is-checked.is-disabled):not(.or-checkbox.is-checked.is-readonly):not(.or-checkbox.is-checked:disabled):not(.or-checkbox.is-checked.is-focused):not(.or-checkbox.is-checked:active):hover .or-checkbox--checkbox[data-v-5fd5a818]{background-color:var(--c-primary-darken-3);border-color:var(--c-primary-darken-3)}}.or-checkbox.is-checked:not(:disabled):not(.is-loading):not(.is-disabled):not(.is-readonly):active .or-checkbox--checkbox[data-v-5fd5a818]{background-color:var(--c-primary-darken-5);border-color:var(--c-primary-darken-5)}.or-checkbox.is-checked.is-disabled[data-v-5fd5a818],.or-checkbox.is-checked[data-v-5fd5a818]:disabled{cursor:not-allowed}.or-checkbox.is-checked.is-disabled .or-checkbox--checkbox[data-v-5fd5a818],.or-checkbox.is-checked:disabled .or-checkbox--checkbox[data-v-5fd5a818]{background-color:var(--c-primary-lighten-20);border-color:var(--c-primary-lighten-20)}",
166
166
  map: undefined,
167
167
  media: undefined
168
168
  });
169
169
  };
170
170
  /* scoped */
171
- const __vue_scope_id__ = "data-v-71ea92fe";
171
+ const __vue_scope_id__ = "data-v-5fd5a818";
172
172
  /* module identifier */
173
173
  const __vue_module_identifier__ = undefined;
174
174
  /* functional template */
@@ -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-a4952445.js';
6
- import { O as OrInput } from './OrInput-cdd93d29.js';
5
+ import { O as OrButton, a as ButtonColor } from './OrButton-52399414.js';
6
+ import { O as OrInput } from './OrInput-beb6193b.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
 
@@ -15,15 +15,19 @@ var ConfirmType;
15
15
 
16
16
  const ConfirmRoot = [
17
17
  // Layout
18
- 'flex', 'flex-col',
18
+ 'layout-column',
19
19
  // Box
20
- 'w-[320px]', 'h-auto', 'rounded-md',
21
- // Sizing
20
+ 'w-[320px]',
21
+ // Shape
22
+ 'rounded-md',
23
+ // Spacing
22
24
  'px-lg', 'py-lg', 'gap-md',
23
25
  // Typography
24
26
  'typography-body-2-regular',
25
27
  // Theme
26
- 'theme-background-default', 'dark:theme-background-default-dark', 'theme-foreground-default', 'dark:theme-foreground-default-dark', 'shadow-modal', 'dark:shadow-modal-dark'];
28
+ 'theme-background-default', 'dark:theme-background-default-dark', 'theme-foreground-default', 'dark:theme-foreground-default-dark',
29
+ // Elevation
30
+ 'shadow-modal', 'dark:shadow-modal-dark'];
27
31
  const ConfirmHeader = [
28
32
  // Layout
29
33
  'flex', 'items-center', 'justify-between',
@@ -32,12 +36,12 @@ const ConfirmHeader = [
32
36
  const ConfirmInput = [
33
37
  // Box
34
38
  'w-full',
35
- // Sizing
39
+ // Spacing
36
40
  'mt-md'];
37
41
  const ConfirmFooter = [
38
42
  // Layout
39
43
  'flex', 'items-center', 'justify-between',
40
- // Sizing
44
+ // Spacing
41
45
  'gap-md'];
42
46
  const ConfirmFooterTypes = {
43
47
  [ConfirmType.C]: [
@@ -5,8 +5,8 @@ import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
5
 
6
6
  const ErrorRoot = [
7
7
  // Layout
8
- 'flex', 'items-start', 'justify-between',
9
- // Sizing
8
+ 'layout-row !items-start justify-between',
9
+ // Spacing
10
10
  'gap-sm',
11
11
  // Typography
12
12
  'typography-caption-regular',
@@ -19,9 +19,9 @@ const ErrorText = [
19
19
  'interactivity-none'];
20
20
  const ErrorAddon = [
21
21
  // Layout
22
- 'flex empty:hidden',
22
+ 'empty:hidden',
23
23
  // Box
24
- 'min-w-max'];
24
+ 'min-w-fit'];
25
25
 
26
26
  var script = defineComponent({
27
27
  name: 'OrError',
@@ -1,16 +1,18 @@
1
1
  import './index-fa6eb4ca.js';
2
- import { O as OrIcon } from './OrIcon-ce8fd08b.js';
2
+ import { O as OrIcon } from './OrIcon-8625385f.js';
3
3
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
4
4
  import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
6
6
 
7
7
  const ErrorTagRoot = [
8
8
  // Layout
9
- 'flex', 'items-center', 'justify-center',
9
+ 'layout-inline-row',
10
10
  // Box
11
- 'max-w-max', 'rounded-full',
12
- // Sizing
13
- 'px-sm+ md:px-sm', 'py-sm md:py-xs', 'gap-sm md:gap-xs',
11
+ 'w-min',
12
+ // Shape
13
+ 'rounded-full',
14
+ // Spacing
15
+ 'px-sm+ md:px-sm', 'py-sm md:py-xs', 'gap-sm+ md:gap-sm',
14
16
  // Interactivity
15
17
  'interactivity-none',
16
18
  // Typography
@@ -49,13 +51,14 @@ var __vue_render__ = function () {
49
51
  return _c('div', _vm._b({
50
52
  ref: "root",
51
53
  class: _vm.rootStyles
52
- }, 'div', _vm.$attrs, false), [_c('OrIcon', {
53
- class: ['-m-xs', 'mr-none'],
54
+ }, 'div', _vm.$attrs, false), [_c('div', {
55
+ class: ['flex', 'items-center', 'm-[-4px] md:m-[-2px]']
56
+ }, [_c('OrIcon', {
54
57
  attrs: {
55
58
  "icon": 'error',
56
59
  "variant": 'filled-bold'
57
60
  }
58
- }), _vm._v(" "), _vm._t("default")], 2);
61
+ })], 1), _vm._v(" "), _vm._t("default")], 2);
59
62
  };
60
63
  var __vue_staticRenderFns__ = [];
61
64
 
@@ -1,5 +1,5 @@
1
1
  import './index-fa6eb4ca.js';
2
- import { O as OrIcon } from './OrIcon-ce8fd08b.js';
2
+ import { O as OrIcon } from './OrIcon-8625385f.js';
3
3
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
4
4
  import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
5
5
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -17,21 +17,21 @@ var ExpansionPanelColor;
17
17
 
18
18
  const ExpansionPanelRoot = [
19
19
  // Layout
20
- 'flex', 'flex-col'];
20
+ 'layout-column'];
21
21
  const ExpansionPanelRootVariants = {
22
22
  'default': [],
23
23
  'card': [
24
- // Box
24
+ // Shape
25
25
  'rounded-md',
26
- // Sizing
26
+ // Spacing
27
27
  'px-md', 'py-md', 'gap-md',
28
28
  // Theme
29
29
  'theme-background-surface-1', 'dark:theme-background-surface-1-dark']
30
30
  };
31
31
  const ExpansionPanelHeader = [
32
32
  // Layout
33
- 'flex', 'items-center',
34
- // Sizing
33
+ 'layout-row',
34
+ // Spacing
35
35
  'gap-sm',
36
36
  // Interactivity
37
37
  'interactivity-auto',
@@ -56,6 +56,8 @@ const ExpansionPanelHeaderColors = {
56
56
  'focus:theme-foreground-error-hover', 'dark:focus:theme-foreground-error-hover-dark']
57
57
  };
58
58
  const ExpansionPanelAddon = [
59
+ // Layout
60
+ 'contents',
59
61
  // Typography
60
62
  'typography-body-2-regular',
61
63
  // Theme
@@ -121,7 +123,7 @@ var __vue_render__ = function () {
121
123
  "disabled": _vm.disabled ? '' : null
122
124
  }
123
125
  }, 'div', _vm.$attrs, false), [_c('div', {
124
- class: ['flex', 'items-center', 'justify-between']
126
+ class: ['layout-row', 'justify-between']
125
127
  }, [_c('div', {
126
128
  class: _vm.headerStyles,
127
129
  attrs: {
@@ -1,5 +1,5 @@
1
1
  import './index-fa6eb4ca.js';
2
- import { O as OrIcon } from './OrIcon-ce8fd08b.js';
2
+ import { O as OrIcon } from './OrIcon-8625385f.js';
3
3
  import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
4
4
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
5
 
@@ -11,13 +11,13 @@ var FabColor;
11
11
 
12
12
  const FabRoot = [
13
13
  // Layout
14
- 'flex', 'justify-center', 'items-center',
15
- // Box
14
+ 'layout-inline-row justify-center',
15
+ // Shape
16
16
  'rounded-full',
17
- // Sizing
18
- 'px-md', 'py-md',
17
+ // Spacing
18
+ 'px-md+', 'py-md+',
19
19
  // Theme
20
- 'shadow-button', 'dark:shadow-button-dark'];
20
+ 'enabled:shadow-button', 'dark:enabled:shadow-button-dark'];
21
21
  const FabRootColors = {
22
22
  'primary': [
23
23
  // Theme
@@ -5,8 +5,8 @@ import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
5
5
 
6
6
  const HintRoot = [
7
7
  // Layout
8
- 'flex', 'items-start', 'justify-between',
9
- // Sizing
8
+ 'layout-row !items-start justify-between',
9
+ // Spacing
10
10
  'gap-sm',
11
11
  // Typography
12
12
  'typography-caption-regular',
@@ -19,9 +19,9 @@ const HintText = [
19
19
  'interactivity-none'];
20
20
  const HintAddon = [
21
21
  // Layout
22
- 'flex empty:hidden',
22
+ 'empty:hidden',
23
23
  // Box
24
- 'min-w-max'];
24
+ 'min-w-fit'];
25
25
 
26
26
  var script = defineComponent({
27
27
  name: 'OrHint',
@@ -21,9 +21,7 @@ var IconSize;
21
21
 
22
22
  const IconRoot = [
23
23
  // Layout
24
- 'inline-flex', 'items-center', 'justify-center',
25
- // Typography
26
- 'align-bottom'];
24
+ 'layout-inline-row justify-center'];
27
25
  const IconRootVariants = {
28
26
  'outlined': [
29
27
  // Iconography
@@ -44,17 +42,17 @@ const IconRootVariants = {
44
42
  const IconRootSizes = {
45
43
  'xl': [
46
44
  // Box
47
- 'w-[36px] md:w-[32px]', 'h-[36px] md:h-[32px]',
45
+ 'w-[28px] md:w-[24px]', 'h-[28px] md:h-[24px]',
48
46
  // Typography
49
- 'text-[32px] md:text-[28px]'],
47
+ 'text-[28px] md:text-[24px]'],
50
48
  'l': [
51
49
  // Box
52
- 'w-[28px] md:w-[24px]', 'h-[28px] md:h-[24px]',
50
+ 'w-[24px] md:w-[20px]', 'h-[24px] md:h-[20px]',
53
51
  // Typography
54
52
  'text-[24px] md:text-[20px]'],
55
53
  'm': [
56
54
  // Box
57
- 'w-[24px] md:w-[20px]', 'h-[24px] md:h-[20px]',
55
+ 'w-[20px] md:w-[16px]', 'h-[20px] md:h-[16px]',
58
56
  // Typography
59
57
  'text-[20px] md:text-[16px]'],
60
58
  'inherit': [
@@ -130,4 +128,4 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
130
128
  }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
131
129
  var OrIcon = __vue_component__;
132
130
 
133
- export { IconVariant as I, OrIcon as O, IconSize as a };
131
+ export { IconSize as I, OrIcon as O, IconVariant as a };
@@ -1,6 +1,6 @@
1
1
  import './index-fa6eb4ca.js';
2
- import { O as OrIcon } from './OrIcon-ce8fd08b.js';
3
- import { O as OrTooltip } from './OrTooltip-03e06e9f.js';
2
+ import { O as OrIcon, I as IconSize } from './OrIcon-8625385f.js';
3
+ import { O as OrTooltip } from './OrTooltip-fbfa05fd.js';
4
4
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
5
5
  import { defineComponent, ref, computed } from '@vue/composition-api/dist/vue-composition-api.mjs';
6
6
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -14,9 +14,11 @@ var IconButtonColor;
14
14
 
15
15
  const IconButtonRoot = [
16
16
  // Layout
17
- 'flex', 'items-center', 'justify-center',
18
- // Box
19
- 'max-w-max', 'rounded-full',
17
+ 'layout-inline-row justify-center',
18
+ // Shape
19
+ 'rounded-full',
20
+ // Spacing
21
+ 'mx-[-2px]', 'my-[-2px]', 'px-[2px]', 'py-[2px]',
20
22
  // Interactivity
21
23
  'interactivity-auto',
22
24
  // Typography
@@ -55,6 +57,10 @@ var script = defineComponent({
55
57
  type: String,
56
58
  default: IconButtonColor.Inherit
57
59
  },
60
+ size: {
61
+ type: String,
62
+ default: IconSize.M
63
+ },
58
64
  disabled: {
59
65
  type: Boolean,
60
66
  default: false
@@ -109,7 +115,8 @@ var __vue_render__ = function () {
109
115
  }
110
116
  }, 'button', _vm.$attrs, false), [_c('OrIcon', _vm._b({
111
117
  attrs: {
112
- "variant": 'inherit'
118
+ "variant": 'inherit',
119
+ "size": _vm.size
113
120
  }
114
121
  }, 'OrIcon', typeof _vm.icon === 'string' ? {
115
122
  icon: _vm.icon
@@ -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 OrIconButton } from './OrIconButton-165934f8.js';
5
- import { O as OrInlineInputBox, I as InlineInputBoxSize } from './OrInlineInputBox-f2b25ee4.js';
2
+ import { O as OrError } from './OrError-2ed34c3e.js';
3
+ import { O as OrHint } from './OrHint-1ffcd66c.js';
4
+ import { O as OrIconButton } from './OrIconButton-400af09a.js';
5
+ import { O as OrInlineInputBox, I as InlineInputBoxSize } from './OrInlineInputBox-f457210f.js';
6
6
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
7
7
  import { defineComponent, getCurrentInstance, ref, computed, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
8
8
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -16,8 +16,8 @@ var InlineInputType;
16
16
 
17
17
  const InlineInputRoot = [
18
18
  // Layout
19
- 'flex', 'flex-col',
20
- // Sizing
19
+ 'layout-column',
20
+ // Spacing
21
21
  'gap-xs'];
22
22
  const InlineInputControl = [
23
23
  // Layout
@@ -28,9 +28,9 @@ const InlineInputControl = [
28
28
  'placeholder:theme-foreground-outline', 'dark:placeholder:theme-foreground-outline-dark'];
29
29
  const InlineInputAction = [
30
30
  // Layout
31
- 'flex', 'items-center',
32
- // Sizing
33
- 'gap-sm',
31
+ 'layout-row',
32
+ // Spacing
33
+ 'gap-md',
34
34
  // Theme
35
35
  'theme-foreground-outline', 'dark:theme-foreground-outline-dark'];
36
36
 
@@ -173,7 +173,7 @@ var __vue_render__ = function () {
173
173
  ref: "root",
174
174
  class: _vm.rootStyles
175
175
  }, [_c('div', {
176
- class: ['flex', 'items-center', 'gap-[10px]']
176
+ class: ['flex', 'items-center', 'gap-md']
177
177
  }, [_c('OrInlineInputBox', {
178
178
  attrs: {
179
179
  "size": _vm.size,
@@ -332,14 +332,14 @@ var __vue_staticRenderFns__ = [];
332
332
  /* style */
333
333
  const __vue_inject_styles__ = function (inject) {
334
334
  if (!inject) return;
335
- inject("data-v-28f73e22_0", {
336
- source: "input[data-v-28f73e22]{min-width:0;background:0 0;outline:0}input[type=number][data-v-28f73e22]::-webkit-inner-spin-button{display:none}input[type=search][data-v-28f73e22]::-webkit-search-cancel-button{display:none}",
335
+ inject("data-v-4a5d9d34_0", {
336
+ source: "input[data-v-4a5d9d34]{min-width:0;background:0 0;outline:0}input[type=number][data-v-4a5d9d34]::-webkit-inner-spin-button{display:none}input[type=search][data-v-4a5d9d34]::-webkit-search-cancel-button{display:none}",
337
337
  map: undefined,
338
338
  media: undefined
339
339
  });
340
340
  };
341
341
  /* scoped */
342
- const __vue_scope_id__ = "data-v-28f73e22";
342
+ const __vue_scope_id__ = "data-v-4a5d9d34";
343
343
  /* module identifier */
344
344
  const __vue_module_identifier__ = undefined;
345
345
  /* functional template */
@@ -11,19 +11,21 @@ var InlineInputBoxSize;
11
11
 
12
12
  const InlineInputBoxRoot = [
13
13
  // Layout
14
- 'flex', 'items-center',
14
+ 'layout-row',
15
15
  // Box
16
- 'w-full', 'rounded-sm',
16
+ 'w-full',
17
+ // Shape
18
+ 'rounded-sm',
17
19
  // Theme
18
20
  'border-solid', 'border-1', 'border-transparent', 'enabled:outline-none', 'enabled:outline-2', 'enabled:outline-offset-0', 'enabled:valid:text-on-background', 'enabled:valid:dark:text-on-background-dark', 'enabled:valid:hover:bg-primary-opacity-0-08', 'enabled:valid:hover:dark:bg-primary-opacity-0-08-dark', 'enabled:valid:focus-within:bg-primary-opacity-0-08', 'enabled:valid:focus-within:dark:bg-primary-opacity-0-08-dark', 'enabled:valid:focus-within:text-on-background', 'enabled:valid:focus-within:dark:text-on-background-dark', 'enabled:valid:focus-within:border-primary', 'enabled:valid:focus-within:dark:border-primary-dark', 'enabled:valid:focus-within:outline-primary-opacity-0-16', 'enabled:valid:focus-within:dark:outline-primary-opacity-0-16-dark', 'enabled:invalid:bg-error-opacity-0-08', 'enabled:invalid:dark:bg-error-opacity-0-08-dark', 'enabled:invalid:text-on-background', 'enabled:invalid:dark:text-on-background-dark', 'enabled:invalid:border-error', 'enabled:invalid:dark:border-error-dark', 'enabled:invalid:hover:bg-error-opacity-0-12', 'enabled:invalid:hover:dark:bg-error-opacity-0-12-dark', 'enabled:invalid:focus-within:bg-error-opacity-0-08', 'enabled:invalid:focus-within:dark:bg-error-opacity-0-08-dark', 'enabled:invalid:focus-within:text-on-background', 'enabled:invalid:focus-within:dark:text-on-background-dark', 'enabled:invalid:focus-within:border-error', 'enabled:invalid:focus-within:dark:border-error-dark', 'enabled:invalid:focus-within:outline-error-opacity-0-16', 'enabled:invalid:focus-within:dark:outline-error-opacity-0-16-dark', 'disabled:text-on-disabled', 'disabled:dark:text-on-disabled-dark'];
19
21
  const InlineInputBoxRootSizes = {
20
22
  'm': [
21
- // Sizing
23
+ // Spacing
22
24
  'activated:children:px-sm', 'children:py-xs', 'gap-md',
23
25
  // Typography
24
26
  'typography-headline-2'],
25
27
  's': [
26
- // Sizing
28
+ // Spacing
27
29
  'activated:children:px-sm', 'children:py-none', 'gap-md',
28
30
  // Typography
29
31
  'typography-body-2-regular']