@alfalab/core-components-tabs 6.2.0 → 6.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/CHANGELOG.md +54 -46
  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 +23 -21
  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 +14 -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 +23 -21
  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 +14 -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-0dbe4577.js +4 -0
  44. package/dist/esm/index.module-5b4a53cf.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-9180c5ce.d.ts → tslib.es6-cad1610b.d.ts} +0 -0
  48. package/dist/esm/{tslib.es6-9180c5ce.js → tslib.es6-cad1610b.js} +0 -0
  49. package/dist/index.js +3 -3
  50. package/dist/index.module-5b94e085.js +6 -0
  51. package/dist/index.module-7b52c74b.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 +23 -21
  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 +14 -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-0dbe4577.js +4 -0
  73. package/dist/modern/index.module-5b4a53cf.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-63799bf5.d.ts → tslib.es6-b6f2e966.d.ts} +0 -0
  78. package/dist/{tslib.es6-63799bf5.js → tslib.es6-b6f2e966.js} +0 -0
  79. package/package.json +7 -7
  80. package/dist/esm/index.module-298a1230.js +0 -4
  81. package/dist/esm/index.module-59d65d6b.js +0 -4
  82. package/dist/index.module-1a7b3cce.js +0 -6
  83. package/dist/index.module-21393e20.js +0 -6
  84. package/dist/modern/index.module-298a1230.js +0 -4
  85. package/dist/modern/index.module-59d65d6b.js +0 -4
package/CHANGELOG.md CHANGED
@@ -3,29 +3,37 @@
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.2.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@6.1.0...@alfalab/core-components-tabs@6.2.0) (2022-03-24)
6
+ ## [6.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@6.2.0...@alfalab/core-components-tabs@6.2.1) (2022-03-28)
7
+
8
+ **Note:** Version bump only for package @alfalab/core-components-tabs
9
+
10
+
11
+
12
+
13
+
14
+ # [6.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@6.1.0...@alfalab/core-components-tabs@6.2.0) (2022-03-24)
7
15
 
8
16
 
9
17
  ### Features
10
18
 
