@onereach/ui-components 2.70.0-beta.2131.0 → 2.70.0-beta.2159.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 (228) hide show
  1. package/dist/bundled/v2/{OrAvatar-2fa559e1.js → OrAvatar-ae61bfb9.js} +41 -15
  2. package/dist/bundled/v2/{OrButton-0e91a808.js → OrButton-4b99c680.js} +5 -1
  3. package/dist/bundled/v2/{OrCard-58a1ba3e.js → OrCard-29116e1f.js} +2 -2
  4. package/dist/bundled/v2/OrCardCollection-c4209a92.js +350 -0
  5. package/dist/bundled/v2/OrCode-be1bd373.js +4255 -0
  6. package/dist/bundled/v2/{OrConfirm-18c534df.js → OrConfirm-cab6535b.js} +1 -1
  7. package/dist/bundled/v2/OrEmptyState-9fb413f9.js +160 -0
  8. package/dist/bundled/v2/{OrRichTextEditor-63ef1357.js → OrRichTextEditor-5843ecda.js} +13803 -20711
  9. package/dist/bundled/v2/{OrSearch-9d402f56.js → OrSearch-76b002cf.js} +10 -4
  10. package/dist/bundled/v2/{OrSortHeader-396e6a7c.js → OrSortHeader-9932d28f.js} +2 -2
  11. package/dist/bundled/v2/codemirrorView-14f6685c.js +7136 -0
  12. package/dist/bundled/v2/components/index.d.ts +1 -0
  13. package/dist/bundled/v2/components/index.js +13 -10
  14. package/dist/bundled/v2/components/or-avatar-v3/OrAvatar.stories3.d.ts +1 -1
  15. package/dist/bundled/v2/components/or-avatar-v3/OrAvatar.vue.d.ts +11 -0
  16. package/dist/bundled/v2/components/or-avatar-v3/index.js +2 -1
  17. package/dist/bundled/v2/components/or-avatar-v3/props.d.ts +2 -1
  18. package/dist/bundled/v2/components/or-avatar-v3/styles.d.ts +2 -0
  19. package/dist/bundled/v2/components/or-button-v3/index.js +1 -1
  20. package/dist/bundled/v2/components/or-card-collection-v3/OrCardCollection.stories3.d.ts +10 -0
  21. package/dist/bundled/v2/components/or-card-collection-v3/OrCardCollection.vue.d.ts +87 -40
  22. package/dist/bundled/v2/components/or-card-collection-v3/OrCardCollectionView.vue2.vue.d.ts +35 -0
  23. package/dist/bundled/v2/components/or-card-collection-v3/index.js +7 -4
  24. package/dist/bundled/v2/components/or-card-collection-v3/props.d.ts +5 -1
  25. package/dist/bundled/v2/components/or-card-collection-v3/styles.d.ts +2 -2
  26. package/dist/bundled/v2/components/or-card-collection-v3/types.d.ts +8 -3
  27. package/dist/bundled/v2/components/or-card-v3/index.js +1 -1
  28. package/dist/bundled/v2/components/or-code/index.js +3 -2
  29. package/dist/bundled/v2/components/or-confirm-v3/index.js +2 -2
  30. package/dist/bundled/v2/components/or-empty-state-v3/OrEmptyState.vue.d.ts +1 -1
  31. package/dist/bundled/v2/components/or-empty-state-v3/index.js +3 -159
  32. package/dist/bundled/v2/components/or-input-box-v3/OrInputBox.vue.d.ts +1 -2
  33. package/dist/bundled/v2/components/or-rich-text-editor-v3/index.js +4 -2
  34. package/dist/bundled/v2/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +3 -0
  35. package/dist/bundled/v2/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +45 -0
  36. package/dist/bundled/v2/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +1 -0
  37. package/dist/bundled/v2/components/or-rich-text-editor-v3/utils/codemirror/index.js +2 -0
  38. package/dist/bundled/v2/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +19 -0
  39. package/dist/bundled/v2/components/or-search-v3/OrSearch.vue.d.ts +15 -2
  40. package/dist/bundled/v2/components/or-search-v3/index.js +1 -1
  41. package/dist/bundled/v2/components/or-sort-header-v3/index.js +1 -1
  42. package/dist/bundled/v2/index-46cc379c.js +12186 -0
  43. package/dist/bundled/v2/index-780d00b0.js +13307 -0
  44. package/dist/bundled/v2/index.js +14 -11
  45. package/dist/bundled/v3/{OrAvatar.vue_vue_type_script_lang-22e46ce1.js → OrAvatar.vue_vue_type_script_lang-0426862b.js} +35 -13
  46. package/dist/bundled/v3/OrButton-a671b8a1.js +33 -0
  47. package/dist/bundled/v3/{OrButton.vue_vue_type_script_lang-3718b300.js → OrButton.vue_vue_type_script_lang-b0dc31ca.js} +5 -1
  48. package/dist/bundled/v3/OrCardCollection.vue_vue_type_script_lang-9a2ae9a3.js +236 -0
  49. package/dist/bundled/v3/OrCode.vue_vue_type_script_lang-0f668150.js +4133 -0
  50. package/dist/bundled/v3/{OrConfirm.vue_vue_type_script_lang-289b5600.js → OrConfirm.vue_vue_type_script_lang-f57ffa1a.js} +6 -36
  51. package/dist/bundled/v3/OrEmptyState.vue_vue_type_script_lang-da7d6c42.js +111 -0
  52. package/dist/bundled/v3/{OrIconButton-4bd33e3c.js → OrIconButton-1581013c.js} +1 -1
  53. package/dist/bundled/v3/{OrIconButton.vue_vue_type_script_lang-641f6e06.js → OrIconButton.vue_vue_type_script_lang-f6f801ff.js} +1 -1
  54. package/dist/bundled/v3/{OrInlineInput.vue_vue_type_script_lang-3a8189f4.js → OrInlineInput.vue_vue_type_script_lang-f29483f4.js} +2 -2
  55. package/dist/bundled/v3/{OrInlineTextarea.vue_vue_type_script_lang-890b97ab.js → OrInlineTextarea.vue_vue_type_script_lang-cc40af48.js} +2 -2
  56. package/dist/bundled/v3/OrInput.vue_vue_type_script_lang-f6d793d3.js +2 -2
  57. package/dist/bundled/v3/{OrModal.vue_vue_type_script_lang-00a477f0.js → OrModal.vue_vue_type_script_lang-80a7b906.js} +2 -2
  58. package/dist/bundled/v3/OrNotification.vue_vue_type_script_lang-fbb35355.js +2 -2
  59. package/dist/bundled/v3/{OrRichTextEditor.vue_vue_type_script_lang-47fffbd6.js → OrRichTextEditor.vue_vue_type_script_lang-e0dfd695.js} +13803 -20711
  60. package/dist/bundled/v3/{OrSearch.vue_vue_type_script_lang-ed78b21f.js → OrSearch.vue_vue_type_script_lang-014ad470.js} +9 -3
  61. package/dist/bundled/v3/OrSelect.vue_vue_type_script_lang-15285ce4.js +1 -1
  62. package/dist/bundled/v3/{OrTag.vue_vue_type_script_lang-92d9fb12.js → OrTag.vue_vue_type_script_lang-dc6a4011.js} +2 -2
  63. package/dist/bundled/v3/{OrToastContainer-afb51e5d.js → OrToastContainer-7c3c0b12.js} +1 -1
  64. package/dist/bundled/v3/codemirrorView-14f6685c.js +7136 -0
  65. package/dist/bundled/v3/components/index.d.ts +1 -0
  66. package/dist/bundled/v3/components/index.js +23 -19
  67. package/dist/bundled/v3/components/or-avatar-v3/OrAvatar.stories3.d.ts +1 -1
  68. package/dist/bundled/v3/components/or-avatar-v3/OrAvatar.vue.d.ts +11 -0
  69. package/dist/bundled/v3/components/or-avatar-v3/index.js +3 -1
  70. package/dist/bundled/v3/components/or-avatar-v3/props.d.ts +2 -1
  71. package/dist/bundled/v3/components/or-avatar-v3/styles.d.ts +2 -0
  72. package/dist/bundled/v3/components/or-button-v3/index.js +1 -1
  73. package/dist/bundled/v3/components/or-card-collection-v3/OrCardCollection.stories3.d.ts +10 -0
  74. package/dist/bundled/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +87 -40
  75. package/dist/bundled/v3/components/or-card-collection-v3/OrCardCollectionView.vue3.vue.d.ts +35 -0
  76. package/dist/bundled/v3/components/or-card-collection-v3/index.js +13 -6
  77. package/dist/bundled/v3/components/or-card-collection-v3/props.d.ts +5 -1
  78. package/dist/bundled/v3/components/or-card-collection-v3/styles.d.ts +2 -2
  79. package/dist/bundled/v3/components/or-card-collection-v3/types.d.ts +8 -3
  80. package/dist/bundled/v3/components/or-code/index.js +3 -2
  81. package/dist/bundled/v3/components/or-confirm-v3/index.js +5 -4
  82. package/dist/bundled/v3/components/or-empty-state-v3/OrEmptyState.vue.d.ts +1 -1
  83. package/dist/bundled/v3/components/or-empty-state-v3/index.js +2 -134
  84. package/dist/bundled/v3/components/or-icon-button-v3/index.js +1 -1
  85. package/dist/bundled/v3/components/or-inline-input-v3/index.js +3 -3
  86. package/dist/bundled/v3/components/or-inline-textarea-v3/index.js +3 -3
  87. package/dist/bundled/v3/components/or-input-box-v3/OrInputBox.vue.d.ts +1 -2
  88. package/dist/bundled/v3/components/or-input-v3/index.js +2 -2
  89. package/dist/bundled/v3/components/or-modal-v3/index.js +3 -3
  90. package/dist/bundled/v3/components/or-notification-v3/index.js +2 -2
  91. package/dist/bundled/v3/components/or-rich-text-editor-v3/index.js +6 -4
  92. package/dist/bundled/v3/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +3 -0
  93. package/dist/bundled/v3/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +45 -0
  94. package/dist/bundled/v3/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +1 -0
  95. package/dist/bundled/v3/components/or-rich-text-editor-v3/utils/codemirror/index.js +2 -0
  96. package/dist/bundled/v3/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +19 -0
  97. package/dist/bundled/v3/components/or-search-v3/OrSearch.vue.d.ts +15 -2
  98. package/dist/bundled/v3/components/or-search-v3/index.js +3 -3
  99. package/dist/bundled/v3/components/or-select-v3/index.js +3 -3
  100. package/dist/bundled/v3/components/or-tag-v3/index.js +3 -3
  101. package/dist/bundled/v3/components/or-toast-v3/index.js +4 -4
  102. package/dist/bundled/v3/index-44faad6a.js +12186 -0
  103. package/dist/bundled/v3/index-780d00b0.js +13307 -0
  104. package/dist/bundled/v3/index.js +415 -351
  105. package/dist/bundled/v3/{types-6c5eee23.js → types-dcc78caa.js} +2 -2
  106. package/dist/esm/v2/{OrAvatar-0afdef36.js → OrAvatar-3d155af3.js} +41 -15
  107. package/dist/esm/v2/{OrButton-357a5756.js → OrButton-357e1e2c.js} +5 -1
  108. package/dist/esm/v2/OrCardCollection-57d11adf.js +350 -0
  109. package/dist/esm/v2/{OrCode-41dd5f9b.js → OrCode-d4400b42.js} +6 -4
  110. package/dist/esm/v2/{OrConfirm-b0b2e43c.js → OrConfirm-ec7aef0e.js} +1 -1
  111. package/dist/esm/v2/OrEmptyState-2481f13f.js +158 -0
  112. package/dist/esm/v2/{OrRichTextEditor-c3dee275.js → OrRichTextEditor-2d152db0.js} +59 -11
  113. package/dist/esm/v2/{OrSearch-ddb7c1fe.js → OrSearch-2f260b09.js} +8 -2
  114. package/dist/esm/v2/codemirrorView-8ea431d2.js +184 -0
  115. package/dist/esm/v2/components/index.d.ts +1 -0
  116. package/dist/esm/v2/components/index.js +13 -7
  117. package/dist/esm/v2/components/or-avatar-v3/OrAvatar.stories3.d.ts +1 -1
  118. package/dist/esm/v2/components/or-avatar-v3/OrAvatar.vue.d.ts +11 -0
  119. package/dist/esm/v2/components/or-avatar-v3/index.js +2 -1
  120. package/dist/esm/v2/components/or-avatar-v3/props.d.ts +2 -1
  121. package/dist/esm/v2/components/or-avatar-v3/styles.d.ts +2 -0
  122. package/dist/esm/v2/components/or-button-v3/index.js +1 -1
  123. package/dist/esm/v2/components/or-card-collection-v3/OrCardCollection.stories3.d.ts +10 -0
  124. package/dist/esm/v2/components/or-card-collection-v3/OrCardCollection.vue.d.ts +87 -40
  125. package/dist/esm/v2/components/or-card-collection-v3/OrCardCollectionView.vue2.vue.d.ts +35 -0
  126. package/dist/esm/v2/components/or-card-collection-v3/index.js +7 -4
  127. package/dist/esm/v2/components/or-card-collection-v3/props.d.ts +5 -1
  128. package/dist/esm/v2/components/or-card-collection-v3/styles.d.ts +2 -2
  129. package/dist/esm/v2/components/or-card-collection-v3/types.d.ts +8 -3
  130. package/dist/esm/v2/components/or-code/index.js +3 -1
  131. package/dist/esm/v2/components/or-confirm-v3/index.js +2 -2
  132. package/dist/esm/v2/components/or-empty-state-v3/OrEmptyState.vue.d.ts +1 -1
  133. package/dist/esm/v2/components/or-empty-state-v3/index.js +3 -158
  134. package/dist/esm/v2/components/or-input-box-v3/OrInputBox.vue.d.ts +1 -2
  135. package/dist/esm/v2/components/or-rich-text-editor-v3/index.js +8 -1
  136. package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +3 -0
  137. package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +45 -0
  138. package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +1 -0
  139. package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/index.js +5 -0
  140. package/dist/esm/v2/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +19 -0
  141. package/dist/esm/v2/components/or-search-v3/OrSearch.vue.d.ts +15 -2
  142. package/dist/esm/v2/components/or-search-v3/index.js +1 -1
  143. package/dist/esm/v2/index.js +13 -7
  144. package/dist/esm/v3/{OrAvatar-ef88d31c.js → OrAvatar-53a4429d.js} +43 -16
  145. package/dist/esm/v3/{OrButton-f4b9ee51.js → OrButton-bb6bf8a9.js} +5 -1
  146. package/dist/esm/v3/OrCardCollection-2a6514f3.js +298 -0
  147. package/dist/esm/v3/{OrCode-ee19a5e6.js → OrCode-5ed69c23.js} +3 -1
  148. package/dist/esm/v3/{OrConfirm-906427ef.js → OrConfirm-5d56cbd3.js} +1 -1
  149. package/dist/esm/v3/OrEmptyState-bb8e3145.js +135 -0
  150. package/dist/esm/v3/OrInput-41691fb3.js +1 -1
  151. package/dist/esm/v3/{OrInputBox-5247ab25.js → OrInputBox-6d1b6059.js} +1 -1
  152. package/dist/esm/v3/{OrRichTextEditor-b2e87342.js → OrRichTextEditor-f1271eb6.js} +58 -10
  153. package/dist/esm/v3/{OrSearch-cdde55ce.js → OrSearch-e5a2e93e.js} +9 -3
  154. package/dist/esm/v3/OrSelect-7e813982.js +1 -1
  155. package/dist/esm/v3/OrTextarea-bb9ef3f2.js +1 -1
  156. package/dist/esm/v3/codemirrorView-8ea431d2.js +184 -0
  157. package/dist/esm/v3/components/index.d.ts +1 -0
  158. package/dist/esm/v3/components/index.js +14 -8
  159. package/dist/esm/v3/components/or-avatar-v3/OrAvatar.stories3.d.ts +1 -1
  160. package/dist/esm/v3/components/or-avatar-v3/OrAvatar.vue.d.ts +11 -0
  161. package/dist/esm/v3/components/or-avatar-v3/index.js +2 -1
  162. package/dist/esm/v3/components/or-avatar-v3/props.d.ts +2 -1
  163. package/dist/esm/v3/components/or-avatar-v3/styles.d.ts +2 -0
  164. package/dist/esm/v3/components/or-button-v3/index.js +1 -1
  165. package/dist/esm/v3/components/or-card-collection-v3/OrCardCollection.stories3.d.ts +10 -0
  166. package/dist/esm/v3/components/or-card-collection-v3/OrCardCollection.vue.d.ts +87 -40
  167. package/dist/esm/v3/components/or-card-collection-v3/OrCardCollectionView.vue3.vue.d.ts +35 -0
  168. package/dist/esm/v3/components/or-card-collection-v3/index.js +8 -5
  169. package/dist/esm/v3/components/or-card-collection-v3/props.d.ts +5 -1
  170. package/dist/esm/v3/components/or-card-collection-v3/styles.d.ts +2 -2
  171. package/dist/esm/v3/components/or-card-collection-v3/types.d.ts +8 -3
  172. package/dist/esm/v3/components/or-code/index.js +3 -1
  173. package/dist/esm/v3/components/or-confirm-v3/index.js +3 -3
  174. package/dist/esm/v3/components/or-empty-state-v3/OrEmptyState.vue.d.ts +1 -1
  175. package/dist/esm/v3/components/or-empty-state-v3/index.js +3 -135
  176. package/dist/esm/v3/components/or-input-box-v3/OrInputBox.vue.d.ts +1 -2
  177. package/dist/esm/v3/components/or-input-box-v3/index.js +2 -2
  178. package/dist/esm/v3/components/or-input-v3/index.js +1 -1
  179. package/dist/esm/v3/components/or-rich-text-editor-v3/index.js +8 -1
  180. package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.d.ts +3 -0
  181. package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.d.ts +45 -0
  182. package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/index.d.ts +1 -0
  183. package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/index.js +5 -0
  184. package/dist/esm/v3/components/or-rich-text-editor-v3/utils/codemirror/types.d.ts +19 -0
  185. package/dist/esm/v3/components/or-search-v3/OrSearch.vue.d.ts +15 -2
  186. package/dist/esm/v3/components/or-search-v3/index.js +2 -2
  187. package/dist/esm/v3/components/or-select-v3/index.js +1 -1
  188. package/dist/esm/v3/components/or-textarea-v3/index.js +1 -1
  189. package/dist/esm/v3/index.js +14 -8
  190. package/package.json +2 -1
  191. package/src/components/index.ts +1 -0
  192. package/src/components/or-avatar-v3/OrAvatar.stories3.ts +9 -7
  193. package/src/components/or-avatar-v3/OrAvatar.vue +22 -2
  194. package/src/components/or-avatar-v3/props.ts +1 -0
  195. package/src/components/or-avatar-v3/styles.ts +49 -11
  196. package/src/components/or-button-v3/styles.ts +6 -0
  197. package/src/components/or-card/OrCard.stories.ts +1 -1
  198. package/src/components/or-card-collection/OrCardCollection.stories.ts +1 -1
  199. package/src/components/or-card-collection-v3/OrCardCollection.docs.mdx +4 -0
  200. package/src/components/or-card-collection-v3/OrCardCollection.stories3.ts +246 -30
  201. package/src/components/or-card-collection-v3/OrCardCollection.vue +132 -77
  202. package/src/components/or-card-collection-v3/OrCardCollectionView.vue2.vue +41 -0
  203. package/src/components/or-card-collection-v3/OrCardCollectionView.vue3.vue +42 -0
  204. package/src/components/or-card-collection-v3/props.ts +14 -1
  205. package/src/components/or-card-collection-v3/styles.ts +6 -4
  206. package/src/components/or-card-collection-v3/types.ts +9 -3
  207. package/src/components/or-code/OrCode.vue +3 -1
  208. package/src/components/or-empty-state-v3/OrEmptyState.vue +16 -10
  209. package/src/components/or-input-box-v3/OrInputBox.vue +1 -2
  210. package/src/components/or-menu-v3/OrMenu.stories3.ts +1 -1
  211. package/src/components/or-rich-text-editor-v3/OrRichTextEditor.stories3.ts +2 -0
  212. package/src/components/or-rich-text-editor-v3/OrRichTextEditor.vue +32 -6
  213. package/src/components/or-rich-text-editor-v3/utils/codemirror/codemirrorNode.ts +40 -0
  214. package/src/components/or-rich-text-editor-v3/utils/codemirror/codemirrorView.ts +257 -0
  215. package/src/components/or-rich-text-editor-v3/utils/codemirror/index.ts +1 -0
  216. package/src/components/or-rich-text-editor-v3/utils/codemirror/types.ts +22 -0
  217. package/src/components/or-rich-text-editor-v3/utils/markdown.ts +2 -0
  218. package/src/components/or-search-v3/OrSearch.stories3.ts +1 -1
  219. package/src/components/or-search-v3/OrSearch.vue +8 -2
  220. package/src/components/or-teleport-v3/OrTeleport.stories3.ts +1 -1
  221. package/dist/bundled/v2/OrCardCollection-a9a779ea.js +0 -228
  222. package/dist/bundled/v2/OrCode-0cd991a1.js +0 -29579
  223. package/dist/bundled/v2/index.es-3f39f316.js +0 -115
  224. package/dist/bundled/v3/OrCardCollection.vue_vue_type_script_lang-3993a015.js +0 -164
  225. package/dist/bundled/v3/OrCode.vue_vue_type_script_lang-6c5f94a6.js +0 -29457
  226. package/dist/bundled/v3/index.es-3f39f316.js +0 -115
  227. package/dist/esm/v2/OrCardCollection-4f001551.js +0 -227
  228. package/dist/esm/v3/OrCardCollection-5a0febaf.js +0 -198
