@onereach/ui-components 8.7.2-beta.3688.0 → 8.8.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 (36) hide show
  1. package/dist/bundled/v2/components/OrTabV3/OrTab.js +1 -1
  2. package/dist/bundled/v2/components/OrTabV3/index.js +1 -1
  3. package/dist/bundled/v2/components/OrTabV3/styles.js +1 -1
  4. package/dist/bundled/v2/components/{OrTabV3-15d191b8.js → OrTabV3-28464a86.js} +4 -4
  5. package/dist/bundled/v2/components/OrTabsV3/OrTabs.js +1 -1
  6. package/dist/bundled/v2/components/OrTabsV3/index.js +1 -1
  7. package/dist/bundled/v2/components/OrTabsV3/props.js +1 -1
  8. package/dist/bundled/v2/components/OrTabsV3/styles.js +1 -1
  9. package/dist/bundled/v2/components/{OrTabsV3-1527f6bd.js → OrTabsV3-c3cbbdae.js} +1 -1
  10. package/dist/bundled/v2/components/index.js +2 -2
  11. package/dist/bundled/v2/index.js +3 -3
  12. package/dist/bundled/v3/components/OrTabV3/OrTab.js +1 -1
  13. package/dist/bundled/v3/components/OrTabV3/index.js +1 -1
  14. package/dist/bundled/v3/components/OrTabV3/styles.js +1 -1
  15. package/dist/bundled/v3/components/{OrTabV3-63fe4adb.js → OrTabV3-52cf59a3.js} +4 -4
  16. package/dist/bundled/v3/components/OrTabsV3/OrTabs.js +1 -1
  17. package/dist/bundled/v3/components/OrTabsV3/index.js +1 -1
  18. package/dist/bundled/v3/components/OrTabsV3/props.js +1 -1
  19. package/dist/bundled/v3/components/OrTabsV3/styles.js +1 -1
  20. package/dist/bundled/v3/components/{OrTabsV3-637181dd.js → OrTabsV3-df8ed243.js} +1 -1
  21. package/dist/bundled/v3/components/index.js +2 -2
  22. package/dist/bundled/v3/index.js +3 -3
  23. package/dist/esm/v2/{OrTab-4d175735.js → OrTab-86701135.js} +4 -4
  24. package/dist/esm/v2/{OrTabs-e6ae80e9.js → OrTabs-7d28c6a8.js} +1 -1
  25. package/dist/esm/v2/components/index.js +2 -2
  26. package/dist/esm/v2/components/or-tab-v3/index.js +1 -1
  27. package/dist/esm/v2/components/or-tabs-v3/index.js +2 -2
  28. package/dist/esm/v2/index.js +2 -2
  29. package/dist/esm/v3/{OrTab-3eb33eeb.js → OrTab-1d7b8534.js} +4 -4
  30. package/dist/esm/v3/{OrTabs-c83800f7.js → OrTabs-0cba48ef.js} +1 -1
  31. package/dist/esm/v3/components/index.js +2 -2
  32. package/dist/esm/v3/components/or-tab-v3/index.js +1 -1
  33. package/dist/esm/v3/components/or-tabs-v3/index.js +2 -2
  34. package/dist/esm/v3/index.js +2 -2
  35. package/package.json +4 -3
  36. package/src/components/or-tab-v3/styles.ts +6 -6
@@ -1,2 +1,2 @@
1
- export { _ as default } from '../OrTabV3-15d191b8.js';
1
+ export { _ as default } from '../OrTabV3-28464a86.js';
2
2
  import '../OrAvatar-394ee178.js';