11
- * Исправить импорты в сторях. ([#998](https://github.com/alfa-laboratory/core-components/issues/998)) ([e6a654a](https://github.com/alfa-laboratory/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
19
+ * Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
12
20
 
13
21
 
14
22
 
15
23
 
16
24
 
17
- # [6.1.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@6.0.1...@alfalab/core-components-tabs@6.1.0) (2022-02-09)
25
+ # [6.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@6.0.1...@alfalab/core-components-tabs@6.1.0) (2022-02-09)
18
26
 
19
27
 
20
28
  ### Features
21
29
 
22
- * **tabs:** add xxs xs sizes to secondary view and fix heights ([#985](https://github.com/alfa-laboratory/core-components/issues/985)) ([dd20933](https://github.com/alfa-laboratory/core-components/commit/dd20933f7c9a8f08920f7ad21bacb25983d3e93e))
30
+ * **tabs:** add xxs xs sizes to secondary view and fix heights ([#985](https://github.com/core-ds/core-components/issues/985)) ([dd20933](https://github.com/core-ds/core-components/commit/dd20933f7c9a8f08920f7ad21bacb25983d3e93e))
23
31
 
24
32
 
25
33
 
26
34
 
27
35
 
28
- ## [6.0.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@6.0.0...@alfalab/core-components-tabs@6.0.1) (2021-12-08)
36
+ ## [6.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@6.0.0...@alfalab/core-components-tabs@6.0.1) (2021-12-08)
29
37
 
30
38
  **Note:** Version bump only for package @alfalab/core-components-tabs
31
39
 
@@ -33,12 +41,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
33
41
 
34
42
 
35
43
 
36
- # [6.0.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@5.2.5...@alfalab/core-components-tabs@6.0.0) (2021-11-26)
44
+ # [6.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@5.2.5...@alfalab/core-components-tabs@6.0.0) (2021-11-26)
37
45
 
38
46
 
39
47
  ### Features
40
48
 
41
- * **button:** добавлена кнопка размера 40px, изменены скругления ([#886](https://github.com/alfa-laboratory/core-components/issues/886)) ([88e657a](https://github.com/alfa-laboratory/core-components/commit/88e657a9f0f68b8b58f6e9437053954ee984f83c)), closes [#890](https://github.com/alfa-laboratory/core-components/issues/890)
49
+ * **button:** добавлена кнопка размера 40px, изменены скругления ([#886](https://github.com/core-ds/core-components/issues/886)) ([88e657a](https://github.com/core-ds/core-components/commit/88e657a9f0f68b8b58f6e9437053954ee984f83c)), closes [#890](https://github.com/core-ds/core-components/issues/890)
42
50
 
43
51
 
44
52
  ### BREAKING CHANGES
@@ -73,29 +81,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
73
81
 
74
82
 
75
83
 
76
- ## [5.2.5](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@5.2.4...@alfalab/core-components-tabs@5.2.5) (2021-11-23)
84
+ ## [5.2.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@5.2.4...@alfalab/core-components-tabs@5.2.5) (2021-11-23)
77
85
 
78
86
 
79
87
  ### Bug Fixes
80
88
 
81
- * **tabs:** hide native scrollbar on scrollable tabs properly ([0134956](https://github.com/alfa-laboratory/core-components/commit/0134956f2af01720500f7ad06caeeb4569e74d50)), closes [#879](https://github.com/alfa-laboratory/core-components/issues/879)
89
+ * **tabs:** hide native scrollbar on scrollable tabs properly ([0134956](https://github.com/core-ds/core-components/commit/0134956f2af01720500f7ad06caeeb4569e74d50)), closes [#879](https://github.com/core-ds/core-components/issues/879)
82
90
 
83
91
 
84
92
 
85
93
 
86
94
 
87
- ## [5.2.4](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@5.2.3...@alfalab/core-components-tabs@5.2.4) (2021-10-13)
95
+ ## [5.2.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@5.2.3...@alfalab/core-components-tabs@5.2.4) (2021-10-13)
88
96
 
89
97
 
90
98
  ### Bug Fixes
91
99
 
92
- * **tabs:** фикс бага при скрытии табов ([#851](https://github.com/alfa-laboratory/core-components/issues/851)) ([5d5dcd9](https://github.com/alfa-laboratory/core-components/commit/5d5dcd966fface279921bea5610e9b3af3f2117b))
100
+ * **tabs:** фикс бага при скрытии табов ([#851](https://github.com/core-ds/core-components/issues/851)) ([5d5dcd9](https://github.com/core-ds/core-components/commit/5d5dcd966fface279921bea5610e9b3af3f2117b))
93
101
 
94
102
 
95
103
 
96
104
 
97
105
 
98
- ## [5.2.3](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@5.2.2...@alfalab/core-components-tabs@5.2.3) (2021-09-14)
106
+ ## [5.2.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@5.2.2...@alfalab/core-components-tabs@5.2.3) (2021-09-14)
99
107
 
100
108
  **Note:** Version bump only for package @alfalab/core-components-tabs
101
109
 
@@ -103,51 +111,51 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
103
111
 
104
112
 
105
113
 
106
- ## [5.2.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@5.2.1...@alfalab/core-components-tabs@5.2.2) (2021-08-27)
114
+ ## [5.2.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@5.2.1...@alfalab/core-components-tabs@5.2.2) (2021-08-27)
107
115
 
108
116
 
109
117
  ### Bug Fixes
110
118
 
111
- * **tabs:** fix tabs hidden ([#816](https://github.com/alfa-laboratory/core-components/issues/816)) ([68468dd](https://github.com/alfa-laboratory/core-components/commit/68468dd6e74a465f2d4bcde87d7852bcaf934783))
119
+ * **tabs:** fix tabs hidden ([#816](https://github.com/core-ds/core-components/issues/816)) ([68468dd](https://github.com/core-ds/core-components/commit/68468dd6e74a465f2d4bcde87d7852bcaf934783))
112
120
 
113
121
 
114
122
 
115
123
 
116
124
 
117
- ## [5.2.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@5.2.0...@alfalab/core-components-tabs@5.2.1) (2021-08-26)
125
+ ## [5.2.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@5.2.0...@alfalab/core-components-tabs@5.2.1) (2021-08-26)
118
126
 
119
127
 
120
128
  ### Bug Fixes
121
129
 
122
- * **tabs:** height styles ([#810](https://github.com/alfa-laboratory/core-components/issues/810)) ([b3b96e7](https://github.com/alfa-laboratory/core-components/commit/b3b96e7efb4771c0009c29e851ce1d69f4c61ff4))
130
+ * **tabs:** height styles ([#810](https://github.com/core-ds/core-components/issues/810)) ([b3b96e7](https://github.com/core-ds/core-components/commit/b3b96e7efb4771c0009c29e851ce1d69f4c61ff4))
123
131
 
124
132
 
125
133
 
126
134
 
127
135
 
128
- # [5.2.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@5.1.0...@alfalab/core-components-tabs@5.2.0) (2021-08-23)
136
+ # [5.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@5.1.0...@alfalab/core-components-tabs@5.2.0) (2021-08-23)
129
137
 
130
138
 
131
139
  ### Features
132
140
 
133
- * **tag:** add inverted colors ([#784](https://github.com/alfa-laboratory/core-components/issues/784)) ([d3681ae](https://github.com/alfa-laboratory/core-components/commit/d3681aeefe02e5f481d066013911a1877a165bb2))
141
+ * **tag:** add inverted colors ([#784](https://github.com/core-ds/core-components/issues/784)) ([d3681ae](https://github.com/core-ds/core-components/commit/d3681aeefe02e5f481d066013911a1877a165bb2))
134
142
 
135
143
 
136
144
 
137
145
 
138
146
 
139
- # [5.1.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@5.0.2...@alfalab/core-components-tabs@5.1.0) (2021-08-04)
147
+ # [5.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@5.0.2...@alfalab/core-components-tabs@5.1.0) (2021-08-04)
140
148
 
141
149
 
142
150
  ### Features
143
151
 
144
- * add mods colors ([#770](https://github.com/alfa-laboratory/core-components/issues/770)) ([fe985f4](https://github.com/alfa-laboratory/core-components/commit/fe985f467b4d47a5152e168d2ab3846872d1a574))
152
+ * add mods colors ([#770](https://github.com/core-ds/core-components/issues/770)) ([fe985f4](https://github.com/core-ds/core-components/commit/fe985f467b4d47a5152e168d2ab3846872d1a574))
145
153
 
146
154
 
147
155
 
148
156
 
149
157
 
150
- ## [5.0.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@5.0.1...@alfalab/core-components-tabs@5.0.2) (2021-07-23)
158
+ ## [5.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@5.0.1...@alfalab/core-components-tabs@5.0.2) (2021-07-23)
151
159
 
152
160
  **Note:** Version bump only for package @alfalab/core-components-tabs
153
161
 
@@ -155,7 +163,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
155
163
 
156
164
 
157
165
 
158
- ## [5.0.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@5.0.0...@alfalab/core-components-tabs@5.0.1) (2021-07-09)
166
+ ## [5.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@5.0.0...@alfalab/core-components-tabs@5.0.1) (2021-07-09)
159
167
 
160
168
  **Note:** Version bump only for package @alfalab/core-components-tabs
161
169
 
@@ -163,14 +171,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
163
171
 
164
172
 
165
173
 
166
- # [5.0.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@4.1.1...@alfalab/core-components-tabs@5.0.0) (2021-07-08)
174
+ # [5.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@4.1.1...@alfalab/core-components-tabs@5.0.0) (2021-07-08)
167
175
 
168
176
 
169
177
  ### Features
170
178
 
171
- * upgrade storybook ([#696](https://github.com/alfa-laboratory/core-components/issues/696))
179
+ * upgrade storybook ([#696](https://github.com/core-ds/core-components/issues/696))
172
180
 
173
- ## [4.1.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@4.1.0...@alfalab/core-components-tabs@4.1.1) (2021-06-22)
181
+ ## [4.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@4.1.0...@alfalab/core-components-tabs@4.1.1) (2021-06-22)
174
182
 
175
183
  **Note:** Version bump only for package @alfalab/core-components-tabs
176
184
 
@@ -178,18 +186,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
178
186
 
179
187
 
180
188
 
181
- # [4.1.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@4.0.10...@alfalab/core-components-tabs@4.1.0) (2021-06-04)
189
+ # [4.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@4.0.10...@alfalab/core-components-tabs@4.1.0) (2021-06-04)
182
190
 
183
191
 
184
192
  ### Features
185
193
 
186
- * **tag:** adjusted colors ([#667](https://github.com/alfa-laboratory/core-components/issues/667)) ([ded4ac4](https://github.com/alfa-laboratory/core-components/commit/ded4ac4a4e02ee8ec4efdc6d990455caa3ab94bb))
194
+ * **tag:** adjusted colors ([#667](https://github.com/core-ds/core-components/issues/667)) ([ded4ac4](https://github.com/core-ds/core-components/commit/ded4ac4a4e02ee8ec4efdc6d990455caa3ab94bb))
187
195
 
188
196
 
189
197
 
190
198
 
191
199
 
192
- ## [4.0.10](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@4.0.9...@alfalab/core-components-tabs@4.0.10) (2021-04-28)
200
+ ## [4.0.10](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@4.0.9...@alfalab/core-components-tabs@4.0.10) (2021-04-28)
193
201
 
194
202
  **Note:** Version bump only for package @alfalab/core-components-tabs
195
203
 
@@ -197,18 +205,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
197
205
 
198
206
 
199
207
 
200
- ## [4.0.9](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@4.0.8...@alfalab/core-components-tabs@4.0.9) (2021-04-26)
208
+ ## [4.0.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@4.0.8...@alfalab/core-components-tabs@4.0.9) (2021-04-26)
201
209
 
202
210
 
203
211
  ### Bug Fixes
204
212
 
205
- * **tabs:** fix ssr rendering ([#621](https://github.com/alfa-laboratory/core-components/issues/621)) ([e45efe7](https://github.com/alfa-laboratory/core-components/commit/e45efe78ff2583b92393e9c271f07fe3718b9d40))
213
+ * **tabs:** fix ssr rendering ([#621](https://github.com/core-ds/core-components/issues/621)) ([e45efe7](https://github.com/core-ds/core-components/commit/e45efe78ff2583b92393e9c271f07fe3718b9d40))
206
214
 
207
215
 
208
216
 
209
217
 
210
218
 
211
- ## [4.0.8](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@4.0.7...@alfalab/core-components-tabs@4.0.8) (2021-04-01)
219
+ ## [4.0.8](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@4.0.7...@alfalab/core-components-tabs@4.0.8) (2021-04-01)
212
220
 
213
221
  **Note:** Version bump only for package @alfalab/core-components-tabs
214
222
 
@@ -216,40 +224,40 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
216
224
 
217
225
 
218
226
 
219
- ## [4.0.7](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@4.0.6...@alfalab/core-components-tabs@4.0.7) (2021-03-19)
227
+ ## [4.0.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@4.0.6...@alfalab/core-components-tabs@4.0.7) (2021-03-19)
220
228
 
221
229
 
222
230
  ### Bug Fixes
223
231
 
224
- * **tabs:** optional children ([#572](https://github.com/alfa-laboratory/core-components/issues/572)) ([b03ee8c](https://github.com/alfa-laboratory/core-components/commit/b03ee8ca7f37e9c5b8a46d4a04123792cdc1bfa6))
232
+ * **tabs:** optional children ([#572](https://github.com/core-ds/core-components/issues/572)) ([b03ee8c](https://github.com/core-ds/core-components/commit/b03ee8ca7f37e9c5b8a46d4a04123792cdc1bfa6))
225
233
 
226
234
 
227
235
 
228
236
 
229
237
 
230
- ## [4.0.6](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@4.0.4...@alfalab/core-components-tabs@4.0.6) (2021-03-18)
238
+ ## [4.0.6](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@4.0.4...@alfalab/core-components-tabs@4.0.6) (2021-03-18)
231
239
 
232
240
 
233
241
  ### Bug Fixes
234
242
 
235
- * one more sborka bug ([#579](https://github.com/alfa-laboratory/core-components/issues/579)) ([9fbe0be](https://github.com/alfa-laboratory/core-components/commit/9fbe0beca56ec5971de78b3f6cda25305b260efc))
243
+ * one more sborka bug ([#579](https://github.com/core-ds/core-components/issues/579)) ([9fbe0be](https://github.com/core-ds/core-components/commit/9fbe0beca56ec5971de78b3f6cda25305b260efc))
236
244
 
237
245
 
238
246
 
239
247
 
240
248
 
241
- ## [4.0.4](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@4.0.2...@alfalab/core-components-tabs@4.0.4) (2021-03-16)
249
+ ## [4.0.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@4.0.2...@alfalab/core-components-tabs@4.0.4) (2021-03-16)
242
250
 
243
251
 
244
252
  ### Bug Fixes
245
253
 
246
- * border-radius in packages ([781749e](https://github.com/alfa-laboratory/core-components/commit/781749ef38aefd5a6707ac56d2e297dce9f3e073))
254
+ * border-radius in packages ([781749e](https://github.com/core-ds/core-components/commit/781749ef38aefd5a6707ac56d2e297dce9f3e073))
247
255
 
248
256
 
249
257
 
250
258
 
251
259
 
252
- ## [4.0.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@4.0.1...@alfalab/core-components-tabs@4.0.2) (2021-03-15)
260
+ ## [4.0.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@4.0.1...@alfalab/core-components-tabs@4.0.2) (2021-03-15)
253
261
 
254
262
  **Note:** Version bump only for package @alfalab/core-components-tabs
255
263
 
@@ -257,7 +265,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
257
265
 
258
266
 
259
267
 
260
- ## [4.0.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@4.0.0...@alfalab/core-components-tabs@4.0.1) (2021-03-14)
268
+ ## [4.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@4.0.0...@alfalab/core-components-tabs@4.0.1) (2021-03-14)
261
269
 
262
270
  **Note:** Version bump only for package @alfalab/core-components-tabs
263
271
 
@@ -265,13 +273,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
265
273
 
266
274
 
267
275
 
268
- # [4.0.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@3.5.2...@alfalab/core-components-tabs@4.0.0) (2021-03-04)
276
+ # [4.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@3.5.2...@alfalab/core-components-tabs@4.0.0) (2021-03-04)
269
277
 
270
278
 
271
279
  ### Features
272
280
 
273
- * size vars (xs/s/m/l/xl → 32/48/56/64/72) ([d7254d2](https://github.com/alfa-laboratory/core-components/commit/d7254d2963106663e8f04b84bc747b38e4f57632))
274
- * **tabs:** changed size L (72 → 64), added size XL (72) ([2043939](https://github.com/alfa-laboratory/core-components/commit/2043939c5ecdb03c9b84379a3cce21c6f6047530))
281
+ * size vars (xs/s/m/l/xl → 32/48/56/64/72) ([d7254d2](https://github.com/core-ds/core-components/commit/d7254d2963106663e8f04b84bc747b38e4f57632))
282
+ * **tabs:** changed size L (72 → 64), added size XL (72) ([2043939](https://github.com/core-ds/core-components/commit/2043939c5ecdb03c9b84379a3cce21c6f6047530))
275
283
 
276
284
 
277
285
  ### BREAKING CHANGES
@@ -282,7 +290,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
282
290
 
283
291
 
284
292
 
285
- ## [3.5.2](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@3.5.1...@alfalab/core-components-tabs@3.5.2) (2021-03-03)
293
+ ## [3.5.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@3.5.1...@alfalab/core-components-tabs@3.5.2) (2021-03-03)
286
294
 
287
295
  **Note:** Version bump only for package @alfalab/core-components-tabs
288
296
 
@@ -290,7 +298,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
290
298
 
291
299
 
292
300
 
293
- ## [3.5.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@3.5.0...@alfalab/core-components-tabs@3.5.1) (2021-02-20)
301
+ ## [3.5.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@3.5.0...@alfalab/core-components-tabs@3.5.1) (2021-02-20)
294
302
 
295
303
  **Note:** Version bump only for package @alfalab/core-components-tabs
296
304
 
@@ -298,9 +306,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
298
306
 
299
307
 
300
308
 
301
- # [3.5.0](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@3.4.2...@alfalab/core-components-tabs@3.5.0) (2021-02-18)
309
+ # [3.5.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-tabs@3.4.2...@alfalab/core-components-tabs@3.5.0) (2021-02-18)
302
310
 
303
311
 
304
312
  ### Features
305
313
 
306
- * **tabs:** disabled view ([#513](https://github.com/alfa-laboratory/core-components/issues/513)) ([8bdb1a7](https://github.com/alfa-laboratory/core-components/commit/8bdb1a789f720c6ccd98ebed3f0ae3c84dbbf52e))
314
+ * **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-63799bf5.js');
5
+ var tslib_es6 = require('../../tslib.es6-b6f2e966.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-21393e20.js');
13
+ var index_module = require('../../index.module-5b94e085.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-63799bf5.js');
5
+ var tslib_es6 = require('../../tslib.es6-b6f2e966.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-63799bf5.js');
5
+ var tslib_es6 = require('../../tslib.es6-b6f2e966.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-21393e20.js');
13
+ var index_module = require('../../index.module-5b94e085.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_1hl43 tabs__title_1ivbd"};
20
+ var mobileStyles = {"title":"tabs__title_gpudo tabs__title_1unyz"};
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-63799bf5.js');
5
+ var tslib_es6 = require('../../tslib.es6-b6f2e966.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-21393e20.js');
13
+ require('../../index.module-5b94e085.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: ck6hz */
1
+ /* hash: f04hz */
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_1ivbd {
85
+ .tabs__component_1unyz {
86
86
  position: relative
87
87
  }
88
- .tabs__component_1ivbd:before {
88
+ .tabs__component_1unyz: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_1ivbd {
97
+ .tabs__container_1unyz {
98
98
  position: relative;
99
99
  display: flex;
100
100
  }
101
- .tabs__title_1ivbd {
101
+ .tabs__title_1unyz {
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_1ivbd:not(.tabs__disabled_1ivbd):hover {
119
+ .tabs__title_1unyz:not(.tabs__disabled_1unyz):hover {
120
120
  color: var(--primary-tablist-hover-color);
121
121
  }
122
- .tabs__focused_1ivbd {
122
+ .tabs__focused_1unyz {
123
123
  outline: 2px solid var(--focus-color);
124
124
  outline-offset: 2px;
125
125
  }
126
- .tabs__selected_1ivbd {
126
+ .tabs__selected_1unyz {
127
127
  cursor: default;
128
128
  color: var(--primary-tablist-selected-color);
129
129
  }
130
- .tabs__disabled_1ivbd {
130
+ .tabs__disabled_1unyz {
131
131
  cursor: var(--disabled-cursor);
132
132
  color: var(--primary-tablist-disabled-color);
133
133
  }
134
- .tabs__line_1ivbd {
134
+ .tabs__line_1unyz {
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_1ivbd .tabs__title_1ivbd, .tabs__xs_1ivbd .tabs__title_1ivbd, .tabs__xxs_1ivbd .tabs__title_1ivbd {
143
+ .tabs__s_1unyz .tabs__title_1unyz, .tabs__xs_1unyz .tabs__title_1unyz, .tabs__xxs_1unyz .tabs__title_1unyz {
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_1ivbd .tabs__title_1ivbd + .tabs__title_1ivbd, .tabs__xs_1ivbd .tabs__title_1ivbd + .tabs__title_1ivbd, .tabs__xxs_1ivbd .tabs__title_1ivbd + .tabs__title_1ivbd {
150
+ .tabs__s_1unyz .tabs__title_1unyz + .tabs__title_1unyz, .tabs__xs_1unyz .tabs__title_1unyz + .tabs__title_1unyz, .tabs__xxs_1unyz .tabs__title_1unyz + .tabs__title_1unyz {
151
151
  margin-left: var(--primary-tablist-s-gaps);
152
152
  }
153
- .tabs__m_1ivbd .tabs__title_1ivbd {
153
+ .tabs__m_1unyz .tabs__title_1unyz {
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_1ivbd .tabs__title_1ivbd + .tabs__title_1ivbd {
160
+ .tabs__m_1unyz .tabs__title_1unyz + .tabs__title_1unyz {
161
161
  margin-left: var(--primary-tablist-m-gaps);
162
162
  }
163
- .tabs__l_1ivbd .tabs__title_1ivbd {
163
+ .tabs__l_1unyz .tabs__title_1unyz {
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_1ivbd .tabs__title_1ivbd + .tabs__title_1ivbd {
170
+ .tabs__l_1unyz .tabs__title_1unyz + .tabs__title_1unyz {
171
171
  margin-left: var(--primary-tablist-l-gaps);
172
172
  }
173
- .tabs__xl_1ivbd .tabs__title_1ivbd {
173
+ .tabs__xl_1unyz .tabs__title_1unyz {
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_1ivbd .tabs__title_1ivbd + .tabs__title_1ivbd {
180
+ .tabs__xl_1unyz .tabs__title_1unyz + .tabs__title_1unyz {
181
181
  margin-left: var(--primary-tablist-xl-gaps);
182
182
  }
183
- .tabs__rightAddons_1ivbd {
183
+ .tabs__rightAddons_1unyz {
184
184
  margin-left: var(--gap-xs);
185
185
  }