@onereach/ui-components 2.67.1 → 2.67.2

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 (185) hide show
  1. package/dist/bundled/v2/{OrButton-de67e9fc.js → OrButton-a4952445.js} +6 -1
  2. package/dist/bundled/v2/{OrCardCollection-7c13a3bd.js → OrCardCollection-852db65c.js} +2 -2
  3. package/dist/bundled/v2/{OrConfirm-b18c2ef4.js → OrConfirm-5cef84d9.js} +2 -2
  4. package/dist/bundled/v2/{OrIconButton-bd603c0a.js → OrIconButton-a046f34f.js} +1 -1
  5. package/dist/bundled/v2/{OrInlineInput-057e8a0d.js → OrInlineInput-fb1e1272.js} +1 -1
  6. package/dist/bundled/v2/{OrInlineTextarea-26202344.js → OrInlineTextarea-c6a26156.js} +1 -1
  7. package/dist/bundled/v2/{OrInput-31a6d6ae.js → OrInput-2e2c8270.js} +1 -1
  8. package/dist/bundled/v2/{OrMenu-2f8555ac.js → OrMenu-e8c5d2e7.js} +13 -4
  9. package/dist/bundled/v2/{OrMenuItem-1360f2e7.js → OrMenuItem-f89dfc77.js} +2 -2
  10. package/dist/bundled/v2/{OrModal-55fe6ad6.js → OrModal-764043fb.js} +1 -1
  11. package/dist/bundled/v2/{OrNotification-13259dff.js → OrNotification-ddef2348.js} +1 -1
  12. package/dist/bundled/v2/{OrPopover-cf702ae7.js → OrPopover-7a6c1cd4.js} +13 -4
  13. package/dist/bundled/v2/{OrSearch-cbd331c4.js → OrSearch-691ecd1a.js} +1 -1
  14. package/dist/bundled/v2/{OrSelect-6902a50b.js → OrSelect-b3c60dbc.js} +4 -4
  15. package/dist/bundled/v2/{OrTabs-a4c5b51e.js → OrTabs-edd7cde4.js} +2 -2
  16. package/dist/bundled/v2/{OrTag-1af18778.js → OrTag-76a86a27.js} +1 -1
  17. package/dist/bundled/v2/{OrTooltip-b572ee62.js → OrTooltip-e97b3f3c.js} +1 -1
  18. package/dist/bundled/v2/components/index.js +18 -18
  19. package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
  20. package/dist/bundled/v2/components/or-button-v3/props.d.ts +2 -1
  21. package/dist/bundled/v2/components/or-card-collection-v3/index.js +5 -5
  22. package/dist/bundled/v2/components/or-confirm-v3/OrConfirm.vue.d.ts +2 -2
  23. package/dist/bundled/v2/components/or-confirm-v3/index.js +6 -6
  24. package/dist/bundled/v2/components/or-icon-button-v3/index.js +3 -3
  25. package/dist/bundled/v2/components/or-inline-input-v3/index.js +4 -4
  26. package/dist/bundled/v2/components/or-inline-textarea-v3/index.js +4 -4
  27. package/dist/bundled/v2/components/or-input-v3/index.js +4 -4
  28. package/dist/bundled/v2/components/or-menu-item-v3/index.js +1 -1
  29. package/dist/bundled/v2/components/or-menu-v3/OrMenu.stories3.d.ts +5 -0
  30. package/dist/bundled/v2/components/or-menu-v3/OrMenu.vue.d.ts +4 -0
  31. package/dist/bundled/v2/components/or-menu-v3/index.js +2 -2
  32. package/dist/bundled/v2/components/or-modal-v3/index.js +4 -4
  33. package/dist/bundled/v2/components/or-notification-v3/index.js +4 -4
  34. package/dist/bundled/v2/components/or-popover-v3/OrPopover.vue.d.ts +4 -0
  35. package/dist/bundled/v2/components/or-popover-v3/index.js +1 -1
  36. package/dist/bundled/v2/components/or-search-v3/index.js +5 -5
  37. package/dist/bundled/v2/components/or-select-v3/index.js +7 -7
  38. package/dist/bundled/v2/components/or-tabs-v3/index.js +4 -4
  39. package/dist/bundled/v2/components/or-tag-v3/index.js +4 -4
  40. package/dist/bundled/v2/components/or-toast-v3/index.js +4 -4
  41. package/dist/bundled/v2/components/or-tooltip-v3/index.js +2 -2
  42. package/dist/bundled/v2/index.js +19 -19
  43. package/dist/bundled/v2/{types-7ce01e13.js → types-9c0f214b.js} +1 -1
  44. package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-8cc3e128.js → OrButton.vue_vue_type_script_lang-5af7999c.js} +6 -1
  45. package/dist/bundled/v3/{OrCardCollection.vue_vue_type_script_lang-b3a66a7c.js → OrCardCollection.vue_vue_type_script_lang-955758d3.js} +4 -4
  46. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-25aa633b.js → OrConfirm.vue_vue_type_script_lang-674eff7a.js} +3 -3
  47. package/dist/bundled/v3/{OrIconButton-266c8d10.js → OrIconButton-c521fef8.js} +1 -1
  48. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-1a3f26e9.js → OrIconButton.vue_vue_type_script_lang-a834417f.js} +1 -1
  49. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-cedb6021.js → OrInlineInput.vue_vue_type_script_lang-c2a171bb.js} +2 -2
  50. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-d8392c9d.js → OrInlineTextarea.vue_vue_type_script_lang-76f1a0ee.js} +2 -2
  51. package/dist/bundled/v3/{OrInput-1d72afa3.js → OrInput-42bbab4d.js} +1 -1
  52. package/dist/bundled/v3/{OrInput.vue_vue_type_script_lang-555432de.js → OrInput.vue_vue_type_script_lang-d85ed216.js} +2 -2
  53. package/dist/bundled/v3/{OrMenu.vue_vue_type_script_lang-ae4e9c15.js → OrMenu.vue_vue_type_script_lang-be8c502d.js} +13 -4
  54. package/dist/bundled/v3/{OrMenuItem-43390552.js → OrMenuItem-94ffa853.js} +1 -1
  55. package/dist/bundled/v3/{OrMenuItem.vue_vue_type_script_lang-837c00ed.js → OrMenuItem.vue_vue_type_script_lang-ccb7e082.js} +2 -2
  56. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-86c2d8d6.js → OrModal.vue_vue_type_script_lang-bdf84e1d.js} +2 -2
  57. package/dist/bundled/v3/{OrNotification.vue_vue_type_script_lang-1f1b88b2.js → OrNotification.vue_vue_type_script_lang-3f69b727.js} +2 -2
  58. package/dist/bundled/v3/{OrPopover-398a66a7.js → OrPopover-18a195aa.js} +3 -3
  59. package/dist/bundled/v3/{OrPopover.vue_vue_type_script_lang-b6b78855.js → OrPopover.vue_vue_type_script_lang-1ed6063d.js} +12 -1
  60. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-82a27f13.js → OrSearch.vue_vue_type_script_lang-d7c29ff6.js} +2 -2
  61. package/dist/bundled/v3/{OrSelect.vue_vue_type_script_lang-7c518520.js → OrSelect.vue_vue_type_script_lang-12ad06b5.js} +7 -7
  62. package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-ed590ff8.js → OrTabs.vue_vue_type_script_lang-ec81a576.js} +4 -4
  63. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-f0b8b1dd.js → OrTag.vue_vue_type_script_lang-d7e117c8.js} +2 -2
  64. package/dist/bundled/v3/{OrToastContainer-0ac62d2d.js → OrToastContainer-1c3ccf65.js} +1 -1
  65. package/dist/bundled/v3/{OrTooltip.vue_vue_type_script_lang-497543c7.js → OrTooltip.vue_vue_type_script_lang-d89a9e51.js} +2 -2
  66. package/dist/bundled/v3/components/index.js +22 -22
  67. package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
  68. package/dist/bundled/v3/components/or-button-v3/props.d.ts +2 -1
  69. package/dist/bundled/v3/components/or-card-collection-v3/index.js +8 -8
  70. package/dist/bundled/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +2 -2
  71. package/dist/bundled/v3/components/or-confirm-v3/index.js +9 -9
  72. package/dist/bundled/v3/components/or-icon-button-v3/index.js +4 -4
  73. package/dist/bundled/v3/components/or-inline-input-v3/index.js +6 -6
  74. package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +6 -6
  75. package/dist/bundled/v3/components/or-input-v3/index.js +6 -6
  76. package/dist/bundled/v3/components/or-menu-item-v3/index.js +1 -1
  77. package/dist/bundled/v3/components/or-menu-v3/OrMenu.stories3.d.ts +5 -0
  78. package/dist/bundled/v3/components/or-menu-v3/OrMenu.vue.d.ts +4 -0
  79. package/dist/bundled/v3/components/or-menu-v3/index.js +3 -3
  80. package/dist/bundled/v3/components/or-modal-v3/index.js +6 -6
  81. package/dist/bundled/v3/components/or-notification-v3/index.js +6 -6
  82. package/dist/bundled/v3/components/or-popover-v3/OrPopover.vue.d.ts +4 -0
  83. package/dist/bundled/v3/components/or-popover-v3/index.js +1 -1
  84. package/dist/bundled/v3/components/or-search-v3/index.js +8 -8
  85. package/dist/bundled/v3/components/or-select-v3/index.js +11 -11
  86. package/dist/bundled/v3/components/or-tabs-v3/index.js +6 -6
  87. package/dist/bundled/v3/components/or-tag-v3/index.js +6 -6
  88. package/dist/bundled/v3/components/or-toast-v3/index.js +7 -7
  89. package/dist/bundled/v3/components/or-tooltip-v3/index.js +3 -3
  90. package/dist/bundled/v3/index.js +33 -33
  91. package/dist/bundled/v3/{types-b32449b7.js → types-577637c4.js} +2 -2
  92. package/dist/esm/v2/{OrButton-eb895669.js → OrButton-b458e82b.js} +6 -1
  93. package/dist/esm/v2/{OrCardCollection-53f767dd.js → OrCardCollection-a3ddee38.js} +2 -2
  94. package/dist/esm/v2/{OrConfirm-cd42379c.js → OrConfirm-d8c7edd6.js} +2 -2
  95. package/dist/esm/v2/{OrIconButton-f9d5ff27.js → OrIconButton-bc8a8b2e.js} +2 -2
  96. package/dist/esm/v2/{OrInlineInput-16b53685.js → OrInlineInput-5c99926f.js} +1 -1
  97. package/dist/esm/v2/{OrInlineTextarea-9b85150f.js → OrInlineTextarea-a67f2376.js} +1 -1
  98. package/dist/esm/v2/{OrInput-9a484f2b.js → OrInput-b0619ac3.js} +1 -1
  99. package/dist/esm/v2/{OrMenu-bb81644d.js → OrMenu-8ca8233e.js} +13 -4
  100. package/dist/esm/v2/{OrMenuItem-9034aece.js → OrMenuItem-038641b7.js} +2 -2
  101. package/dist/esm/v2/{OrModal-b40d9a17.js → OrModal-0e1157cc.js} +1 -1
  102. package/dist/esm/v2/{OrNotification-999059f3.js → OrNotification-23f97c3d.js} +1 -1
  103. package/dist/esm/v2/{OrPopover-9080fc00.js → OrPopover-ba3ddf1a.js} +13 -4
  104. package/dist/esm/v2/{OrSearch-365a7797.js → OrSearch-37e43e3e.js} +1 -1
  105. package/dist/esm/v2/{OrSelect-3f913e5f.js → OrSelect-8bdaac4f.js} +4 -4
  106. package/dist/esm/v2/{OrTabs-b1f0c7b8.js → OrTabs-0d8ffa3d.js} +3 -3
  107. package/dist/esm/v2/{OrTag-92eb418d.js → OrTag-f02ededa.js} +1 -1
  108. package/dist/esm/v2/{OrTooltip-4e1b0d6c.js → OrTooltip-2d423c46.js} +1 -1
  109. package/dist/esm/v2/components/index.js +18 -18
  110. package/dist/esm/v2/components/or-button-v3/index.js +1 -1
  111. package/dist/esm/v2/components/or-button-v3/props.d.ts +2 -1
  112. package/dist/esm/v2/components/or-card-collection-v3/index.js +5 -5
  113. package/dist/esm/v2/components/or-confirm-v3/OrConfirm.vue.d.ts +2 -2
  114. package/dist/esm/v2/components/or-confirm-v3/index.js +6 -6
  115. package/dist/esm/v2/components/or-icon-button-v3/index.js +3 -3
  116. package/dist/esm/v2/components/or-inline-input-v3/index.js +4 -4
  117. package/dist/esm/v2/components/or-inline-textarea-v3/index.js +4 -4
  118. package/dist/esm/v2/components/or-input-v3/index.js +4 -4
  119. package/dist/esm/v2/components/or-menu-item-v3/index.js +1 -1
  120. package/dist/esm/v2/components/or-menu-v3/OrMenu.stories3.d.ts +5 -0
  121. package/dist/esm/v2/components/or-menu-v3/OrMenu.vue.d.ts +4 -0
  122. package/dist/esm/v2/components/or-menu-v3/index.js +2 -2
  123. package/dist/esm/v2/components/or-modal-v3/index.js +4 -4
  124. package/dist/esm/v2/components/or-notification-v3/index.js +4 -4
  125. package/dist/esm/v2/components/or-popover-v3/OrPopover.vue.d.ts +4 -0
  126. package/dist/esm/v2/components/or-popover-v3/index.js +1 -1
  127. package/dist/esm/v2/components/or-search-v3/index.js +5 -5
  128. package/dist/esm/v2/components/or-select-v3/index.js +7 -7
  129. package/dist/esm/v2/components/or-tabs-v3/index.js +4 -4
  130. package/dist/esm/v2/components/or-tag-v3/index.js +4 -4
  131. package/dist/esm/v2/components/or-toast-v3/index.js +4 -4
  132. package/dist/esm/v2/components/or-tooltip-v3/index.js +2 -2
  133. package/dist/esm/v2/index.js +18 -18
  134. package/dist/esm/v2/{types-4b4245fc.js → types-d3101ac7.js} +1 -1
  135. package/dist/esm/v3/{OrButton-12b36e89.js → OrButton-4d0c2edd.js} +6 -1
  136. package/dist/esm/v3/{OrCardCollection-aabc4ee8.js → OrCardCollection-1e3b3360.js} +2 -2
  137. package/dist/esm/v3/{OrConfirm-1d4be431.js → OrConfirm-62707bbe.js} +2 -2
  138. package/dist/esm/v3/{OrIconButton-f6e7d913.js → OrIconButton-6c0732ac.js} +2 -2
  139. package/dist/esm/v3/{OrInlineInput-02655710.js → OrInlineInput-4cd64402.js} +1 -1
  140. package/dist/esm/v3/{OrInlineTextarea-dd7e58f8.js → OrInlineTextarea-93f80904.js} +1 -1
  141. package/dist/esm/v3/{OrInput-c9cbac93.js → OrInput-69f8dce1.js} +1 -1
  142. package/dist/esm/v3/{OrMenu-75ef8635.js → OrMenu-00f7c4a8.js} +13 -4
  143. package/dist/esm/v3/{OrMenuItem-60afcdcb.js → OrMenuItem-d001f0f6.js} +2 -2
  144. package/dist/esm/v3/{OrModal-794ff3f6.js → OrModal-6a1550d2.js} +1 -1
  145. package/dist/esm/v3/{OrNotification-0764ca9b.js → OrNotification-d3d6f51d.js} +1 -1
  146. package/dist/esm/v3/{OrPopover-3525c670.js → OrPopover-67000227.js} +14 -3
  147. package/dist/esm/v3/{OrSearch-1f71b1db.js → OrSearch-1b68ba58.js} +1 -1
  148. package/dist/esm/v3/{OrSelect-25c0622d.js → OrSelect-1fa435c6.js} +4 -4
  149. package/dist/esm/v3/{OrTabs-fe7039de.js → OrTabs-a0590a70.js} +3 -3
  150. package/dist/esm/v3/{OrTag-3da3c48e.js → OrTag-1202497c.js} +1 -1
  151. package/dist/esm/v3/{OrTooltip-91f1a258.js → OrTooltip-32048f0e.js} +1 -1
  152. package/dist/esm/v3/components/index.js +18 -18
  153. package/dist/esm/v3/components/or-button-v3/index.js +1 -1
  154. package/dist/esm/v3/components/or-button-v3/props.d.ts +2 -1
  155. package/dist/esm/v3/components/or-card-collection-v3/index.js +5 -5
  156. package/dist/esm/v3/components/or-confirm-v3/OrConfirm.vue.d.ts +2 -2
  157. package/dist/esm/v3/components/or-confirm-v3/index.js +6 -6
  158. package/dist/esm/v3/components/or-icon-button-v3/index.js +3 -3
  159. package/dist/esm/v3/components/or-inline-input-v3/index.js +4 -4
  160. package/dist/esm/v3/components/or-inline-textarea-v3/index.js +4 -4
  161. package/dist/esm/v3/components/or-input-v3/index.js +4 -4
  162. package/dist/esm/v3/components/or-menu-item-v3/index.js +1 -1
  163. package/dist/esm/v3/components/or-menu-v3/OrMenu.stories3.d.ts +5 -0
  164. package/dist/esm/v3/components/or-menu-v3/OrMenu.vue.d.ts +4 -0
  165. package/dist/esm/v3/components/or-menu-v3/index.js +2 -2
  166. package/dist/esm/v3/components/or-modal-v3/index.js +4 -4
  167. package/dist/esm/v3/components/or-notification-v3/index.js +4 -4
  168. package/dist/esm/v3/components/or-popover-v3/OrPopover.vue.d.ts +4 -0
  169. package/dist/esm/v3/components/or-popover-v3/index.js +1 -1
  170. package/dist/esm/v3/components/or-search-v3/index.js +5 -5
  171. package/dist/esm/v3/components/or-select-v3/index.js +7 -7
  172. package/dist/esm/v3/components/or-tabs-v3/index.js +4 -4
  173. package/dist/esm/v3/components/or-tag-v3/index.js +4 -4
  174. package/dist/esm/v3/components/or-toast-v3/index.js +4 -4
  175. package/dist/esm/v3/components/or-tooltip-v3/index.js +2 -2
  176. package/dist/esm/v3/index.js +18 -18
  177. package/dist/esm/v3/{types-87510065.js → types-90a49024.js} +1 -1
  178. package/package.json +4 -3
  179. package/src/components/or-button-v3/props.ts +1 -0
  180. package/src/components/or-button-v3/styles.ts +8 -0
  181. package/src/components/or-menu-item-v3/styles.ts +2 -2
  182. package/src/components/or-menu-v3/OrMenu.stories3.ts +60 -0
  183. package/src/components/or-menu-v3/OrMenu.vue +10 -1
  184. package/src/components/or-menu-v3/styles.ts +2 -1
  185. package/src/components/or-popover-v3/OrPopover.vue +14 -1
