@alfalab/core-components-tabs 8.8.2 → 8.8.3

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 (60) hide show
  1. package/components/primary-tablist/Component.collapsible.js +1 -1
  2. package/components/primary-tablist/Component.desktop.js +1 -1
  3. package/components/primary-tablist/Component.mobile.js +2 -2
  4. package/components/primary-tablist/index.css +132 -132
  5. package/components/primary-tablist/mobile.css +220 -220
  6. package/components/scroll-controls/Component.js +2 -1
  7. package/components/scroll-controls/index.css +12 -12
  8. package/components/scrollable-container/Component.js +1 -1
  9. package/components/scrollable-container/index.css +6 -6
  10. package/components/secondary-tablist/Component.desktop.js +1 -1
  11. package/components/secondary-tablist/Component.mobile.js +2 -2
  12. package/components/secondary-tablist/index.css +11 -11
  13. package/components/secondary-tablist/mobile.css +13 -13
  14. package/components/tab/Component.js +1 -1
  15. package/components/tab/index.css +3 -3
  16. package/cssm/components/scroll-controls/Component.js +1 -0
  17. package/esm/components/primary-tablist/Component.collapsible.js +1 -1
  18. package/esm/components/primary-tablist/Component.desktop.js +1 -1
  19. package/esm/components/primary-tablist/Component.mobile.js +2 -2
  20. package/esm/components/primary-tablist/index.css +132 -132
  21. package/esm/components/primary-tablist/mobile.css +220 -220
  22. package/esm/components/scroll-controls/Component.js +2 -1
  23. package/esm/components/scroll-controls/index.css +12 -12
  24. package/esm/components/scrollable-container/Component.js +1 -1
  25. package/esm/components/scrollable-container/index.css +6 -6
  26. package/esm/components/secondary-tablist/Component.desktop.js +1 -1
  27. package/esm/components/secondary-tablist/Component.mobile.js +2 -2
  28. package/esm/components/secondary-tablist/index.css +11 -11
  29. package/esm/components/secondary-tablist/mobile.css +13 -13
  30. package/esm/components/tab/Component.js +1 -1
  31. package/esm/components/tab/index.css +3 -3
  32. package/esm/index.module-1309b7a3.js +4 -0
  33. package/esm/index.module-35258579.js +4 -0
  34. package/index.module-4408aec2.js +6 -0
  35. package/index.module-a1337460.js +6 -0
  36. package/modern/components/primary-tablist/Component.collapsible.js +1 -1
  37. package/modern/components/primary-tablist/Component.desktop.js +1 -1
  38. package/modern/components/primary-tablist/Component.mobile.js +2 -2
  39. package/modern/components/primary-tablist/index.css +132 -132
  40. package/modern/components/primary-tablist/mobile.css +220 -220
  41. package/modern/components/scroll-controls/Component.js +2 -1
  42. package/modern/components/scroll-controls/index.css +12 -12
  43. package/modern/components/scrollable-container/Component.js +1 -1
  44. package/modern/components/scrollable-container/index.css +6 -6
  45. package/modern/components/secondary-tablist/Component.desktop.js +1 -1
  46. package/modern/components/secondary-tablist/Component.mobile.js +2 -2
  47. package/modern/components/secondary-tablist/index.css +11 -11
  48. package/modern/components/secondary-tablist/mobile.css +13 -13
  49. package/modern/components/tab/Component.js +1 -1
  50. package/modern/components/tab/index.css +3 -3
  51. package/modern/index.module-25cbbce4.js +4 -0
  52. package/modern/index.module-3ca1cf6d.js +4 -0
  53. package/package.json +4 -4
  54. package/src/components/scroll-controls/Component.tsx +2 -0
  55. package/esm/index.module-0479b8df.js +0 -4
  56. package/esm/index.module-8bfeca4d.js +0 -4
  57. package/index.module-9020d7b5.js +0 -6
  58. package/index.module-e9bc9a5f.js +0 -6
  59. package/modern/index.module-087edae9.js +0 -4
  60. package/modern/index.module-f6f9b889.js +0 -4
