design-react-kit 3.3.1 → 4.0.1
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/README.EN.md +35 -17
- package/README.md +34 -18
- package/package.json +152 -120
- package/src/Accordion/Accordion.tsx +30 -0
- package/src/Accordion/AccordionBody.tsx +127 -0
- package/src/Accordion/AccordionHeader.tsx +42 -0
- package/src/Alert/Alert.tsx +39 -0
- package/src/Avatar/AvatarContainer.tsx +22 -0
- package/src/Avatar/AvatarExtraText.tsx +19 -0
- package/src/Avatar/AvatarGroupContainer.tsx +23 -0
- package/src/Avatar/AvatarIcon.tsx +57 -0
- package/src/Avatar/AvatarPresence.tsx +24 -0
- package/src/Avatar/AvatarStatus.tsx +24 -0
- package/src/Avatar/AvatarWrapper.tsx +24 -0
- package/src/Badge/Badge.tsx +40 -0
- package/src/BottomNav/BottomNav.tsx +20 -0
- package/src/BottomNav/BottomNavItem.tsx +75 -0
- package/src/Breadcrumb/Breadcrumb.tsx +40 -0
- package/src/Button/Button.tsx +55 -0
- package/src/Callout/Callout.tsx +35 -0
- package/src/Callout/CalloutText.tsx +29 -0
- package/src/Callout/CalloutTitle.tsx +24 -0
- package/src/Card/Card.tsx +49 -0
- package/src/Card/CardBody.tsx +21 -0
- package/src/Card/CardCategory.tsx +48 -0
- package/src/Card/CardFooterCTA.tsx +19 -0
- package/src/Card/CardReadMore.tsx +35 -0
- package/src/Card/CardSignature.tsx +19 -0
- package/src/Card/CardTag.tsx +19 -0
- package/src/Card/CardTagsHeader.tsx +28 -0
- package/src/Card/CardText.tsx +19 -0
- package/src/Card/CardTitle.tsx +17 -0
- package/src/Chips/Chip.tsx +37 -0
- package/src/Chips/ChipLabel.tsx +19 -0
- package/src/Collapse/Collapse.tsx +100 -0
- package/src/CookieBar/CookieBar.tsx +19 -0
- package/src/CookieBar/CookieBarButton.tsx +27 -0
- package/src/CookieBar/CookieBarButtons.tsx +19 -0
- package/src/Dimmer/Dimmer.tsx +51 -0
- package/src/Dimmer/DimmerButtons.tsx +35 -0
- package/src/FontLoader/FontLoader.tsx +32 -0
- package/src/Forward/Forward.tsx +40 -0
- package/src/Grid/GridItem.tsx +23 -0
- package/src/Grid/GridItemText.tsx +20 -0
- package/src/Grid/GridItemTextWrapper.tsx +21 -0
- package/src/Grid/GridList.tsx +20 -0
- package/src/Grid/GridRow.tsx +20 -0
- package/src/Grid/index.ts +11 -0
- package/src/{components/Header/Header.js → Header/Header.tsx} +19 -24
- package/src/Header/HeaderBrand.tsx +90 -0
- package/src/Header/HeaderContent.tsx +42 -0
- package/src/Header/HeaderContext.tsx +9 -0
- package/src/Header/HeaderLinkZone.tsx +19 -0
- package/src/Header/HeaderRightZone.tsx +26 -0
- package/src/Header/HeaderSearch.tsx +33 -0
- package/src/Header/HeaderSocialsZone.tsx +26 -0
- package/src/Header/HeaderToggler.tsx +46 -0
- package/src/{components/Header/Headers.js → Header/Headers.tsx} +17 -22
- package/src/Hero/Hero.tsx +34 -0
- package/src/Hero/HeroBackground.tsx +25 -0
- package/src/Hero/HeroBody.tsx +21 -0
- package/src/Hero/HeroButton.tsx +19 -0
- package/src/Hero/HeroCategory.tsx +15 -0
- package/src/Hero/HeroTitle.tsx +16 -0
- package/src/Hero/index.ts +13 -0
- package/src/Icon/EmptyIcon.tsx +7 -0
- package/src/Icon/Icon.tsx +116 -0
- package/src/Icon/assets/ItArrowDown.tsx +9 -0
- package/src/Icon/assets/ItArrowDownCircle.tsx +9 -0
- package/src/Icon/assets/ItArrowDownTriangle.tsx +9 -0
- package/src/Icon/assets/ItArrowLeft.tsx +9 -0
- package/src/Icon/assets/ItArrowLeftCircle.tsx +9 -0
- package/src/Icon/assets/ItArrowLeftTriangle.tsx +9 -0
- package/src/Icon/assets/ItArrowRight.tsx +9 -0
- package/src/Icon/assets/ItArrowRightCircle.tsx +9 -0
- package/src/Icon/assets/ItArrowRightTriangle.tsx +9 -0
- package/src/Icon/assets/ItArrowUp.tsx +9 -0
- package/src/Icon/assets/ItArrowUpCircle.tsx +9 -0
- package/src/Icon/assets/ItArrowUpTriangle.tsx +9 -0
- package/src/Icon/assets/ItBan.tsx +9 -0
- package/src/Icon/assets/ItBehance.tsx +9 -0
- package/src/Icon/assets/ItBookmark.tsx +9 -0
- package/src/Icon/assets/ItBox.tsx +12 -0
- package/src/Icon/assets/ItBurger.tsx +9 -0
- package/src/Icon/assets/ItCalendar.tsx +9 -0
- package/src/Icon/assets/ItCamera.tsx +9 -0
- package/src/Icon/assets/ItCard.tsx +9 -0
- package/src/Icon/assets/ItChartLine.tsx +12 -0
- package/src/Icon/assets/ItCheck.tsx +9 -0
- package/src/Icon/assets/ItCheckCircle.tsx +9 -0
- package/src/Icon/assets/ItChevronLeft.tsx +8 -0
- package/src/Icon/assets/ItChevronRight.tsx +8 -0
- package/src/Icon/assets/ItClip.tsx +9 -0
- package/src/Icon/assets/ItClock.tsx +9 -0
- package/src/Icon/assets/ItClose.tsx +9 -0
- package/src/Icon/assets/ItCloseBig.tsx +9 -0
- package/src/Icon/assets/ItCloseCircle.tsx +9 -0
- package/src/Icon/assets/ItCodeCircle.tsx +9 -0
- package/src/Icon/assets/ItCollapse.tsx +8 -0
- package/src/Icon/assets/ItComment.tsx +9 -0
- package/src/Icon/assets/ItCopy.tsx +9 -0
- package/src/Icon/assets/ItDelete.tsx +12 -0
- package/src/Icon/assets/ItDesignersItalia.tsx +9 -0
- package/src/Icon/assets/ItDownload.tsx +9 -0
- package/src/Icon/assets/ItError.tsx +9 -0
- package/src/Icon/assets/ItExchangeCircle.tsx +9 -0
- package/src/Icon/assets/ItExpand.tsx +8 -0
- package/src/Icon/assets/ItExternalLink.tsx +9 -0
- package/src/Icon/assets/ItFacebook.tsx +9 -0
- package/src/Icon/assets/ItFacebookSquare.tsx +9 -0
- package/src/Icon/assets/ItFile.tsx +9 -0
- package/src/Icon/assets/ItFiles.tsx +9 -0
- package/src/Icon/assets/ItFlag.tsx +9 -0
- package/src/Icon/assets/ItFlickr.tsx +10 -0
- package/src/Icon/assets/ItFlickrSquare.tsx +9 -0
- package/src/Icon/assets/ItFolder.tsx +9 -0
- package/src/Icon/assets/ItFullscreen.tsx +11 -0
- package/src/Icon/assets/ItFunnel.tsx +9 -0
- package/src/Icon/assets/ItGithub.tsx +9 -0
- package/src/Icon/assets/ItHearing.tsx +9 -0
- package/src/Icon/assets/ItHelp.tsx +9 -0
- package/src/Icon/assets/ItHelpCircle.tsx +9 -0
- package/src/Icon/assets/ItHorn.tsx +9 -0
- package/src/Icon/assets/ItInbox.tsx +12 -0
- package/src/Icon/assets/ItInfoCircle.tsx +9 -0
- package/src/Icon/assets/ItInstagram.tsx +9 -0
- package/src/Icon/assets/ItKey.tsx +9 -0
- package/src/Icon/assets/ItLessCircle.tsx +12 -0
- package/src/Icon/assets/ItLink.tsx +9 -0
- package/src/Icon/assets/ItLinkedin.tsx +9 -0
- package/src/Icon/assets/ItLinkedinSquare.tsx +9 -0
- package/src/Icon/assets/ItList.tsx +9 -0
- package/src/Icon/assets/ItLock.tsx +12 -0
- package/src/Icon/assets/ItLocked.tsx +9 -0
- package/src/Icon/assets/ItMail.tsx +9 -0
- package/src/Icon/assets/ItMapMarker.tsx +9 -0
- package/src/Icon/assets/ItMapMarkerCircle.tsx +12 -0
- package/src/Icon/assets/ItMapMarkerMinus.tsx +9 -0
- package/src/Icon/assets/ItMapMarkerPlus.tsx +12 -0
- package/src/Icon/assets/ItMaximize.tsx +11 -0
- package/src/Icon/assets/ItMaximizeAlt.tsx +11 -0
- package/src/Icon/assets/ItMedium.tsx +9 -0
- package/src/Icon/assets/ItMediumSquare.tsx +9 -0
- package/src/Icon/assets/ItMinimize.tsx +11 -0
- package/src/Icon/assets/ItMinus.tsx +9 -0
- package/src/Icon/assets/ItMinusCircle.tsx +9 -0
- package/src/Icon/assets/ItMoreActions.tsx +9 -0
- package/src/Icon/assets/ItMoreItems.tsx +9 -0
- package/src/Icon/assets/ItNote.tsx +9 -0
- package/src/Icon/assets/ItOpenSource.tsx +9 -0
- package/src/Icon/assets/ItPa.tsx +9 -0
- package/src/Icon/assets/ItPasswordInvisible.tsx +9 -0
- package/src/Icon/assets/ItPasswordVisible.tsx +9 -0
- package/src/Icon/assets/ItPencil.tsx +9 -0
- package/src/Icon/assets/ItPiattaforme.tsx +10 -0
- package/src/Icon/assets/ItPin.tsx +9 -0
- package/src/Icon/assets/ItPlug.tsx +9 -0
- package/src/Icon/assets/ItPlus.tsx +9 -0
- package/src/Icon/assets/ItPlusCircle.tsx +9 -0
- package/src/Icon/assets/ItPresentation.tsx +9 -0
- package/src/Icon/assets/ItPrint.tsx +9 -0
- package/src/Icon/assets/ItRefresh.tsx +9 -0
- package/src/Icon/assets/ItRestore.tsx +9 -0
- package/src/Icon/assets/ItRss.tsx +11 -0
- package/src/Icon/assets/ItRssSquare.tsx +9 -0
- package/src/Icon/assets/ItSearch.tsx +9 -0
- package/src/Icon/assets/ItSettings.tsx +9 -0
- package/src/Icon/assets/ItShare.tsx +9 -0
- package/src/Icon/assets/ItSoftware.tsx +10 -0
- package/src/Icon/assets/ItStarFull.tsx +9 -0
- package/src/Icon/assets/ItStarOutline.tsx +9 -0
- package/src/Icon/assets/ItTeamDigitale.tsx +8 -0
- package/src/Icon/assets/ItTelegram.tsx +11 -0
- package/src/Icon/assets/ItTelephone.tsx +9 -0
- package/src/Icon/assets/ItTool.tsx +9 -0
- package/src/Icon/assets/ItTwitter.tsx +9 -0
- package/src/Icon/assets/ItTwitterSquare.tsx +9 -0
- package/src/Icon/assets/ItUnlocked.tsx +9 -0
- package/src/Icon/assets/ItUpload.tsx +9 -0
- package/src/Icon/assets/ItUser.tsx +9 -0
- package/src/Icon/assets/ItVideo.tsx +9 -0
- package/src/Icon/assets/ItWarning.tsx +9 -0
- package/src/Icon/assets/ItWarningCircle.tsx +9 -0
- package/src/Icon/assets/ItWhatsapp.tsx +9 -0
- package/src/Icon/assets/ItWhatsappSquare.tsx +10 -0
- package/src/Icon/assets/ItWifi.tsx +12 -0
- package/src/Icon/assets/ItYoutube.tsx +9 -0
- package/src/Icon/assets/ItZoomIn.tsx +9 -0
- package/src/Icon/assets/ItZoomOut.tsx +9 -0
- package/src/Icon/assets/index.tsx +504 -0
- package/src/Input/Input.tsx +342 -0
- package/src/Input/InputContainer.tsx +34 -0
- package/src/Input/TextArea.tsx +184 -0
- package/src/Input/TimeInput.tsx +303 -0
- package/src/Input/utils.tsx +166 -0
- package/src/LinkList/LinkList.tsx +65 -0
- package/src/LinkList/LinkListItem.tsx +98 -0
- package/src/Megamenu/Megamenu.tsx +37 -0
- package/src/Megamenu/MegamenuFooter.tsx +20 -0
- package/src/Megamenu/MegamenuHighlightColumn.tsx +33 -0
- package/src/Megamenu/MegamenuItem.tsx +27 -0
- package/src/Modal/Modal.tsx +79 -0
- package/src/Modal/ModalBody.tsx +11 -0
- package/src/Modal/ModalFooter.tsx +11 -0
- package/src/Modal/ModalHeader.tsx +70 -0
- package/src/Nav/Nav.tsx +56 -0
- package/src/Notification/Notification.tsx +60 -0
- package/src/Notification/NotificationContent.tsx +135 -0
- package/src/Notification/NotificationManager.tsx +65 -0
- package/src/Notification/core.tsx +46 -0
- package/src/Notification/index.ts +9 -0
- package/src/Notification/types.ts +12 -0
- package/src/Notification/usePosition.tsx +11 -0
- package/src/Pager/Pager.tsx +48 -0
- package/src/PasswordInput/PasswordInput.tsx +43 -0
- package/src/Progress/Progress.tsx +94 -0
- package/src/Rating/Rating.tsx +130 -0
- package/src/ResponsiveImage/ResponsiveImage.tsx +25 -0
- package/src/Section/Section.tsx +86 -0
- package/src/Select/Select.tsx +97 -0
- package/src/Select/shared.tsx +45 -0
- package/src/Sidebar/Sidebar.tsx +46 -0
- package/src/Skiplink/Skiplink.tsx +20 -0
- package/src/Skiplink/SkiplinkItem.tsx +29 -0
- package/src/Spinner/Spinner.tsx +55 -0
- package/src/Stepper/StepperContainer.tsx +30 -0
- package/src/Stepper/StepperContent.tsx +51 -0
- package/src/Stepper/StepperDots.tsx +21 -0
- package/src/Stepper/StepperHeader.tsx +19 -0
- package/src/Stepper/StepperHeaderElement.tsx +77 -0
- package/src/Stepper/StepperNav.tsx +19 -0
- package/src/ThumbNav/ThumbNav.tsx +37 -0
- package/src/ThumbNav/ThumbNavItem.tsx +35 -0
- package/src/Timeline/TimelinePin.tsx +67 -0
- package/src/Timeline/TimelineWrapper.tsx +19 -0
- package/src/Toggle/Toggle.tsx +29 -0
- package/src/Toolbar/Toolbar.tsx +28 -0
- package/src/Toolbar/ToolbarDividerItem.tsx +5 -0
- package/src/Toolbar/ToolbarItem.tsx +95 -0
- package/src/assets.d.ts +4 -0
- package/src/index.tsx +350 -0
- package/src/utils.tsx +26 -0
- package/.editorconfig +0 -18
- package/.eslintrc +0 -65
- package/.github/ISSUE_TEMPLATE/bug_report.md +0 -32
- package/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
- package/.github/PULL_REQUEST_TEMPLATE.md +0 -24
- package/AUTHORS +0 -3
- package/CODE_OF_CONDUCT.EN.md +0 -77
- package/CODE_OF_CONDUCT.md +0 -69
- package/dist/design-react-kit.cjs.js +0 -3698
- package/dist/design-react-kit.cjs.js.map +0 -1
- package/dist/design-react-kit.d.ts +0 -1704
- package/dist/design-react-kit.es.js +0 -3188
- package/dist/design-react-kit.es.js.map +0 -1
- package/dist/design-react-kit.full.js +0 -17596
- package/dist/design-react-kit.full.js.map +0 -1
- package/dist/design-react-kit.full.min.js +0 -2
- package/dist/design-react-kit.full.min.js.map +0 -1
- package/dist/design-react-kit.js +0 -13394
- package/dist/design-react-kit.js.map +0 -1
- package/dist/design-react-kit.min.js +0 -2
- package/dist/design-react-kit.min.js.map +0 -1
- package/src/Storyshots.test.js +0 -9
- package/src/components/Accordion/Accordion.js +0 -22
- package/src/components/Accordion/AccordionBody.js +0 -118
- package/src/components/Accordion/AccordionHeader.js +0 -37
- package/src/components/Autocomplete/Autocomplete.js +0 -255
- package/src/components/Avatar/AvatarContainer.js +0 -24
- package/src/components/Avatar/AvatarExtraText.js +0 -22
- package/src/components/Avatar/AvatarGroupContainer.js +0 -23
- package/src/components/Avatar/AvatarIcon.js +0 -32
- package/src/components/Avatar/AvatarPresence.js +0 -25
- package/src/components/Avatar/AvatarStatus.js +0 -25
- package/src/components/Avatar/AvatarWrapper.js +0 -25
- package/src/components/Badge/Badge.js +0 -28
- package/src/components/BottomNav/BottomNav.js +0 -27
- package/src/components/BottomNav/BottomNavItem.js +0 -69
- package/src/components/Button/Button.js +0 -26
- package/src/components/Callout/Callout.js +0 -33
- package/src/components/Callout/CalloutText.js +0 -37
- package/src/components/Callout/CalloutTitle.js +0 -27
- package/src/components/Card/Card.js +0 -50
- package/src/components/Card/CardCategory.js +0 -43
- package/src/components/Card/CardFooterCTA.js +0 -17
- package/src/components/Card/CardReadMore.js +0 -45
- package/src/components/Card/CardSignature.js +0 -17
- package/src/components/Card/CardTag.js +0 -23
- package/src/components/Card/CardTagsHeader.js +0 -21
- package/src/components/Chips/Chip.js +0 -50
- package/src/components/Chips/ChipLabel.js +0 -25
- package/src/components/Collapse/Collapse.js +0 -66
- package/src/components/CookieBar/CookieBar.js +0 -22
- package/src/components/CookieBar/CookieBarButton.js +0 -25
- package/src/components/CookieBar/CookieBarButtons.js +0 -23
- package/src/components/Dimmer/Dimmer.js +0 -38
- package/src/components/Dimmer/DimmerButtons.js +0 -35
- package/src/components/FontLoader/FontLoader.js +0 -22
- package/src/components/FormGroup/FormGroup.js +0 -137
- package/src/components/Forward/Forward.js +0 -32
- package/src/components/Header/HeaderBrand.js +0 -86
- package/src/components/Header/HeaderContent.js +0 -49
- package/src/components/Header/HeaderContext.js +0 -14
- package/src/components/Header/HeaderLinkZone.js +0 -24
- package/src/components/Header/HeaderRightZone.js +0 -33
- package/src/components/Header/HeaderSearch.js +0 -36
- package/src/components/Header/HeaderSocialsZone.js +0 -30
- package/src/components/Header/HeaderToggler.js +0 -50
- package/src/components/Hero/Hero.js +0 -10
- package/src/components/Icon/Icon.js +0 -42
- package/src/components/Input/Input.js +0 -261
- package/src/components/Input/InputContainer.js +0 -39
- package/src/components/Input/utils.js +0 -126
- package/src/components/LinkList/LinkList.js +0 -65
- package/src/components/LinkList/LinkListItem.js +0 -88
- package/src/components/Nav/Nav.js +0 -37
- package/src/components/Notification/Notification.js +0 -78
- package/src/components/Offcanvas/Offcanvas.js +0 -101
- package/src/components/Pager/Pager.js +0 -32
- package/src/components/PagerList/PagerList.js +0 -28
- package/src/components/PasswordInput/PasswordInput.js +0 -41
- package/src/components/PasswordMeter/PasswordMeter.js +0 -80
- package/src/components/Progress/Progress.js +0 -88
- package/src/components/Rating/Rating.js +0 -130
- package/src/components/Section/Section.js +0 -49
- package/src/components/Separator/Separator.js +0 -34
- package/src/components/Sidebar/Sidebar.js +0 -53
- package/src/components/Skiplink/Skiplink.js +0 -25
- package/src/components/Skiplink/SkiplinkItem.js +0 -25
- package/src/components/Spinner/Spinner.js +0 -65
- package/src/components/Stepper/StepperContainer.js +0 -33
- package/src/components/Stepper/StepperContent.js +0 -54
- package/src/components/Stepper/StepperDots.js +0 -27
- package/src/components/Stepper/StepperHeader.js +0 -27
- package/src/components/Stepper/StepperHeaderElement.js +0 -45
- package/src/components/Stepper/StepperNav.js +0 -27
- package/src/components/Table/Table.js +0 -68
- package/src/components/Timeline/TimelinePin.js +0 -59
- package/src/components/Timeline/TimelineWrapper.js +0 -21
- package/src/components/Toggle/Toggle.js +0 -27
- package/src/components/utils.js +0 -1
- package/src/index.js +0 -144
- package/static/favicons/android-chrome-192x192.png +0 -0
- package/static/favicons/android-chrome-512x512.png +0 -0
- package/static/favicons/apple-touch-icon.png +0 -0
- package/static/favicons/browserconfig.xml +0 -9
- package/static/favicons/favicon-16x16.png +0 -0
- package/static/favicons/favicon-32x32.png +0 -0
- package/static/favicons/favicon.ico +0 -0
- package/static/favicons/manifest.webmanifest +0 -21
- package/static/favicons/mstile-150x150.png +0 -0
- package/static/favicons/safari-pinned-tab.svg +0 -23
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PropTypes from 'prop-types'
|
|
3
|
-
import classNames from 'classnames'
|
|
4
|
-
import Icon from '../Icon/Icon'
|
|
5
|
-
|
|
6
|
-
const propTypes = {
|
|
7
|
-
tag: PropTypes.oneOfType([PropTypes.func, PropTypes.string]),
|
|
8
|
-
className: PropTypes.string,
|
|
9
|
-
active: PropTypes.bool,
|
|
10
|
-
link: PropTypes.string,
|
|
11
|
-
label: PropTypes.string,
|
|
12
|
-
iconName: PropTypes.string,
|
|
13
|
-
srText: PropTypes.string,
|
|
14
|
-
alert: PropTypes.bool,
|
|
15
|
-
badge: PropTypes.bool
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
const defaultProps = {
|
|
19
|
-
tag: 'a',
|
|
20
|
-
link: '#',
|
|
21
|
-
iconName: 'it-comment',
|
|
22
|
-
srText: false
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
const BottomNavItem = ({
|
|
26
|
-
active,
|
|
27
|
-
badge,
|
|
28
|
-
alert,
|
|
29
|
-
link,
|
|
30
|
-
srText,
|
|
31
|
-
iconName,
|
|
32
|
-
label,
|
|
33
|
-
tag: Tag,
|
|
34
|
-
...attributes
|
|
35
|
-
}) => {
|
|
36
|
-
const activeClass = classNames(active ? 'active' : false)
|
|
37
|
-
const badgeWrapper = badge ? (
|
|
38
|
-
<div className="badge-wrapper">
|
|
39
|
-
<span className="bottom-nav-badge">{badge}</span>
|
|
40
|
-
</div>
|
|
41
|
-
) : (
|
|
42
|
-
false
|
|
43
|
-
)
|
|
44
|
-
const alertWrapper = alert ? (
|
|
45
|
-
<div className="badge-wrapper">
|
|
46
|
-
<span className="bottom-nav-alert" />
|
|
47
|
-
</div>
|
|
48
|
-
) : (
|
|
49
|
-
false
|
|
50
|
-
)
|
|
51
|
-
return (
|
|
52
|
-
<li {...attributes}>
|
|
53
|
-
<Tag href={link} className={activeClass}>
|
|
54
|
-
{badgeWrapper}
|
|
55
|
-
{alertWrapper}
|
|
56
|
-
<Icon icon={iconName} />
|
|
57
|
-
<span className="bottom-nav-label">
|
|
58
|
-
{label}
|
|
59
|
-
<span className="sr-only">{srText}</span>
|
|
60
|
-
</span>
|
|
61
|
-
</Tag>
|
|
62
|
-
</li>
|
|
63
|
-
)
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
BottomNavItem.propTypes = propTypes
|
|
67
|
-
BottomNavItem.defaultProps = defaultProps
|
|
68
|
-
|
|
69
|
-
export default BottomNavItem
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PropTypes from 'prop-types'
|
|
3
|
-
import classNames from 'classnames'
|
|
4
|
-
|
|
5
|
-
import { Button as ButtonBase } from 'reactstrap'
|
|
6
|
-
|
|
7
|
-
const propTypes = {
|
|
8
|
-
...ButtonBase.propTypes,
|
|
9
|
-
icon: PropTypes.bool
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
const defaultProps = {
|
|
13
|
-
...ButtonBase.defaultProps,
|
|
14
|
-
icon: false
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
const Button = ({ icon, className, ...attributes }) => {
|
|
18
|
-
const classes = classNames(className, {
|
|
19
|
-
'btn-icon': icon
|
|
20
|
-
})
|
|
21
|
-
return <ButtonBase className={classes} {...attributes} />
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
Button.propTypes = propTypes
|
|
25
|
-
Button.defaultProps = defaultProps
|
|
26
|
-
export default Button
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PropTypes from 'prop-types'
|
|
3
|
-
import classNames from 'classnames'
|
|
4
|
-
|
|
5
|
-
const propTypes = {
|
|
6
|
-
children: PropTypes.node,
|
|
7
|
-
className: PropTypes.string,
|
|
8
|
-
color: PropTypes.string,
|
|
9
|
-
highlight: PropTypes.bool,
|
|
10
|
-
tag: PropTypes.oneOfType([PropTypes.func, PropTypes.string])
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
const defaultProps = {
|
|
14
|
-
color: '',
|
|
15
|
-
highlight: false,
|
|
16
|
-
tag: 'div'
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
const Callout = ({ children, color, highlight, tag: Tag, ...attributes }) => {
|
|
20
|
-
const classes = classNames('callout', color, {
|
|
21
|
-
'callout-highlight': highlight
|
|
22
|
-
})
|
|
23
|
-
return (
|
|
24
|
-
<Tag className={classes} {...attributes}>
|
|
25
|
-
{children}
|
|
26
|
-
</Tag>
|
|
27
|
-
)
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
Callout.propTypes = propTypes
|
|
31
|
-
Callout.defaultProps = defaultProps
|
|
32
|
-
|
|
33
|
-
export default Callout
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PropTypes from 'prop-types'
|
|
3
|
-
import classNames from 'classnames'
|
|
4
|
-
|
|
5
|
-
const propTypes = {
|
|
6
|
-
bigText: PropTypes.bool,
|
|
7
|
-
className: PropTypes.string,
|
|
8
|
-
children: PropTypes.node,
|
|
9
|
-
tag: PropTypes.oneOfType([PropTypes.func, PropTypes.string])
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
const defaultProps = {
|
|
13
|
-
bigText: false,
|
|
14
|
-
tag: 'p'
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
const CalloutText = ({
|
|
18
|
-
bigText,
|
|
19
|
-
children,
|
|
20
|
-
className,
|
|
21
|
-
tag: Tag,
|
|
22
|
-
...attributes
|
|
23
|
-
}) => {
|
|
24
|
-
const classes = classNames(className, {
|
|
25
|
-
'callout-big-text': bigText
|
|
26
|
-
})
|
|
27
|
-
return (
|
|
28
|
-
<Tag className={classes} {...attributes}>
|
|
29
|
-
{children}
|
|
30
|
-
</Tag>
|
|
31
|
-
)
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
CalloutText.propTypes = propTypes
|
|
35
|
-
CalloutText.defaultProps = defaultProps
|
|
36
|
-
|
|
37
|
-
export default CalloutText
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PropTypes from 'prop-types'
|
|
3
|
-
import classNames from 'classnames'
|
|
4
|
-
|
|
5
|
-
const propTypes = {
|
|
6
|
-
children: PropTypes.node,
|
|
7
|
-
className: PropTypes.string,
|
|
8
|
-
tag: PropTypes.oneOfType([PropTypes.func, PropTypes.string])
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
const defaultProps = {
|
|
12
|
-
tag: 'div'
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
const CalloutTitle = ({ children, className, tag: Tag, ...attributes }) => {
|
|
16
|
-
const classes = classNames(className, 'callout-title')
|
|
17
|
-
return (
|
|
18
|
-
<Tag className={classes} {...attributes}>
|
|
19
|
-
{children}
|
|
20
|
-
</Tag>
|
|
21
|
-
)
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
CalloutTitle.propTypes = propTypes
|
|
25
|
-
CalloutTitle.defaultProps = defaultProps
|
|
26
|
-
|
|
27
|
-
export default CalloutTitle
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PropTypes from 'prop-types'
|
|
3
|
-
import classNames from 'classnames'
|
|
4
|
-
import { Card as CardBase } from 'reactstrap'
|
|
5
|
-
|
|
6
|
-
const propTypes = {
|
|
7
|
-
// eslint-disable-next-line react/forbid-foreign-prop-types
|
|
8
|
-
...CardBase.propTypes,
|
|
9
|
-
teaser: PropTypes.bool,
|
|
10
|
-
spacing: PropTypes.bool,
|
|
11
|
-
noWrapper: PropTypes.bool,
|
|
12
|
-
wrapperClassName: PropTypes.string
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
const defaultProps = {
|
|
16
|
-
// eslint-disable-next-line react/forbid-foreign-prop-types
|
|
17
|
-
...CardBase.defaultProps,
|
|
18
|
-
noWrapper: false
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
const Card = ({
|
|
22
|
-
teaser,
|
|
23
|
-
spacing,
|
|
24
|
-
noWrapper,
|
|
25
|
-
wrapperClassName,
|
|
26
|
-
...attributes
|
|
27
|
-
}) => {
|
|
28
|
-
const wrapperClasses = classNames('card-wrapper', wrapperClassName, {
|
|
29
|
-
'card-space': spacing,
|
|
30
|
-
'card-teaser-wrapper': teaser
|
|
31
|
-
})
|
|
32
|
-
const cardClasses = classNames(attributes.className, {
|
|
33
|
-
'card-teaser': teaser
|
|
34
|
-
})
|
|
35
|
-
|
|
36
|
-
if (noWrapper) {
|
|
37
|
-
return <CardBase {...attributes} className={cardClasses} />
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
return (
|
|
41
|
-
<div className={wrapperClasses}>
|
|
42
|
-
<CardBase {...attributes} className={cardClasses} />
|
|
43
|
-
</div>
|
|
44
|
-
)
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
Card.propTypes = propTypes
|
|
48
|
-
Card.defaultProps = defaultProps
|
|
49
|
-
|
|
50
|
-
export default Card
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PropTypes from 'prop-types'
|
|
3
|
-
import classNames from 'classnames'
|
|
4
|
-
|
|
5
|
-
import Icon from '../Icon/Icon'
|
|
6
|
-
|
|
7
|
-
const propTypes = {
|
|
8
|
-
iconName: PropTypes.string,
|
|
9
|
-
date: PropTypes.string,
|
|
10
|
-
href: PropTypes.string
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
const CardCategory = props => {
|
|
14
|
-
const { iconName, date, href, ...attributes } = props
|
|
15
|
-
const { children, ...rest } = attributes
|
|
16
|
-
const classes = classNames({
|
|
17
|
-
'category-top': date || ' ',
|
|
18
|
-
'categoryicon-top': iconName
|
|
19
|
-
})
|
|
20
|
-
// Simple category link
|
|
21
|
-
const categoryLink = !iconName && (
|
|
22
|
-
<a href={href} className="category">
|
|
23
|
-
{children}
|
|
24
|
-
</a>
|
|
25
|
-
)
|
|
26
|
-
const categoryDate = date && <span className="data">{date}</span>
|
|
27
|
-
// Category with icon
|
|
28
|
-
const categoryText = iconName && <span className="text">{children}</span>
|
|
29
|
-
const categoryIcon = iconName && <Icon icon={iconName} />
|
|
30
|
-
|
|
31
|
-
return (
|
|
32
|
-
<div className={classes} {...rest}>
|
|
33
|
-
{categoryLink}
|
|
34
|
-
{categoryIcon}
|
|
35
|
-
{categoryText}
|
|
36
|
-
{categoryDate}
|
|
37
|
-
</div>
|
|
38
|
-
)
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
CardCategory.propTypes = propTypes
|
|
42
|
-
|
|
43
|
-
export default CardCategory
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PropTypes from 'prop-types'
|
|
3
|
-
import classNames from 'classnames'
|
|
4
|
-
|
|
5
|
-
const propTypes = {
|
|
6
|
-
className: PropTypes.string
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
const CardFooterCTA = props => {
|
|
10
|
-
const { className, ...attributes } = props
|
|
11
|
-
const classes = classNames(className, 'it-card-footer')
|
|
12
|
-
return <div className={classes} {...attributes} />
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
CardFooterCTA.propTypes = propTypes
|
|
16
|
-
|
|
17
|
-
export default CardFooterCTA
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PropTypes from 'prop-types'
|
|
3
|
-
import classNames from 'classnames'
|
|
4
|
-
|
|
5
|
-
import Icon from '../Icon/Icon'
|
|
6
|
-
|
|
7
|
-
const propTypes = {
|
|
8
|
-
className: PropTypes.string,
|
|
9
|
-
iconName: PropTypes.string,
|
|
10
|
-
href: PropTypes.string,
|
|
11
|
-
text: PropTypes.string,
|
|
12
|
-
tag: PropTypes.oneOfType([
|
|
13
|
-
PropTypes.func,
|
|
14
|
-
PropTypes.string,
|
|
15
|
-
PropTypes.shape({ $$typeof: PropTypes.symbol, render: PropTypes.func }),
|
|
16
|
-
PropTypes.arrayOf(
|
|
17
|
-
PropTypes.oneOfType([
|
|
18
|
-
PropTypes.func,
|
|
19
|
-
PropTypes.string,
|
|
20
|
-
PropTypes.shape({ $$typeof: PropTypes.symbol, render: PropTypes.func })
|
|
21
|
-
])
|
|
22
|
-
)
|
|
23
|
-
])
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
const defaultProps = {
|
|
27
|
-
tag: 'a',
|
|
28
|
-
iconName: 'it-arrow-right'
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
const CardReadMore = props => {
|
|
32
|
-
const { className, text, iconName, tag: Tag, href, ...attributes } = props
|
|
33
|
-
const classes = classNames(className, 'read-more')
|
|
34
|
-
return (
|
|
35
|
-
<Tag className={classes} href={href} {...attributes}>
|
|
36
|
-
<span className="text">{text}</span>
|
|
37
|
-
{iconName && <Icon icon={iconName} />}
|
|
38
|
-
</Tag>
|
|
39
|
-
)
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
CardReadMore.propTypes = propTypes
|
|
43
|
-
CardReadMore.defaultProps = defaultProps
|
|
44
|
-
|
|
45
|
-
export default CardReadMore
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PropTypes from 'prop-types'
|
|
3
|
-
import classNames from 'classnames'
|
|
4
|
-
|
|
5
|
-
const propTypes = {
|
|
6
|
-
className: PropTypes.string
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
const CardSignature = props => {
|
|
10
|
-
const { className, ...attributes } = props
|
|
11
|
-
const classes = classNames(className, 'card-signature')
|
|
12
|
-
return <span className={classes} {...attributes} />
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
CardSignature.propTypes = propTypes
|
|
16
|
-
|
|
17
|
-
export default CardSignature
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PropTypes from 'prop-types'
|
|
3
|
-
import classNames from 'classnames'
|
|
4
|
-
|
|
5
|
-
const propTypes = {
|
|
6
|
-
tag: PropTypes.string,
|
|
7
|
-
className: PropTypes.string
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const defaultProps = {
|
|
11
|
-
tag: 'a'
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
const CardTag = props => {
|
|
15
|
-
const { className, tag: Tag, ...attributes } = props
|
|
16
|
-
const classes = classNames(className, 'card-tag')
|
|
17
|
-
return <Tag className={classes} {...attributes} />
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
CardTag.propTypes = propTypes
|
|
21
|
-
CardTag.defaultProps = defaultProps
|
|
22
|
-
|
|
23
|
-
export default CardTag
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PropTypes from 'prop-types'
|
|
3
|
-
|
|
4
|
-
const propTypes = {
|
|
5
|
-
children: PropTypes.node,
|
|
6
|
-
date: PropTypes.string
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
const CardTagsHeader = props => {
|
|
10
|
-
const { date, children, ...attributes } = props
|
|
11
|
-
return (
|
|
12
|
-
<div className="head-tags" {...attributes}>
|
|
13
|
-
{children}
|
|
14
|
-
{date && <span className="data">{date}</span>}
|
|
15
|
-
</div>
|
|
16
|
-
)
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
CardTagsHeader.propTypes = propTypes
|
|
20
|
-
|
|
21
|
-
export default CardTagsHeader
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PropTypes from 'prop-types'
|
|
3
|
-
import classNames from 'classnames'
|
|
4
|
-
|
|
5
|
-
const propTypes = {
|
|
6
|
-
/** Utilizzarlo in caso di utilizzo di componenti personalizzati */
|
|
7
|
-
tag: PropTypes.oneOfType([PropTypes.func, PropTypes.string]),
|
|
8
|
-
/** Classi aggiuntive da usare per il componente Chip */
|
|
9
|
-
className: PropTypes.string,
|
|
10
|
-
/** Impostarlo su `true` per centrare la label all'interno */
|
|
11
|
-
simple: PropTypes.bool,
|
|
12
|
-
/** Impostarlo su `true` per una versione più grande del componente Chip. */
|
|
13
|
-
large: PropTypes.bool,
|
|
14
|
-
/** Impostarlo su `true` per renderizzare il componente Chip come disabilitato */
|
|
15
|
-
disabled: PropTypes.bool,
|
|
16
|
-
color: PropTypes.string
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
const defaultProps = {
|
|
20
|
-
tag: 'div',
|
|
21
|
-
simple: false,
|
|
22
|
-
large: false,
|
|
23
|
-
disabled: false,
|
|
24
|
-
color: ''
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
const Chip = props => {
|
|
28
|
-
const {
|
|
29
|
-
className,
|
|
30
|
-
color,
|
|
31
|
-
tag: Tag,
|
|
32
|
-
simple,
|
|
33
|
-
large,
|
|
34
|
-
disabled,
|
|
35
|
-
...attributes
|
|
36
|
-
} = props
|
|
37
|
-
const classes = classNames('chip', className, {
|
|
38
|
-
'chip-simple': simple,
|
|
39
|
-
'chip-lg': large,
|
|
40
|
-
'chip-disabled': disabled,
|
|
41
|
-
[`chip-${color}`]: color
|
|
42
|
-
})
|
|
43
|
-
|
|
44
|
-
return <Tag className={classes} {...attributes} />
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
Chip.propTypes = propTypes
|
|
48
|
-
Chip.defaultProps = defaultProps
|
|
49
|
-
|
|
50
|
-
export default Chip
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PropTypes from 'prop-types'
|
|
3
|
-
import classNames from 'classnames'
|
|
4
|
-
|
|
5
|
-
const propTypes = {
|
|
6
|
-
/** Utilizzarlo in caso di utilizzo di componenti personalizzati */
|
|
7
|
-
tag: PropTypes.oneOfType([PropTypes.func, PropTypes.string]),
|
|
8
|
-
/** Classi aggiuntive da usare per il componente ChipLabel */
|
|
9
|
-
className: PropTypes.string
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
const defaultProps = {
|
|
13
|
-
tag: 'span'
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
const ChipLabel = props => {
|
|
17
|
-
const { className, tag: Tag, ...attributes } = props
|
|
18
|
-
const classes = classNames(className, 'chip-label')
|
|
19
|
-
return <Tag {...attributes} className={classes} />
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
ChipLabel.propTypes = propTypes
|
|
23
|
-
ChipLabel.defaultProps = defaultProps
|
|
24
|
-
|
|
25
|
-
export default ChipLabel
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PropTypes from 'prop-types'
|
|
3
|
-
import classNames from 'classnames'
|
|
4
|
-
|
|
5
|
-
import { Collapse as CollapseBase } from 'reactstrap'
|
|
6
|
-
|
|
7
|
-
const propTypes = {
|
|
8
|
-
...CollapseBase.propTypes, // eslint-disable-line react/forbid-foreign-prop-types
|
|
9
|
-
/** Indica se il componente Collapse è usato all'interno di un componente Header */
|
|
10
|
-
header: PropTypes.bool,
|
|
11
|
-
/** Indica se il menu HeaderNav sia aperto o meno. Usato unicamente nel caso della HeaderNav, ovvero con navbar e header entrambi true */
|
|
12
|
-
inOpen: PropTypes.bool,
|
|
13
|
-
/** Funzione chiamata su click di overlay dell'HeaderNav aperto. Usato unicamente nel caso della HeaderNav, ovvero con navbar e header entrambi true */
|
|
14
|
-
onOverlayClick: PropTypes.func
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
const Collapse = ({
|
|
18
|
-
header,
|
|
19
|
-
className,
|
|
20
|
-
navbar,
|
|
21
|
-
children,
|
|
22
|
-
isOpen,
|
|
23
|
-
onOverlayClick,
|
|
24
|
-
...attributes
|
|
25
|
-
}) => {
|
|
26
|
-
if (navbar && header) {
|
|
27
|
-
const classes = classNames(className, 'navbar-collapsable', {
|
|
28
|
-
expanded: isOpen
|
|
29
|
-
})
|
|
30
|
-
return (
|
|
31
|
-
<CollapseBase
|
|
32
|
-
className={classes}
|
|
33
|
-
navbar={navbar}
|
|
34
|
-
style={{ display: isOpen ? 'block' : 'none' }}
|
|
35
|
-
{...attributes}>
|
|
36
|
-
<div
|
|
37
|
-
className="overlay"
|
|
38
|
-
style={{ display: isOpen ? 'block' : 'none' }}
|
|
39
|
-
onClick={onOverlayClick}></div>
|
|
40
|
-
<div className="close-div sr-only">
|
|
41
|
-
<button className="btn close-menu" type="button">
|
|
42
|
-
<span className="it-close"></span>close
|
|
43
|
-
</button>
|
|
44
|
-
</div>
|
|
45
|
-
{children}
|
|
46
|
-
</CollapseBase>
|
|
47
|
-
)
|
|
48
|
-
}
|
|
49
|
-
const classes = classNames(className, {
|
|
50
|
-
'link-list-wrapper': header
|
|
51
|
-
})
|
|
52
|
-
|
|
53
|
-
return (
|
|
54
|
-
<CollapseBase
|
|
55
|
-
className={classes}
|
|
56
|
-
{...attributes}
|
|
57
|
-
navbar={navbar}
|
|
58
|
-
isOpen={isOpen}>
|
|
59
|
-
{children}
|
|
60
|
-
</CollapseBase>
|
|
61
|
-
)
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
Collapse.propTypes = propTypes
|
|
65
|
-
Collapse.defaultProps = CollapseBase.defaultProps
|
|
66
|
-
export default Collapse
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PropTypes from 'prop-types'
|
|
3
|
-
import classNames from 'classnames'
|
|
4
|
-
|
|
5
|
-
const propTypes = {
|
|
6
|
-
tag: PropTypes.oneOfType([PropTypes.func, PropTypes.string]),
|
|
7
|
-
className: PropTypes.string
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const defaultProps = {
|
|
11
|
-
tag: 'div'
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
function CookieBar(props) {
|
|
15
|
-
const { className, tag: Tag, ...attributes } = props
|
|
16
|
-
const wrapperClasses = classNames('cookiebar show', className)
|
|
17
|
-
return <Tag {...attributes} className={wrapperClasses} />
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
CookieBar.propTypes = propTypes
|
|
21
|
-
CookieBar.defaultProps = defaultProps
|
|
22
|
-
export default CookieBar
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PropTypes from 'prop-types'
|
|
3
|
-
import classNames from 'classnames'
|
|
4
|
-
|
|
5
|
-
const propTypes = {
|
|
6
|
-
tag: PropTypes.oneOfType([PropTypes.func, PropTypes.string]),
|
|
7
|
-
className: PropTypes.string
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const defaultProps = {
|
|
11
|
-
tag: 'button'
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
class CookieBarButton extends React.Component {
|
|
15
|
-
render() {
|
|
16
|
-
const { tag: Tag, className, ...attributes } = this.props
|
|
17
|
-
const activeClass = classNames(className, 'cookiebar-btn')
|
|
18
|
-
return <Tag href className={activeClass} {...attributes} />
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
CookieBarButton.propTypes = propTypes
|
|
23
|
-
CookieBarButton.defaultProps = defaultProps
|
|
24
|
-
|
|
25
|
-
export default CookieBarButton
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PropTypes from 'prop-types'
|
|
3
|
-
import classNames from 'classnames'
|
|
4
|
-
|
|
5
|
-
const propTypes = {
|
|
6
|
-
tag: PropTypes.oneOfType([PropTypes.func, PropTypes.string]),
|
|
7
|
-
className: PropTypes.string
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
const defaultProps = {
|
|
11
|
-
tag: 'div'
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
const CookieBarButtons = props => {
|
|
15
|
-
const { className, tag: Tag, ...attributes } = props
|
|
16
|
-
const buttonClasses = classNames(className, 'cookiebar-buttons')
|
|
17
|
-
return <Tag className={buttonClasses} {...attributes} />
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
CookieBarButtons.propTypes = propTypes
|
|
21
|
-
CookieBarButtons.defaultProps = defaultProps
|
|
22
|
-
|
|
23
|
-
export default CookieBarButtons
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import React from 'react'
|
|
2
|
-
import PropTypes from 'prop-types'
|
|
3
|
-
import classNames from 'classnames'
|
|
4
|
-
|
|
5
|
-
import Icon from '../Icon/Icon'
|
|
6
|
-
|
|
7
|
-
const propTypes = {
|
|
8
|
-
icon: PropTypes.string,
|
|
9
|
-
color: PropTypes.string,
|
|
10
|
-
className: PropTypes.string
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
const Dimmer = props => {
|
|
14
|
-
const { icon, color, className, ...attributes } = props
|
|
15
|
-
const { children, ...rest } = attributes
|
|
16
|
-
const classes = classNames('dimmer', className, {
|
|
17
|
-
[`dimmer-${color}`]: color
|
|
18
|
-
})
|
|
19
|
-
const innerClasses = classNames('dimmer-inner', className)
|
|
20
|
-
const dimmerIcon = icon && (
|
|
21
|
-
<div className="dimmer-icon">
|
|
22
|
-
<Icon icon={icon} />
|
|
23
|
-
</div>
|
|
24
|
-
)
|
|
25
|
-
|
|
26
|
-
return (
|
|
27
|
-
<div className={classes} {...rest} style={{ display: 'flex' }}>
|
|
28
|
-
<div className={innerClasses} {...rest}>
|
|
29
|
-
{dimmerIcon}
|
|
30
|
-
{children}
|
|
31
|
-
</div>
|
|
32
|
-
</div>
|
|
33
|
-
)
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
Dimmer.propTypes = propTypes
|
|
37
|
-
|
|
38
|
-
export default Dimmer
|