@alfalab/core-components-tabs 6.2.7 → 6.3.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 (85) hide show
  1. package/CHANGELOG.md +11 -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 +45 -22
  8. package/dist/components/scrollable-container/Component.js +1 -1
  9. package/dist/components/scrollable-container/index.css +4 -4
  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 +10 -10
  15. package/dist/components/secondary-tablist/mobile.css +35 -12
  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 +45 -22
  28. package/dist/esm/components/scrollable-container/Component.js +1 -1
  29. package/dist/esm/components/scrollable-container/index.css +4 -4
  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 +10 -10
  35. package/dist/esm/components/secondary-tablist/mobile.css +35 -12
  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-4687a3b6.js +4 -0
  44. package/dist/esm/index.module-4cd5c08a.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-0d96f196.d.ts → tslib.es6-8a4b035c.d.ts} +0 -0
  48. package/dist/esm/{tslib.es6-0d96f196.js → tslib.es6-8a4b035c.js} +0 -0
  49. package/dist/index.js +3 -3
  50. package/dist/index.module-a61e7b44.js +6 -0
  51. package/dist/index.module-b9c824d3.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 +45 -22
  58. package/dist/modern/components/scrollable-container/Component.js +1 -1
  59. package/dist/modern/components/scrollable-container/index.css +4 -4
  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 +10 -10
  64. package/dist/modern/components/secondary-tablist/mobile.css +35 -12
  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-4687a3b6.js +4 -0
  73. package/dist/modern/index.module-4cd5c08a.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-3a9c9503.d.ts → tslib.es6-394cebb0.d.ts} +0 -0
  78. package/dist/{tslib.es6-3a9c9503.js → tslib.es6-394cebb0.js} +0 -0
  79. package/package.json +7 -7
  80. package/dist/esm/index.module-0b49bd8c.js +0 -4
  81. package/dist/esm/index.module-467f4c32.js +0 -4
  82. package/dist/index.module-0f417062.js +0 -6
  83. package/dist/index.module-24f4736a.js +0 -6
  84. package/dist/modern/index.module-0b49bd8c.js +0 -4
  85. package/dist/modern/index.module-467f4c32.js +0 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
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.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@6.2.7...@alfalab/core-components-tabs@6.3.0) (2022-06-28)
7
+
8
+
9
+ ### Features
10
+
11
+ * circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [6.2.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@6.2.6...@alfalab/core-components-tabs@6.2.7) (2022-06-20)
7
18
 