@@ -6,7 +6,7 @@ import { ChevronLeftCompactSIcon } from '@alfalab/icons-glyph/ChevronLeftCompact
6
6
  import { ChevronRightCompactSIcon } from '@alfalab/icons-glyph/ChevronRightCompactSIcon';
7
7
  import { getDisabledState, scrollIntoFirstTab, scrollIntoLastTab } from './utils.js';
8
8
 
9
- const styles = {"component":"tabs__component_e94p4","primary":"tabs__primary_e94p4","button":"tabs__button_e94p4","xl":"tabs__xl_e94p4","secondary":"tabs__secondary_e94p4","xs":"tabs__xs_e94p4","borderVisible":"tabs__borderVisible_e94p4"};
9
+ const styles = {"component":"tabs__component_wvwr7","primary":"tabs__primary_wvwr7","button":"tabs__button_wvwr7","xl":"tabs__xl_wvwr7","secondary":"tabs__secondary_wvwr7","xs":"tabs__xs_wvwr7","borderVisible":"tabs__borderVisible_wvwr7"};
10
10
  require('./index.css')
11
11
 
12
12
  const ScrollControls = forwardRef(({ containerRef, view, size: sizeProp, className }, ref) => {
@@ -36,5 +36,6 @@ const ScrollControls = forwardRef(({ containerRef, view, size: sizeProp, classNa
36
36
  React.createElement(IconButton, { ...commonButtonProps, icon: ChevronLeftCompactSIcon, disabled: disabledState.toLeft, onClick: handleScrollLeft }),
37
37
  React.createElement(IconButton, { ...commonButtonProps, icon: ChevronRightCompactSIcon, disabled: disabledState.toRight, onClick: handleScrollRight })));
38
38
  });
39
+ ScrollControls.displayName = 'ScrollControls';
39
40
 
40
41
  export { ScrollControls };
@@ -1,4 +1,4 @@
1
- /* hash: n2p13 */
1
+ /* hash: ottmb */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-neutral-translucent-300: rgba(15, 25, 55, 0.1);
@@ -44,14 +44,14 @@
44
44
  /* size l */
45
45
 
46
46
  /* size xl */
47
- } .tabs__component_e94p4 {
47
+ } .tabs__component_wvwr7 {
48
48
  position: relative;
49
49
  display: flex;
50
50
  flex-shrink: 0;
51
- } .tabs__primary_e94p4 {
51
+ } .tabs__primary_wvwr7 {
52
52
  align-items: flex-start;
53
53
  justify-content: flex-end
54
- } .tabs__primary_e94p4:after {
54
+ } .tabs__primary_wvwr7:after {
55
55
  content: '';
56
56
  display: block;
57
57
  position: absolute;
@@ -59,18 +59,18 @@
59
59
  height: 1px;
60
60
  width: 100%;
61
61
  background-color: var(--primary-tablist-bottom-border-color);
62
- } .tabs__primary_e94p4 {
62
+ } .tabs__primary_wvwr7 {
63
63
 
64
- .tabs__button_e94p4:first-child {
64
+ .tabs__button_wvwr7:first-child {
65
65
  padding-left: var(--gap-xs);
66
66
  margin-right: var(--gap-xs);
67
67
  }
68
- } .tabs__primary_e94p4.tabs__xl_e94p4 .tabs__button_e94p4:first-child {
68
+ } .tabs__primary_wvwr7.tabs__xl_wvwr7 .tabs__button_wvwr7:first-child {
69
69
  margin-right: var(--gap-2xs);
70
- } .tabs__secondary_e94p4 {
70
+ } .tabs__secondary_wvwr7 {
71
71
  align-items: center;
72
72
  justify-content: center
73
- } .tabs__secondary_e94p4:before {
73
+ } .tabs__secondary_wvwr7:before {
74
74
  content: '';
75
75
  display: block;
76
76
  position: absolute;
@@ -80,12 +80,12 @@
80
80
  background-color: transparent;
81
81
  transition: background-color 0.3s ease;
82
82
  bottom: 0;
83
- } .tabs__secondary_e94p4.tabs__xs_e94p4 {
83
+ } .tabs__secondary_wvwr7.tabs__xs_wvwr7 {
84
84
  width: 76px;
85
85
 
86
- .tabs__button_e94p4:first-child {
86
+ .tabs__button_wvwr7:first-child {
87
87
  margin-right: var(--gap-2xs);
88
88
  }
89
- } .tabs__borderVisible_e94p4:before {
89
+ } .tabs__borderVisible_wvwr7:before {
90
90
  background-color: var(--color-light-neutral-translucent-300);
91
91
  }
@@ -3,7 +3,7 @@ import cn from 'classnames';
3
3
  import { compute } from 'compute-scroll-into-view';
4
4
  import { ScrollControls } from '../scroll-controls/Component.js';
5
5
 
6
- const styles = {"scrollableContainerWrapper":"tabs__scrollableContainerWrapper_6j3fg","container":"tabs__container_6j3fg","fullWidthScroll":"tabs__fullWidthScroll_6j3fg"};
6
+ const styles = {"scrollableContainerWrapper":"tabs__scrollableContainerWrapper_ed3bv","container":"tabs__container_ed3bv","fullWidthScroll":"tabs__fullWidthScroll_ed3bv"};
7
7
  require('./index.css')
8
8
 
9
9
  /**
@@ -1,4 +1,4 @@
1
- /* hash: 1a6ti */
1
+ /* hash: 1t23c */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -42,9 +42,9 @@
42
42
  /* size l */
43
43
 
44
44
  /* size xl */
45
- } .tabs__scrollableContainerWrapper_6j3fg {
45
+ } .tabs__scrollableContainerWrapper_ed3bv {
46
46
  display: flex;
47
- } .tabs__container_6j3fg {
47
+ } .tabs__container_ed3bv {
48
48
  position: relative;
49
49
  overflow-x: auto;
50
50
  overflow-y: hidden;
@@ -55,11 +55,11 @@
55
55
  /* focus-outline fix */
56
56
  margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
57
57
  padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs)
58
- } .tabs__container_6j3fg::-webkit-scrollbar {
58
+ } .tabs__container_ed3bv::-webkit-scrollbar {
59
59
  display: none;
60
- } .tabs__container_6j3fg > * {
60
+ } .tabs__container_ed3bv > * {
61
61
  flex-shrink: 0;
62
- } .tabs__fullWidthScroll_6j3fg {
62
+ } .tabs__fullWidthScroll_ed3bv {
63
63
  padding-left: 0;
64
64
  margin: var(--gap-2xs-neg) var(--gap-m-neg);
65
65
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { TagDesktop } from '@alfalab/core-components-tag/modern/desktop';
3
3
  import { SecondaryTabList } from './Component.js';
4
- import { c as commonStyles } from '../../index.module-087edae9.js';
4
+ import { c as commonStyles } from '../../index.module-3ca1cf6d.js';
5
5
 
6
6
  const SecondaryTabListDesktop = ({ size = 's', ...restProps }) => (React.createElement(SecondaryTabList, { ...restProps, TagComponent: TagDesktop, size: size, styles: commonStyles, tagSize: size, platform: 'desktop' }));
7
7
 
@@ -2,9 +2,9 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { TagMobile } from '@alfalab/core-components-tag/modern/mobile';
4
4
  import { SecondaryTabList } from './Component.js';
5
- import { c as commonStyles } from '../../index.module-087edae9.js';
5
+ import { c as commonStyles } from '../../index.module-3ca1cf6d.js';
6
6
 
7
- const mobileStyles = {"title":"tabs__title_jmo83 tabs__title_1hxm9","mobile":"tabs__mobile_jmo83"};
7
+ const mobileStyles = {"title":"tabs__title_1ce6j tabs__title_124sh","mobile":"tabs__mobile_1ce6j"};
8
8
  require('./mobile.css')
9
9
 
10
10
  const styles = {
@@ -1,4 +1,4 @@
1
- /* hash: yyvtk */
1
+ /* hash: w1iay */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -50,29 +50,29 @@
50
50
 
51
51
  /* size xl */
52
52
  --secondary-tablist-xl-gaps: var(--gap-m);
53
- } .tabs__component_1hxm9 {
53
+ } .tabs__component_124sh {
54
54
  position: relative;
55
55
  display: inline-flex;
56
- } .tabs__fullWidthScroll_1hxm9 {
56
+ } .tabs__fullWidthScroll_124sh {
57
57
  margin: 0 var(--gap-m);
58
- } .tabs__container_1hxm9 {
58
+ } .tabs__container_124sh {
59
59
  overflow: hidden;
60
60
 
61
61
  /* focus-outline fix */
62
62
  margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
63
63
  padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
64
- } .tabs__title_1hxm9 {
64
+ } .tabs__title_124sh {
65
65
  white-space: nowrap;
66
- } /* sizes */ .tabs__xxs_1hxm9 .tabs__title_1hxm9 + .tabs__title_1hxm9 {
66
+ } /* sizes */ .tabs__xxs_124sh .tabs__title_124sh + .tabs__title_124sh {
67
67
  margin-left: var(--secondary-tablist-xxs-gaps);
68
- } .tabs__xs_1hxm9 .tabs__title_1hxm9 + .tabs__title_1hxm9 {
68
+ } .tabs__xs_124sh .tabs__title_124sh + .tabs__title_124sh {
69
69
  margin-left: var(--secondary-tablist-xs-gaps);
70
- } .tabs__s_1hxm9 .tabs__title_1hxm9 + .tabs__title_1hxm9 {
70
+ } .tabs__s_124sh .tabs__title_124sh + .tabs__title_124sh {
71
71
  margin-left: var(--secondary-tablist-s-gaps);
72
- } .tabs__m_1hxm9 .tabs__title_1hxm9 + .tabs__title_1hxm9 {
72
+ } .tabs__m_124sh .tabs__title_124sh + .tabs__title_124sh {
73
73
  margin-left: var(--secondary-tablist-m-gaps);
74
- } .tabs__l_1hxm9 .tabs__title_1hxm9 + .tabs__title_1hxm9 {
74
+ } .tabs__l_124sh .tabs__title_124sh + .tabs__title_124sh {
75
75
  margin-left: var(--secondary-tablist-l-gaps);
76
- } .tabs__xl_1hxm9 .tabs__title_1hxm9 + .tabs__title_1hxm9 {
76
+ } .tabs__xl_124sh .tabs__title_124sh + .tabs__title_124sh {
77
77
  margin-left: var(--secondary-tablist-xl-gaps);
78
78
  }
@@ -1,4 +1,4 @@
1
- /* hash: 18jjn */
1
+ /* hash: ucrwp */
2
2
  :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
3
3
  }/* deprecated */:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  }:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -51,30 +51,30 @@
