nzk-react-components 3.0.4 → 3.0.6
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/dist/cjs/icons/AddFriend.js +1 -0
- package/dist/cjs/icons/AppDiaryEntries.js +1 -0
- package/dist/cjs/icons/AppExplanations.js +1 -0
- package/dist/cjs/icons/AppFlag.js +1 -0
- package/dist/cjs/icons/AppInstructions.js +1 -0
- package/dist/cjs/icons/AppLetterWriting.js +1 -0
- package/dist/cjs/icons/AppNews.js +1 -0
- package/dist/cjs/icons/AppPlayscript.js +1 -0
- package/dist/cjs/icons/AppPoetry.js +1 -0
- package/dist/cjs/icons/AppPursuasive.js +1 -0
- package/dist/cjs/icons/AppRecounts.js +1 -0
- package/dist/cjs/icons/AppReorder.js +1 -0
- package/dist/cjs/icons/AppTrash.js +1 -0
- package/dist/cjs/icons/AppWrite.js +1 -0
- package/dist/cjs/icons/Bell.js +1 -0
- package/dist/cjs/icons/DiaryEntries.js +1 -0
- package/dist/cjs/icons/Explanations.js +1 -0
- package/dist/cjs/icons/Instructions.js +1 -0
- package/dist/cjs/icons/Leave.js +1 -0
- package/dist/cjs/icons/LetterWriting.js +1 -0
- package/dist/cjs/icons/Live.js +1 -0
- package/dist/cjs/icons/Profile.js +1 -0
- package/dist/cjs/icons/Pursuasive.js +1 -0
- package/dist/cjs/icons/Recounts.js +1 -0
- package/dist/cjs/icons/Reorder.js +1 -0
- package/dist/cjs/icons/Replay.js +1 -0
- package/dist/cjs/icons/Time.js +1 -0
- package/dist/cjs/index.js +1 -1
- package/dist/esm/icons/AddFriend.js +1 -0
- package/dist/esm/icons/AppDiaryEntries.js +1 -0
- package/dist/esm/icons/AppExplanations.js +1 -0
- package/dist/esm/icons/AppFlag.js +1 -0
- package/dist/esm/icons/AppInstructions.js +1 -0
- package/dist/esm/icons/AppLetterWriting.js +1 -0
- package/dist/esm/icons/AppNews.js +1 -0
- package/dist/esm/icons/AppPlayscript.js +1 -0
- package/dist/esm/icons/AppPoetry.js +1 -0
- package/dist/esm/icons/AppPursuasive.js +1 -0
- package/dist/esm/icons/AppRecounts.js +1 -0
- package/dist/esm/icons/AppReorder.js +1 -0
- package/dist/esm/icons/AppTrash.js +1 -0
- package/dist/esm/icons/AppWrite.js +1 -0
- package/dist/esm/icons/Bell.js +1 -0
- package/dist/esm/icons/DiaryEntries.js +1 -0
- package/dist/esm/icons/Explanations.js +1 -0
- package/dist/esm/icons/Instructions.js +1 -0
- package/dist/esm/icons/Leave.js +1 -0
- package/dist/esm/icons/LetterWriting.js +1 -0
- package/dist/esm/icons/Live.js +1 -0
- package/dist/esm/icons/Profile.js +1 -0
- package/dist/esm/icons/Pursuasive.js +1 -0
- package/dist/esm/icons/Recounts.js +1 -0
- package/dist/esm/icons/Reorder.js +1 -0
- package/dist/esm/icons/Replay.js +1 -0
- package/dist/esm/icons/Time.js +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/icons/AddFriend.d.ts +4 -0
- package/dist/icons/AppDiaryEntries.d.ts +4 -0
- package/dist/icons/AppExplanations.d.ts +4 -0
- package/dist/icons/AppFlag.d.ts +4 -0
- package/dist/icons/AppInstructions.d.ts +4 -0
- package/dist/icons/AppLetterWriting.d.ts +4 -0
- package/dist/icons/AppNews.d.ts +4 -0
- package/dist/icons/AppPlayscript.d.ts +4 -0
- package/dist/icons/AppPoetry.d.ts +4 -0
- package/dist/icons/AppPursuasive.d.ts +4 -0
- package/dist/icons/AppRecounts.d.ts +4 -0
- package/dist/icons/AppReorder.d.ts +4 -0
- package/dist/icons/AppTrash.d.ts +4 -0
- package/dist/icons/AppWrite.d.ts +4 -0
- package/dist/icons/Bell.d.ts +4 -0
- package/dist/icons/DiaryEntries.d.ts +4 -0
- package/dist/icons/Explanations.d.ts +4 -0
- package/dist/icons/Instructions.d.ts +4 -0
- package/dist/icons/Leave.d.ts +4 -0
- package/dist/icons/LetterWriting.d.ts +4 -0
- package/dist/icons/Live.d.ts +4 -0
- package/dist/icons/Profile.d.ts +4 -0
- package/dist/icons/Pursuasive.d.ts +4 -0
- package/dist/icons/Recounts.d.ts +4 -0
- package/dist/icons/Reorder.d.ts +4 -0
- package/dist/icons/Replay.d.ts +4 -0
- package/dist/icons/Time.d.ts +4 -0
- package/dist/icons/index.d.ts +28 -1
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
|
@@ -4,17 +4,31 @@ export { default as AboutUs } from "./AboutUs";
|
|
|
4
4
|
export { default as Achievements } from "./Achievements";
|
|
5
5
|
export { default as Activities } from "./Activities";
|
|
6
6
|
export { default as AddChapter } from "./AddChapter";
|
|
7
|
+
export { default as AddFriend } from "./AddFriend";
|
|
7
8
|
export { default as AdvancedTutoring } from "./AdvancedTutoring";
|
|
8
9
|
export { default as Ant } from "./Ant";
|
|
9
10
|
export { default as AppClose } from "./AppClose";
|
|
10
11
|
export { default as AppCreate } from "./AppCreate";
|
|
12
|
+
export { default as AppDiaryEntries } from "./AppDiaryEntries";
|
|
11
13
|
export { default as AppDraft } from "./AppDraft";
|
|
14
|
+
export { default as AppExplanations } from "./AppExplanations";
|
|
15
|
+
export { default as AppFlag } from "./AppFlag";
|
|
12
16
|
export { default as AppGames } from "./AppGames";
|
|
17
|
+
export { default as AppInstructions } from "./AppInstructions";
|
|
13
18
|
export { default as AppItems } from "./AppItems";
|
|
19
|
+
export { default as AppLetterWriting } from "./AppLetterWriting";
|
|
14
20
|
export { default as AppMenu } from "./AppMenu";
|
|
21
|
+
export { default as AppNews } from "./AppNews";
|
|
22
|
+
export { default as AppPlayscript } from "./AppPlayscript";
|
|
23
|
+
export { default as AppPoetry } from "./AppPoetry";
|
|
24
|
+
export { default as AppPursuasive } from "./AppPursuasive";
|
|
25
|
+
export { default as AppRecounts } from "./AppRecounts";
|
|
26
|
+
export { default as AppReorder } from "./AppReorder";
|
|
15
27
|
export { default as AppReport } from "./AppReport";
|
|
16
28
|
export { default as AppSettings } from "./AppSettings";
|
|
17
29
|
export { default as AppTeamwork } from "./AppTeamwork";
|
|
30
|
+
export { default as AppTrash } from "./AppTrash";
|
|
31
|
+
export { default as AppWrite } from "./AppWrite";
|
|
18
32
|
export { default as AppWriting } from "./AppWriting";
|
|
19
33
|
export { default as Archive } from "./Archive";
|
|
20
34
|
export { default as ArrowDown } from "./ArrowDown";
|
|
@@ -28,11 +42,13 @@ export { default as Awards } from "./Awards";
|
|
|
28
42
|
export { default as Back } from "./Back";
|
|
29
43
|
export { default as Bear } from "./Bear";
|
|
30
44
|
export { default as Beaver } from "./Beaver";
|
|
45
|
+
export { default as Bell } from "./Bell";
|
|
31
46
|
export { default as Bertie } from "./Bertie";
|
|
32
47
|
export { default as Biography } from "./Biography";
|
|
33
48
|
export { default as Book } from "./Book";
|
|
34
49
|
export { default as CardSkills } from "./CardSkills";
|
|
35
50
|
export { default as Challenges } from "./Challenges";
|
|
51
|
+
export { default as Chapters } from "./Chapters";
|
|
36
52
|
export { default as Chart } from "./Chart";
|
|
37
53
|
export { default as Checkmark } from "./Checkmark";
|
|
38
54
|
export { default as Chest } from "./Chest";
|
|
@@ -48,6 +64,7 @@ export { default as Create } from "./Create";
|
|
|
48
64
|
export { default as Customise } from "./Customise";
|
|
49
65
|
export { default as Date } from "./Date";
|
|
50
66
|
export { default as Dens } from "./Dens";
|
|
67
|
+
export { default as DiaryEntries } from "./DiaryEntries";
|
|
51
68
|
export { default as Dice } from "./Dice";
|
|
52
69
|
export { default as Dictionary } from "./Dictionary";
|
|
53
70
|
export { default as Doug } from "./Doug";
|
|
@@ -81,6 +98,7 @@ export { default as Electro } from "./Electro";
|
|
|
81
98
|
export { default as Enclosure } from "./Enclosure";
|
|
82
99
|
export { default as ExclamationGrey } from "./ExclamationGrey";
|
|
83
100
|
export { default as Exclamation } from "./Exclamation";
|
|
101
|
+
export { default as Explanations } from "./Explanations";
|
|
84
102
|
export { default as Eye } from "./Eye";
|
|
85
103
|
export { default as Facebook } from "./Facebook";
|
|
86
104
|
export { default as Featured } from "./Featured";
|
|
@@ -104,12 +122,16 @@ export { default as Heroes } from "./Heroes";
|
|
|
104
122
|
export { default as IdeaCreator } from "./IdeaCreator";
|
|
105
123
|
export { default as Info } from "./Info";
|
|
106
124
|
export { default as Instagram } from "./Instagram";
|
|
125
|
+
export { default as Instructions } from "./Instructions";
|
|
107
126
|
export { default as Items } from "./Items";
|
|
108
127
|
export { default as Keyboard } from "./Keyboard";
|
|
109
128
|
export { default as Layers } from "./Layers";
|
|
129
|
+
export { default as Leave } from "./Leave";
|
|
110
130
|
export { default as Lessons } from "./Lessons";
|
|
131
|
+
export { default as LetterWriting } from "./LetterWriting";
|
|
111
132
|
export { default as Link } from "./Link";
|
|
112
133
|
export { default as List } from "./List";
|
|
134
|
+
export { default as Live } from "./Live";
|
|
113
135
|
export { default as Locations } from "./Locations";
|
|
114
136
|
export { default as Lock } from "./Lock";
|
|
115
137
|
export { default as Logout } from "./Logout";
|
|
@@ -149,15 +171,20 @@ export { default as Playscript } from "./Playscript";
|
|
|
149
171
|
export { default as Plus } from "./Plus";
|
|
150
172
|
export { default as Poetry } from "./Poetry";
|
|
151
173
|
export { default as Private } from "./Private";
|
|
174
|
+
export { default as Profile } from "./Profile";
|
|
152
175
|
export { default as Progress } from "./Progress";
|
|
153
176
|
export { default as Projects } from "./Projects";
|
|
154
177
|
export { default as Prompt } from "./Prompt";
|
|
155
178
|
export { default as PurpleMegaphone } from "./PurpleMegaphone";
|
|
179
|
+
export { default as Pursuasive } from "./Pursuasive";
|
|
156
180
|
export { default as Question } from "./Question";
|
|
157
181
|
export { default as QuestsCompass } from "./QuestsCompass";
|
|
158
182
|
export { default as Quests } from "./Quests";
|
|
159
183
|
export { default as ReadingLight } from "./ReadingLight";
|
|
184
|
+
export { default as Recounts } from "./Recounts";
|
|
160
185
|
export { default as Refresh } from "./Refresh";
|
|
186
|
+
export { default as Reorder } from "./Reorder";
|
|
187
|
+
export { default as Replay } from "./Replay";
|
|
161
188
|
export { default as Report } from "./Report";
|
|
162
189
|
export { default as Rewards } from "./Rewards";
|
|
163
190
|
export { default as Ryan } from "./Ryan";
|
|
@@ -198,6 +225,7 @@ export { default as TextToSpeech } from "./TextToSpeech";
|
|
|
198
225
|
export { default as ThumbsDown } from "./ThumbsDown";
|
|
199
226
|
export { default as ThumbsUp } from "./ThumbsUp";
|
|
200
227
|
export { default as Tick } from "./Tick";
|
|
228
|
+
export { default as Time } from "./Time";
|
|
201
229
|
export { default as Torch } from "./Torch";
|
|
202
230
|
export { default as Transfer } from "./Transfer";
|
|
203
231
|
export { default as TrashCopy } from "./TrashCopy";
|
|
@@ -240,4 +268,3 @@ export { default as Xp } from "./Xp";
|
|
|
240
268
|
export { default as Yes } from "./Yes";
|
|
241
269
|
export { default as ZooPoint } from "./ZooPoint";
|
|
242
270
|
export { default as Zook } from "./Zook";
|
|
243
|
-
export { default as Chapters } from "./Chapters";
|