Skip to content

Commit

Permalink
Feat/new menu more (#372)
Browse files Browse the repository at this point in the history
* feat: menu more component

* build
  • Loading branch information
alexsandertech committed May 18, 2023
1 parent d84a53d commit 3bb61ee
Show file tree
Hide file tree
Showing 19 changed files with 7,160 additions and 3,446 deletions.
3 changes: 2 additions & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { AlertCicle, DoubleCheck, MoreDotsHorizontal, CheckInCicle, TrashIcon, HomeLineIcon, HomeFilledIcon, CalendarLineIcon, CalendarFilledIcon, PencilLineIcon, PencilFilledIcon, LampLineIcon, LampFilledIcon, MedalLineIcon, MedalFilledIcon, PlayLineIcon, PlayFilledIcon, IconNotification, InstagramIcon, LinkedinIcon, PodCastIcon, SiteIcon, SpotifyIcon, YoutubeIcon, Content, AddIcon, Channel, ExitArrow, StepCicleOne, StepCheckInCicle, StepCicleTwo, StepCicleThree, StepCicleFour, Books, Diamond, Challenge, ChangeAccount, EyeOff, OpenedEye, StarFavorite, CheckIconSimple, IconContent } from './src/shared/icons';
export { AlertCicle, DoubleCheck, MoreDotsHorizontal, CheckInCicle, TrashIcon, TrashIconNew, HomeLineIcon, HomeFilledIcon, CalendarLineIcon, CalendarFilledIcon, PencilLineIcon, PencilFilledIcon, LampLineIcon, LampFilledIcon, MedalLineIcon, MedalFilledIcon, PlayLineIcon, PlayFilledIcon, IconNotification, InstagramIcon, LinkedinIcon, PodCastIcon, SiteIcon, SpotifyIcon, YoutubeIcon, Content, AddIcon, Channel, ExitArrow, StepCicleOne, StepCheckInCicle, StepCicleTwo, StepCicleThree, StepCicleFour, Books, Diamond, Challenge, ChangeAccount, EyeOff, OpenedEye, StarFavorite, CheckIconSimple, IconContent } from './src/shared/icons';
export { default as Tag } from './src/components/tag';
export { default as BaseCard } from './src/components/cards/base';
export { default as AudioPlayer } from './src/components/audio-player';
Expand Down Expand Up @@ -96,4 +96,5 @@ export { default as LearningCycleCard } from './src/components/IJ/learningCycleC
export { default as HeaderChallenge } from './src/components/headerChallenge';
export { default as LogoFRST } from './src/components/LogoFRST';
export { default as StepController } from './src/components/demo/stepController';
export { default as MenuMore } from './src/components/menu-more';
//# sourceMappingURL=index.d.ts.map
2 changes: 1 addition & 1 deletion dist/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3bb61ee

Please sign in to comment.