@@ -1 +1 @@
1
- export { _ as OrTabV3 } from '../OrTabV3-15d191b8.js';
1
+ export { _ as OrTabV3 } from '../OrTabV3-28464a86.js';
@@ -1 +1 @@
1
- export { T as Tab } from '../OrTabV3-15d191b8.js';
1
+ export { T as Tab } from '../OrTabV3-28464a86.js';
@@ -11,9 +11,9 @@ const Tab = [
11
11
  // Typography
12
12
  'typography-body-2-bold',
13
13
  // Theme
14
- 'theme-foreground-secondary', 'dark:theme-foreground-secondary-dark', 'theme-border-underline', 'theme-border-2-transparent', 'dark:theme-border-2-transparent',
14
+ 'theme-foreground-secondary', 'dark:theme-foreground-secondary-dark', 'theme-border-underline', 'theme-border-2-transparent', 'dark:theme-border-2-transparent-dark',
15
15
  // Theme (selected)
16
- 'selected:theme-foreground-default', 'dark:selected:theme-foreground-default-dark', 'selected:theme-border-underline', 'selected:theme-border-2-current', 'dark:selected:theme-border-2-current',
16
+ 'selected:theme-foreground-default', 'dark:selected:theme-foreground-default-dark', 'selected:theme-border-underline', 'selected:theme-border-2-current', 'dark:selected:theme-border-2-current-dark',
17
17
  // Theme (invalid)
18
18
  'invalid:theme-foreground-error', 'dark:invalid:theme-foreground-error-dark',
19
19
  // Theme (hover)
@@ -21,9 +21,9 @@ const Tab = [
21
21
  // Theme (hover, invalid)
22
22
  'hover:invalid:md:theme-foreground-error-hover', 'dark:hover:invalid:md:theme-foreground-error-hover-dark',
23
23
  // Theme (active)
24
- 'active:theme-foreground-default', 'dark:active:theme-foreground-default-dark', 'active:theme-border-underline', 'active:theme-border-2-current', 'dark:active:theme-border-2-current',
24
+ 'active:theme-foreground-default', 'dark:active:theme-foreground-default-dark', 'active:theme-border-underline', 'active:enabled:theme-border-2-current', 'dark:active:enabled:theme-border-2-current-dark',
25
25
  // Theme (active, invalid)
26
- 'active:invalid:theme-foreground-error', 'dark:active:invalid:theme-foreground-error-dark', 'active:invalid:theme-border-underline', 'active:invalid:theme-border-2-current', 'dark:active:invalid:theme-border-2-current'];
26
+ 'active:invalid:theme-foreground-error', 'dark:active:invalid:theme-foreground-error-dark', 'active:invalid:theme-border-underline', 'active:enabled:invalid:theme-border-2-current', 'dark:active:enabled:invalid:theme-border-2-current-dark'];
27
27
 
28
28
  var script = defineComponent({
29
29
  name: 'OrTab',
@@ -1,2 +1,2 @@
1
- export { _ as default } from '../OrTabsV3-1527f6bd.js';
1
+ export { _ as default } from '../OrTabsV3-c3cbbdae.js';
2
2
  import '../OrAvatar-394ee178.js';
@@ -1 +1 @@
1
- export { _ as OrTabsV3, T as TabsVariant } from '../OrTabsV3-1527f6bd.js';
1
+ export { _ as OrTabsV3, T as TabsVariant } from '../OrTabsV3-c3cbbdae.js';
@@ -1 +1 @@
1
- export { T as TabsVariant } from '../OrTabsV3-1527f6bd.js';
1
+ export { T as TabsVariant } from '../OrTabsV3-c3cbbdae.js';
@@ -1 +1 @@
1
- export { b as Tabs, a as TabsContainer, d as TabsContent, c as TabsVariants } from '../OrTabsV3-1527f6bd.js';
1
+ export { b as Tabs, a as TabsContainer, d as TabsContent, c as TabsVariants } from '../OrTabsV3-c3cbbdae.js';
@@ -3,7 +3,7 @@ import { defineComponent, ref, computed, reactive, toRef, watch, nextTick, onMou
3
3
  import { _ as __vue_component__$1 } from './OrIconV3-5beb90d0.js';
4
4
  import { _ as __vue_component__$2 } from './OrMenuV3-10aa4318.js';
5
5
  import { _ as __vue_component__$3 } from './OrMenuItemV3-d631012c.js';
6
- import { _ as __vue_component__$4 } from './OrTabV3-15d191b8.js';
6
+ import { _ as __vue_component__$4 } from './OrTabV3-28464a86.js';
7
7
  import { n as normalizeComponent } from './OrAvatar-394ee178.js';
8
8
 
9
9
  var TabsVariant;
@@ -97,9 +97,9 @@ export { default as OrSwitch } from './OrSwitch/OrSwitch.js';
97
97
  export { _ as OrSwitchV3 } from './OrSwitchV3-c18a44b5.js';
98
98
  export { default as OrTab } from './OrTab/OrTab.js';
99
99
  export { default as OrTabHeaderItem } from './OrTabHeaderItem/OrTabHeaderItem.js';
100
- export { _ as OrTabV3 } from './OrTabV3-15d191b8.js';
100
+ export { _ as OrTabV3 } from './OrTabV3-28464a86.js';
101
101
  export { default as OrTabs } from './OrTabs/OrTabs.js';
102
- export { _ as OrTabsV3, T as TabsVariant } from './OrTabsV3-1527f6bd.js';
102
+ export { _ as OrTabsV3, T as TabsVariant } from './OrTabsV3-c3cbbdae.js';
103
103
  export { default as OrTag } from './OrTag/OrTag.js';
104
104
  export { _ as OrTagInputV3 } from './OrTagInputV3-989676a4.js';
105
105
  export { _ as OrTagV3, a as TagColor, T as TagVariant } from './OrTagV3-628e773d.js';