@alfalab/core-components-tab-bar 2.0.0 → 2.0.1

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_1b06f","modal-bg-primary":"tab-bar__modal-bg-primary_1b06f","modal-bg-alt-primary":"tab-bar__modal-bg-alt-primary_1b06f","border":"tab-bar__border_1b06f"};
16
+ var styles = {"component":"tab-bar__component_13pzg","modal-bg-primary":"tab-bar__modal-bg-primary_13pzg","modal-bg-alt-primary":"tab-bar__modal-bg-alt-primary_13pzg","border":"tab-bar__border_13pzg"};
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_m43fu","primary":"tab-bar__primary_m43fu","secondary":"tab-bar__secondary_m43fu","icon":"tab-bar__icon_m43fu","label":"tab-bar__label_m43fu","labelSelected":"tab-bar__labelSelected_m43fu","indicator":"tab-bar__indicator_m43fu"};
17
+ var styles = {"component":"tab-bar__component_1ifto","primary":"tab-bar__primary_1ifto","secondary":"tab-bar__secondary_1ifto","icon":"tab-bar__icon_1ifto","label":"tab-bar__label_1ifto","labelSelected":"tab-bar__labelSelected_1ifto","indicator":"tab-bar__indicator_1ifto"};
18
18
  require('./index.css')
19
19
 
20
20
  var TabComponent = React.forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: y33p9 */
1
+ /* hash: 1vyw8 */
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;
@@ -20,7 +20,7 @@
20
20
  --gap-xs: 8px;
