@alfalab/core-components-tabs 6.3.0 → 6.3.2

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 (225) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/{dist/components → components}/primary-tablist/Component.d.ts +0 -0
  3. package/{dist/components → components}/primary-tablist/Component.desktop.d.ts +0 -0
  4. package/{dist/components → components}/primary-tablist/Component.desktop.js +2 -2
  5. package/{dist/components → components}/primary-tablist/Component.js +1 -1
  6. package/{dist/components → components}/primary-tablist/Component.mobile.d.ts +0 -0
  7. package/{dist/components → components}/primary-tablist/Component.mobile.js +3 -3
  8. package/{dist/components → components}/primary-tablist/Component.responsive.d.ts +0 -0
  9. package/{dist/components → components}/primary-tablist/Component.responsive.js +2 -2
  10. package/{dist/components → components}/primary-tablist/index.css +19 -19
  11. package/{dist/components → components}/primary-tablist/mobile.css +26 -22
  12. package/{dist/components → components}/scrollable-container/Component.d.ts +0 -0
  13. package/{dist/components → components}/scrollable-container/Component.js +1 -1
  14. package/{dist/modern/components → components}/scrollable-container/index.css +4 -4
  15. package/{dist/components → components}/scrollable-container/index.d.ts +0 -0
  16. package/{dist/components → components}/scrollable-container/index.js +0 -0
  17. package/{dist/components → components}/secondary-tablist/Component.d.ts +0 -0
  18. package/{dist/components → components}/secondary-tablist/Component.desktop.d.ts +0 -0
  19. package/{dist/components → components}/secondary-tablist/Component.desktop.js +2 -2
  20. package/{dist/components → components}/secondary-tablist/Component.js +1 -1
  21. package/{dist/components → components}/secondary-tablist/Component.mobile.d.ts +0 -0
  22. package/{dist/components → components}/secondary-tablist/Component.mobile.js +3 -3
  23. package/{dist/components → components}/secondary-tablist/Component.responsive.d.ts +0 -0
  24. package/{dist/components → components}/secondary-tablist/Component.responsive.js +2 -2
  25. package/{dist/modern/components → components}/secondary-tablist/index.css +10 -10
  26. package/{dist/modern/components → components}/secondary-tablist/mobile.css +16 -12
  27. package/{dist/components → components}/tab/Component.d.ts +0 -0
  28. package/{dist/components → components}/tab/Component.js +1 -1
  29. package/components/tab/index.css +8 -0
  30. package/{dist/components → components}/tab/index.d.ts +0 -0
  31. package/{dist/components → components}/tab/index.js +0 -0
  32. package/{dist/modern/components → components}/tabs/Component.d.ts +1 -1
  33. package/{dist/modern/components → components}/tabs/Component.desktop.d.ts +1 -1
  34. package/{dist/components → components}/tabs/Component.desktop.js +3 -3
  35. package/{dist/components → components}/tabs/Component.js +0 -0
  36. package/{dist/modern/components → components}/tabs/Component.mobile.d.ts +1 -1
  37. package/{dist/components → components}/tabs/Component.mobile.js +3 -3
  38. package/{dist/modern/components → components}/tabs/Component.responsive.d.ts +1 -1
  39. package/{dist/components → components}/tabs/Component.responsive.js +3 -3
  40. package/{dist/cssm → cssm}/components/primary-tablist/Component.d.ts +0 -0
  41. package/{dist/cssm → cssm}/components/primary-tablist/Component.desktop.d.ts +0 -0
  42. package/{dist/cssm → cssm}/components/primary-tablist/Component.desktop.js +1 -1
  43. package/{dist/cssm → cssm}/components/primary-tablist/Component.js +1 -1
  44. package/{dist/cssm → cssm}/components/primary-tablist/Component.mobile.d.ts +0 -0
  45. package/{dist/cssm → cssm}/components/primary-tablist/Component.mobile.js +1 -1
  46. package/{dist/cssm → cssm}/components/primary-tablist/Component.responsive.d.ts +0 -0
  47. package/{dist/cssm → cssm}/components/primary-tablist/Component.responsive.js +1 -1
  48. package/{dist/cssm → cssm}/components/primary-tablist/index.module.css +0 -0
  49. package/{dist/cssm → cssm}/components/primary-tablist/mobile.module.css +0 -0
  50. package/{dist/cssm → cssm}/components/scrollable-container/Component.d.ts +0 -0
  51. package/{dist/cssm → cssm}/components/scrollable-container/Component.js +0 -0
  52. package/{dist/cssm → cssm}/components/scrollable-container/index.d.ts +0 -0
  53. package/{dist/cssm → cssm}/components/scrollable-container/index.js +0 -0
  54. package/{dist/cssm → cssm}/components/scrollable-container/index.module.css +0 -0
  55. package/{dist/cssm → cssm}/components/secondary-tablist/Component.d.ts +0 -0
  56. package/{dist/cssm → cssm}/components/secondary-tablist/Component.desktop.d.ts +0 -0
  57. package/{dist/cssm → cssm}/components/secondary-tablist/Component.desktop.js +1 -1
  58. package/{dist/cssm → cssm}/components/secondary-tablist/Component.js +1 -1
  59. package/{dist/cssm → cssm}/components/secondary-tablist/Component.mobile.d.ts +0 -0
  60. package/{dist/cssm → cssm}/components/secondary-tablist/Component.mobile.js +1 -1
  61. package/{dist/cssm → cssm}/components/secondary-tablist/Component.responsive.d.ts +0 -0
  62. package/{dist/cssm → cssm}/components/secondary-tablist/Component.responsive.js +1 -1
  63. package/{dist/cssm → cssm}/components/secondary-tablist/index.module.css +0 -0
  64. package/{dist/cssm → cssm}/components/secondary-tablist/mobile.module.css +0 -0
  65. package/{dist/cssm → cssm}/components/tab/Component.d.ts +0 -0
  66. package/{dist/cssm → cssm}/components/tab/Component.js +0 -0
  67. package/{dist/cssm → cssm}/components/tab/index.d.ts +0 -0
  68. package/{dist/cssm → cssm}/components/tab/index.js +0 -0
  69. package/{dist/cssm → cssm}/components/tab/index.module.css +0 -0
  70. package/{dist → cssm}/components/tabs/Component.d.ts +0 -0
  71. package/{dist → cssm}/components/tabs/Component.desktop.d.ts +0 -0
  72. package/{dist/cssm → cssm}/components/tabs/Component.desktop.js +2 -2
  73. package/{dist/cssm → cssm}/components/tabs/Component.js +0 -0
  74. package/{dist → cssm}/components/tabs/Component.mobile.d.ts +0 -0
  75. package/{dist/cssm → cssm}/components/tabs/Component.mobile.js +2 -2
  76. package/{dist → cssm}/components/tabs/Component.responsive.d.ts +0 -0
  77. package/{dist/cssm → cssm}/components/tabs/Component.responsive.js +2 -2
  78. package/{dist/cssm → cssm}/desktop.d.ts +0 -0
  79. package/{dist/cssm → cssm}/desktop.js +2 -2
  80. package/{dist/cssm → cssm}/index.d.ts +0 -0
  81. package/{dist/cssm → cssm}/index.js +2 -2
  82. package/{dist/cssm → cssm}/mobile.d.ts +0 -0
  83. package/{dist/cssm → cssm}/mobile.js +2 -2
  84. package/{dist/cssm → cssm}/responsive.d.ts +0 -0
  85. package/{dist/cssm → cssm}/responsive.js +2 -2
  86. package/{dist/cssm → cssm}/tslib.es6-ce870b46.d.ts +0 -0
  87. package/{dist/cssm → cssm}/tslib.es6-ce870b46.js +0 -0
  88. package/{dist/cssm → cssm}/typings.d.ts +0 -0
  89. package/{dist/cssm → cssm}/typings.js +0 -0
  90. package/{dist/cssm → cssm}/useTabs.d.ts +0 -0
  91. package/{dist/cssm → cssm}/useTabs.js +0 -0
  92. package/{dist/cssm → cssm}/vars.css +0 -0
  93. package/{dist/desktop.d.ts → desktop.d.ts} +0 -0
  94. package/{dist/desktop.js → desktop.js} +3 -3
  95. package/{dist/esm → esm}/components/primary-tablist/Component.d.ts +0 -0
  96. package/{dist/esm → esm}/components/primary-tablist/Component.desktop.d.ts +0 -0
  97. package/{dist/esm → esm}/components/primary-tablist/Component.desktop.js +3 -3
  98. package/{dist/esm → esm}/components/primary-tablist/Component.js +2 -2
  99. package/{dist/esm → esm}/components/primary-tablist/Component.mobile.d.ts +0 -0
  100. package/{dist/esm → esm}/components/primary-tablist/Component.mobile.js +4 -4
  101. package/{dist/esm → esm}/components/primary-tablist/Component.responsive.d.ts +0 -0
  102. package/{dist/esm → esm}/components/primary-tablist/Component.responsive.js +3 -3
  103. package/{dist/modern → esm}/components/primary-tablist/index.css +19 -19
  104. package/{dist/modern → esm}/components/primary-tablist/mobile.css +26 -22
  105. package/{dist/esm → esm}/components/scrollable-container/Component.d.ts +0 -0
  106. package/{dist/esm → esm}/components/scrollable-container/Component.js +1 -1
  107. package/{dist/esm → esm}/components/scrollable-container/index.css +4 -4
  108. package/{dist/esm → esm}/components/scrollable-container/index.d.ts +0 -0
  109. package/{dist/esm → esm}/components/scrollable-container/index.js +0 -0
  110. package/{dist/esm → esm}/components/secondary-tablist/Component.d.ts +0 -0
  111. package/{dist/esm → esm}/components/secondary-tablist/Component.desktop.d.ts +0 -0
  112. package/{dist/esm → esm}/components/secondary-tablist/Component.desktop.js +3 -3
  113. package/{dist/esm → esm}/components/secondary-tablist/Component.js +2 -2
  114. package/{dist/esm → esm}/components/secondary-tablist/Component.mobile.d.ts +0 -0
  115. package/{dist/esm → esm}/components/secondary-tablist/Component.mobile.js +4 -4
  116. package/{dist/esm → esm}/components/secondary-tablist/Component.responsive.d.ts +0 -0
  117. package/{dist/esm → esm}/components/secondary-tablist/Component.responsive.js +3 -3
  118. package/{dist → esm}/components/secondary-tablist/index.css +10 -10
  119. package/{dist → esm}/components/secondary-tablist/mobile.css +16 -12
  120. package/{dist/esm → esm}/components/tab/Component.d.ts +0 -0
  121. package/{dist/esm → esm}/components/tab/Component.js +1 -1
  122. package/esm/components/tab/index.css +8 -0
  123. package/{dist/esm → esm}/components/tab/index.d.ts +0 -0
  124. package/{dist/esm → esm}/components/tab/index.js +0 -0
  125. package/{dist/cssm → esm}/components/tabs/Component.d.ts +0 -0
  126. package/{dist/cssm → esm}/components/tabs/Component.desktop.d.ts +0 -0
  127. package/{dist/esm → esm}/components/tabs/Component.desktop.js +5 -5
  128. package/{dist/esm → esm}/components/tabs/Component.js +0 -0
  129. package/{dist/cssm → esm}/components/tabs/Component.mobile.d.ts +0 -0
  130. package/{dist/esm → esm}/components/tabs/Component.mobile.js +5 -5
  131. package/{dist/cssm → esm}/components/tabs/Component.responsive.d.ts +0 -0
  132. package/{dist/esm → esm}/components/tabs/Component.responsive.js +5 -5
  133. package/{dist/esm → esm}/desktop.d.ts +0 -0
  134. package/{dist/esm → esm}/desktop.js +5 -5
  135. package/{dist/esm → esm}/index.d.ts +0 -0
  136. package/{dist/esm → esm}/index.js +5 -5
  137. package/esm/index.module-7be29ac4.js +4 -0
  138. package/esm/index.module-a7445354.js +4 -0
  139. package/{dist/esm → esm}/mobile.d.ts +0 -0
  140. package/{dist/esm → esm}/mobile.js +5 -5
  141. package/{dist/esm → esm}/responsive.d.ts +0 -0
  142. package/{dist/esm → esm}/responsive.js +5 -5
  143. package/{dist/esm/tslib.es6-8a4b035c.d.ts → esm/tslib.es6-d595f357.d.ts} +0 -0
  144. package/{dist/esm/tslib.es6-8a4b035c.js → esm/tslib.es6-d595f357.js} +0 -0
  145. package/{dist/esm → esm}/typings.d.ts +0 -0
  146. package/{dist/esm → esm}/typings.js +0 -0
  147. package/{dist/esm → esm}/useTabs.d.ts +0 -0
  148. package/{dist/esm → esm}/useTabs.js +0 -0
  149. package/{dist/index.d.ts → index.d.ts} +0 -0
  150. package/{dist/index.js → index.js} +3 -3
  151. package/index.module-5ed9b0e6.js +6 -0
  152. package/index.module-fa5020d4.js +6 -0
  153. package/{dist/mobile.d.ts → mobile.d.ts} +0 -0
  154. package/{dist/mobile.js → mobile.js} +3 -3
  155. package/{dist/modern → modern}/components/primary-tablist/Component.d.ts +0 -0
  156. package/{dist/modern → modern}/components/primary-tablist/Component.desktop.d.ts +0 -0
  157. package/{dist/modern → modern}/components/primary-tablist/Component.desktop.js +2 -2
  158. package/{dist/modern → modern}/components/primary-tablist/Component.js +1 -1
  159. package/{dist/modern → modern}/components/primary-tablist/Component.mobile.d.ts +0 -0
  160. package/{dist/modern → modern}/components/primary-tablist/Component.mobile.js +3 -3
  161. package/{dist/modern → modern}/components/primary-tablist/Component.responsive.d.ts +0 -0
  162. package/{dist/modern → modern}/components/primary-tablist/Component.responsive.js +2 -2
  163. package/{dist/esm → modern}/components/primary-tablist/index.css +19 -19
  164. package/{dist/esm → modern}/components/primary-tablist/mobile.css +26 -22
  165. package/{dist/modern → modern}/components/scrollable-container/Component.d.ts +0 -0
  166. package/{dist/modern → modern}/components/scrollable-container/Component.js +1 -1
  167. package/{dist → modern}/components/scrollable-container/index.css +4 -4
  168. package/{dist/modern → modern}/components/scrollable-container/index.d.ts +0 -0
  169. package/{dist/modern → modern}/components/scrollable-container/index.js +0 -0
  170. package/{dist/modern → modern}/components/secondary-tablist/Component.d.ts +0 -0
  171. package/{dist/modern → modern}/components/secondary-tablist/Component.desktop.d.ts +0 -0
  172. package/{dist/modern → modern}/components/secondary-tablist/Component.desktop.js +2 -2
  173. package/{dist/modern → modern}/components/secondary-tablist/Component.js +1 -1
  174. package/{dist/modern → modern}/components/secondary-tablist/Component.mobile.d.ts +0 -0
  175. package/{dist/modern → modern}/components/secondary-tablist/Component.mobile.js +3 -3
  176. package/{dist/modern → modern}/components/secondary-tablist/Component.responsive.d.ts +0 -0
  177. package/{dist/modern → modern}/components/secondary-tablist/Component.responsive.js +2 -2
  178. package/{dist/esm → modern}/components/secondary-tablist/index.css +10 -10
  179. package/{dist/esm → modern}/components/secondary-tablist/mobile.css +16 -12
  180. package/{dist/modern → modern}/components/tab/Component.d.ts +0 -0
  181. package/{dist/modern → modern}/components/tab/Component.js +1 -1
  182. package/modern/components/tab/index.css +8 -0
  183. package/{dist/modern → modern}/components/tab/index.d.ts +0 -0
  184. package/{dist/modern → modern}/components/tab/index.js +0 -0
  185. package/{dist/esm → modern}/components/tabs/Component.d.ts +0 -0
  186. package/{dist/esm → modern}/components/tabs/Component.desktop.d.ts +0 -0
  187. package/{dist/modern → modern}/components/tabs/Component.desktop.js +4 -4
  188. package/{dist/modern → modern}/components/tabs/Component.js +0 -0
  189. package/{dist/esm → modern}/components/tabs/Component.mobile.d.ts +0 -0
  190. package/{dist/modern → modern}/components/tabs/Component.mobile.js +4 -4
  191. package/{dist/esm → modern}/components/tabs/Component.responsive.d.ts +0 -0
  192. package/{dist/modern → modern}/components/tabs/Component.responsive.js +4 -4
  193. package/{dist/modern → modern}/desktop.d.ts +0 -0
  194. package/{dist/modern → modern}/desktop.js +4 -4
  195. package/{dist/modern → modern}/index.d.ts +0 -0
  196. package/{dist/modern → modern}/index.js +4 -4
  197. package/modern/index.module-7be29ac4.js +4 -0
  198. package/modern/index.module-a7445354.js +4 -0
  199. package/{dist/modern → modern}/mobile.d.ts +0 -0
  200. package/{dist/modern → modern}/mobile.js +4 -4
  201. package/{dist/modern → modern}/responsive.d.ts +0 -0
  202. package/{dist/modern → modern}/responsive.js +4 -4
  203. package/{dist/modern → modern}/typings.d.ts +0 -0
  204. package/{dist/modern → modern}/typings.js +0 -0
  205. package/{dist/modern → modern}/useTabs.d.ts +0 -0
  206. package/{dist/modern → modern}/useTabs.js +0 -0
  207. package/package.json +9 -12
  208. package/{dist/responsive.d.ts → responsive.d.ts} +0 -0
  209. package/{dist/responsive.js → responsive.js} +3 -3
  210. package/{dist/send-stats.js → send-stats.js} +0 -0
  211. package/{dist/tslib.es6-394cebb0.d.ts → tslib.es6-21f3b6da.d.ts} +0 -0
  212. package/{dist/tslib.es6-394cebb0.js → tslib.es6-21f3b6da.js} +0 -0
  213. package/{dist/typings.d.ts → typings.d.ts} +0 -0
  214. package/{dist/typings.js → typings.js} +0 -0
  215. package/{dist/useTabs.d.ts → useTabs.d.ts} +0 -0
  216. package/{dist/useTabs.js → useTabs.js} +0 -0
  217. package/dist/components/tab/index.css +0 -8
  218. package/dist/esm/components/tab/index.css +0 -8
  219. package/dist/esm/index.module-4687a3b6.js +0 -4
  220. package/dist/esm/index.module-4cd5c08a.js +0 -4
  221. package/dist/index.module-a61e7b44.js +0 -6
  222. package/dist/index.module-b9c824d3.js +0 -6
  223. package/dist/modern/components/tab/index.css +0 -8
  224. package/dist/modern/index.module-4687a3b6.js +0 -4
  225. package/dist/modern/index.module-4cd5c08a.js +0 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@6.3.1...@alfalab/core-components-tabs@6.3.2) (2022-07-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
12
+
13
+
14
+
15
+
16
+
17
+ ## [6.3.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@6.3.0...@alfalab/core-components-tabs@6.3.1) (2022-07-14)
18
+
19
+ **Note:** Version bump only for package @alfalab/core-components-tabs
20
+
21
+
22
+
23
+
24
+
6
25
  # [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
26
 
8
27
 
@@ -333,4 +352,5 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
333
352
 
334
353
  ### Features
335
354
 
355
+
336
356
  * **tabs:** disabled view ([#513](https://github.com/core-ds/core-components/issues/513)) ([8bdb1a7](https://github.com/core-ds/core-components/commit/8bdb1a789f720c6ccd98ebed3f0ae3c84dbbf52e))
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var tslib_es6 = require('../../tslib.es6-394cebb0.js');
5
+ var tslib_es6 = require('../../tslib.es6-21f3b6da.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-b9c824d3.js');
13
+ var index_module = require('../../index.module-5ed9b0e6.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-394cebb0.js');
5
+ var tslib_es6 = require('../../tslib.es6-21f3b6da.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-394cebb0.js');
5
+ var tslib_es6 = require('../../tslib.es6-21f3b6da.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-b9c824d3.js');
13
+ var index_module = require('../../index.module-5ed9b0e6.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_1o8np tabs__title_1c7rr","mobile":"tabs__mobile_1o8np"};
20
+ var mobileStyles = {"title":"tabs__title_1q8rm tabs__title_1dx1o","mobile":"tabs__mobile_1q8rm"};
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-394cebb0.js');
5
+ var tslib_es6 = require('../../tslib.es6-21f3b6da.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-b9c824d3.js');
13
+ require('../../index.module-5ed9b0e6.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: 1w086 */
1
+ /* hash: uu6pi */
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_1c7rr {
85
+ .tabs__component_1dx1o {
86
86
  position: relative
87
87
  }
88
- .tabs__component_1c7rr:before {
88
+ .tabs__component_1dx1o: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_1c7rr {
97
+ .tabs__container_1dx1o {
98
98
  position: relative;
99
99
  display: flex;
100
100
  }
101
- .tabs__title_1c7rr {
101
+ .tabs__title_1dx1o {
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_1c7rr:not(.tabs__disabled_1c7rr):hover {
119
+ .tabs__title_1dx1o:not(.tabs__disabled_1dx1o):hover {
120
120
  color: var(--primary-tablist-hover-color);
121
121
  }
122
- .tabs__focused_1c7rr {
122
+ .tabs__focused_1dx1o {
123
123
  outline: 2px solid var(--focus-color);
124
124
  outline-offset: 2px;
125
125
  }
126
- .tabs__selected_1c7rr {
126
+ .tabs__selected_1dx1o {
127
127
  cursor: default;
128
128
  color: var(--primary-tablist-selected-color);
129
129
  }
130
- .tabs__disabled_1c7rr {
130
+ .tabs__disabled_1dx1o {
131
131
  cursor: var(--disabled-cursor);
132
132
  color: var(--primary-tablist-disabled-color);
133
133
  }
134
- .tabs__line_1c7rr {
134
+ .tabs__line_1dx1o {
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_1c7rr .tabs__title_1c7rr, .tabs__xs_1c7rr .tabs__title_1c7rr, .tabs__xxs_1c7rr .tabs__title_1c7rr {
143
+ .tabs__s_1dx1o .tabs__title_1dx1o, .tabs__xs_1dx1o .tabs__title_1dx1o, .tabs__xxs_1dx1o .tabs__title_1dx1o {
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_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 {
150
+ .tabs__s_1dx1o .tabs__title_1dx1o + .tabs__title_1dx1o, .tabs__xs_1dx1o .tabs__title_1dx1o + .tabs__title_1dx1o, .tabs__xxs_1dx1o .tabs__title_1dx1o + .tabs__title_1dx1o {
151
151
  margin-left: var(--primary-tablist-s-gaps);
152
152
  }
153
- .tabs__m_1c7rr .tabs__title_1c7rr {
153
+ .tabs__m_1dx1o .tabs__title_1dx1o {
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_1c7rr .tabs__title_1c7rr + .tabs__title_1c7rr {
160
+ .tabs__m_1dx1o .tabs__title_1dx1o + .tabs__title_1dx1o {
161
161
  margin-left: var(--primary-tablist-m-gaps);
162
162
  }
163
- .tabs__l_1c7rr .tabs__title_1c7rr {
163
+ .tabs__l_1dx1o .tabs__title_1dx1o {
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_1c7rr .tabs__title_1c7rr + .tabs__title_1c7rr {
170
+ .tabs__l_1dx1o .tabs__title_1dx1o + .tabs__title_1dx1o {
171
171
  margin-left: var(--primary-tablist-l-gaps);
172
172
  }
173
- .tabs__xl_1c7rr .tabs__title_1c7rr {
173
+ .tabs__xl_1dx1o .tabs__title_1dx1o {
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_1c7rr .tabs__title_1c7rr + .tabs__title_1c7rr {
180
+ .tabs__xl_1dx1o .tabs__title_1dx1o + .tabs__title_1dx1o {
181
181
  margin-left: var(--primary-tablist-xl-gaps);
182
182
  }
183
- .tabs__rightAddons_1c7rr {
183
+ .tabs__rightAddons_1dx1o {
184
184
  margin-left: var(--gap-xs);
185
185
  }
@@ -1,4 +1,4 @@
1
- /* hash: 1hg48 */
1
+ /* hash: 18k3y */
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_1c7rr {
89
+ }.tabs__component_1dx1o {
90
90
  position: relative
91
- }.tabs__component_1c7rr:before {
91
+ }.tabs__component_1dx1o: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_1c7rr {
99
+ }.tabs__container_1dx1o {
100
100
  position: relative;
101
101
  display: flex;
102
- }.tabs__title_1c7rr {
102
+ }.tabs__title_1dx1o {
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_1c7rr:not(.tabs__disabled_1c7rr):hover {
119
+ }.tabs__title_1dx1o:not(.tabs__disabled_1dx1o):hover {
120
120
  color: var(--primary-tablist-hover-color);
121
- }.tabs__focused_1c7rr {
121
+ }.tabs__focused_1dx1o {
122
122
  outline: 2px solid var(--focus-color);
123
123
  outline-offset: 2px;
124
- }.tabs__selected_1c7rr {
124
+ }.tabs__selected_1dx1o {
125
125
  cursor: default;
126
126
  color: var(--primary-tablist-selected-color);
127
- }.tabs__disabled_1c7rr {
127
+ }.tabs__disabled_1dx1o {
128
128
  cursor: var(--disabled-cursor);
129
129
  color: var(--primary-tablist-disabled-color);
130
- }.tabs__line_1c7rr {
130
+ }.tabs__line_1dx1o {
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_1c7rr .tabs__title_1c7rr, .tabs__xs_1c7rr .tabs__title_1c7rr, .tabs__xxs_1c7rr .tabs__title_1c7rr {
137
+ }/* sizes */.tabs__s_1dx1o .tabs__title_1dx1o, .tabs__xs_1dx1o .tabs__title_1dx1o, .tabs__xxs_1dx1o .tabs__title_1dx1o {
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_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 {
143
+ }.tabs__s_1dx1o .tabs__title_1dx1o + .tabs__title_1dx1o, .tabs__xs_1dx1o .tabs__title_1dx1o + .tabs__title_1dx1o, .tabs__xxs_1dx1o .tabs__title_1dx1o + .tabs__title_1dx1o {
144
144
  margin-left: var(--primary-tablist-s-gaps);
145
- }.tabs__m_1c7rr .tabs__title_1c7rr {
145
+ }.tabs__m_1dx1o .tabs__title_1dx1o {
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_1c7rr .tabs__title_1c7rr + .tabs__title_1c7rr {
151
+ }.tabs__m_1dx1o .tabs__title_1dx1o + .tabs__title_1dx1o {
152
152
  margin-left: var(--primary-tablist-m-gaps);
153
- }.tabs__l_1c7rr .tabs__title_1c7rr {
153
+ }.tabs__l_1dx1o .tabs__title_1dx1o {
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_1c7rr .tabs__title_1c7rr + .tabs__title_1c7rr {
159
+ }.tabs__l_1dx1o .tabs__title_1dx1o + .tabs__title_1dx1o {
160
160
  margin-left: var(--primary-tablist-l-gaps);
161
- }.tabs__xl_1c7rr .tabs__title_1c7rr {
161
+ }.tabs__xl_1dx1o .tabs__title_1dx1o {
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_1c7rr .tabs__title_1c7rr + .tabs__title_1c7rr {
167
+ }.tabs__xl_1dx1o .tabs__title_1dx1o + .tabs__title_1dx1o {
168
168
  margin-left: var(--primary-tablist-xl-gaps);
169
- }.tabs__rightAddons_1c7rr {
169
+ }.tabs__rightAddons_1dx1o {
170
170
  margin-left: var(--gap-xs);
171
171
  }
172
172
  :root {
@@ -551,7 +551,9 @@
551
551
  --color-dark-border-underline-inverted-alpha-30: rgba(182, 188, 195, 0.3);
552
552
  --color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
553
553
  --color-dark-graphic-accent-shade-15: rgb(203, 42, 31);
554
+ --color-dark-graphic-accent-tint-7: rgb(240, 63, 51);
554
555
  --color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
556
+ --color-dark-graphic-accent-tint-15: rgb(241, 80, 69);
555
557
  --color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
556
558
  --color-dark-graphic-negative-alpha-30: rgba(241, 80, 69, 0.3);
557
559
  --color-dark-graphic-negative-shade-20: rgb(193, 64, 55);
@@ -685,7 +687,9 @@
685
687
  --color-light-border-underline-inverted-alpha-30: rgba(109, 121, 134, 0.3);
686
688
  --color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
687
689
  --color-light-graphic-accent-tint-15: rgb(241, 80, 69);
690
+ --color-light-graphic-accent-shade-7: rgb(222, 46, 33);
688
691
  --color-light-graphic-accent-shade-10: rgb(215, 44, 32);
692
+ --color-light-graphic-accent-shade-15: rgb(203, 42, 31);
689
693
  --color-light-graphic-accent-shade-30: rgb(167, 34, 25);
690
694
  --color-light-graphic-negative-alpha-30: rgba(241, 80, 69, 0.3);
691
695
  --color-light-graphic-negative-tint-20: rgb(244, 115, 106);
@@ -956,15 +960,15 @@
956
960
  /* size xl */
957
961
  --secondary-tablist-xl-gaps: var(--gap-m);
958
962
  }
959
- .tabs__title_1o8np {
963
+ .tabs__title_1q8rm {
960
964
  }
961
- .tabs__mobile_1o8np .tabs__title_1o8np {
965
+ .tabs__mobile_1q8rm .tabs__title_1q8rm {
962
966
  padding: var(--primary-tablist-mobile-padding);
963
967
  font-size: var(--primary-tablist-mobile-font-size);
964
968
  font-weight: var(--primary-tablist-mobile-font-weight);
965
969
  font-family: var(--primary-tablist-mobile-font-family);
966
970
  line-height: 24px
967
971
  }
968
- .tabs__mobile_1o8np .tabs__title_1o8np + .tabs__title_1o8np {
972
+ .tabs__mobile_1q8rm .tabs__title_1q8rm + .tabs__title_1q8rm {
969
973
  margin-left: var(--primary-tablist-mobile-gaps);
970
974
  }
@@ -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_1w0ks"};
15
+ var styles = {"container":"tabs__container_25pgv"};
16
16
  require('./index.css')
17
17
 
18
18
  var ScrollableContainer = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 2ocnl */
1
+ /* hash: 4vatq */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -33,7 +33,7 @@
33
33
 
34
34
  /* size xl */
35
35
  }
36
- .tabs__container_1w0ks {
36
+ .tabs__container_25pgv {
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_1w0ks::-webkit-scrollbar {
44
+ .tabs__container_25pgv::-webkit-scrollbar {
45
45
  display: none;
46
46
  }
47
- .tabs__container_1w0ks > * {
47
+ .tabs__container_25pgv > * {
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-394cebb0.js');
5
+ var tslib_es6 = require('../../tslib.es6-21f3b6da.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-a61e7b44.js');
13
+ var index_module = require('../../index.module-fa5020d4.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-394cebb0.js');
5
+ var tslib_es6 = require('../../tslib.es6-21f3b6da.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-394cebb0.js');
5
+ var tslib_es6 = require('../../tslib.es6-21f3b6da.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-a61e7b44.js');
13
+ var index_module = require('../../index.module-fa5020d4.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_dshuh tabs__title_1eesx","mobile":"tabs__mobile_dshuh"};
20
+ var mobileStyles = {"title":"tabs__title_iqtqr tabs__title_urhly","mobile":"tabs__mobile_iqtqr"};
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-394cebb0.js');
5
+ var tslib_es6 = require('../../tslib.es6-21f3b6da.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-a61e7b44.js');
13
+ require('../../index.module-fa5020d4.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: 1klfz */
1
+ /* hash: 1bpfp */
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_1eesx {
47
+ .tabs__component_urhly {
48
48
  position: relative;
49
49
  display: flex;
50
50
  align-items: center;
51
51
  }
52
- .tabs__container_1eesx {
52
+ .tabs__container_urhly {
53
53
  display: flex;
54
54
  align-items: center;
55
55
  }
56
- .tabs__title_1eesx {
56
+ .tabs__title_urhly {
57
57
  white-space: nowrap;
58
58
  }
59
59
  /* sizes */
60
- .tabs__xxs_1eesx .tabs__title_1eesx + .tabs__title_1eesx {
60
+ .tabs__xxs_urhly .tabs__title_urhly + .tabs__title_urhly {
61
61
  margin-left: var(--secondary-tablist-xxs-gaps);
62
62
  }
63
- .tabs__xs_1eesx .tabs__title_1eesx + .tabs__title_1eesx {
63
+ .tabs__xs_urhly .tabs__title_urhly + .tabs__title_urhly {
64
64
  margin-left: var(--secondary-tablist-xs-gaps);
65
65
  }
66
- .tabs__s_1eesx .tabs__title_1eesx + .tabs__title_1eesx {
66
+ .tabs__s_urhly .tabs__title_urhly + .tabs__title_urhly {
67
67
  margin-left: var(--secondary-tablist-s-gaps);
68
68
  }
69
- .tabs__m_1eesx .tabs__title_1eesx + .tabs__title_1eesx {
69
+ .tabs__m_urhly .tabs__title_urhly + .tabs__title_urhly {
70
70
  margin-left: var(--secondary-tablist-m-gaps);
71
71
  }
72
- .tabs__l_1eesx .tabs__title_1eesx + .tabs__title_1eesx {
72
+ .tabs__l_urhly .tabs__title_urhly + .tabs__title_urhly {
73
73
  margin-left: var(--secondary-tablist-l-gaps);
74
74
  }
75
- .tabs__xl_1eesx .tabs__title_1eesx + .tabs__title_1eesx {
75
+ .tabs__xl_urhly .tabs__title_urhly + .tabs__title_urhly {
76
76
  margin-left: var(--secondary-tablist-xl-gaps);
77
77
  }
@@ -1,4 +1,4 @@
1
- /* hash: 112s4 */
1
+ /* hash: yw5d8 */
2
2
  :root {
3
3
  }:root {
4
4
  }:root {
@@ -49,26 +49,26 @@
49
49
 
50
50
  /* size xl */
51
51
  --secondary-tablist-xl-gaps: var(--gap-m);
52
- }.tabs__component_1eesx {
52
+ }.tabs__component_urhly {
53
53
  position: relative;
54
54
  display: flex;
55
55
  align-items: center;
56
- }.tabs__container_1eesx {
56
+ }.tabs__container_urhly {
57
57
  display: flex;
58
58
  align-items: center;
59
- }.tabs__title_1eesx {
59
+ }.tabs__title_urhly {
60
60
  white-space: nowrap;
61
- }/* sizes */.tabs__xxs_1eesx .tabs__title_1eesx + .tabs__title_1eesx {
61
+ }/* sizes */.tabs__xxs_urhly .tabs__title_urhly + .tabs__title_urhly {
62
62
  margin-left: var(--secondary-tablist-xxs-gaps);
63
- }.tabs__xs_1eesx .tabs__title_1eesx + .tabs__title_1eesx {
63
+ }.tabs__xs_urhly .tabs__title_urhly + .tabs__title_urhly {
64
64
  margin-left: var(--secondary-tablist-xs-gaps);
65
- }.tabs__s_1eesx .tabs__title_1eesx + .tabs__title_1eesx {
65
+ }.tabs__s_urhly .tabs__title_urhly + .tabs__title_urhly {
66
66
  margin-left: var(--secondary-tablist-s-gaps);
67
- }.tabs__m_1eesx .tabs__title_1eesx + .tabs__title_1eesx {
67
+ }.tabs__m_urhly .tabs__title_urhly + .tabs__title_urhly {
68
68
  margin-left: var(--secondary-tablist-m-gaps);
69
- }.tabs__l_1eesx .tabs__title_1eesx + .tabs__title_1eesx {
69
+ }.tabs__l_urhly .tabs__title_urhly + .tabs__title_urhly {
70
70
  margin-left: var(--secondary-tablist-l-gaps);
71
- }.tabs__xl_1eesx .tabs__title_1eesx + .tabs__title_1eesx {
71
+ }.tabs__xl_urhly .tabs__title_urhly + .tabs__title_urhly {
72
72
  margin-left: var(--secondary-tablist-xl-gaps);
73
73
  }
74
74
  :root {
@@ -453,7 +453,9 @@
453
453
  --color-dark-border-underline-inverted-alpha-30: rgba(182, 188, 195, 0.3);
454
454
  --color-dark-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
455
455
  --color-dark-graphic-accent-shade-15: rgb(203, 42, 31);
456
+ --color-dark-graphic-accent-tint-7: rgb(240, 63, 51);
456
457
  --color-dark-graphic-accent-tint-10: rgb(241, 70, 58);
458
+ --color-dark-graphic-accent-tint-15: rgb(241, 80, 69);
457
459
  --color-dark-graphic-accent-tint-30: rgb(244, 111, 102);
458
460
  --color-dark-graphic-negative-alpha-30: rgba(241, 80, 69, 0.3);
459
461
  --color-dark-graphic-negative-shade-20: rgb(193, 64, 55);
@@ -587,7 +589,9 @@
587
589
  --color-light-border-underline-inverted-alpha-30: rgba(109, 121, 134, 0.3);
588
590
  --color-light-graphic-accent-alpha-30: rgba(239, 49, 36, 0.3);
589
591
  --color-light-graphic-accent-tint-15: rgb(241, 80, 69);
592
+ --color-light-graphic-accent-shade-7: rgb(222, 46, 33);
590
593
  --color-light-graphic-accent-shade-10: rgb(215, 44, 32);
594
+ --color-light-graphic-accent-shade-15: rgb(203, 42, 31);
591
595
  --color-light-graphic-accent-shade-30: rgb(167, 34, 25);
592
596
  --color-light-graphic-negative-alpha-30: rgba(241, 80, 69, 0.3);
593
597
  --color-light-graphic-negative-tint-20: rgb(244, 115, 106);
@@ -858,8 +862,8 @@
858
862
  /* size xl */
859
863
  --secondary-tablist-xl-gaps: var(--gap-m);
860
864
  }
861
- .tabs__title_dshuh {
865
+ .tabs__title_iqtqr {
862
866
  }
863
- .tabs__mobile_dshuh .tabs__title_dshuh + .tabs__title_dshuh {
867
+ .tabs__mobile_iqtqr .tabs__title_iqtqr + .tabs__title_iqtqr {
864
868
  margin-left: var(--secondary-tablist-mobile-gaps);
865
869
  }
@@ -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_wp7vz","hidden":"tabs__hidden_wp7vz"};
13
+ var styles = {"component":"tabs__component_1v6uv","hidden":"tabs__hidden_1v6uv"};
14
14
  require('./index.css')
15
15
 
16
16
  var Tab = function (_a) {
@@ -0,0 +1,8 @@
1
+ /* hash: 1okyd */
2
+ .tabs__component_1v6uv {
3
+ outline: none;
4
+ }
5
+
6
+ .tabs__hidden_1v6uv {
7
+ display: none;
8
+ }
File without changes
File without changes