@onereach/ui-components 8.0.6-beta.3614.0 → 8.0.6

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 (30) 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 +8 -3
  4. package/dist/bundled/v2/components/OrTabsV3/styles.js +2 -2
  5. package/dist/bundled/v2/index.js +1 -1
  6. package/dist/bundled/v2/markdown-3b17cc9b.js +15365 -0
  7. package/dist/bundled/v3/{OrRichTextEditor.vue_vue_type_script_lang-1658b1a2.js → OrRichTextEditor.vue_vue_type_script_lang-667a8827.js} +1 -1
  8. package/dist/bundled/v3/components/OrRichTextEditorV3/OrRichTextEditor.js +2 -2
  9. package/dist/bundled/v3/components/OrRichTextEditorV3/index.js +1 -1
  10. package/dist/bundled/v3/components/OrRichTextEditorV3/utils/markdown.js +1 -1
  11. package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +9 -6
  12. package/dist/bundled/v3/components/OrTabsV3/index.js +1 -1
  13. package/dist/bundled/v3/components/OrTabsV3/styles.js +2 -2
  14. package/dist/bundled/v3/components/index.js +2 -2
  15. package/dist/bundled/v3/index.js +3 -3
  16. package/dist/bundled/v3/markdown-3b17cc9b.js +15365 -0
  17. package/dist/esm/v2/{OrTabs-db6e7f59.js → OrTabs-20560ebc.js} +10 -5
  18. package/dist/esm/v2/components/index.js +1 -1
  19. package/dist/esm/v2/components/or-tabs-v3/index.js +1 -1
  20. package/dist/esm/v2/index.js +1 -1
  21. package/dist/esm/v3/{OrTabs-0660d898.js → OrTabs-faae418d.js} +9 -6
  22. package/dist/esm/v3/components/index.js +1 -1
  23. package/dist/esm/v3/components/or-tabs-v3/index.js +1 -1
  24. package/dist/esm/v3/index.js +1 -1
  25. package/package.json +3 -2
  26. package/src/components/or-tabs-v3/OrTabs.vue +9 -3
  27. package/src/components/or-tabs-v3/styles.ts +1 -3
  28. package/dist/bundled/v2/markdown-7d2cd3a5.js +0 -8287
  29. package/dist/bundled/v3/markdown-7d2cd3a5.js +0 -8287
  30. /package/dist/bundled/v3/{OrTabs.vue_vue_type_script_lang-fabab6e0.js → OrTabs.vue_vue_type_script_lang-e1b245b2.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-7d2cd3a5.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';
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-7d2cd3a5.js';
1
+ export { d as deserialize, s as serialize } from '../../../markdown-3b17cc9b.js';
2
2
  import '../../../index-f671afe5.js';
@@ -153,13 +153,18 @@ var __vue_render__ = function () {
153
153
  _vm.proxyModelValue = tab.value;
154
154
  }
155
155
  }
156
- }, [_vm._v("\n " + _vm._s(tab.label) + "\n ")]);
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);
157
162
  }), _vm._v(" "), _vm.tabs.hidden.length > 0 ? [_c('OrTab', {
158
163
  ref: "overflowTab",
159
164
  on: {
160
165
  "click": function ($event) {
161
166
  $event.stopPropagation();
162
- return _vm.overflowMenu.open();
167
+ _vm.overflowMenu && _vm.overflowMenu.open();
163
168
  }
164
169
  }
165
170
  }, [_c('OrIcon', {
@@ -179,7 +184,7 @@ var __vue_render__ = function () {
179
184
  "click": function ($event) {
180
185
  $event.stopPropagation();
181
186
  _vm.proxyModelValue = tab.value;
182
- _vm.overflowMenu.close();
187
+ _vm.overflowMenu && _vm.overflowMenu.close();
183
188
  }
184
189
  }
185
190
  }, [_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
- 'overflow-hidden', 'flex-shrink-0',
5
+ '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', 'overflow-hidden',
22
+ 'h-full',
23
23
  // Spacing
24
24
  'gap-lg'];
25
25
  const TabsContent = [