@@ -15,6 +15,7 @@ var ButtonColor;
15
15
  (function (ButtonColor) {
16
16
  ButtonColor["Primary"] = "primary";
17
17
  ButtonColor["Danger"] = "danger";
18
+ ButtonColor["Inherit"] = "inherit";
18
19
  })(ButtonColor || (ButtonColor = {}));
19
20
  var ButtonType;
20
21
  (function (ButtonType) {
@@ -55,24 +56,28 @@ const ButtonRootColors = {
55
56
  'danger-contained': [
56
57
  // Theme
57
58
  'theme-preset-1-error', 'dark:theme-preset-1-error-dark'],
59
+ 'inherit-contained': [],
58
60
  'primary-outlined': [
59
61
  // Theme
60
62
  'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-border-1-primary', 'dark:theme-border-1-primary-dark'],
61
63
  'danger-outlined': [
62
64
  // Theme
63
65
  'theme-preset-3-error', 'dark:theme-preset-3-error-dark', 'theme-border-1-error', 'dark:theme-border-1-error-dark'],
66
+ 'inherit-outlined': [],
64
67
  'primary-text': [
65
68
  // Theme
66
69
  'theme-preset-4-primary', 'dark:theme-preset-4-primary-dark'],
67
70
  'danger-text': [
68
71
  // Theme
69
72
  'theme-preset-4-error', 'dark:theme-preset-4-error-dark'],
73
+ 'inherit-text': [],
70
74
  'primary-link': [
71
75
  // Theme
72
76
  'theme-preset-4-primary', 'dark:theme-preset-4-primary-dark'],
73
77
  'danger-link': [
74
78
  // Theme
75
- 'theme-preset-4-error', 'dark:theme-preset-4-error-dark']
79
+ 'theme-preset-4-error', 'dark:theme-preset-4-error-dark'],
80
+ 'inherit-link': []
76
81
  };
77
82
 
78
83
  var script = defineComponent({
@@ -1,7 +1,7 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrCard } from './OrCard-04a23728.js';
3
- import { O as OrIconButton } from './OrIconButton-bd603c0a.js';
4
- import { O as OrInput } from './OrInput-31a6d6ae.js';
3
+ import { O as OrIconButton } from './OrIconButton-a046f34f.js';
4
+ import { O as OrInput } from './OrInput-2e2c8270.js';
5
5
  import { O as OrSortHeader } from './OrSortHeader-76b509a6.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';
@@ -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-57ce6c73.js';
5
- import { O as OrButton, a as ButtonColor } from './OrButton-de67e9fc.js';
6
- import { O as OrInput } from './OrInput-31a6d6ae.js';
5
+ import { O as OrButton, a as ButtonColor } from './OrButton-a4952445.js';
6
+ import { O as OrInput } from './OrInput-2e2c8270.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
 
@@ -1,6 +1,6 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrIcon } from './OrIcon-ce8fd08b.js';
3
- import { O as OrTooltip } from './OrTooltip-b572ee62.js';
3
+ import { O as OrTooltip } from './OrTooltip-e97b3f3c.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';
@@ -1,7 +1,7 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrError } from './OrError-66257a98.js';
3
3
  import { O as OrHint } from './OrHint-45904683.js';
