nzk-react-components 1.0.0-1 → 1.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/dist/cjs/icons/Achievements.js +171 -0
- package/dist/cjs/icons/Achievements.js.map +1 -0
- package/dist/cjs/icons/Audio.js +40 -0
- package/dist/cjs/icons/Audio.js.map +1 -0
- package/dist/cjs/icons/Chest.js +79 -0
- package/dist/cjs/icons/Chest.js.map +1 -0
- package/dist/cjs/icons/Featured.js +52 -0
- package/dist/cjs/icons/Featured.js.map +1 -0
- package/dist/cjs/icons/Features.js +53 -0
- package/dist/cjs/icons/Features.js.map +1 -0
- package/dist/cjs/icons/Followers.js +87 -0
- package/dist/cjs/icons/Followers.js.map +1 -0
- package/dist/cjs/icons/Pinterest.js +35 -0
- package/dist/cjs/icons/Pinterest.js.map +1 -0
- package/dist/cjs/icons/Report.js +39 -0
- package/dist/cjs/icons/Report.js.map +1 -0
- package/dist/cjs/icons/Shuffle.js +35 -0
- package/dist/cjs/icons/Shuffle.js.map +1 -0
- package/dist/cjs/icons/StarTutoring.js +44 -0
- package/dist/cjs/icons/StarTutoring.js.map +1 -0
- package/dist/cjs/icons/StopWatch.js +104 -0
- package/dist/cjs/icons/StopWatch.js.map +1 -0
- package/dist/cjs/icons/Target.js +42 -0
- package/dist/cjs/icons/Target.js.map +1 -0
- package/dist/cjs/icons/TeamFlorence.js +101 -0
- package/dist/cjs/icons/TeamFlorence.js.map +1 -0
- package/dist/cjs/icons/TeamGiraffe.js +244 -0
- package/dist/cjs/icons/TeamGiraffe.js.map +1 -0
- package/dist/cjs/icons/TeamGrudge.js +177 -0
- package/dist/cjs/icons/TeamGrudge.js.map +1 -0
- package/dist/cjs/icons/TeamSeaLion.js +184 -0
- package/dist/cjs/icons/TeamSeaLion.js.map +1 -0
- package/dist/cjs/icons/Wishlist.js +98 -0
- package/dist/cjs/icons/Wishlist.js.map +1 -0
- package/dist/cjs/icons/WritingTypeDiaryEntry.js +11 -17
- package/dist/cjs/icons/WritingTypeDiaryEntry.js.map +1 -1
- package/dist/cjs/icons/WritingTypeExplanation.js +47 -0
- package/dist/cjs/icons/WritingTypeExplanation.js.map +1 -0
- package/dist/cjs/index.js +36 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/components/Icon/Icon.stories.d.ts +0 -2
- package/dist/esm/icons/Achievements.js +147 -0
- package/dist/esm/icons/Achievements.js.map +1 -0
- package/dist/esm/icons/Audio.js +16 -0
- package/dist/esm/icons/Audio.js.map +1 -0
- package/dist/esm/icons/Chest.js +55 -0
- package/dist/esm/icons/Chest.js.map +1 -0
- package/dist/esm/icons/Featured.js +28 -0
- package/dist/esm/icons/Featured.js.map +1 -0
- package/dist/esm/icons/Features.js +29 -0
- package/dist/esm/icons/Features.js.map +1 -0
- package/dist/esm/icons/Followers.js +63 -0
- package/dist/esm/icons/Followers.js.map +1 -0
- package/dist/esm/icons/Pinterest.js +11 -0
- package/dist/esm/icons/Pinterest.js.map +1 -0
- package/dist/esm/icons/Report.js +15 -0
- package/dist/esm/icons/Report.js.map +1 -0
- package/dist/esm/icons/Shuffle.js +11 -0
- package/dist/esm/icons/Shuffle.js.map +1 -0
- package/dist/esm/icons/StarTutoring.js +20 -0
- package/dist/esm/icons/StarTutoring.js.map +1 -0
- package/dist/esm/icons/StopWatch.js +80 -0
- package/dist/esm/icons/StopWatch.js.map +1 -0
- package/dist/esm/icons/Target.js +18 -0
- package/dist/esm/icons/Target.js.map +1 -0
- package/dist/esm/icons/TeamFlorence.js +77 -0
- package/dist/esm/icons/TeamFlorence.js.map +1 -0
- package/dist/esm/icons/TeamGiraffe.js +220 -0
- package/dist/esm/icons/TeamGiraffe.js.map +1 -0
- package/dist/esm/icons/TeamGrudge.js +153 -0
- package/dist/esm/icons/TeamGrudge.js.map +1 -0
- package/dist/esm/icons/TeamSeaLion.js +160 -0
- package/dist/esm/icons/TeamSeaLion.js.map +1 -0
- package/dist/esm/icons/Wishlist.js +74 -0
- package/dist/esm/icons/Wishlist.js.map +1 -0
- package/dist/esm/icons/WritingTypeDiaryEntry.js +11 -17
- package/dist/esm/icons/WritingTypeDiaryEntry.js.map +1 -1
- package/dist/esm/icons/WritingTypeExplanation.js +23 -0
- package/dist/esm/icons/WritingTypeExplanation.js.map +1 -0
- package/dist/esm/index.js +18 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/icons/Achievements.d.ts +3 -0
- package/dist/icons/Audio.d.ts +3 -0
- package/dist/icons/Chest.d.ts +3 -0
- package/dist/icons/Featured.d.ts +3 -0
- package/dist/icons/Features.d.ts +3 -0
- package/dist/icons/Followers.d.ts +3 -0
- package/dist/icons/Pinterest.d.ts +3 -0
- package/dist/icons/Report.d.ts +3 -0
- package/dist/icons/Shuffle.d.ts +3 -0
- package/dist/icons/StarTutoring.d.ts +3 -0
- package/dist/icons/StopWatch.d.ts +3 -0
- package/dist/icons/Target.d.ts +3 -0
- package/dist/icons/TeamFlorence.d.ts +3 -0
- package/dist/icons/TeamGiraffe.d.ts +3 -0
- package/dist/icons/TeamGrudge.d.ts +3 -0
- package/dist/icons/TeamSeaLion.d.ts +3 -0
- package/dist/icons/Wishlist.d.ts +3 -0
- package/dist/icons/WritingTypeExplanation.d.ts +3 -0
- package/dist/icons/index.d.ts +18 -0
- package/package.json +1 -1
package/dist/icons/index.d.ts
CHANGED
|
@@ -1,16 +1,19 @@
|
|
|
1
1
|
export { default as NzkPurple } from "./NzkPurple";
|
|
2
2
|
export { default as Nzk } from "./Nzk";
|
|
3
3
|
export { default as AboutUs } from "./AboutUs";
|
|
4
|
+
export { default as Achievements } from "./Achievements";
|
|
4
5
|
export { default as Activities } from "./Activities";
|
|
5
6
|
export { default as Archive } from "./Archive";
|
|
6
7
|
export { default as ArrowLeft } from "./ArrowLeft";
|
|
7
8
|
export { default as ArrowRight } from "./ArrowRight";
|
|
9
|
+
export { default as Audio } from "./Audio";
|
|
8
10
|
export { default as Awards } from "./Awards";
|
|
9
11
|
export { default as Bear } from "./Bear";
|
|
10
12
|
export { default as CardSkills } from "./CardSkills";
|
|
11
13
|
export { default as Challenges } from "./Challenges";
|
|
12
14
|
export { default as Chart } from "./Chart";
|
|
13
15
|
export { default as Checkmark } from "./Checkmark";
|
|
16
|
+
export { default as Chest } from "./Chest";
|
|
14
17
|
export { default as CloseCopy } from "./CloseCopy";
|
|
15
18
|
export { default as Close } from "./Close";
|
|
16
19
|
export { default as Collect } from "./Collect";
|
|
@@ -45,9 +48,12 @@ export { default as ExclamationGrey } from "./ExclamationGrey";
|
|
|
45
48
|
export { default as Exclamation } from "./Exclamation";
|
|
46
49
|
export { default as Eye } from "./Eye";
|
|
47
50
|
export { default as Facebook } from "./Facebook";
|
|
51
|
+
export { default as Featured } from "./Featured";
|
|
52
|
+
export { default as Features } from "./Features";
|
|
48
53
|
export { default as Filter } from "./Filter";
|
|
49
54
|
export { default as Flag } from "./Flag";
|
|
50
55
|
export { default as Flamingo } from "./Flamingo";
|
|
56
|
+
export { default as Followers } from "./Followers";
|
|
51
57
|
export { default as ForYou } from "./ForYou";
|
|
52
58
|
export { default as Games } from "./Games";
|
|
53
59
|
export { default as Gift } from "./Gift";
|
|
@@ -83,6 +89,7 @@ export { default as Pdf } from "./Pdf";
|
|
|
83
89
|
export { default as Pencil } from "./Pencil";
|
|
84
90
|
export { default as Pending } from "./Pending";
|
|
85
91
|
export { default as Penguin } from "./Penguin";
|
|
92
|
+
export { default as Pinterest } from "./Pinterest";
|
|
86
93
|
export { default as PlayVideo } from "./PlayVideo";
|
|
87
94
|
export { default as Play } from "./Play";
|
|
88
95
|
export { default as Plus } from "./Plus";
|
|
@@ -90,6 +97,7 @@ export { default as Private } from "./Private";
|
|
|
90
97
|
export { default as Progress } from "./Progress";
|
|
91
98
|
export { default as Projects } from "./Projects";
|
|
92
99
|
export { default as Refresh } from "./Refresh";
|
|
100
|
+
export { default as Report } from "./Report";
|
|
93
101
|
export { default as Rewards } from "./Rewards";
|
|
94
102
|
export { default as Sealion } from "./Sealion";
|
|
95
103
|
export { default as Search } from "./Search";
|
|
@@ -97,10 +105,18 @@ export { default as Send } from "./Send";
|
|
|
97
105
|
export { default as Settings } from "./Settings";
|
|
98
106
|
export { default as Sharing } from "./Sharing";
|
|
99
107
|
export { default as Shop } from "./Shop";
|
|
108
|
+
export { default as Shuffle } from "./Shuffle";
|
|
100
109
|
export { default as SoundOff } from "./SoundOff";
|
|
101
110
|
export { default as SoundOn } from "./SoundOn";
|
|
111
|
+
export { default as StarTutoring } from "./StarTutoring";
|
|
102
112
|
export { default as StarWriting } from "./StarWriting";
|
|
113
|
+
export { default as StopWatch } from "./StopWatch";
|
|
114
|
+
export { default as Target } from "./Target";
|
|
103
115
|
export { default as Task } from "./Task";
|
|
116
|
+
export { default as TeamFlorence } from "./TeamFlorence";
|
|
117
|
+
export { default as TeamGiraffe } from "./TeamGiraffe";
|
|
118
|
+
export { default as TeamGrudge } from "./TeamGrudge";
|
|
119
|
+
export { default as TeamSeaLion } from "./TeamSeaLion";
|
|
104
120
|
export { default as TextToSpeech } from "./TextToSpeech";
|
|
105
121
|
export { default as Tick } from "./Tick";
|
|
106
122
|
export { default as Torch } from "./Torch";
|
|
@@ -115,9 +131,11 @@ export { default as User } from "./User";
|
|
|
115
131
|
export { default as Users } from "./Users";
|
|
116
132
|
export { default as Video } from "./Video";
|
|
117
133
|
export { default as Whatsapp } from "./Whatsapp";
|
|
134
|
+
export { default as Wishlist } from "./Wishlist";
|
|
118
135
|
export { default as WritingTypeAdventureStory } from "./WritingTypeAdventureStory";
|
|
119
136
|
export { default as WritingTypeBiography } from "./WritingTypeBiography";
|
|
120
137
|
export { default as WritingTypeDiaryEntry } from "./WritingTypeDiaryEntry";
|
|
138
|
+
export { default as WritingTypeExplanation } from "./WritingTypeExplanation";
|
|
121
139
|
export { default as WritingTypeFreeWrite } from "./WritingTypeFreeWrite";
|
|
122
140
|
export { default as WritingTypeInstructions } from "./WritingTypeInstructions";
|
|
123
141
|
export { default as WritingTypeLetterWriting } from "./WritingTypeLetterWriting";
|