@hedia/recommendation-screen 2.2.0-alpha.7 → 2.2.0-alpha.9
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/dist/src/assets/assets/activity/Cyclist.png +0 -0
- package/dist/src/assets/assets/activity/Other.png +0 -0
- package/dist/src/assets/assets/activity/Runner.png +0 -0
- package/dist/src/assets/assets/activity/Swimmer.png +0 -0
- package/dist/src/assets/assets/activity/Walk.png +0 -0
- package/dist/src/assets/assets/fonts/Poppins-Bold.ttf +0 -0
- package/dist/src/assets/assets/fonts/Poppins-SemiBold.ttf +0 -0
- package/dist/src/assets/assets/icons/Edit.tsx +0 -22
- package/dist/src/assets/assets/icons/X.tsx +0 -14
- package/dist/src/assets/assets/mood/happy.png +0 -0
- package/dist/src/assets/assets/mood/happy_active.png +0 -0
- package/dist/src/assets/assets/mood/neutral.png +0 -0
- package/dist/src/assets/assets/mood/neutral_active.png +0 -0
- package/dist/src/assets/assets/mood/sad.png +0 -0
- package/dist/src/assets/assets/mood/sad_active.png +0 -0
- package/dist/src/assets/assets/mood/semi_happy.png +0 -0
- package/dist/src/assets/assets/mood/semi_happy_active.png +0 -0
- package/dist/src/assets/assets/mood/semi_sad.png +0 -0
- package/dist/src/assets/assets/mood/semi_sad_active.png +0 -0
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { Path, Svg, SvgProps } from "react-native-svg";
|
|
3
|
-
|
|
4
|
-
const EditIcon = (props: SvgProps) => (
|
|
5
|
-
<Svg width="17" height="17" viewBox="0 0 17 17" fill="none" {...props}>
|
|
6
|
-
<Path
|
|
7
|
-
fillRule="evenodd"
|
|
8
|
-
clip-rule="evenodd"
|
|
9
|
-
d="M5.66373 11.2399L5.97672 9.34945L10.659 4.66714L12.2365 6.2446L7.55418 10.9269L5.66373 11.2399Z"
|
|
10
|
-
fill="#fff"
|
|
11
|
-
/>
|
|
12
|
-
<Path
|
|
13
|
-
opacity="0.6"
|
|
14
|
-
fillRule="evenodd"
|
|
15
|
-
clip-rule="evenodd"
|
|
16
|
-
d="M8.521 16.125C12.8357 16.125 16.3335 12.6272 16.3335 8.3125C16.3335 3.99778 12.8357 0.5 8.521 0.5C4.20627 0.5 0.708496 3.99778 0.708496 8.3125C0.708496 12.6272 4.20627 16.125 8.521 16.125Z"
|
|
17
|
-
stroke="#fff"
|
|
18
|
-
strokeWidth="2"
|
|
19
|
-
/>
|
|
20
|
-
</Svg>
|
|
21
|
-
);
|
|
22
|
-
export default EditIcon;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import { Path, Svg, SvgProps } from "react-native-svg";
|
|
3
|
-
|
|
4
|
-
const XIcon = (props: SvgProps) => (
|
|
5
|
-
<Svg width="20" height="20" viewBox="0 0 20 20" fill="none" {...props}>
|
|
6
|
-
<Path
|
|
7
|
-
fill-rule="evenodd"
|
|
8
|
-
clip-rule="evenodd"
|
|
9
|
-
d="M4.29289 4.29289C4.68342 3.90237 5.31658 3.90237 5.70711 4.29289L10 8.58579L14.2929 4.29289C14.6834 3.90237 15.3166 3.90237 15.7071 4.29289C16.0976 4.68342 16.0976 5.31658 15.7071 5.70711L11.4142 10L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L10 11.4142L5.70711 15.7071C5.31658 16.0976 4.68342 16.0976 4.29289 15.7071C3.90237 15.3166 3.90237 14.6834 4.29289 14.2929L8.58579 10L4.29289 5.70711C3.90237 5.31658 3.90237 4.68342 4.29289 4.29289Z"
|
|
10
|
-
fill={"#8388C8"}
|
|
11
|
-
/>
|
|
12
|
-
</Svg>
|
|
13
|
-
);
|
|
14
|
-
export default XIcon;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|