@alfalab/core-components-tabs 6.0.0 → 6.0.1

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 (85) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/components/primary-tablist/Component.desktop.js +2 -2
  3. package/dist/components/primary-tablist/Component.js +1 -1
  4. package/dist/components/primary-tablist/Component.mobile.js +3 -3
  5. package/dist/components/primary-tablist/Component.responsive.js +2 -2
  6. package/dist/components/primary-tablist/index.css +19 -19
  7. package/dist/components/primary-tablist/mobile.css +21 -21
  8. package/dist/components/scrollable-container/Component.js +1 -1
  9. package/dist/components/scrollable-container/index.css +3 -3
  10. package/dist/components/secondary-tablist/Component.desktop.js +2 -2
  11. package/dist/components/secondary-tablist/Component.js +1 -1
  12. package/dist/components/secondary-tablist/Component.mobile.js +3 -3
  13. package/dist/components/secondary-tablist/Component.responsive.js +2 -2
  14. package/dist/components/secondary-tablist/index.css +12 -12
  15. package/dist/components/secondary-tablist/mobile.css +15 -15
  16. package/dist/components/tab/Component.js +1 -1
  17. package/dist/components/tab/index.css +3 -3
  18. package/dist/components/tabs/Component.desktop.js +3 -3
  19. package/dist/components/tabs/Component.mobile.js +3 -3
  20. package/dist/components/tabs/Component.responsive.js +3 -3
  21. package/dist/desktop.js +3 -3
  22. package/dist/esm/components/primary-tablist/Component.desktop.js +2 -2
  23. package/dist/esm/components/primary-tablist/Component.js +1 -1
  24. package/dist/esm/components/primary-tablist/Component.mobile.js +3 -3
  25. package/dist/esm/components/primary-tablist/Component.responsive.js +2 -2
  26. package/dist/esm/components/primary-tablist/index.css +19 -19
  27. package/dist/esm/components/primary-tablist/mobile.css +21 -21
  28. package/dist/esm/components/scrollable-container/Component.js +1 -1
  29. package/dist/esm/components/scrollable-container/index.css +3 -3
  30. package/dist/esm/components/secondary-tablist/Component.desktop.js +2 -2
  31. package/dist/esm/components/secondary-tablist/Component.js +1 -1
  32. package/dist/esm/components/secondary-tablist/Component.mobile.js +3 -3
  33. package/dist/esm/components/secondary-tablist/Component.responsive.js +2 -2
  34. package/dist/esm/components/secondary-tablist/index.css +12 -12
  35. package/dist/esm/components/secondary-tablist/mobile.css +15 -15
  36. package/dist/esm/components/tab/Component.js +1 -1
  37. package/dist/esm/components/tab/index.css +3 -3
  38. package/dist/esm/components/tabs/Component.desktop.js +3 -3
  39. package/dist/esm/components/tabs/Component.mobile.js +3 -3
  40. package/dist/esm/components/tabs/Component.responsive.js +3 -3
  41. package/dist/esm/desktop.js +3 -3
  42. package/dist/esm/index.js +3 -3
  43. package/dist/esm/index.module-5f8ab866.js +4 -0
  44. package/dist/esm/index.module-79dd2b67.js +4 -0
  45. package/dist/esm/mobile.js +3 -3
  46. package/dist/esm/responsive.js +3 -3
  47. package/dist/esm/{tslib.es6-3cbdcf8b.d.ts → tslib.es6-f32a8b0b.d.ts} +0 -0
  48. package/dist/esm/{tslib.es6-3cbdcf8b.js → tslib.es6-f32a8b0b.js} +0 -0
  49. package/dist/index.js +3 -3
  50. package/dist/index.module-09355c68.js +6 -0
  51. package/dist/index.module-313ebd46.js +6 -0
  52. package/dist/mobile.js +3 -3
  53. package/dist/modern/components/primary-tablist/Component.desktop.js +1 -1
  54. package/dist/modern/components/primary-tablist/Component.mobile.js +2 -2
  55. package/dist/modern/components/primary-tablist/Component.responsive.js +1 -1
  56. package/dist/modern/components/primary-tablist/index.css +19 -19
  57. package/dist/modern/components/primary-tablist/mobile.css +21 -21
  58. package/dist/modern/components/scrollable-container/Component.js +1 -1
  59. package/dist/modern/components/scrollable-container/index.css +3 -3
  60. package/dist/modern/components/secondary-tablist/Component.desktop.js +1 -1
  61. package/dist/modern/components/secondary-tablist/Component.mobile.js +2 -2
  62. package/dist/modern/components/secondary-tablist/Component.responsive.js +1 -1
  63. package/dist/modern/components/secondary-tablist/index.css +12 -12
  64. package/dist/modern/components/secondary-tablist/mobile.css +15 -15
  65. package/dist/modern/components/tab/Component.js +1 -1
  66. package/dist/modern/components/tab/index.css +3 -3
  67. package/dist/modern/components/tabs/Component.desktop.js +2 -2
  68. package/dist/modern/components/tabs/Component.mobile.js +2 -2
  69. package/dist/modern/components/tabs/Component.responsive.js +2 -2
  70. package/dist/modern/desktop.js +2 -2
  71. package/dist/modern/index.js +2 -2
  72. package/dist/modern/index.module-5f8ab866.js +4 -0
  73. package/dist/modern/index.module-79dd2b67.js +4 -0
  74. package/dist/modern/mobile.js +2 -2
  75. package/dist/modern/responsive.js +2 -2
  76. package/dist/responsive.js +3 -3
  77. package/dist/{tslib.es6-c391e8b1.d.ts → tslib.es6-a945f620.d.ts} +0 -0
  78. package/dist/{tslib.es6-c391e8b1.js → tslib.es6-a945f620.js} +0 -0
  79. package/package.json +4 -4
  80. package/dist/esm/index.module-4ceeb0c2.js +0 -4
  81. package/dist/esm/index.module-62f9e5fe.js +0 -4
  82. package/dist/index.module-177547f1.js +0 -6
  83. package/dist/index.module-77910764.js +0 -6
  84. package/dist/modern/index.module-4ceeb0c2.js +0 -4
  85. package/dist/modern/index.module-62f9e5fe.js +0 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [6.0.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@6.0.0...@alfalab/core-components-tabs@6.0.1) (2021-12-08)
