@alfalab/core-components-tabs 8.0.4 → 8.0.6

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 (125) hide show
  1. package/Component-8b2c2707.d.ts +1 -1
  2. package/{Component-5e1b8383.d.ts → Component-dd8ca091.d.ts} +1 -1
  3. package/collapsible.js +2 -2
  4. package/components/primary-tablist/Component.collapsible.desktop.js +1 -1
  5. package/components/primary-tablist/Component.collapsible.mobile.js +2 -2
  6. package/components/primary-tablist/Component.collapsible.responsive.js +2 -2
  7. package/components/primary-tablist/Component.desktop.js +1 -1
  8. package/components/primary-tablist/Component.mobile.js +2 -2
  9. package/components/primary-tablist/Component.responsive.js +2 -2
  10. package/components/primary-tablist/index.css +29 -29
  11. package/components/primary-tablist/mobile.css +32 -32
  12. package/components/scrollable-container/Component.js +2 -4
  13. package/components/scrollable-container/index.css +5 -5
  14. package/components/secondary-tablist/Component.desktop.js +1 -1
  15. package/components/secondary-tablist/Component.mobile.js +2 -2
  16. package/components/secondary-tablist/Component.responsive.js +1 -1
  17. package/components/secondary-tablist/index.css +11 -11
  18. package/components/secondary-tablist/mobile.css +13 -13
  19. package/components/tab/Component.js +1 -1
  20. package/components/tab/index.css +3 -3
  21. package/components/tabs/Component.collabsible.desktop.js +1 -1
  22. package/components/tabs/Component.collapsible.mobile.js +2 -2
  23. package/components/tabs/Component.collapsible.responsive.js +2 -2
  24. package/components/tabs/Component.desktop.js +2 -2
  25. package/components/tabs/Component.mobile.js +3 -3
  26. package/components/tabs/Component.responsive.js +3 -3
  27. package/cssm/Component-8b2c2707.d.ts +1 -1
  28. package/cssm/{Component-5e1b8383.d.ts → Component-dd8ca091.d.ts} +1 -1
  29. package/cssm/components/scrollable-container/Component.js +1 -3
  30. package/{esm/hook-9ea9e32c.d.ts → cssm/hook-8abfea97.d.ts} +28 -13
  31. package/cssm/shared-4cd3936b.d.ts +6 -6
  32. package/{esm/typings-5e1b8383.d.ts → cssm/typings-dd8ca091.d.ts} +23 -1
  33. package/{modern/utils-5e1b8383.d.ts → cssm/utils-dd8ca091.d.ts} +6 -3
  34. package/desktop.js +2 -2
  35. package/esm/Component-8b2c2707.d.ts +1 -1
  36. package/{modern/Component-5e1b8383.d.ts → esm/Component-dd8ca091.d.ts} +1 -1
  37. package/esm/collapsible.js +2 -2
  38. package/esm/components/primary-tablist/Component.collapsible.desktop.js +1 -1
  39. package/esm/components/primary-tablist/Component.collapsible.mobile.js +2 -2
  40. package/esm/components/primary-tablist/Component.collapsible.responsive.js +2 -2
  41. package/esm/components/primary-tablist/Component.desktop.js +1 -1
  42. package/esm/components/primary-tablist/Component.mobile.js +2 -2
  43. package/esm/components/primary-tablist/Component.responsive.js +2 -2
  44. package/esm/components/primary-tablist/index.css +29 -29
  45. package/esm/components/primary-tablist/mobile.css +32 -32
  46. package/esm/components/scrollable-container/Component.js +2 -4
  47. package/esm/components/scrollable-container/index.css +5 -5
  48. package/esm/components/secondary-tablist/Component.desktop.js +1 -1
  49. package/esm/components/secondary-tablist/Component.mobile.js +2 -2
  50. package/esm/components/secondary-tablist/Component.responsive.js +1 -1
  51. package/esm/components/secondary-tablist/index.css +11 -11
  52. package/esm/components/secondary-tablist/mobile.css +13 -13
  53. package/esm/components/tab/Component.js +1 -1
  54. package/esm/components/tab/index.css +3 -3
  55. package/esm/components/tabs/Component.collabsible.desktop.js +1 -1
  56. package/esm/components/tabs/Component.collapsible.mobile.js +2 -2
  57. package/esm/components/tabs/Component.collapsible.responsive.js +2 -2
  58. package/esm/components/tabs/Component.desktop.js +2 -2
  59. package/esm/components/tabs/Component.mobile.js +3 -3
  60. package/esm/components/tabs/Component.responsive.js +3 -3
  61. package/esm/desktop.js +2 -2
  62. package/{hook-9ea9e32c.d.ts → esm/hook-8abfea97.d.ts} +28 -13
  63. package/esm/index.js +3 -3
  64. package/esm/index.module-0d6aac07.js +4 -0
  65. package/esm/index.module-dab47194.js +4 -0
  66. package/esm/mobile.js +3 -3
  67. package/esm/mobile.module-9b70a4fc.js +4 -0
  68. package/esm/shared-4cd3936b.d.ts +6 -6
  69. package/{modern/typings-5e1b8383.d.ts → esm/typings-dd8ca091.d.ts} +23 -1
  70. package/esm/{utils-5e1b8383.d.ts → utils-dd8ca091.d.ts} +6 -3
  71. package/{cssm/hook-9ea9e32c.d.ts → hook-8abfea97.d.ts} +28 -13
  72. package/index.js +3 -3
  73. package/index.module-1176452c.js +6 -0
  74. package/index.module-6fac1a11.js +6 -0
  75. package/mobile.js +3 -3
  76. package/{mobile.module-6c98e36e.js → mobile.module-6b11e45e.js} +1 -1
  77. package/modern/Component-8b2c2707.d.ts +1 -1
  78. package/{esm/Component-5e1b8383.d.ts → modern/Component-dd8ca091.d.ts} +1 -1
  79. package/modern/collapsible.js +2 -2
  80. package/modern/components/primary-tablist/Component.collapsible.desktop.js +1 -1
  81. package/modern/components/primary-tablist/Component.collapsible.mobile.js +2 -2
  82. package/modern/components/primary-tablist/Component.collapsible.responsive.js +2 -2
  83. package/modern/components/primary-tablist/Component.desktop.js +1 -1
  84. package/modern/components/primary-tablist/Component.mobile.js +2 -2
  85. package/modern/components/primary-tablist/Component.responsive.js +2 -2
  86. package/modern/components/primary-tablist/index.css +29 -29
  87. package/modern/components/primary-tablist/mobile.css +32 -32
  88. package/modern/components/scrollable-container/Component.js +2 -4
  89. package/modern/components/scrollable-container/index.css +5 -5
  90. package/modern/components/secondary-tablist/Component.desktop.js +1 -1
  91. package/modern/components/secondary-tablist/Component.mobile.js +2 -2
  92. package/modern/components/secondary-tablist/Component.responsive.js +1 -1
  93. package/modern/components/secondary-tablist/index.css +11 -11
  94. package/modern/components/secondary-tablist/mobile.css +13 -13
  95. package/modern/components/tab/Component.js +1 -1
  96. package/modern/components/tab/index.css +3 -3
  97. package/modern/components/tabs/Component.collabsible.desktop.js +1 -1
  98. package/modern/components/tabs/Component.collapsible.mobile.js +2 -2
  99. package/modern/components/tabs/Component.collapsible.responsive.js +2 -2
  100. package/modern/components/tabs/Component.desktop.js +2 -2
  101. package/modern/components/tabs/Component.mobile.js +3 -3
  102. package/modern/components/tabs/Component.responsive.js +3 -3
  103. package/modern/desktop.js +2 -2
  104. package/modern/{hook-9ea9e32c.d.ts → hook-8abfea97.d.ts} +28 -13
  105. package/modern/index.js +3 -3
  106. package/modern/index.module-2f2bbaf5.js +4 -0
  107. package/modern/index.module-9e23227a.js +4 -0
  108. package/modern/mobile.js +3 -3
  109. package/modern/mobile.module-a0b368a1.js +4 -0
  110. package/modern/shared-4cd3936b.d.ts +6 -6
  111. package/{typings-5e1b8383.d.ts → modern/typings-dd8ca091.d.ts} +23 -1
  112. package/{utils-5e1b8383.d.ts → modern/utils-dd8ca091.d.ts} +6 -3
  113. package/package.json +3 -3
  114. package/shared-4cd3936b.d.ts +6 -6
  115. package/src/components/scrollable-container/Component.tsx +1 -2
  116. package/{cssm/typings-5e1b8383.d.ts → typings-dd8ca091.d.ts} +23 -1
  117. package/{cssm/utils-5e1b8383.d.ts → utils-dd8ca091.d.ts} +6 -3
  118. package/esm/index.module-8dec482b.js +0 -4
  119. package/esm/index.module-966b3998.js +0 -4
  120. package/esm/mobile.module-39766406.js +0 -4
  121. package/index.module-07185e4d.js +0 -6
  122. package/index.module-56e66dc4.js +0 -6
  123. package/modern/index.module-9e555350.js +0 -4
  124. package/modern/index.module-d7578f28.js +0 -4
  125. package/modern/mobile.module-90edca62.js +0 -4
