@alfalab/core-components-tabs 6.2.2 → 6.2.5

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 (94) hide show
  1. package/CHANGELOG.md +47 -47
  2. package/dist/components/primary-tablist/Component.desktop.js +2 -2
  3. package/dist/components/primary-tablist/Component.js +1 -1
  4. package/dist/components/primary-tablist/Component.mobile.js +3 -3
  5. package/dist/components/primary-tablist/Component.responsive.js +2 -2
  6. package/dist/components/primary-tablist/index.css +19 -19
  7. package/dist/components/primary-tablist/mobile.css +21 -21
  8. package/dist/components/scrollable-container/Component.js +1 -1
  9. package/dist/components/scrollable-container/index.css +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 +12 -12
  16. package/dist/components/tab/Component.d.ts +1 -1
  17. package/dist/components/tab/Component.js +3 -3
  18. package/dist/components/tab/index.css +3 -3
  19. package/dist/components/tabs/Component.desktop.js +3 -3
  20. package/dist/components/tabs/Component.mobile.js +3 -3
  21. package/dist/components/tabs/Component.responsive.js +3 -3
  22. package/dist/cssm/components/tab/Component.d.ts +1 -1
  23. package/dist/cssm/components/tab/Component.js +2 -2
  24. package/dist/cssm/typings.d.ts +4 -0
  25. package/dist/desktop.js +3 -3
  26. package/dist/esm/components/primary-tablist/Component.desktop.js +2 -2
  27. package/dist/esm/components/primary-tablist/Component.js +1 -1
  28. package/dist/esm/components/primary-tablist/Component.mobile.js +3 -3
  29. package/dist/esm/components/primary-tablist/Component.responsive.js +2 -2
  30. package/dist/esm/components/primary-tablist/index.css +19 -19
  31. package/dist/esm/components/primary-tablist/mobile.css +21 -21
  32. package/dist/esm/components/scrollable-container/Component.js +1 -1
  33. package/dist/esm/components/scrollable-container/index.css +4 -4
  34. package/dist/esm/components/secondary-tablist/Component.desktop.js +2 -2
  35. package/dist/esm/components/secondary-tablist/Component.js +1 -1
  36. package/dist/esm/components/secondary-tablist/Component.mobile.js +3 -3
  37. package/dist/esm/components/secondary-tablist/Component.responsive.js +2 -2
  38. package/dist/esm/components/secondary-tablist/index.css +10 -10
  39. package/dist/esm/components/secondary-tablist/mobile.css +12 -12
  40. package/dist/esm/components/tab/Component.d.ts +1 -1
  41. package/dist/esm/components/tab/Component.js +3 -3
  42. package/dist/esm/components/tab/index.css +3 -3
  43. package/dist/esm/components/tabs/Component.desktop.js +3 -3
  44. package/dist/esm/components/tabs/Component.mobile.js +3 -3
  45. package/dist/esm/components/tabs/Component.responsive.js +3 -3
  46. package/dist/esm/desktop.js +3 -3
  47. package/dist/esm/index.js +3 -3
  48. package/dist/esm/index.module-4f872dce.js +4 -0
  49. package/dist/esm/index.module-cb2d5475.js +4 -0
  50. package/dist/esm/mobile.js +3 -3
  51. package/dist/esm/responsive.js +3 -3
  52. package/dist/esm/{tslib.es6-9b996690.d.ts → tslib.es6-99e48a82.d.ts} +0 -0
  53. package/dist/esm/{tslib.es6-9b996690.js → tslib.es6-99e48a82.js} +0 -0
  54. package/dist/esm/typings.d.ts +4 -0
  55. package/dist/index.js +3 -3
  56. package/dist/index.module-46c31e55.js +6 -0
  57. package/dist/index.module-676d379f.js +6 -0
  58. package/dist/mobile.js +3 -3
  59. package/dist/modern/components/primary-tablist/Component.desktop.js +1 -1
  60. package/dist/modern/components/primary-tablist/Component.mobile.js +2 -2
  61. package/dist/modern/components/primary-tablist/Component.responsive.js +1 -1
  62. package/dist/modern/components/primary-tablist/index.css +19 -19
  63. package/dist/modern/components/primary-tablist/mobile.css +21 -21
  64. package/dist/modern/components/scrollable-container/Component.js +1 -1
  65. package/dist/modern/components/scrollable-container/index.css +4 -4
  66. package/dist/modern/components/secondary-tablist/Component.desktop.js +1 -1
  67. package/dist/modern/components/secondary-tablist/Component.mobile.js +2 -2
  68. package/dist/modern/components/secondary-tablist/Component.responsive.js +1 -1
  69. package/dist/modern/components/secondary-tablist/index.css +10 -10
  70. package/dist/modern/components/secondary-tablist/mobile.css +12 -12
  71. package/dist/modern/components/tab/Component.d.ts +1 -1
  72. package/dist/modern/components/tab/Component.js +3 -3
  73. package/dist/modern/components/tab/index.css +3 -3
  74. package/dist/modern/components/tabs/Component.desktop.js +2 -2
  75. package/dist/modern/components/tabs/Component.mobile.js +2 -2
  76. package/dist/modern/components/tabs/Component.responsive.js +2 -2
  77. package/dist/modern/desktop.js +2 -2
  78. package/dist/modern/index.js +2 -2
  79. package/dist/modern/index.module-4f872dce.js +4 -0
  80. package/dist/modern/index.module-cb2d5475.js +4 -0
  81. package/dist/modern/mobile.js +2 -2
  82. package/dist/modern/responsive.js +2 -2
  83. package/dist/modern/typings.d.ts +4 -0
  84. package/dist/responsive.js +3 -3
  85. package/dist/{tslib.es6-e89c9d98.d.ts → tslib.es6-28db86de.d.ts} +0 -0
  86. package/dist/{tslib.es6-e89c9d98.js → tslib.es6-28db86de.js} +0 -0
  87. package/dist/typings.d.ts +4 -0
  88. package/package.json +4 -4
  89. package/dist/esm/index.module-1fc6dbc5.js +0 -4
  90. package/dist/esm/index.module-9bcdb0c4.js +0 -4
  91. package/dist/index.module-33cc127a.js +0 -6
  92. package/dist/index.module-f07c0ef4.js +0 -6
  93. package/dist/modern/index.module-1fc6dbc5.js +0 -4
  94. package/dist/modern/index.module-9bcdb0c4.js +0 -4
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
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.1](https://github.com/alfa-laboratory/core-components/compare/@alfalab/core-components-tabs@6.2.0...@alfalab/core-components-tabs@6.2.1) (2022-03-28)
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
7
 
8
8
  **Note:** Version bump only for package @alfalab/core-components-tabs
9
9
 
@@ -11,29 +11,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
11
11
 
12
12
 
13
13
 
14
- # [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)
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)
15
15
 