4
- import { O as OrIconButton } from './OrIconButton-bd603c0a.js';
4
+ import { O as OrIconButton } from './OrIconButton-a046f34f.js';
5
5
  import { O as OrInlineInputBox, I as InlineInputBoxSize } from './OrInlineInputBox-f2b25ee4.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';
@@ -1,7 +1,7 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrError } from './OrError-66257a98.js';
3
3
  import { O as OrHint } from './OrHint-45904683.js';
4
- import { O as OrIconButton } from './OrIconButton-bd603c0a.js';
4
+ import { O as OrIconButton } from './OrIconButton-a046f34f.js';
5
5
  import { O as OrInlineInputBox } from './OrInlineInputBox-f2b25ee4.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';
@@ -2,7 +2,7 @@ import './index-fa6eb4ca.js';
2
2
  import { O as OrError } from './OrError-66257a98.js';
3
3
  import { O as OrHint } from './OrHint-45904683.js';
4
4
  import { O as OrIcon } from './OrIcon-ce8fd08b.js';
5
- import { O as OrIconButton } from './OrIconButton-bd603c0a.js';
5
+ import { O as OrIconButton } from './OrIconButton-a046f34f.js';
6
6
  import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-7069052f.js';
7
7
  import { O as OrLabel } from './OrLabel-0424be48.js';