@@ -3,7 +3,7 @@ import React from "react";
3
3
  import { FC, SVGProps } from "react";
4
4
  import { PickerButtonSize, PickerButtonVariant } from "./types-4480ac4f";
5
5
  import { ButtonProps } from "./index-8b2c2707";
6
- import { FieldProps as BaseFieldProps } from "./typings-5e1b8383";
6
+ import { FieldProps as BaseFieldProps } from "./typings-dd8ca091";
7
7
  declare const getIcon: (variant: PickerButtonVariant, size: PickerButtonSize) => FC<SVGProps<SVGSVGElement>>;
8
8
  type FieldProps = Omit<BaseFieldProps, 'size' | 'hint' | 'success' | 'error' | 'placeholder'> & ButtonProps & {
9
9
  buttonSize?: PickerButtonSize;
@@ -3,7 +3,7 @@ import React from "react";
3
3
  import { FC, ReactNode } from "react";
4
4
  import { ModalMobileProps, ContentProps } from "./typings-bdb4c6b9";
5
5
  import { BottomSheetProps } from "./index-f12ee135";
6
- import { BaseSelectProps } from "./typings-5e1b8383";
6
+ import { BaseSelectProps } from "./typings-dd8ca091";
7
7
  type FooterProps = {
8
8
  /**
9
9
  * Контент футера
package/collapsible.js CHANGED
@@ -26,8 +26,8 @@ require('./hooks/use-tabs.js');
26
26
  require('@alfalab/core-components-shared');
27
27
  require('./synthetic-events.js');
28
28
  require('./components/title/Component.js');
29
- require('./index.module-07185e4d.js');
30
- require('./mobile.module-6c98e36e.js');
29
+ require('./index.module-6fac1a11.js');
30
+ require('./mobile.module-6b11e45e.js');
31
31
 
32
32
 
33
33
 
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
  var components_primaryTablist_Component_collapsible = require('./Component.collapsible.js');
8
- var index_module = require('../../index.module-07185e4d.js');
8
+ var index_module = require('../../index.module-6fac1a11.js');
9
9
  require('classnames');
10
10
  require('@alfalab/core-components-badge');
11
11
  require('@alfalab/core-components-keyboard-focusable');
@@ -6,8 +6,8 @@ var tslib = require('tslib');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  var components_primaryTablist_Component_collapsible = require('./Component.collapsible.js');
9
- var index_module = require('../../index.module-07185e4d.js');
10
- var mobile_module = require('../../mobile.module-6c98e36e.js');
9
+ var index_module = require('../../index.module-6fac1a11.js');
10
+ var mobile_module = require('../../mobile.module-6b11e45e.js');
11
11
  require('@alfalab/core-components-badge');
12
12
  require('@alfalab/core-components-keyboard-focusable');
13
13
  require('@alfalab/core-components-picker-button/desktop');
@@ -20,8 +20,8 @@ require('../../hooks/use-tabs.js');
20
20
  require('@alfalab/core-components-shared');
21
21
  require('../../synthetic-events.js');
22
22
  require('../title/Component.js');
23
- require('../../index.module-07185e4d.js');
24
- require('../../mobile.module-6c98e36e.js');
23
+ require('../../index.module-6fac1a11.js');
24
+ require('../../mobile.module-6b11e45e.js');
25
25
 
26
26
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
27
27
 
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var tslib = require('tslib');
6
6
  var React = require('react');
7
7
  var components_primaryTablist_Component = require('./Component.js');
8
- var index_module = require('../../index.module-07185e4d.js');
8
+ var index_module = require('../../index.module-6fac1a11.js');
9
9
  require('classnames');
10
10
  require('@alfalab/core-components-keyboard-focusable');
11
11
  require('../../hooks/use-tabs.js');
@@ -6,8 +6,8 @@ var tslib = require('tslib');
6
6
  var React = require('react');
7
7
  var cn = require('classnames');
8
8
  var components_primaryTablist_Component = require('./Component.js');
9
- var index_module = require('../../index.module-07185e4d.js');
10
- var mobile_module = require('../../mobile.module-6c98e36e.js');
9
+ var index_module = require('../../index.module-6fac1a11.js');
10
+ var mobile_module = require('../../mobile.module-6b11e45e.js');
11
11
  require('@alfalab/core-components-keyboard-focusable');
12
12
  require('../../hooks/use-tabs.js');
13
13
  require('@alfalab/core-components-shared');
@@ -15,8 +15,8 @@ require('@alfalab/core-components-shared');
15
15
  require('../scrollable-container/Component.js');
16
16
  require('compute-scroll-into-view');
17
17
  require('../title/Component.js');
18
- require('../../index.module-07185e4d.js');
19
- require('../../mobile.module-6c98e36e.js');
18
+ require('../../index.module-6fac1a11.js');
19
+ require('../../mobile.module-6b11e45e.js');
20
20
 
21
21
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
22
22
 
@@ -1,4 +1,4 @@
1
- /* hash: xzgpw */
1
+ /* hash: fbtrt */
2
2
  :root {
3
3
  } /* deprecated */ :root {
4
4
  --color-light-border-accent: #ef3124;
@@ -83,11 +83,11 @@
83
83
  /* size l */
84
84
 
85
85
  /* size xl */
86
- } .tabs__component_u0ax3 {
86
+ } .tabs__component_d0xly {
87
87
  position: relative;
88
88
  display: inline-flex;
89
89
  min-width: 100%
90
- } .tabs__component_u0ax3:before {
90
+ } .tabs__component_d0xly:before {
91
91
  content: '';
92
92
  display: block;
93
93
  position: absolute;
@@ -95,17 +95,17 @@
95
95
  height: 1px;
96
96
  width: 100%;
97
97
  background-color: var(--primary-tablist-bottom-border-color);
98
- } .tabs__fullWidthScroll_u0ax3 {
98
+ } .tabs__fullWidthScroll_d0xly {
99
99
  min-width: calc(100% - 2 * var(--gap-m));
100
100
  margin: 0 var(--gap-m);
101
- } .tabs__container_u0ax3 {
101
+ } .tabs__container_d0xly {
102
102
  position: relative;
103
103
  overflow: hidden;
104
104
 
105
105
  /* focus-outline fix */
106
106
  margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
107
107
  padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
108
- } .tabs__title_u0ax3 {
108
+ } .tabs__title_d0xly {
109
109
  display: flex;
110
110
  align-items: center;
111
111
  height: 100%;
@@ -122,76 +122,76 @@
122
122
  user-select: none;
123
123
  cursor: pointer;
124
124
  outline: none
125
- } .tabs__title_u0ax3:not(.tabs__disabled_u0ax3):hover {
125
+ } .tabs__title_d0xly:not(.tabs__disabled_d0xly):hover {
126
126
  color: var(--primary-tablist-hover-color);
127
- } .tabs__focused_u0ax3 {
127
+ } .tabs__focused_d0xly {
128
128
  outline: 2px solid var(--focus-color);
129
129
  outline-offset: 2px;
130
- } .tabs__collapsed_u0ax3 {
130
+ } .tabs__collapsed_d0xly {
131
131
  order: 99;
132
132
  visibility: collapse;
133
- } .tabs__selected_u0ax3 {
133
+ } .tabs__selected_d0xly {
134
134
  cursor: default;
135
135
  color: var(--primary-tablist-selected-color);
136
- } .tabs__disabled_u0ax3 {
136
+ } .tabs__disabled_d0xly {
137
137
  cursor: var(--disabled-cursor);
138
138
  color: var(--primary-tablist-disabled-color);
139
- } .tabs__line_u0ax3 {
139
+ } .tabs__line_d0xly {
140
140
  position: absolute;
141
141
  height: 3px;
142
142
  bottom: 0;
143
143
  left: 0;
144
144
  background-color: var(--primary-tablist-line-color);
145
145
  transition: transform 0.2s ease, width 0.2s ease;
146
- } /* sizes */ .tabs__s_u0ax3 .tabs__title_u0ax3, .tabs__xs_u0ax3 .tabs__title_u0ax3, .tabs__xxs_u0ax3 .tabs__title_u0ax3 {
146
+ } /* sizes */ .tabs__s_d0xly .tabs__title_d0xly, .tabs__xs_d0xly .tabs__title_d0xly, .tabs__xxs_d0xly .tabs__title_d0xly {
147
147
  padding: var(--primary-tablist-s-padding);
148
148
  font-size: var(--primary-tablist-s-font-size);
149
149
  font-weight: var(--primary-tablist-s-font-weight);
150
150
  font-family: var(--primary-tablist-s-font-family);
151
151
  line-height: 24px;
152
- } .tabs__s_u0ax3 .tabs__title_u0ax3 + .tabs__title_u0ax3, .tabs__xs_u0ax3 .tabs__title_u0ax3 + .tabs__title_u0ax3, .tabs__xxs_u0ax3 .tabs__title_u0ax3 + .tabs__title_u0ax3 {
152
+ } .tabs__s_d0xly .tabs__title_d0xly + .tabs__title_d0xly, .tabs__xs_d0xly .tabs__title_d0xly + .tabs__title_d0xly, .tabs__xxs_d0xly .tabs__title_d0xly + .tabs__title_d0xly {
153
153
  margin-left: var(--primary-tablist-s-gaps);
154
- } .tabs__s_u0ax3 .tabs__pickerWrapper_u0ax3, .tabs__xs_u0ax3 .tabs__pickerWrapper_u0ax3, .tabs__xxs_u0ax3 .tabs__pickerWrapper_u0ax3 {
154
+ } .tabs__s_d0xly .tabs__pickerWrapper_d0xly, .tabs__xs_d0xly .tabs__pickerWrapper_d0xly, .tabs__xxs_d0xly .tabs__pickerWrapper_d0xly {
155
155
  margin-left: var(--primary-tablist-s-gaps);
156
- } .tabs__s_u0ax3 .tabs__option_u0ax3, .tabs__xs_u0ax3 .tabs__option_u0ax3, .tabs__xxs_u0ax3 .tabs__option_u0ax3 {
156
+ } .tabs__s_d0xly .tabs__option_d0xly, .tabs__xs_d0xly .tabs__option_d0xly, .tabs__xxs_d0xly .tabs__option_d0xly {
157
157
  padding: 0;
158
- } .tabs__m_u0ax3 .tabs__title_u0ax3 {
158
+ } .tabs__m_d0xly .tabs__title_d0xly {
159
159
  padding: var(--primary-tablist-m-padding);
160
160
  font-size: var(--primary-tablist-m-font-size);
161
161
  font-weight: var(--primary-tablist-m-font-weight);
162
162
  font-family: var(--primary-tablist-m-font-family);
163
163
  line-height: 24px;
164
- } .tabs__m_u0ax3 .tabs__title_u0ax3 + .tabs__title_u0ax3 {
164
+ } .tabs__m_d0xly .tabs__title_d0xly + .tabs__title_d0xly {
165
165
  margin-left: var(--primary-tablist-m-gaps);
166
- } .tabs__m_u0ax3 .tabs__pickerWrapper_u0ax3 {
166
+ } .tabs__m_d0xly .tabs__pickerWrapper_d0xly {
167
167
  margin-left: var(--primary-tablist-m-gaps);
168
- } .tabs__m_u0ax3 .tabs__option_u0ax3 {
168
+ } .tabs__m_d0xly .tabs__option_d0xly {
169
169
  padding: 0;
170
- } .tabs__l_u0ax3 .tabs__title_u0ax3 {
170
+ } .tabs__l_d0xly .tabs__title_d0xly {
171
171
  padding: var(--primary-tablist-l-padding);
172
172
  font-size: var(--primary-tablist-l-font-size);
173
173
  font-weight: var(--primary-tablist-l-font-weight);
174
174
  font-family: var(--primary-tablist-l-font-family);
175
175
  line-height: 24px;
176
- } .tabs__l_u0ax3 .tabs__title_u0ax3 + .tabs__title_u0ax3 {
176
+ } .tabs__l_d0xly .tabs__title_d0xly + .tabs__title_d0xly {
177
177
  margin-left: var(--primary-tablist-l-gaps);
178
- } .tabs__l_u0ax3 .tabs__pickerWrapper_u0ax3 {
178
+ } .tabs__l_d0xly .tabs__pickerWrapper_d0xly {
179
179
  margin-left: var(--primary-tablist-l-gaps);
180
- } .tabs__l_u0ax3 .tabs__option_u0ax3 {
180
+ } .tabs__l_d0xly .tabs__option_d0xly {
181
181
  padding: 0;
182
- } .tabs__xl_u0ax3 .tabs__title_u0ax3 {
182
+ } .tabs__xl_d0xly .tabs__title_d0xly {
183
183
  padding: var(--primary-tablist-xl-padding);
184
184
  font-size: var(--primary-tablist-xl-font-size);
185
185
  font-weight: var(--primary-tablist-xl-font-weight);
186
186
  font-family: var(--primary-tablist-xl-font-family);
187
187
  line-height: 32px;
188
- } .tabs__xl_u0ax3 .tabs__title_u0ax3 + .tabs__title_u0ax3 {
188
+ } .tabs__xl_d0xly .tabs__title_d0xly + .tabs__title_d0xly {
189
189
  margin-left: var(--primary-tablist-xl-gaps);
190
- } .tabs__xl_u0ax3 .tabs__pickerWrapper_u0ax3 {
190
+ } .tabs__xl_d0xly .tabs__pickerWrapper_d0xly {
191
191
  margin-left: var(--primary-tablist-xl-gaps);
192
- } .tabs__xl_u0ax3 .tabs__option_u0ax3 {
192
+ } .tabs__xl_d0xly .tabs__option_d0xly {
193
193
  padding: 0;
194
- } .tabs__rightAddons_u0ax3 {
194
+ } .tabs__rightAddons_d0xly {
195
195
  display: flex;
196
196
  justify-content: center;
197
197
  align-items: center;
@@ -1,4 +1,4 @@
1
- /* hash: gfrn8 */
1
+ /* hash: 1xj0f */
2
2
  :root {
3
3
  }/* deprecated */:root {
4
4
  --color-light-border-accent: #ef3124;
@@ -90,11 +90,11 @@
90
90
  /* size l */
91
91
 
92
92
  /* size xl */
93
- }.tabs__component_u0ax3 {
93
+ }.tabs__component_d0xly {
94
94
  position: relative;
95
95
  display: inline-flex;
96
96
  min-width: 100%
97
- }.tabs__component_u0ax3:before {
97
+ }.tabs__component_d0xly:before {
98
98
  content: '';
99
99
  display: block;
100
100
  position: absolute;
@@ -102,17 +102,17 @@
102
102
  height: 1px;
103
103
  width: 100%;
104
104
  background-color: var(--primary-tablist-bottom-border-color);
105
- }.tabs__fullWidthScroll_u0ax3 {
105
+ }.tabs__fullWidthScroll_d0xly {
106
106
  min-width: calc(100% - 2 * var(--gap-m));
107
107
  margin: 0 var(--gap-m);
108
- }.tabs__container_u0ax3 {
108
+ }.tabs__container_d0xly {
109
109
  position: relative;
110
110
  overflow: hidden;
111
111
 
112
112
  /* focus-outline fix */
113
113
  margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
114
114
  padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
115
- }.tabs__title_u0ax3 {
115
+ }.tabs__title_d0xly {
116
116
  display: flex;
117
117
  align-items: center;
118
118
  height: 100%;
@@ -129,76 +129,76 @@
129
129
  user-select: none;
130
130
  cursor: pointer;
131
131
  outline: none
132
- }.tabs__title_u0ax3:not(.tabs__disabled_u0ax3):hover {
132
+ }.tabs__title_d0xly:not(.tabs__disabled_d0xly):hover {
133
133
  color: var(--primary-tablist-hover-color);
134
- }.tabs__focused_u0ax3 {
134
+ }.tabs__focused_d0xly {
135
135
  outline: 2px solid var(--focus-color);
136
136
  outline-offset: 2px;
137
- }.tabs__collapsed_u0ax3 {
137
+ }.tabs__collapsed_d0xly {
138
138
  order: 99;
139
139
  visibility: collapse;
140
- }.tabs__selected_u0ax3 {
140
+ }.tabs__selected_d0xly {
141
141
  cursor: default;
142
142
  color: var(--primary-tablist-selected-color);
143
- }.tabs__disabled_u0ax3 {
143
+ }.tabs__disabled_d0xly {
144
144
  cursor: var(--disabled-cursor);
145
145
  color: var(--primary-tablist-disabled-color);
146
- }.tabs__line_u0ax3 {
146
+ }.tabs__line_d0xly {
147
147
  position: absolute;
148
148
  height: 3px;
149
149
  bottom: 0;
150
150
  left: 0;
151
151
  background-color: var(--primary-tablist-line-color);
152
152
  transition: transform 0.2s ease, width 0.2s ease;
153
- }/* sizes */.tabs__s_u0ax3 .tabs__title_u0ax3, .tabs__xs_u0ax3 .tabs__title_u0ax3, .tabs__xxs_u0ax3 .tabs__title_u0ax3 {
153
+ }/* sizes */.tabs__s_d0xly .tabs__title_d0xly, .tabs__xs_d0xly .tabs__title_d0xly, .tabs__xxs_d0xly .tabs__title_d0xly {
154
154
  padding: var(--primary-tablist-s-padding);
155
155
  font-size: var(--primary-tablist-s-font-size);
156
156
  font-weight: var(--primary-tablist-s-font-weight);
157
157
  font-family: var(--primary-tablist-s-font-family);
158
158
  line-height: 24px;
159
- }.tabs__s_u0ax3 .tabs__title_u0ax3 + .tabs__title_u0ax3, .tabs__xs_u0ax3 .tabs__title_u0ax3 + .tabs__title_u0ax3, .tabs__xxs_u0ax3 .tabs__title_u0ax3 + .tabs__title_u0ax3 {
159
+ }.tabs__s_d0xly .tabs__title_d0xly + .tabs__title_d0xly, .tabs__xs_d0xly .tabs__title_d0xly + .tabs__title_d0xly, .tabs__xxs_d0xly .tabs__title_d0xly + .tabs__title_d0xly {
160
160
  margin-left: var(--primary-tablist-s-gaps);
161
- }.tabs__s_u0ax3 .tabs__pickerWrapper_u0ax3, .tabs__xs_u0ax3 .tabs__pickerWrapper_u0ax3, .tabs__xxs_u0ax3 .tabs__pickerWrapper_u0ax3 {
161
+ }.tabs__s_d0xly .tabs__pickerWrapper_d0xly, .tabs__xs_d0xly .tabs__pickerWrapper_d0xly, .tabs__xxs_d0xly .tabs__pickerWrapper_d0xly {
162
162
  margin-left: var(--primary-tablist-s-gaps);
163
- }.tabs__s_u0ax3 .tabs__option_u0ax3, .tabs__xs_u0ax3 .tabs__option_u0ax3, .tabs__xxs_u0ax3 .tabs__option_u0ax3 {
163
+ }.tabs__s_d0xly .tabs__option_d0xly, .tabs__xs_d0xly .tabs__option_d0xly, .tabs__xxs_d0xly .tabs__option_d0xly {
164
164
  padding: 0;
165
- }.tabs__m_u0ax3 .tabs__title_u0ax3 {
165
+ }.tabs__m_d0xly .tabs__title_d0xly {
166
166
  padding: var(--primary-tablist-m-padding);
167
167
  font-size: var(--primary-tablist-m-font-size);
168
168
  font-weight: var(--primary-tablist-m-font-weight);
169
169
  font-family: var(--primary-tablist-m-font-family);
170
170
  line-height: 24px;
171
- }.tabs__m_u0ax3 .tabs__title_u0ax3 + .tabs__title_u0ax3 {
171
+ }.tabs__m_d0xly .tabs__title_d0xly + .tabs__title_d0xly {
172
172
  margin-left: var(--primary-tablist-m-gaps);
173
- }.tabs__m_u0ax3 .tabs__pickerWrapper_u0ax3 {
173
+ }.tabs__m_d0xly .tabs__pickerWrapper_d0xly {
174
174
  margin-left: var(--primary-tablist-m-gaps);
175
- }.tabs__m_u0ax3 .tabs__option_u0ax3 {
175
+ }.tabs__m_d0xly .tabs__option_d0xly {
176
176
  padding: 0;
177
- }.tabs__l_u0ax3 .tabs__title_u0ax3 {
177
+ }.tabs__l_d0xly .tabs__title_d0xly {
178
178
  padding: var(--primary-tablist-l-padding);
179
179
  font-size: var(--primary-tablist-l-font-size);
180
180
  font-weight: var(--primary-tablist-l-font-weight);
181
181
  font-family: var(--primary-tablist-l-font-family);
182
182
  line-height: 24px;
183
- }.tabs__l_u0ax3 .tabs__title_u0ax3 + .tabs__title_u0ax3 {
183
+ }.tabs__l_d0xly .tabs__title_d0xly + .tabs__title_d0xly {
184
184
  margin-left: var(--primary-tablist-l-gaps);
185
- }.tabs__l_u0ax3 .tabs__pickerWrapper_u0ax3 {
185
+ }.tabs__l_d0xly .tabs__pickerWrapper_d0xly {
186
186
  margin-left: var(--primary-tablist-l-gaps);
187
- }.tabs__l_u0ax3 .tabs__option_u0ax3 {
187
+ }.tabs__l_d0xly .tabs__option_d0xly {
188
188
  padding: 0;
189
- }.tabs__xl_u0ax3 .tabs__title_u0ax3 {
189
+ }.tabs__xl_d0xly .tabs__title_d0xly {
190
190
  padding: var(--primary-tablist-xl-padding);
191
191
  font-size: var(--primary-tablist-xl-font-size);
192
192
  font-weight: var(--primary-tablist-xl-font-weight);
193
193
  font-family: var(--primary-tablist-xl-font-family);
194
194
  line-height: 32px;
195
- }.tabs__xl_u0ax3 .tabs__title_u0ax3 + .tabs__title_u0ax3 {
195
+ }.tabs__xl_d0xly .tabs__title_d0xly + .tabs__title_d0xly {
196
196
  margin-left: var(--primary-tablist-xl-gaps);
197
- }.tabs__xl_u0ax3 .tabs__pickerWrapper_u0ax3 {
197
+ }.tabs__xl_d0xly .tabs__pickerWrapper_d0xly {
198
198
  margin-left: var(--primary-tablist-xl-gaps);
199
- }.tabs__xl_u0ax3 .tabs__option_u0ax3 {
199
+ }.tabs__xl_d0xly .tabs__option_d0xly {
200
200
  padding: 0;
201
- }.tabs__rightAddons_u0ax3 {
201
+ }.tabs__rightAddons_d0xly {
202
202
  display: flex;
203
203
  justify-content: center;
204
204
  align-items: center;
@@ -1106,13 +1106,13 @@
1106
1106
 
1107
1107
  /* size xl */
1108
1108
  --secondary-tablist-xl-gaps: var(--gap-m);
1109
- } .tabs__title_1p8jd {
1110
- } .tabs__mobile_1p8jd .tabs__title_1p8jd {
1109
+ } .tabs__title_1wlys {
1110
+ } .tabs__mobile_1wlys .tabs__title_1wlys {
1111
1111
  padding: var(--primary-tablist-mobile-padding);
1112
1112
  font-size: var(--primary-tablist-mobile-font-size);
1113
1113
  font-weight: var(--primary-tablist-mobile-font-weight);
1114
1114
  font-family: var(--primary-tablist-mobile-font-family);
1115
1115
  line-height: var(--primary-tablist-mobile-line-height)
1116
- } .tabs__mobile_1p8jd .tabs__title_1p8jd + .tabs__title_1p8jd {
1116
+ } .tabs__mobile_1wlys .tabs__title_1wlys + .tabs__title_1wlys {
1117
1117
  margin-left: var(--primary-tablist-mobile-gaps);
1118
1118
  }
@@ -12,7 +12,7 @@ var React__default = /*#__PURE__*/_interopDefaultCompat(React);
12
12
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
13
13
  var computeScrollIntoView__default = /*#__PURE__*/_interopDefaultCompat(computeScrollIntoView);
14
14
 
15
- var styles = {"container":"tabs__container_1oy30","fullWidthScroll":"tabs__fullWidthScroll_1oy30"};
15
+ var styles = {"container":"tabs__container_8y8ix","fullWidthScroll":"tabs__fullWidthScroll_8y8ix"};
16
16
  require('./index.css')
17
17
 
18
18
  /**
@@ -30,10 +30,8 @@ var ScrollableContainer = function (_a) {
30
30
  inline: 'nearest',
31
31
  });
32
32
  // TODO: animate?
33
- actions.forEach(function (_a, index) {
33
+ actions.forEach(function (_a) {
34
34
  var el = _a.el, left = _a.left;
35
- if (index === 0)
36
- return;
37
35
  // eslint-disable-next-line no-param-reassign
38
36
  el.scrollLeft =
39
37
  el.scrollLeft > left
@@ -1,4 +1,4 @@
1
- /* hash: d984n */
1
+ /* hash: 1h304 */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -42,7 +42,7 @@
42
42
  /* size l */
43
43
 
44
44
  /* size xl */
45
- } .tabs__container_1oy30 {
45
+ } .tabs__container_8y8ix {
46
46
  position: relative;
47
47
  overflow-x: auto;
48
48
  overflow-y: hidden;
@@ -52,10 +52,10 @@
52
52
  /* focus-outline fix */
53
53
  margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
54
54
  padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs)
55
- } .tabs__container_1oy30::-webkit-scrollbar {
55
+ } .tabs__container_8y8ix::-webkit-scrollbar {
56
56
  display: none;
57
- } .tabs__container_1oy30 > * {
57
+ } .tabs__container_8y8ix > * {
58
58
  flex-shrink: 0;
59
- } .tabs__fullWidthScroll_1oy30 {
59
+ } .tabs__fullWidthScroll_8y8ix {
60
60
  margin: 0 var(--gap-m-neg);
61
61
  }
@@ -6,7 +6,7 @@ var tslib = require('tslib');
6
6
  var React = require('react');
7
7
  var desktop = require('@alfalab/core-components-tag/desktop');
8
8
  var components_secondaryTablist_Component = require('./Component.js');
9
- var index_module = require('../../index.module-56e66dc4.js');
9
+ var index_module = require('../../index.module-1176452c.js');
10
10
  require('classnames');
11
11
  require('../../hooks/use-tabs.js');
12
12
  require('@alfalab/core-components-shared');
@@ -7,7 +7,7 @@ var React = require('react');
7
7
  var cn = require('classnames');
8
8
  var mobile = require('@alfalab/core-components-tag/mobile');
9
9
  var components_secondaryTablist_Component = require('./Component.js');
10
- var index_module = require('../../index.module-56e66dc4.js');
10
+ var index_module = require('../../index.module-1176452c.js');
11
11
  require('../../hooks/use-tabs.js');
12
12
  require('@alfalab/core-components-shared');
13
13
  require('../scrollable-container/Component.js');
@@ -18,7 +18,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
18
18
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
19
19
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
20
20
 
21
- var mobileStyles = {"title":"tabs__title_4ytlm tabs__title_1067v","mobile":"tabs__mobile_4ytlm"};
21
+ var mobileStyles = {"title":"tabs__title_16zbq tabs__title_17jna","mobile":"tabs__mobile_16zbq"};
22
22
  require('./mobile.css')
23
23
 
24
24
  var styles = tslib.__assign(tslib.__assign({}, index_module.commonStyles), mobileStyles);
@@ -14,7 +14,7 @@ require('../../hooks/use-tabs.js');
14
14
  require('@alfalab/core-components-shared');
15
15
  require('../scrollable-container/Component.js');
16
16
  require('compute-scroll-into-view');
17
- require('../../index.module-56e66dc4.js');
17
+ require('../../index.module-1176452c.js');
18
18
  require('@alfalab/core-components-tag/mobile');
19
19
 
20
20
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
@@ -1,4 +1,4 @@
1
- /* hash: 1a0ki */
1
+ /* hash: s2p84 */
2
2
  :root {
3
3
  } /* deprecated */ :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  } :root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -50,29 +50,29 @@