7
+
8
+ **Note:** Version bump only for package @alfalab/core-components-tabs
9
+
10
+
11
+
12
+
13
+
6
14
  # [6.0.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@5.2.5...@alfalab/core-components-tabs@6.0.0) (2021-11-26)
7
15
 
8
16
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-c391e8b1.js');
5
+ var tslib_es6 = require('../../tslib.es6-a945f620.js');
6
6
  var React = require('react');
7
7
  require('@alfalab/core-components-keyboard-focusable');
8
8
  require('classnames');
@@ -10,7 +10,7 @@ require('compute-scroll-into-view');
10
10
  require('../scrollable-container/Component.js');
11
11
  require('../../useTabs.js');
12
12
  var components_primaryTablist_Component = require('./Component.js');
13
- var index_module = require('../../index.module-177547f1.js');
13
+ var index_module = require('../../index.module-313ebd46.js');
14
14
 
15
15
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
16
16
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-c391e8b1.js');
5
+ var tslib_es6 = require('../../tslib.es6-a945f620.js');
6
6
  var React = require('react');
7
7
  var coreComponentsKeyboardFocusable = require('@alfalab/core-components-keyboard-focusable');
8
8
  var cn = require('classnames');
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-c391e8b1.js');
5
+ var tslib_es6 = require('../../tslib.es6-a945f620.js');
6
6
  var React = require('react');
7
7
  require('@alfalab/core-components-keyboard-focusable');
8
8
  var cn = require('classnames');
@@ -10,14 +10,14 @@ require('compute-scroll-into-view');
10
10
  require('../scrollable-container/Component.js');
11
11
  require('../../useTabs.js');
12
12
  var components_primaryTablist_Component = require('./Component.js');
13
- var index_module = require('../../index.module-177547f1.js');
13
+ var index_module = require('../../index.module-313ebd46.js');
14
14
 
15
15
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
16
16
 
17
17
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
18
18
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
19
19
 
20
- var mobileStyles = {"title":"tabs__title_sxm4y tabs__title_nld1v"};
20
+ var mobileStyles = {"title":"tabs__title_1vok1 tabs__title_18h98"};
21
21
  require('./mobile.css')
22
22
 