@@ -1,5 +1,6 @@
1
1
  import './index-fa6eb4ca.js';
2
2
  import { h as hslToColorString, g as generateHslFromString } from './color-1f348774.js';
3
+ import { O as OrIcon } from './OrIcon-8625385f.js';
3
4
  import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
4
5
  import { defineComponent, ref, computed, watchPostEffect } from '@vue/composition-api/dist/vue-composition-api.mjs';
5
6
  import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
@@ -10,6 +11,7 @@ var AvatarSize;
10
11
  AvatarSize["L"] = "l";
11
12
  AvatarSize["M"] = "m";
12
13
  AvatarSize["S"] = "s";
14
+ AvatarSize["XS"] = "xs";
13
15
  })(AvatarSize || (AvatarSize = {}));
14
16
  var AvatarColor;
15
17
  (function (AvatarColor) {
@@ -34,24 +36,19 @@ const AvatarImage = [
34
36
  const AvatarRootSizes = {
35
37
  'xl': [
36
38
  // Box
37
- 'w-[80px]', 'h-[80px]',
38
- // Typography
39
- 'text-[32px]'],
39
+ 'w-[80px]', 'h-[80px]'],
40
40
  'l': [
41
41
  // Box
42
- 'w-[64px]', 'h-[64px]',
43
- // Typography
44
- 'text-[24px]'],
42
+ 'w-[64px]', 'h-[64px]'],
45
43
  'm': [
46
44
  // Box
47
- 'w-[40px]', 'h-[40px]',
48
- // Typography
49
- 'text-[16px]'],
45
+ 'w-[40px]', 'h-[40px]'],
50
46
  's': [
51
47
  // Box
52
- 'w-[32px]', 'h-[32px]',
53
- // Typography
54
- 'text-[16px]']
48
+ 'w-[32px]', 'h-[32px]'],
49
+ 'xs': [
50
+ // Box
51
+ 'w-[24px]', 'h-[24px]']
55
52
  };