50
50
 
51
51
  /* size xl */
52
52
  --secondary-tablist-xl-gaps: var(--gap-m);
53
- } .tabs__component_1067v {
53
+ } .tabs__component_17jna {
54
54
  position: relative;
55
55
  display: inline-flex;
56
- } .tabs__fullWidthScroll_1067v {
56
+ } .tabs__fullWidthScroll_17jna {
57
57
  margin: 0 var(--gap-m);
58
- } .tabs__container_1067v {
58
+ } .tabs__container_17jna {
59
59
  overflow: hidden;
60
60
 
61
61
  /* focus-outline fix */
62
62
  margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
63
63
  padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
64
- } .tabs__title_1067v {
64
+ } .tabs__title_17jna {
65
65
  white-space: nowrap;
66
- } /* sizes */ .tabs__xxs_1067v .tabs__title_1067v + .tabs__title_1067v {
66
+ } /* sizes */ .tabs__xxs_17jna .tabs__title_17jna + .tabs__title_17jna {
67
67
  margin-left: var(--secondary-tablist-xxs-gaps);
68
- } .tabs__xs_1067v .tabs__title_1067v + .tabs__title_1067v {
68
+ } .tabs__xs_17jna .tabs__title_17jna + .tabs__title_17jna {
69
69
  margin-left: var(--secondary-tablist-xs-gaps);
70
- } .tabs__s_1067v .tabs__title_1067v + .tabs__title_1067v {
70
+ } .tabs__s_17jna .tabs__title_17jna + .tabs__title_17jna {
71
71
  margin-left: var(--secondary-tablist-s-gaps);
72
- } .tabs__m_1067v .tabs__title_1067v + .tabs__title_1067v {
72
+ } .tabs__m_17jna .tabs__title_17jna + .tabs__title_17jna {
73
73
  margin-left: var(--secondary-tablist-m-gaps);
74
- } .tabs__l_1067v .tabs__title_1067v + .tabs__title_1067v {
74
+ } .tabs__l_17jna .tabs__title_17jna + .tabs__title_17jna {
75
75
  margin-left: var(--secondary-tablist-l-gaps);
76
- } .tabs__xl_1067v .tabs__title_1067v + .tabs__title_1067v {
76
+ } .tabs__xl_17jna .tabs__title_17jna + .tabs__title_17jna {
77
77
  margin-left: var(--secondary-tablist-xl-gaps);
78
78
  }