21
21
  } :root {
22
22
  } :root {
23
- } .tab-bar__component_m43fu {
23
+ } .tab-bar__component_1ifto {
24
24
  box-sizing: border-box;
25
25
  background-color: transparent;
26
26
  -webkit-tap-highlight-color: transparent;
@@ -44,17 +44,17 @@
44
44
  align-items: center;
45
45
  padding: var(--gap-xs) 0;
46
46
  color: var(--color-light-neutral-translucent-700);
47
- } .tab-bar__primary_m43fu {
47
+ } .tab-bar__primary_1ifto {
48
48
  color: var(--color-light-accent-primary);
49
- } .tab-bar__secondary_m43fu {
49
+ } .tab-bar__secondary_1ifto {
50
50
  color: var(--color-light-accent-secondary);
51
- } .tab-bar__icon_m43fu {
51
+ } .tab-bar__icon_1ifto {
52
52
  display: flex;
53
53
  align-items: center;
54
54
  justify-content: center;
55
55
  flex-grow: 1;
56
56
  width: 100%;
57
- } .tab-bar__label_m43fu {
57
+ } .tab-bar__label_1ifto {
58
58
  -webkit-line-clamp: 1;
59
59
  display: -webkit-box;
60
60
  -webkit-box-orient: vertical;
@@ -63,9 +63,9 @@
63
63
  flex-shrink: 0;
64
64
 
65
65
  color: var(--color-light-text-secondary);
66
- } .tab-bar__labelSelected_m43fu {
66
+ } .tab-bar__labelSelected_1ifto {
67
67
  color: inherit;
68
- } .tab-bar__indicator_m43fu {
68
+ } .tab-bar__indicator_1ifto {
69
69
  position: absolute;
70
70
  top: 3px;
71
71
  left: calc(50% + var(--gap-2xs));
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_1b06f","modal-bg-primary":"tab-bar__modal-bg-primary_1b06f","modal-bg-alt-primary":"tab-bar__modal-bg-alt-primary_1b06f","border":"tab-bar__border_1b06f"};
7
+ var styles = {"component":"tab-bar__component_13pzg","modal-bg-primary":"tab-bar__modal-bg-primary_13pzg","modal-bg-alt-primary":"tab-bar__modal-bg-alt-primary_13pzg","border":"tab-bar__border_13pzg"};
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 { Typography } 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_m43fu","primary":"tab-bar__primary_m43fu","secondary":"tab-bar__secondary_m43fu","icon":"tab-bar__icon_m43fu","label":"tab-bar__label_m43fu","labelSelected":"tab-bar__labelSelected_m43fu","indicator":"tab-bar__indicator_m43fu"};
8
+ var styles = {"component":"tab-bar__component_1ifto","primary":"tab-bar__primary_1ifto","secondary":"tab-bar__secondary_1ifto","icon":"tab-bar__icon_1ifto","label":"tab-bar__label_1ifto","labelSelected":"tab-bar__labelSelected_1ifto","indicator":"tab-bar__indicator_1ifto"};
9
9
  require('./index.css')
10
10
 
11
11
  var TabComponent = forwardRef(function (_a, ref) {
@@ -1,4 +1,4 @@
1
- /* hash: y33p9 */
1
+ /* hash: 1vyw8 */
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;
@@ -20,7 +20,7 @@
20
20
  --gap-xs: 8px;
21
21
  } :root {
22
22
  } :root {
23
- } .tab-bar__component_m43fu {
23
+ } .tab-bar__component_1ifto {
24
24
  box-sizing: border-box;
25
25
  background-color: transparent;
26
26
  -webkit-tap-highlight-color: transparent;
@@ -44,17 +44,17 @@
44
44
  align-items: center;
45
45
  padding: var(--gap-xs) 0;
46
46
  color: var(--color-light-neutral-translucent-700);
47
- } .tab-bar__primary_m43fu {
47
+ } .tab-bar__primary_1ifto {
48
48
  color: var(--color-light-accent-primary);
49
- } .tab-bar__secondary_m43fu {
49
+ } .tab-bar__secondary_1ifto {
50
50
  color: var(--color-light-accent-secondary);
51
- } .tab-bar__icon_m43fu {
51
+ } .tab-bar__icon_1ifto {
52
52
  display: flex;
53
53
  align-items: center;
54
54
  justify-content: center;
55
55
  flex-grow: 1;
56
56
  width: 100%;
57
- } .tab-bar__label_m43fu {
57
+ } .tab-bar__label_1ifto {
58
58
  -webkit-line-clamp: 1;
59
59
  display: -webkit-box;
60
60
  -webkit-box-orient: vertical;
@@ -63,9 +63,9 @@
63
63
  flex-shrink: 0;
64
64
 
65
65
  color: var(--color-light-text-secondary);
66
- } .tab-bar__labelSelected_m43fu {
66
+ } .tab-bar__labelSelected_1ifto {
67
67
  color: inherit;
68
- } .tab-bar__indicator_m43fu {
68
+ } .tab-bar__indicator_1ifto {
69
69
  position: absolute;
70
70
  top: 3px;
71
71
  left: calc(50% + var(--gap-2xs));
package/esm/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1gvx2 */
1
+ /* hash: 9ek3f */
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;
@@ -17,7 +17,7 @@
17
17
  } :root {
18
18
  } :root {
19
19
  } :root {
20
- } .tab-bar__component_1b06f {
20
+ } .tab-bar__component_13pzg {
21
21
  display: flex;
22
22
  justify-content: center;
23
23
  height: 64px;
@@ -25,10 +25,10 @@
25
25
  box-sizing: border-box;
26
26
  overflow: hidden;
27
27
  transition: box-shadow 0.2s ease
28
- } .tab-bar__component_1b06f.tab-bar__modal-bg-primary_1b06f {
28
+ } .tab-bar__component_13pzg.tab-bar__modal-bg-primary_13pzg {
29
29
  background-color: var(--color-light-base-bg-primary);
30
- } .tab-bar__component_1b06f.tab-bar__modal-bg-alt-primary_1b06f {
30
+ } .tab-bar__component_13pzg.tab-bar__modal-bg-alt-primary_13pzg {
31
31
  background-color: var(--color-light-base-bg-alt-primary);
32
- } .tab-bar__border_1b06f {
32
+ } .tab-bar__border_13pzg {
33
33
  box-shadow: 0 -1px 0 0 var(--color-light-neutral-translucent-300);
34
34
  }
package/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1gvx2 */
1
+ /* hash: 9ek3f */
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;
@@ -17,7 +17,7 @@
17
17
  } :root {
18
18
  } :root {
19
19
  } :root {
20
- } .tab-bar__component_1b06f {
20
+ } .tab-bar__component_13pzg {
21
21
  display: flex;
22
22
  justify-content: center;
23
23
  height: 64px;
@@ -25,10 +25,10 @@
25
25
  box-sizing: border-box;
26
26
  overflow: hidden;
27
27
  transition: box-shadow 0.2s ease
28
- } .tab-bar__component_1b06f.tab-bar__modal-bg-primary_1b06f {
28
+ } .tab-bar__component_13pzg.tab-bar__modal-bg-primary_13pzg {
29
29
  background-color: var(--color-light-base-bg-primary);
30
- } .tab-bar__component_1b06f.tab-bar__modal-bg-alt-primary_1b06f {
30
+ } .tab-bar__component_13pzg.tab-bar__modal-bg-alt-primary_13pzg {
31
31
  background-color: var(--color-light-base-bg-alt-primary);
32
- } .tab-bar__border_1b06f {
32
+ } .tab-bar__border_13pzg {
33
33
  box-shadow: 0 -1px 0 0 var(--color-light-neutral-translucent-300);
34
34
  }
@@ -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_1b06f","modal-bg-primary":"tab-bar__modal-bg-primary_1b06f","modal-bg-alt-primary":"tab-bar__modal-bg-alt-primary_1b06f","border":"tab-bar__border_1b06f"};
6
+ const styles = {"component":"tab-bar__component_13pzg","modal-bg-primary":"tab-bar__modal-bg-primary_13pzg","modal-bg-alt-primary":"tab-bar__modal-bg-alt-primary_13pzg","border":"tab-bar__border_13pzg"};
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 { Typography } 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_m43fu","primary":"tab-bar__primary_m43fu","secondary":"tab-bar__secondary_m43fu","icon":"tab-bar__icon_m43fu","label":"tab-bar__label_m43fu","labelSelected":"tab-bar__labelSelected_m43fu","indicator":"tab-bar__indicator_m43fu"};
7
+ const styles = {"component":"tab-bar__component_1ifto","primary":"tab-bar__primary_1ifto","secondary":"tab-bar__secondary_1ifto","icon":"tab-bar__icon_1ifto","label":"tab-bar__label_1ifto","labelSelected":"tab-bar__labelSelected_1ifto","indicator":"tab-bar__indicator_1ifto"};
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: y33p9 */
1
+ /* hash: 1vyw8 */
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;
@@ -20,7 +20,7 @@
20
20
  --gap-xs: 8px;
21
21
  } :root {
22
22
  } :root {
23
- } .tab-bar__component_m43fu {
23
+ } .tab-bar__component_1ifto {
24
24
  box-sizing: border-box;
25
25
  background-color: transparent;
26
26
  -webkit-tap-highlight-color: transparent;
@@ -44,17 +44,17 @@
44
44
  align-items: center;
45
45
  padding: var(--gap-xs) 0;
46
46
  color: var(--color-light-neutral-translucent-700);
47
- } .tab-bar__primary_m43fu {
47
+ } .tab-bar__primary_1ifto {
48
48
  color: var(--color-light-accent-primary);
49
- } .tab-bar__secondary_m43fu {
49
+ } .tab-bar__secondary_1ifto {
50
50
  color: var(--color-light-accent-secondary);
51
- } .tab-bar__icon_m43fu {
51
+ } .tab-bar__icon_1ifto {
52
52
  display: flex;
53
53
  align-items: center;
54
54
  justify-content: center;
55
55
  flex-grow: 1;
56
56
  width: 100%;
57
- } .tab-bar__label_m43fu {
57
+ } .tab-bar__label_1ifto {
58
58
  -webkit-line-clamp: 1;
59
59
  display: -webkit-box;
60
60
  -webkit-box-orient: vertical;
@@ -63,9 +63,9 @@
63
63
  flex-shrink: 0;
64
64
 
65
65
  color: var(--color-light-text-secondary);
66
- } .tab-bar__labelSelected_m43fu {
66
+ } .tab-bar__labelSelected_1ifto {
67
67
  color: inherit;
68
- } .tab-bar__indicator_m43fu {
68
+ } .tab-bar__indicator_1ifto {
69
69
  position: absolute;
70
70
  top: 3px;
71
71
  left: calc(50% + var(--gap-2xs));
package/modern/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1gvx2 */
1
+ /* hash: 9ek3f */
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;
@@ -17,7 +17,7 @@
17
17
  } :root {
18
18
  } :root {
19
19
  } :root {
20
- } .tab-bar__component_1b06f {
20
+ } .tab-bar__component_13pzg {
21
21
  display: flex;
22
22
  justify-content: center;
23
23
  height: 64px;
@@ -25,10 +25,10 @@
25
25
  box-sizing: border-box;
26
26
  overflow: hidden;
27
27
  transition: box-shadow 0.2s ease
28
- } .tab-bar__component_1b06f.tab-bar__modal-bg-primary_1b06f {
28
+ } .tab-bar__component_13pzg.tab-bar__modal-bg-primary_13pzg {
29
29
  background-color: var(--color-light-base-bg-primary);
30
- } .tab-bar__component_1b06f.tab-bar__modal-bg-alt-primary_1b06f {
30
+ } .tab-bar__component_13pzg.tab-bar__modal-bg-alt-primary_13pzg {
31
31
  background-color: var(--color-light-base-bg-alt-primary);
32
- } .tab-bar__border_1b06f {
32
+ } .tab-bar__border_13pzg {
33
33
  box-shadow: 0 -1px 0 0 var(--color-light-neutral-translucent-300);
34
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-tab-bar",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -16,7 +16,7 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@alfalab/core-components-typography": "^4.5.1",
19
- "@alfalab/core-components-indicator": "^2.0.0",
19
+ "@alfalab/core-components-indicator": "^2.0.1",
20
20
  "@alfalab/core-components-shared": "^0.10.0",
21
21
  "classnames": "^2.3.1",
22
22
  "tslib": "^2.4.0"