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 CHANGED
@@ -73450,6 +73450,10 @@ const DivPaginationContainer = styled.div `
73450
73450
  display: flex;
73451
73451
  align-items: center;
73452
73452
  justify-content: space-between;
73453
+ padding: ${getTheme("com/pagination/vertical-padding")}
73454
+ ${getTheme("com/pagination/horizontal-padding")}
73455
+ ${getTheme("com/pagination/vertical-padding")}
73456
+ ${getTheme("com/pagination/horizontal-padding")};
73453
73457
  `;
73454
73458
  const DivPaginationContent = styled.div `
73455
73459
  display: flex;