51
51
 
52
52
  /* size xl */
53
53
  --secondary-tablist-xl-gaps: var(--gap-m);
54
- }.tabs__component_1hxm9 {
54
+ }.tabs__component_124sh {
55
55
  position: relative;
56
56
  display: inline-flex;
57
- }.tabs__fullWidthScroll_1hxm9 {
57
+ }.tabs__fullWidthScroll_124sh {
58
58
  margin: 0 var(--gap-m);
59
- }.tabs__container_1hxm9 {
59
+ }.tabs__container_124sh {
60
60
  overflow: hidden;
61
61
 
62
62
  /* focus-outline fix */
63
63
  margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
64
64
  padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
65
- }.tabs__title_1hxm9 {
65
+ }.tabs__title_124sh {
66
66
  white-space: nowrap;
67
- }/* sizes */.tabs__xxs_1hxm9 .tabs__title_1hxm9 + .tabs__title_1hxm9 {
67
+ }/* sizes */.tabs__xxs_124sh .tabs__title_124sh + .tabs__title_124sh {
68
68
  margin-left: var(--secondary-tablist-xxs-gaps);
69
- }.tabs__xs_1hxm9 .tabs__title_1hxm9 + .tabs__title_1hxm9 {
69
+ }.tabs__xs_124sh .tabs__title_124sh + .tabs__title_124sh {
70
70
  margin-left: var(--secondary-tablist-xs-gaps);
71
- }.tabs__s_1hxm9 .tabs__title_1hxm9 + .tabs__title_1hxm9 {
71
+ }.tabs__s_124sh .tabs__title_124sh + .tabs__title_124sh {
72
72
  margin-left: var(--secondary-tablist-s-gaps);
73
- }.tabs__m_1hxm9 .tabs__title_1hxm9 + .tabs__title_1hxm9 {
73
+ }.tabs__m_124sh .tabs__title_124sh + .tabs__title_124sh {
74
74
  margin-left: var(--secondary-tablist-m-gaps);
75
- }.tabs__l_1hxm9 .tabs__title_1hxm9 + .tabs__title_1hxm9 {
75
+ }.tabs__l_124sh .tabs__title_124sh + .tabs__title_124sh {
76
76
  margin-left: var(--secondary-tablist-l-gaps);
77
- }.tabs__xl_1hxm9 .tabs__title_1hxm9 + .tabs__title_1hxm9 {
77
+ }.tabs__xl_124sh .tabs__title_124sh + .tabs__title_124sh {
78
78
  margin-left: var(--secondary-tablist-xl-gaps);
79
79
  } :root {
80
80
  --color-dark-indigo: #0b1f35; /* deprecated */
@@ -1663,7 +1663,7 @@
1663
1663
 
1664
1664
  /* size xl */
1665
1665
  --secondary-tablist-xl-gaps: var(--gap-m);
1666
- } .tabs__title_jmo83 {
1667
- } .tabs__mobile_jmo83 .tabs__title_jmo83 + .tabs__title_jmo83 {
1666
+ } .tabs__title_1ce6j {
1667
+ } .tabs__mobile_1ce6j .tabs__title_1ce6j + .tabs__title_1ce6j {
1668
1668
  margin-left: var(--secondary-tablist-mobile-gaps);
1669
1669
  }
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import cn from 'classnames';
3
3
 