23
23
  var styles = tslib_es6.__assign(tslib_es6.__assign({}, index_module.commonStyles), mobileStyles);
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-c391e8b1.js');
5
+ var tslib_es6 = require('../../tslib.es6-a945f620.js');
6
6
  var React = require('react');
7
7
  require('@alfalab/core-components-keyboard-focusable');
8
8
  require('classnames');
@@ -10,7 +10,7 @@ require('compute-scroll-into-view');
10
10
  require('../scrollable-container/Component.js');
11
11
  require('../../useTabs.js');
12
12
  require('./Component.js');
13
- require('../../index.module-177547f1.js');
13
+ require('../../index.module-313ebd46.js');
14
14
  var components_primaryTablist_Component_desktop = require('./Component.desktop.js');
15
15
  var hooks = require('@alfalab/hooks');
16
16
  var components_primaryTablist_Component_mobile = require('./Component.mobile.js');
@@ -1,4 +1,4 @@
1
- /* hash: 5dskv */
1
+ /* hash: uy17c */
2
2
  :root {
3
3
  --color-light-border-accent: #ef3124;
4
4
  --color-light-border-link: #007aff;
@@ -78,10 +78,10 @@
78
78
 
79
79
  /* size xl */
80
80
  }
81
- .tabs__component_nld1v {
81
+ .tabs__component_18h98 {
82
82
  position: relative
83
83
  }
84
- .tabs__component_nld1v:before {
84
+ .tabs__component_18h98:before {
85
85
  content: '';
86
86
  display: block;
87
87
  position: absolute;
@@ -90,11 +90,11 @@
90
90
  width: 100%;
91
91
  background-color: var(--primary-tablist-bottom-border-color);
92
92
  }
93
- .tabs__container_nld1v {
93
+ .tabs__container_18h98 {
94
94
  position: relative;
95
95
  display: flex;
96
96
  }
97
- .tabs__title_nld1v {
97
+ .tabs__title_18h98 {
98
98
  display: flex;
99
99
  align-items: center;
100
100
  height: 100%;
@@ -112,22 +112,22 @@
112
112
  cursor: pointer;
113
113
  outline: none
114
114
  }
115
- .tabs__title_nld1v:not(.tabs__disabled_nld1v):hover {
115
+ .tabs__title_18h98:not(.tabs__disabled_18h98):hover {
116
116
  color: var(--primary-tablist-hover-color);
117
117
  }
118
- .tabs__focused_nld1v {
118
+ .tabs__focused_18h98 {
119
119
  outline: 2px solid var(--focus-color);
120
120
  outline-offset: 2px;
121
121
  }
122
- .tabs__selected_nld1v {
122
+ .tabs__selected_18h98 {
123
123
  cursor: default;
124
124
  color: var(--primary-tablist-selected-color);
125
125
  }
126
- .tabs__disabled_nld1v {
126
+ .tabs__disabled_18h98 {
127
127
  cursor: var(--disabled-cursor);
128
128
  color: var(--primary-tablist-disabled-color);
129
129
  }
130
- .tabs__line_nld1v {
130
+ .tabs__line_18h98 {
131
131
  position: absolute;
132
132
  height: 3px;
133
133
  bottom: 0;
@@ -136,46 +136,46 @@
136
136
  transition: transform 0.2s ease, width 0.2s ease;
137
137
  }
138
138
  /* sizes */
139
- .tabs__s_nld1v .tabs__title_nld1v {
139
+ .tabs__s_18h98 .tabs__title_18h98 {
140
140
  padding: var(--primary-tablist-s-padding);
141
141
  font-size: var(--primary-tablist-s-font-size);
142
142
  font-weight: var(--primary-tablist-s-font-weight);
143
143
  font-family: var(--primary-tablist-s-font-family);
144
144
  line-height: 24px;
145
145
  }
146
- .tabs__s_nld1v .tabs__title_nld1v + .tabs__title_nld1v {
146
+ .tabs__s_18h98 .tabs__title_18h98 + .tabs__title_18h98 {
147
147
  margin-left: var(--primary-tablist-s-gaps);
148
148
  }
149
- .tabs__m_nld1v .tabs__title_nld1v {
149
+ .tabs__m_18h98 .tabs__title_18h98 {
150
150
  padding: var(--primary-tablist-m-padding);
151
151
  font-size: var(--primary-tablist-m-font-size);
152
152
  font-weight: var(--primary-tablist-m-font-weight);
153
153
  font-family: var(--primary-tablist-m-font-family);
154
154
  line-height: 24px;
155
155
  }
156
- .tabs__m_nld1v .tabs__title_nld1v + .tabs__title_nld1v {
156
+ .tabs__m_18h98 .tabs__title_18h98 + .tabs__title_18h98 {
157
157
  margin-left: var(--primary-tablist-m-gaps);
158
158
  }
159
- .tabs__l_nld1v .tabs__title_nld1v {
159
+ .tabs__l_18h98 .tabs__title_18h98 {
160
160
  padding: var(--primary-tablist-l-padding);
161
161
  font-size: var(--primary-tablist-l-font-size);
162
162
  font-weight: var(--primary-tablist-l-font-weight);
163
163
  font-family: var(--primary-tablist-l-font-family);
164
164
  line-height: 24px;
165
165
  }
166
- .tabs__l_nld1v .tabs__title_nld1v + .tabs__title_nld1v {
166
+ .tabs__l_18h98 .tabs__title_18h98 + .tabs__title_18h98 {
167
167
  margin-left: var(--primary-tablist-l-gaps);
168
168
  }
169
- .tabs__xl_nld1v .tabs__title_nld1v {
169
+ .tabs__xl_18h98 .tabs__title_18h98 {
170
170
  padding: var(--primary-tablist-xl-padding);
171
171
  font-size: var(--primary-tablist-xl-font-size);
172
172
  font-weight: var(--primary-tablist-xl-font-weight);
173
173
  font-family: var(--primary-tablist-xl-font-family);
174
174
  line-height: 32px;
175
175
  }
176
- .tabs__xl_nld1v .tabs__title_nld1v + .tabs__title_nld1v {
176
+ .tabs__xl_18h98 .tabs__title_18h98 + .tabs__title_18h98 {
177
177
  margin-left: var(--primary-tablist-xl-gaps);
178
178
  }
179
- .tabs__rightAddons_nld1v {
179
+ .tabs__rightAddons_18h98 {
180
180
  margin-left: var(--gap-xs);
181
181
  }
@@ -1,4 +1,4 @@
1
- /* hash: s6e9k */
1
+ /* hash: ommsi */
2
2
  :root {
3
3
  }:root {
4
4
  }:root {
@@ -82,9 +82,9 @@
82
82
  /* size l */
83
83
 
84
84
  /* size xl */
85
- }.tabs__component_nld1v {
85
+ }.tabs__component_18h98 {
86
86
  position: relative
87
- }.tabs__component_nld1v:before {
87
+ }.tabs__component_18h98:before {
88
88
  content: '';
89
89
  display: block;
90
90
  position: absolute;
@@ -92,10 +92,10 @@
92
92
  height: 1px;
93
93
  width: 100%;
94
94
  background-color: var(--primary-tablist-bottom-border-color);
95
- }.tabs__container_nld1v {
95
+ }.tabs__container_18h98 {
96
96
  position: relative;
97
97
  display: flex;
98
- }.tabs__title_nld1v {
98
+ }.tabs__title_18h98 {
99
99
  display: flex;
100
100
  align-items: center;
101
101
  height: 100%;
@@ -112,57 +112,57 @@
112
112
  user-select: none;
113
113
  cursor: pointer;
114
114
  outline: none
115
- }.tabs__title_nld1v:not(.tabs__disabled_nld1v):hover {
115
+ }.tabs__title_18h98:not(.tabs__disabled_18h98):hover {
116
116
  color: var(--primary-tablist-hover-color);
117
- }.tabs__focused_nld1v {
117
+ }.tabs__focused_18h98 {
118
118
  outline: 2px solid var(--focus-color);
119
119
  outline-offset: 2px;
120
- }.tabs__selected_nld1v {
120
+ }.tabs__selected_18h98 {
121
121
  cursor: default;
122
122
  color: var(--primary-tablist-selected-color);
123
- }.tabs__disabled_nld1v {
123
+ }.tabs__disabled_18h98 {
124
124
  cursor: var(--disabled-cursor);
125
125
  color: var(--primary-tablist-disabled-color);
126
- }.tabs__line_nld1v {
126
+ }.tabs__line_18h98 {
127
127
  position: absolute;
128
128
  height: 3px;
129
129
  bottom: 0;
130
130
  left: 0;
131
131
  background-color: var(--primary-tablist-line-color);
132
132
  transition: transform 0.2s ease, width 0.2s ease;
133
- }/* sizes */.tabs__s_nld1v .tabs__title_nld1v {
133
+ }/* sizes */.tabs__s_18h98 .tabs__title_18h98 {
134
134
  padding: var(--primary-tablist-s-padding);
135
135
  font-size: var(--primary-tablist-s-font-size);
136
136
  font-weight: var(--primary-tablist-s-font-weight);
137
137
  font-family: var(--primary-tablist-s-font-family);
138
138
  line-height: 24px;
139
- }.tabs__s_nld1v .tabs__title_nld1v + .tabs__title_nld1v {
139
+ }.tabs__s_18h98 .tabs__title_18h98 + .tabs__title_18h98 {
140
140
  margin-left: var(--primary-tablist-s-gaps);
141
- }.tabs__m_nld1v .tabs__title_nld1v {
141
+ }.tabs__m_18h98 .tabs__title_18h98 {
142
142
  padding: var(--primary-tablist-m-padding);
143
143
  font-size: var(--primary-tablist-m-font-size);
144
144
  font-weight: var(--primary-tablist-m-font-weight);
145
145
  font-family: var(--primary-tablist-m-font-family);
146
146
  line-height: 24px;
147
- }.tabs__m_nld1v .tabs__title_nld1v + .tabs__title_nld1v {
147
+ }.tabs__m_18h98 .tabs__title_18h98 + .tabs__title_18h98 {
148
148
  margin-left: var(--primary-tablist-m-gaps);
149
- }.tabs__l_nld1v .tabs__title_nld1v {
149
+ }.tabs__l_18h98 .tabs__title_18h98 {
150
150
  padding: var(--primary-tablist-l-padding);
151
151
  font-size: var(--primary-tablist-l-font-size);
152
152
  font-weight: var(--primary-tablist-l-font-weight);
153
153
  font-family: var(--primary-tablist-l-font-family);
154
154
  line-height: 24px;
155
- }.tabs__l_nld1v .tabs__title_nld1v + .tabs__title_nld1v {
155
+ }.tabs__l_18h98 .tabs__title_18h98 + .tabs__title_18h98 {
156
156
  margin-left: var(--primary-tablist-l-gaps);
157
- }.tabs__xl_nld1v .tabs__title_nld1v {
157
+ }.tabs__xl_18h98 .tabs__title_18h98 {
158
158
  padding: var(--primary-tablist-xl-padding);
159
159
  font-size: var(--primary-tablist-xl-font-size);
160
160
  font-weight: var(--primary-tablist-xl-font-weight);
161
161
  font-family: var(--primary-tablist-xl-font-family);
162
162
  line-height: 32px;
163
- }.tabs__xl_nld1v .tabs__title_nld1v + .tabs__title_nld1v {
163
+ }.tabs__xl_18h98 .tabs__title_18h98 + .tabs__title_18h98 {
164
164
  margin-left: var(--primary-tablist-xl-gaps);
165
- }.tabs__rightAddons_nld1v {
165
+ }.tabs__rightAddons_18h98 {
166
166
  margin-left: var(--gap-xs);
167
167
  }
168
168
  :root {
@@ -737,7 +737,7 @@
737
737
  /* size xl */
738
738
  --secondary-tablist-xl-gaps: var(--gap-s);
739
739
  }
740
- .tabs__title_sxm4y {
740
+ .tabs__title_1vok1 {
741
741
 
742
742
  padding: var(--primary-tablist-mobile-padding);
743
743
  font-size: var(--primary-tablist-mobile-font-size);
@@ -745,6 +745,6 @@
745
745
  font-family: var(--primary-tablist-mobile-font-family);
746
746
  line-height: 24px
747
747
  }
748
- .tabs__title_sxm4y + .tabs__title_sxm4y {
748
+ .tabs__title_1vok1 + .tabs__title_1vok1 {
749
749
  margin-left: var(--primary-tablist-mobile-gaps);
750
750
  }
@@ -12,7 +12,7 @@ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
12
12
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
13
13
  var computeScrollIntoView__default = /*#__PURE__*/_interopDefaultLegacy(computeScrollIntoView);
14
14
 
15
- var styles = {"container":"tabs__container_ff6ck"};
15
+ var styles = {"container":"tabs__container_1pc2k"};
16
16
  require('./index.css')
17
17
 
18
18
  var ScrollableContainer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1e3r1 */
1
+ /* hash: 1xbn4 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -29,7 +29,7 @@
29
29
 
30
30
  /* size xl */
31
31
  }
32
- .tabs__container_ff6ck {
32
+ .tabs__container_1pc2k {
33
33
  position: relative;
34
34
  display: flex;
35
35
  align-items: center;
@@ -37,6 +37,6 @@
37
37
  overflow-y: hidden;
38
38
  scrollbar-width: none
39
39
  }
40
- .tabs__container_ff6ck::-webkit-scrollbar {
40
+ .tabs__container_1pc2k::-webkit-scrollbar {
41
41
  display: none;
42
42
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-c391e8b1.js');
5
+ var tslib_es6 = require('../../tslib.es6-a945f620.js');
6
6
  var React = require('react');
7
7
  require('classnames');
8
8
  require('compute-scroll-into-view');
@@ -10,7 +10,7 @@ require('../scrollable-container/Component.js');
10
10
  require('../../useTabs.js');
11
11
  require('@alfalab/core-components-tag');
12
12
  var components_secondaryTablist_Component = require('./Component.js');
13
- var index_module = require('../../index.module-77910764.js');
13
+ var index_module = require('../../index.module-09355c68.js');
14
14
 
15
15
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
16
16
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-c391e8b1.js');
5
+ var tslib_es6 = require('../../tslib.es6-a945f620.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  require('compute-scroll-into-view');
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-c391e8b1.js');
5
+ var tslib_es6 = require('../../tslib.es6-a945f620.js');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  require('compute-scroll-into-view');
@@ -10,14 +10,14 @@ require('../scrollable-container/Component.js');
10
10
  require('../../useTabs.js');
11
11
  require('@alfalab/core-components-tag');
12
12
  var components_secondaryTablist_Component = require('./Component.js');
13
- var index_module = require('../../index.module-77910764.js');
13
+ var index_module = require('../../index.module-09355c68.js');
14
14
 
15
15
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
16
16
 
17
17
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
18
18
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
19
19
 
20
- var mobileStyles = {"title":"tabs__title_kfsfv tabs__title_3vamx","mobile":"tabs__mobile_kfsfv"};
20
+ var mobileStyles = {"title":"tabs__title_6w2ss tabs__title_16m8j","mobile":"tabs__mobile_6w2ss"};
21
21
  require('./mobile.css')
22
22
 
23
23
  var styles = tslib_es6.__assign(tslib_es6.__assign({}, index_module.commonStyles), mobileStyles);
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-c391e8b1.js');
5
+ var tslib_es6 = require('../../tslib.es6-a945f620.js');
6
6
  var React = require('react');
7
7
  require('classnames');
8
8
  require('compute-scroll-into-view');
@@ -10,7 +10,7 @@ require('../scrollable-container/Component.js');
10
10
  require('../../useTabs.js');
11
11
  require('@alfalab/core-components-tag');
12
12
  require('./Component.js');
13
- require('../../index.module-77910764.js');
13
+ require('../../index.module-09355c68.js');
14
14
  var components_secondaryTablist_Component_desktop = require('./Component.desktop.js');
15
15
  var hooks = require('@alfalab/hooks');
16
16
  var components_secondaryTablist_Component_mobile = require('./Component.mobile.js');
@@ -1,4 +1,4 @@
1
- /* hash: vbpzv */
1
+ /* hash: rryiu */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -42,40 +42,40 @@
42
42
  /* size xl */
43
43
  --secondary-tablist-xl-gaps: var(--gap-s);
44
44
  }
45
- .tabs__component_3vamx {
45
+ .tabs__component_16m8j {
46
46
  position: relative;
47
47
  display: flex;
48
48
  align-items: center;
49
49
  }
50
- .tabs__container_3vamx {
50
+ .tabs__container_16m8j {
51
51
  display: flex;
52
52
  align-items: center;
53
53
  }
54
- .tabs__title_3vamx {
54
+ .tabs__title_16m8j {
55
55
  white-space: nowrap;
56
56
  }
57
57
  /* sizes */
58
- .tabs__s_3vamx {
58
+ .tabs__s_16m8j {
59
59
  height: var(--size-s-height)
60
60
  }
61
- .tabs__s_3vamx .tabs__title_3vamx + .tabs__title_3vamx {
61
+ .tabs__s_16m8j .tabs__title_16m8j + .tabs__title_16m8j {
62
62
  margin-left: var(--secondary-tablist-s-gaps);
63
63
  }
64
- .tabs__m_3vamx {
64
+ .tabs__m_16m8j {
65
65
  height: var(--size-m-height)
66
66
  }
67
- .tabs__m_3vamx .tabs__title_3vamx + .tabs__title_3vamx {
67
+ .tabs__m_16m8j .tabs__title_16m8j + .tabs__title_16m8j {
68
68
  margin-left: var(--secondary-tablist-m-gaps);
69
69
  }
70
- .tabs__l_3vamx {
70
+ .tabs__l_16m8j {
71
71
  height: var(--size-l-height)
72
72
  }
73
- .tabs__l_3vamx .tabs__title_3vamx + .tabs__title_3vamx {
73
+ .tabs__l_16m8j .tabs__title_16m8j + .tabs__title_16m8j {
74
74
  margin-left: var(--secondary-tablist-l-gaps);
75
75
  }
76
- .tabs__xl_3vamx {
76
+ .tabs__xl_16m8j {
77
77
  height: var(--size-xl-height)
78
78
  }
79
- .tabs__xl_3vamx .tabs__title_3vamx + .tabs__title_3vamx {
79
+ .tabs__xl_16m8j .tabs__title_16m8j + .tabs__title_16m8j {
80
80
  margin-left: var(--secondary-tablist-xl-gaps);
81
81
  }
@@ -1,4 +1,4 @@
1
- /* hash: 13568 */
1
+ /* hash: ymbos */
2
2
  :root {
3
3
  }:root {
4
4
  }:root {
@@ -46,30 +46,30 @@
46
46
 
47
47
  /* size xl */
48
48
  --secondary-tablist-xl-gaps: var(--gap-s);
49
- }.tabs__component_3vamx {
49
+ }.tabs__component_16m8j {
50
50
  position: relative;
51
51
  display: flex;
52
52
  align-items: center;
53
- }.tabs__container_3vamx {
53
+ }.tabs__container_16m8j {
54
54
  display: flex;
55
55
  align-items: center;
56
- }.tabs__title_3vamx {
56
+ }.tabs__title_16m8j {
57
57
  white-space: nowrap;
58
- }/* sizes */.tabs__s_3vamx {
58
+ }/* sizes */.tabs__s_16m8j {
59
59
  height: var(--size-s-height)
60
- }.tabs__s_3vamx .tabs__title_3vamx + .tabs__title_3vamx {
60
+ }.tabs__s_16m8j .tabs__title_16m8j + .tabs__title_16m8j {
61
61
  margin-left: var(--secondary-tablist-s-gaps);
62
- }.tabs__m_3vamx {
62
+ }.tabs__m_16m8j {
63
63
  height: var(--size-m-height)
64
- }.tabs__m_3vamx .tabs__title_3vamx + .tabs__title_3vamx {
64
+ }.tabs__m_16m8j .tabs__title_16m8j + .tabs__title_16m8j {
65
65
  margin-left: var(--secondary-tablist-m-gaps);
66
- }.tabs__l_3vamx {
66
+ }.tabs__l_16m8j {
67
67
  height: var(--size-l-height)
68
- }.tabs__l_3vamx .tabs__title_3vamx + .tabs__title_3vamx {
68
+ }.tabs__l_16m8j .tabs__title_16m8j + .tabs__title_16m8j {
69
69
  margin-left: var(--secondary-tablist-l-gaps);
70
- }.tabs__xl_3vamx {
70
+ }.tabs__xl_16m8j {
71
71
  height: var(--size-xl-height)
72
- }.tabs__xl_3vamx .tabs__title_3vamx + .tabs__title_3vamx {
72
+ }.tabs__xl_16m8j .tabs__title_16m8j + .tabs__title_16m8j {
73
73
  margin-left: var(--secondary-tablist-xl-gaps);
74
74
  }
75
75
  :root {
@@ -644,11 +644,11 @@
644
644
  /* size xl */
645
645
  --secondary-tablist-xl-gaps: var(--gap-s);
646
646
  }
647
- .tabs__title_kfsfv {
647
+ .tabs__title_6w2ss {
648
648
  }
649
- .tabs__title_kfsfv + .tabs__title_kfsfv {
649
+ .tabs__title_6w2ss + .tabs__title_6w2ss {
650
650
  margin-left: var(--secondary-tablist-mobile-gaps);
651
651
  }
652
- .tabs__mobile_kfsfv {
652
+ .tabs__mobile_6w2ss {
653
653
  height: 48px;
654
654
  }
@@ -10,7 +10,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
10
10
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
11
11
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
12
12
 
13
- var styles = {"component":"tabs__component_fu66z","hidden":"tabs__hidden_fu66z"};
13
+ var styles = {"component":"tabs__component_1tze2","hidden":"tabs__hidden_1tze2"};
14
14
  require('./index.css')
15
15
 
16
16
  var Tab = function (_a) {
@@ -1,8 +1,8 @@
1
- /* hash: 1qj0v */
2
- .tabs__component_fu66z {
1
+ /* hash: w2s42 */
2
+ .tabs__component_1tze2 {
3
3
  outline: none;
4
4
  }
5
5
 
6
- .tabs__hidden_fu66z {
6
+ .tabs__hidden_1tze2 {
7
7
  display: none;
8
8
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-c391e8b1.js');
5
+ var tslib_es6 = require('../../tslib.es6-a945f620.js');
6
6
  var React = require('react');
7
7
  require('@alfalab/core-components-keyboard-focusable');
8
8
  require('classnames');
@@ -10,11 +10,11 @@ require('compute-scroll-into-view');
10
10
  require('../scrollable-container/Component.js');
11
11
  require('../../useTabs.js');
12
12
  require('../primary-tablist/Component.js');
13
- require('../../index.module-177547f1.js');
13
+ require('../../index.module-313ebd46.js');
14
14
  var components_primaryTablist_Component_desktop = require('../primary-tablist/Component.desktop.js');
15
15
  require('@alfalab/core-components-tag');
16
16
  require('../secondary-tablist/Component.js');
17
- require('../../index.module-77910764.js');
17
+ require('../../index.module-09355c68.js');
18
18
  var components_secondaryTablist_Component_desktop = require('../secondary-tablist/Component.desktop.js');
19
19
  var components_tabs_Component = require('./Component.js');
20
20
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-c391e8b1.js');
5
+ var tslib_es6 = require('../../tslib.es6-a945f620.js');
6
6
  var React = require('react');
7
7
  require('@alfalab/core-components-keyboard-focusable');
8
8
  require('classnames');
@@ -10,10 +10,10 @@ require('compute-scroll-into-view');
10
10
  require('../scrollable-container/Component.js');
11
11
  require('../../useTabs.js');
12
12
  require('../primary-tablist/Component.js');
13
- require('../../index.module-177547f1.js');
13
+ require('../../index.module-313ebd46.js');
14
14
  require('@alfalab/core-components-tag');
15
15
  require('../secondary-tablist/Component.js');
16
- require('../../index.module-77910764.js');
16
+ require('../../index.module-09355c68.js');
17
17
  var components_tabs_Component = require('./Component.js');
18
18
  var components_primaryTablist_Component_mobile = require('../primary-tablist/Component.mobile.js');
19
19
  var components_secondaryTablist_Component_mobile = require('../secondary-tablist/Component.mobile.js');
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-c391e8b1.js');
5
+ var tslib_es6 = require('../../tslib.es6-a945f620.js');
6
6
  var React = require('react');
7
7
  require('@alfalab/core-components-keyboard-focusable');
8
8
  require('classnames');
@@ -10,11 +10,11 @@ require('compute-scroll-into-view');
10
10
  require('../scrollable-container/Component.js');
11
11
  require('../../useTabs.js');
12
12
  require('../primary-tablist/Component.js');
13
- require('../../index.module-177547f1.js');
13
+ require('../../index.module-313ebd46.js');
14
14
  require('../primary-tablist/Component.desktop.js');
15
15
  require('@alfalab/core-components-tag');
16
16
  require('../secondary-tablist/Component.js');
17
- require('../../index.module-77910764.js');
17
+ require('../../index.module-09355c68.js');
18
18
  require('../secondary-tablist/Component.desktop.js');
19
19
  var components_tabs_Component = require('./Component.js');
20
20
  require('@alfalab/hooks');