-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update to HDS v3.1.0, use Header in Navigation component
From HDS v3.0.0 release notes: > **Breaking** > - [Navigation] Removed, use new Header instead > - [Footer] Redesigned and rebuilt > - [StatusLabel, Tag] Rectangular versions removed > - [LinkBox] Property name withBorder changed to border > - [Koros] Renamed variants Wave to Vibration and Storm to Wave > ... > **Changed** > - [Koros] Rename koros flipHorizontal to flipVertical steps: - update hds-(core|design-tokens|react) from ^2.17.0 to ^3.1.0 - icons - export IconEuroSign - export IconAtSign - export IconCalendarEvent - export IconWhatsapp - export HDS v2 icon names as aliases for v3 icons for backward compatibility - sort icon exports alphabetically - replace RoundedTag with Tag because "[StatusLabel, Tag] Rectangular versions removed" - rename flipHorizontal to fipVertical because "[Koros] Rename koros flipHorizontal to flipVertical" - rename hero.module.scss's &.wave to &.vibration because "[Koros] Renamed variants Wave to Vibration and Storm to Wave" - rename hero.module.scss's &.storm to &.wave because "[Koros] Renamed variants Wave to Vibration and Storm to Wave" - switch react-helsinki-headless-cms's Navigation component to use HDS v3's Header because "[Navigation] Removed, use new Header instead" - deprecate variant property from NavigationProps as unused sources: - HDS v3 migration guide: - https://hds.hel.fi/getting-started/tutorials/migrate-to-3.0.0/ - HDS releases v3.0.0 and v3.1.0: - https://github.com/City-of-Helsinki/helsinki-design-system/releases - /tag/v3.0.0 - /tag/v3.1.0 refs LIIKUNTA-584
- Loading branch information
1 parent
e4c313c
commit 294a6c1
Showing
10 changed files
with
415 additions
and
254 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,160 +1,199 @@ | ||
export { | ||
IconZoomOut, | ||
IconZoomIn, | ||
IconYouth, | ||
IconWifiCrossed, | ||
IconWifi, | ||
IconVolumePlus, | ||
IconVolumeMute, | ||
IconVolumeMinus, | ||
IconVolumeLow, | ||
IconVolumeHigh, | ||
IconVirus, | ||
IconVideocameraCrossed, | ||
IconVideocamera, | ||
IconVaccine, | ||
IconUploadCloud, | ||
IconTraveler, | ||
IconTrash, | ||
IconThumbsUp, | ||
IconThumbsUpFill, | ||
IconAlertCircle, | ||
IconAlertCircleFill, | ||
IconAngleDown, | ||
IconAngleLeft, | ||
IconAngleRight, | ||
IconAngleUp, | ||
IconArrowBottomLeft, | ||
IconArrowBottomRight, | ||
IconArrowDown, | ||
IconArrowLeft, | ||
IconArrowRedo, | ||
IconArrowRight, | ||
IconArrowRightDashed, | ||
IconArrowTopLeft, | ||
IconArrowTopRight, | ||
IconArrowUndo, | ||
IconArrowUp, | ||
IconAtSign as IconGlyphAt, // @deprecated Use IconAtSign instead | ||
IconAtSign, | ||
IconBagCogwheel, | ||
IconBell, | ||
IconBellCrossed, | ||
IconBinoculars, | ||
IconCake, | ||
IconCalendar, | ||
IconCalendarClock, | ||
IconCalendarCross, | ||
IconCalendarEvent as IconEvent, // @deprecated Use IconCalendarEvent instead | ||
IconCalendarEvent, | ||
IconCalendarPlus, | ||
IconCalendarRecurring, | ||
IconCamera, | ||
IconCheck, | ||
IconCheckCircle, | ||
IconCheckCircleFill, | ||
IconChildren, | ||
IconClock, | ||
IconClockCross, | ||
IconClockPlus, | ||
IconCoffeeCupSaucer, | ||
IconCogwheel, | ||
IconCogwheels, | ||
IconCollapse, | ||
IconCompany, | ||
IconCopy, | ||
IconCross, | ||
IconCrossCircle, | ||
IconCrossCircleFill, | ||
IconCustomerBotNegative, | ||
IconCustomerBotNeutral, | ||
IconCustomerBotPositive, | ||
IconDiscord, | ||
IconDisplay, | ||
IconDocument, | ||
IconDownload, | ||
IconDownloadCloud, | ||
IconDrag, | ||
IconEntrepreneur, | ||
IconEnvelope, | ||
IconError, | ||
IconErrorFill, | ||
IconEuroSign as IconGlyphEuro, // @deprecated Use IconEuroSign instead | ||
IconEuroSign, | ||
IconEye, | ||
IconEyeCrossed, | ||
IconFacebook, | ||
IconFaceNeutral, | ||
IconFaceSad, | ||
IconFaceSmile, | ||
IconFamily, | ||
IconGlobe, | ||
IconGoogle, | ||
IconGraphColumns, | ||
IconGroup, | ||
IconHammers, | ||
IconHeadphones, | ||
IconHeart, | ||
IconHeartFill, | ||
IconHistory, | ||
IconHome, | ||
IconHomeSmoke, | ||
IconInfoCircle, | ||
IconInfoCircleFill, | ||
IconInstagram, | ||
IconKey, | ||
IconLayers, | ||
IconLightbulb, | ||
IconLink, | ||
IconLinkedin, | ||
IconLinkExternal, | ||
IconLocate, | ||
IconLocation, | ||
IconLock, | ||
IconLockOpen, | ||
IconMap, | ||
IconMenuDots, | ||
IconMenuHamburger, | ||
IconMicrophone, | ||
IconMicrophoneCrossed, | ||
IconMinus, | ||
IconMinusCircle, | ||
IconMinusCircleFill, | ||
IconMobile, | ||
IconMoneyBag, | ||
IconMoneyBagFill, | ||
IconMover, | ||
IconOccupation, | ||
IconPaperclip, | ||
IconPen, | ||
IconPenLine, | ||
IconPersonFemale, | ||
IconPersonGenderless, | ||
IconPersonMale, | ||
IconPersonWheelchair, | ||
IconPhone, | ||
IconPhoto, | ||
IconPhotoPlus, | ||
IconPlaybackFastforward, | ||
IconPlaybackNext, | ||
IconPlaybackPause, | ||
IconPlaybackPlay, | ||
IconPlaybackPrevious, | ||
IconPlaybackRecord, | ||
IconPlaybackRewind, | ||
IconPlaybackStop, | ||
IconPlus, | ||
IconPlusCircle, | ||
IconPlusCircleFill, | ||
IconPodcast, | ||
IconPrinter, | ||
IconQuestionCircle, | ||
IconQuestionCircleFill, | ||
IconRefresh, | ||
IconRestaurant, | ||
IconRss, | ||
IconSaveDiskette, | ||
IconSaveDisketteFill, | ||
IconScroll, | ||
IconScrollCogwheel, | ||
IconScrollContent, | ||
IconScrollGroup, | ||
IconSearch, | ||
IconSenior, | ||
IconShare, | ||
IconShield, | ||
IconShoppingCart, | ||
IconSignin, | ||
IconSignout, | ||
IconSitemap, | ||
IconSliders, | ||
IconSnapchat, | ||
IconSort, | ||
IconSortAlphabeticalAscending, | ||
IconSortAlphabeticalDescending, | ||
IconSortAscending, | ||
IconSortDescending, | ||
IconSpeechbubble, | ||
IconSpeechbubbleText, | ||
IconStar, | ||
IconStarFill, | ||
IconSwapUser, | ||
IconTextBold, | ||
IconTextItalic, | ||
IconTextTool, | ||
IconThumbsDown, | ||
IconThumbsDownFill, | ||
IconThumbsUp, | ||
IconThumbsUpFill, | ||
IconTicket, | ||
IconTextTool, | ||
IconTextItalic, | ||
IconTextBold, | ||
IconSwapUser, | ||
IconStarFill, | ||
IconStar, | ||
IconSpeechbubbleText, | ||
IconSpeechbubble, | ||
IconSliders, | ||
IconSitemap, | ||
IconSignout, | ||
IconShoppingCart, | ||
IconShare, | ||
IconSenior, | ||
IconShield, | ||
IconScroll, | ||
IconScrollGroup, | ||
IconScrollContent, | ||
IconScrollCogwheel, | ||
IconSaveDisketteFill, | ||
IconSaveDiskette, | ||
IconRestaurant, | ||
IconRefresh, | ||
IconQuestionCircleFill, | ||
IconPrinter, | ||
IconPodcast, | ||
IconPlusCircleFill, | ||
IconPlusCircle, | ||
IconPlaybackStop, | ||
IconPlaybackRewind, | ||
IconPlaybackRecord, | ||
IconPlaybackPrevious, | ||
IconPlaybackPlay, | ||
IconPlaybackNext, | ||
IconPlaybackFastforward, | ||
IconPhotoPlus, | ||
IconPhone, | ||
IconPersonWheelchair, | ||
IconPersonMale, | ||
IconPersonGenderless, | ||
IconPersonFemale, | ||
IconPenLine, | ||
IconPen, | ||
IconPaperclip, | ||
IconOccupation, | ||
IconMover, | ||
IconMoneyBag, | ||
IconMoneyBagFill, | ||
IconMobile, | ||
IconMinusCircleFill, | ||
IconMinusCircle, | ||
IconMicrophoneCrossed, | ||
IconMicrophone, | ||
IconMenuDots, | ||
IconMap, | ||
IconLockOpen, | ||
IconLock, | ||
IconLocation, | ||
IconLocate, | ||
IconLink, | ||
IconLightbulb, | ||
IconLayers, | ||
IconKey, | ||
IconInfoCircle, | ||
IconHomeSmoke, | ||
IconHome, | ||
IconHistory, | ||
IconHeartFill, | ||
IconHeart, | ||
IconHeadphones, | ||
IconHammers, | ||
IconGroup, | ||
IconGraphColumns, | ||
IconGlyphEuro, | ||
IconGlyphAt, | ||
IconGlobe, | ||
IconFamily, | ||
IconFaceSmile, | ||
IconFaceSad, | ||
IconFaceNeutral, | ||
IconEvent, | ||
IconEnvelope, | ||
IconEntrepreneur, | ||
IconDrag, | ||
IconDownloadCloud, | ||
IconDownload, | ||
IconDisplay, | ||
IconCustomerBotPositive, | ||
IconCustomerBotNeutral, | ||
IconCustomerBotNegative, | ||
IconCopy, | ||
IconCompany, | ||
IconCollapse, | ||
IconCogwheels, | ||
IconCogwheel, | ||
IconCoffeeCupSaucer, | ||
IconClockPlus, | ||
IconClockCross, | ||
IconClock, | ||
IconChildren, | ||
IconCheckCircle, | ||
IconCamera, | ||
IconCalendarRecurring, | ||
IconCalendarPlus, | ||
IconCalendarCross, | ||
IconCalendarClock, | ||
IconCake, | ||
IconBellCrossed, | ||
IconBell, | ||
IconBinoculars, | ||
IconBagCogwheel, | ||
IconArrowUndo, | ||
IconArrowTopRight, | ||
IconArrowTopLeft, | ||
IconArrowRightDashed, | ||
IconArrowRedo, | ||
IconArrowLeft, | ||
IconArrowDown, | ||
IconArrowBottomRight, | ||
IconArrowBottomLeft, | ||
IconAlertCircle, | ||
IconYoutube, | ||
IconYle, | ||
IconWhatsApp, | ||
IconVimeo, | ||
IconTwitter, | ||
IconTwitch, | ||
IconTiktok, | ||
IconSnapchat, | ||
IconRss, | ||
IconLinkedin, | ||
IconInstagram, | ||
IconGoogle, | ||
IconFacebook, | ||
IconDiscord, | ||
IconTrash, | ||
IconTraveler, | ||
IconTwitch, | ||
IconTwitter, | ||
IconUpload, | ||
IconUploadCloud, | ||
IconUser, | ||
IconVaccine, | ||
IconVideocamera, | ||
IconVideocameraCrossed, | ||
IconVimeo, | ||
IconVirus, | ||
IconVolumeHigh, | ||
IconVolumeLow, | ||
IconVolumeMinus, | ||
IconVolumeMute, | ||
IconVolumePlus, | ||
IconWhatsapp as IconWhatsApp, // @deprecated Use IconWhatsapp instead | ||
IconWhatsapp, | ||
IconWifi, | ||
IconWifiCrossed, | ||
IconYle, | ||
IconYouth, | ||
IconYoutube, | ||
IconZoomIn, | ||
IconZoomOut, | ||
IconZoomText, | ||
} from 'hds-react'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.