@alfalab/core-components-pagination 3.0.0 → 3.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/components/default-view/index.css +1 -1
- package/components/default-view/index.module.css.js +1 -1
- package/components/per-page-view/index.css +1 -1
- package/components/per-page-view/index.module.css.js +1 -1
- package/components/tag/index.css +8 -8
- package/components/tag/index.module.css.js +1 -1
- package/esm/components/default-view/index.css +1 -1
- package/esm/components/default-view/index.module.css.js +1 -1
- package/esm/components/per-page-view/index.css +1 -1
- package/esm/components/per-page-view/index.module.css.js +1 -1
- package/esm/components/tag/index.css +8 -8
- package/esm/components/tag/index.module.css.js +1 -1
- package/esm/index.css +4 -4
- package/esm/index.module.css.js +1 -1
- package/index.css +4 -4
- package/index.module.css.js +1 -1
- package/modern/components/default-view/index.css +1 -1
- package/modern/components/default-view/index.module.css.js +1 -1
- package/modern/components/per-page-view/index.css +1 -1
- package/modern/components/per-page-view/index.module.css.js +1 -1
- package/modern/components/tag/index.css +8 -8
- package/modern/components/tag/index.module.css.js +1 -1
- package/modern/index.css +4 -4
- package/modern/index.module.css.js +1 -1
- package/package.json +5 -5
package/components/tag/index.css
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
} :root {
|
|
9
9
|
--border-radius-m: 8px;
|
|
10
10
|
--border-radius-8: var(--border-radius-m);
|
|
11
|
-
} button.
|
|
11
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1 {
|
|
12
12
|
color: var(--color-light-text-secondary);
|
|
13
13
|
border-radius: var(--border-radius-8);
|
|
14
14
|
border: none;
|
|
@@ -16,21 +16,21 @@
|
|
|
16
16
|
min-height: auto;
|
|
17
17
|
min-width: 32px;
|
|
18
18
|
height: 32px
|
|
19
|
-
} button.
|
|
19
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1:not(.pagination__arrow_zlew1) {
|
|
20
20
|
padding: 0 6px;
|
|
21
|
-
} button.
|
|
21
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1:disabled:not(.pagination__checked_zlew1) {
|
|
22
22
|
opacity: 0.3;
|
|
23
|
-
} button.
|
|
23
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1:hover:not(:disabled) {
|
|
24
24
|
background-color: var(--color-light-transparent-default-hover);
|
|
25
25
|
color: var(--color-light-text-primary);
|
|
26
|
-
} button.
|
|
26
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1:active:not(:disabled) {
|
|
27
27
|
background-color: var(--color-light-transparent-default-press);
|
|
28
|
-
} button.
|
|
28
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1.pagination__checked_zlew1 {
|
|
29
29
|
cursor: default;
|
|
30
30
|
background-color: var(--color-light-accent-secondary);
|
|
31
31
|
color: var(--color-light-text-primary-inverted);
|
|
32
|
-
} button.
|
|
32
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1.pagination__checked_zlew1:hover:not(:disabled) {
|
|
33
33
|
color: var(--color-light-text-primary-inverted);
|
|
34
|
-
} button.
|
|
34
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1.pagination__checked_zlew1:active:not(:disabled) {
|
|
35
35
|
color: var(--color-light-text-primary);
|
|
36
36
|
}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"tag":"
|
|
5
|
+
var styles = {"tag":"pagination__tag_zlew1","arrow":"pagination__arrow_zlew1","checked":"pagination__checked_zlew1"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
} :root {
|
|
9
9
|
--border-radius-m: 8px;
|
|
10
10
|
--border-radius-8: var(--border-radius-m);
|
|
11
|
-
} button.
|
|
11
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1 {
|
|
12
12
|
color: var(--color-light-text-secondary);
|
|
13
13
|
border-radius: var(--border-radius-8);
|
|
14
14
|
border: none;
|
|
@@ -16,21 +16,21 @@
|
|
|
16
16
|
min-height: auto;
|
|
17
17
|
min-width: 32px;
|
|
18
18
|
height: 32px
|
|
19
|
-
} button.
|
|
19
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1:not(.pagination__arrow_zlew1) {
|
|
20
20
|
padding: 0 6px;
|
|
21
|
-
} button.
|
|
21
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1:disabled:not(.pagination__checked_zlew1) {
|
|
22
22
|
opacity: 0.3;
|
|
23
|
-
} button.
|
|
23
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1:hover:not(:disabled) {
|
|
24
24
|
background-color: var(--color-light-transparent-default-hover);
|
|
25
25
|
color: var(--color-light-text-primary);
|
|
26
|
-
} button.
|
|
26
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1:active:not(:disabled) {
|
|
27
27
|
background-color: var(--color-light-transparent-default-press);
|
|
28
|
-
} button.
|
|
28
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1.pagination__checked_zlew1 {
|
|
29
29
|
cursor: default;
|
|
30
30
|
background-color: var(--color-light-accent-secondary);
|
|
31
31
|
color: var(--color-light-text-primary-inverted);
|
|
32
|
-
} button.
|
|
32
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1.pagination__checked_zlew1:hover:not(:disabled) {
|
|
33
33
|
color: var(--color-light-text-primary-inverted);
|
|
34
|
-
} button.
|
|
34
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1.pagination__checked_zlew1:active:not(:disabled) {
|
|
35
35
|
color: var(--color-light-text-primary);
|
|
36
36
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"tag":"
|
|
3
|
+
var styles = {"tag":"pagination__tag_zlew1","arrow":"pagination__arrow_zlew1","checked":"pagination__checked_zlew1"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/esm/index.css
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
--gap-xs: 8px;
|
|
5
5
|
--gap-0: 0px;
|
|
6
6
|
--gap-8: var(--gap-xs);
|
|
7
|
-
} button.
|
|
7
|
+
} button.pagination__arrow_p2rxq.pagination__arrow_p2rxq {
|
|
8
8
|
width: 32px;
|
|
9
|
-
} .
|
|
9
|
+
} .pagination__component_p2rxq {
|
|
10
10
|
font-size: 14px;
|
|
11
11
|
line-height: 20px;
|
|
12
12
|
font-weight: 400;
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
color: var(--color-light-text-primary);
|
|
17
17
|
font-feature-settings: "tnum";
|
|
18
18
|
font-variant-numeric: tabular-nums;
|
|
19
|
-
} .
|
|
19
|
+
} .pagination__defaultView_p2rxq > * {
|
|
20
20
|
margin-right: var(--gap-8)
|
|
21
|
-
} .
|
|
21
|
+
} .pagination__defaultView_p2rxq > *:last-child {
|
|
22
22
|
margin-right: var(--gap-0);
|
|
23
23
|
}
|
package/esm/index.module.css.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
var styles = {"arrow":"
|
|
3
|
+
var styles = {"arrow":"pagination__arrow_p2rxq","component":"pagination__component_p2rxq","defaultView":"pagination__defaultView_p2rxq"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/index.css
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
--gap-xs: 8px;
|
|
5
5
|
--gap-0: 0px;
|
|
6
6
|
--gap-8: var(--gap-xs);
|
|
7
|
-
} button.
|
|
7
|
+
} button.pagination__arrow_p2rxq.pagination__arrow_p2rxq {
|
|
8
8
|
width: 32px;
|
|
9
|
-
} .
|
|
9
|
+
} .pagination__component_p2rxq {
|
|
10
10
|
font-size: 14px;
|
|
11
11
|
line-height: 20px;
|
|
12
12
|
font-weight: 400;
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
color: var(--color-light-text-primary);
|
|
17
17
|
font-feature-settings: "tnum";
|
|
18
18
|
font-variant-numeric: tabular-nums;
|
|
19
|
-
} .
|
|
19
|
+
} .pagination__defaultView_p2rxq > * {
|
|
20
20
|
margin-right: var(--gap-8)
|
|
21
|
-
} .
|
|
21
|
+
} .pagination__defaultView_p2rxq > *:last-child {
|
|
22
22
|
margin-right: var(--gap-0);
|
|
23
23
|
}
|
package/index.module.css.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
require('./index.css');
|
|
4
4
|
|
|
5
|
-
var styles = {"arrow":"
|
|
5
|
+
var styles = {"arrow":"pagination__arrow_p2rxq","component":"pagination__component_p2rxq","defaultView":"pagination__defaultView_p2rxq"};
|
|
6
6
|
|
|
7
7
|
module.exports = styles;
|
|
8
8
|
//# sourceMappingURL=index.module.css.js.map
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
} :root {
|
|
9
9
|
--border-radius-m: 8px;
|
|
10
10
|
--border-radius-8: var(--border-radius-m);
|
|
11
|
-
} button.
|
|
11
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1 {
|
|
12
12
|
color: var(--color-light-text-secondary);
|
|
13
13
|
border-radius: var(--border-radius-8);
|
|
14
14
|
border: none;
|
|
@@ -16,21 +16,21 @@
|
|
|
16
16
|
min-height: auto;
|
|
17
17
|
min-width: 32px;
|
|
18
18
|
height: 32px
|
|
19
|
-
} button.
|
|
19
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1:not(.pagination__arrow_zlew1) {
|
|
20
20
|
padding: 0 6px;
|
|
21
|
-
} button.
|
|
21
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1:disabled:not(.pagination__checked_zlew1) {
|
|
22
22
|
opacity: 0.3;
|
|
23
|
-
} button.
|
|
23
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1:hover:not(:disabled) {
|
|
24
24
|
background-color: var(--color-light-transparent-default-hover);
|
|
25
25
|
color: var(--color-light-text-primary);
|
|
26
|
-
} button.
|
|
26
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1:active:not(:disabled) {
|
|
27
27
|
background-color: var(--color-light-transparent-default-press);
|
|
28
|
-
} button.
|
|
28
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1.pagination__checked_zlew1 {
|
|
29
29
|
cursor: default;
|
|
30
30
|
background-color: var(--color-light-accent-secondary);
|
|
31
31
|
color: var(--color-light-text-primary-inverted);
|
|
32
|
-
} button.
|
|
32
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1.pagination__checked_zlew1:hover:not(:disabled) {
|
|
33
33
|
color: var(--color-light-text-primary-inverted);
|
|
34
|
-
} button.
|
|
34
|
+
} button.pagination__tag_zlew1.pagination__tag_zlew1.pagination__checked_zlew1:active:not(:disabled) {
|
|
35
35
|
color: var(--color-light-text-primary);
|
|
36
36
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"tag":"
|
|
3
|
+
const styles = {"tag":"pagination__tag_zlew1","arrow":"pagination__arrow_zlew1","checked":"pagination__checked_zlew1"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/modern/index.css
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
--gap-xs: 8px;
|
|
5
5
|
--gap-0: 0px;
|
|
6
6
|
--gap-8: var(--gap-xs);
|
|
7
|
-
} button.
|
|
7
|
+
} button.pagination__arrow_p2rxq.pagination__arrow_p2rxq {
|
|
8
8
|
width: 32px;
|
|
9
|
-
} .
|
|
9
|
+
} .pagination__component_p2rxq {
|
|
10
10
|
font-size: 14px;
|
|
11
11
|
line-height: 20px;
|
|
12
12
|
font-weight: 400;
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
color: var(--color-light-text-primary);
|
|
17
17
|
font-feature-settings: "tnum";
|
|
18
18
|
font-variant-numeric: tabular-nums;
|
|
19
|
-
} .
|
|
19
|
+
} .pagination__defaultView_p2rxq > * {
|
|
20
20
|
margin-right: var(--gap-8)
|
|
21
|
-
} .
|
|
21
|
+
} .pagination__defaultView_p2rxq > *:last-child {
|
|
22
22
|
margin-right: var(--gap-0);
|
|
23
23
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import './index.css';
|
|
2
2
|
|
|
3
|
-
const styles = {"arrow":"
|
|
3
|
+
const styles = {"arrow":"pagination__arrow_p2rxq","component":"pagination__component_p2rxq","defaultView":"pagination__defaultView_p2rxq"};
|
|
4
4
|
|
|
5
5
|
export { styles as default };
|
|
6
6
|
//# sourceMappingURL=index.module.css.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfalab/core-components-pagination",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"main": "index.js",
|
|
11
11
|
"module": "./esm/index.js",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@alfalab/core-components-tag": "^9.0.
|
|
14
|
-
"@alfalab/icons-glyph": "^2.
|
|
13
|
+
"@alfalab/core-components-tag": "^9.0.1",
|
|
14
|
+
"@alfalab/icons-glyph": "^2.247.0",
|
|
15
15
|
"classnames": "^2.5.1",
|
|
16
16
|
"tslib": "^2.4.0"
|
|
17
17
|
},
|
|
@@ -23,6 +23,6 @@
|
|
|
23
23
|
"access": "public",
|
|
24
24
|
"directory": "dist"
|
|
25
25
|
},
|
|
26
|
-
"themesVersion": "14.
|
|
27
|
-
"varsVersion": "10.
|
|
26
|
+
"themesVersion": "14.1.0",
|
|
27
|
+
"varsVersion": "10.1.0"
|
|
28
28
|
}
|