@diteme/emojis 0.1.0
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/README.md +143 -0
- package/dist/ai_tutor-WNHWQYDP.png +0 -0
- package/dist/coins-O4IPZ7NP.png +0 -0
- package/dist/components/Avatar.d.ts +4 -0
- package/dist/components/Avatar.d.ts.map +1 -0
- package/dist/components/Avatar.native.d.ts +4 -0
- package/dist/components/Avatar.native.d.ts.map +1 -0
- package/dist/components/Emoji.d.ts +4 -0
- package/dist/components/Emoji.d.ts.map +1 -0
- package/dist/components/Emoji.native.d.ts +4 -0
- package/dist/components/Emoji.native.d.ts.map +1 -0
- package/dist/components/NativePrimitiveImage.d.ts +8 -0
- package/dist/components/NativePrimitiveImage.d.ts.map +1 -0
- package/dist/components/PrimitiveImage.d.ts +8 -0
- package/dist/components/PrimitiveImage.d.ts.map +1 -0
- package/dist/components/createEmojiComponent.d.ts +6 -0
- package/dist/components/createEmojiComponent.d.ts.map +1 -0
- package/dist/components/createNativeEmojiComponent.d.ts +4 -0
- package/dist/components/createNativeEmojiComponent.d.ts.map +1 -0
- package/dist/congratulations-ASF4U4ZT.png +0 -0
- package/dist/conversation-RQCTXP2V.png +0 -0
- package/dist/daily-challenge-ETWYJP6A.png +0 -0
- package/dist/disappointed-ZTUVBCHH.png +0 -0
- package/dist/downloads-MHRIFXAD.png +0 -0
- package/dist/experience-DZI47QB2.png +0 -0
- package/dist/favorites-D252WOG6.png +0 -0
- package/dist/fill-in-the-blanks-M77OTWD5.png +0 -0
- package/dist/flashcards-KDHV7RYV.png +0 -0
- package/dist/generated.d.ts +100 -0
- package/dist/generated.d.ts.map +1 -0
- package/dist/generated.native.d.ts +34 -0
- package/dist/generated.native.d.ts.map +1 -0
- package/dist/happy-YJGFQKB6.png +0 -0
- package/dist/high_five-HQXYZPSY.png +0 -0
- package/dist/index.cjs +478 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +7 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +400 -0
- package/dist/index.js.map +1 -0
- package/dist/index.native.cjs +460 -0
- package/dist/index.native.cjs.map +1 -0
- package/dist/index.native.d.ts +7 -0
- package/dist/index.native.d.ts.map +1 -0
- package/dist/index.native.js +382 -0
- package/dist/index.native.js.map +1 -0
- package/dist/leaderboard-LSTOIIHH.png +0 -0
- package/dist/lessons-TDLQ53WK.png +0 -0
- package/dist/level_up-HAS7QDZ6.png +0 -0
- package/dist/listening-WLOQCLXP.png +0 -0
- package/dist/master-X6PI6XFY.png +0 -0
- package/dist/matching-MBZYB3CK.png +0 -0
- package/dist/offline_mode-VZCIU7GA.png +0 -0
- package/dist/pronounciation-RUNA2US6.png +0 -0
- package/dist/proud-E3JWJCQT.png +0 -0
- package/dist/proverbs-FPHAQNJO.png +0 -0
- package/dist/quiz-EVDBV2KO.png +0 -0
- package/dist/reading-ILT7U2L4.png +0 -0
- package/dist/reading-MQFP6R2R.png +0 -0
- package/dist/registry/avatarRegistry.d.ts +26 -0
- package/dist/registry/avatarRegistry.d.ts.map +1 -0
- package/dist/registry/emojiRegistry.d.ts +38 -0
- package/dist/registry/emojiRegistry.d.ts.map +1 -0
- package/dist/reward-PPH4P2MK.png +0 -0
- package/dist/rewards-MSB2SMRJ.png +0 -0
- package/dist/sad-6QTYKR6L.png +0 -0
- package/dist/speaking-QZUAZHPF.png +0 -0
- package/dist/streak-IID4BHCE.png +0 -0
- package/dist/surprised-75YTN54Y.png +0 -0
- package/dist/team_victory-QIHTVW2O.png +0 -0
- package/dist/thinking-SMJV3B45.png +0 -0
- package/dist/translate-XPSXXHX5.png +0 -0
- package/dist/trophy-C5CZ5KAE.png +0 -0
- package/dist/types.d.ts +30 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/utils/nativeStyles.d.ts +3 -0
- package/dist/utils/nativeStyles.d.ts.map +1 -0
- package/dist/utils/styles.d.ts +5 -0
- package/dist/utils/styles.d.ts.map +1 -0
- package/dist/waving-GIM4YVJK.png +0 -0
- package/dist/winner-MZFH4NCH.png +0 -0
- package/dist/writing-BLTJ4UKC.png +0 -0
- package/dist/xp_earned-SEZGMCR3.png +0 -0
- package/package.json +81 -0
- package/src/__tests__/emojis.test.tsx +43 -0
- package/src/assets/avatars/zebra/congratulations.png +0 -0
- package/src/assets/avatars/zebra/disappointed.png +0 -0
- package/src/assets/avatars/zebra/happy.png +0 -0
- package/src/assets/avatars/zebra/proud.png +0 -0
- package/src/assets/avatars/zebra/reading.png +0 -0
- package/src/assets/avatars/zebra/sad.png +0 -0
- package/src/assets/avatars/zebra/surprised.png +0 -0
- package/src/assets/avatars/zebra/thinking.png +0 -0
- package/src/assets/emojis/ai_tutor.png +0 -0
- package/src/assets/emojis/coins.png +0 -0
- package/src/assets/emojis/conversation.png +0 -0
- package/src/assets/emojis/daily-challenge.png +0 -0
- package/src/assets/emojis/downloads.png +0 -0
- package/src/assets/emojis/experience.png +0 -0
- package/src/assets/emojis/favorites.png +0 -0
- package/src/assets/emojis/fill-in-the-blanks.png +0 -0
- package/src/assets/emojis/flashcards.png +0 -0
- package/src/assets/emojis/high_five.png +0 -0
- package/src/assets/emojis/leaderboard.png +0 -0
- package/src/assets/emojis/lessons.png +0 -0
- package/src/assets/emojis/level_up.png +0 -0
- package/src/assets/emojis/listening.png +0 -0
- package/src/assets/emojis/master.png +0 -0
- package/src/assets/emojis/matching.png +0 -0
- package/src/assets/emojis/offline_mode.png +0 -0
- package/src/assets/emojis/pronounciation.png +0 -0
- package/src/assets/emojis/proverbs.png +0 -0
- package/src/assets/emojis/quiz.png +0 -0
- package/src/assets/emojis/reading.png +0 -0
- package/src/assets/emojis/reward.png +0 -0
- package/src/assets/emojis/rewards.png +0 -0
- package/src/assets/emojis/speaking.png +0 -0
- package/src/assets/emojis/streak/streak.png +0 -0
- package/src/assets/emojis/streak.png +0 -0
- package/src/assets/emojis/team_victory.png +0 -0
- package/src/assets/emojis/translate.png +0 -0
- package/src/assets/emojis/trophy.png +0 -0
- package/src/assets/emojis/waving.png +0 -0
- package/src/assets/emojis/winner.png +0 -0
- package/src/assets/emojis/writing.png +0 -0
- package/src/assets/emojis/xp_earned.png +0 -0
- package/src/components/Avatar.native.tsx +22 -0
- package/src/components/Avatar.tsx +22 -0
- package/src/components/Emoji.native.tsx +21 -0
- package/src/components/Emoji.tsx +21 -0
- package/src/components/NativePrimitiveImage.tsx +28 -0
- package/src/components/PrimitiveImage.tsx +42 -0
- package/src/components/createEmojiComponent.tsx +26 -0
- package/src/components/createNativeEmojiComponent.tsx +29 -0
- package/src/generated.native.ts +80 -0
- package/src/generated.ts +80 -0
- package/src/index.native.ts +22 -0
- package/src/index.ts +22 -0
- package/src/png.d.ts +4 -0
- package/src/react-native.d.ts +18 -0
- package/src/registry/avatarRegistry.ts +41 -0
- package/src/registry/emojiRegistry.ts +76 -0
- package/src/types.ts +81 -0
- package/src/utils/nativeStyles.ts +18 -0
- package/src/utils/styles.ts +23 -0
package/README.md
ADDED
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
# @diteme/emojis
|
|
2
|
+
|
|
3
|
+
Production-ready React and React Native compatible emoji and mascot components for Diteme, TlolegoAI, and future products.
|
|
4
|
+
|
|
5
|
+
The package ships the original PNG assets as-is. It does not redesign or mutate artwork.
|
|
6
|
+
|
|
7
|
+
## Installation
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
npm install @diteme/emojis
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
pnpm add @diteme/emojis
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## Usage
|
|
18
|
+
|
|
19
|
+
```tsx
|
|
20
|
+
import { Avatar, Emoji, Fire, Trophy } from "@diteme/emojis";
|
|
21
|
+
|
|
22
|
+
export function Example() {
|
|
23
|
+
return (
|
|
24
|
+
<>
|
|
25
|
+
<Emoji name="trophy" size={64} />
|
|
26
|
+
<Avatar character="zebra" mood="happy" size={220} />
|
|
27
|
+
<Fire size={64} />
|
|
28
|
+
<Trophy size={64} loading="eager" />
|
|
29
|
+
</>
|
|
30
|
+
);
|
|
31
|
+
}
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
`Fire` is exported for API stability, but `fire.png` is not present in the current asset set. Until that asset is added, it renders the same graceful fallback as `<Emoji name="fire" />`.
|
|
35
|
+
|
|
36
|
+
## React Native and Expo
|
|
37
|
+
|
|
38
|
+
Use the same public API:
|
|
39
|
+
|
|
40
|
+
```tsx
|
|
41
|
+
import { Avatar, Emoji, Trophy } from "@diteme/emojis";
|
|
42
|
+
|
|
43
|
+
export function NativeExample() {
|
|
44
|
+
return (
|
|
45
|
+
<>
|
|
46
|
+
<Emoji name="translate" size={64} />
|
|
47
|
+
<Avatar character="zebra" mood="reading" size={220} />
|
|
48
|
+
<Trophy size={64} />
|
|
49
|
+
</>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
The package exposes a `react-native` condition so Metro and Expo can use the native implementation.
|
|
55
|
+
|
|
56
|
+
## API
|
|
57
|
+
|
|
58
|
+
### Emoji
|
|
59
|
+
|
|
60
|
+
```tsx
|
|
61
|
+
<Emoji name="translate" size={64} />
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
```ts
|
|
65
|
+
interface EmojiProps {
|
|
66
|
+
name: string;
|
|
67
|
+
size?: number;
|
|
68
|
+
className?: string;
|
|
69
|
+
style?: React.CSSProperties;
|
|
70
|
+
alt?: string;
|
|
71
|
+
loading?: "lazy" | "eager";
|
|
72
|
+
borderRadius?: number | string;
|
|
73
|
+
objectFit?: "contain" | "cover" | "fill" | "none" | "scale-down";
|
|
74
|
+
animated?: boolean;
|
|
75
|
+
}
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
### Avatar
|
|
79
|
+
|
|
80
|
+
```tsx
|
|
81
|
+
<Avatar character="zebra" mood="reading" size={220} />
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
```ts
|
|
85
|
+
interface AvatarProps {
|
|
86
|
+
character: string;
|
|
87
|
+
mood: string;
|
|
88
|
+
size?: number;
|
|
89
|
+
className?: string;
|
|
90
|
+
style?: React.CSSProperties;
|
|
91
|
+
alt?: string;
|
|
92
|
+
loading?: "lazy" | "eager";
|
|
93
|
+
borderRadius?: number | string;
|
|
94
|
+
objectFit?: "contain" | "cover" | "fill" | "none" | "scale-down";
|
|
95
|
+
animated?: boolean;
|
|
96
|
+
}
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
## Direct Components
|
|
100
|
+
|
|
101
|
+
Direct components are memoized and import only their asset:
|
|
102
|
+
|
|
103
|
+
```tsx
|
|
104
|
+
import { Trophy, Translate } from "@diteme/emojis";
|
|
105
|
+
|
|
106
|
+
<Trophy size={64} />;
|
|
107
|
+
<Translate size={64} />;
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
Available direct exports include `AiTutor`, `Coins`, `Conversation`, `DailyChallenge`, `Downloads`, `Experience`, `Favorites`, `FillInTheBlanks`, `Flashcards`, `HighFive`, `Leaderboard`, `Lessons`, `LevelUp`, `Listening`, `Matching`, `Master`, `OfflineMode`, `Pronounciation`, `Proverbs`, `Quiz`, `Reading`, `Reward`, `Rewards`, `Speaking`, `Streak`, `TeamVictory`, `Translate`, `Trophy`, `Waving`, `Winner`, `XpEarned`, and `Writing`.
|
|
111
|
+
|
|
112
|
+
## Registries
|
|
113
|
+
|
|
114
|
+
```ts
|
|
115
|
+
import { avatarRegistry, emojiRegistry, getAvatarAsset, getEmojiAsset } from "@diteme/emojis";
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
The registry shape is intentionally asset-type aware:
|
|
119
|
+
|
|
120
|
+
```ts
|
|
121
|
+
{
|
|
122
|
+
source: unknown;
|
|
123
|
+
type: "png" | "svg" | "lottie" | "rive" | "glb";
|
|
124
|
+
animated?: boolean;
|
|
125
|
+
}
|
|
126
|
+
```
|
|
127
|
+
|
|
128
|
+
This keeps the public API stable for future Lottie, Rive, SVG, GLB, themes, and animated reactions.
|
|
129
|
+
|
|
130
|
+
## Build
|
|
131
|
+
|
|
132
|
+
```bash
|
|
133
|
+
pnpm install
|
|
134
|
+
pnpm --filter @diteme/emojis build
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
The build emits ESM, CommonJS, type declarations, source maps, and copied assets in `dist/`.
|
|
138
|
+
|
|
139
|
+
## Test
|
|
140
|
+
|
|
141
|
+
```bash
|
|
142
|
+
pnpm --filter @diteme/emojis test
|
|
143
|
+
```
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Avatar.d.ts","sourceRoot":"","sources":["../../../Users/MokopakgosiOgaufi/Documents/libraries/packages/emojis/src/components/Avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,eAAO,MAAM,MAAM,yCAgBjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Avatar.native.d.ts","sourceRoot":"","sources":["../../../Users/MokopakgosiOgaufi/Documents/libraries/packages/emojis/src/components/Avatar.native.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAE5C,eAAO,MAAM,MAAM,yCAgBjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Emoji.d.ts","sourceRoot":"","sources":["../../../Users/MokopakgosiOgaufi/Documents/libraries/packages/emojis/src/components/Emoji.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAE3C,eAAO,MAAM,KAAK,wCAehB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Emoji.native.d.ts","sourceRoot":"","sources":["../../../Users/MokopakgosiOgaufi/Documents/libraries/packages/emojis/src/components/Emoji.native.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAE3C,eAAO,MAAM,KAAK,wCAehB,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { BaseImageProps } from "../types";
|
|
3
|
+
export interface NativePrimitiveImageProps extends BaseImageProps {
|
|
4
|
+
source?: unknown;
|
|
5
|
+
fallbackLabel: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const NativePrimitiveImage: React.NamedExoticComponent<NativePrimitiveImageProps>;
|
|
8
|
+
//# sourceMappingURL=NativePrimitiveImage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NativePrimitiveImage.d.ts","sourceRoot":"","sources":["../../../Users/MokopakgosiOgaufi/Documents/libraries/packages/emojis/src/components/NativePrimitiveImage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,MAAM,WAAW,yBAA0B,SAAQ,cAAc;IAC/D,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,eAAO,MAAM,oBAAoB,uDAiB/B,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { BaseImageProps } from "../types";
|
|
3
|
+
export interface PrimitiveImageProps extends BaseImageProps {
|
|
4
|
+
source?: unknown;
|
|
5
|
+
fallbackLabel: string;
|
|
6
|
+
}
|
|
7
|
+
export declare const PrimitiveImage: React.NamedExoticComponent<PrimitiveImageProps>;
|
|
8
|
+
//# sourceMappingURL=PrimitiveImage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PrimitiveImage.d.ts","sourceRoot":"","sources":["../../../Users/MokopakgosiOgaufi/Documents/libraries/packages/emojis/src/components/PrimitiveImage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE/C,MAAM,WAAW,mBAAoB,SAAQ,cAAc;IACzD,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,eAAO,MAAM,cAAc,iDAgCzB,CAAC"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { BaseImageProps, EmojiName } from "../types";
|
|
3
|
+
export declare function createEmojiComponent(name: EmojiName | (string & {}), source: unknown): React.NamedExoticComponent<Omit<BaseImageProps, "animated"> & {
|
|
4
|
+
animated?: boolean;
|
|
5
|
+
}>;
|
|
6
|
+
//# sourceMappingURL=createEmojiComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createEmojiComponent.d.ts","sourceRoot":"","sources":["../../../Users/MokopakgosiOgaufi/Documents/libraries/packages/emojis/src/components/createEmojiComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1D,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,SAAS,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,EAAE,MAAM,EAAE,OAAO;eAIhC,OAAO;GAiB3D"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import type { BaseImageProps, EmojiName } from "../types";
|
|
3
|
+
export declare function createNativeEmojiComponent(name: EmojiName | (string & {}), source: unknown): React.NamedExoticComponent<BaseImageProps>;
|
|
4
|
+
//# sourceMappingURL=createNativeEmojiComponent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"createNativeEmojiComponent.d.ts","sourceRoot":"","sources":["../../../Users/MokopakgosiOgaufi/Documents/libraries/packages/emojis/src/components/createNativeEmojiComponent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AAE1D,wBAAgB,0BAA0B,CACxC,IAAI,EAAE,SAAS,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,EAC/B,MAAM,EAAE,OAAO,8CAsBhB"}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
export declare const AiTutor: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
2
|
+
animated?: boolean;
|
|
3
|
+
}>;
|
|
4
|
+
export declare const Coins: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
5
|
+
animated?: boolean;
|
|
6
|
+
}>;
|
|
7
|
+
export declare const Conversation: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
8
|
+
animated?: boolean;
|
|
9
|
+
}>;
|
|
10
|
+
export declare const DailyChallenge: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
11
|
+
animated?: boolean;
|
|
12
|
+
}>;
|
|
13
|
+
export declare const Downloads: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
14
|
+
animated?: boolean;
|
|
15
|
+
}>;
|
|
16
|
+
export declare const Experience: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
17
|
+
animated?: boolean;
|
|
18
|
+
}>;
|
|
19
|
+
export declare const Favorites: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
20
|
+
animated?: boolean;
|
|
21
|
+
}>;
|
|
22
|
+
export declare const FillInTheBlanks: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
23
|
+
animated?: boolean;
|
|
24
|
+
}>;
|
|
25
|
+
export declare const Flashcards: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
26
|
+
animated?: boolean;
|
|
27
|
+
}>;
|
|
28
|
+
export declare const HighFive: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
29
|
+
animated?: boolean;
|
|
30
|
+
}>;
|
|
31
|
+
export declare const Leaderboard: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
32
|
+
animated?: boolean;
|
|
33
|
+
}>;
|
|
34
|
+
export declare const Lessons: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
35
|
+
animated?: boolean;
|
|
36
|
+
}>;
|
|
37
|
+
export declare const LevelUp: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
38
|
+
animated?: boolean;
|
|
39
|
+
}>;
|
|
40
|
+
export declare const Listening: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
41
|
+
animated?: boolean;
|
|
42
|
+
}>;
|
|
43
|
+
export declare const Matching: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
44
|
+
animated?: boolean;
|
|
45
|
+
}>;
|
|
46
|
+
export declare const Master: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
47
|
+
animated?: boolean;
|
|
48
|
+
}>;
|
|
49
|
+
export declare const OfflineMode: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
50
|
+
animated?: boolean;
|
|
51
|
+
}>;
|
|
52
|
+
export declare const Pronounciation: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
53
|
+
animated?: boolean;
|
|
54
|
+
}>;
|
|
55
|
+
export declare const Proverbs: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
56
|
+
animated?: boolean;
|
|
57
|
+
}>;
|
|
58
|
+
export declare const Quiz: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
59
|
+
animated?: boolean;
|
|
60
|
+
}>;
|
|
61
|
+
export declare const Reading: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
62
|
+
animated?: boolean;
|
|
63
|
+
}>;
|
|
64
|
+
export declare const Reward: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
65
|
+
animated?: boolean;
|
|
66
|
+
}>;
|
|
67
|
+
export declare const Rewards: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
68
|
+
animated?: boolean;
|
|
69
|
+
}>;
|
|
70
|
+
export declare const Speaking: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
71
|
+
animated?: boolean;
|
|
72
|
+
}>;
|
|
73
|
+
export declare const Streak: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
74
|
+
animated?: boolean;
|
|
75
|
+
}>;
|
|
76
|
+
export declare const TeamVictory: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
77
|
+
animated?: boolean;
|
|
78
|
+
}>;
|
|
79
|
+
export declare const Translate: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
80
|
+
animated?: boolean;
|
|
81
|
+
}>;
|
|
82
|
+
export declare const Trophy: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
83
|
+
animated?: boolean;
|
|
84
|
+
}>;
|
|
85
|
+
export declare const Waving: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
86
|
+
animated?: boolean;
|
|
87
|
+
}>;
|
|
88
|
+
export declare const Winner: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
89
|
+
animated?: boolean;
|
|
90
|
+
}>;
|
|
91
|
+
export declare const XpEarned: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
92
|
+
animated?: boolean;
|
|
93
|
+
}>;
|
|
94
|
+
export declare const Writing: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
95
|
+
animated?: boolean;
|
|
96
|
+
}>;
|
|
97
|
+
export declare const Fire: import("react").NamedExoticComponent<Omit<import("./types").BaseImageProps, "animated"> & {
|
|
98
|
+
animated?: boolean;
|
|
99
|
+
}>;
|
|
100
|
+
//# sourceMappingURL=generated.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generated.d.ts","sourceRoot":"","sources":["../../Users/MokopakgosiOgaufi/Documents/libraries/packages/emojis/src/generated.ts"],"names":[],"mappings":"AAkCA,eAAO,MAAM,OAAO;;EAA+C,CAAC;AACpE,eAAO,MAAM,KAAK;;EAA0C,CAAC;AAC7D,eAAO,MAAM,YAAY;;EAAwD,CAAC;AAClF,eAAO,MAAM,cAAc;;EAG1B,CAAC;AACF,eAAO,MAAM,SAAS;;EAAkD,CAAC;AACzE,eAAO,MAAM,UAAU;;EAAoD,CAAC;AAC5E,eAAO,MAAM,SAAS;;EAAkD,CAAC;AACzE,eAAO,MAAM,eAAe;;EAG3B,CAAC;AACF,eAAO,MAAM,UAAU;;EAAoD,CAAC;AAC5E,eAAO,MAAM,QAAQ;;EAAiD,CAAC;AACvE,eAAO,MAAM,WAAW;;EAAsD,CAAC;AAC/E,eAAO,MAAM,OAAO;;EAA8C,CAAC;AACnE,eAAO,MAAM,OAAO;;EAA+C,CAAC;AACpE,eAAO,MAAM,SAAS;;EAAkD,CAAC;AACzE,eAAO,MAAM,QAAQ;;EAAgD,CAAC;AACtE,eAAO,MAAM,MAAM;;EAA4C,CAAC;AAChE,eAAO,MAAM,WAAW;;EAGvB,CAAC;AACF,eAAO,MAAM,cAAc;;EAG1B,CAAC;AACF,eAAO,MAAM,QAAQ;;EAAgD,CAAC;AACtE,eAAO,MAAM,IAAI;;EAAwC,CAAC;AAC1D,eAAO,MAAM,OAAO;;EAA8C,CAAC;AACnE,eAAO,MAAM,MAAM;;EAA4C,CAAC;AAChE,eAAO,MAAM,OAAO;;EAA8C,CAAC;AACnE,eAAO,MAAM,QAAQ;;EAAgD,CAAC;AACtE,eAAO,MAAM,MAAM;;EAA4C,CAAC;AAChE,eAAO,MAAM,WAAW;;EAAuD,CAAC;AAChF,eAAO,MAAM,SAAS;;EAAkD,CAAC;AACzE,eAAO,MAAM,MAAM;;EAA4C,CAAC;AAChE,eAAO,MAAM,MAAM;;EAA4C,CAAC;AAChE,eAAO,MAAM,MAAM;;EAA4C,CAAC;AAChE,eAAO,MAAM,QAAQ;;EAAiD,CAAC;AACvE,eAAO,MAAM,OAAO;;EAA8C,CAAC;AAEnE,eAAO,MAAM,IAAI;;EAA0C,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export declare const AiTutor: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
2
|
+
export declare const Coins: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
3
|
+
export declare const Conversation: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
4
|
+
export declare const DailyChallenge: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
5
|
+
export declare const Downloads: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
6
|
+
export declare const Experience: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
7
|
+
export declare const Favorites: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
8
|
+
export declare const FillInTheBlanks: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
9
|
+
export declare const Flashcards: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
10
|
+
export declare const HighFive: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
11
|
+
export declare const Leaderboard: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
12
|
+
export declare const Lessons: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
13
|
+
export declare const LevelUp: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
14
|
+
export declare const Listening: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
15
|
+
export declare const Matching: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
16
|
+
export declare const Master: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
17
|
+
export declare const OfflineMode: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
18
|
+
export declare const Pronounciation: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
19
|
+
export declare const Proverbs: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
20
|
+
export declare const Quiz: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
21
|
+
export declare const Reading: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
22
|
+
export declare const Reward: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
23
|
+
export declare const Rewards: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
24
|
+
export declare const Speaking: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
25
|
+
export declare const Streak: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
26
|
+
export declare const TeamVictory: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
27
|
+
export declare const Translate: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
28
|
+
export declare const Trophy: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
29
|
+
export declare const Waving: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
30
|
+
export declare const Winner: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
31
|
+
export declare const XpEarned: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
32
|
+
export declare const Writing: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
33
|
+
export declare const Fire: import("react").NamedExoticComponent<import("./types").BaseImageProps>;
|
|
34
|
+
//# sourceMappingURL=generated.native.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generated.native.d.ts","sourceRoot":"","sources":["../../Users/MokopakgosiOgaufi/Documents/libraries/packages/emojis/src/generated.native.ts"],"names":[],"mappings":"AAkCA,eAAO,MAAM,OAAO,wEAAqD,CAAC;AAC1E,eAAO,MAAM,KAAK,wEAAgD,CAAC;AACnE,eAAO,MAAM,YAAY,wEAA8D,CAAC;AACxF,eAAO,MAAM,cAAc,wEAG1B,CAAC;AACF,eAAO,MAAM,SAAS,wEAAwD,CAAC;AAC/E,eAAO,MAAM,UAAU,wEAA0D,CAAC;AAClF,eAAO,MAAM,SAAS,wEAAwD,CAAC;AAC/E,eAAO,MAAM,eAAe,wEAG3B,CAAC;AACF,eAAO,MAAM,UAAU,wEAA0D,CAAC;AAClF,eAAO,MAAM,QAAQ,wEAAuD,CAAC;AAC7E,eAAO,MAAM,WAAW,wEAA4D,CAAC;AACrF,eAAO,MAAM,OAAO,wEAAoD,CAAC;AACzE,eAAO,MAAM,OAAO,wEAAqD,CAAC;AAC1E,eAAO,MAAM,SAAS,wEAAwD,CAAC;AAC/E,eAAO,MAAM,QAAQ,wEAAsD,CAAC;AAC5E,eAAO,MAAM,MAAM,wEAAkD,CAAC;AACtE,eAAO,MAAM,WAAW,wEAGvB,CAAC;AACF,eAAO,MAAM,cAAc,wEAG1B,CAAC;AACF,eAAO,MAAM,QAAQ,wEAAsD,CAAC;AAC5E,eAAO,MAAM,IAAI,wEAA8C,CAAC;AAChE,eAAO,MAAM,OAAO,wEAAoD,CAAC;AACzE,eAAO,MAAM,MAAM,wEAAkD,CAAC;AACtE,eAAO,MAAM,OAAO,wEAAoD,CAAC;AACzE,eAAO,MAAM,QAAQ,wEAAsD,CAAC;AAC5E,eAAO,MAAM,MAAM,wEAAkD,CAAC;AACtE,eAAO,MAAM,WAAW,wEAA6D,CAAC;AACtF,eAAO,MAAM,SAAS,wEAAwD,CAAC;AAC/E,eAAO,MAAM,MAAM,wEAAkD,CAAC;AACtE,eAAO,MAAM,MAAM,wEAAkD,CAAC;AACtE,eAAO,MAAM,MAAM,wEAAkD,CAAC;AACtE,eAAO,MAAM,QAAQ,wEAAuD,CAAC;AAC7E,eAAO,MAAM,OAAO,wEAAoD,CAAC;AAEzE,eAAO,MAAM,IAAI,wEAAgD,CAAC"}
|
|
Binary file
|
|
Binary file
|