@capillarytech/creatives-library 8.0.231-alpha.0 → 8.0.231

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "8.0.231-alpha.0",
4
+ "version": "8.0.231",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -8,7 +8,7 @@ import "./index.scss";
8
8
  export const CapPageSpinner = (props) => {
9
9
 
10
10
  return (
11
- <CapRow className="cap-custom-page-spinner" style={{ backgroundColor: 'white' }}>
11
+ <CapRow className="cap-custom-page-spinner">
12
12
  {props.spinning &&
13
13
  <CapRow className="cap-custom-page-spinner-content">
14
14
  <CapSpin spinning={props.spinning}>
@@ -14,7 +14,6 @@
14
14
  flex-direction: row;
15
15
  align-items: center;
16
16
  justify-content: center;
17
- padding: 0 1rem;
18
17
  gap: 0.5rem;
19
18
  position: fixed;
20
19
  bottom: 0;
@@ -659,7 +659,7 @@
659
659
  }
660
660
  }
661
661
  .v2-pagination-container-half{
662
- height: calc(100vh);
662
+ height: calc(100vh - 20rem);
663
663
  overflow-y: auto;
664
664
  overflow-x: hidden;
665
665
  }