8
19
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-3a9c9503.js');
5
+ var tslib_es6 = require('../../tslib.es6-394cebb0.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-0f417062.js');
13
+ var index_module = require('../../index.module-b9c824d3.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-3a9c9503.js');
5
+ var tslib_es6 = require('../../tslib.es6-394cebb0.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-3a9c9503.js');
5
+ var tslib_es6 = require('../../tslib.es6-394cebb0.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-0f417062.js');
13
+ var index_module = require('../../index.module-b9c824d3.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_11alq tabs__title_1wevv","mobile":"tabs__mobile_11alq"};
20
+ var mobileStyles = {"title":"tabs__title_1o8np tabs__title_1c7rr","mobile":"tabs__mobile_1o8np"};
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-3a9c9503.js');
5
+ var tslib_es6 = require('../../tslib.es6-394cebb0.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-0f417062.js');
13
+ require('../../index.module-b9c824d3.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: 13xv3 */
1
+ /* hash: 1w086 */
2
2
  :root {
3
3
  --color-light-border-accent: #ef3124;
4
4
  --color-light-border-link: #007aff;
@@ -82,10 +82,10 @@
82
82
 
83
83
  /* size xl */
84
84
  }
85
- .tabs__component_1wevv {
85
+ .tabs__component_1c7rr {
86
86
  position: relative
87
87
  }
88
- .tabs__component_1wevv:before {
88
+ .tabs__component_1c7rr:before {
89
89
  content: '';
90
90
  display: block;
91
91
  position: absolute;
@@ -94,11 +94,11 @@
94
94
  width: 100%;
95
95
  background-color: var(--primary-tablist-bottom-border-color);
96
96
  }
97
- .tabs__container_1wevv {
97
+ .tabs__container_1c7rr {
98
98
  position: relative;
99
99
  display: flex;
100
100
  }
101
- .tabs__title_1wevv {
101
+ .tabs__title_1c7rr {
102
102
  display: flex;
103
103
  align-items: center;
104
104
  height: 100%;
@@ -116,22 +116,22 @@
116
116
  cursor: pointer;
117
117
  outline: none
118
118
  }
119
- .tabs__title_1wevv:not(.tabs__disabled_1wevv):hover {
119
+ .tabs__title_1c7rr:not(.tabs__disabled_1c7rr):hover {
120
120
  color: var(--primary-tablist-hover-color);
121
121
  }
122
- .tabs__focused_1wevv {
122
+ .tabs__focused_1c7rr {
123
123
  outline: 2px solid var(--focus-color);
124
124
  outline-offset: 2px;
125
125
  }
126
- .tabs__selected_1wevv {
126
+ .tabs__selected_1c7rr {
127
127
  cursor: default;
128
128
  color: var(--primary-tablist-selected-color);
129
129
  }
130
- .tabs__disabled_1wevv {
130
+ .tabs__disabled_1c7rr {
131
131
  cursor: var(--disabled-cursor);
132
132
  color: var(--primary-tablist-disabled-color);
133
133
  }
134
- .tabs__line_1wevv {
134
+ .tabs__line_1c7rr {
135
135
  position: absolute;
136
136
  height: 3px;
137
137
  bottom: 0;
@@ -140,46 +140,46 @@
140
140
  transition: transform 0.2s ease, width 0.2s ease;
141
141
  }
142
142
  /* sizes */
143
- .tabs__s_1wevv .tabs__title_1wevv, .tabs__xs_1wevv .tabs__title_1wevv, .tabs__xxs_1wevv .tabs__title_1wevv {
143
+ .tabs__s_1c7rr .tabs__title_1c7rr, .tabs__xs_1c7rr .tabs__title_1c7rr, .tabs__xxs_1c7rr .tabs__title_1c7rr {
144
144
  padding: var(--primary-tablist-s-padding);
145
145
  font-size: var(--primary-tablist-s-font-size);
146
146
  font-weight: var(--primary-tablist-s-font-weight);
147
147
  font-family: var(--primary-tablist-s-font-family);
148
148
  line-height: 24px;
149
149
  }
150
- .tabs__s_1wevv .tabs__title_1wevv + .tabs__title_1wevv, .tabs__xs_1wevv .tabs__title_1wevv + .tabs__title_1wevv, .tabs__xxs_1wevv .tabs__title_1wevv + .tabs__title_1wevv {
150
+ .tabs__s_1c7rr .tabs__title_1c7rr + .tabs__title_1c7rr, .tabs__xs_1c7rr .tabs__title_1c7rr + .tabs__title_1c7rr, .tabs__xxs_1c7rr .tabs__title_1c7rr + .tabs__title_1c7rr {
151
151
  margin-left: var(--primary-tablist-s-gaps);
152
152
  }
153
- .tabs__m_1wevv .tabs__title_1wevv {
153
+ .tabs__m_1c7rr .tabs__title_1c7rr {
154
154
  padding: var(--primary-tablist-m-padding);
155
155
  font-size: var(--primary-tablist-m-font-size);
156
156
  font-weight: var(--primary-tablist-m-font-weight);
157
157
  font-family: var(--primary-tablist-m-font-family);
158
158
  line-height: 24px;
159
159
  }
160
- .tabs__m_1wevv .tabs__title_1wevv + .tabs__title_1wevv {
160
+ .tabs__m_1c7rr .tabs__title_1c7rr + .tabs__title_1c7rr {
161
161
  margin-left: var(--primary-tablist-m-gaps);
162
162
  }
163
- .tabs__l_1wevv .tabs__title_1wevv {
163
+ .tabs__l_1c7rr .tabs__title_1c7rr {
164
164
  padding: var(--primary-tablist-l-padding);
165
165
  font-size: var(--primary-tablist-l-font-size);
166
166
  font-weight: var(--primary-tablist-l-font-weight);
167
167
  font-family: var(--primary-tablist-l-font-family);
168
168
  line-height: 24px;
169
169
  }
170
- .tabs__l_1wevv .tabs__title_1wevv + .tabs__title_1wevv {
170
+ .tabs__l_1c7rr .tabs__title_1c7rr + .tabs__title_1c7rr {
171
171
  margin-left: var(--primary-tablist-l-gaps);
172
172
  }
173
- .tabs__xl_1wevv .tabs__title_1wevv {
173
+ .tabs__xl_1c7rr .tabs__title_1c7rr {
174
174
  padding: var(--primary-tablist-xl-padding);
175
175
  font-size: var(--primary-tablist-xl-font-size);
176
176
  font-weight: var(--primary-tablist-xl-font-weight);
177
177
  font-family: var(--primary-tablist-xl-font-family);
178
178
  line-height: 32px;
179
179
  }
180
- .tabs__xl_1wevv .tabs__title_1wevv + .tabs__title_1wevv {
180
+ .tabs__xl_1c7rr .tabs__title_1c7rr + .tabs__title_1c7rr {
181
181
  margin-left: var(--primary-tablist-xl-gaps);
182
182
  }
183
- .tabs__rightAddons_1wevv {
183
+ .tabs__rightAddons_1c7rr {
184
184
  margin-left: var(--gap-xs);
185
185
  }
@@ -1,4 +1,4 @@
1
- /* hash: odmyn */
1
+ /* hash: 1hg48 */
2
2
  :root {
3
3
  }:root {
4
4
  }:root {
@@ -86,9 +86,9 @@
86
86
  /* size l */
87
87
 
88
88
  /* size xl */
89
- }.tabs__component_1wevv {
89
+ }.tabs__component_1c7rr {
90
90
  position: relative
91
- }.tabs__component_1wevv:before {
91
+ }.tabs__component_1c7rr:before {
92
92
  content: '';
93
93
  display: block;
94
94
  position: absolute;
@@ -96,10 +96,10 @@
96
96
  height: 1px;
97
97
  width: 100%;
98
98
  background-color: var(--primary-tablist-bottom-border-color);
99
- }.tabs__container_1wevv {
99
+ }.tabs__container_1c7rr {
100
100
  position: relative;
101
101
  display: flex;
102
- }.tabs__title_1wevv {
102
+ }.tabs__title_1c7rr {
103
103
  display: flex;
104
104
  align-items: center;
105
105
  height: 100%;
@@ -116,57 +116,57 @@
116
116
  user-select: none;
117
117
  cursor: pointer;
118
118
  outline: none
119
- }.tabs__title_1wevv:not(.tabs__disabled_1wevv):hover {
119
+ }.tabs__title_1c7rr:not(.tabs__disabled_1c7rr):hover {
120
120
  color: var(--primary-tablist-hover-color);
121
- }.tabs__focused_1wevv {
121
+ }.tabs__focused_1c7rr {
122
122
  outline: 2px solid var(--focus-color);
123
123
  outline-offset: 2px;
124
- }.tabs__selected_1wevv {
124
+ }.tabs__selected_1c7rr {
125
125
  cursor: default;
126
126
  color: var(--primary-tablist-selected-color);
127
- }.tabs__disabled_1wevv {
127
+ }.tabs__disabled_1c7rr {
128
128
  cursor: var(--disabled-cursor);
129
129
  color: var(--primary-tablist-disabled-color);
130
- }.tabs__line_1wevv {
130
+ }.tabs__line_1c7rr {
131
131
  position: absolute;
132
132
  height: 3px;
133
133
  bottom: 0;
134
134
  left: 0;
135
135
  background-color: var(--primary-tablist-line-color);
136
136
  transition: transform 0.2s ease, width 0.2s ease;
137
- }/* sizes */.tabs__s_1wevv .tabs__title_1wevv, .tabs__xs_1wevv .tabs__title_1wevv, .tabs__xxs_1wevv .tabs__title_1wevv {
137
+ }/* sizes */.tabs__s_1c7rr .tabs__title_1c7rr, .tabs__xs_1c7rr .tabs__title_1c7rr, .tabs__xxs_1c7rr .tabs__title_1c7rr {
138
138
  padding: var(--primary-tablist-s-padding);
139
139
  font-size: var(--primary-tablist-s-font-size);
140
140
  font-weight: var(--primary-tablist-s-font-weight);
141
141
  font-family: var(--primary-tablist-s-font-family);
142
142
  line-height: 24px;
143
- }.tabs__s_1wevv .tabs__title_1wevv + .tabs__title_1wevv, .tabs__xs_1wevv .tabs__title_1wevv + .tabs__title_1wevv, .tabs__xxs_1wevv .tabs__title_1wevv + .tabs__title_1wevv {
143
+ }.tabs__s_1c7rr .tabs__title_1c7rr + .tabs__title_1c7rr, .tabs__xs_1c7rr .tabs__title_1c7rr + .tabs__title_1c7rr, .tabs__xxs_1c7rr .tabs__title_1c7rr + .tabs__title_1c7rr {
144
144
  margin-left: var(--primary-tablist-s-gaps);
145
- }.tabs__m_1wevv .tabs__title_1wevv {
145
+ }.tabs__m_1c7rr .tabs__title_1c7rr {
146
146
  padding: var(--primary-tablist-m-padding);
147
147
  font-size: var(--primary-tablist-m-font-size);
148
148
  font-weight: var(--primary-tablist-m-font-weight);
149
149
  font-family: var(--primary-tablist-m-font-family);
150
150
  line-height: 24px;
151
- }.tabs__m_1wevv .tabs__title_1wevv + .tabs__title_1wevv {
151
+ }.tabs__m_1c7rr .tabs__title_1c7rr + .tabs__title_1c7rr {
152
152
  margin-left: var(--primary-tablist-m-gaps);
153
- }.tabs__l_1wevv .tabs__title_1wevv {
153
+ }.tabs__l_1c7rr .tabs__title_1c7rr {
154
154
  padding: var(--primary-tablist-l-padding);
155
155
  font-size: var(--primary-tablist-l-font-size);
156
156
  font-weight: var(--primary-tablist-l-font-weight);
157
157
  font-family: var(--primary-tablist-l-font-family);
158
158
  line-height: 24px;
159
- }.tabs__l_1wevv .tabs__title_1wevv + .tabs__title_1wevv {
159
+ }.tabs__l_1c7rr .tabs__title_1c7rr + .tabs__title_1c7rr {
160
160
  margin-left: var(--primary-tablist-l-gaps);
161
- }.tabs__xl_1wevv .tabs__title_1wevv {
161
+ }.tabs__xl_1c7rr .tabs__title_1c7rr {
162
162
  padding: var(--primary-tablist-xl-padding);
163
163
  font-size: var(--primary-tablist-xl-font-size);
164
164
  font-weight: var(--primary-tablist-xl-font-weight);
165
165
  font-family: var(--primary-tablist-xl-font-family);
166
166
  line-height: 32px;
167
- }.tabs__xl_1wevv .tabs__title_1wevv + .tabs__title_1wevv {
167
+ }.tabs__xl_1c7rr .tabs__title_1c7rr + .tabs__title_1c7rr {
168
168
  margin-left: var(--primary-tablist-xl-gaps);
169
- }.tabs__rightAddons_1wevv {
169
+ }.tabs__rightAddons_1c7rr {
170
170
  margin-left: var(--gap-xs);
171
171
  }
172
172
  :root {
@@ -502,17 +502,28 @@
502
502
  --color-dark-bg-accent-tint-10: rgb(241, 70, 58);
503
503
  --color-dark-bg-accent-tint-15: rgb(241, 80, 69);
504
504
  --color-dark-bg-accent-tint-30: rgb(244, 111, 102);
505
+ --color-dark-bg-primary-alpha-4: rgba(11, 31, 53, 0.04);
505
506
  --color-dark-bg-primary-alpha-8: rgba(11, 31, 53, 0.08);
507
+ --color-dark-bg-primary-alpha-12: rgba(11, 31, 53, 0.12);
506
508
  --color-dark-bg-primary-alpha-15: rgba(11, 31, 53, 0.15);
509
+ --color-dark-bg-primary-alpha-16: rgba(11, 31, 53, 0.16);
507
510
  --color-dark-bg-primary-alpha-20: rgba(11, 31, 53, 0.2);
511
+ --color-dark-bg-primary-alpha-32: rgba(11, 31, 53, 0.32);
512
+ --color-dark-bg-primary-alpha-37: rgba(11, 31, 53, 0.37);
508
513
  --color-dark-bg-primary-alpha-40: rgba(11, 31, 53, 0.4);
509
514
  --color-dark-bg-primary-inverted-alpha-3: rgba(255, 255, 255, 0.03);
515
+ --color-dark-bg-primary-inverted-alpha-4: rgba(255, 255, 255, 0.04);
510
516
  --color-dark-bg-primary-inverted-alpha-5: rgba(255, 255, 255, 0.05);
511
517
  --color-dark-bg-primary-inverted-alpha-7: rgba(255, 255, 255, 0.07);
518
+ --color-dark-bg-primary-inverted-alpha-8: rgba(255, 255, 255, 0.08);
512
519
  --color-dark-bg-primary-inverted-alpha-10: rgba(255, 255, 255, 0.1);
520
+ --color-dark-bg-primary-inverted-alpha-12: rgba(255, 255, 255, 0.12);
513
521
  --color-dark-bg-primary-inverted-alpha-15: rgba(255, 255, 255, 0.15);
522
+ --color-dark-bg-primary-inverted-alpha-16: rgba(255, 255, 255, 0.16);
514
523
  --color-dark-bg-primary-inverted-alpha-20: rgba(255, 255, 255, 0.2);
524
+ --color-dark-bg-primary-inverted-alpha-24: rgba(255, 255, 255, 0.24);
515
525
  --color-dark-bg-primary-inverted-alpha-30: rgba(255, 255, 255, 0.3);
526
+ --color-dark-bg-primary-inverted-alpha-32: rgba(255, 255, 255, 0.32);
516
527
  --color-dark-bg-primary-inverted-alpha-40: rgba(255, 255, 255, 0.4);
517
528
  --color-dark-bg-primary-inverted-alpha-50: rgba(255, 255, 255, 0.5);
518
529
  --color-dark-bg-primary-inverted-shade-15: rgb(217, 217, 217);
@@ -625,17 +636,28 @@
625
636
  --color-light-bg-accent-shade-10: rgb(215, 44, 32);
626
637
  --color-light-bg-accent-shade-15: rgb(203, 42, 31);
627
638
  --color-light-bg-accent-shade-30: rgb(167, 34, 25);
639
+ --color-light-bg-primary-alpha-4: rgba(255, 255, 255, 0.04);
628
640
  --color-light-bg-primary-alpha-8: rgba(255, 255, 255, 0.08);
641
+ --color-light-bg-primary-alpha-12: rgba(255, 255, 255, 0.12);
629
642
  --color-light-bg-primary-alpha-15: rgba(255, 255, 255, 0.15);
643
+ --color-light-bg-primary-alpha-16: rgba(255, 255, 255, 0.16);
630
644
  --color-light-bg-primary-alpha-20: rgba(255, 255, 255, 0.2);
645
+ --color-light-bg-primary-alpha-32: rgba(255, 255, 255, 0.32);
646
+ --color-light-bg-primary-alpha-37: rgba(255, 255, 255, 0.37);
631
647
  --color-light-bg-primary-alpha-40: rgba(255, 255, 255, 0.4);
632
648
  --color-light-bg-primary-inverted-alpha-3: rgba(11, 31, 53, 0.03);
649
+ --color-light-bg-primary-inverted-alpha-4: rgba(11, 31, 53, 0.04);
633
650
  --color-light-bg-primary-inverted-alpha-5: rgba(11, 31, 53, 0.05);
634
651
  --color-light-bg-primary-inverted-alpha-7: rgba(11, 31, 53, 0.07);
652
+ --color-light-bg-primary-inverted-alpha-8: rgba(11, 31, 53, 0.08);
635
653
  --color-light-bg-primary-inverted-alpha-10: rgba(11, 31, 53, 0.1);
654
+ --color-light-bg-primary-inverted-alpha-12: rgba(11, 31, 53, 0.12);
636
655
  --color-light-bg-primary-inverted-alpha-15: rgba(11, 31, 53, 0.15);
656
+ --color-light-bg-primary-inverted-alpha-16: rgba(11, 31, 53, 0.16);
637
657
  --color-light-bg-primary-inverted-alpha-20: rgba(11, 31, 53, 0.2);
658
+ --color-light-bg-primary-inverted-alpha-24: rgba(11, 31, 53, 0.24);
638
659
  --color-light-bg-primary-inverted-alpha-30: rgba(11, 31, 53, 0.3);
660
+ --color-light-bg-primary-inverted-alpha-32: rgba(11, 31, 53, 0.32);
639
661
  --color-light-bg-primary-inverted-alpha-40: rgba(11, 31, 53, 0.4);
640
662
  --color-light-bg-primary-inverted-alpha-50: rgba(11, 31, 53, 0.5);
641
663
  --color-light-bg-primary-inverted-tint-15: rgb(48, 65, 83);
@@ -851,6 +873,7 @@
851
873
  --border-radius-m: 8px;
852
874
  --border-radius-l: 12px;
853
875
  --border-radius-xl: 16px;
876
+ --border-radius-xxl: 20px;
854
877
  --border-radius-circle: 50%;
855
878
  --border-radius-pill: 99px;
856
879
  }
@@ -933,15 +956,15 @@
933
956
  /* size xl */
934
957
  --secondary-tablist-xl-gaps: var(--gap-m);
935
958
  }
936
- .tabs__title_11alq {
959
+ .tabs__title_1o8np {
937
960
  }
938
- .tabs__mobile_11alq .tabs__title_11alq {
961
+ .tabs__mobile_1o8np .tabs__title_1o8np {
939
962
  padding: var(--primary-tablist-mobile-padding);
940
963
  font-size: var(--primary-tablist-mobile-font-size);
941
964
  font-weight: var(--primary-tablist-mobile-font-weight);
942
965
  font-family: var(--primary-tablist-mobile-font-family);
943
966
  line-height: 24px
944
967
  }
945
- .tabs__mobile_11alq .tabs__title_11alq + .tabs__title_11alq {
968
+ .tabs__mobile_1o8np .tabs__title_1o8np + .tabs__title_1o8np {
946
969
  margin-left: var(--primary-tablist-mobile-gaps);
947
970
  }
@@ -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_9k86v"};
15
+ var styles = {"container":"tabs__container_1w0ks"};
16
16
  require('./index.css')
17
17
 
18
18
  var ScrollableContainer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1xkmy */
1
+ /* hash: 2ocnl */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -33,7 +33,7 @@
33
33
 
34
34
  /* size xl */
35
35
  }
36
- .tabs__container_9k86v {
36
+ .tabs__container_1w0ks {
37
37
  position: relative;
38
38
  display: flex;
39
39
  align-items: center;
@@ -41,9 +41,9 @@
41
41
  overflow-y: hidden;
42
42
  scrollbar-width: none
43
43
  }
44
- .tabs__container_9k86v::-webkit-scrollbar {
44
+ .tabs__container_1w0ks::-webkit-scrollbar {
45
45
  display: none;
46
46
  }
47
- .tabs__container_9k86v > * {
47
+ .tabs__container_1w0ks > * {
48
48
  flex-shrink: 0;
49
49
  }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-3a9c9503.js');
5
+ var tslib_es6 = require('../../tslib.es6-394cebb0.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-24f4736a.js');
13
+ var index_module = require('../../index.module-a61e7b44.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-3a9c9503.js');
5
+ var tslib_es6 = require('../../tslib.es6-394cebb0.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-3a9c9503.js');
5
+ var tslib_es6 = require('../../tslib.es6-394cebb0.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-24f4736a.js');
13
+ var index_module = require('../../index.module-a61e7b44.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_cmkg8 tabs__title_c8a82","mobile":"tabs__mobile_cmkg8"};
20
+ var mobileStyles = {"title":"tabs__title_dshuh tabs__title_1eesx","mobile":"tabs__mobile_dshuh"};
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-3a9c9503.js');
5
+ var tslib_es6 = require('../../tslib.es6-394cebb0.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-24f4736a.js');
13
+ require('../../index.module-a61e7b44.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: riyoy */
1
+ /* hash: 1klfz */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -44,34 +44,34 @@
44
44
  /* size xl */
45
45
  --secondary-tablist-xl-gaps: var(--gap-m);
46
46
  }
47
- .tabs__component_c8a82 {
47
+ .tabs__component_1eesx {
48
48
  position: relative;
49
49
  display: flex;
50
50
  align-items: center;
51
51
  }
52
- .tabs__container_c8a82 {
52
+ .tabs__container_1eesx {
53
53
  display: flex;
54
54
  align-items: center;
55
55
  }
56
- .tabs__title_c8a82 {
56
+ .tabs__title_1eesx {
57
57
  white-space: nowrap;
58
58
  }
59
59
  /* sizes */
60
- .tabs__xxs_c8a82 .tabs__title_c8a82 + .tabs__title_c8a82 {
60
+ .tabs__xxs_1eesx .tabs__title_1eesx + .tabs__title_1eesx {
61
61
  margin-left: var(--secondary-tablist-xxs-gaps);
62
62
  }
63
- .tabs__xs_c8a82 .tabs__title_c8a82 + .tabs__title_c8a82 {
63
+ .tabs__xs_1eesx .tabs__title_1eesx + .tabs__title_1eesx {
64
64
  margin-left: var(--secondary-tablist-xs-gaps);
65
65
  }
66
- .tabs__s_c8a82 .tabs__title_c8a82 + .tabs__title_c8a82 {
66
+ .tabs__s_1eesx .tabs__title_1eesx + .tabs__title_1eesx {
67
67
  margin-left: var(--secondary-tablist-s-gaps);
68
68
  }
69
- .tabs__m_c8a82 .tabs__title_c8a82 + .tabs__title_c8a82 {
69
+ .tabs__m_1eesx .tabs__title_1eesx + .tabs__title_1eesx {
70
70
  margin-left: var(--secondary-tablist-m-gaps);
71
71
  }
72
- .tabs__l_c8a82 .tabs__title_c8a82 + .tabs__title_c8a82 {
72
+ .tabs__l_1eesx .tabs__title_1eesx + .tabs__title_1eesx {
73
73
  margin-left: var(--secondary-tablist-l-gaps);
74
74
  }
75
- .tabs__xl_c8a82 .tabs__title_c8a82 + .tabs__title_c8a82 {
75
+ .tabs__xl_1eesx .tabs__title_1eesx + .tabs__title_1eesx {
76
76
  margin-left: var(--secondary-tablist-xl-gaps);
77
77
  }