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
package/src/index.tsx
ADDED
|
@@ -0,0 +1,350 @@
|
|
|
1
|
+
export {
|
|
2
|
+
Container,
|
|
3
|
+
Row,
|
|
4
|
+
Col,
|
|
5
|
+
Navbar,
|
|
6
|
+
NavbarBrand,
|
|
7
|
+
NavbarToggler,
|
|
8
|
+
NavItem,
|
|
9
|
+
NavLink,
|
|
10
|
+
BreadcrumbItem,
|
|
11
|
+
ButtonDropdown,
|
|
12
|
+
ButtonGroup,
|
|
13
|
+
ButtonToolbar,
|
|
14
|
+
Dropdown,
|
|
15
|
+
DropdownItem,
|
|
16
|
+
DropdownMenu,
|
|
17
|
+
DropdownToggle,
|
|
18
|
+
Fade,
|
|
19
|
+
CardLink,
|
|
20
|
+
CardGroup,
|
|
21
|
+
CardDeck,
|
|
22
|
+
CardColumns,
|
|
23
|
+
CardFooter,
|
|
24
|
+
CardHeader,
|
|
25
|
+
CardImg,
|
|
26
|
+
CardImgOverlay,
|
|
27
|
+
CardSubtitle,
|
|
28
|
+
Popover,
|
|
29
|
+
PopoverBody,
|
|
30
|
+
PopoverHeader,
|
|
31
|
+
Tooltip,
|
|
32
|
+
Table,
|
|
33
|
+
ListGroup,
|
|
34
|
+
Form,
|
|
35
|
+
FormFeedback,
|
|
36
|
+
FormGroup,
|
|
37
|
+
FormText,
|
|
38
|
+
InputGroup,
|
|
39
|
+
InputGroupAddon,
|
|
40
|
+
InputGroupButtonDropdown,
|
|
41
|
+
InputGroupText,
|
|
42
|
+
Label,
|
|
43
|
+
Media,
|
|
44
|
+
PaginationItem as PagerItem,
|
|
45
|
+
PaginationLink as PagerLink,
|
|
46
|
+
TabContent,
|
|
47
|
+
TabPane,
|
|
48
|
+
Jumbotron,
|
|
49
|
+
ListGroupItem,
|
|
50
|
+
ListGroupItemText,
|
|
51
|
+
ListGroupItemHeading,
|
|
52
|
+
UncontrolledAlert,
|
|
53
|
+
UncontrolledButtonDropdown,
|
|
54
|
+
UncontrolledCollapse,
|
|
55
|
+
UncontrolledDropdown,
|
|
56
|
+
UncontrolledTooltip,
|
|
57
|
+
Util
|
|
58
|
+
} from 'reactstrap';
|
|
59
|
+
|
|
60
|
+
export { useNavScroll } from 'react-use-navscroll';
|
|
61
|
+
|
|
62
|
+
export { Alert } from './Alert/Alert';
|
|
63
|
+
export { Accordion } from './Accordion/Accordion';
|
|
64
|
+
export { AccordionHeader } from './Accordion/AccordionHeader';
|
|
65
|
+
export { AccordionBody } from './Accordion/AccordionBody';
|
|
66
|
+
export { AvatarContainer } from './Avatar/AvatarContainer';
|
|
67
|
+
export { AvatarGroupContainer } from './Avatar/AvatarGroupContainer';
|
|
68
|
+
export { AvatarExtraText } from './Avatar/AvatarExtraText';
|
|
69
|
+
export { AvatarIcon } from './Avatar/AvatarIcon';
|
|
70
|
+
export { AvatarPresence } from './Avatar/AvatarPresence';
|
|
71
|
+
export { AvatarStatus } from './Avatar/AvatarStatus';
|
|
72
|
+
export { AvatarWrapper } from './Avatar/AvatarWrapper';
|
|
73
|
+
export { Badge } from './Badge/Badge';
|
|
74
|
+
export { Breadcrumb } from './Breadcrumb/Breadcrumb';
|
|
75
|
+
export { Button } from './Button/Button';
|
|
76
|
+
export { Forward } from './Forward/Forward';
|
|
77
|
+
export { Callout } from './Callout/Callout';
|
|
78
|
+
export { CalloutText } from './Callout/CalloutText';
|
|
79
|
+
export { CalloutTitle } from './Callout/CalloutTitle';
|
|
80
|
+
export { Card } from './Card/Card';
|
|
81
|
+
export { CardBody } from './Card/CardBody';
|
|
82
|
+
export { CardTitle } from './Card/CardTitle';
|
|
83
|
+
export { CardText } from './Card/CardText';
|
|
84
|
+
export { CardCategory } from './Card/CardCategory';
|
|
85
|
+
export { CardTag } from './Card/CardTag';
|
|
86
|
+
export { CardTagsHeader } from './Card/CardTagsHeader';
|
|
87
|
+
export { CardSignature } from './Card/CardSignature';
|
|
88
|
+
export { CardFooterCTA } from './Card/CardFooterCTA';
|
|
89
|
+
export { CardReadMore } from './Card/CardReadMore';
|
|
90
|
+
export { Collapse } from './Collapse/Collapse';
|
|
91
|
+
export {
|
|
92
|
+
GridItem,
|
|
93
|
+
GridItemText,
|
|
94
|
+
GridItemTextWrapper,
|
|
95
|
+
GridList,
|
|
96
|
+
GridRow
|
|
97
|
+
} from './Grid/index';
|
|
98
|
+
export { Header } from './Header/Header';
|
|
99
|
+
export { Headers } from './Header/Headers';
|
|
100
|
+
export { HeaderBrand } from './Header/HeaderBrand';
|
|
101
|
+
export { HeaderContent } from './Header/HeaderContent';
|
|
102
|
+
export { HeaderLinkZone } from './Header/HeaderLinkZone';
|
|
103
|
+
export { HeaderRightZone } from './Header/HeaderRightZone';
|
|
104
|
+
export { HeaderSearch } from './Header/HeaderSearch';
|
|
105
|
+
export { HeaderSocialsZone } from './Header/HeaderSocialsZone';
|
|
106
|
+
export { HeaderToggler } from './Header/HeaderToggler';
|
|
107
|
+
export {
|
|
108
|
+
Hero,
|
|
109
|
+
HeroBackground,
|
|
110
|
+
HeroBody,
|
|
111
|
+
HeroButton,
|
|
112
|
+
HeroCategory,
|
|
113
|
+
HeroTitle
|
|
114
|
+
} from './Hero/index';
|
|
115
|
+
export {
|
|
116
|
+
Icon,
|
|
117
|
+
iconsList as icons,
|
|
118
|
+
preloadIcons,
|
|
119
|
+
clearIconCache
|
|
120
|
+
} from './Icon/Icon';
|
|
121
|
+
export { Input } from './Input/Input';
|
|
122
|
+
export { InputContainer } from './Input/InputContainer';
|
|
123
|
+
export { TextArea } from './Input/TextArea';
|
|
124
|
+
export { LinkList } from './LinkList/LinkList';
|
|
125
|
+
export { LinkListItem } from './LinkList/LinkListItem';
|
|
126
|
+
export { Megamenu } from './Megamenu/Megamenu';
|
|
127
|
+
export { MegamenuItem } from './Megamenu/MegamenuItem';
|
|
128
|
+
export { MegamenuFooter } from './Megamenu/MegamenuFooter';
|
|
129
|
+
export { MegamenuHighlightColumn } from './Megamenu/MegamenuHighlightColumn';
|
|
130
|
+
export { Modal } from './Modal/Modal';
|
|
131
|
+
export { ModalHeader } from './Modal/ModalHeader';
|
|
132
|
+
export { ModalBody } from './Modal/ModalBody';
|
|
133
|
+
export { ModalFooter } from './Modal/ModalFooter';
|
|
134
|
+
export { Nav } from './Nav/Nav';
|
|
135
|
+
export { Pager } from './Pager/Pager';
|
|
136
|
+
export { Rating } from './Rating/Rating';
|
|
137
|
+
export { ResponsiveImage } from './ResponsiveImage/ResponsiveImage';
|
|
138
|
+
export { PasswordInput } from './PasswordInput/PasswordInput';
|
|
139
|
+
export { Skiplink } from './Skiplink/Skiplink';
|
|
140
|
+
export { SkiplinkItem } from './Skiplink/SkiplinkItem';
|
|
141
|
+
export { Toggle } from './Toggle/Toggle';
|
|
142
|
+
export { Sidebar } from './Sidebar/Sidebar';
|
|
143
|
+
export { Progress } from './Progress/Progress';
|
|
144
|
+
export { Spinner } from './Spinner/Spinner';
|
|
145
|
+
export { BottomNav } from './BottomNav/BottomNav';
|
|
146
|
+
export { BottomNavItem } from './BottomNav/BottomNavItem';
|
|
147
|
+
export { ThumbNav } from './ThumbNav/ThumbNav';
|
|
148
|
+
export { ThumbNavItem } from './ThumbNav/ThumbNavItem';
|
|
149
|
+
export { CookieBar } from './CookieBar/CookieBar';
|
|
150
|
+
export { CookieBarButtons } from './CookieBar/CookieBarButtons';
|
|
151
|
+
export { CookieBarButton } from './CookieBar/CookieBarButton';
|
|
152
|
+
export { Chip } from './Chips/Chip';
|
|
153
|
+
export { ChipLabel } from './Chips/ChipLabel';
|
|
154
|
+
export { FontLoader } from './FontLoader/FontLoader';
|
|
155
|
+
export { Dimmer } from './Dimmer/Dimmer';
|
|
156
|
+
export { DimmerButtons } from './Dimmer/DimmerButtons';
|
|
157
|
+
export { TimeInput } from './Input/TimeInput';
|
|
158
|
+
export { Timeline } from './Timeline/TimelineWrapper';
|
|
159
|
+
export { TimelinePin } from './Timeline/TimelinePin';
|
|
160
|
+
export { Select } from './Select/Select';
|
|
161
|
+
export { StepperHeader } from './Stepper/StepperHeader';
|
|
162
|
+
export { StepperContainer } from './Stepper/StepperContainer';
|
|
163
|
+
export { StepperHeaderElement } from './Stepper/StepperHeaderElement';
|
|
164
|
+
export { StepperNav } from './Stepper/StepperNav';
|
|
165
|
+
export { StepperDots } from './Stepper/StepperDots';
|
|
166
|
+
export { StepperContent } from './Stepper/StepperContent';
|
|
167
|
+
export { Section } from './Section/Section';
|
|
168
|
+
export {
|
|
169
|
+
NotificationManager,
|
|
170
|
+
notify,
|
|
171
|
+
createNotification
|
|
172
|
+
} from './Notification';
|
|
173
|
+
export { Toolbar } from './Toolbar/Toolbar';
|
|
174
|
+
export { ToolbarItem } from './Toolbar/ToolbarItem';
|
|
175
|
+
export { ToolbarDividerItem } from './Toolbar/ToolbarDividerItem';
|
|
176
|
+
|
|
177
|
+
// Types
|
|
178
|
+
export type { AlertProps } from './Alert/Alert';
|
|
179
|
+
export type { AccordionProps } from './Accordion/Accordion';
|
|
180
|
+
export type { AccordionHeaderProps } from './Accordion/AccordionHeader';
|
|
181
|
+
export type { AccordionBodyProps } from './Accordion/AccordionBody';
|
|
182
|
+
export type { AvatarContainerProps } from './Avatar/AvatarContainer';
|
|
183
|
+
export type { AvatarGroupContainerProps } from './Avatar/AvatarGroupContainer';
|
|
184
|
+
export type { AvatarExtraTextProps } from './Avatar/AvatarExtraText';
|
|
185
|
+
export type { AvatarIconProps } from './Avatar/AvatarIcon';
|
|
186
|
+
export type { AvatarPresenceProps } from './Avatar/AvatarPresence';
|
|
187
|
+
export type { AvatarStatusProps } from './Avatar/AvatarStatus';
|
|
188
|
+
export type { AvatarWrapperProps } from './Avatar/AvatarWrapper';
|
|
189
|
+
export type { BadgeProps } from './Badge/Badge';
|
|
190
|
+
export type { BreadcrumbProps } from './Breadcrumb/Breadcrumb';
|
|
191
|
+
export type { ButtonProps } from './Button/Button';
|
|
192
|
+
export type { ForwardProps } from './Forward/Forward';
|
|
193
|
+
export type { CalloutProps } from './Callout/Callout';
|
|
194
|
+
export type { CalloutTextProps } from './Callout/CalloutText';
|
|
195
|
+
export type { CalloutTitleProps } from './Callout/CalloutTitle';
|
|
196
|
+
export type { CardProps } from './Card/Card';
|
|
197
|
+
export type { CardBodyProps } from './Card/CardBody';
|
|
198
|
+
export type { CardTitleProps } from './Card/CardTitle';
|
|
199
|
+
export type { CardTextProps } from './Card/CardText';
|
|
200
|
+
export type { CardCategoryProps } from './Card/CardCategory';
|
|
201
|
+
export type { CardTagProps } from './Card/CardTag';
|
|
202
|
+
export type { CardTagsHeaderProps } from './Card/CardTagsHeader';
|
|
203
|
+
export type { CardSignatureProps } from './Card/CardSignature';
|
|
204
|
+
export type { CardFooterCTAProps } from './Card/CardFooterCTA';
|
|
205
|
+
export type { CardReadMoreProps } from './Card/CardReadMore';
|
|
206
|
+
export type { CollapseProps } from './Collapse/Collapse';
|
|
207
|
+
export type {
|
|
208
|
+
GridItemProps,
|
|
209
|
+
GridItemTextProps,
|
|
210
|
+
GridItemTextWrapperProps,
|
|
211
|
+
GridListProps,
|
|
212
|
+
GridRowProps
|
|
213
|
+
} from './Grid/index';
|
|
214
|
+
export type { HeaderProps } from './Header/Header';
|
|
215
|
+
export type { HeadersProps } from './Header/Headers';
|
|
216
|
+
export type { HeaderBrandProps } from './Header/HeaderBrand';
|
|
217
|
+
export type { HeaderContentProps } from './Header/HeaderContent';
|
|
218
|
+
export type { HeaderLinkZoneProps } from './Header/HeaderLinkZone';
|
|
219
|
+
export type { HeaderRightZoneProps } from './Header/HeaderRightZone';
|
|
220
|
+
export type { HeaderSearchProps } from './Header/HeaderSearch';
|
|
221
|
+
export type { HeaderSocialsZoneProps } from './Header/HeaderSocialsZone';
|
|
222
|
+
export type { HeaderTogglerProps } from './Header/HeaderToggler';
|
|
223
|
+
export type {
|
|
224
|
+
HeroProps,
|
|
225
|
+
HeroBackgroundProps,
|
|
226
|
+
HeroBodyProps,
|
|
227
|
+
HeroButtonProps,
|
|
228
|
+
HeroCategoryProps,
|
|
229
|
+
HeroTitleProps
|
|
230
|
+
} from './Hero/index';
|
|
231
|
+
export type { IconProps, IconName } from './Icon/Icon';
|
|
232
|
+
export type { InputProps } from './Input/Input';
|
|
233
|
+
export type { InputContainerProps } from './Input/InputContainer';
|
|
234
|
+
export type { TextAreaProps } from './Input/TextArea';
|
|
235
|
+
export type { LinkListProps } from './LinkList/LinkList';
|
|
236
|
+
export type { LinkListItemProps } from './LinkList/LinkListItem';
|
|
237
|
+
export type { MegamenuProps } from './Megamenu/Megamenu';
|
|
238
|
+
export type { MegamenuItemProps } from './Megamenu/MegamenuItem';
|
|
239
|
+
export type { MegamenuFooterProps } from './Megamenu/MegamenuFooter';
|
|
240
|
+
export type { MegamenuHCProps } from './Megamenu/MegamenuHighlightColumn';
|
|
241
|
+
export type { ModalProps } from './Modal/Modal';
|
|
242
|
+
export type { ModalHeaderProps } from './Modal/ModalHeader';
|
|
243
|
+
export type { ModalBodyProps } from './Modal/ModalBody';
|
|
244
|
+
export type { ModalFooterProps } from './Modal/ModalFooter';
|
|
245
|
+
export type { NavProps } from './Nav/Nav';
|
|
246
|
+
export type { PagerProps } from './Pager/Pager';
|
|
247
|
+
export type { RatingProps } from './Rating/Rating';
|
|
248
|
+
export type { ResponsiveImageProps } from './ResponsiveImage/ResponsiveImage';
|
|
249
|
+
export type { PasswordInputProps } from './PasswordInput/PasswordInput';
|
|
250
|
+
export type { SkiplinkProps } from './Skiplink/Skiplink';
|
|
251
|
+
export type { SkiplinkItemProps } from './Skiplink/SkiplinkItem';
|
|
252
|
+
export type { ToggleProps } from './Toggle/Toggle';
|
|
253
|
+
export type { SidebarProps } from './Sidebar/Sidebar';
|
|
254
|
+
export type { ProgressProps } from './Progress/Progress';
|
|
255
|
+
export type { SpinnerProps } from './Spinner/Spinner';
|
|
256
|
+
export type { BottomNavProps } from './BottomNav/BottomNav';
|
|
257
|
+
export type { BottomNavItemProps } from './BottomNav/BottomNavItem';
|
|
258
|
+
export type { ThumbNavProps } from './ThumbNav/ThumbNav';
|
|
259
|
+
export type { ThumbNavItemProps } from './ThumbNav/ThumbNavItem';
|
|
260
|
+
export type { CookieBarProps } from './CookieBar/CookieBar';
|
|
261
|
+
export type { CookieBarButtonsProps } from './CookieBar/CookieBarButtons';
|
|
262
|
+
export type { CookieBarButtonProps } from './CookieBar/CookieBarButton';
|
|
263
|
+
export type { ChipProps } from './Chips/Chip';
|
|
264
|
+
export type { ChipLabelProps } from './Chips/ChipLabel';
|
|
265
|
+
export type { FontLoaderProps } from './FontLoader/FontLoader';
|
|
266
|
+
export type { DimmerProps } from './Dimmer/Dimmer';
|
|
267
|
+
export type { DimmerButtonsProps } from './Dimmer/DimmerButtons';
|
|
268
|
+
export type { TimelineProps } from './Timeline/TimelineWrapper';
|
|
269
|
+
export type { TimelinePinProps } from './Timeline/TimelinePin';
|
|
270
|
+
export type { StepperHeaderProps } from './Stepper/StepperHeader';
|
|
271
|
+
export type { StepperContainerProps } from './Stepper/StepperContainer';
|
|
272
|
+
export type { StepperHeaderElementProps } from './Stepper/StepperHeaderElement';
|
|
273
|
+
export type { StepperNavProps } from './Stepper/StepperNav';
|
|
274
|
+
export type { StepperDotsProps } from './Stepper/StepperDots';
|
|
275
|
+
export type { StepperContentProps } from './Stepper/StepperContent';
|
|
276
|
+
export type { SectionProps } from './Section/Section';
|
|
277
|
+
export type { SelectProps } from './Select/Select';
|
|
278
|
+
export type {
|
|
279
|
+
NotificationId,
|
|
280
|
+
NotificationProps,
|
|
281
|
+
NotificationManagerProps,
|
|
282
|
+
NotificationOptions
|
|
283
|
+
} from './Notification';
|
|
284
|
+
export type { TimeInputProps } from './Input/TimeInput';
|
|
285
|
+
export type { ToolbarProps } from './Toolbar/Toolbar';
|
|
286
|
+
export type { ToolbarItemProps } from './Toolbar/ToolbarItem';
|
|
287
|
+
|
|
288
|
+
export type {
|
|
289
|
+
ContainerProps,
|
|
290
|
+
RowProps,
|
|
291
|
+
ColProps,
|
|
292
|
+
NavbarProps,
|
|
293
|
+
NavbarBrandProps,
|
|
294
|
+
NavbarTogglerProps,
|
|
295
|
+
NavItemProps,
|
|
296
|
+
NavLinkProps,
|
|
297
|
+
BreadcrumbItemProps,
|
|
298
|
+
ButtonDropdownProps,
|
|
299
|
+
ButtonGroupProps,
|
|
300
|
+
ButtonToolbarProps,
|
|
301
|
+
DropdownProps,
|
|
302
|
+
DropdownItemProps,
|
|
303
|
+
DropdownMenuProps,
|
|
304
|
+
DropdownToggleProps,
|
|
305
|
+
FadeProps,
|
|
306
|
+
CardLinkProps,
|
|
307
|
+
CardGroupProps,
|
|
308
|
+
CardDeckProps,
|
|
309
|
+
CardColumnsProps,
|
|
310
|
+
CardFooterProps,
|
|
311
|
+
CardHeaderProps,
|
|
312
|
+
CardImgProps,
|
|
313
|
+
CardImgOverlayProps,
|
|
314
|
+
CardSubtitleProps,
|
|
315
|
+
PopoverProps,
|
|
316
|
+
PopoverBodyProps,
|
|
317
|
+
PopoverHeaderProps,
|
|
318
|
+
TooltipProps,
|
|
319
|
+
TableProps,
|
|
320
|
+
ListGroupProps,
|
|
321
|
+
FormProps,
|
|
322
|
+
FormFeedbackProps,
|
|
323
|
+
FormGroupProps,
|
|
324
|
+
FormTextProps,
|
|
325
|
+
InputGroupProps,
|
|
326
|
+
InputGroupAddonProps,
|
|
327
|
+
InputGroupButtonDropdownProps,
|
|
328
|
+
InputGroupTextProps,
|
|
329
|
+
LabelProps,
|
|
330
|
+
MediaProps,
|
|
331
|
+
PaginationItem as PagerItemProps,
|
|
332
|
+
PaginationLink as PagerLinkProps,
|
|
333
|
+
TabContentProps,
|
|
334
|
+
TabPaneProps,
|
|
335
|
+
JumbotronProps,
|
|
336
|
+
ListGroupItemProps,
|
|
337
|
+
ListGroupItemTextProps,
|
|
338
|
+
ListGroupItemHeadingProps,
|
|
339
|
+
UncontrolledAlertProps,
|
|
340
|
+
UncontrolledButtonDropdownProps,
|
|
341
|
+
UncontrolledCollapseProps,
|
|
342
|
+
UncontrolledDropdownProps,
|
|
343
|
+
UncontrolledTooltipProps
|
|
344
|
+
} from 'reactstrap';
|
|
345
|
+
export type {
|
|
346
|
+
useNavScrollArgs,
|
|
347
|
+
useNavScrollResult,
|
|
348
|
+
RegisterOptions,
|
|
349
|
+
ChangesType
|
|
350
|
+
} from 'react-use-navscroll';
|
package/src/utils.tsx
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
export const noop = () => {};
|
|
2
|
+
|
|
3
|
+
export const logError = (message: string) => {
|
|
4
|
+
if (typeof console !== 'undefined') {
|
|
5
|
+
if (console.error) {
|
|
6
|
+
console.error(message);
|
|
7
|
+
} else {
|
|
8
|
+
console.log(message);
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
const messages: Record<string, 1> = {};
|
|
14
|
+
export const notifyDeprecation = (
|
|
15
|
+
message: string,
|
|
16
|
+
options = { once: true }
|
|
17
|
+
) => {
|
|
18
|
+
if (!options.once) {
|
|
19
|
+
logError(message);
|
|
20
|
+
} else {
|
|
21
|
+
if (!messages[message]) {
|
|
22
|
+
logError(message);
|
|
23
|
+
messages[message] = 1;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
};
|
package/.editorconfig
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# http://editorconfig.org
|
|
2
|
-
root = true
|
|
3
|
-
|
|
4
|
-
[*]
|
|
5
|
-
indent_style = space
|
|
6
|
-
indent_size = 2
|
|
7
|
-
end_of_line = lf
|
|
8
|
-
charset = utf-8
|
|
9
|
-
trim_trailing_whitespace = true
|
|
10
|
-
insert_final_newline = true
|
|
11
|
-
|
|
12
|
-
# The JSON files contain newlines inconsistently
|
|
13
|
-
[*.json]
|
|
14
|
-
insert_final_newline = true
|
|
15
|
-
|
|
16
|
-
[*.md]
|
|
17
|
-
trim_trailing_whitespace = false
|
|
18
|
-
|
package/.eslintrc
DELETED
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"parser": "babel-eslint",
|
|
3
|
-
"settings": {
|
|
4
|
-
"react": {
|
|
5
|
-
"version": "detect" // React version. "detect" automatically picks the version you have installed.
|
|
6
|
-
}
|
|
7
|
-
},
|
|
8
|
-
"env": {
|
|
9
|
-
"browser": true,
|
|
10
|
-
"commonjs": true,
|
|
11
|
-
"es6": true,
|
|
12
|
-
"node": true
|
|
13
|
-
},
|
|
14
|
-
"extends": [
|
|
15
|
-
"standard",
|
|
16
|
-
"plugin:react/recommended",
|
|
17
|
-
"plugin:prettier/recommended",
|
|
18
|
-
"prettier/react"
|
|
19
|
-
// "airbnb-base"
|
|
20
|
-
],
|
|
21
|
-
"parserOptions": {
|
|
22
|
-
"ecmaFeatures": {
|
|
23
|
-
"experimentalObjectRestSpread": true,
|
|
24
|
-
"jsx": true
|
|
25
|
-
},
|
|
26
|
-
"sourceType": "module"
|
|
27
|
-
},
|
|
28
|
-
"plugins": [
|
|
29
|
-
"react",
|
|
30
|
-
"prettier",
|
|
31
|
-
"babel",
|
|
32
|
-
"jsx-a11y"
|
|
33
|
-
],
|
|
34
|
-
"rules": {
|
|
35
|
-
"react/no-unsafe": "error",
|
|
36
|
-
"no-case-declarations": "off",
|
|
37
|
-
"no-shadow": [
|
|
38
|
-
"error",
|
|
39
|
-
{
|
|
40
|
-
"builtinGlobals": false,
|
|
41
|
-
"hoist": "never",
|
|
42
|
-
"allow": [
|
|
43
|
-
"child",
|
|
44
|
-
"className"
|
|
45
|
-
]
|
|
46
|
-
}
|
|
47
|
-
],
|
|
48
|
-
"prettier/prettier": [
|
|
49
|
-
"error",
|
|
50
|
-
{
|
|
51
|
-
"arrowParens": "avoid",
|
|
52
|
-
"bracketSpacing": true,
|
|
53
|
-
"jsxBracketSameLine": true,
|
|
54
|
-
"jsxSingleQuote": false,
|
|
55
|
-
"printWidth": 80,
|
|
56
|
-
"quoteProps": "as-needed",
|
|
57
|
-
"semi": false,
|
|
58
|
-
"singleQuote": true,
|
|
59
|
-
"tabWidth": 2,
|
|
60
|
-
"trailingComma": "none",
|
|
61
|
-
"useTabs": false
|
|
62
|
-
}
|
|
63
|
-
]
|
|
64
|
-
}
|
|
65
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: Bug report
|
|
3
|
-
about: Create a report to help us improve
|
|
4
|
-
title: "[BUG]"
|
|
5
|
-
labels: bug
|
|
6
|
-
assignees: ''
|
|
7
|
-
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
**Describe the bug**
|
|
11
|
-
A clear and concise description of what the bug is.
|
|
12
|
-
|
|
13
|
-
**To Reproduce**
|
|
14
|
-
Steps to reproduce the behavior:
|
|
15
|
-
1. Go to '...'
|
|
16
|
-
2. Click on '....'
|
|
17
|
-
3. Scroll down to '....'
|
|
18
|
-
4. See error
|
|
19
|
-
|
|
20
|
-
**Expected behavior**
|
|
21
|
-
A clear and concise description of what you expected to happen.
|
|
22
|
-
|
|
23
|
-
**Screenshots**
|
|
24
|
-
If applicable, add screenshots to help explain your problem.
|
|
25
|
-
|
|
26
|
-
**Other Required Information (please complete the following information):**
|
|
27
|
-
- OS: [e.g. iOS]
|
|
28
|
-
- Browser [e.g. chrome, safari]
|
|
29
|
-
- Version [e.g. 22]
|
|
30
|
-
|
|
31
|
-
**Additional context**
|
|
32
|
-
Add any other context about the problem here.
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: Feature request
|
|
3
|
-
about: Suggest an idea for this project
|
|
4
|
-
title: "[FEATURE]"
|
|
5
|
-
labels: enhancement
|
|
6
|
-
assignees: ''
|
|
7
|
-
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
**Is your feature request related to a problem? Please describe.**
|
|
11
|
-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
12
|
-
|
|
13
|
-
**Describe the solution you'd like**
|
|
14
|
-
A clear and concise description of what you want to happen.
|
|
15
|
-
|
|
16
|
-
**Describe alternatives you've considered**
|
|
17
|
-
A clear and concise description of any alternative solutions or features you've considered.
|
|
18
|
-
|
|
19
|
-
**Additional context**
|
|
20
|
-
Add any other context or screenshots about the feature request here.
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
(Thanks for sending a pull request! Please make sure you click the link above to view the contribution guidelines, then fill out the blanks below.)
|
|
3
|
-
-->
|
|
4
|
-
<!-- Add the issue number that is fixed by this PR (In the form Fixes #123) -->
|
|
5
|
-
|
|
6
|
-
Fixes #
|
|
7
|
-
|
|
8
|
-
#### PR Checklist
|
|
9
|
-
<!-- To Mark a Checklist box, put "x" inside the square brackets. For Example - [ ] becomes [x] -->
|
|
10
|
-
- [ ] My branch is up-to-date with the Upstream `master` branch.
|
|
11
|
-
- [ ] The unit tests pass locally with my changes
|
|
12
|
-
- [ ] I have added tests that prove my fix is effective or that my feature works
|
|
13
|
-
- [ ] I have added necessary documentation (if appropriate)
|
|
14
|
-
|
|
15
|
-
#### Short description of what this resolves:
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
#### Changes proposed in this pull request:
|
|
19
|
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
23
|
-
|
|
24
|
-
|
package/AUTHORS
DELETED
package/CODE_OF_CONDUCT.EN.md
DELETED
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
# Code of Conduct
|
|
2
|
-
|
|
3
|
-
## 1. Purpose
|
|
4
|
-
|
|
5
|
-
A primary goal of Developers Italia is to be inclusive to the largest number of contributors, with the most varied and diverse backgrounds possible. As such, we are committed to providing a friendly, safe and welcoming environment for all, regardless of gender, sexual orientation, ability, ethnicity, socioeconomic status, and religion (or lack thereof).
|
|
6
|
-
|
|
7
|
-
This code of conduct outlines our expectations for all those who participate in our community, as well as the consequences for unacceptable behavior.
|
|
8
|
-
|
|
9
|
-
We invite all those who participate in Developers Italia to help us create safe and positive experiences for everyone.
|
|
10
|
-
|
|
11
|
-
## 2. Open Source Citizenship
|
|
12
|
-
|
|
13
|
-
A supplemental goal of this Code of Conduct is to increase open source citizenship by encouraging participants to recognize and strengthen the relationships between our actions and their effects on our community.
|
|
14
|
-
|
|
15
|
-
Communities mirror the societies in which they exist and positive action is essential to counteract the many forms of inequality and abuses of power that exist in society.
|
|
16
|
-
|
|
17
|
-
If you see someone who is making an extra effort to ensure our community is welcoming, friendly, and encourages all participants to contribute to the fullest extent, we want to know.
|
|
18
|
-
|
|
19
|
-
## 3. Expected Behavior
|
|
20
|
-
|
|
21
|
-
The following behaviors are expected and requested of all community members:
|
|
22
|
-
|
|
23
|
-
* Participate in an authentic and active way. In doing so, you contribute to the health and longevity of this community.
|
|
24
|
-
* Exercise consideration and respect in your speech and actions.
|
|
25
|
-
* Attempt collaboration before conflict.
|
|
26
|
-
* Refrain from demeaning, discriminatory, or harassing behavior and speech.
|
|
27
|
-
* Be mindful of your surroundings and of your fellow participants. Alert community leaders if you notice a dangerous situation, someone in distress, or violations of this Code of Conduct, even if they seem inconsequential.
|
|
28
|
-
* Remember that community event venues may be shared with members of the public; please be respectful to all patrons of these locations.
|
|
29
|
-
|
|
30
|
-
## 4. Unacceptable Behavior
|
|
31
|
-
|
|
32
|
-
The following behaviors are considered harassment and are unacceptable within our community:
|
|
33
|
-
|
|
34
|
-
* Violence, threats of violence or violent language directed against another person.
|
|
35
|
-
* Sexist, racist, homophobic, transphobic, ableist or otherwise discriminatory jokes and language.
|
|
36
|
-
* Posting or displaying sexually explicit or violent material.
|
|
37
|
-
* Personal insults, particularly those related to gender, sexual orientation, race, religion, or disability.
|
|
38
|
-
* Unwelcome sexual attention. This includes, sexualized comments or jokes; inappropriate touching, groping, and unwelcomed sexual advances.
|
|
39
|
-
* Deliberate intimidation, stalking or following (online or in person).
|
|
40
|
-
* Advocating for, or encouraging, any of the above behavior.
|
|
41
|
-
* Sustained disruption of community events, including talks and presentations.
|
|
42
|
-
|
|
43
|
-
## 5. Consequences of Unacceptable Behavior
|
|
44
|
-
|
|
45
|
-
Unacceptable behavior from any community member, including sponsors and those with decision-making authority, will not be tolerated.
|
|
46
|
-
|
|
47
|
-
Anyone asked to stop unacceptable behavior is expected to comply immediately.
|
|
48
|
-
|
|
49
|
-
If a community member engages in unacceptable behavior, the community organizers may take any action they deem appropriate, up to and including a temporary ban or permanent expulsion from the community without warning.
|
|
50
|
-
|
|
51
|
-
## 6. Reporting Guidelines
|
|
52
|
-
|
|
53
|
-
If you are subject to or witness unacceptable behavior, or have any other concerns, please notify a community organizer as soon as possible. You can do so by e-mailing coc-report@developers.italia.it.
|
|
54
|
-
|
|
55
|
-
Additionally, community organizers are available to help community members engage with local law enforcement or to otherwise help those experiencing unacceptable behavior feel safe. In the context of in-person events, organizers will also provide escorts as desired by the person experiencing distress.
|
|
56
|
-
|
|
57
|
-
## 7. Addressing Grievances
|
|
58
|
-
|
|
59
|
-
If you feel you have been falsely or unfairly accused of violating this Code of Conduct, you should notify the managers of Developers Italia with a concise description of your grievance. Your grievance will be handled in accordance with our existing governing policies.
|
|
60
|
-
|
|
61
|
-
## 8. Scope
|
|
62
|
-
|
|
63
|
-
We expect all community participants (contributors, paid or otherwise; sponsors; and other guests) to abide by this Code of Conduct in all community venues–online and in-person–as well as in all one-on-one communications pertaining to community business.
|
|
64
|
-
|
|
65
|
-
This code of conduct and its related procedures also applies to unacceptable behavior occurring outside the scope of community activities when such behavior has the potential to adversely affect the safety and well-being of community members.
|
|
66
|
-
|
|
67
|
-
## 9. Contact info
|
|
68
|
-
|
|
69
|
-
You can reach the managers of Developers Italia at coc-report@developers.italia.it
|
|
70
|
-
|
|
71
|
-
## 10. License and attribution
|
|
72
|
-
|
|
73
|
-
This Code of Conduct is distributed under a [Creative Commons Attribution-ShareAlike license](http://creativecommons.org/licenses/by-sa/3.0/).
|
|
74
|
-
|
|
75
|
-
Portions of text derived from the [Django Code of Conduct](https://www.djangoproject.com/conduct/) and the [Geek Feminism Anti-Harassment Policy](http://geekfeminism.wikia.com/wiki/Conference_anti-harassment/Policy).
|
|
76
|
-
|
|
77
|
-
Retrieved on November 22, 2016 from [http://citizencodeofconduct.org/](http://citizencodeofconduct.org/)
|