16
16
 
17
17
  ### Features
18
18
 
19
- * Исправить импорты в сторях. ([#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))
20
20
 
21
21
 
22
22
 
23
23
 
24
24
 
25
- # [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)
26
26
 
27
27
 
28
28
  ### Features
29
29
 
30
- * **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))
31
31
 
32
32
 
33
33
 
34
34
 
35
35
 
36
- ## [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)
37
37
 
38
38
  **Note:** Version bump only for package @alfalab/core-components-tabs
39
39
 
@@ -41,12 +41,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
41
41
 
42
42
 
43
43
 
44
- # [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)
45
45
 
46
46
 
47
47
  ### Features
48
48
 
49
- * **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)
50
50
 
51
51
 
52
52
  ### BREAKING CHANGES
@@ -81,29 +81,29 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
81
81
 
82
82
 
83
83
 
84
- ## [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)
85
85
 
86
86
 
87
87
  ### Bug Fixes
88
88
 
89
- * **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)
90
90
 
91
91
 
92
92
 
93
93
 
94
94
 
95
- ## [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)
96
96
 
97
97
 
98
98
  ### Bug Fixes
99
99
 
100
- * **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))
101
101
 
102
102
 
103
103
 
104
104
 
105
105
 
106
- ## [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)
107
107
 
108
108
  **Note:** Version bump only for package @alfalab/core-components-tabs
109
109
 
@@ -111,51 +111,51 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
111
111
 
112
112
 
113
113
 
114
- ## [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)
115
115
 
116
116
 
117
117
  ### Bug Fixes
118
118
 
119
- * **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))
120
120
 
121
121
 
122
122
 
123
123
 
124
124
 
125
- ## [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)
126
126
 
127
127
 
128
128
  ### Bug Fixes
129
129
 
130
- * **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))
131
131
 
132
132
 
133
133
 
134
134
 
135
135
 
136
- # [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)
137
137
 
138
138
 
139
139
  ### Features
