@capillarytech/creatives-library 8.0.228 → 8.0.230

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.
@@ -201,7 +201,7 @@ export class TemplatesV2 extends React.Component { // eslint-disable-line react/
201
201
  return (<div>
202
202
  {filterContent}
203
203
  <CapSpin spinning={isLoading} tip={loadingTip}>
204
- <div className="pagination-container">
204
+ <div className="v2-pagination-container">
205
205
  <CapCustomCardList key={`${currentChannel}-card-list`} cardList={cardDataList} type={currentChannel} />
206
206
  </div>
207
207
  </CapSpin>