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.
Files changed (101) hide show
  1. package/dist/cjs/icons/Achievements.js +171 -0
  2. package/dist/cjs/icons/Achievements.js.map +1 -0
  3. package/dist/cjs/icons/Audio.js +40 -0
  4. package/dist/cjs/icons/Audio.js.map +1 -0
  5. package/dist/cjs/icons/Chest.js +79 -0
  6. package/dist/cjs/icons/Chest.js.map +1 -0
  7. package/dist/cjs/icons/Featured.js +52 -0
  8. package/dist/cjs/icons/Featured.js.map +1 -0
  9. package/dist/cjs/icons/Features.js +53 -0
  10. package/dist/cjs/icons/Features.js.map +1 -0
  11. package/dist/cjs/icons/Followers.js +87 -0
  12. package/dist/cjs/icons/Followers.js.map +1 -0
  13. package/dist/cjs/icons/Pinterest.js +35 -0
  14. package/dist/cjs/icons/Pinterest.js.map +1 -0
  15. package/dist/cjs/icons/Report.js +39 -0
  16. package/dist/cjs/icons/Report.js.map +1 -0
  17. package/dist/cjs/icons/Shuffle.js +35 -0
  18. package/dist/cjs/icons/Shuffle.js.map +1 -0
  19. package/dist/cjs/icons/StarTutoring.js +44 -0
  20. package/dist/cjs/icons/StarTutoring.js.map +1 -0
  21. package/dist/cjs/icons/StopWatch.js +104 -0
  22. package/dist/cjs/icons/StopWatch.js.map +1 -0
  23. package/dist/cjs/icons/Target.js +42 -0
  24. package/dist/cjs/icons/Target.js.map +1 -0
  25. package/dist/cjs/icons/TeamFlorence.js +101 -0
  26. package/dist/cjs/icons/TeamFlorence.js.map +1 -0
  27. package/dist/cjs/icons/TeamGiraffe.js +244 -0
  28. package/dist/cjs/icons/TeamGiraffe.js.map +1 -0
  29. package/dist/cjs/icons/TeamGrudge.js +177 -0
  30. package/dist/cjs/icons/TeamGrudge.js.map +1 -0
  31. package/dist/cjs/icons/TeamSeaLion.js +184 -0
  32. package/dist/cjs/icons/TeamSeaLion.js.map +1 -0
  33. package/dist/cjs/icons/Wishlist.js +98 -0
  34. package/dist/cjs/icons/Wishlist.js.map +1 -0
  35. package/dist/cjs/icons/WritingTypeDiaryEntry.js +11 -17
  36. package/dist/cjs/icons/WritingTypeDiaryEntry.js.map +1 -1
  37. package/dist/cjs/icons/WritingTypeExplanation.js +47 -0
  38. package/dist/cjs/icons/WritingTypeExplanation.js.map +1 -0
  39. package/dist/cjs/index.js +36 -0
  40. package/dist/cjs/index.js.map +1 -1
  41. package/dist/components/Icon/Icon.stories.d.ts +0 -2
  42. package/dist/esm/icons/Achievements.js +147 -0
  43. package/dist/esm/icons/Achievements.js.map +1 -0
  44. package/dist/esm/icons/Audio.js +16 -0
  45. package/dist/esm/icons/Audio.js.map +1 -0
  46. package/dist/esm/icons/Chest.js +55 -0
  47. package/dist/esm/icons/Chest.js.map +1 -0
  48. package/dist/esm/icons/Featured.js +28 -0
  49. package/dist/esm/icons/Featured.js.map +1 -0
  50. package/dist/esm/icons/Features.js +29 -0
  51. package/dist/esm/icons/Features.js.map +1 -0
  52. package/dist/esm/icons/Followers.js +63 -0
  53. package/dist/esm/icons/Followers.js.map +1 -0
  54. package/dist/esm/icons/Pinterest.js +11 -0
  55. package/dist/esm/icons/Pinterest.js.map +1 -0
  56. package/dist/esm/icons/Report.js +15 -0
  57. package/dist/esm/icons/Report.js.map +1 -0
  58. package/dist/esm/icons/Shuffle.js +11 -0
  59. package/dist/esm/icons/Shuffle.js.map +1 -0
  60. package/dist/esm/icons/StarTutoring.js +20 -0
  61. package/dist/esm/icons/StarTutoring.js.map +1 -0
  62. package/dist/esm/icons/StopWatch.js +80 -0
  63. package/dist/esm/icons/StopWatch.js.map +1 -0
  64. package/dist/esm/icons/Target.js +18 -0
  65. package/dist/esm/icons/Target.js.map +1 -0
  66. package/dist/esm/icons/TeamFlorence.js +77 -0
  67. package/dist/esm/icons/TeamFlorence.js.map +1 -0
  68. package/dist/esm/icons/TeamGiraffe.js +220 -0
  69. package/dist/esm/icons/TeamGiraffe.js.map +1 -0
  70. package/dist/esm/icons/TeamGrudge.js +153 -0
  71. package/dist/esm/icons/TeamGrudge.js.map +1 -0
  72. package/dist/esm/icons/TeamSeaLion.js +160 -0
  73. package/dist/esm/icons/TeamSeaLion.js.map +1 -0
  74. package/dist/esm/icons/Wishlist.js +74 -0
  75. package/dist/esm/icons/Wishlist.js.map +1 -0
  76. package/dist/esm/icons/WritingTypeDiaryEntry.js +11 -17
  77. package/dist/esm/icons/WritingTypeDiaryEntry.js.map +1 -1
  78. package/dist/esm/icons/WritingTypeExplanation.js +23 -0
  79. package/dist/esm/icons/WritingTypeExplanation.js.map +1 -0
  80. package/dist/esm/index.js +18 -0
  81. package/dist/esm/index.js.map +1 -1
  82. package/dist/icons/Achievements.d.ts +3 -0
  83. package/dist/icons/Audio.d.ts +3 -0
  84. package/dist/icons/Chest.d.ts +3 -0
  85. package/dist/icons/Featured.d.ts +3 -0
  86. package/dist/icons/Features.d.ts +3 -0
  87. package/dist/icons/Followers.d.ts +3 -0
  88. package/dist/icons/Pinterest.d.ts +3 -0
  89. package/dist/icons/Report.d.ts +3 -0
  90. package/dist/icons/Shuffle.d.ts +3 -0
  91. package/dist/icons/StarTutoring.d.ts +3 -0
  92. package/dist/icons/StopWatch.d.ts +3 -0
  93. package/dist/icons/Target.d.ts +3 -0
  94. package/dist/icons/TeamFlorence.d.ts +3 -0
  95. package/dist/icons/TeamGiraffe.d.ts +3 -0
  96. package/dist/icons/TeamGrudge.d.ts +3 -0
  97. package/dist/icons/TeamSeaLion.d.ts +3 -0
  98. package/dist/icons/Wishlist.d.ts +3 -0
  99. package/dist/icons/WritingTypeExplanation.d.ts +3 -0
  100. package/dist/icons/index.d.ts +18 -0
  101. package/package.json +1 -1
@@ -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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nzk-react-components",
3
- "version": "1.0.0-1",
3
+ "version": "1.1.0",
4
4
  "license": "MIT",
5
5
  "main": "dist/cjs/index.js",
6
6
  "files": [