140
140
 
141
- * **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))
142
142
 
143
143
 
144
144
 
145
145
 
146
146
 
147
- # [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)
148
148
 
149
149
 
150
150
  ### Features
151
151
 
152
- * 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))
153
153
 
154
154
 
155
155
 
156
156
 
157
157
 
158
- ## [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)
159
159
 
160
160
  **Note:** Version bump only for package @alfalab/core-components-tabs
161
161
 
@@ -163,7 +163,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
163
163
 
164
164
 
165
165
 
166
- ## [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)
167
167
 
168
168
  **Note:** Version bump only for package @alfalab/core-components-tabs
169
169
 
@@ -171,14 +171,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
171
171
 
172
172
 
173
173
 
174
- # [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)
175
175
 
176
176
 
177
177
  ### Features
178
178
 
179
- * 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))
180
180
 
181
- ## [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)
182
182
 
183
183
  **Note:** Version bump only for package @alfalab/core-components-tabs
184
184
 
@@ -186,18 +186,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
186
186
 
187
187
 
188
188
 
189
- # [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)
190
190
 
191
191
 
192
192
  ### Features
193
193
 
194
- * **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))
195
195
 
196
196
 
197
197
 
198
198
 
199
199
 
200
- ## [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)
201
201
 
202
202
  **Note:** Version bump only for package @alfalab/core-components-tabs
203
203
 
@@ -205,18 +205,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
205
205
 
206
206
 
207
207
 
208
- ## [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)
209
209
 
210
210
 
211
211
  ### Bug Fixes
212
212
 
213
- * **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))
214
214
 
215
215
 
216
216
 
217
217
 
218
218
 
219
- ## [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)
220
220
 
221
221
  **Note:** Version bump only for package @alfalab/core-components-tabs
222
222
 
@@ -224,40 +224,40 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
224
224
 
225
225
 
226
226
 
227
- ## [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)
228
228
 
229
229
 
230
230
  ### Bug Fixes
231
231
 
232
- * **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))
233
233
 
234
234
 
235
235
 
236
236
 
237
237
 
238
- ## [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)
239
239
 
240
240
 
241
241
  ### Bug Fixes
242
242
 
243
- * 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))
244
244
 
245
245
 
246
246
 
247
247
 
248
248
 
249
- ## [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)
250
250
 
251
251
 
252
252
  ### Bug Fixes
253
253
 
254
- * 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))
255
255
 
256
256
 
257
257
 
258
258
 
259
259
 
260
- ## [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)
261
261
 
262
262
  **Note:** Version bump only for package @alfalab/core-components-tabs
263
263
 
@@ -265,7 +265,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
265
265
 
266
266
 
267
267
 
268
- ## [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)
269
269
 
270
270
  **Note:** Version bump only for package @alfalab/core-components-tabs
271
271
 
@@ -273,13 +273,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
273
273
 
274
274
 
275
275
 
276
- # [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)
277
277
 
278
278
 
279
279
  ### Features
280
280
 
281
- * size vars (xs/s/m/l/xl → 32/48/56/64/72) ([d7254d2](https://github.com/alfa-laboratory/core-components/commit/d7254d2963106663e8f04b84bc747b38e4f57632))
282
- * **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))
283
283
 
284
284
 
285
285
  ### BREAKING CHANGES
@@ -290,7 +290,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
290
290
 
291
291
 
292
292
 
293
- ## [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)
294
294
 
295
295
  **Note:** Version bump only for package @alfalab/core-components-tabs
296
296
 
@@ -298,7 +298,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
298
298
 
299
299
 
300
300
 
301
- ## [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)
302
302
 
303
303
  **Note:** Version bump only for package @alfalab/core-components-tabs
304
304
 
@@ -306,9 +306,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
306
306
 
307
307
 
308
308
 
309
- # [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)
310
310
 
311
311
 
312
312
  ### Features
313
313
 
