nzk-react-components 2.0.0-6 → 3.0.0-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/components/Avatar/Avatar.js +1 -1
- package/dist/cjs/components/Avatar/Avatar.styles.js +1 -1
- package/dist/cjs/components/Button/utils.js +1 -1
- package/dist/cjs/components/DatePicker/DatePicker.js +1 -1
- package/dist/cjs/components/IconButton/IconButton.js +1 -1
- package/dist/cjs/components/Input/Input.js +1 -1
- package/dist/cjs/components/Modal/Modal.js +1 -1
- package/dist/cjs/components/Modal/Modal.styles.js +1 -1
- package/dist/cjs/components/Modal/ModalState.js +1 -1
- package/dist/cjs/components/SyncedText/SyncedText.js +1 -1
- package/dist/cjs/hooks/useCloudinary/index.js +1 -1
- package/dist/cjs/hooks/useConfettis/animations.js +1 -1
- package/dist/cjs/icons/AddChapter.js +1 -0
- package/dist/cjs/icons/AppClose.js +1 -0
- package/dist/cjs/icons/AppCreate.js +1 -0
- package/dist/cjs/icons/AppDraft.js +1 -0
- package/dist/cjs/icons/AppItems.js +1 -0
- package/dist/cjs/icons/AppMenu.js +1 -0
- package/dist/cjs/icons/AppReport.js +1 -0
- package/dist/cjs/icons/AppSettings.js +1 -0
- package/dist/cjs/icons/AppTeamwork.js +1 -0
- package/dist/cjs/icons/AppWriting.js +1 -0
- package/dist/cjs/icons/Biography.js +1 -0
- package/dist/cjs/icons/Book.js +1 -0
- package/dist/cjs/icons/Competitions.js +1 -0
- package/dist/cjs/icons/Date.js +1 -0
- package/dist/cjs/icons/Down.js +1 -0
- package/dist/cjs/icons/Drawings.js +1 -0
- package/dist/cjs/icons/Eat.js +1 -0
- package/dist/cjs/icons/Edit.js +1 -0
- package/dist/cjs/icons/Flip.js +1 -0
- package/dist/cjs/icons/FreeWrite.js +1 -0
- package/dist/cjs/icons/Gallery.js +1 -0
- package/dist/cjs/icons/Keyboard.js +1 -0
- package/dist/cjs/icons/Locations.js +1 -0
- package/dist/cjs/icons/News.js +1 -0
- package/dist/cjs/icons/NightZookeeperStars.js +1 -0
- package/dist/cjs/icons/Playscript.js +1 -0
- package/dist/cjs/icons/Poetry.js +1 -0
- package/dist/cjs/icons/Prompt.js +1 -0
- package/dist/cjs/icons/PurpleMegaphone.js +1 -0
- package/dist/cjs/icons/Question.js +1 -0
- package/dist/cjs/icons/Quests.js +1 -0
- package/dist/cjs/icons/ReadingLight.js +1 -0
- package/dist/cjs/icons/Save.js +1 -0
- package/dist/cjs/icons/Showcase.js +1 -0
- package/dist/cjs/icons/SlimTick.js +1 -0
- package/dist/cjs/icons/Sparks.js +1 -0
- package/dist/cjs/icons/StarWritingAward.js +1 -0
- package/dist/cjs/icons/Story.js +1 -0
- package/dist/cjs/icons/Streak.js +1 -0
- package/dist/cjs/icons/Teamwork.js +1 -0
- package/dist/cjs/icons/Up.js +1 -0
- package/dist/cjs/icons/Update.js +1 -0
- package/dist/cjs/icons/Words.js +1 -0
- package/dist/cjs/icons/Work.js +1 -0
- package/dist/cjs/icons/Xp.js +1 -0
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/lib/unstated-next.js +1 -0
- package/dist/components/Avatar/Avatar.d.ts +33 -33
- package/dist/components/Avatar/Avatar.styles.d.ts +12 -11
- package/dist/components/Avatar/index.d.ts +2 -2
- package/dist/components/Button/Button.d.ts +24 -24
- package/dist/components/Button/Button.styles.d.ts +5 -4
- package/dist/components/Button/constants.d.ts +14 -14
- package/dist/components/Button/index.d.ts +2 -2
- package/dist/components/Button/types.d.ts +21 -21
- package/dist/components/Button/utils.d.ts +22 -22
- package/dist/components/DatePicker/DatePicker.d.ts +24 -24
- package/dist/components/DatePicker/index.d.ts +2 -2
- package/dist/components/Icon/Icon.d.ts +13 -13
- package/dist/components/Icon/icons.d.ts +137 -137
- package/dist/components/Icon/index.d.ts +2 -2
- package/dist/components/IconButton/IconButton.d.ts +9 -9
- package/dist/components/IconButton/index.d.ts +2 -2
- package/dist/components/Input/Input.d.ts +8 -7
- package/dist/components/Input/index.d.ts +2 -2
- package/dist/components/Modal/Modal.d.ts +11 -11
- package/dist/components/Modal/Modal.styles.d.ts +8 -7
- package/dist/components/Modal/ModalState.d.ts +8 -8
- package/dist/components/Modal/index.d.ts +2 -2
- package/dist/components/SyncedText/SyncedText.d.ts +3 -3
- package/dist/components/SyncedText/hooks/useTimeout.d.ts +5 -5
- package/dist/components/SyncedText/index.d.ts +2 -2
- package/dist/components/SyncedText/types.d.ts +27 -27
- package/dist/esm/components/Avatar/Avatar.js +1 -1
- package/dist/esm/components/Avatar/Avatar.styles.js +1 -1
- package/dist/esm/components/Button/utils.js +1 -1
- package/dist/esm/components/DatePicker/DatePicker.js +1 -1
- package/dist/esm/components/IconButton/IconButton.js +1 -1
- package/dist/esm/components/Input/Input.js +1 -1
- package/dist/esm/components/Modal/Modal.js +1 -1
- package/dist/esm/components/Modal/Modal.styles.js +1 -1
- package/dist/esm/components/Modal/ModalState.js +1 -1
- package/dist/esm/components/SyncedText/SyncedText.js +1 -1
- package/dist/esm/hooks/useCloudinary/index.js +1 -1
- package/dist/esm/hooks/useConfettis/animations.js +1 -1
- package/dist/esm/icons/AddChapter.js +1 -0
- package/dist/esm/icons/AppClose.js +1 -0
- package/dist/esm/icons/AppCreate.js +1 -0
- package/dist/esm/icons/AppDraft.js +1 -0
- package/dist/esm/icons/AppItems.js +1 -0
- package/dist/esm/icons/AppMenu.js +1 -0
- package/dist/esm/icons/AppReport.js +1 -0
- package/dist/esm/icons/AppSettings.js +1 -0
- package/dist/esm/icons/AppTeamwork.js +1 -0
- package/dist/esm/icons/AppWriting.js +1 -0
- package/dist/esm/icons/Biography.js +1 -0
- package/dist/esm/icons/Book.js +1 -0
- package/dist/esm/icons/Competitions.js +1 -0
- package/dist/esm/icons/Date.js +1 -0
- package/dist/esm/icons/Down.js +1 -0
- package/dist/esm/icons/Drawings.js +1 -0
- package/dist/esm/icons/Eat.js +1 -0
- package/dist/esm/icons/Edit.js +1 -0
- package/dist/esm/icons/Flip.js +1 -0
- package/dist/esm/icons/FreeWrite.js +1 -0
- package/dist/esm/icons/Gallery.js +1 -0
- package/dist/esm/icons/Keyboard.js +1 -0
- package/dist/esm/icons/Locations.js +1 -0
- package/dist/esm/icons/News.js +1 -0
- package/dist/esm/icons/NightZookeeperStars.js +1 -0
- package/dist/esm/icons/Playscript.js +1 -0
- package/dist/esm/icons/Poetry.js +1 -0
- package/dist/esm/icons/Prompt.js +1 -0
- package/dist/esm/icons/PurpleMegaphone.js +1 -0
- package/dist/esm/icons/Question.js +1 -0
- package/dist/esm/icons/Quests.js +1 -0
- package/dist/esm/icons/ReadingLight.js +1 -0
- package/dist/esm/icons/Save.js +1 -0
- package/dist/esm/icons/Showcase.js +1 -0
- package/dist/esm/icons/SlimTick.js +1 -0
- package/dist/esm/icons/Sparks.js +1 -0
- package/dist/esm/icons/StarWritingAward.js +1 -0
- package/dist/esm/icons/Story.js +1 -0
- package/dist/esm/icons/Streak.js +1 -0
- package/dist/esm/icons/Teamwork.js +1 -0
- package/dist/esm/icons/Up.js +1 -0
- package/dist/esm/icons/Update.js +1 -0
- package/dist/esm/icons/Words.js +1 -0
- package/dist/esm/icons/Work.js +1 -0
- package/dist/esm/icons/Xp.js +1 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/lib/unstated-next.js +1 -0
- package/dist/hooks/useAsync.d.ts +14 -14
- package/dist/hooks/useCloudinary/index.d.ts +10 -10
- package/dist/hooks/useConfettis/animations.d.ts +22 -22
- package/dist/hooks/useConfettis/index.d.ts +7 -7
- package/dist/hooks/useDebounce.d.ts +2 -2
- package/dist/hooks/useElementSize.d.ts +7 -7
- package/dist/hooks/useEventListener.d.ts +3 -3
- package/dist/hooks/useInterval.d.ts +2 -2
- package/dist/hooks/useMountState.d.ts +2 -2
- package/dist/icons/AboutUs.d.ts +4 -3
- package/dist/icons/Achievements.d.ts +4 -3
- package/dist/icons/Activities.d.ts +4 -3
- package/dist/icons/AddChapter.d.ts +4 -0
- package/dist/icons/AdvancedTutoring.d.ts +4 -3
- package/dist/icons/Ant.d.ts +4 -3
- package/dist/icons/AppClose.d.ts +4 -0
- package/dist/icons/AppCreate.d.ts +4 -0
- package/dist/icons/AppDraft.d.ts +4 -0
- package/dist/icons/AppItems.d.ts +4 -0
- package/dist/icons/AppMenu.d.ts +4 -0
- package/dist/icons/AppReport.d.ts +4 -0
- package/dist/icons/AppSettings.d.ts +4 -0
- package/dist/icons/AppTeamwork.d.ts +4 -0
- package/dist/icons/AppWriting.d.ts +4 -0
- package/dist/icons/Archive.d.ts +4 -3
- package/dist/icons/ArrowDown.d.ts +4 -3
- package/dist/icons/ArrowLeft.d.ts +4 -3
- package/dist/icons/ArrowLeftAlt.d.ts +4 -3
- package/dist/icons/ArrowRight.d.ts +4 -3
- package/dist/icons/ArrowRightAlt.d.ts +4 -3
- package/dist/icons/ArrowUp.d.ts +4 -3
- package/dist/icons/Audio.d.ts +4 -3
- package/dist/icons/Awards.d.ts +4 -3
- package/dist/icons/Back.d.ts +4 -3
- package/dist/icons/Bear.d.ts +4 -3
- package/dist/icons/Beaver.d.ts +4 -3
- package/dist/icons/Bertie.d.ts +4 -3
- package/dist/icons/Biography.d.ts +4 -0
- package/dist/icons/Book.d.ts +4 -0
- package/dist/icons/CardSkills.d.ts +4 -3
- package/dist/icons/Challenges.d.ts +4 -3
- package/dist/icons/Chart.d.ts +4 -3
- package/dist/icons/Checkmark.d.ts +4 -3
- package/dist/icons/Chest.d.ts +4 -3
- package/dist/icons/Claw.d.ts +4 -3
- package/dist/icons/Close.d.ts +4 -3
- package/dist/icons/CloseCopy.d.ts +4 -3
- package/dist/icons/Collect.d.ts +4 -3
- package/dist/icons/Comment.d.ts +4 -3
- package/dist/icons/Compass.d.ts +4 -3
- package/dist/icons/Competitions.d.ts +4 -0
- package/dist/icons/Controller.d.ts +4 -3
- package/dist/icons/Create.d.ts +4 -3
- package/dist/icons/Customise.d.ts +4 -3
- package/dist/icons/Date.d.ts +4 -0
- package/dist/icons/Dice.d.ts +4 -3
- package/dist/icons/Dictionary.d.ts +4 -3
- package/dist/icons/Doug.d.ts +4 -3
- package/dist/icons/Down.d.ts +4 -0
- package/dist/icons/Download.d.ts +4 -3
- package/dist/icons/Draft.d.ts +4 -3
- package/dist/icons/DrawingTask.d.ts +4 -3
- package/dist/icons/DrawingToolArrowDown.d.ts +4 -3
- package/dist/icons/DrawingToolArrowLeft.d.ts +4 -3
- package/dist/icons/DrawingToolArrowRight.d.ts +4 -3
- package/dist/icons/DrawingToolArrowUp.d.ts +4 -3
- package/dist/icons/DrawingToolCamera.d.ts +4 -3
- package/dist/icons/DrawingToolColorMixer.d.ts +4 -3
- package/dist/icons/DrawingToolEraser.d.ts +4 -3
- package/dist/icons/DrawingToolFillBrush.d.ts +4 -3
- package/dist/icons/DrawingToolLargeLine.d.ts +4 -3
- package/dist/icons/DrawingToolLineBrush.d.ts +4 -3
- package/dist/icons/DrawingToolMediumLine.d.ts +4 -3
- package/dist/icons/DrawingToolOpacityFull.d.ts +4 -3
- package/dist/icons/DrawingToolOpacityHalf.d.ts +4 -3
- package/dist/icons/DrawingToolRedo.d.ts +4 -3
- package/dist/icons/DrawingToolSmallLine.d.ts +4 -3
- package/dist/icons/DrawingToolStickers.d.ts +4 -3
- package/dist/icons/DrawingToolUndo.d.ts +4 -3
- package/dist/icons/Drawings.d.ts +4 -0
- package/dist/icons/Eat.d.ts +4 -0
- package/dist/icons/Edit.d.ts +4 -0
- package/dist/icons/Eek.d.ts +4 -3
- package/dist/icons/Egg.d.ts +4 -3
- package/dist/icons/Electro.d.ts +4 -3
- package/dist/icons/Enclosure.d.ts +4 -3
- package/dist/icons/Exclamation.d.ts +4 -3
- package/dist/icons/ExclamationGrey.d.ts +4 -3
- package/dist/icons/Eye.d.ts +4 -3
- package/dist/icons/Facebook.d.ts +4 -3
- package/dist/icons/Featured.d.ts +4 -3
- package/dist/icons/Features.d.ts +4 -3
- package/dist/icons/Filter.d.ts +4 -3
- package/dist/icons/Flag.d.ts +4 -3
- package/dist/icons/Flamingo.d.ts +4 -3
- package/dist/icons/Flip.d.ts +4 -0
- package/dist/icons/Followers.d.ts +4 -3
- package/dist/icons/ForYou.d.ts +4 -3
- package/dist/icons/FreeWrite.d.ts +4 -0
- package/dist/icons/Gallery.d.ts +4 -0
- package/dist/icons/Games.d.ts +4 -3
- package/dist/icons/Gift.d.ts +4 -3
- package/dist/icons/Giraffe.d.ts +4 -3
- package/dist/icons/Goals.d.ts +4 -3
- package/dist/icons/Guglum.d.ts +4 -3
- package/dist/icons/Heart.d.ts +4 -3
- package/dist/icons/Help.d.ts +4 -3
- package/dist/icons/Heroes.d.ts +4 -3
- package/dist/icons/IdeaCreator.d.ts +4 -3
- package/dist/icons/Info.d.ts +4 -3
- package/dist/icons/Instagram.d.ts +4 -3
- package/dist/icons/Items.d.ts +4 -3
- package/dist/icons/Keyboard.d.ts +4 -0
- package/dist/icons/Layers.d.ts +4 -3
- package/dist/icons/Lessons.d.ts +4 -3
- package/dist/icons/Link.d.ts +4 -3
- package/dist/icons/List.d.ts +4 -3
- package/dist/icons/Locations.d.ts +4 -0
- package/dist/icons/Lock.d.ts +4 -3
- package/dist/icons/Logout.d.ts +4 -3
- package/dist/icons/Maji.d.ts +4 -3
- package/dist/icons/Megaphone.d.ts +4 -3
- package/dist/icons/Menu.d.ts +4 -3
- package/dist/icons/Message.d.ts +4 -3
- package/dist/icons/Minus.d.ts +4 -3
- package/dist/icons/More.d.ts +4 -3
- package/dist/icons/MrWhale.d.ts +4 -3
- package/dist/icons/Music.d.ts +4 -3
- package/dist/icons/MyHistory.d.ts +4 -3
- package/dist/icons/MyZoo.d.ts +4 -3
- package/dist/icons/New.d.ts +4 -3
- package/dist/icons/News.d.ts +4 -0
- package/dist/icons/Next.d.ts +4 -3
- package/dist/icons/NightZookeeperStars.d.ts +4 -0
- package/dist/icons/No.d.ts +4 -3
- package/dist/icons/Notifications.d.ts +4 -3
- package/dist/icons/Nozza.d.ts +4 -3
- package/dist/icons/Nzk.d.ts +4 -3
- package/dist/icons/NzkPurple.d.ts +4 -3
- package/dist/icons/NzktvBlue.d.ts +4 -3
- package/dist/icons/NzktvGreen.d.ts +4 -3
- package/dist/icons/Orb.d.ts +4 -3
- package/dist/icons/OrbDisabled.d.ts +4 -3
- package/dist/icons/Padlock.d.ts +4 -3
- package/dist/icons/PaintBucket.d.ts +4 -3
- package/dist/icons/Panda.d.ts +4 -3
- package/dist/icons/Pause.d.ts +4 -3
- package/dist/icons/Pdf.d.ts +4 -3
- package/dist/icons/Pencil.d.ts +4 -3
- package/dist/icons/Pending.d.ts +4 -3
- package/dist/icons/Penguin.d.ts +4 -3
- package/dist/icons/Pinterest.d.ts +4 -3
- package/dist/icons/Play.d.ts +4 -3
- package/dist/icons/PlayVideo.d.ts +4 -3
- package/dist/icons/Playscript.d.ts +4 -0
- package/dist/icons/Plus.d.ts +4 -3
- package/dist/icons/Poetry.d.ts +4 -0
- package/dist/icons/Private.d.ts +4 -3
- package/dist/icons/Progress.d.ts +4 -3
- package/dist/icons/Projects.d.ts +4 -3
- package/dist/icons/Prompt.d.ts +4 -0
- package/dist/icons/PurpleMegaphone.d.ts +4 -0
- package/dist/icons/Question.d.ts +4 -0
- package/dist/icons/Quests.d.ts +4 -0
- package/dist/icons/ReadingLight.d.ts +4 -0
- package/dist/icons/Refresh.d.ts +4 -3
- package/dist/icons/Report.d.ts +4 -3
- package/dist/icons/Rewards.d.ts +4 -3
- package/dist/icons/Ryan.d.ts +4 -3
- package/dist/icons/Sally.d.ts +4 -3
- package/dist/icons/Save.d.ts +4 -0
- package/dist/icons/Sealion.d.ts +4 -3
- package/dist/icons/Search.d.ts +4 -3
- package/dist/icons/Send.d.ts +4 -3
- package/dist/icons/Sepatpus.d.ts +4 -3
- package/dist/icons/Settings.d.ts +4 -3
- package/dist/icons/Sfx.d.ts +4 -3
- package/dist/icons/Sharing.d.ts +4 -3
- package/dist/icons/Shell.d.ts +4 -3
- package/dist/icons/Shop.d.ts +4 -3
- package/dist/icons/Showcase.d.ts +4 -0
- package/dist/icons/Shuffle.d.ts +4 -3
- package/dist/icons/Skip.d.ts +4 -3
- package/dist/icons/SlimTick.d.ts +4 -0
- package/dist/icons/SoundOff.d.ts +4 -3
- package/dist/icons/SoundOn.d.ts +4 -3
- package/dist/icons/Sparks.d.ts +4 -0
- package/dist/icons/StarTutoring.d.ts +4 -3
- package/dist/icons/StarWriting.d.ts +4 -3
- package/dist/icons/StarWritingAward.d.ts +4 -0
- package/dist/icons/Stats.d.ts +4 -3
- package/dist/icons/StopWatch.d.ts +4 -3
- package/dist/icons/Story.d.ts +4 -0
- package/dist/icons/Streak.d.ts +4 -0
- package/dist/icons/Tags.d.ts +4 -3
- package/dist/icons/Target.d.ts +4 -3
- package/dist/icons/Task.d.ts +4 -3
- package/dist/icons/TeamFlorence.d.ts +4 -3
- package/dist/icons/TeamGiraffe.d.ts +4 -3
- package/dist/icons/TeamGrudge.d.ts +4 -3
- package/dist/icons/TeamSeaLion.d.ts +4 -3
- package/dist/icons/Teamwork.d.ts +4 -0
- package/dist/icons/TextToSpeech.d.ts +4 -3
- package/dist/icons/ThumbsDown.d.ts +4 -3
- package/dist/icons/ThumbsUp.d.ts +4 -3
- package/dist/icons/Tick.d.ts +4 -3
- package/dist/icons/Torch.d.ts +4 -3
- package/dist/icons/Transfer.d.ts +4 -3
- package/dist/icons/Trash.d.ts +4 -3
- package/dist/icons/TrashCopy.d.ts +4 -3
- package/dist/icons/TrashWhite.d.ts +4 -3
- package/dist/icons/Trophy.d.ts +4 -3
- package/dist/icons/Twitter.d.ts +4 -3
- package/dist/icons/Up.d.ts +4 -0
- package/dist/icons/Update.d.ts +4 -0
- package/dist/icons/Upload.d.ts +4 -3
- package/dist/icons/User.d.ts +4 -3
- package/dist/icons/Users.d.ts +4 -3
- package/dist/icons/Video.d.ts +4 -3
- package/dist/icons/Vincent.d.ts +4 -3
- package/dist/icons/Whatsapp.d.ts +4 -3
- package/dist/icons/Wishlist.d.ts +4 -3
- package/dist/icons/Words.d.ts +4 -0
- package/dist/icons/Work.d.ts +4 -0
- package/dist/icons/Writing.d.ts +4 -3
- package/dist/icons/WritingToolAlignCenter.d.ts +4 -3
- package/dist/icons/WritingToolAlignLeft.d.ts +4 -3
- package/dist/icons/WritingToolAlignRight.d.ts +4 -3
- package/dist/icons/WritingToolBold.d.ts +4 -3
- package/dist/icons/WritingToolItalic.d.ts +4 -3
- package/dist/icons/WritingToolTextColor.d.ts +4 -3
- package/dist/icons/WritingToolUnderline.d.ts +4 -3
- package/dist/icons/WritingTypeAdventureStory.d.ts +4 -3
- package/dist/icons/WritingTypeBiography.d.ts +4 -3
- package/dist/icons/WritingTypeDiaryEntry.d.ts +4 -3
- package/dist/icons/WritingTypeExplanation.d.ts +4 -3
- package/dist/icons/WritingTypeFreeWrite.d.ts +4 -3
- package/dist/icons/WritingTypeInstructions.d.ts +4 -3
- package/dist/icons/WritingTypeLetterWriting.d.ts +4 -3
- package/dist/icons/WritingTypeNewspaperArticle.d.ts +4 -3
- package/dist/icons/WritingTypePersuasiveWriting.d.ts +4 -3
- package/dist/icons/WritingTypePlayscript.d.ts +4 -3
- package/dist/icons/WritingTypePoem.d.ts +4 -3
- package/dist/icons/WritingTypeReport.d.ts +4 -3
- package/dist/icons/Xp.d.ts +4 -0
- package/dist/icons/Yes.d.ts +4 -3
- package/dist/icons/ZooPoint.d.ts +4 -3
- package/dist/icons/index.d.ts +238 -193
- package/dist/index.d.ts +18 -18
- package/dist/lib/unstated-next.d.ts +11 -0
- package/package.json +43 -32
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
export interface AvatarColorsProps {
|
|
3
|
-
border: string;
|
|
4
|
-
shadow: string;
|
|
5
|
-
dropshadow: string;
|
|
6
|
-
}
|
|
7
|
-
export interface AvatarProps {
|
|
8
|
-
user?: {
|
|
9
|
-
avatar?: {
|
|
10
|
-
url: string;
|
|
11
|
-
};
|
|
12
|
-
countryCode?: string;
|
|
13
|
-
type:
|
|
14
|
-
};
|
|
15
|
-
colors?: AvatarColorsProps;
|
|
16
|
-
countryCode?: string;
|
|
17
|
-
src?: string;
|
|
18
|
-
size?: string;
|
|
19
|
-
flagHidden?: boolean;
|
|
20
|
-
}
|
|
21
|
-
declare const Avatar: {
|
|
22
|
-
(props: AvatarProps): JSX.Element;
|
|
23
|
-
defaultProps: {
|
|
24
|
-
size: string;
|
|
25
|
-
flagHidden: boolean;
|
|
26
|
-
colors: {
|
|
27
|
-
border: string;
|
|
28
|
-
shadow: string;
|
|
29
|
-
dropshadow: string;
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
export default Avatar;
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface AvatarColorsProps {
|
|
3
|
+
border: string;
|
|
4
|
+
shadow: string;
|
|
5
|
+
dropshadow: string;
|
|
6
|
+
}
|
|
7
|
+
export interface AvatarProps {
|
|
8
|
+
user?: {
|
|
9
|
+
avatar?: {
|
|
10
|
+
url: string;
|
|
11
|
+
};
|
|
12
|
+
countryCode?: string;
|
|
13
|
+
type: "student" | "parent" | "teacher" | "tutor";
|
|
14
|
+
};
|
|
15
|
+
colors?: AvatarColorsProps;
|
|
16
|
+
countryCode?: string;
|
|
17
|
+
src?: string;
|
|
18
|
+
size?: string;
|
|
19
|
+
flagHidden?: boolean;
|
|
20
|
+
}
|
|
21
|
+
declare const Avatar: {
|
|
22
|
+
(props: AvatarProps): React.JSX.Element;
|
|
23
|
+
defaultProps: {
|
|
24
|
+
size: string;
|
|
25
|
+
flagHidden: boolean;
|
|
26
|
+
colors: {
|
|
27
|
+
border: string;
|
|
28
|
+
shadow: string;
|
|
29
|
+
dropshadow: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
export default Avatar;
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { AvatarColorsProps } from "./Avatar";
|
|
3
|
+
export declare const Wrapper: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
4
|
+
$size?: string | undefined;
|
|
5
|
+
$colors?: AvatarColorsProps | undefined;
|
|
6
|
+
}>>;
|
|
7
|
+
export declare const AvatarImage: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
8
|
+
$src?: string | undefined;
|
|
9
|
+
}>>;
|
|
10
|
+
export declare const Flag: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
11
|
+
src?: string | undefined;
|
|
12
|
+
}>>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import Avatar from "./Avatar";
|
|
2
|
-
export default Avatar;
|
|
1
|
+
import Avatar from "./Avatar";
|
|
2
|
+
export default Avatar;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { ReactHTML } from 'react';
|
|
2
|
-
import { Size, Theme } from './types';
|
|
3
|
-
export
|
|
4
|
-
as?: keyof ReactHTML;
|
|
5
|
-
backgroundColor?: string;
|
|
6
|
-
height?: number;
|
|
7
|
-
fullWidth?: boolean;
|
|
8
|
-
children: any;
|
|
9
|
-
color?: string;
|
|
10
|
-
strokeColor?: string;
|
|
11
|
-
dropShadowColor?: string;
|
|
12
|
-
shadowColor?: string;
|
|
13
|
-
fontSize?: string;
|
|
14
|
-
round?: boolean;
|
|
15
|
-
disabled?: boolean;
|
|
16
|
-
wiggle?: boolean;
|
|
17
|
-
size?: Size;
|
|
18
|
-
theme?: Theme;
|
|
19
|
-
};
|
|
20
|
-
export
|
|
21
|
-
declare const Button: import("styled-components").
|
|
22
|
-
|
|
23
|
-
}
|
|
24
|
-
export default Button;
|
|
1
|
+
import { ReactHTML } from 'react';
|
|
2
|
+
import { Size, Theme } from './types';
|
|
3
|
+
export type BaseProps = {
|
|
4
|
+
as?: keyof ReactHTML;
|
|
5
|
+
backgroundColor?: string;
|
|
6
|
+
height?: number;
|
|
7
|
+
fullWidth?: boolean;
|
|
8
|
+
children: any;
|
|
9
|
+
color?: string;
|
|
10
|
+
strokeColor?: string;
|
|
11
|
+
dropShadowColor?: string;
|
|
12
|
+
shadowColor?: string;
|
|
13
|
+
fontSize?: string;
|
|
14
|
+
round?: boolean;
|
|
15
|
+
disabled?: boolean;
|
|
16
|
+
wiggle?: boolean;
|
|
17
|
+
size?: Size;
|
|
18
|
+
theme?: Theme;
|
|
19
|
+
};
|
|
20
|
+
export type ButtonProps = {} & BaseProps;
|
|
21
|
+
declare const Button: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
22
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
23
|
+
}>, never>, BaseProps>>;
|
|
24
|
+
export default Button;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { BaseProps } from './Button';
|
|
3
|
+
export declare const StyledSpanButton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("styled-components/dist/types").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
4
|
+
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
5
|
+
}>, never>, BaseProps>>;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { Size, Theme } from './types';
|
|
2
|
-
interface ITheme {
|
|
3
|
-
backgroundColor: string;
|
|
4
|
-
color: string;
|
|
5
|
-
strokeColor: string;
|
|
6
|
-
shadowColor: string;
|
|
7
|
-
}
|
|
8
|
-
export declare const THEMES: {
|
|
9
|
-
[key in Theme]: ITheme;
|
|
10
|
-
};
|
|
11
|
-
export declare const SIZES: {
|
|
12
|
-
[key in Size]: number;
|
|
13
|
-
};
|
|
14
|
-
export {};
|
|
1
|
+
import { Size, Theme } from './types';
|
|
2
|
+
interface ITheme {
|
|
3
|
+
backgroundColor: string;
|
|
4
|
+
color: string;
|
|
5
|
+
strokeColor: string;
|
|
6
|
+
shadowColor: string;
|
|
7
|
+
}
|
|
8
|
+
export declare const THEMES: {
|
|
9
|
+
[key in Theme]: ITheme;
|
|
10
|
+
};
|
|
11
|
+
export declare const SIZES: {
|
|
12
|
+
[key in Size]: number;
|
|
13
|
+
};
|
|
14
|
+
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import Button from "./Button";
|
|
2
|
-
export default Button;
|
|
1
|
+
import Button from "./Button";
|
|
2
|
+
export default Button;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
export declare const Themes: {
|
|
2
|
-
readonly primary: "primary";
|
|
3
|
-
readonly confirm: "confirm";
|
|
4
|
-
readonly 'the-pink': "the-pink";
|
|
5
|
-
readonly purple: "purple";
|
|
6
|
-
readonly red: "red";
|
|
7
|
-
readonly orange: "orange";
|
|
8
|
-
readonly green: "green";
|
|
9
|
-
readonly yellow: "yellow";
|
|
10
|
-
readonly white: "white";
|
|
11
|
-
};
|
|
12
|
-
export
|
|
13
|
-
export declare const Sizes: {
|
|
14
|
-
'xx-large': string;
|
|
15
|
-
'x-large': string;
|
|
16
|
-
large: string;
|
|
17
|
-
regular: string;
|
|
18
|
-
small: string;
|
|
19
|
-
'x-small': string;
|
|
20
|
-
};
|
|
21
|
-
export
|
|
1
|
+
export declare const Themes: {
|
|
2
|
+
readonly primary: "primary";
|
|
3
|
+
readonly confirm: "confirm";
|
|
4
|
+
readonly 'the-pink': "the-pink";
|
|
5
|
+
readonly purple: "purple";
|
|
6
|
+
readonly red: "red";
|
|
7
|
+
readonly orange: "orange";
|
|
8
|
+
readonly green: "green";
|
|
9
|
+
readonly yellow: "yellow";
|
|
10
|
+
readonly white: "white";
|
|
11
|
+
};
|
|
12
|
+
export type Theme = (typeof Themes)[keyof typeof Themes];
|
|
13
|
+
export declare const Sizes: {
|
|
14
|
+
'xx-large': string;
|
|
15
|
+
'x-large': string;
|
|
16
|
+
large: string;
|
|
17
|
+
regular: string;
|
|
18
|
+
small: string;
|
|
19
|
+
'x-small': string;
|
|
20
|
+
};
|
|
21
|
+
export type Size = (typeof Sizes)[keyof typeof Sizes];
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
export declare const getTextColor: (props: {
|
|
2
|
-
color?: string;
|
|
3
|
-
backgroundColor: string;
|
|
4
|
-
}) => string;
|
|
5
|
-
export declare const getTextSize: (props: {
|
|
6
|
-
height: number;
|
|
7
|
-
} | {
|
|
8
|
-
fontSize: number;
|
|
9
|
-
}) => string | number;
|
|
10
|
-
export declare const getPadding: (props: {
|
|
11
|
-
height: number;
|
|
12
|
-
}) => string;
|
|
13
|
-
export declare const getSizeComparedToBase: (props: {
|
|
14
|
-
height: number;
|
|
15
|
-
}, originalValue: number) => number;
|
|
16
|
-
export declare const getShadows: (props: {
|
|
17
|
-
backgroundColor: string;
|
|
18
|
-
shadowColor?: string
|
|
19
|
-
dropShadowColor?: string
|
|
20
|
-
strokeColor?: string
|
|
21
|
-
height: number;
|
|
22
|
-
}) => import("styled-components").
|
|
1
|
+
export declare const getTextColor: (props: {
|
|
2
|
+
color?: string;
|
|
3
|
+
backgroundColor: string;
|
|
4
|
+
}) => string;
|
|
5
|
+
export declare const getTextSize: (props: {
|
|
6
|
+
height: number;
|
|
7
|
+
} | {
|
|
8
|
+
fontSize: number;
|
|
9
|
+
}) => string | number;
|
|
10
|
+
export declare const getPadding: (props: {
|
|
11
|
+
height: number;
|
|
12
|
+
}) => string;
|
|
13
|
+
export declare const getSizeComparedToBase: (props: {
|
|
14
|
+
height: number;
|
|
15
|
+
}, originalValue: number) => number;
|
|
16
|
+
export declare const getShadows: (props: {
|
|
17
|
+
backgroundColor: string;
|
|
18
|
+
shadowColor?: string;
|
|
19
|
+
dropShadowColor?: string;
|
|
20
|
+
strokeColor?: string;
|
|
21
|
+
height: number;
|
|
22
|
+
}) => import("styled-components").RuleSet<object>;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { ReactElement } from
|
|
2
|
-
export interface DatePickerProps {
|
|
3
|
-
primary: string;
|
|
4
|
-
autoFocus?: boolean;
|
|
5
|
-
onChange?: (date: Date) => void;
|
|
6
|
-
defaultValue?: Date;
|
|
7
|
-
input?: ReactElement<{
|
|
8
|
-
onClick: any;
|
|
9
|
-
ref: any;
|
|
10
|
-
children: any;
|
|
11
|
-
}>;
|
|
12
|
-
}
|
|
13
|
-
declare const DatePicker: {
|
|
14
|
-
(props: DatePickerProps): JSX.Element;
|
|
15
|
-
defaultProps: {
|
|
16
|
-
primary: string;
|
|
17
|
-
autoFocus: boolean;
|
|
18
|
-
onChange: null;
|
|
19
|
-
range: boolean;
|
|
20
|
-
defaultValue: null;
|
|
21
|
-
input: null;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
export default DatePicker;
|
|
1
|
+
import React, { ReactElement } from "react";
|
|
2
|
+
export interface DatePickerProps {
|
|
3
|
+
primary: string;
|
|
4
|
+
autoFocus?: boolean;
|
|
5
|
+
onChange?: (date: Date) => void;
|
|
6
|
+
defaultValue?: Date;
|
|
7
|
+
input?: ReactElement<{
|
|
8
|
+
onClick: any;
|
|
9
|
+
ref: any;
|
|
10
|
+
children: any;
|
|
11
|
+
}>;
|
|
12
|
+
}
|
|
13
|
+
declare const DatePicker: {
|
|
14
|
+
(props: DatePickerProps): React.JSX.Element;
|
|
15
|
+
defaultProps: {
|
|
16
|
+
primary: string;
|
|
17
|
+
autoFocus: boolean;
|
|
18
|
+
onChange: null;
|
|
19
|
+
range: boolean;
|
|
20
|
+
defaultValue: null;
|
|
21
|
+
input: null;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
export default DatePicker;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import DatePicker from './DatePicker';
|
|
2
|
-
export default DatePicker;
|
|
1
|
+
import DatePicker from './DatePicker';
|
|
2
|
+
export default DatePicker;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
export interface IconProps {
|
|
3
|
-
name: string;
|
|
4
|
-
size?: string;
|
|
5
|
-
fill?: string;
|
|
6
|
-
}
|
|
7
|
-
declare const Icon: {
|
|
8
|
-
(props: IconProps): JSX.Element;
|
|
9
|
-
defaultProps: {
|
|
10
|
-
size: null;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
export default Icon;
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface IconProps {
|
|
3
|
+
name: string;
|
|
4
|
+
$size?: string;
|
|
5
|
+
fill?: string;
|
|
6
|
+
}
|
|
7
|
+
declare const Icon: {
|
|
8
|
+
(props: IconProps): React.JSX.Element;
|
|
9
|
+
defaultProps: {
|
|
10
|
+
size: null;
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
export default Icon;
|
|
@@ -1,137 +1,137 @@
|
|
|
1
|
-
|
|
2
|
-
declare const ICONS: {
|
|
3
|
-
activities: JSX.Element;
|
|
4
|
-
archive: JSX.Element;
|
|
5
|
-
'arrow-left': JSX.Element;
|
|
6
|
-
'arrow-right': JSX.Element;
|
|
7
|
-
awards: JSX.Element;
|
|
8
|
-
'card-skills': JSX.Element;
|
|
9
|
-
challenges: JSX.Element;
|
|
10
|
-
chart: JSX.Element;
|
|
11
|
-
checkmark: JSX.Element;
|
|
12
|
-
close: JSX.Element;
|
|
13
|
-
collect: JSX.Element;
|
|
14
|
-
comment: JSX.Element;
|
|
15
|
-
controller: JSX.Element;
|
|
16
|
-
create: JSX.Element;
|
|
17
|
-
customise: JSX.Element;
|
|
18
|
-
draft: JSX.Element;
|
|
19
|
-
'drawing-task': JSX.Element;
|
|
20
|
-
egg: JSX.Element;
|
|
21
|
-
enclosure: JSX.Element;
|
|
22
|
-
exclamation: JSX.Element;
|
|
23
|
-
eye: JSX.Element;
|
|
24
|
-
filter: JSX.Element;
|
|
25
|
-
'for-you': JSX.Element;
|
|
26
|
-
games: JSX.Element;
|
|
27
|
-
goals: JSX.Element;
|
|
28
|
-
heart: JSX.Element;
|
|
29
|
-
help: JSX.Element;
|
|
30
|
-
info: JSX.Element;
|
|
31
|
-
items: JSX.Element;
|
|
32
|
-
lessons: JSX.Element;
|
|
33
|
-
lock: JSX.Element;
|
|
34
|
-
menu: JSX.Element;
|
|
35
|
-
message: JSX.Element;
|
|
36
|
-
minus: JSX.Element;
|
|
37
|
-
book: JSX.Element;
|
|
38
|
-
'my-zoo': JSX.Element;
|
|
39
|
-
new: JSX.Element;
|
|
40
|
-
notifications: JSX.Element;
|
|
41
|
-
NZK: JSX.Element;
|
|
42
|
-
'orb-disabled': JSX.Element;
|
|
43
|
-
orb: JSX.Element;
|
|
44
|
-
padlock: JSX.Element;
|
|
45
|
-
pdf: JSX.Element;
|
|
46
|
-
pencil: JSX.Element;
|
|
47
|
-
pending: JSX.Element;
|
|
48
|
-
play: JSX.Element;
|
|
49
|
-
'play-video': JSX.Element;
|
|
50
|
-
plus: JSX.Element;
|
|
51
|
-
private: JSX.Element;
|
|
52
|
-
progress: JSX.Element;
|
|
53
|
-
projects: JSX.Element;
|
|
54
|
-
refresh: JSX.Element;
|
|
55
|
-
rewards: JSX.Element;
|
|
56
|
-
settings: JSX.Element;
|
|
57
|
-
sharing: JSX.Element;
|
|
58
|
-
shop: JSX.Element;
|
|
59
|
-
'sound-off': JSX.Element;
|
|
60
|
-
'sound-on': JSX.Element;
|
|
61
|
-
'star-writing': JSX.Element;
|
|
62
|
-
transfer: JSX.Element;
|
|
63
|
-
trash: JSX.Element;
|
|
64
|
-
trophy: JSX.Element;
|
|
65
|
-
upload: JSX.Element;
|
|
66
|
-
writing: JSX.Element;
|
|
67
|
-
'writing-type-adventure-story': JSX.Element;
|
|
68
|
-
'writing-type-biography': JSX.Element;
|
|
69
|
-
'writing-type-diary-entry': JSX.Element;
|
|
70
|
-
'writing-type-free-write': JSX.Element;
|
|
71
|
-
'writing-type-instructions': JSX.Element;
|
|
72
|
-
'writing-type-letter-writing': JSX.Element;
|
|
73
|
-
'writing-type-newspaper-article': JSX.Element;
|
|
74
|
-
'writing-type-persuasive-writing': JSX.Element;
|
|
75
|
-
'writing-type-playscript': JSX.Element;
|
|
76
|
-
'writing-type-poem': JSX.Element;
|
|
77
|
-
'writing-type-report': JSX.Element;
|
|
78
|
-
'zoo-point': JSX.Element;
|
|
79
|
-
'NZK-purple': JSX.Element;
|
|
80
|
-
'about-us': JSX.Element;
|
|
81
|
-
compass: JSX.Element;
|
|
82
|
-
download: JSX.Element;
|
|
83
|
-
'exclamation-grey': JSX.Element;
|
|
84
|
-
facebook: JSX.Element;
|
|
85
|
-
flag: JSX.Element;
|
|
86
|
-
gift: JSX.Element;
|
|
87
|
-
instagram: JSX.Element;
|
|
88
|
-
layers: JSX.Element;
|
|
89
|
-
link: JSX.Element;
|
|
90
|
-
list: JSX.Element;
|
|
91
|
-
logout: JSX.Element;
|
|
92
|
-
megaphone: JSX.Element;
|
|
93
|
-
more: JSX.Element;
|
|
94
|
-
'nzktv-blue': JSX.Element;
|
|
95
|
-
'nzktv-green': JSX.Element;
|
|
96
|
-
search: JSX.Element;
|
|
97
|
-
task: JSX.Element;
|
|
98
|
-
'text-to-speech': JSX.Element;
|
|
99
|
-
torch: JSX.Element;
|
|
100
|
-
'trash-white': JSX.Element;
|
|
101
|
-
twitter: JSX.Element;
|
|
102
|
-
user: JSX.Element;
|
|
103
|
-
users: JSX.Element;
|
|
104
|
-
video: JSX.Element;
|
|
105
|
-
whatsapp: JSX.Element;
|
|
106
|
-
tick: JSX.Element;
|
|
107
|
-
'drawing-tool-undo': JSX.Element;
|
|
108
|
-
'drawing-tool-redo': JSX.Element;
|
|
109
|
-
'drawing-tool-camera': JSX.Element;
|
|
110
|
-
'drawing-tool-eraser': JSX.Element;
|
|
111
|
-
'drawing-tool-fill-brush': JSX.Element;
|
|
112
|
-
'drawing-tool-line-brush': JSX.Element;
|
|
113
|
-
'drawing-tool-small-line': JSX.Element;
|
|
114
|
-
'drawing-tool-medium-line': JSX.Element;
|
|
115
|
-
'drawing-tool-large-line': JSX.Element;
|
|
116
|
-
'drawing-tool-opacity-half': JSX.Element;
|
|
117
|
-
'drawing-tool-opacity-full': JSX.Element;
|
|
118
|
-
'drawing-tool-color-mixer': JSX.Element;
|
|
119
|
-
'drawing-tool-arrow-up': JSX.Element;
|
|
120
|
-
'drawing-tool-arrow-down': JSX.Element;
|
|
121
|
-
'drawing-tool-arrow-left': JSX.Element;
|
|
122
|
-
'drawing-tool-arrow-right': JSX.Element;
|
|
123
|
-
'drawing-tool-sticker': JSX.Element;
|
|
124
|
-
'idea-creator': JSX.Element;
|
|
125
|
-
send: JSX.Element;
|
|
126
|
-
giraffe: JSX.Element;
|
|
127
|
-
penguin: JSX.Element;
|
|
128
|
-
flamingo: JSX.Element;
|
|
129
|
-
bear: JSX.Element;
|
|
130
|
-
sealion: JSX.Element;
|
|
131
|
-
stats: JSX.Element;
|
|
132
|
-
back: JSX.Element;
|
|
133
|
-
next: JSX.Element;
|
|
134
|
-
yes: JSX.Element;
|
|
135
|
-
no: JSX.Element;
|
|
136
|
-
};
|
|
137
|
-
export default ICONS;
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const ICONS: {
|
|
3
|
+
activities: React.JSX.Element;
|
|
4
|
+
archive: React.JSX.Element;
|
|
5
|
+
'arrow-left': React.JSX.Element;
|
|
6
|
+
'arrow-right': React.JSX.Element;
|
|
7
|
+
awards: React.JSX.Element;
|
|
8
|
+
'card-skills': React.JSX.Element;
|
|
9
|
+
challenges: React.JSX.Element;
|
|
10
|
+
chart: React.JSX.Element;
|
|
11
|
+
checkmark: React.JSX.Element;
|
|
12
|
+
close: React.JSX.Element;
|
|
13
|
+
collect: React.JSX.Element;
|
|
14
|
+
comment: React.JSX.Element;
|
|
15
|
+
controller: React.JSX.Element;
|
|
16
|
+
create: React.JSX.Element;
|
|
17
|
+
customise: React.JSX.Element;
|
|
18
|
+
draft: React.JSX.Element;
|
|
19
|
+
'drawing-task': React.JSX.Element;
|
|
20
|
+
egg: React.JSX.Element;
|
|
21
|
+
enclosure: React.JSX.Element;
|
|
22
|
+
exclamation: React.JSX.Element;
|
|
23
|
+
eye: React.JSX.Element;
|
|
24
|
+
filter: React.JSX.Element;
|
|
25
|
+
'for-you': React.JSX.Element;
|
|
26
|
+
games: React.JSX.Element;
|
|
27
|
+
goals: React.JSX.Element;
|
|
28
|
+
heart: React.JSX.Element;
|
|
29
|
+
help: React.JSX.Element;
|
|
30
|
+
info: React.JSX.Element;
|
|
31
|
+
items: React.JSX.Element;
|
|
32
|
+
lessons: React.JSX.Element;
|
|
33
|
+
lock: React.JSX.Element;
|
|
34
|
+
menu: React.JSX.Element;
|
|
35
|
+
message: React.JSX.Element;
|
|
36
|
+
minus: React.JSX.Element;
|
|
37
|
+
book: React.JSX.Element;
|
|
38
|
+
'my-zoo': React.JSX.Element;
|
|
39
|
+
new: React.JSX.Element;
|
|
40
|
+
notifications: React.JSX.Element;
|
|
41
|
+
NZK: React.JSX.Element;
|
|
42
|
+
'orb-disabled': React.JSX.Element;
|
|
43
|
+
orb: React.JSX.Element;
|
|
44
|
+
padlock: React.JSX.Element;
|
|
45
|
+
pdf: React.JSX.Element;
|
|
46
|
+
pencil: React.JSX.Element;
|
|
47
|
+
pending: React.JSX.Element;
|
|
48
|
+
play: React.JSX.Element;
|
|
49
|
+
'play-video': React.JSX.Element;
|
|
50
|
+
plus: React.JSX.Element;
|
|
51
|
+
private: React.JSX.Element;
|
|
52
|
+
progress: React.JSX.Element;
|
|
53
|
+
projects: React.JSX.Element;
|
|
54
|
+
refresh: React.JSX.Element;
|
|
55
|
+
rewards: React.JSX.Element;
|
|
56
|
+
settings: React.JSX.Element;
|
|
57
|
+
sharing: React.JSX.Element;
|
|
58
|
+
shop: React.JSX.Element;
|
|
59
|
+
'sound-off': React.JSX.Element;
|
|
60
|
+
'sound-on': React.JSX.Element;
|
|
61
|
+
'star-writing': React.JSX.Element;
|
|
62
|
+
transfer: React.JSX.Element;
|
|
63
|
+
trash: React.JSX.Element;
|
|
64
|
+
trophy: React.JSX.Element;
|
|
65
|
+
upload: React.JSX.Element;
|
|
66
|
+
writing: React.JSX.Element;
|
|
67
|
+
'writing-type-adventure-story': React.JSX.Element;
|
|
68
|
+
'writing-type-biography': React.JSX.Element;
|
|
69
|
+
'writing-type-diary-entry': React.JSX.Element;
|
|
70
|
+
'writing-type-free-write': React.JSX.Element;
|
|
71
|
+
'writing-type-instructions': React.JSX.Element;
|
|
72
|
+
'writing-type-letter-writing': React.JSX.Element;
|
|
73
|
+
'writing-type-newspaper-article': React.JSX.Element;
|
|
74
|
+
'writing-type-persuasive-writing': React.JSX.Element;
|
|
75
|
+
'writing-type-playscript': React.JSX.Element;
|
|
76
|
+
'writing-type-poem': React.JSX.Element;
|
|
77
|
+
'writing-type-report': React.JSX.Element;
|
|
78
|
+
'zoo-point': React.JSX.Element;
|
|
79
|
+
'NZK-purple': React.JSX.Element;
|
|
80
|
+
'about-us': React.JSX.Element;
|
|
81
|
+
compass: React.JSX.Element;
|
|
82
|
+
download: React.JSX.Element;
|
|
83
|
+
'exclamation-grey': React.JSX.Element;
|
|
84
|
+
facebook: React.JSX.Element;
|
|
85
|
+
flag: React.JSX.Element;
|
|
86
|
+
gift: React.JSX.Element;
|
|
87
|
+
instagram: React.JSX.Element;
|
|
88
|
+
layers: React.JSX.Element;
|
|
89
|
+
link: React.JSX.Element;
|
|
90
|
+
list: React.JSX.Element;
|
|
91
|
+
logout: React.JSX.Element;
|
|
92
|
+
megaphone: React.JSX.Element;
|
|
93
|
+
more: React.JSX.Element;
|
|
94
|
+
'nzktv-blue': React.JSX.Element;
|
|
95
|
+
'nzktv-green': React.JSX.Element;
|
|
96
|
+
search: React.JSX.Element;
|
|
97
|
+
task: React.JSX.Element;
|
|
98
|
+
'text-to-speech': React.JSX.Element;
|
|
99
|
+
torch: React.JSX.Element;
|
|
100
|
+
'trash-white': React.JSX.Element;
|
|
101
|
+
twitter: React.JSX.Element;
|
|
102
|
+
user: React.JSX.Element;
|
|
103
|
+
users: React.JSX.Element;
|
|
104
|
+
video: React.JSX.Element;
|
|
105
|
+
whatsapp: React.JSX.Element;
|
|
106
|
+
tick: React.JSX.Element;
|
|
107
|
+
'drawing-tool-undo': React.JSX.Element;
|
|
108
|
+
'drawing-tool-redo': React.JSX.Element;
|
|
109
|
+
'drawing-tool-camera': React.JSX.Element;
|
|
110
|
+
'drawing-tool-eraser': React.JSX.Element;
|
|
111
|
+
'drawing-tool-fill-brush': React.JSX.Element;
|
|
112
|
+
'drawing-tool-line-brush': React.JSX.Element;
|
|
113
|
+
'drawing-tool-small-line': React.JSX.Element;
|
|
114
|
+
'drawing-tool-medium-line': React.JSX.Element;
|
|
115
|
+
'drawing-tool-large-line': React.JSX.Element;
|
|
116
|
+
'drawing-tool-opacity-half': React.JSX.Element;
|
|
117
|
+
'drawing-tool-opacity-full': React.JSX.Element;
|
|
118
|
+
'drawing-tool-color-mixer': React.JSX.Element;
|
|
119
|
+
'drawing-tool-arrow-up': React.JSX.Element;
|
|
120
|
+
'drawing-tool-arrow-down': React.JSX.Element;
|
|
121
|
+
'drawing-tool-arrow-left': React.JSX.Element;
|
|
122
|
+
'drawing-tool-arrow-right': React.JSX.Element;
|
|
123
|
+
'drawing-tool-sticker': React.JSX.Element;
|
|
124
|
+
'idea-creator': React.JSX.Element;
|
|
125
|
+
send: React.JSX.Element;
|
|
126
|
+
giraffe: React.JSX.Element;
|
|
127
|
+
penguin: React.JSX.Element;
|
|
128
|
+
flamingo: React.JSX.Element;
|
|
129
|
+
bear: React.JSX.Element;
|
|
130
|
+
sealion: React.JSX.Element;
|
|
131
|
+
stats: React.JSX.Element;
|
|
132
|
+
back: React.JSX.Element;
|
|
133
|
+
next: React.JSX.Element;
|
|
134
|
+
yes: React.JSX.Element;
|
|
135
|
+
no: React.JSX.Element;
|
|
136
|
+
};
|
|
137
|
+
export default ICONS;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import Icon from './Icon';
|
|
2
|
-
export default Icon;
|
|
1
|
+
import Icon from './Icon';
|
|
2
|
+
export default Icon;
|