`/?page=${page}`}
+ />,
+ );
+ expect(
+ wrapper
+ .find('Page')
+ .at(0)
+ .prop('href'),
+ ).toBe('/?page=1');
+ });
+ });
});
diff --git a/components/Pagination/__snapshots__/Pagination.unit.test.jsx.snap b/components/Pagination/__snapshots__/Pagination.unit.test.jsx.snap
index d63f5c302..fa8865276 100644
--- a/components/Pagination/__snapshots__/Pagination.unit.test.jsx.snap
+++ b/components/Pagination/__snapshots__/Pagination.unit.test.jsx.snap
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[` Snapshots should match snapshot with 5 pages 1`] = `
-.c3 {
+.c2 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -10,6 +10,7 @@ exports[` Snapshots should match snapshot with 5 pages 1`] = `
border: 1px solid #1355d0;
border-radius: 10px;
box-sizing: border-box;
+ color: #4c4c4c;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
@@ -26,19 +27,21 @@ exports[` Snapshots should match snapshot with 5 pages 1`] = `
min-width: 40px;
outline: none;
padding: 5px 8px;
+ -webkit-text-decoration: none;
+ text-decoration: none;
-webkit-transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
color: #FFFFFF;
}
-.c3:hover,
-.c3:focus {
+.c2:hover,
+.c2:focus {
background-color: #002f7b;
border-color: #002f7b;
color: #FFFFFF;
}
-.c4 {
+.c3 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -47,6 +50,7 @@ exports[` Snapshots should match snapshot with 5 pages 1`] = `
border: 1px solid #cccccc;
border-radius: 10px;
box-sizing: border-box;
+ color: #4c4c4c;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
@@ -63,134 +67,19 @@ exports[` Snapshots should match snapshot with 5 pages 1`] = `
min-width: 40px;
outline: none;
padding: 5px 8px;
+ -webkit-text-decoration: none;
+ text-decoration: none;
-webkit-transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
}
-.c4:hover,
-.c4:focus {
+.c3:hover,
+.c3:focus {
background-color: #e5edfc;
border-color: #1355d0;
color: #1355d0;
}
-.c2 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- font-weight: bold;
- -webkit-letter-spacing: 0.2px;
- -moz-letter-spacing: 0.2px;
- -ms-letter-spacing: 0.2px;
- letter-spacing: 0.2px;
- font-size: 16px;
- padding: 0 16px;
- height: 40px;
- -webkit-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- cursor: not-allowed;
- background-color: transparent;
- border: 1.5px solid transparent;
- box-shadow: none;
- color: #1355d0;
- -webkit-text-decoration: underline;
- text-decoration: underline;
- border-radius: unset;
-}
-
-.c2 *:nth-child(2) {
- margin-left: 5px;
-}
-
-.c2 .c7 {
- font-size: 24px;
-}
-
-.c2:focus {
- box-shadow: none;
- background-color: transparent;
- border-color: transparent;
- color: #1355d0;
-}
-
-.c2:active {
- box-shadow: none;
- background-color: undefined;
- border-color: undefined;
- color: #1355d0;
-}
-
-.c6 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- font-weight: bold;
- -webkit-letter-spacing: 0.2px;
- -moz-letter-spacing: 0.2px;
- -ms-letter-spacing: 0.2px;
- letter-spacing: 0.2px;
- font-size: 16px;
- padding: 0 16px;
- height: 40px;
- -webkit-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- cursor: pointer;
- background-color: transparent;
- border: 1.5px solid transparent;
- box-shadow: none;
- color: #1355d0;
- -webkit-text-decoration: underline;
- text-decoration: underline;
- border-radius: unset;
-}
-
-.c6 *:nth-child(2) {
- margin-left: 5px;
-}
-
-.c6 .c7 {
- font-size: 24px;
-}
-
-.c6:hover {
- box-shadow: none;
- background-color: undefined;
- border-color: undefined;
- color: #1355d0;
-}
-
-.c6:focus {
- box-shadow: none;
- background-color: transparent;
- border-color: transparent;
- color: #1355d0;
-}
-
-.c6:active {
- box-shadow: none;
- background-color: undefined;
- border-color: undefined;
- color: #1355d0;
-}
-
.c1 {
border: 1px solid transparent;
border-radius: 10px;
@@ -198,29 +87,41 @@ exports[` Snapshots should match snapshot with 5 pages 1`] = `
font-weight: normal;
margin: 0 4px;
outline: none;
- padding-left: 8px;
- padding-right: 8px;
+ padding: 8px;
-webkit-text-decoration: none;
text-decoration: none;
+ -webkit-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ white-space: nowrap;
color: #cccccc;
cursor: not-allowed;
}
-.c5 {
+.c4 {
border: 1px solid transparent;
border-radius: 10px;
cursor: pointer;
font-weight: normal;
margin: 0 4px;
outline: none;
- padding-left: 8px;
- padding-right: 8px;
+ padding: 8px;
-webkit-text-decoration: none;
text-decoration: none;
+ -webkit-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ white-space: nowrap;
}
-.c5:hover,
-.c5:focus {
+.c4:hover,
+.c4:focus {
background-color: #e5edfc;
border: 1px solid #1355d0;
color: #1355d0;
@@ -246,77 +147,67 @@ exports[` Snapshots should match snapshot with 5 pages 1`] = `
aria-label="pagination"
className="c0"
>
-
-
-
- Previous
-
-
-
+
1
-
-
+
2
-
-
+
3
-
-
+
4
-
-
+
5
-
-
+
-
-
- Next
-
-
+ Next
+
`;
exports[` Snapshots should match snapshot with 6 pages 1`] = `
-.c3 {
+.c2 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -325,6 +216,7 @@ exports[` Snapshots should match snapshot with 6 pages 1`] = `
border: 1px solid #1355d0;
border-radius: 10px;
box-sizing: border-box;
+ color: #4c4c4c;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
@@ -341,19 +233,21 @@ exports[` Snapshots should match snapshot with 6 pages 1`] = `
min-width: 40px;
outline: none;
padding: 5px 8px;
+ -webkit-text-decoration: none;
+ text-decoration: none;
-webkit-transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
color: #FFFFFF;
}
-.c3:hover,
-.c3:focus {
+.c2:hover,
+.c2:focus {
background-color: #002f7b;
border-color: #002f7b;
color: #FFFFFF;
}
-.c4 {
+.c3 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -362,6 +256,7 @@ exports[` Snapshots should match snapshot with 6 pages 1`] = `
border: 1px solid #cccccc;
border-radius: 10px;
box-sizing: border-box;
+ color: #4c4c4c;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
@@ -378,134 +273,19 @@ exports[` Snapshots should match snapshot with 6 pages 1`] = `
min-width: 40px;
outline: none;
padding: 5px 8px;
+ -webkit-text-decoration: none;
+ text-decoration: none;
-webkit-transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
}
-.c4:hover,
-.c4:focus {
+.c3:hover,
+.c3:focus {
background-color: #e5edfc;
border-color: #1355d0;
color: #1355d0;
}
-.c2 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- font-weight: bold;
- -webkit-letter-spacing: 0.2px;
- -moz-letter-spacing: 0.2px;
- -ms-letter-spacing: 0.2px;
- letter-spacing: 0.2px;
- font-size: 16px;
- padding: 0 16px;
- height: 40px;
- -webkit-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- cursor: not-allowed;
- background-color: transparent;
- border: 1.5px solid transparent;
- box-shadow: none;
- color: #1355d0;
- -webkit-text-decoration: underline;
- text-decoration: underline;
- border-radius: unset;
-}
-
-.c2 *:nth-child(2) {
- margin-left: 5px;
-}
-
-.c2 .c7 {
- font-size: 24px;
-}
-
-.c2:focus {
- box-shadow: none;
- background-color: transparent;
- border-color: transparent;
- color: #1355d0;
-}
-
-.c2:active {
- box-shadow: none;
- background-color: undefined;
- border-color: undefined;
- color: #1355d0;
-}
-
-.c6 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- font-weight: bold;
- -webkit-letter-spacing: 0.2px;
- -moz-letter-spacing: 0.2px;
- -ms-letter-spacing: 0.2px;
- letter-spacing: 0.2px;
- font-size: 16px;
- padding: 0 16px;
- height: 40px;
- -webkit-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- cursor: pointer;
- background-color: transparent;
- border: 1.5px solid transparent;
- box-shadow: none;
- color: #1355d0;
- -webkit-text-decoration: underline;
- text-decoration: underline;
- border-radius: unset;
-}
-
-.c6 *:nth-child(2) {
- margin-left: 5px;
-}
-
-.c6 .c7 {
- font-size: 24px;
-}
-
-.c6:hover {
- box-shadow: none;
- background-color: undefined;
- border-color: undefined;
- color: #1355d0;
-}
-
-.c6:focus {
- box-shadow: none;
- background-color: transparent;
- border-color: transparent;
- color: #1355d0;
-}
-
-.c6:active {
- box-shadow: none;
- background-color: undefined;
- border-color: undefined;
- color: #1355d0;
-}
-
.c1 {
border: 1px solid transparent;
border-radius: 10px;
@@ -513,29 +293,41 @@ exports[` Snapshots should match snapshot with 6 pages 1`] = `
font-weight: normal;
margin: 0 4px;
outline: none;
- padding-left: 8px;
- padding-right: 8px;
+ padding: 8px;
-webkit-text-decoration: none;
text-decoration: none;
+ -webkit-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ white-space: nowrap;
color: #cccccc;
cursor: not-allowed;
}
-.c5 {
+.c4 {
border: 1px solid transparent;
border-radius: 10px;
cursor: pointer;
font-weight: normal;
margin: 0 4px;
outline: none;
- padding-left: 8px;
- padding-right: 8px;
+ padding: 8px;
-webkit-text-decoration: none;
text-decoration: none;
+ -webkit-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ white-space: nowrap;
}
-.c5:hover,
-.c5:focus {
+.c4:hover,
+.c4:focus {
background-color: #e5edfc;
border: 1px solid #1355d0;
color: #1355d0;
@@ -561,85 +353,75 @@ exports[` Snapshots should match snapshot with 6 pages 1`] = `
aria-label="pagination"
className="c0"
>
-
-
-
- Previous
-
-
-
+
1
-
-
+
2
-
-
+
3
-
-
+
4
-
-
+
5
-
-
+
6
-
-
+
-
-
- Next
-
-
+ Next
+
`;
exports[` Snapshots should match snapshot with 7 pages 1`] = `
-.c3 {
+.c2 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -648,6 +430,7 @@ exports[` Snapshots should match snapshot with 7 pages 1`] = `
border: 1px solid #1355d0;
border-radius: 10px;
box-sizing: border-box;
+ color: #4c4c4c;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
@@ -664,19 +447,21 @@ exports[` Snapshots should match snapshot with 7 pages 1`] = `
min-width: 40px;
outline: none;
padding: 5px 8px;
+ -webkit-text-decoration: none;
+ text-decoration: none;
-webkit-transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
color: #FFFFFF;
}
-.c3:hover,
-.c3:focus {
+.c2:hover,
+.c2:focus {
background-color: #002f7b;
border-color: #002f7b;
color: #FFFFFF;
}
-.c4 {
+.c3 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -685,6 +470,7 @@ exports[` Snapshots should match snapshot with 7 pages 1`] = `
border: 1px solid #cccccc;
border-radius: 10px;
box-sizing: border-box;
+ color: #4c4c4c;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
@@ -701,134 +487,19 @@ exports[` Snapshots should match snapshot with 7 pages 1`] = `
min-width: 40px;
outline: none;
padding: 5px 8px;
+ -webkit-text-decoration: none;
+ text-decoration: none;
-webkit-transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
}
-.c4:hover,
-.c4:focus {
+.c3:hover,
+.c3:focus {
background-color: #e5edfc;
border-color: #1355d0;
color: #1355d0;
}
-.c2 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- font-weight: bold;
- -webkit-letter-spacing: 0.2px;
- -moz-letter-spacing: 0.2px;
- -ms-letter-spacing: 0.2px;
- letter-spacing: 0.2px;
- font-size: 16px;
- padding: 0 16px;
- height: 40px;
- -webkit-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- cursor: not-allowed;
- background-color: transparent;
- border: 1.5px solid transparent;
- box-shadow: none;
- color: #1355d0;
- -webkit-text-decoration: underline;
- text-decoration: underline;
- border-radius: unset;
-}
-
-.c2 *:nth-child(2) {
- margin-left: 5px;
-}
-
-.c2 .c9 {
- font-size: 24px;
-}
-
-.c2:focus {
- box-shadow: none;
- background-color: transparent;
- border-color: transparent;
- color: #1355d0;
-}
-
-.c2:active {
- box-shadow: none;
- background-color: undefined;
- border-color: undefined;
- color: #1355d0;
-}
-
-.c8 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- font-weight: bold;
- -webkit-letter-spacing: 0.2px;
- -moz-letter-spacing: 0.2px;
- -ms-letter-spacing: 0.2px;
- letter-spacing: 0.2px;
- font-size: 16px;
- padding: 0 16px;
- height: 40px;
- -webkit-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- cursor: pointer;
- background-color: transparent;
- border: 1.5px solid transparent;
- box-shadow: none;
- color: #1355d0;
- -webkit-text-decoration: underline;
- text-decoration: underline;
- border-radius: unset;
-}
-
-.c8 *:nth-child(2) {
- margin-left: 5px;
-}
-
-.c8 .c9 {
- font-size: 24px;
-}
-
-.c8:hover {
- box-shadow: none;
- background-color: undefined;
- border-color: undefined;
- color: #1355d0;
-}
-
-.c8:focus {
- box-shadow: none;
- background-color: transparent;
- border-color: transparent;
- color: #1355d0;
-}
-
-.c8:active {
- box-shadow: none;
- background-color: undefined;
- border-color: undefined;
- color: #1355d0;
-}
-
.c1 {
border: 1px solid transparent;
border-radius: 10px;
@@ -836,41 +507,53 @@ exports[` Snapshots should match snapshot with 7 pages 1`] = `
font-weight: normal;
margin: 0 4px;
outline: none;
- padding-left: 8px;
- padding-right: 8px;
+ padding: 8px;
-webkit-text-decoration: none;
text-decoration: none;
+ -webkit-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ white-space: nowrap;
color: #cccccc;
cursor: not-allowed;
}
-.c7 {
+.c6 {
border: 1px solid transparent;
border-radius: 10px;
cursor: pointer;
font-weight: normal;
margin: 0 4px;
outline: none;
- padding-left: 8px;
- padding-right: 8px;
+ padding: 8px;
-webkit-text-decoration: none;
text-decoration: none;
+ -webkit-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ white-space: nowrap;
}
-.c7:hover,
-.c7:focus {
+.c6:hover,
+.c6:focus {
background-color: #e5edfc;
border: 1px solid #1355d0;
color: #1355d0;
}
-.c5 {
+.c4 {
display: inline-block;
margin: 0 4px;
- width: 22px;
+ min-width: 22px;
}
-.c6 {
+.c5 {
position: relative;
background-color: #cccccc;
border-radius: 50%;
@@ -879,7 +562,7 @@ exports[` Snapshots should match snapshot with 7 pages 1`] = `
width: 5px;
}
-.c6:after {
+.c5:after {
left: 8px;
content: '';
position: absolute;
@@ -891,7 +574,7 @@ exports[` Snapshots should match snapshot with 7 pages 1`] = `
width: 5px;
}
-.c6:before {
+.c5:before {
left: 16px;
content: '';
position: absolute;
@@ -923,84 +606,74 @@ exports[` Snapshots should match snapshot with 7 pages 1`] = `
aria-label="pagination"
className="c0"
>
-
-
-
- Previous
-
-
-
+
1
-
-
+
2
-
-
+
3
-
-
+
4
-
+
-
7
-
-
+
-
-
- Next
-
-
+ Next
+
`;
exports[` Snapshots should match snapshot with 7 pages and activePage equals 4 1`] = `
-.c4 {
+.c3 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -1009,6 +682,7 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
border: 1px solid #1355d0;
border-radius: 10px;
box-sizing: border-box;
+ color: #4c4c4c;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
@@ -1025,19 +699,21 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
min-width: 40px;
outline: none;
padding: 5px 8px;
+ -webkit-text-decoration: none;
+ text-decoration: none;
-webkit-transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
color: #FFFFFF;
}
-.c4:hover,
-.c4:focus {
+.c3:hover,
+.c3:focus {
background-color: #002f7b;
border-color: #002f7b;
color: #FFFFFF;
}
-.c3 {
+.c2 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -1046,92 +722,33 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
border: 1px solid #cccccc;
border-radius: 10px;
box-sizing: border-box;
+ color: #4c4c4c;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- font-size: 16px;
- font-weight: normal;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- margin: 0 4px;
- min-height: 40px;
- min-width: 40px;
- outline: none;
- padding: 5px 8px;
- -webkit-transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
- transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
-}
-
-.c3:hover,
-.c3:focus {
- background-color: #e5edfc;
- border-color: #1355d0;
- color: #1355d0;
-}
-
-.c2 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- font-weight: bold;
- -webkit-letter-spacing: 0.2px;
- -moz-letter-spacing: 0.2px;
- -ms-letter-spacing: 0.2px;
- letter-spacing: 0.2px;
- font-size: 16px;
- padding: 0 16px;
- height: 40px;
- -webkit-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- cursor: pointer;
- background-color: transparent;
- border: 1.5px solid transparent;
- box-shadow: none;
- color: #1355d0;
- -webkit-text-decoration: underline;
- text-decoration: underline;
- border-radius: unset;
-}
-
-.c2 *:nth-child(2) {
- margin-left: 5px;
-}
-
-.c2 .c5 {
- font-size: 24px;
-}
-
-.c2:hover {
- box-shadow: none;
- background-color: undefined;
- border-color: undefined;
- color: #1355d0;
+ display: -ms-flexbox;
+ display: flex;
+ font-size: 16px;
+ font-weight: normal;
+ -webkit-box-pack: center;
+ -webkit-justify-content: center;
+ -ms-flex-pack: center;
+ justify-content: center;
+ margin: 0 4px;
+ min-height: 40px;
+ min-width: 40px;
+ outline: none;
+ padding: 5px 8px;
+ -webkit-text-decoration: none;
+ text-decoration: none;
+ -webkit-transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
+ transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
}
+.c2:hover,
.c2:focus {
- box-shadow: none;
- background-color: transparent;
- border-color: transparent;
- color: #1355d0;
-}
-
-.c2:active {
- box-shadow: none;
- background-color: undefined;
- border-color: undefined;
+ background-color: #e5edfc;
+ border-color: #1355d0;
color: #1355d0;
}
@@ -1142,10 +759,16 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
font-weight: normal;
margin: 0 4px;
outline: none;
- padding-left: 8px;
- padding-right: 8px;
+ padding: 8px;
-webkit-text-decoration: none;
text-decoration: none;
+ -webkit-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ white-space: nowrap;
}
.c1:hover,
@@ -1175,93 +798,83 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
aria-label="pagination"
className="c0"
>
-
-
-
- Previous
-
-
-
+
1
-
-
+
2
-
-
+
3
-
-
+
4
-
-
+
5
-
-
+
6
-
-
+
7
-
-
+
-
-
- Next
-
-
+ Next
+
`;
exports[` Snapshots should match snapshot with 7 pages and activePage equals 5 1`] = `
-.c6 {
+.c5 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -1270,6 +883,7 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
border: 1px solid #1355d0;
border-radius: 10px;
box-sizing: border-box;
+ color: #4c4c4c;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
@@ -1286,19 +900,21 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
min-width: 40px;
outline: none;
padding: 5px 8px;
+ -webkit-text-decoration: none;
+ text-decoration: none;
-webkit-transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
color: #FFFFFF;
}
-.c6:hover,
-.c6:focus {
+.c5:hover,
+.c5:focus {
background-color: #002f7b;
border-color: #002f7b;
color: #FFFFFF;
}
-.c3 {
+.c2 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -1307,6 +923,7 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
border: 1px solid #cccccc;
border-radius: 10px;
box-sizing: border-box;
+ color: #4c4c4c;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
@@ -1323,79 +940,19 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
min-width: 40px;
outline: none;
padding: 5px 8px;
+ -webkit-text-decoration: none;
+ text-decoration: none;
-webkit-transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
}
-.c3:hover,
-.c3:focus {
+.c2:hover,
+.c2:focus {
background-color: #e5edfc;
border-color: #1355d0;
color: #1355d0;
}
-.c2 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- font-weight: bold;
- -webkit-letter-spacing: 0.2px;
- -moz-letter-spacing: 0.2px;
- -ms-letter-spacing: 0.2px;
- letter-spacing: 0.2px;
- font-size: 16px;
- padding: 0 16px;
- height: 40px;
- -webkit-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- cursor: pointer;
- background-color: transparent;
- border: 1.5px solid transparent;
- box-shadow: none;
- color: #1355d0;
- -webkit-text-decoration: underline;
- text-decoration: underline;
- border-radius: unset;
-}
-
-.c2 *:nth-child(2) {
- margin-left: 5px;
-}
-
-.c2 .c7 {
- font-size: 24px;
-}
-
-.c2:hover {
- box-shadow: none;
- background-color: undefined;
- border-color: undefined;
- color: #1355d0;
-}
-
-.c2:focus {
- box-shadow: none;
- background-color: transparent;
- border-color: transparent;
- color: #1355d0;
-}
-
-.c2:active {
- box-shadow: none;
- background-color: undefined;
- border-color: undefined;
- color: #1355d0;
-}
-
.c1 {
border: 1px solid transparent;
border-radius: 10px;
@@ -1403,10 +960,16 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
font-weight: normal;
margin: 0 4px;
outline: none;
- padding-left: 8px;
- padding-right: 8px;
+ padding: 8px;
-webkit-text-decoration: none;
text-decoration: none;
+ -webkit-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ white-space: nowrap;
}
.c1:hover,
@@ -1416,13 +979,13 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
color: #1355d0;
}
-.c4 {
+.c3 {
display: inline-block;
margin: 0 4px;
- width: 22px;
+ min-width: 22px;
}
-.c5 {
+.c4 {
position: relative;
background-color: #cccccc;
border-radius: 50%;
@@ -1431,7 +994,7 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
width: 5px;
}
-.c5:after {
+.c4:after {
left: 8px;
content: '';
position: absolute;
@@ -1443,7 +1006,7 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
width: 5px;
}
-.c5:before {
+.c4:before {
left: 16px;
content: '';
position: absolute;
@@ -1475,84 +1038,74 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
aria-label="pagination"
className="c0"
>
-
-
-
- Previous
-
-
-
+
1
-
+
-
4
-
-
+
5
-
-
+
6
-
-
+
7
-
-
+
-
-
- Next
-
-
+ Next
+
`;
exports[` Snapshots should match snapshot with 7 pages and activePage equals 7 1`] = `
-.c6 {
+.c5 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -1561,6 +1114,7 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
border: 1px solid #1355d0;
border-radius: 10px;
box-sizing: border-box;
+ color: #4c4c4c;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
@@ -1577,19 +1131,21 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
min-width: 40px;
outline: none;
padding: 5px 8px;
+ -webkit-text-decoration: none;
+ text-decoration: none;
-webkit-transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
color: #FFFFFF;
}
-.c6:hover,
-.c6:focus {
+.c5:hover,
+.c5:focus {
background-color: #002f7b;
border-color: #002f7b;
color: #FFFFFF;
}
-.c3 {
+.c2 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -1598,6 +1154,7 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
border: 1px solid #cccccc;
border-radius: 10px;
box-sizing: border-box;
+ color: #4c4c4c;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
@@ -1614,79 +1171,19 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
min-width: 40px;
outline: none;
padding: 5px 8px;
+ -webkit-text-decoration: none;
+ text-decoration: none;
-webkit-transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
}
-.c3:hover,
-.c3:focus {
+.c2:hover,
+.c2:focus {
background-color: #e5edfc;
border-color: #1355d0;
color: #1355d0;
}
-.c2 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- font-weight: bold;
- -webkit-letter-spacing: 0.2px;
- -moz-letter-spacing: 0.2px;
- -ms-letter-spacing: 0.2px;
- letter-spacing: 0.2px;
- font-size: 16px;
- padding: 0 16px;
- height: 40px;
- -webkit-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- cursor: pointer;
- background-color: transparent;
- border: 1.5px solid transparent;
- box-shadow: none;
- color: #1355d0;
- -webkit-text-decoration: underline;
- text-decoration: underline;
- border-radius: unset;
-}
-
-.c2 *:nth-child(2) {
- margin-left: 5px;
-}
-
-.c2 .c7 {
- font-size: 24px;
-}
-
-.c2:hover {
- box-shadow: none;
- background-color: undefined;
- border-color: undefined;
- color: #1355d0;
-}
-
-.c2:focus {
- box-shadow: none;
- background-color: transparent;
- border-color: transparent;
- color: #1355d0;
-}
-
-.c2:active {
- box-shadow: none;
- background-color: undefined;
- border-color: undefined;
- color: #1355d0;
-}
-
.c1 {
border: 1px solid transparent;
border-radius: 10px;
@@ -1694,10 +1191,16 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
font-weight: normal;
margin: 0 4px;
outline: none;
- padding-left: 8px;
- padding-right: 8px;
+ padding: 8px;
-webkit-text-decoration: none;
text-decoration: none;
+ -webkit-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ white-space: nowrap;
}
.c1:hover,
@@ -1707,13 +1210,13 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
color: #1355d0;
}
-.c4 {
+.c3 {
display: inline-block;
margin: 0 4px;
- width: 22px;
+ min-width: 22px;
}
-.c5 {
+.c4 {
position: relative;
background-color: #cccccc;
border-radius: 50%;
@@ -1722,7 +1225,7 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
width: 5px;
}
-.c5:after {
+.c4:after {
left: 8px;
content: '';
position: absolute;
@@ -1734,7 +1237,7 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
width: 5px;
}
-.c5:before {
+.c4:before {
left: 16px;
content: '';
position: absolute;
@@ -1766,84 +1269,74 @@ exports[` Snapshots should match snapshot with 7 pages and activeP
aria-label="pagination"
className="c0"
>
-
-
-
- Previous
-
-
-
+
1
-
+
-
4
-
-
+
5
-
-
+
6
-
-
+
7
-
-
+
-
-
- Next
-
-
+ Next
+
`;
exports[` Snapshots should match snapshot with 100 pages and activePage equals 50 1`] = `
-.c6 {
+.c5 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -1852,6 +1345,7 @@ exports[` Snapshots should match snapshot with 100 pages and activ
border: 1px solid #1355d0;
border-radius: 10px;
box-sizing: border-box;
+ color: #4c4c4c;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
@@ -1868,19 +1362,21 @@ exports[` Snapshots should match snapshot with 100 pages and activ
min-width: 40px;
outline: none;
padding: 5px 8px;
+ -webkit-text-decoration: none;
+ text-decoration: none;
-webkit-transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
color: #FFFFFF;
}
-.c6:hover,
-.c6:focus {
+.c5:hover,
+.c5:focus {
background-color: #002f7b;
border-color: #002f7b;
color: #FFFFFF;
}
-.c3 {
+.c2 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -1889,6 +1385,7 @@ exports[` Snapshots should match snapshot with 100 pages and activ
border: 1px solid #cccccc;
border-radius: 10px;
box-sizing: border-box;
+ color: #4c4c4c;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
@@ -1905,79 +1402,19 @@ exports[` Snapshots should match snapshot with 100 pages and activ
min-width: 40px;
outline: none;
padding: 5px 8px;
+ -webkit-text-decoration: none;
+ text-decoration: none;
-webkit-transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
}
-.c3:hover,
-.c3:focus {
+.c2:hover,
+.c2:focus {
background-color: #e5edfc;
border-color: #1355d0;
color: #1355d0;
}
-.c2 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- font-weight: bold;
- -webkit-letter-spacing: 0.2px;
- -moz-letter-spacing: 0.2px;
- -ms-letter-spacing: 0.2px;
- letter-spacing: 0.2px;
- font-size: 16px;
- padding: 0 16px;
- height: 40px;
- -webkit-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- cursor: pointer;
- background-color: transparent;
- border: 1.5px solid transparent;
- box-shadow: none;
- color: #1355d0;
- -webkit-text-decoration: underline;
- text-decoration: underline;
- border-radius: unset;
-}
-
-.c2 *:nth-child(2) {
- margin-left: 5px;
-}
-
-.c2 .c7 {
- font-size: 24px;
-}
-
-.c2:hover {
- box-shadow: none;
- background-color: undefined;
- border-color: undefined;
- color: #1355d0;
-}
-
-.c2:focus {
- box-shadow: none;
- background-color: transparent;
- border-color: transparent;
- color: #1355d0;
-}
-
-.c2:active {
- box-shadow: none;
- background-color: undefined;
- border-color: undefined;
- color: #1355d0;
-}
-
.c1 {
border: 1px solid transparent;
border-radius: 10px;
@@ -1985,10 +1422,16 @@ exports[` Snapshots should match snapshot with 100 pages and activ
font-weight: normal;
margin: 0 4px;
outline: none;
- padding-left: 8px;
- padding-right: 8px;
+ padding: 8px;
-webkit-text-decoration: none;
text-decoration: none;
+ -webkit-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ white-space: nowrap;
}
.c1:hover,
@@ -1998,13 +1441,13 @@ exports[` Snapshots should match snapshot with 100 pages and activ
color: #1355d0;
}
-.c4 {
+.c3 {
display: inline-block;
margin: 0 4px;
- width: 22px;
+ min-width: 22px;
}
-.c5 {
+.c4 {
position: relative;
background-color: #cccccc;
border-radius: 50%;
@@ -2013,7 +1456,7 @@ exports[` Snapshots should match snapshot with 100 pages and activ
width: 5px;
}
-.c5:after {
+.c4:after {
left: 8px;
content: '';
position: absolute;
@@ -2025,7 +1468,7 @@ exports[` Snapshots should match snapshot with 100 pages and activ
width: 5px;
}
-.c5:before {
+.c4:before {
left: 16px;
content: '';
position: absolute;
@@ -2057,91 +1500,81 @@ exports[` Snapshots should match snapshot with 100 pages and activ
aria-label="pagination"
className="c0"
>
-
-
-
- Previous
-
-
-
+
1
-
+
-
49
-
-
+
50
-
-
+
51
-
+
-
100
-
-
+
-
-
- Next
-
-
+ Next
+
`;
exports[` Snapshots should match snapshot without props 1`] = `
-.c3 {
+.c2 {
-webkit-align-items: center;
-webkit-box-align: center;
-ms-flex-align: center;
@@ -2150,6 +1583,7 @@ exports[` Snapshots should match snapshot without props 1`] = `
border: 1px solid #1355d0;
border-radius: 10px;
box-sizing: border-box;
+ color: #4c4c4c;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
@@ -2166,73 +1600,20 @@ exports[` Snapshots should match snapshot without props 1`] = `
min-width: 40px;
outline: none;
padding: 5px 8px;
+ -webkit-text-decoration: none;
+ text-decoration: none;
-webkit-transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
color: #FFFFFF;
}
-.c3:hover,
-.c3:focus {
+.c2:hover,
+.c2:focus {
background-color: #002f7b;
border-color: #002f7b;
color: #FFFFFF;
}
-.c2 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- font-weight: bold;
- -webkit-letter-spacing: 0.2px;
- -moz-letter-spacing: 0.2px;
- -ms-letter-spacing: 0.2px;
- letter-spacing: 0.2px;
- font-size: 16px;
- padding: 0 16px;
- height: 40px;
- -webkit-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- cursor: not-allowed;
- background-color: transparent;
- border: 1.5px solid transparent;
- box-shadow: none;
- color: #1355d0;
- -webkit-text-decoration: underline;
- text-decoration: underline;
- border-radius: unset;
-}
-
-.c2 *:nth-child(2) {
- margin-left: 5px;
-}
-
-.c2 .c4 {
- font-size: 24px;
-}
-
-.c2:focus {
- box-shadow: none;
- background-color: transparent;
- border-color: transparent;
- color: #1355d0;
-}
-
-.c2:active {
- box-shadow: none;
- background-color: undefined;
- border-color: undefined;
- color: #1355d0;
-}
-
.c1 {
border: 1px solid transparent;
border-radius: 10px;
@@ -2240,10 +1621,16 @@ exports[` Snapshots should match snapshot without props 1`] = `
font-weight: normal;
margin: 0 4px;
outline: none;
- padding-left: 8px;
- padding-right: 8px;
+ padding: 8px;
-webkit-text-decoration: none;
text-decoration: none;
+ -webkit-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ white-space: nowrap;
color: #cccccc;
cursor: not-allowed;
}
@@ -2268,39 +1655,29 @@ exports[` Snapshots should match snapshot without props 1`] = `
aria-label="pagination"
className="c0"
>
-
-
-
- Previous
-
-
-
+
1
-
-
+
-
-
- Next
-
-
+ Next
+
`;
diff --git a/components/Pagination/sub-components/ActionButton.jsx b/components/Pagination/sub-components/ActionButton.jsx
index cd1d0bcf3..1d8f06f0f 100644
--- a/components/Pagination/sub-components/ActionButton.jsx
+++ b/components/Pagination/sub-components/ActionButton.jsx
@@ -5,16 +5,18 @@ import styled from 'styled-components';
import Button from '../../Button';
import Colors from '../../Colors';
-const StyledButton = styled(Button)`
+const StyledButton = styled.a`
border: 1px solid transparent;
border-radius: 10px;
cursor: pointer;
font-weight: normal;
margin: 0 4px;
outline: none;
- padding-left: 8px;
- padding-right: 8px;
+ padding: 8px;
text-decoration: none;
+ transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out,
+ border 0.2s ease-in-out;
+ user-select: none;
white-space: nowrap;
${({ disabled }) =>
diff --git a/components/Pagination/sub-components/Page.jsx b/components/Pagination/sub-components/Page.jsx
index d6bf95aac..f25dfd80b 100644
--- a/components/Pagination/sub-components/Page.jsx
+++ b/components/Pagination/sub-components/Page.jsx
@@ -11,6 +11,7 @@ const PageButton = styled.a`
${({ active }) => (active ? Colors.BLUE['500'] : Colors.BLACK['200'])};
border-radius: 10px;
box-sizing: border-box;
+ color: ${Colors.BLACK['700']};
cursor: pointer;
display: flex;
font-size: 16px;
@@ -24,6 +25,7 @@ const PageButton = styled.a`
text-decoration: none;
transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out,
color 0.2s ease-in-out, font-weight 0.2s ease-in-out;
+ user-select: none;
${({ active }) => active && `color: ${Colors.WHITE};`};
diff --git a/components/Pagination/sub-components/__snapshots__/ActionButton.unit.test.jsx.snap b/components/Pagination/sub-components/__snapshots__/ActionButton.unit.test.jsx.snap
index 676f09552..0c851382a 100644
--- a/components/Pagination/sub-components/__snapshots__/ActionButton.unit.test.jsx.snap
+++ b/components/Pagination/sub-components/__snapshots__/ActionButton.unit.test.jsx.snap
@@ -1,68 +1,6 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[` Snapshot should match snapshot 1`] = `
-.c1 {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- -ms-flex-pack: center;
- justify-content: center;
- font-weight: bold;
- -webkit-letter-spacing: 0.2px;
- -moz-letter-spacing: 0.2px;
- -ms-letter-spacing: 0.2px;
- letter-spacing: 0.2px;
- font-size: 16px;
- padding: 0 16px;
- height: 40px;
- -webkit-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- cursor: pointer;
- background-color: transparent;
- border: 1.5px solid transparent;
- box-shadow: none;
- color: #1355d0;
- -webkit-text-decoration: underline;
- text-decoration: underline;
- border-radius: unset;
-}
-
-.c1 *:nth-child(2) {
- margin-left: 5px;
-}
-
-.c1 .c2 {
- font-size: 24px;
-}
-
-.c1:hover {
- box-shadow: none;
- background-color: undefined;
- border-color: undefined;
- color: #1355d0;
-}
-
-.c1:focus {
- box-shadow: none;
- background-color: transparent;
- border-color: transparent;
- color: #1355d0;
-}
-
-.c1:active {
- box-shadow: none;
- background-color: undefined;
- border-color: undefined;
- color: #1355d0;
-}
-
.c0 {
border: 1px solid transparent;
border-radius: 10px;
@@ -70,10 +8,16 @@ exports[` Snapshot should match snapshot 1`] = `
font-weight: normal;
margin: 0 4px;
outline: none;
- padding-left: 8px;
- padding-right: 8px;
+ padding: 8px;
-webkit-text-decoration: none;
text-decoration: none;
+ -webkit-transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ transition: color 0.2s ease-in-out,background-color 0.2s ease-in-out,border 0.2s ease-in-out;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
+ white-space: nowrap;
}
.c0:hover,
@@ -83,16 +27,11 @@ exports[` Snapshot should match snapshot 1`] = `
color: #1355d0;
}
-
-
-
- Back
-
-
+ Back
+
`;
diff --git a/components/Pagination/sub-components/__snapshots__/Dots.unit.test.jsx.snap b/components/Pagination/sub-components/__snapshots__/Dots.unit.test.jsx.snap
index f43624a8e..52d468f47 100644
--- a/components/Pagination/sub-components/__snapshots__/Dots.unit.test.jsx.snap
+++ b/components/Pagination/sub-components/__snapshots__/Dots.unit.test.jsx.snap
@@ -4,7 +4,7 @@ exports[` Snapshot should match snapshot 1`] = `
.c0 {
display: inline-block;
margin: 0 4px;
- width: 22px;
+ min-width: 22px;
}
.c1 {
diff --git a/components/Pagination/sub-components/__snapshots__/Page.unit.test.jsx.snap b/components/Pagination/sub-components/__snapshots__/Page.unit.test.jsx.snap
index ef1bef3a5..55d6a62b9 100644
--- a/components/Pagination/sub-components/__snapshots__/Page.unit.test.jsx.snap
+++ b/components/Pagination/sub-components/__snapshots__/Page.unit.test.jsx.snap
@@ -10,6 +10,7 @@ exports[` Snapshot should match snapshot 1`] = `
border: 1px solid #cccccc;
border-radius: 10px;
box-sizing: border-box;
+ color: #4c4c4c;
cursor: pointer;
display: -webkit-box;
display: -webkit-flex;
@@ -26,6 +27,8 @@ exports[` Snapshot should match snapshot 1`] = `
min-width: 40px;
outline: none;
padding: 5px 8px;
+ -webkit-text-decoration: none;
+ text-decoration: none;
-webkit-transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out,font-weight 0.2s ease-in-out;
}
@@ -37,10 +40,10 @@ exports[` Snapshot should match snapshot 1`] = `
color: #1355d0;
}
-
50
-
+
`;
diff --git a/stories/Pagination/Pagination.story.jsx b/stories/Pagination/Pagination.story.jsx
index 5b236b4d9..4bfd744ce 100644
--- a/stories/Pagination/Pagination.story.jsx
+++ b/stories/Pagination/Pagination.story.jsx
@@ -13,6 +13,7 @@ import {
import { Pagination, Row, Col } from '../../components';
import ControlledPagination from './examples/ControlledPagination';
+import ControlledPaginationAria from './examples/ControlledPaginationAria';
storiesOf('Pagination', module).add('Pagination', () => (
<>
@@ -28,7 +29,14 @@ storiesOf('Pagination', module).add('Pagination', () => (
Examples
- With 6 pages
+
+ If you want to control the state of pagination, set the onPageClick
+ prop, if you want the {''}
element controls the
+ pagination, set the pageHref prop.
+
+ Check the examples below:
+
+ Simple usage
{` `}
@@ -38,58 +46,104 @@ storiesOf('Pagination', module).add('Pagination', () => (
- With 10 pages
+ With several pages and active page
- {` `}
+ {` `}
-
+
- With active page equals 5
+ Custom previous and next button texts
+
+ It's possible to change the text from "Previous" and
+ "Next" buttons through prevButtonText
and{' '}
+ nextButtonText
props.
+
- {` `}
+ {` `}
-
+
- With active page equals 10
+
+ Setting the href attribute of the page link elements
+
+
+ The page elements are rendered as anchor elements (
+ {``}
).
+
+
+ You can set the href attribute through pageHref
prop,
+ this prop must be a function, it receives the page elements value
+ and should return a string.
+
+
+
+ Example of usage: (hover the elements to see href value, if you
+ click, the pagination will send you to another page)
+
+
- {` `}
+
+ {
+ ' `/?page=${page}`} />'
+ }
+
-
+ `/?page=${page}`} />
- With custom previous and next texts
+ onClickPage prop
+
+ Thorugh onClickPage
prop is possible to get the page
+ clicked.
+
+
+ This prop must be a function and it{' '}
+ receives the page clicked number .
+
+
+ If you set onClickPage
prop the pageHref
{' '}
+ prop will be ignored.
+
+
+ Here's an example of a controlled pagination that use this prop to
+ handle the state.
+
- {` `}
-
-
-
+ {ControlledPagination.code}
+ { }
Aria attributes
+
+ We provide a way to set aria attributes to the rendered pages
+ elements, such as: ariaLabel
,{' '}
+ activePageAriaLabel
and pageAriaLabel
.
+
+ You can check the description of each prop:
- Component prop
+ Component prop
Description
@@ -105,7 +159,7 @@ storiesOf('Pagination', module).add('Pagination', () => (
activePageAriaLabel
Set the value of aria-label
attribute of the
- active page button, the default value is "Current
+ active page element, the default value is "Current
Page". This will be displayed with the pageAriaLabel
prop. Ex: Current Page, Page 1.
@@ -114,7 +168,7 @@ storiesOf('Pagination', module).add('Pagination', () => (
pageAriaLabel
Set the value of aria-label
attribute of the
- availables page buttons, this value will be concatenated
+ availables page elements, this value will be concatenated
with the page number. The default value is
"Page". Example: Page 4.
@@ -123,15 +177,13 @@ storiesOf('Pagination', module).add('Pagination', () => (
-
- Controlled pagination with aria attributes and custom texts
-
+ A working example implementing those props:
- {ControlledPagination.code}
+ {ControlledPaginationAria.code}
-
+
diff --git a/stories/Pagination/examples/ControlledPagination.jsx b/stories/Pagination/examples/ControlledPagination.jsx
index 120becb6e..665b5e4a0 100644
--- a/stories/Pagination/examples/ControlledPagination.jsx
+++ b/stories/Pagination/examples/ControlledPagination.jsx
@@ -7,7 +7,7 @@ class ControlledPagination extends Component {
this.state = {
activePage: 1,
- totalPages: 20,
+ totalPages: 10,
};
}
@@ -19,14 +19,9 @@ class ControlledPagination extends Component {
const { activePage, totalPages } = this.state;
return (
);
}
@@ -41,7 +36,7 @@ class ControlledPagination extends Component {
this.state = {
activePage: 1,
- totalPages: 20,
+ totalPages: 10,
};
}
@@ -53,14 +48,9 @@ class ControlledPagination extends Component {
const { activePage, totalPages } = this.state;
return (
);
}
diff --git a/stories/Pagination/examples/ControlledPaginationAria.jsx b/stories/Pagination/examples/ControlledPaginationAria.jsx
new file mode 100644
index 000000000..37e562279
--- /dev/null
+++ b/stories/Pagination/examples/ControlledPaginationAria.jsx
@@ -0,0 +1,70 @@
+import React, { Component } from 'react';
+import { Pagination } from '../../../components';
+
+class ControlledPaginationAria extends Component {
+ constructor(props) {
+ super(props);
+
+ this.state = {
+ activePage: 1,
+ totalPages: 20,
+ };
+ }
+
+ handleClick = nextPage => {
+ this.setState({ activePage: nextPage });
+ };
+
+ render() {
+ const { activePage, totalPages } = this.state;
+ return (
+
+ );
+ }
+}
+
+ControlledPaginationAria.code = `import React, { Component } from 'react';
+import { Pagination } from '@catho/quantum';
+
+class ControlledPaginationAria extends Component {
+ constructor(props) {
+ super(props);
+
+ this.state = {
+ activePage: 1,
+ totalPages: 20,
+ };
+ }
+
+ handleClick = nextPage => {
+ this.setState({ activePage: nextPage });
+ };
+
+ render() {
+ const { activePage, totalPages } = this.state;
+ return (
+
+ );
+ }
+}
+`;
+
+export default ControlledPaginationAria;