@alfalab/core-components-pagination 1.2.3 → 1.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/Component.js CHANGED
@@ -16,7 +16,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
16
16
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
17
17
  var cn__default = /*#__PURE__*/_interopDefaultLegacy(cn);
18
18
 
19
- var styles = {"component":"pagination__component_lxui2","default":"pagination__default_lxui2"};
19
+ var styles = {"component":"pagination__component_t8jcp","defaultView":"pagination__defaultView_t8jcp"};
20
20
  require('./index.css')
21
21
 
22
22
  var Pagination = function (_a) {
@@ -32,7 +32,8 @@ var Pagination = function (_a) {
32
32
  };
33
33
  var shouldRenderPrevArrow = view === 'per-page' || !hideArrows || currentPageIndex > 0;
34
34
  var shouldRenderNextArrow = view === 'per-page' || !hideArrows || currentPageIndex < pagesCount - 1;
35
- return (React__default['default'].createElement("div", { className: cn__default['default'](styles.component, className, styles[view]), "data-test-id": dataTestId },
35
+ var viewClassName = view === 'default' ? 'defaultView' : view;
36
+ return (React__default['default'].createElement("div", { className: cn__default['default'](styles.component, className, styles[viewClassName]), "data-test-id": dataTestId },
36
37
  shouldRenderPrevArrow && (React__default['default'].createElement(components_tag_index.Tag, { className: styles.arrow, disabled: currentPageIndex <= 0, onClick: handlePrevPageClick, rightAddons: React__default['default'].createElement(ChevronBackMIcon.ChevronBackMIcon, { width: 16, height: 16 }) })),
37
38
  view === 'default' && (React__default['default'].createElement(components_defaultView_index.DefaultView, { activePadding: activePadding, sidePadding: sidePadding, currentPageIndex: currentPageIndex, pagesCount: pagesCount, onPageChange: handlePageClick })),
38
39
  view === 'per-page' && (React__default['default'].createElement(components_perPageView_index.PerPageView, { currentPageIndex: currentPageIndex, pagesCount: pagesCount })),
@@ -1,4 +1,4 @@
1
- /* hash: 1my7n */
1
+ /* hash: 1c8eu */
2
2
  :root {
3
3
  --color-light-text-secondary: #546272;
4
4
  }
@@ -10,7 +10,7 @@
10
10
 
11
11
  /* Hard up */
12
12
  }
13
- .pagination__dots_4jbjz {
13
+ .pagination__dots_1k9oj {
14
14
  width: 32px;
15
15
  height: 32px;
16
16
  text-align: center;
@@ -11,7 +11,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
11
11
 
12
12
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
13
13
 
14
- var styles = {"dots":"pagination__dots_4jbjz"};
14
+ var styles = {"dots":"pagination__dots_1k9oj"};
15
15
  require('./index.css')
16
16
 
17
17
  var DefaultView = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1d3rq */
1
+ /* hash: fie76 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -10,7 +10,7 @@
10
10
  :root {
11
11
  --gap-m: 16px;
12
12
  }
13
- .pagination__component_1ufyw {
13
+ .pagination__component_1oc7l {
14
14
  display: block;
15
15
  margin: 0 var(--gap-m);
16
16
  }
@@ -8,7 +8,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
8
8
 
9
9
  var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
10
10
 
11
- var styles = {"component":"pagination__component_1ufyw"};
11
+ var styles = {"component":"pagination__component_1oc7l"};
12
12
  require('./index.css')
13
13
 
14
14
  var PerPageView = function (_a) {
@@ -1,6 +1,6 @@
1
- /* hash: 1o482 */
1
+ /* hash: cgcdx */
2
2
  :root {
3
- --color-light-bg-neutral: #dbdee1;
3
+ --color-light-bg-quaternary: #dbdee1;
4
4
  --color-light-bg-secondary-inverted: #233549;
5
5
  --color-light-bg-tertiary: #e7e9eb;
6
6
  --color-light-text-primary: #0b1f35;
@@ -18,7 +18,7 @@
18
18
  :root {
19
19
  --border-radius-m: 8px;
20
20
  }
21
- .pagination__tag_ezz4g.pagination__tag_ezz4g {
21
+ .pagination__tag_1i3lh.pagination__tag_1i3lh {
22
22
  color: var(--color-light-text-secondary);
23
23
  border-radius: var(--border-radius-m);
24
24
  border: none;
@@ -29,24 +29,24 @@
29
29
  height: 32px;
30
30
  padding: 0
31
31
  }
32
- .pagination__tag_ezz4g.pagination__tag_ezz4g:disabled:not(.pagination__checked_ezz4g) {
32
+ .pagination__tag_1i3lh.pagination__tag_1i3lh:disabled:not(.pagination__checked_1i3lh) {
33
33
  opacity: 0.3;
34
34
  }
35
- .pagination__tag_ezz4g.pagination__tag_ezz4g:hover:not(:disabled) {
35
+ .pagination__tag_1i3lh.pagination__tag_1i3lh:hover:not(:disabled) {
36
36
  background-color: var(--color-light-bg-tertiary);
37
37
  color: var(--color-light-text-primary);
38
38
  }
39
- .pagination__tag_ezz4g.pagination__tag_ezz4g:active:not(:disabled) {
40
- background-color: var(--color-light-bg-neutral);
39
+ .pagination__tag_1i3lh.pagination__tag_1i3lh:active:not(:disabled) {
40
+ background-color: var(--color-light-bg-quaternary);
41
41
  }
42
- .pagination__tag_ezz4g.pagination__tag_ezz4g.pagination__checked_ezz4g {
42
+ .pagination__tag_1i3lh.pagination__tag_1i3lh.pagination__checked_1i3lh {
43
43
  cursor: default;
44
44
  background-color: var(--color-light-bg-secondary-inverted);
45
45
  color: var(--color-light-text-primary-inverted);
46
46
  }
47
- .pagination__tag_ezz4g.pagination__tag_ezz4g.pagination__checked_ezz4g:hover:not(:disabled) {
47
+ .pagination__tag_1i3lh.pagination__tag_1i3lh.pagination__checked_1i3lh:hover:not(:disabled) {
48
48
  color: var(--color-light-text-primary-inverted);
49
49
  }
50
- .pagination__tag_ezz4g.pagination__tag_ezz4g.pagination__checked_ezz4g:active:not(:disabled) {
50
+ .pagination__tag_1i3lh.pagination__tag_1i3lh.pagination__checked_1i3lh:active:not(:disabled) {
51
51
  color: var(--color-light-text-primary);
52
52
  }
@@ -50,7 +50,7 @@ function __rest(s, e) {
50
50
  return t;
51
51
  }
52
52
 
53
- var styles = {"tag":"pagination__tag_ezz4g","checked":"pagination__checked_ezz4g"};
53
+ var styles = {"tag":"pagination__tag_1i3lh","checked":"pagination__checked_1i3lh"};
54
54
  require('./index.css')
55
55
 
56
56
  var Tag = function (_a) {
@@ -34,7 +34,8 @@ var Pagination = function (_a) {
34
34
  };
35
35
  var shouldRenderPrevArrow = view === 'per-page' || !hideArrows || currentPageIndex > 0;
36
36
  var shouldRenderNextArrow = view === 'per-page' || !hideArrows || currentPageIndex < pagesCount - 1;
37
- return (React__default['default'].createElement("div", { className: cn__default['default'](styles__default['default'].component, className, styles__default['default'][view]), "data-test-id": dataTestId },
37
+ var viewClassName = view === 'default' ? 'defaultView' : view;
38
+ return (React__default['default'].createElement("div", { className: cn__default['default'](styles__default['default'].component, className, styles__default['default'][viewClassName]), "data-test-id": dataTestId },
38
39
  shouldRenderPrevArrow && (React__default['default'].createElement(components_tag_index.Tag, { className: styles__default['default'].arrow, disabled: currentPageIndex <= 0, onClick: handlePrevPageClick, rightAddons: React__default['default'].createElement(ChevronBackMIcon.ChevronBackMIcon, { width: 16, height: 16 }) })),
39
40
  view === 'default' && (React__default['default'].createElement(components_defaultView_index.DefaultView, { activePadding: activePadding, sidePadding: sidePadding, currentPageIndex: currentPageIndex, pagesCount: pagesCount, onPageChange: handlePageClick })),
40
41
  view === 'per-page' && (React__default['default'].createElement(components_perPageView_index.PerPageView, { currentPageIndex: currentPageIndex, pagesCount: pagesCount })),
@@ -1,5 +1,5 @@
1
1
  :root {
2
- --color-light-bg-neutral: #dbdee1;
2
+ --color-light-bg-quaternary: #dbdee1;
3
3
  --color-light-bg-secondary-inverted: #233549;
4
4
  --color-light-bg-tertiary: #e7e9eb;
5
5
  --color-light-text-primary: #0b1f35;
@@ -36,7 +36,7 @@
36
36
  color: var(--color-light-text-primary);
37
37
  }
38
38
  .tag.tag:active:not(:disabled) {
39
- background-color: var(--color-light-bg-neutral);
39
+ background-color: var(--color-light-bg-quaternary);
40
40
  }
41
41
  .tag.tag.checked {
42
42
  cursor: default;
@@ -23,9 +23,9 @@
23
23
  font-feature-settings: "tnum";
24
24
  font-variant-numeric: tabular-nums;
25
25
  }
26
- .default > * {
26
+ .defaultView > * {
27
27
  margin-right: var(--gap-xs)
28
28
  }
29
- .default > *:last-child {
29
+ .defaultView > *:last-child {
30
30
  margin-right: 0;
31
31
  }
@@ -7,7 +7,7 @@ import '@alfalab/core-components-tag/dist/esm';
7
7
  import { DefaultView } from './components/default-view/index.js';
8
8
  import { PerPageView } from './components/per-page-view/index.js';
9
9
 
10
- var styles = {"component":"pagination__component_lxui2","default":"pagination__default_lxui2"};
10
+ var styles = {"component":"pagination__component_t8jcp","defaultView":"pagination__defaultView_t8jcp"};
11
11
  require('./index.css')
12
12
 
13
13
  var Pagination = function (_a) {
@@ -23,7 +23,8 @@ var Pagination = function (_a) {
23
23
  };
24
24
  var shouldRenderPrevArrow = view === 'per-page' || !hideArrows || currentPageIndex > 0;
25
25
  var shouldRenderNextArrow = view === 'per-page' || !hideArrows || currentPageIndex < pagesCount - 1;
26
- return (React.createElement("div", { className: cn(styles.component, className, styles[view]), "data-test-id": dataTestId },
26
+ var viewClassName = view === 'default' ? 'defaultView' : view;
27
+ return (React.createElement("div", { className: cn(styles.component, className, styles[viewClassName]), "data-test-id": dataTestId },
27
28
  shouldRenderPrevArrow && (React.createElement(Tag, { className: styles.arrow, disabled: currentPageIndex <= 0, onClick: handlePrevPageClick, rightAddons: React.createElement(ChevronBackMIcon, { width: 16, height: 16 }) })),
28
29
  view === 'default' && (React.createElement(DefaultView, { activePadding: activePadding, sidePadding: sidePadding, currentPageIndex: currentPageIndex, pagesCount: pagesCount, onPageChange: handlePageClick })),
29
30
  view === 'per-page' && (React.createElement(PerPageView, { currentPageIndex: currentPageIndex, pagesCount: pagesCount })),
@@ -1,4 +1,4 @@
1
- /* hash: 1my7n */
1
+ /* hash: 1c8eu */
2
2
  :root {
3
3
  --color-light-text-secondary: #546272;
4
4
  }
@@ -10,7 +10,7 @@
10
10
 
11
11
  /* Hard up */
12
12
  }
13
- .pagination__dots_4jbjz {
13
+ .pagination__dots_1k9oj {
14
14
  width: 32px;
15
15
  height: 32px;
16
16
  text-align: center;
@@ -3,7 +3,7 @@ import 'classnames';
3
3
  import { Tag } from '../tag/index.js';
4
4
  import '@alfalab/core-components-tag/dist/esm';
5
5
 
6
- var styles = {"dots":"pagination__dots_4jbjz"};
6
+ var styles = {"dots":"pagination__dots_1k9oj"};
7
7
  require('./index.css')
8
8
 
9
9
  var DefaultView = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1d3rq */
1
+ /* hash: fie76 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -10,7 +10,7 @@
10
10
  :root {
11
11
  --gap-m: 16px;
12
12
  }
13
- .pagination__component_1ufyw {
13
+ .pagination__component_1oc7l {
14
14
  display: block;
15
15
  margin: 0 var(--gap-m);
16
16
  }
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
 
3
- var styles = {"component":"pagination__component_1ufyw"};
3
+ var styles = {"component":"pagination__component_1oc7l"};
4
4
  require('./index.css')
5
5
 
6
6
  var PerPageView = function (_a) {
@@ -1,6 +1,6 @@
1
- /* hash: 1o482 */
1
+ /* hash: cgcdx */
2
2
  :root {
3
- --color-light-bg-neutral: #dbdee1;
3
+ --color-light-bg-quaternary: #dbdee1;
4
4
  --color-light-bg-secondary-inverted: #233549;
5
5
  --color-light-bg-tertiary: #e7e9eb;
6
6
  --color-light-text-primary: #0b1f35;
@@ -18,7 +18,7 @@
18
18
  :root {
19
19
  --border-radius-m: 8px;
20
20
  }
21
- .pagination__tag_ezz4g.pagination__tag_ezz4g {
21
+ .pagination__tag_1i3lh.pagination__tag_1i3lh {
22
22
  color: var(--color-light-text-secondary);
23
23
  border-radius: var(--border-radius-m);
24
24
  border: none;
@@ -29,24 +29,24 @@
29
29
  height: 32px;
30
30
  padding: 0
31
31
  }
32
- .pagination__tag_ezz4g.pagination__tag_ezz4g:disabled:not(.pagination__checked_ezz4g) {
32
+ .pagination__tag_1i3lh.pagination__tag_1i3lh:disabled:not(.pagination__checked_1i3lh) {
33
33
  opacity: 0.3;
34
34
  }
35
- .pagination__tag_ezz4g.pagination__tag_ezz4g:hover:not(:disabled) {
35
+ .pagination__tag_1i3lh.pagination__tag_1i3lh:hover:not(:disabled) {
36
36
  background-color: var(--color-light-bg-tertiary);
37
37
  color: var(--color-light-text-primary);
38
38
  }
39
- .pagination__tag_ezz4g.pagination__tag_ezz4g:active:not(:disabled) {
40
- background-color: var(--color-light-bg-neutral);
39
+ .pagination__tag_1i3lh.pagination__tag_1i3lh:active:not(:disabled) {
40
+ background-color: var(--color-light-bg-quaternary);
41
41
  }
42
- .pagination__tag_ezz4g.pagination__tag_ezz4g.pagination__checked_ezz4g {
42
+ .pagination__tag_1i3lh.pagination__tag_1i3lh.pagination__checked_1i3lh {
43
43
  cursor: default;
44
44
  background-color: var(--color-light-bg-secondary-inverted);
45
45
  color: var(--color-light-text-primary-inverted);
46
46
  }
47
- .pagination__tag_ezz4g.pagination__tag_ezz4g.pagination__checked_ezz4g:hover:not(:disabled) {
47
+ .pagination__tag_1i3lh.pagination__tag_1i3lh.pagination__checked_1i3lh:hover:not(:disabled) {
48
48
  color: var(--color-light-text-primary-inverted);
49
49
  }
50
- .pagination__tag_ezz4g.pagination__tag_ezz4g.pagination__checked_ezz4g:active:not(:disabled) {
50
+ .pagination__tag_1i3lh.pagination__tag_1i3lh.pagination__checked_1i3lh:active:not(:disabled) {
51
51
  color: var(--color-light-text-primary);
52
52
  }
@@ -41,7 +41,7 @@ function __rest(s, e) {
41
41
  return t;
42
42
  }
43
43
 
44
- var styles = {"tag":"pagination__tag_ezz4g","checked":"pagination__checked_ezz4g"};
44
+ var styles = {"tag":"pagination__tag_1i3lh","checked":"pagination__checked_1i3lh"};
45
45
  require('./index.css')
46
46
 
47
47
  var Tag = function (_a) {
@@ -1,4 +1,4 @@
1
- /* hash: 1xb1c */
1
+ /* hash: l7tta */
2
2
  :root {
3
3
  --color-light-text-primary: #0b1f35;
4
4
  }
@@ -13,7 +13,7 @@
13
13
  :root {
14
14
  --gap-xs: 8px;
15
15
  }
16
- .pagination__component_lxui2 {
16
+ .pagination__component_t8jcp {
17
17
  font-size: 14px;
18
18
  line-height: 20px;
19
19
  font-weight: 400;
@@ -24,9 +24,9 @@
24
24
  font-feature-settings: "tnum";
25
25
  font-variant-numeric: tabular-nums;
26
26
  }
27
- .pagination__default_lxui2 > * {
27
+ .pagination__defaultView_t8jcp > * {
28
28
  margin-right: var(--gap-xs)
29
29
  }
30
- .pagination__default_lxui2 > *:last-child {
30
+ .pagination__defaultView_t8jcp > *:last-child {
31
31
  margin-right: 0;
32
32
  }
package/dist/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* hash: 1xb1c */
1
+ /* hash: l7tta */
2
2
  :root {
3
3
  --color-light-text-primary: #0b1f35;
4
4
  }
@@ -13,7 +13,7 @@
13
13
  :root {
14
14
  --gap-xs: 8px;
15
15
  }
16
- .pagination__component_lxui2 {
16
+ .pagination__component_t8jcp {
17
17
  font-size: 14px;
18
18
  line-height: 20px;
19
19
  font-weight: 400;
@@ -24,9 +24,9 @@
24
24
  font-feature-settings: "tnum";
25
25
  font-variant-numeric: tabular-nums;
26
26
  }
27
- .pagination__default_lxui2 > * {
27
+ .pagination__defaultView_t8jcp > * {
28
28
  margin-right: var(--gap-xs)
29
29
  }
30
- .pagination__default_lxui2 > *:last-child {
30
+ .pagination__defaultView_t8jcp > *:last-child {
31
31
  margin-right: 0;
32
32
  }
@@ -7,7 +7,7 @@ import { Tag } from './components/tag/index.js';
7
7
  import { DefaultView } from './components/default-view/index.js';
8
8
  import { PerPageView } from './components/per-page-view/index.js';
9
9
 
10
- var styles = {"component":"pagination__component_lxui2","default":"pagination__default_lxui2"};
10
+ var styles = {"component":"pagination__component_t8jcp","defaultView":"pagination__defaultView_t8jcp"};
11
11
  require('./index.css')
12
12
 
13
13
  const Pagination = ({ currentPageIndex = 0, pagesCount, className, sidePadding = 1, activePadding = 2, hideArrows = true, view = 'default', onPageChange = () => null, dataTestId, }) => {
@@ -22,7 +22,8 @@ const Pagination = ({ currentPageIndex = 0, pagesCount, className, sidePadding =
22
22
  };
23
23
  const shouldRenderPrevArrow = view === 'per-page' || !hideArrows || currentPageIndex > 0;
24
24
  const shouldRenderNextArrow = view === 'per-page' || !hideArrows || currentPageIndex < pagesCount - 1;
25
- return (React.createElement("div", { className: cn(styles.component, className, styles[view]), "data-test-id": dataTestId },
25
+ const viewClassName = view === 'default' ? 'defaultView' : view;
26
+ return (React.createElement("div", { className: cn(styles.component, className, styles[viewClassName]), "data-test-id": dataTestId },
26
27
  shouldRenderPrevArrow && (React.createElement(Tag, { className: styles.arrow, disabled: currentPageIndex <= 0, onClick: handlePrevPageClick, rightAddons: React.createElement(ChevronBackMIcon, { width: 16, height: 16 }) })),
27
28
  view === 'default' && (React.createElement(DefaultView, { activePadding: activePadding, sidePadding: sidePadding, currentPageIndex: currentPageIndex, pagesCount: pagesCount, onPageChange: handlePageClick })),
28
29
  view === 'per-page' && (React.createElement(PerPageView, { currentPageIndex: currentPageIndex, pagesCount: pagesCount })),
@@ -1,4 +1,4 @@
1
- /* hash: 1my7n */
1
+ /* hash: 1c8eu */
2
2
  :root {
3
3
  --color-light-text-secondary: #546272;
4
4
  }
@@ -10,7 +10,7 @@
10
10
 
11
11
  /* Hard up */
12
12
  }
13
- .pagination__dots_4jbjz {
13
+ .pagination__dots_1k9oj {
14
14
  width: 32px;
15
15
  height: 32px;
16
16
  text-align: center;
@@ -3,7 +3,7 @@ import 'classnames';
3
3
  import '@alfalab/core-components-tag/dist/modern';
4
4
  import { Tag } from '../tag/index.js';
5
5
 
6
- var styles = {"dots":"pagination__dots_4jbjz"};
6
+ var styles = {"dots":"pagination__dots_1k9oj"};
7
7
  require('./index.css')
8
8
 
9
9
  const DefaultView = ({ sidePadding = 2, activePadding = 1, pagesCount, currentPageIndex, onPageChange = () => null, }) => {
@@ -1,4 +1,4 @@
1
- /* hash: 1d3rq */
1
+ /* hash: fie76 */
2
2
  :root {
3
3
 
4
4
  /* Hard */
@@ -10,7 +10,7 @@
10
10
  :root {
11
11
  --gap-m: 16px;
12
12
  }
13
- .pagination__component_1ufyw {
13
+ .pagination__component_1oc7l {
14
14
  display: block;
15
15
  margin: 0 var(--gap-m);
16
16
  }
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
 
3
- var styles = {"component":"pagination__component_1ufyw"};
3
+ var styles = {"component":"pagination__component_1oc7l"};
4
4
  require('./index.css')
5
5
 
6
6
  const PerPageView = ({ pagesCount, currentPageIndex }) => (React.createElement("span", { className: styles.component },
@@ -1,6 +1,6 @@
1
- /* hash: 1o482 */
1
+ /* hash: cgcdx */
2
2
  :root {
3
- --color-light-bg-neutral: #dbdee1;
3
+ --color-light-bg-quaternary: #dbdee1;
4
4
  --color-light-bg-secondary-inverted: #233549;
5
5
  --color-light-bg-tertiary: #e7e9eb;
6
6
  --color-light-text-primary: #0b1f35;
@@ -18,7 +18,7 @@
18
18
  :root {
19
19
  --border-radius-m: 8px;
20
20
  }
21
- .pagination__tag_ezz4g.pagination__tag_ezz4g {
21
+ .pagination__tag_1i3lh.pagination__tag_1i3lh {
22
22
  color: var(--color-light-text-secondary);
23
23
  border-radius: var(--border-radius-m);
24
24
  border: none;
@@ -29,24 +29,24 @@
29
29
  height: 32px;
30
30
  padding: 0
31
31
  }
32
- .pagination__tag_ezz4g.pagination__tag_ezz4g:disabled:not(.pagination__checked_ezz4g) {
32
+ .pagination__tag_1i3lh.pagination__tag_1i3lh:disabled:not(.pagination__checked_1i3lh) {
33
33
  opacity: 0.3;
34
34
  }
35
- .pagination__tag_ezz4g.pagination__tag_ezz4g:hover:not(:disabled) {
35
+ .pagination__tag_1i3lh.pagination__tag_1i3lh:hover:not(:disabled) {
36
36
  background-color: var(--color-light-bg-tertiary);
37
37
  color: var(--color-light-text-primary);
38
38
  }
39
- .pagination__tag_ezz4g.pagination__tag_ezz4g:active:not(:disabled) {
40
- background-color: var(--color-light-bg-neutral);
39
+ .pagination__tag_1i3lh.pagination__tag_1i3lh:active:not(:disabled) {
40
+ background-color: var(--color-light-bg-quaternary);
41
41
  }
42
- .pagination__tag_ezz4g.pagination__tag_ezz4g.pagination__checked_ezz4g {
42
+ .pagination__tag_1i3lh.pagination__tag_1i3lh.pagination__checked_1i3lh {
43
43
  cursor: default;
44
44
  background-color: var(--color-light-bg-secondary-inverted);
45
45
  color: var(--color-light-text-primary-inverted);
46
46
  }
47
- .pagination__tag_ezz4g.pagination__tag_ezz4g.pagination__checked_ezz4g:hover:not(:disabled) {
47
+ .pagination__tag_1i3lh.pagination__tag_1i3lh.pagination__checked_1i3lh:hover:not(:disabled) {
48
48
  color: var(--color-light-text-primary-inverted);
49
49
  }
50
- .pagination__tag_ezz4g.pagination__tag_ezz4g.pagination__checked_ezz4g:active:not(:disabled) {
50
+ .pagination__tag_1i3lh.pagination__tag_1i3lh.pagination__checked_1i3lh:active:not(:disabled) {
51
51
  color: var(--color-light-text-primary);
52
52
  }
@@ -2,7 +2,7 @@ import React from 'react';
2
2
  import cn from 'classnames';
3
3
  import { Tag as Tag$1 } from '@alfalab/core-components-tag/dist/modern';
4
4
 
5
- var styles = {"tag":"pagination__tag_ezz4g","checked":"pagination__checked_ezz4g"};
5
+ var styles = {"tag":"pagination__tag_1i3lh","checked":"pagination__checked_1i3lh"};
6
6
  require('./index.css')
7
7
 
8
8
  const Tag = ({ className, checked, ...restProps }) => (React.createElement(Tag$1, Object.assign({}, restProps, { checked: checked, size: 'xxs', className: cn(className, styles.tag, { [styles.checked]: checked }) })));
@@ -1,4 +1,4 @@
1
- /* hash: 1xb1c */
1
+ /* hash: l7tta */
2
2
  :root {
3
3
  --color-light-text-primary: #0b1f35;
4
4
  }
@@ -13,7 +13,7 @@
13
13
  :root {
14
14
  --gap-xs: 8px;
15
15
  }
16
- .pagination__component_lxui2 {
16
+ .pagination__component_t8jcp {
17
17
  font-size: 14px;
18
18
  line-height: 20px;
19
19
  font-weight: 400;
@@ -24,9 +24,9 @@
24
24
  font-feature-settings: "tnum";
25
25
  font-variant-numeric: tabular-nums;
26
26
  }
27
- .pagination__default_lxui2 > * {
27
+ .pagination__defaultView_t8jcp > * {
28
28
  margin-right: var(--gap-xs)
29
29
  }
30
- .pagination__default_lxui2 > *:last-child {
30
+ .pagination__defaultView_t8jcp > *:last-child {
31
31
  margin-right: 0;
32
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-pagination",
3
- "version": "1.2.3",
3
+ "version": "1.2.6",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -17,9 +17,9 @@
17
17
  "react-dom": "^16.9.0 || ^17.0.1"
18
18
  },
19
19
  "dependencies": {
20
- "@alfalab/core-components-button": "^5.1.3",
21
- "@alfalab/core-components-tag": "^4.2.2",
20
+ "@alfalab/core-components-button": "^5.1.5",
21
+ "@alfalab/core-components-tag": "^4.2.4",
22
22
  "classnames": "2.2.6"
23
23
  },
24
- "gitHead": "8d998af881e79e8b524179aa50cdb117c1380c74"
24
+ "gitHead": "b44d81f1c42835fa6946c4bf15aee99abe2b4b96"
25
25
  }