@onereach/ui-components 8.0.6-beta.3610.0 → 8.0.6-beta.3614.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 (29) hide show
  1. package/dist/bundled/v2/components/OrRichTextEditorV3/OrRichTextEditor.js +1 -1
  2. package/dist/bundled/v2/components/OrRichTextEditorV3/utils/markdown.js +1 -1
  3. package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +3 -8
  4. package/dist/bundled/v2/components/OrTabsV3/styles.js +2 -2
  5. package/dist/bundled/v2/markdown-7d2cd3a5.js +8287 -0
  6. package/dist/bundled/v3/{OrRichTextEditor.vue_vue_type_script_lang-667a8827.js → OrRichTextEditor.vue_vue_type_script_lang-1658b1a2.js} +1 -1
  7. package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +2 -2
  8. package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +1 -1
  9. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +1 -1
  10. package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +6 -9
  11. package/dist/bundled/v3/components/OrTabsV3/index.js +1 -1
  12. package/dist/bundled/v3/components/OrTabsV3/styles.js +2 -2
  13. package/dist/bundled/v3/components/index.js +2 -2
  14. package/dist/bundled/v3/index.js +2 -2
  15. package/dist/bundled/v3/markdown-7d2cd3a5.js +8287 -0
  16. package/dist/esm/v2/{OrTabs-515d6fd3.js → OrTabs-db6e7f59.js} +5 -10
  17. package/dist/esm/v2/components/index.js +1 -1
  18. package/dist/esm/v2/components/or-tabs-v3/index.js +1 -1
  19. package/dist/esm/v2/index.js +1 -1
  20. package/dist/esm/v3/{OrTabs-64c3a414.js → OrTabs-0660d898.js} +6 -9
  21. package/dist/esm/v3/components/index.js +1 -1
  22. package/dist/esm/v3/components/or-tabs-v3/index.js +1 -1
  23. package/dist/esm/v3/index.js +1 -1
  24. package/package.json +1 -1
  25. package/src/components/or-tabs-v3/OrTabs.vue +3 -9
  26. package/src/components/or-tabs-v3/styles.ts +2 -0
  27. package/dist/bundled/v2/markdown-3b17cc9b.js +0 -15365
  28. package/dist/bundled/v3/markdown-3b17cc9b.js +0 -15365
  29. /package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-1e398bfc.js → OrTabs.vue_vue_type_script_lang-fabab6e0.js} +0 -0
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, onMounted, onBeforeUnmount, computed, watch, nextTick } from 'vue-demi';
2
2
  import { u as useFocusTrap } from '../../useFocusTrap-dad25115.js';
3
3
  import { e as useResizeObserver, o as onClickOutside } from '../../index-a77d7adf.js';
4
- import { B as Blockquote, a as Bold, b as BulletList, C as CodeBlock, H as HardBreak, I as Italic, L as ListItem, O as OrderedList, P as Paragraph, S as Strike, s as serialize, d as deserialize, U as Underline, c as Link, e as Highlight } from '../../markdown-3b17cc9b.js';
4
+ import { B as Blockquote, a as Bold, b as BulletList, C as CodeBlock, H as HardBreak, I as Italic, L as ListItem, O as OrderedList, P as Paragraph, S as Strike, s as serialize, d as deserialize, U as Underline, c as Link, e as Highlight } from '../../markdown-7d2cd3a5.js';
5
5
  import { EditorContainer, ToolbarContainer, Toolbar, ToolbarButtonFocused, ToolbarButton, EditorInput } from './styles.js';
6
6
  import { c as commonjsGlobal } from '../../_commonjsHelpers-1789f0cf.js';
7
7
  import { Formats } from './props.js';
@@ -1,2 +1,2 @@
1
- export { d as deserialize, s as serialize } from '../../../markdown-3b17cc9b.js';
1
+ export { d as deserialize, s as serialize } from '../../../markdown-7d2cd3a5.js';
2
2
  import '../../../index-f671afe5.js';
@@ -153,18 +153,13 @@ var __vue_render__ = function () {
153
153
  _vm.proxyModelValue = tab.value;
154
154
  }
155
155
  }
156
- }, [_vm._t("tab", function () {
157
- return [_vm._v("\n " + _vm._s(tab.label) + "\n ")];
158
- }, {
159
- "tab": tab,
160
- "activeTab": _vm.activeTab
161
- })], 2);
156
+ }, [_vm._v("\n " + _vm._s(tab.label) + "\n ")]);
162
157
  }), _vm._v(" "), _vm.tabs.hidden.length > 0 ? [_c('OrTab', {
163
158
  ref: "overflowTab",
164
159
  on: {
165
160
  "click": function ($event) {
166
161
  $event.stopPropagation();
167
- _vm.overflowMenu && _vm.overflowMenu.open();
162
+ return _vm.overflowMenu.open();
168
163
  }
169
164
  }
170
165
  }, [_c('OrIcon', {
@@ -184,7 +179,7 @@ var __vue_render__ = function () {
184
179
  "click": function ($event) {
185
180
  $event.stopPropagation();
186
181
  _vm.proxyModelValue = tab.value;
187
- _vm.overflowMenu && _vm.overflowMenu.close();
182
+ _vm.overflowMenu.close();
188
183
  }
189
184
  }
190
185
  }, [_vm._v("\n " + _vm._s(tab.label) + "\n ")]);
@@ -2,7 +2,7 @@ const TabsRoot = [
2
2
  // Layout
3
3
  'grid', 'grid-flow-col', 'items-center',
4
4
  // Box
5
- 'flex-shrink-0',
5
+ 'overflow-hidden', 'flex-shrink-0',
6
6
  // Spacing
7
7
  'gap-lg',
8
8
  // Theme
@@ -19,7 +19,7 @@ const TabsContainer = [
19
19
  // Layout
20
20
  'layout-column',
21
21
  // Box
22
- 'h-full',
22
+ 'h-full', 'overflow-hidden',
23
23
  // Spacing
24
24
  'gap-lg'];
25
25
  const TabsContent = [