4
- const styles = {"component":"tabs__component_1fgvg","hidden":"tabs__hidden_1fgvg"};
4
+ const styles = {"component":"tabs__component_1navc","hidden":"tabs__hidden_1navc"};
5
5
  require('./index.css')
6
6
 
7
7
  const Tab = ({ children, hidden, className, disabled, dataTestId }) => children ? (React.createElement("div", { className: cn(styles.component, {
@@ -1,8 +1,8 @@
1
- /* hash: 153s7 */
2
- .tabs__component_1fgvg {
1
+ /* hash: qik04 */
2
+ .tabs__component_1navc {
3
3
  outline: none;
4
4
  }
5
5
 
6
- .tabs__hidden_1fgvg {
6
+ .tabs__hidden_1navc {
7
7
  display: none;
8
8
  }
@@ -0,0 +1,4 @@
1
+ const styles = {"component":"tabs__component_ifsew","desktop":"tabs__desktop_ifsew","paragraph-primary-large":"tabs__paragraph-primary-large_ifsew","title":"tabs__title_ifsew","paragraph-primary-medium":"tabs__paragraph-primary-medium_ifsew","paragraph-primary-small":"tabs__paragraph-primary-small_ifsew","action-primary-large":"tabs__action-primary-large_ifsew","action-primary-medium":"tabs__action-primary-medium_ifsew","action-primary-small":"tabs__action-primary-small_ifsew","accent-primary-large":"tabs__accent-primary-large_ifsew","accent-primary-medium":"tabs__accent-primary-medium_ifsew","accent-primary-small":"tabs__accent-primary-small_ifsew","pickerWrapper":"tabs__pickerWrapper_ifsew","option":"tabs__option_ifsew","scrollControls":"tabs__scrollControls_ifsew","headline-system-xlarge":"tabs__headline-system-xlarge_ifsew","headline-system-large":"tabs__headline-system-large_ifsew","headline-system-medium":"tabs__headline-system-medium_ifsew","headline-system-small":"tabs__headline-system-small_ifsew","headline-system-xsmall":"tabs__headline-system-xsmall_ifsew","headline-xlarge":"tabs__headline-xlarge_ifsew","headline-large":"tabs__headline-large_ifsew","headline-medium":"tabs__headline-medium_ifsew","headline-small":"tabs__headline-small_ifsew","headline-xsmall":"tabs__headline-xsmall_ifsew","fullWidthScroll":"tabs__fullWidthScroll_ifsew","container":"tabs__container_ifsew","disabled":"tabs__disabled_ifsew","focused":"tabs__focused_ifsew","collapsed":"tabs__collapsed_ifsew","selected":"tabs__selected_ifsew","line":"tabs__line_ifsew","s":"tabs__s_ifsew","xs":"tabs__xs_ifsew","xxs":"tabs__xxs_ifsew","m":"tabs__m_ifsew","l":"tabs__l_ifsew","xl":"tabs__xl_ifsew","rightAddons":"tabs__rightAddons_ifsew","rightAddonsMarginZero":"tabs__rightAddonsMarginZero_ifsew"};
2
+ require('./components/primary-tablist/index.css')
3
+
4
+ export { styles as s };
@@ -0,0 +1,4 @@
1
+ const commonStyles = {"component":"tabs__component_124sh","fullWidthScroll":"tabs__fullWidthScroll_124sh","container":"tabs__container_124sh","title":"tabs__title_124sh","xxs":"tabs__xxs_124sh","xs":"tabs__xs_124sh","s":"tabs__s_124sh","m":"tabs__m_124sh","l":"tabs__l_124sh","xl":"tabs__xl_124sh"};
2
+ require('./components/secondary-tablist/index.css')
3
+
4
+ export { commonStyles as c };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-tabs",
3
- "version": "8.8.2",
3
+ "version": "8.8.3",
4
4
  "description": "Tabs components",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -15,13 +15,13 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@alfalab/core-components-keyboard-focusable": "^4.1.0",
18
- "@alfalab/core-components-tag": "^8.2.0",
19
- "@alfalab/core-components-picker-button": "^11.7.2",
18
+ "@alfalab/core-components-tag": "^8.2.1",
19
+ "@alfalab/core-components-picker-button": "^11.7.3",
20
20
  "@alfalab/core-components-badge": "^5.5.2",
21
21
  "@alfalab/core-components-mq": "^4.2.0",
22
22
  "@alfalab/hooks": "^1.13.0",
23
23
  "@alfalab/core-components-shared": "^0.10.0",
24
- "@alfalab/core-components-icon-button": "^6.6.0",
24
+ "@alfalab/core-components-icon-button": "^6.6.1",
25
25
  "@alfalab/icons-glyph": "^2.139.0",
26
26
  "classnames": "^2.3.1",
27
27
  "compute-scroll-into-view": "^3.1.0",
@@ -83,3 +83,5 @@ export const ScrollControls = forwardRef<HTMLDivElement, ScrollControlsProps>(
83
83
  );
84
84
  },
85
85
  );
86
+
87
+ ScrollControls.displayName = 'ScrollControls';
@@ -1,4 +0,0 @@
1
- var styles = {"component":"tabs__component_q9sbb","desktop":"tabs__desktop_q9sbb","paragraph-primary-large":"tabs__paragraph-primary-large_q9sbb","title":"tabs__title_q9sbb","paragraph-primary-medium":"tabs__paragraph-primary-medium_q9sbb","paragraph-primary-small":"tabs__paragraph-primary-small_q9sbb","action-primary-large":"tabs__action-primary-large_q9sbb","action-primary-medium":"tabs__action-primary-medium_q9sbb","action-primary-small":"tabs__action-primary-small_q9sbb","accent-primary-large":"tabs__accent-primary-large_q9sbb","accent-primary-medium":"tabs__accent-primary-medium_q9sbb","accent-primary-small":"tabs__accent-primary-small_q9sbb","pickerWrapper":"tabs__pickerWrapper_q9sbb","option":"tabs__option_q9sbb","scrollControls":"tabs__scrollControls_q9sbb","headline-system-xlarge":"tabs__headline-system-xlarge_q9sbb","headline-system-large":"tabs__headline-system-large_q9sbb","headline-system-medium":"tabs__headline-system-medium_q9sbb","headline-system-small":"tabs__headline-system-small_q9sbb","headline-system-xsmall":"tabs__headline-system-xsmall_q9sbb","headline-xlarge":"tabs__headline-xlarge_q9sbb","headline-large":"tabs__headline-large_q9sbb","headline-medium":"tabs__headline-medium_q9sbb","headline-small":"tabs__headline-small_q9sbb","headline-xsmall":"tabs__headline-xsmall_q9sbb","fullWidthScroll":"tabs__fullWidthScroll_q9sbb","container":"tabs__container_q9sbb","disabled":"tabs__disabled_q9sbb","focused":"tabs__focused_q9sbb","collapsed":"tabs__collapsed_q9sbb","selected":"tabs__selected_q9sbb","line":"tabs__line_q9sbb","s":"tabs__s_q9sbb","xs":"tabs__xs_q9sbb","xxs":"tabs__xxs_q9sbb","m":"tabs__m_q9sbb","l":"tabs__l_q9sbb","xl":"tabs__xl_q9sbb","rightAddons":"tabs__rightAddons_q9sbb","rightAddonsMarginZero":"tabs__rightAddonsMarginZero_q9sbb"};
2
- require('./components/primary-tablist/index.css')
3
-
4
- export { styles as s };
@@ -1,4 +0,0 @@
1
- var commonStyles = {"component":"tabs__component_1hxm9","fullWidthScroll":"tabs__fullWidthScroll_1hxm9","container":"tabs__container_1hxm9","title":"tabs__title_1hxm9","xxs":"tabs__xxs_1hxm9","xs":"tabs__xs_1hxm9","s":"tabs__s_1hxm9","m":"tabs__m_1hxm9","l":"tabs__l_1hxm9","xl":"tabs__xl_1hxm9"};
2
- require('./components/secondary-tablist/index.css')
3
-
4
- export { commonStyles as c };
@@ -1,6 +0,0 @@
1
- 'use strict';
2
-
3
- var styles = {"component":"tabs__component_q9sbb","desktop":"tabs__desktop_q9sbb","paragraph-primary-large":"tabs__paragraph-primary-large_q9sbb","title":"tabs__title_q9sbb","paragraph-primary-medium":"tabs__paragraph-primary-medium_q9sbb","paragraph-primary-small":"tabs__paragraph-primary-small_q9sbb","action-primary-large":"tabs__action-primary-large_q9sbb","action-primary-medium":"tabs__action-primary-medium_q9sbb","action-primary-small":"tabs__action-primary-small_q9sbb","accent-primary-large":"tabs__accent-primary-large_q9sbb","accent-primary-medium":"tabs__accent-primary-medium_q9sbb","accent-primary-small":"tabs__accent-primary-small_q9sbb","pickerWrapper":"tabs__pickerWrapper_q9sbb","option":"tabs__option_q9sbb","scrollControls":"tabs__scrollControls_q9sbb","headline-system-xlarge":"tabs__headline-system-xlarge_q9sbb","headline-system-large":"tabs__headline-system-large_q9sbb","headline-system-medium":"tabs__headline-system-medium_q9sbb","headline-system-small":"tabs__headline-system-small_q9sbb","headline-system-xsmall":"tabs__headline-system-xsmall_q9sbb","headline-xlarge":"tabs__headline-xlarge_q9sbb","headline-large":"tabs__headline-large_q9sbb","headline-medium":"tabs__headline-medium_q9sbb","headline-small":"tabs__headline-small_q9sbb","headline-xsmall":"tabs__headline-xsmall_q9sbb","fullWidthScroll":"tabs__fullWidthScroll_q9sbb","container":"tabs__container_q9sbb","disabled":"tabs__disabled_q9sbb","focused":"tabs__focused_q9sbb","collapsed":"tabs__collapsed_q9sbb","selected":"tabs__selected_q9sbb","line":"tabs__line_q9sbb","s":"tabs__s_q9sbb","xs":"tabs__xs_q9sbb","xxs":"tabs__xxs_q9sbb","m":"tabs__m_q9sbb","l":"tabs__l_q9sbb","xl":"tabs__xl_q9sbb","rightAddons":"tabs__rightAddons_q9sbb","rightAddonsMarginZero":"tabs__rightAddonsMarginZero_q9sbb"};
4
- require('./components/primary-tablist/index.css')
5
-
6
- exports.styles = styles;
@@ -1,6 +0,0 @@
1
- 'use strict';
2
-
3
- var commonStyles = {"component":"tabs__component_1hxm9","fullWidthScroll":"tabs__fullWidthScroll_1hxm9","container":"tabs__container_1hxm9","title":"tabs__title_1hxm9","xxs":"tabs__xxs_1hxm9","xs":"tabs__xs_1hxm9","s":"tabs__s_1hxm9","m":"tabs__m_1hxm9","l":"tabs__l_1hxm9","xl":"tabs__xl_1hxm9"};
4
- require('./components/secondary-tablist/index.css')
5
-
6
- exports.commonStyles = commonStyles;
@@ -1,4 +0,0 @@
1
- const commonStyles = {"component":"tabs__component_1hxm9","fullWidthScroll":"tabs__fullWidthScroll_1hxm9","container":"tabs__container_1hxm9","title":"tabs__title_1hxm9","xxs":"tabs__xxs_1hxm9","xs":"tabs__xs_1hxm9","s":"tabs__s_1hxm9","m":"tabs__m_1hxm9","l":"tabs__l_1hxm9","xl":"tabs__xl_1hxm9"};
2
- require('./components/secondary-tablist/index.css')
3
-
4
- export { commonStyles as c };
@@ -1,4 +0,0 @@
1
- const styles = {"component":"tabs__component_q9sbb","desktop":"tabs__desktop_q9sbb","paragraph-primary-large":"tabs__paragraph-primary-large_q9sbb","title":"tabs__title_q9sbb","paragraph-primary-medium":"tabs__paragraph-primary-medium_q9sbb","paragraph-primary-small":"tabs__paragraph-primary-small_q9sbb","action-primary-large":"tabs__action-primary-large_q9sbb","action-primary-medium":"tabs__action-primary-medium_q9sbb","action-primary-small":"tabs__action-primary-small_q9sbb","accent-primary-large":"tabs__accent-primary-large_q9sbb","accent-primary-medium":"tabs__accent-primary-medium_q9sbb","accent-primary-small":"tabs__accent-primary-small_q9sbb","pickerWrapper":"tabs__pickerWrapper_q9sbb","option":"tabs__option_q9sbb","scrollControls":"tabs__scrollControls_q9sbb","headline-system-xlarge":"tabs__headline-system-xlarge_q9sbb","headline-system-large":"tabs__headline-system-large_q9sbb","headline-system-medium":"tabs__headline-system-medium_q9sbb","headline-system-small":"tabs__headline-system-small_q9sbb","headline-system-xsmall":"tabs__headline-system-xsmall_q9sbb","headline-xlarge":"tabs__headline-xlarge_q9sbb","headline-large":"tabs__headline-large_q9sbb","headline-medium":"tabs__headline-medium_q9sbb","headline-small":"tabs__headline-small_q9sbb","headline-xsmall":"tabs__headline-xsmall_q9sbb","fullWidthScroll":"tabs__fullWidthScroll_q9sbb","container":"tabs__container_q9sbb","disabled":"tabs__disabled_q9sbb","focused":"tabs__focused_q9sbb","collapsed":"tabs__collapsed_q9sbb","selected":"tabs__selected_q9sbb","line":"tabs__line_q9sbb","s":"tabs__s_q9sbb","xs":"tabs__xs_q9sbb","xxs":"tabs__xxs_q9sbb","m":"tabs__m_q9sbb","l":"tabs__l_q9sbb","xl":"tabs__xl_q9sbb","rightAddons":"tabs__rightAddons_q9sbb","rightAddonsMarginZero":"tabs__rightAddonsMarginZero_q9sbb"};
2
- require('./components/primary-tablist/index.css')
3
-
4
- export { styles as s };