@@ -1,4 +1,4 @@
1
- /* hash: bly95 */
1
+ /* hash: 1ffq8 */
2
2
  :root {
3
3
  }/* deprecated */:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
4
4
  }:root { /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */ /* deprecated */
@@ -51,30 +51,30 @@
51
51
 
52
52
  /* size xl */
53
53
  --secondary-tablist-xl-gaps: var(--gap-m);
54
- }.tabs__component_1067v {
54
+ }.tabs__component_17jna {
55
55
  position: relative;
56
56
  display: inline-flex;
57
- }.tabs__fullWidthScroll_1067v {
57
+ }.tabs__fullWidthScroll_17jna {
58
58
  margin: 0 var(--gap-m);
59
- }.tabs__container_1067v {
59
+ }.tabs__container_17jna {
60
60
  overflow: hidden;
61
61
 
62
62
  /* focus-outline fix */
63
63
  margin: var(--gap-2xs-neg) 0 var(--gap-2xs-neg) var(--gap-2xs-neg);
64
64
  padding: var(--gap-2xs) 0 var(--gap-2xs) var(--gap-2xs);
65
- }.tabs__title_1067v {
65
+ }.tabs__title_17jna {
66
66
  white-space: nowrap;
67
- }/* sizes */.tabs__xxs_1067v .tabs__title_1067v + .tabs__title_1067v {
67
+ }/* sizes */.tabs__xxs_17jna .tabs__title_17jna + .tabs__title_17jna {
68
68
  margin-left: var(--secondary-tablist-xxs-gaps);
69
- }.tabs__xs_1067v .tabs__title_1067v + .tabs__title_1067v {
69
+ }.tabs__xs_17jna .tabs__title_17jna + .tabs__title_17jna {
70
70
  margin-left: var(--secondary-tablist-xs-gaps);
71
- }.tabs__s_1067v .tabs__title_1067v + .tabs__title_1067v {
71
+ }.tabs__s_17jna .tabs__title_17jna + .tabs__title_17jna {
72
72
  margin-left: var(--secondary-tablist-s-gaps);
73
- }.tabs__m_1067v .tabs__title_1067v + .tabs__title_1067v {
73
+ }.tabs__m_17jna .tabs__title_17jna + .tabs__title_17jna {
74
74
  margin-left: var(--secondary-tablist-m-gaps);
75
- }.tabs__l_1067v .tabs__title_1067v + .tabs__title_1067v {
75
+ }.tabs__l_17jna .tabs__title_17jna + .tabs__title_17jna {
76
76
  margin-left: var(--secondary-tablist-l-gaps);
77
- }.tabs__xl_1067v .tabs__title_1067v + .tabs__title_1067v {
77
+ }.tabs__xl_17jna .tabs__title_17jna + .tabs__title_17jna {
78
78
  margin-left: var(--secondary-tablist-xl-gaps);
79
79
  } :root {
80
80
  --color-dark-indigo: #0b1f35;
@@ -979,7 +979,7 @@
979
979
 
980
980
  /* size xl */
981
981
  --secondary-tablist-xl-gaps: var(--gap-m);
982
- } .tabs__title_4ytlm {
983
- } .tabs__mobile_4ytlm .tabs__title_4ytlm + .tabs__title_4ytlm {
982
+ } .tabs__title_16zbq {
983
+ } .tabs__mobile_16zbq .tabs__title_16zbq + .tabs__title_16zbq {
984
984
  margin-left: var(--secondary-tablist-mobile-gaps);
985
985
  }
@@ -10,7 +10,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
10
10
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
11
11
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
12
12
 
13
- var styles = {"component":"tabs__component_154wx","hidden":"tabs__hidden_154wx"};
13
+ var styles = {"component":"tabs__component_1hw0j","hidden":"tabs__hidden_1hw0j"};
14
14
  require('./index.css')
15
15
 
16
16
  var Tab = function (_a) {
@@ -1,8 +1,8 @@
1
- /* hash: 309jb */
2
- .tabs__component_154wx {
1
+ /* hash: ht4mq */
2
+ .tabs__component_1hw0j {
3
3
  outline: none;
4
4
  }
5
5
 
6
- .tabs__hidden_154wx {
6
+ .tabs__hidden_1hw0j {
7
7
  display: none;
8
8
  }
@@ -20,7 +20,7 @@ require('../../hooks/use-tabs.js');
20
20
  require('@alfalab/core-components-shared');
21
21
  require('../../synthetic-events.js');
22
22
  require('../title/Component.js');
23
- require('../../index.module-07185e4d.js');
23
+ require('../../index.module-6fac1a11.js');
24
24
 
25
25
  function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e : { default: e }; }
26
26