@alfalab/core-components-tab-bar 2.1.14 → 2.1.16

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.
package/Component.js CHANGED
@@ -13,7 +13,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
13
13
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
14
14
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
15
15
 
16
- var styles = {"component":"tab-bar__component_128vk","modal-bg-primary":"tab-bar__modal-bg-primary_128vk","modal-bg-alt-primary":"tab-bar__modal-bg-alt-primary_128vk","border":"tab-bar__border_128vk"};
16
+ var styles = {"component":"tab-bar__component_1po98","modal-bg-primary":"tab-bar__modal-bg-primary_1po98","modal-bg-alt-primary":"tab-bar__modal-bg-alt-primary_1po98","border":"tab-bar__border_1po98"};
17
17
  require('./index.css')
18
18
 
19
19
  var TabBarComponent = React.forwardRef(function (_a, ref) {
@@ -14,7 +14,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
14
14
  var React__default = /*#__PURE__*/_interopDefaultCompat(React);
15
15
  var cn__default = /*#__PURE__*/_interopDefaultCompat(cn);
16
16
 
17
- var styles = {"component":"tab-bar__component_y37hx","primary":"tab-bar__primary_y37hx","secondary":"tab-bar__secondary_y37hx","icon":"tab-bar__icon_y37hx","label":"tab-bar__label_y37hx","labelSelected":"tab-bar__labelSelected_y37hx","indicator":"tab-bar__indicator_y37hx"};
17
+ var styles = {"component":"tab-bar__component_1lj1f","primary":"tab-bar__primary_1lj1f","secondary":"tab-bar__secondary_1lj1f","icon":"tab-bar__icon_1lj1f","label":"tab-bar__label_1lj1f","labelSelected":"tab-bar__labelSelected_1lj1f","indicator":"tab-bar__indicator_1lj1f"};
18
18
  require('./index.css')
19
19
 
20
20
  var TabComponent = React.forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: k3spq */
1
+ /* hash: 1a8b4 */
2
2
  :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 */ /* 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 */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-accent-primary: #ef3124;
@@ -30,7 +30,7 @@
30
30
  --gap-8: var(--gap-xs);
31
31
  } :root {
32
32
  } /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ :root {
33
- } /* сбрасывает синюю подсветку при нажатии */ .tab-bar__component_y37hx {
33
+ } /* сбрасывает синюю подсветку при нажатии */ .tab-bar__component_1lj1f {
34
34
  -webkit-tap-highlight-color: transparent;
35
35
  box-sizing: border-box;
36
36
  background-color: transparent;
@@ -54,17 +54,17 @@
54
54
  align-items: center;
55
55
  padding: var(--gap-8) var(--gap-0);
56
56
  color: var(--color-light-neutral-translucent-700);
57
- } .tab-bar__primary_y37hx {
57
+ } .tab-bar__primary_1lj1f {
58
58
  color: var(--color-light-accent-primary);
59
- } .tab-bar__secondary_y37hx {
59
+ } .tab-bar__secondary_1lj1f {
60
60
  color: var(--color-light-accent-secondary);
61
- } .tab-bar__icon_y37hx {
61
+ } .tab-bar__icon_1lj1f {
62
62
  display: flex;
63
63
  align-items: center;
64
64
  justify-content: center;
65
65
  flex-grow: 1;
66
66
  width: 100%;
67
- } .tab-bar__label_y37hx {
67
+ } .tab-bar__label_1lj1f {
68
68
  -webkit-line-clamp: 1;
69
69
  display: -webkit-box;
70
70
  -webkit-box-orient: vertical;
@@ -73,9 +73,9 @@
73
73
  flex-shrink: 0;
74
74
 
75
75
  color: var(--color-light-text-secondary);
76
- } .tab-bar__labelSelected_y37hx {
76
+ } .tab-bar__labelSelected_1lj1f {
77
77
  color: inherit;
78
- } .tab-bar__indicator_y37hx {
78
+ } .tab-bar__indicator_1lj1f {
79
79
  position: absolute;
80
80
  top: 3px;
81
81
  left: calc(50% + var(--gap-4));
package/esm/Component.js CHANGED
@@ -4,7 +4,7 @@ import cn from 'classnames';
4
4
  import { getDataTestId } from '@alfalab/core-components-shared/esm';
5
5
  import { Tab } from './components/tab/Component.js';
6
6
 
7
- var styles = {"component":"tab-bar__component_128vk","modal-bg-primary":"tab-bar__modal-bg-primary_128vk","modal-bg-alt-primary":"tab-bar__modal-bg-alt-primary_128vk","border":"tab-bar__border_128vk"};
7
+ var styles = {"component":"tab-bar__component_1po98","modal-bg-primary":"tab-bar__modal-bg-primary_1po98","modal-bg-alt-primary":"tab-bar__modal-bg-alt-primary_1po98","border":"tab-bar__border_1po98"};
8
8
  require('./index.css')
9
9
 
10
10
  var TabBarComponent = forwardRef(function (_a, ref) {
@@ -5,7 +5,7 @@ import { Indicator } from '@alfalab/core-components-indicator/esm';
5
5
  import { Text } from '@alfalab/core-components-typography/esm';
6
6
  import { INDICATOR_BORDER_COLOR, INDICATOR_BG_COLOR } from '../../consts.js';
7
7
 
8
- var styles = {"component":"tab-bar__component_y37hx","primary":"tab-bar__primary_y37hx","secondary":"tab-bar__secondary_y37hx","icon":"tab-bar__icon_y37hx","label":"tab-bar__label_y37hx","labelSelected":"tab-bar__labelSelected_y37hx","indicator":"tab-bar__indicator_y37hx"};
8
+ var styles = {"component":"tab-bar__component_1lj1f","primary":"tab-bar__primary_1lj1f","secondary":"tab-bar__secondary_1lj1f","icon":"tab-bar__icon_1lj1f","label":"tab-bar__label_1lj1f","labelSelected":"tab-bar__labelSelected_1lj1f","indicator":"tab-bar__indicator_1lj1f"};
9
9
  require('./index.css')
10
10
 
11
11
  var TabComponent = forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: k3spq */
1
+ /* hash: 1a8b4 */
2
2
  :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 */ /* 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 */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-accent-primary: #ef3124;
@@ -30,7 +30,7 @@
30
30
  --gap-8: var(--gap-xs);
31
31
  } :root {
32
32
  } /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ :root {
33
- } /* сбрасывает синюю подсветку при нажатии */ .tab-bar__component_y37hx {
33
+ } /* сбрасывает синюю подсветку при нажатии */ .tab-bar__component_1lj1f {
34
34
  -webkit-tap-highlight-color: transparent;
35
35
  box-sizing: border-box;
36
36
  background-color: transparent;
@@ -54,17 +54,17 @@
54
54
  align-items: center;
55
55
  padding: var(--gap-8) var(--gap-0);
56
56
  color: var(--color-light-neutral-translucent-700);
57
- } .tab-bar__primary_y37hx {
57
+ } .tab-bar__primary_1lj1f {
58
58
  color: var(--color-light-accent-primary);
59
- } .tab-bar__secondary_y37hx {
59
+ } .tab-bar__secondary_1lj1f {
60
60
  color: var(--color-light-accent-secondary);
61
- } .tab-bar__icon_y37hx {
61
+ } .tab-bar__icon_1lj1f {
62
62
  display: flex;
63
63
  align-items: center;
64
64
  justify-content: center;
65
65
  flex-grow: 1;
66
66
  width: 100%;
67
- } .tab-bar__label_y37hx {
67
+ } .tab-bar__label_1lj1f {
68
68
  -webkit-line-clamp: 1;
69
69
  display: -webkit-box;
70
70
  -webkit-box-orient: vertical;
@@ -73,9 +73,9 @@
73
73
  flex-shrink: 0;
74
74
 
75
75
  color: var(--color-light-text-secondary);
76
- } .tab-bar__labelSelected_y37hx {
76
+ } .tab-bar__labelSelected_1lj1f {
77
77
  color: inherit;
78
- } .tab-bar__indicator_y37hx {
78
+ } .tab-bar__indicator_1lj1f {
79
79
  position: absolute;
80
80
  top: 3px;
81
81
  left: calc(50% + var(--gap-4));
package/esm/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: neg9b */
1
+ /* hash: 1uxfu */
2
2
  :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 */ /* 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 */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-base-bg-alt-primary: #f2f3f5;
@@ -24,7 +24,7 @@
24
24
  /* stylelint-disable-next-line length-zero-no-unit */
25
25
  } :root {
26
26
  } /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ :root {
27
- } /* сбрасывает синюю подсветку при нажатии */ .tab-bar__component_128vk {
27
+ } /* сбрасывает синюю подсветку при нажатии */ .tab-bar__component_1po98 {
28
28
  display: flex;
29
29
  justify-content: center;
30
30
  height: 64px;
@@ -32,10 +32,10 @@
32
32
  box-sizing: border-box;
33
33
  overflow: hidden;
34
34
  transition: box-shadow 0.2s ease
35
- } .tab-bar__component_128vk.tab-bar__modal-bg-primary_128vk {
35
+ } .tab-bar__component_1po98.tab-bar__modal-bg-primary_1po98 {
36
36
  background-color: var(--color-light-base-bg-primary);
37
- } .tab-bar__component_128vk.tab-bar__modal-bg-alt-primary_128vk {
37
+ } .tab-bar__component_1po98.tab-bar__modal-bg-alt-primary_1po98 {
38
38
  background-color: var(--color-light-base-bg-alt-primary);
39
- } .tab-bar__border_128vk {
39
+ } .tab-bar__border_1po98 {
40
40
  box-shadow: 0 -1px 0 0 var(--color-light-neutral-translucent-300);
41
41
  }
package/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: neg9b */
1
+ /* hash: 1uxfu */
2
2
  :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 */ /* 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 */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-base-bg-alt-primary: #f2f3f5;
@@ -24,7 +24,7 @@
24
24
  /* stylelint-disable-next-line length-zero-no-unit */
25
25
  } :root {
26
26
  } /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ :root {
27
- } /* сбрасывает синюю подсветку при нажатии */ .tab-bar__component_128vk {
27
+ } /* сбрасывает синюю подсветку при нажатии */ .tab-bar__component_1po98 {
28
28
  display: flex;
29
29
  justify-content: center;
30
30
  height: 64px;
@@ -32,10 +32,10 @@
32
32
  box-sizing: border-box;
33
33
  overflow: hidden;
34
34
  transition: box-shadow 0.2s ease
35
- } .tab-bar__component_128vk.tab-bar__modal-bg-primary_128vk {
35
+ } .tab-bar__component_1po98.tab-bar__modal-bg-primary_1po98 {
36
36
  background-color: var(--color-light-base-bg-primary);
37
- } .tab-bar__component_128vk.tab-bar__modal-bg-alt-primary_128vk {
37
+ } .tab-bar__component_1po98.tab-bar__modal-bg-alt-primary_1po98 {
38
38
  background-color: var(--color-light-base-bg-alt-primary);
39
- } .tab-bar__border_128vk {
39
+ } .tab-bar__border_1po98 {
40
40
  box-shadow: 0 -1px 0 0 var(--color-light-neutral-translucent-300);
41
41
  }
@@ -3,7 +3,7 @@ import cn from 'classnames';
3
3
  import { getDataTestId } from '@alfalab/core-components-shared/modern';
4
4
  import { Tab } from './components/tab/Component.js';
5
5
 
6
- const styles = {"component":"tab-bar__component_128vk","modal-bg-primary":"tab-bar__modal-bg-primary_128vk","modal-bg-alt-primary":"tab-bar__modal-bg-alt-primary_128vk","border":"tab-bar__border_128vk"};
6
+ const styles = {"component":"tab-bar__component_1po98","modal-bg-primary":"tab-bar__modal-bg-primary_1po98","modal-bg-alt-primary":"tab-bar__modal-bg-alt-primary_1po98","border":"tab-bar__border_1po98"};
7
7
  require('./index.css')
8
8
 
9
9
  const TabBarComponent = forwardRef(({ children, className, selectedId, border, dataTestId, tabClassNames, onChange, accentColor = 'primary', bgColor = 'modal-bg-primary', ...restProps }, ref) => {
@@ -4,7 +4,7 @@ import { Indicator } from '@alfalab/core-components-indicator/modern';
4
4
  import { Text } from '@alfalab/core-components-typography/modern';
5
5
  import { INDICATOR_BORDER_COLOR, INDICATOR_BG_COLOR } from '../../consts.js';
6
6
 
7
- const styles = {"component":"tab-bar__component_y37hx","primary":"tab-bar__primary_y37hx","secondary":"tab-bar__secondary_y37hx","icon":"tab-bar__icon_y37hx","label":"tab-bar__label_y37hx","labelSelected":"tab-bar__labelSelected_y37hx","indicator":"tab-bar__indicator_y37hx"};
7
+ const styles = {"component":"tab-bar__component_1lj1f","primary":"tab-bar__primary_1lj1f","secondary":"tab-bar__secondary_1lj1f","icon":"tab-bar__icon_1lj1f","label":"tab-bar__label_1lj1f","labelSelected":"tab-bar__labelSelected_1lj1f","indicator":"tab-bar__indicator_1lj1f"};
8
8
  require('./index.css')
9
9
 
10
10
  const TabComponent = forwardRef(({ showIndicator, indicatorProps, label, icon, id, selected, onChange, onClick, tabClassNames = {}, dataTestId, className, labelClassName, selectedClassName, iconClassName, href, Component = href ? 'a' : 'button', accentColor = 'primary', bgColor = 'modal-bg-primary', ...restProps }, ref) => {
@@ -1,4 +1,4 @@
1
- /* hash: k3spq */
1
+ /* hash: 1a8b4 */
2
2
  :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 */ /* 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 */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-accent-primary: #ef3124;
@@ -30,7 +30,7 @@
30
30
  --gap-8: var(--gap-xs);
31
31
  } :root {
32
32
  } /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ :root {
33
- } /* сбрасывает синюю подсветку при нажатии */ .tab-bar__component_y37hx {
33
+ } /* сбрасывает синюю подсветку при нажатии */ .tab-bar__component_1lj1f {
34
34
  -webkit-tap-highlight-color: transparent;
35
35
  box-sizing: border-box;
36
36
  background-color: transparent;
@@ -54,17 +54,17 @@
54
54
  align-items: center;
55
55
  padding: var(--gap-8) var(--gap-0);
56
56
  color: var(--color-light-neutral-translucent-700);
57
- } .tab-bar__primary_y37hx {
57
+ } .tab-bar__primary_1lj1f {
58
58
  color: var(--color-light-accent-primary);
59
- } .tab-bar__secondary_y37hx {
59
+ } .tab-bar__secondary_1lj1f {
60
60
  color: var(--color-light-accent-secondary);
61
- } .tab-bar__icon_y37hx {
61
+ } .tab-bar__icon_1lj1f {
62
62
  display: flex;
63
63
  align-items: center;
64
64
  justify-content: center;
65
65
  flex-grow: 1;
66
66
  width: 100%;
67
- } .tab-bar__label_y37hx {
67
+ } .tab-bar__label_1lj1f {
68
68
  -webkit-line-clamp: 1;
69
69
  display: -webkit-box;
70
70
  -webkit-box-orient: vertical;
@@ -73,9 +73,9 @@
73
73
  flex-shrink: 0;
74
74
 
75
75
  color: var(--color-light-text-secondary);
76
- } .tab-bar__labelSelected_y37hx {
76
+ } .tab-bar__labelSelected_1lj1f {
77
77
  color: inherit;
78
- } .tab-bar__indicator_y37hx {
78
+ } .tab-bar__indicator_1lj1f {
79
79
  position: absolute;
80
80
  top: 3px;
81
81
  left: calc(50% + var(--gap-4));
package/modern/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: neg9b */
1
+ /* hash: 1uxfu */
2
2
  :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 */ /* 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 */
3
3
  } /* deprecated */ :root {
4
4
  --color-light-base-bg-alt-primary: #f2f3f5;
@@ -24,7 +24,7 @@
24
24
  /* stylelint-disable-next-line length-zero-no-unit */
25
25
  } :root {
26
26
  } /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ /* @deprecated */ :root {
27
- } /* сбрасывает синюю подсветку при нажатии */ .tab-bar__component_128vk {
27
+ } /* сбрасывает синюю подсветку при нажатии */ .tab-bar__component_1po98 {
28
28
  display: flex;
29
29
  justify-content: center;
30
30
  height: 64px;
@@ -32,10 +32,10 @@
32
32
  box-sizing: border-box;
33
33
  overflow: hidden;
34
34
  transition: box-shadow 0.2s ease
35
- } .tab-bar__component_128vk.tab-bar__modal-bg-primary_128vk {
35
+ } .tab-bar__component_1po98.tab-bar__modal-bg-primary_1po98 {
36
36
  background-color: var(--color-light-base-bg-primary);
37
- } .tab-bar__component_128vk.tab-bar__modal-bg-alt-primary_128vk {
37
+ } .tab-bar__component_1po98.tab-bar__modal-bg-alt-primary_1po98 {
38
38
  background-color: var(--color-light-base-bg-alt-primary);
39
- } .tab-bar__border_128vk {
39
+ } .tab-bar__border_1po98 {
40
40
  box-shadow: 0 -1px 0 0 var(--color-light-neutral-translucent-300);
41
41
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-tab-bar",
3
- "version": "2.1.14",
3
+ "version": "2.1.16",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -16,7 +16,7 @@
16
16
  "react-dom": ">=16.8.0"
17
17
  },
18
18
  "dependencies": {
19
- "@alfalab/core-components-typography": "^4.13.1",
19
+ "@alfalab/core-components-typography": "^4.14.1",
20
20
  "@alfalab/core-components-indicator": "^2.3.0",
21
21
  "@alfalab/core-components-shared": "^0.17.0",
22
22
  "classnames": "^2.5.1",