56
53
  const AvatarRootColors = {
57
54
  [AvatarColor.blue]: [
@@ -73,9 +70,26 @@ const AvatarRootColors = {
73
70
  // Theme
74
71
  'text-white', 'dark:text-overlay-dark']
75
72
  };
73
+ const AvatarRootAbbreviationSizes = {
74
+ 'xl': ['typography-headline-1'],
75
+ 'l': ['typography-headline-1'],
76
+ 'm': ['typography-body-1-bold'],
77
+ 's': ['typography-body-1-bold'],
78
+ 'xs': ['typography-caption-semibold']
79
+ };
80
+ const AvatarRootIconSizes = {
81
+ 'xl': ['text-[40px]'],
82
+ 'l': ['text-[32px]'],
83
+ 'm': ['text-[20px]'],
84
+ 's': ['text-[16px]'],
85
+ 'xs': ['text-[16px]']
86
+ };
76
87
 
77
88
  var script = defineComponent({
78
89
  name: 'OrAvatar',
90
+ components: {
91
+ OrIcon
92
+ },
79
93
  inheritAttrs: false,
80
94
  props: {
81
95
  src: {
@@ -86,6 +100,10 @@ var script = defineComponent({
86
100
  type: String,
87
101
  default: AvatarSize.M
88
102
  },
103
+ icon: {
104
+ type: String,
105
+ default: undefined
106
+ },
89
107
  color: {
90
108
  type: String,
91
109
  default: AvatarColor.auto,
@@ -101,9 +119,12 @@ var script = defineComponent({
101
119
  setup(props) {
102
120
  // Refs
103
121
  const root = ref();
122
+ const isIcon = computed(() => {
123
+ return !props.icon;
124
+ });
104
125
  // Styles
105
126
  const classAttribute = useClassAttribute();
106
- const rootStyles = computed(() => ['or-avatar', ...AvatarRoot, ...AvatarRootSizes[props.size], ...AvatarRootColors[props.color], classAttribute.value]);
127
+ const rootStyles = computed(() => ['or-avatar', ...AvatarRoot, ...AvatarRootSizes[props.size], ...AvatarRootColors[props.color], ...(isIcon.value ? AvatarRootAbbreviationSizes[props.size] : AvatarRootIconSizes[props.size]), classAttribute.value]);
107
128
  const imageStyles = computed(() => [...AvatarImage]);
108
129
  // Effects
109
130
  watchPostEffect(() => {
@@ -136,13 +157,18 @@ var __vue_render__ = function () {
136
157
  ref: "root",
137
158
  class: _vm.rootStyles
138
159
  }, 'div', _vm.$attrs, false), [_vm._t("default", function () {
139
- return [_c('img', {
160
+ return [_vm.src ? _c('img', {
140
161
  class: _vm.imageStyles,
141
162
  attrs: {
142
163
  "src": _vm.src,
143
164
  "alt": ''
144
165
  }
145
- })];
166
+ }) : _vm.icon ? _c('or-icon', {
167
+ attrs: {
168
+ "icon": _vm.icon,
169
+ "size": "inherit"
170
+ }
171
+ }) : _vm._e()];
146
172
  })], 2);
147
173
  };
148
174
  var __vue_staticRenderFns__ = [];
@@ -29,6 +29,8 @@ const ButtonRoot = [
29
29
  'layout-inline-row justify-center',
30
30
  // Shape
31
31
  'rounded-md',
32
+ // Sizing
33
+ 'min-w-[96px]',
32
34
  // Interactivity
33
35
  'interactivity-auto',
34
36
  // Typography
@@ -47,7 +49,9 @@ const ButtonRootVariants = {
47
49
  'px-md md:px-md', 'py-sm+ md:py-sm', 'gap-sm+ md:gap-sm'],
48
50
  'link': [
49
51
  // Spacing
50
- 'gap-sm md:gap-xs']
52
+ 'gap-sm md:gap-xs',
53
+ // Sizing
54
+ 'min-w-[auto]']
51
55
  };
52
56
  const ButtonRootColors = {
53
57
  'primary-contained': [
@@ -67,6 +67,6 @@ const __vue_component__ = /*#__PURE__*/normalizeComponent({
67
67
  render: __vue_render__,
68
68
  staticRenderFns: __vue_staticRenderFns__
69
69
  }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
70
- var OrCard = __vue_component__;
70
+ var __vue_component__$1 = __vue_component__;
71
71
 
72
- export { OrCard as O };
72
+ export { __vue_component__$1 as _ };
@@ -0,0 +1,350 @@
1
+ import './index-fa6eb4ca.js';
2
+ import { defineComponent, computed, ref, watch } from '@vue/composition-api/dist/vue-composition-api.mjs';
3
+ import { n as normalizeComponent } from './normalize-component-6e8e3d80.js';
4
+ import { O as OrIconButton } from './OrIconButton-a215104c.js';
5
+ import { O as OrButton } from './OrButton-4b99c680.js';
6
+ import { O as OrMenu } from './OrMenu-fa47c888.js';
7
+ import { O as OrMenuItem } from './OrMenuItem-26420908.js';
8
+ import { O as OrIcon } from './OrIcon-8625385f.js';
9
+ import { O as OrSearch } from './OrSearch-76b002cf.js';
10
+ import { u as useClassAttribute } from './useClassAttribute-9bf33346.js';
11
+
12
+ const CardCollectionRoot = [
13
+ // Layout
14
+ 'layout-column',
15
+ // Spacing
16
+ 'gap-md'];
17
+ const CardCollectionToolbar = [
18
+ // Layout
19
+ 'layout-row justify-between',
20
+ // Typography
21
+ 'typography-body-2-regular',
22
+ // Theme
23
+ 'theme-foreground-default', 'dark:theme-foreground-default-dark'];
24
+ const CardCollectionToolbarPanel = [
25
+ // Layout
26
+ 'layout-row',
27
+ // Spacing
28
+ 'gap-lg+'];
29
+ const CardCollectionContent = [
30
+ // Layout
31
+ 'grid',
32
+ // Spacing
33
+ 'gap-sm md:gap-md'];
34
+ const CardCollectionContentViews = {
35
+ 'grid': [
36
+ // Layout
37
+ 'sm:grid-cols-1', 'md:grid-cols-2', 'lg:grid-cols-4', 'xl:grid-cols-6'],
38
+ 'list': ['grid-cols-1']
39
+ };
40
+
41
+ var script$1 = defineComponent({
42
+ name: 'OrCardCollectionView',
43
+ props: {
44
+ items: {
45
+ type: Array,
46
+ default: []
47
+ },
48
+ mode: {
49
+ type: String,
50
+ required: true
51
+ }
52
+ },
53
+ setup(props) {
54
+ const contentStyles = computed(() => [...CardCollectionContent, ...CardCollectionContentViews[props.mode]]);
55
+ return {
56
+ contentStyles
57
+ };
58
+ }
59
+ });
60
+
61
+ /* script */
62
+ const __vue_script__$1 = script$1;
63
+
64
+ /* template */
65
+ var __vue_render__$1 = function () {
66
+ var _vm = this;
67
+ var _h = _vm.$createElement;
68
+ var _c = _vm._self._c || _h;
69
+ return _c('div', {
70
+ class: _vm.contentStyles
71
+ }, [_vm._l(_vm.items, function (item) {
72
+ return _vm._t("item", function () {
73
+ return [_vm._v("\n " + _vm._s(item.key) + "\n ")];
74
+ }, null, {
75
+ item: item,
76
+ mode: _vm.mode
77
+ });
78
+ })], 2);
79
+ };
80
+ var __vue_staticRenderFns__$1 = [];
81
+
82
+ /* style */
83
+ const __vue_inject_styles__$1 = undefined;
84
+ /* scoped */
85
+ const __vue_scope_id__$1 = undefined;
86
+ /* module identifier */
87
+ const __vue_module_identifier__$1 = undefined;
88
+ /* functional template */
89
+ const __vue_is_functional_template__$1 = false;
90
+ /* style inject */
91
+
92
+ /* style inject SSR */
93
+
94
+ /* style inject shadow dom */
95
+
96
+ const __vue_component__$2 = /*#__PURE__*/normalizeComponent({
97
+ render: __vue_render__$1,
98
+ staticRenderFns: __vue_staticRenderFns__$1
99
+ }, __vue_inject_styles__$1, __vue_script__$1, __vue_scope_id__$1, __vue_is_functional_template__$1, __vue_module_identifier__$1, false, undefined, undefined, undefined);
100
+ var OrCardCollectionView = __vue_component__$2;
101
+
102
+ var DefaultCardCollectionViews;
103
+ (function (DefaultCardCollectionViews) {
104
+ DefaultCardCollectionViews["Grid"] = "grid";
105
+ DefaultCardCollectionViews["List"] = "list";
106
+ })(DefaultCardCollectionViews || (DefaultCardCollectionViews = {}));
107
+ const gridView = {
108
+ view: DefaultCardCollectionViews.Grid,
109
+ icon: 'grid_view'
110
+ };
111
+ const listView = {
112
+ view: DefaultCardCollectionViews.List,
113
+ icon: 'view_agenda'
114
+ };
115
+ const defaultViewModes = [gridView, listView];
116
+
117
+ var script = defineComponent({
118
+ name: 'OrCardCollection',
119
+ components: {
120
+ OrCardCollectionView,
121
+ OrIconButton,
122
+ OrButton,
123
+ OrMenu,
124
+ OrMenuItem,
125
+ OrIcon,
126
+ OrSearch
127
+ },
128
+ inheritAttrs: false,
129
+ props: {
130
+ items: {
131
+ type: Array,
132
+ default: []
133
+ },
134
+ view: {
135
+ type: String,
136
+ default: gridView.view
137
+ },
138
+ viewModes: {
139
+ type: Array,
140
+ default: () => defaultViewModes
141
+ },
142
+ sort: {
143
+ type: String,
144
+ default: undefined
145
+ },
146
+ sortOptions: {
147
+ type: Array,
148
+ default: () => []
149
+ },
150
+ search: {
151
+ type: String,
152
+ default: ''
153
+ },
154
+ searchPlaceholder: {
155
+ type: String,
156
+ default: undefined
157
+ },
158
+ searchDebounce: {
159
+ type: Number,
160
+ default: undefined
161
+ }
162
+ },
163
+ emits: ['viewChange', 'sortChange', 'searchChange'],
164
+ expose: ['root'],
165
+ setup(props, context) {
166
+ // Refs
167
+ const root = ref();
168
+ const sortMenu = ref();
169
+ const sortButton = ref();
170
+ // Styles
171
+ const classAttribute = useClassAttribute();
172
+ const rootStyles = computed(() => ['or-card-collection', ...CardCollectionRoot, classAttribute.value]);
173
+ const toolbarStyles = computed(() => [...CardCollectionToolbar]);
174
+ const toolbarPanelStyles = computed(() => [...CardCollectionToolbarPanel]);
175
+ const sortLabel = computed(() => {
176
+ var _a;
177
+ return (_a = props.sortOptions.find(item => item.value === props.sort)) === null || _a === void 0 ? void 0 : _a.label;
178
+ });
179
+ // State
180
+ const proxyView = ref(props.view);
181
+ const proxySort = ref(props.sort);
182
+ const proxySearch = ref(props.search);
183
+ // Methods
184
+ function switchView(view) {
185
+ proxyView.value = view;
186
+ }
187
+ function handleSort(sort) {
188
+ proxySort.value = sort;
189
+ }
190
+ function handleSearch(search) {
191
+ proxySearch.value = search;
192
+ }
193
+ // Effects
194
+ watch(() => props.view, value => {
195
+ proxyView.value = value;
196
+ });
197
+ watch(proxyView, value => {
198
+ context.emit('viewChange', value);
199
+ });
200
+ watch(() => props.sort, value => {
201
+ proxySort.value = value;
202
+ });
203
+ watch(proxySort, value => {
204
+ context.emit('sortChange', value);
205
+ });
206
+ watch(() => props.search, value => {
207
+ proxySearch.value = value;
208
+ });
209
+ watch(proxySearch, value => {
210
+ context.emit('searchChange', value);
211
+ });
212
+ return {
213
+ root,
214
+ sortMenu,
215
+ sortButton,
216
+ rootStyles,
217
+ toolbarStyles,
218
+ toolbarPanelStyles,
219
+ proxyView,
220
+ proxySort,
221
+ proxySearch,
222
+ sortLabel,
223
+ switchView,
224
+ handleSort,
225
+ handleSearch
226
+ };
227
+ }
228
+ });
229
+
230
+ /* script */
231
+ const __vue_script__ = script;
232
+
233
+ /* template */
234
+ var __vue_render__ = function () {
235
+ var _vm = this;
236
+ var _h = _vm.$createElement;
237
+ var _c = _vm._self._c || _h;
238
+ return _c('div', _vm._b({
239
+ ref: "root",
240
+ class: _vm.rootStyles
241
+ }, 'div', _vm.$attrs, false), [_c('div', {
242
+ class: _vm.toolbarStyles
243
+ }, [_c('div', {
244
+ class: _vm.toolbarPanelStyles
245
+ }, [_vm.sortOptions.length ? [_c('OrButton', {
246
+ ref: "sortButton",
247
+ attrs: {
248
+ "variant": "link",
249
+ "color": "inherit"
250
+ },
251
+ on: {
252
+ "click": function ($event) {
253
+ return _vm.sortMenu.toggle();
254
+ }
255
+ }
256
+ }, [_vm._v("\n " + _vm._s(_vm.sortLabel) + "\n "), _vm.sortMenu ? _c('OrIcon', {
257
+ attrs: {
258
+ "icon": _vm.sortMenu.isOpen ? 'arrow_drop_up' : 'arrow_drop_down'
259
+ }
260
+ }) : _vm._e()], 1), _vm._v(" "), _c('OrMenu', {
261
+ ref: "sortMenu",
262
+ attrs: {
263
+ "trigger": _vm.sortButton && _vm.sortButton.root
264
+ }
265
+ }, _vm._l(_vm.sortOptions, function (sortItem) {
266
+ return _c('OrMenuItem', {
267
+ key: sortItem,
268
+ on: {
269
+ "click": function ($event) {
270
+ return _vm.handleSort(sortItem.value);
271
+ }
272
+ }
273
+ }, [_vm._v("\n " + _vm._s(sortItem.label) + "\n ")]);
274
+ }), 1)] : _vm._e()], 2), _vm._v(" "), _c('div', {
275
+ class: _vm.toolbarPanelStyles
276
+ }, [_c('OrSearch', {
277
+ staticClass: "md:w-[350px]",
278
+ attrs: {
279
+ "model-value": _vm.proxySearch,
280
+ "placeholder": _vm.searchPlaceholder,
281
+ "debounce": _vm.searchDebounce,
282
+ "size": "s"
283
+ },
284
+ on: {
285
+ "search": _vm.handleSearch
286
+ }
287
+ }), _vm._v(" "), _c('div', {
288
+ staticClass: "layout-row gap-sm"
289
+ }, [_vm.viewModes.length > 1 ? _vm._l(_vm.viewModes, function (viewOption) {
290
+ return _c('OrIconButton', {
291
+ key: viewOption.view,
292
+ attrs: {
293
+ "icon": {
294
+ icon: viewOption.icon,
295
+ variant: viewOption.view === _vm.proxyView ? 'filled' : 'outlined'
296
+ }
297
+ },
298
+ on: {
299
+ "click": function ($event) {
300
+ return _vm.switchView(viewOption.view);
301
+ }
302
+ }
303
+ });
304
+ }) : _vm._e(), _vm._v(" "), _vm._t("addon")], 2)], 1)]), _vm._v(" "), _vm._t("header", null, null, {
305
+ items: _vm.items,
306
+ mode: _vm.proxyView
307
+ }), _vm._v(" "), _vm.items.length ? _vm._t(_vm.proxyView, function () {
308
+ return [_c('OrCardCollectionView', {
309
+ attrs: {
310
+ "items": _vm.items,
311
+ "mode": _vm.proxyView
312
+ },
313
+ scopedSlots: _vm._u([{
314
+ key: "item",
315
+ fn: function (props) {
316
+ return [_vm._t("item", null, null, props)];
317
+ }
318
+ }], null, true)
319
+ })];
320
+ }, null, {
321
+ items: _vm.items
322
+ }) : _vm.items.length === 0 && _vm.proxySearch.length > 0 ? _vm._t("noSearchResults", function () {
323
+ return [_vm._v("\n No results\n ")];
324
+ }, null, {
325
+ search: _vm.proxySearch
326
+ }) : _vm._e()], 2);
327
+ };
328
+ var __vue_staticRenderFns__ = [];
329
+
330
+ /* style */
331
+ const __vue_inject_styles__ = undefined;
332
+ /* scoped */
333
+ const __vue_scope_id__ = undefined;
334
+ /* module identifier */
335
+ const __vue_module_identifier__ = undefined;
336
+ /* functional template */
337
+ const __vue_is_functional_template__ = false;
338
+ /* style inject */
339
+
340
+ /* style inject SSR */
341
+
342
+ /* style inject shadow dom */
343
+
344
+ const __vue_component__ = /*#__PURE__*/normalizeComponent({
345
+ render: __vue_render__,
346
+ staticRenderFns: __vue_staticRenderFns__
347
+ }, __vue_inject_styles__, __vue_script__, __vue_scope_id__, __vue_is_functional_template__, __vue_module_identifier__, false, undefined, undefined, undefined);
348
+ var __vue_component__$1 = __vue_component__;
349
+
350
+ export { DefaultCardCollectionViews as D, __vue_component__$1 as _, defaultViewModes as d, gridView as g, listView as l };