fis-component 0.0.43 → 0.0.44
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/cjs/index.js +4 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +4 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -73430,6 +73430,10 @@ const DivPaginationContainer = styled.div `
|
|
|
73430
73430
|
display: flex;
|
|
73431
73431
|
align-items: center;
|
|
73432
73432
|
justify-content: space-between;
|
|
73433
|
+
padding: ${getTheme("com/pagination/vertical-padding")}
|
|
73434
|
+
${getTheme("com/pagination/horizontal-padding")}
|
|
73435
|
+
${getTheme("com/pagination/vertical-padding")}
|
|
73436
|
+
${getTheme("com/pagination/horizontal-padding")};
|
|
73433
73437
|
`;
|
|
73434
73438
|
const DivPaginationContent = styled.div `
|
|
73435
73439
|
display: flex;
|