@nuskin/react-loyalty-elements 1.1.0-loyalty-mvp.4 → 1.1.0-loyalty-mvp.5
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 +1 -1
- package/src/CircularProgressBar/RewardProgressBar.tsx +1 -1
- package/src/CircularProgressBar/RewardSubscriptionMonthDescription.tsx +1 -1
- package/src/CircularProgressBar/SubscriptionRewardMobile.tsx +1 -1
- package/src/SubscriptionRewardBanner/SubscriptionRewardBanner.styled.tsx +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { CircularProgressbarWithChildren, buildStyles } from 'react-circular-progressbar';
|
|
3
|
-
import 'react-circular-progressbar/dist/styles.css';
|
|
3
|
+
//import 'react-circular-progressbar/dist/styles.css';
|
|
4
4
|
import RadialSeparators from './RadialSeprator';
|
|
5
5
|
import { FaExclamationTriangle } from 'react-icons/fa';
|
|
6
6
|
import SubscriptionVoucherIcon from '../Icons/SubscriptionVoucherIcon';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import rewardsLogoBlack from '
|
|
2
|
+
import rewardsLogoBlack from '../images/rewards-logo-black.png';
|
|
3
3
|
import { Learn3XLink, StyledCard } from './CircularProgressBar.styled';
|
|
4
4
|
import { RewardSubscriptionMonthDescriptionProps } from './type';
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ import SubscriptionVoucherIcon from '../Icons/SubscriptionVoucherIcon';
|
|
|
12
12
|
import { FaExclamationTriangle } from 'react-icons/fa';
|
|
13
13
|
import { NsTypography } from '@nuskin/foundation-ui-components';
|
|
14
14
|
import { CircularProgressbarWithChildren, buildStyles } from 'react-circular-progressbar';
|
|
15
|
-
import rewardsLogoBlack from '
|
|
15
|
+
import rewardsLogoBlack from '../images/rewards-logo-black.png';
|
|
16
16
|
import { RewardProgressTotalButtonWithIcon, RewardProgressTotalContainer } from './CircularProgressBar.styled';
|
|
17
17
|
import Info from '../Icons/Info';
|
|
18
18
|
|