8
8
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
@@ -1,5 +1,5 @@
1
1
  import './index-fa6eb4ca.js';
2
- import { O as OrPopover, P as PopoverPlacement } from './OrPopover-cf702ae7.js';
2
+ import { O as OrPopover, P as PopoverPlacement } from './OrPopover-7a6c1cd4.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';
@@ -11,7 +11,7 @@ const MenuBody = [
11
11
  // Layout
12
12
  'overflow-y-auto',
13
13
  // Box
14
- 'max-w-[128px]', 'max-h-[340px]'];
14
+ 'min-w-[160px]', 'md:max-w-[256px]', 'max-h-[340px]'];
15
15
 
16
16
  var script = defineComponent({
17
17
  name: 'OrMenu',
@@ -30,7 +30,7 @@ var script = defineComponent({
30
30
  }
31
31
  },
32
32
  emits: ['update:state'],
33
- expose: ['root', 'open', 'close'],
33
+ expose: ['root', 'open', 'close', 'isOpen', 'toggle'],
34
34
  setup() {
35
35
  // Refs
36
36
  const root = ref();
@@ -39,6 +39,10 @@ var script = defineComponent({
39
39
  var _a;
40
40
  return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.root;
41
41
  });
42
+ const isOpen = computed(() => {
43
+ var _a;
44
+ return (_a = popover.value) === null || _a === void 0 ? void 0 : _a.isOpen;
45
+ });
42
46
  // Styles
43
47
  const classAttribute = useClassAttribute();
44
48
  const rootStyles = computed(() => ['or-menu', ...MenuRoot, classAttribute.value]);
@@ -56,6 +60,9 @@ var script = defineComponent({
56
60
  popoverInstance.close();
57
61
  }
58
62
  }
63
+ function toggle() {
64
+ isOpen.value ? close() : open();
65
+ }
59
66
  // Handlers
60
67
  function onClick(event) {
61
68
  const path = event.composedPath();
@@ -74,8 +81,10 @@ var script = defineComponent({
74
81
  popoverRoot,
75
82
  rootStyles,
76
83
  bodyStyles,
84
+ isOpen,
77
85
  open,
78
86
  close,
87
+ toggle,
79
88
  onClick
80
89
  };
81
90
  }
@@ -95,7 +104,7 @@ var __vue_render__ = function () {
95
104
  }, 'div', _vm.$attrs, false), [_c('OrPopover', {
96
105
  ref: "popover",
97
106
  attrs: {
98
- "variant": 'popover',
107
+ "variant": 'auto',
99
108
  "trigger": _vm.trigger,
100
109
  "placement": _vm.placement,
101
110
  "full-width": false,
@@ -12,9 +12,9 @@ const MenuItemRoot = [
12
12
  // Interactivity
13
13
  'interactivity-auto',
14
14
  // Typography
15
- 'typography-caption-regular',
15
+ 'typography-body-2-regular md:typography-caption-regular',
16
16
  // Typography (selected)
17
- 'selected:typography-caption-semibold',
17
+ 'selected:typography-body-2-semibold selected:md:typography-caption-semibold',
18
18
  // Theme
19
19
  'theme-preset-3-primary', 'dark:theme-preset-3-primary-dark', 'theme-foreground-outline', 'dark:theme-foreground-outline-dark',
20
20
  // Theme (hover)
@@ -1,6 +1,6 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrOverlay } from './OrOverlay-57ce6c73.js';
3
- import { O as OrIconButton } from './OrIconButton-bd603c0a.js';
3
+ import { O as OrIconButton } from './OrIconButton-a046f34f.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';
@@ -1,6 +1,6 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { O as OrIcon } from './OrIcon-ce8fd08b.js';
3
- import { O as OrIconButton } from './OrIconButton-bd603c0a.js';
3
+ import { O as OrIconButton } from './OrIconButton-a046f34f.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';
@@ -102,7 +102,7 @@ var script = defineComponent({
102
102
  }
103
103
  },
104
104
  emits: ['update:state'],
105
- expose: ['root', 'state', 'open', 'close'],
105
+ expose: ['root', 'state', 'isOpen', 'open', 'close'],
106
106
  setup(props, context) {
107
107
  const {
108
108
  isDesktop,
@@ -121,6 +121,7 @@ var script = defineComponent({
121
121
  const bodyStyles = computed(() => [...PopoverBody, ...PopoverBodyPlacements[props.placement]]);
122
122
  // State
123
123
  const state = ref('closed');
124
+ const isOpen = computed(() => state.value === 'open');
124
125
  // Events
125
126
  watch(state, value => {
126
127
  context.emit('update:state', value);
@@ -176,6 +177,14 @@ var script = defineComponent({
176
177
  break;
177
178
  }
178
179
  }
180
+ // Handlers
181
+ function handleBottomSheetState(bottomSheetState) {
182
+ if (bottomSheetState === 'closed') {
183
+ state.value = 'closed';
184
+ } else {
185
+ state.value = 'open';
186
+ }
187
+ }
179
188
  // Effects
180
189
  watchPostEffect(() => {
181
190
  const rootElement = unref(root);
@@ -219,9 +228,11 @@ var script = defineComponent({
219
228
  root,
220
229
  bottomSheet,
221
230
  bottomSheetRoot,
231
+ handleBottomSheetState,
222
232
  rootStyles,
223
233
  bodyStyles,
224
234
  state,
235
+ isOpen,
225
236
  open,
226
237
  close
227
238
  };
@@ -244,9 +255,7 @@ var __vue_render__ = function () {
244
255
  }, [_vm._t("default")], 2)]], 2)] : _vm._e(), _vm._v(" "), _vm.isMobile && _vm.variant === 'auto' || _vm.variant === 'bottom-sheet' ? [_c('OrBottomSheet', {
245
256
  ref: "bottomSheet",
246
257
  on: {
247
- "update:state": function ($event) {
248
- return _vm.$emit('update:state', $event);
249
- }
258
+ "update:state": _vm.handleBottomSheetState
250
259
  }
251
260
  }, [_vm._t("default")], 2)] : _vm._e()], 2) : _vm._e();
252
261
  };
@@ -1,6 +1,6 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { debouncedWatch } from '@vueuse/core';
3
- import { O as OrInput } from './OrInput-31a6d6ae.js';
3
+ import { O as OrInput } from './OrInput-2e2c8270.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 { a as InputBoxSize } from './OrInputBox-7069052f.js';
@@ -4,12 +4,12 @@ import { O as OrError } from './OrError-66257a98.js';
4
4
  import { O as OrExpansionPanel } from './OrExpansionPanel-41bbabd3.js';
5
5
  import { O as OrHint } from './OrHint-45904683.js';
6
6
  import { O as OrIcon } from './OrIcon-ce8fd08b.js';
7
- import { O as OrInput } from './OrInput-31a6d6ae.js';
7
+ import { O as OrInput } from './OrInput-2e2c8270.js';
8
8
  import { O as OrInputBox, a as InputBoxSize } from './OrInputBox-7069052f.js';
9
9
  import { O as OrLabel } from './OrLabel-0424be48.js';
10
- import { O as OrMenuItem } from './OrMenuItem-1360f2e7.js';
11
- import { O as OrPopover } from './OrPopover-cf702ae7.js';
12
- import { O as OrTag } from './OrTag-1af18778.js';
10
+ import { O as OrMenuItem } from './OrMenuItem-f89dfc77.js';
11
+ import { O as OrPopover } from './OrPopover-7a6c1cd4.js';
12
+ import { O as OrTag } from './OrTag-76a86a27.js';
13
13
  import { D as DropdownClose, a as DropdownOpen } from './dropdown-open-e2a93aaf.js';
14
14
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
15
15
  import { u as useOverflow } from './useOverflow-43299d81.js';
@@ -1,8 +1,8 @@
1
1
  import { useResizeObserver } from '@vueuse/core';
2
2
  import './index-fa6eb4ca.js';
3
3
  import { O as OrIcon } from './OrIcon-ce8fd08b.js';
4
- import { O as OrMenu } from './OrMenu-2f8555ac.js';
5
- import { O as OrMenuItem } from './OrMenuItem-1360f2e7.js';
4
+ import { O as OrMenu } from './OrMenu-e8c5d2e7.js';
5
+ import { O as OrMenuItem } from './OrMenuItem-f89dfc77.js';
6
6
  import { O as OrTab } from './OrTab-8bac95cf.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';
@@ -1,5 +1,5 @@
1
1
  import './index-fa6eb4ca.js';
2
- import { O as OrIconButton } from './OrIconButton-bd603c0a.js';
2
+ import { O as OrIconButton } from './OrIconButton-a046f34f.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';
@@ -1,6 +1,6 @@
1
1
  import { useDebounceFn, useElementHover } from '@vueuse/core';
2
2
  import './index-fa6eb4ca.js';
3
- import { O as OrPopover, P as PopoverPlacement } from './OrPopover-cf702ae7.js';
3
+ import { O as OrPopover, P as PopoverPlacement } from './OrPopover-7a6c1cd4.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';
@@ -5,10 +5,10 @@ export { _ as OrButton, a as OrButtonColors, b as OrButtonSizes, O as OrButtonVi
5
5
  export { O as OrButtonV2 } from '../OrButton-705cd0bd.js';
6
6
  export { O as OrIconButton } from '../OrIconButton-65962c1c.js';
7
7
  export { a as BUTTON_COLOR, c as BUTTON_LOADER_TYPE, b as BUTTON_SIZE, B as BUTTON_TYPE, I as ICON_BUTTON_TYPE } from '../constants-c5d1139f.js';
8
- export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../OrButton-de67e9fc.js';
8
+ export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../OrButton-a4952445.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-7c13a3bd.js';
11
+ export { C as CardCollectionView, _ as OrCardCollectionV3 } from '../OrCardCollection-852db65c.js';
12
12
  export { O as OrCardV3 } from '../OrCard-04a23728.js';
13
13
  export { a as OrCarousel, _ as OrCarouselItem } from '../OrCarouselItem-6da755c0.js';
14
14
  export { O as OrCheckbox } from '../OrCheckbox-f97a57b9.js';
@@ -19,7 +19,7 @@ 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-b18c2ef4.js';
22
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../OrConfirm-5cef84d9.js';
23
23
  export { D as DEFAULT_TEXT, _ as OrDateTimePicker, a as OrDateTimePickerItemTypes, O as OrDateTimePickerTypes } from '../OrDateTimePicker-e212f892.js';
24
24
  export { O as OrError } from '../OrError-31503e4c.js';
25
25
  export { _ as OrErrorTagV3 } from '../OrErrorTag-c55ec019.js';
@@ -30,14 +30,14 @@ export { O as OrFloating, b as OrFloatingHideStrategy, a as OrFloatingPlacements
30
30
  export { O as OrHint } from '../OrHint-fabea4cf.js';
31
31
  export { O as OrHintV3 } from '../OrHint-45904683.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-bd603c0a.js';
33
+ export { I as IconButtonColor, O as OrIconButtonV3 } from '../OrIconButton-a046f34f.js';
34
34
  export { a as IconSize, I as IconVariant, O as OrIconV3 } from '../OrIcon-ce8fd08b.js';
35
35
  export { I as InlineInputBoxSize, I as InlineInputSize, O as OrInlineInputBoxV3 } from '../OrInlineInputBox-f2b25ee4.js';
36
- export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-057e8a0d.js';
36
+ export { I as InlineInputType, _ as OrInlineInputV3 } from '../OrInlineInput-fb1e1272.js';
37
37
  export { a as InlineTextEditTrimmingTypes, I as InlineTextEditTypes, _ as OrInlineTextEdit } from '../OrInlineTextEdit-7262efdf.js';
38
- export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-26202344.js';
38
+ export { _ as OrInlineTextareaV3 } from '../OrInlineTextarea-c6a26156.js';
39
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-31a6d6ae.js';
40
+ export { I as InputType, O as OrInputV3 } from '../OrInput-2e2c8270.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';
@@ -48,13 +48,13 @@ 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-76f2615f.js';
51
- export { O as OrMenuItemV3 } from '../OrMenuItem-1360f2e7.js';
52
- export { O as OrMenuV3 } from '../OrMenu-2f8555ac.js';
53
- export { P as MenuPlacement, O as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-cf702ae7.js';
51
+ export { O as OrMenuItemV3 } from '../OrMenuItem-f89dfc77.js';
52
+ export { O as OrMenuV3 } from '../OrMenu-e8c5d2e7.js';
53
+ export { P as MenuPlacement, O as OrPopoverV3, P as PopoverPlacement, a as PopoverVariant, P as TooltipPlacement } from '../OrPopover-7a6c1cd4.js';
54
54
  export { O as OrModal, a as OrModalSizes } from '../OrModal-a5411b0d.js';
55
- export { M as ModalSize, _ as OrModalV3 } from '../OrModal-55fe6ad6.js';
55
+ export { M as ModalSize, _ as OrModalV3 } from '../OrModal-764043fb.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-13259dff.js';
57
+ export { N as NotificationVariant, _ as OrNotificationV3 } from '../OrNotification-ddef2348.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-57ce6c73.js';
@@ -63,10 +63,10 @@ export { _ as OrProgressV3, P as ProgressColor, a as ProgressType } from '../OrP
63
63
  export { _ as OrRadio } from '../OrRadio-187d6fc7.js';
64
64
  export { _ as OrRadioGroup } from '../OrRadioGroup-aa9f0757.js';
65
65
  export { _ as OrRadioV3 } from '../OrRadio-8ec1d487.js';
66
- export { _ as OrSearchV3 } from '../OrSearch-cbd331c4.js';
66
+ export { _ as OrSearchV3 } from '../OrSearch-691ecd1a.js';
67
67
  export { _ as OrSegmentedControlV3, S as SegmentedControlSize } from '../OrSegmentedControl-a3cb285c.js';
68
68
  export { _ as OrSelect } from '../OrSelect-bbe8dd58.js';
69
- export { _ as OrSelectV3 } from '../OrSelect-6902a50b.js';
69
+ export { _ as OrSelectV3 } from '../OrSelect-b3c60dbc.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';
@@ -80,9 +80,9 @@ export { _ as OrTab } from '../OrTab-b2c6d977.js';
80
80
  export { O as OrTabHeaderItem } from '../OrTabHeaderItem-d39c3cf7.js';
81
81
  export { O as OrTabV3 } from '../OrTab-8bac95cf.js';
82
82
  export { _ as OrTabs } from '../OrTabs-4c8f6422.js';
83
- export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-a4c5b51e.js';
83
+ export { _ as OrTabsV3, T as TabsVariant } from '../OrTabs-edd7cde4.js';
84
84
  export { _ as OrTag } from '../OrTag-79e48fec.js';
85
- export { O as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-1af18778.js';
85
+ export { O as OrTagV3, a as TagColor, T as TagVariant } from '../OrTag-76a86a27.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';
@@ -90,11 +90,11 @@ export { _ as OrTextareaV3 } from '../OrTextarea-0ab9c0a8.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-7ce01e13.js';
93
+ export { _ as OrToastContainerV3, O as OrToastV3, t as TypesV3 } from '../types-9c0f214b.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-b572ee62.js';
97
+ export { O as OrTooltipV3 } from '../OrTooltip-e97b3f3c.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 { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../../OrButton-de67e9fc.js';
1
+ export { a as ButtonColor, b as ButtonType, B as ButtonVariant, O as OrButtonV3 } from '../../OrButton-a4952445.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -6,7 +6,8 @@ export declare enum ButtonVariant {
6
6
  }
7
7
  export declare enum ButtonColor {
8
8
  Primary = "primary",
9
- Danger = "danger"
9
+ Danger = "danger",
10
+ Inherit = "inherit"
10
11
  }
11
12
  export declare enum ButtonType {
12
13
  Button = "button",
@@ -1,15 +1,15 @@
1
- export { C as CardCollectionView, _ as OrCardCollectionV3 } from '../../OrCardCollection-7c13a3bd.js';
1
+ export { C as CardCollectionView, _ as OrCardCollectionV3 } from '../../OrCardCollection-852db65c.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
5
5
  import '../../OrCard-04a23728.js';
6
6
  import '../../useClassAttribute-9bf33346.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
- import '../../OrIconButton-bd603c0a.js';
8
+ import '../../OrIconButton-a046f34f.js';
9
9
  import '../../OrIcon-ce8fd08b.js';
10
- import '../../OrTooltip-b572ee62.js';
10
+ import '../../OrTooltip-e97b3f3c.js';
11
11
  import '@vueuse/core';
12
- import '../../OrPopover-cf702ae7.js';
12
+ import '../../OrPopover-7a6c1cd4.js';
13
13
  import '../../floating-ui.dom.esm-83eba816.js';
14
14
  import '../../OrBottomSheet-04956f50.js';
15
15
  import '../../OrOverlay-57ce6c73.js';
@@ -17,7 +17,7 @@ import '../../OrTeleport.vue2-e9ba3054.js';
17
17
  import 'portal-vue';
18
18
  import '../../useElevation-604d48c6.js';
19
19
  import '../../useResponsive-e13dfbb0.js';
20
- import '../../OrInput-31a6d6ae.js';
20
+ import '../../OrInput-2e2c8270.js';
21
21
  import '../../OrError-66257a98.js';
22
22
  import '../../OrHint-45904683.js';
23
23
  import '../../OrInputBox-7069052f.js';
@@ -14,7 +14,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
14
14
  [x: number]: string;
15
15
  } | {}, true> | undefined>;
16
16
  confirmationValue: import("@vue/composition-api").Ref<string>;
17
- confirmButtonColor: import("@vue/composition-api").ComputedRef<ButtonColor>;
17
+ confirmButtonColor: import("@vue/composition-api").ComputedRef<ButtonColor.Primary | ButtonColor.Danger>;
18
18
  isInvalid: import("@vue/composition-api").ComputedRef<boolean>;
19
19
  isConfirmationButtonDisabled: import("@vue/composition-api").ComputedRef<boolean>;
20
20
  touched: import("@vue/composition-api").Ref<boolean>;
@@ -168,7 +168,7 @@ declare const _default: import("vue").ComponentOptions<import("vue").default, im
168
168
  [x: number]: string;
169
169
  } | {}, true> | undefined>;
170
170
  confirmationValue: import("@vue/composition-api").Ref<string>;
171
- confirmButtonColor: import("@vue/composition-api").ComputedRef<ButtonColor>;
171
+ confirmButtonColor: import("@vue/composition-api").ComputedRef<ButtonColor.Primary | ButtonColor.Danger>;
172
172
  isInvalid: import("@vue/composition-api").ComputedRef<boolean>;
173
173
  isConfirmationButtonDisabled: import("@vue/composition-api").ComputedRef<boolean>;
174
174
  touched: import("@vue/composition-api").Ref<boolean>;
@@ -1,4 +1,4 @@
1
- export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-b18c2ef4.js';
1
+ export { C as ConfirmType, _ as OrConfirmV3 } from '../../OrConfirm-5cef84d9.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -10,15 +10,15 @@ import 'portal-vue';
10
10
  import '../../normalize-component-6e8e3d80.js';
11
11
  import '../../useClassAttribute-9bf33346.js';
12
12
  import '../../useElevation-604d48c6.js';
13
- import '../../OrButton-de67e9fc.js';
13
+ import '../../OrButton-a4952445.js';
14
14
  import '../../OrLoader-76f2615f.js';
15
- import '../../OrInput-31a6d6ae.js';
15
+ import '../../OrInput-2e2c8270.js';
16
16
  import '../../OrError-66257a98.js';
17
17
  import '../../OrHint-45904683.js';
18
18
  import '../../OrIcon-ce8fd08b.js';
19
- import '../../OrIconButton-bd603c0a.js';
20
- import '../../OrTooltip-b572ee62.js';
21
- import '../../OrPopover-cf702ae7.js';
19
+ import '../../OrIconButton-a046f34f.js';
20
+ import '../../OrTooltip-e97b3f3c.js';
21
+ import '../../OrPopover-7a6c1cd4.js';
22
22
  import '../../floating-ui.dom.esm-83eba816.js';
23
23
  import '../../OrBottomSheet-04956f50.js';
24
24
  import '../../useResponsive-e13dfbb0.js';
@@ -1,13 +1,13 @@
1
- export { I as IconButtonColor, O as OrIconButtonV3 } from '../../OrIconButton-bd603c0a.js';
1
+ export { I as IconButtonColor, O as OrIconButtonV3 } from '../../OrIconButton-a046f34f.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
5
5
  import '../../OrIcon-ce8fd08b.js';
6
6
  import '../../useClassAttribute-9bf33346.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
- import '../../OrTooltip-b572ee62.js';
8
+ import '../../OrTooltip-e97b3f3c.js';
9
9
  import '@vueuse/core';
10
- import '../../OrPopover-cf702ae7.js';
10
+ import '../../OrPopover-7a6c1cd4.js';
11
11
  import '../../floating-ui.dom.esm-83eba816.js';
12
12
  import '../../OrBottomSheet-04956f50.js';
13
13
  import '../../OrOverlay-57ce6c73.js';
@@ -1,4 +1,4 @@
1
- export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-057e8a0d.js';
1
+ export { I as InlineInputType, _ as OrInlineInputV3 } from '../../OrInlineInput-fb1e1272.js';
2
2
  export { I as InlineInputSize } from '../../OrInlineInputBox-f2b25ee4.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
@@ -7,11 +7,11 @@ import '../../OrError-66257a98.js';
7
7
  import '../../useClassAttribute-9bf33346.js';
8
8
  import '../../normalize-component-6e8e3d80.js';
9
9
  import '../../OrHint-45904683.js';
10
- import '../../OrIconButton-bd603c0a.js';
10
+ import '../../OrIconButton-a046f34f.js';
11
11
  import '../../OrIcon-ce8fd08b.js';
12
- import '../../OrTooltip-b572ee62.js';
12
+ import '../../OrTooltip-e97b3f3c.js';
13
13
  import '@vueuse/core';
14
- import '../../OrPopover-cf702ae7.js';
14
+ import '../../OrPopover-7a6c1cd4.js';
15
15
  import '../../floating-ui.dom.esm-83eba816.js';
16
16
  import '../../OrBottomSheet-04956f50.js';
17
17
  import '../../OrOverlay-57ce6c73.js';
@@ -1,4 +1,4 @@
1
- export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-26202344.js';
1
+ export { _ as OrInlineTextareaV3 } from '../../OrInlineTextarea-c6a26156.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -6,11 +6,11 @@ import '../../OrError-66257a98.js';
6
6
  import '../../useClassAttribute-9bf33346.js';
7
7
  import '../../normalize-component-6e8e3d80.js';
8
8
  import '../../OrHint-45904683.js';
9
- import '../../OrIconButton-bd603c0a.js';
9
+ import '../../OrIconButton-a046f34f.js';
10
10
  import '../../OrIcon-ce8fd08b.js';
11
- import '../../OrTooltip-b572ee62.js';
11
+ import '../../OrTooltip-e97b3f3c.js';
12
12
  import '@vueuse/core';
13
- import '../../OrPopover-cf702ae7.js';
13
+ import '../../OrPopover-7a6c1cd4.js';
14
14
  import '../../floating-ui.dom.esm-83eba816.js';
15
15
  import '../../OrBottomSheet-04956f50.js';
16
16
  import '../../OrOverlay-57ce6c73.js';
@@ -1,4 +1,4 @@
1
- export { I as InputType, O as OrInputV3 } from '../../OrInput-31a6d6ae.js';
1
+ export { I as InputType, O as OrInputV3 } from '../../OrInput-2e2c8270.js';
2
2
  export { a as InputSize } from '../../OrInputBox-7069052f.js';
3
3
  import '../../index-fa6eb4ca.js';
4
4
  import 'vue';
@@ -8,10 +8,10 @@ import '../../useClassAttribute-9bf33346.js';
8
8
  import '../../normalize-component-6e8e3d80.js';
9
9
  import '../../OrHint-45904683.js';
10
10
  import '../../OrIcon-ce8fd08b.js';
11
- import '../../OrIconButton-bd603c0a.js';
12
- import '../../OrTooltip-b572ee62.js';
11
+ import '../../OrIconButton-a046f34f.js';
12
+ import '../../OrTooltip-e97b3f3c.js';
13
13
  import '@vueuse/core';
14
- import '../../OrPopover-cf702ae7.js';
14
+ import '../../OrPopover-7a6c1cd4.js';
15
15
  import '../../floating-ui.dom.esm-83eba816.js';
16
16
  import '../../OrBottomSheet-04956f50.js';
17
17
  import '../../OrOverlay-57ce6c73.js';
@@ -1,4 +1,4 @@
1
- export { O as OrMenuItemV3 } from '../../OrMenuItem-1360f2e7.js';
1
+ export { O as OrMenuItemV3 } from '../../OrMenuItem-f89dfc77.js';
2
2
  import '../../index-fa6eb4ca.js';
3
3
  import 'vue';
4
4
  import '@vue/composition-api/dist/vue-composition-api.mjs';
@@ -10,3 +10,8 @@ export declare const Menu: StoryFn<import("vue").ComponentOptions<import("vue").
10
10
  } | string[], {} & {}, {
11
11
  [x: number]: string;
12
12
  } | {}, true>)>;
13
+ export declare const OrderDropdown: StoryFn<import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<unknown>, import("@vue/composition-api").MethodOptions, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>, import("@vue/composition-api").ExtractPropTypes<import("@vue/composition-api").ComponentPropsOptions<import("@vue/composition-api").Data>>> & Omit<import("vue").VueConstructor<import("vue").default>, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & {}, import("@vue/composition-api").ShallowUnwrapRef<unknown>, unknown, import("@vue/composition-api").ComputedOptions, import("@vue/composition-api").MethodOptions, unknown, unknown, {
14
+ [x: string]: ((...args: any[]) => any) | null;
15
+ } | string[], {} & {}, {
16
+ [x: number]: string;
17
+ } | {}, true>)>;