314
- * **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-e89c9d98.js');
5
+ var tslib_es6 = require('../../tslib.es6-28db86de.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-33cc127a.js');
13
+ var index_module = require('../../index.module-676d379f.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-e89c9d98.js');
5
+ var tslib_es6 = require('../../tslib.es6-28db86de.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-e89c9d98.js');
5
+ var tslib_es6 = require('../../tslib.es6-28db86de.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-33cc127a.js');
13
+ var index_module = require('../../index.module-676d379f.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_1xjrn tabs__title_1eupe"};
20
+ var mobileStyles = {"title":"tabs__title_h6zow tabs__title_1nlyq"};
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-e89c9d98.js');
5
+ var tslib_es6 = require('../../tslib.es6-28db86de.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-33cc127a.js');
13
+ require('../../index.module-676d379f.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: j4y8p */
1
+ /* hash: 7vov8 */
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_1eupe {
85
+ .tabs__component_1nlyq {
86
86
  position: relative
87
87
  }
88
- .tabs__component_1eupe:before {
88
+ .tabs__component_1nlyq: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_1eupe {
97
+ .tabs__container_1nlyq {
98
98
  position: relative;
99
99
  display: flex;
100
100
  }
101
- .tabs__title_1eupe {
101
+ .tabs__title_1nlyq {
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_1eupe:not(.tabs__disabled_1eupe):hover {
119
+ .tabs__title_1nlyq:not(.tabs__disabled_1nlyq):hover {
120
120
  color: var(--primary-tablist-hover-color);
121
121
  }
122
- .tabs__focused_1eupe {
122
+ .tabs__focused_1nlyq {
123
123
  outline: 2px solid var(--focus-color);
124
124
  outline-offset: 2px;
125
125
  }
126
- .tabs__selected_1eupe {
126
+ .tabs__selected_1nlyq {
127
127
  cursor: default;
128
128
  color: var(--primary-tablist-selected-color);
129
129
  }
130
- .tabs__disabled_1eupe {
130
+ .tabs__disabled_1nlyq {
131
131
  cursor: var(--disabled-cursor);
132
132
  color: var(--primary-tablist-disabled-color);
133
133
  }
134
- .tabs__line_1eupe {
134
+ .tabs__line_1nlyq {
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_1eupe .tabs__title_1eupe, .tabs__xs_1eupe .tabs__title_1eupe, .tabs__xxs_1eupe .tabs__title_1eupe {
143
+ .tabs__s_1nlyq .tabs__title_1nlyq, .tabs__xs_1nlyq .tabs__title_1nlyq, .tabs__xxs_1nlyq .tabs__title_1nlyq {
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_1eupe .tabs__title_1eupe + .tabs__title_1eupe, .tabs__xs_1eupe .tabs__title_1eupe + .tabs__title_1eupe, .tabs__xxs_1eupe .tabs__title_1eupe + .tabs__title_1eupe {
150
+ .tabs__s_1nlyq .tabs__title_1nlyq + .tabs__title_1nlyq, .tabs__xs_1nlyq .tabs__title_1nlyq + .tabs__title_1nlyq, .tabs__xxs_1nlyq .tabs__title_1nlyq + .tabs__title_1nlyq {
151
151
  margin-left: var(--primary-tablist-s-gaps);
152
152
  }
153
- .tabs__m_1eupe .tabs__title_1eupe {
153
+ .tabs__m_1nlyq .tabs__title_1nlyq {
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_1eupe .tabs__title_1eupe + .tabs__title_1eupe {
160
+ .tabs__m_1nlyq .tabs__title_1nlyq + .tabs__title_1nlyq {
161
161
  margin-left: var(--primary-tablist-m-gaps);
162
162
  }
163
- .tabs__l_1eupe .tabs__title_1eupe {
163
+ .tabs__l_1nlyq .tabs__title_1nlyq {
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_1eupe .tabs__title_1eupe + .tabs__title_1eupe {
170
+ .tabs__l_1nlyq .tabs__title_1nlyq + .tabs__title_1nlyq {
171
171
  margin-left: var(--primary-tablist-l-gaps);
172
172
  }
173
- .tabs__xl_1eupe .tabs__title_1eupe {
173
+ .tabs__xl_1nlyq .tabs__title_1nlyq {
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_1eupe .tabs__title_1eupe + .tabs__title_1eupe {
180
+ .tabs__xl_1nlyq .tabs__title_1nlyq + .tabs__title_1nlyq {
181
181
  margin-left: var(--primary-tablist-xl-gaps);
182
182
  }
183
- .tabs__rightAddons_1eupe {
183
+ .tabs__rightAddons_1nlyq {
184
184
  margin-left: var(--gap-xs);
185
185
  }
@@ -1,4 +1,4 @@
1
- /* hash: 6cml0 */
1
+ /* hash: 5y19w */
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_1eupe {
89
+ }.tabs__component_1nlyq {
90
90
  position: relative
91
- }.tabs__component_1eupe:before {
91
+ }.tabs__component_1nlyq: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_1eupe {
99
+ }.tabs__container_1nlyq {
100
100
  position: relative;
101
101
  display: flex;
102
- }.tabs__title_1eupe {
102
+ }.tabs__title_1nlyq {
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_1eupe:not(.tabs__disabled_1eupe):hover {
119
+ }.tabs__title_1nlyq:not(.tabs__disabled_1nlyq):hover {
120
120
  color: var(--primary-tablist-hover-color);
121
- }.tabs__focused_1eupe {
121
+ }.tabs__focused_1nlyq {
122
122
  outline: 2px solid var(--focus-color);
123
123
  outline-offset: 2px;
124
- }.tabs__selected_1eupe {
124
+ }.tabs__selected_1nlyq {
125
125
  cursor: default;
126
126
  color: var(--primary-tablist-selected-color);
127
- }.tabs__disabled_1eupe {
127
+ }.tabs__disabled_1nlyq {
128
128
  cursor: var(--disabled-cursor);
129
129
  color: var(--primary-tablist-disabled-color);
130
- }.tabs__line_1eupe {
130
+ }.tabs__line_1nlyq {
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_1eupe .tabs__title_1eupe, .tabs__xs_1eupe .tabs__title_1eupe, .tabs__xxs_1eupe .tabs__title_1eupe {
137
+ }/* sizes */.tabs__s_1nlyq .tabs__title_1nlyq, .tabs__xs_1nlyq .tabs__title_1nlyq, .tabs__xxs_1nlyq .tabs__title_1nlyq {
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_1eupe .tabs__title_1eupe + .tabs__title_1eupe, .tabs__xs_1eupe .tabs__title_1eupe + .tabs__title_1eupe, .tabs__xxs_1eupe .tabs__title_1eupe + .tabs__title_1eupe {
143
+ }.tabs__s_1nlyq .tabs__title_1nlyq + .tabs__title_1nlyq, .tabs__xs_1nlyq .tabs__title_1nlyq + .tabs__title_1nlyq, .tabs__xxs_1nlyq .tabs__title_1nlyq + .tabs__title_1nlyq {
144
144
  margin-left: var(--primary-tablist-s-gaps);
145
- }.tabs__m_1eupe .tabs__title_1eupe {
145
+ }.tabs__m_1nlyq .tabs__title_1nlyq {
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_1eupe .tabs__title_1eupe + .tabs__title_1eupe {
151
+ }.tabs__m_1nlyq .tabs__title_1nlyq + .tabs__title_1nlyq {
152
152
  margin-left: var(--primary-tablist-m-gaps);
153
- }.tabs__l_1eupe .tabs__title_1eupe {
153
+ }.tabs__l_1nlyq .tabs__title_1nlyq {
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_1eupe .tabs__title_1eupe + .tabs__title_1eupe {
159
+ }.tabs__l_1nlyq .tabs__title_1nlyq + .tabs__title_1nlyq {
160
160
  margin-left: var(--primary-tablist-l-gaps);
161
- }.tabs__xl_1eupe .tabs__title_1eupe {
161
+ }.tabs__xl_1nlyq .tabs__title_1nlyq {
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_1eupe .tabs__title_1eupe + .tabs__title_1eupe {
167
+ }.tabs__xl_1nlyq .tabs__title_1nlyq + .tabs__title_1nlyq {
168
168
  margin-left: var(--primary-tablist-xl-gaps);
169
- }.tabs__rightAddons_1eupe {
169
+ }.tabs__rightAddons_1nlyq {
170
170
  margin-left: var(--gap-xs);
171
171
  }
172
172
  :root {
@@ -832,7 +832,7 @@
832
832
  /* size xl */
833
833
  --secondary-tablist-xl-gaps: var(--gap-m);
834
834
  }
835
- .tabs__title_1xjrn {
835
+ .tabs__title_h6zow {
836
836
 
837
837
  padding: var(--primary-tablist-mobile-padding);
838
838
  font-size: var(--primary-tablist-mobile-font-size);
@@ -840,6 +840,6 @@
840
840
  font-family: var(--primary-tablist-mobile-font-family);
841
841
  line-height: 24px
842
842
  }
843
- .tabs__title_1xjrn + .tabs__title_1xjrn {
843
+ .tabs__title_h6zow + .tabs__title_h6zow {
844
844
  margin-left: var(--primary-tablist-mobile-gaps);
845
845
  }