-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
294 changed files
with
1,957 additions
and
1,656 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
MDB 5 React | ||
|
||
Version: FREE 6.3.0 | ||
Version: FREE 7.0.0 | ||
|
||
Documentation: | ||
https://mdbootstrap.com/docs/b5/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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
2 changes: 2 additions & 0 deletions
2
...components/Accordion/AccordionContext.tsx → ...components/Accordion/AccordionContext.tsx
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,3 +1,5 @@ | ||
'use client'; | ||
|
||
import React from 'react'; | ||
|
||
interface AccordionProps { | ||
|
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
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
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
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
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
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
4 changes: 2 additions & 2 deletions
4
app/src/components/Card/CardBody/types.tsx → ...c/free/components/Card/CardBody/types.tsx
100755 → 100644
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,8 +1,8 @@ | ||
import { BaseComponent } from '../../../types/baseComponent'; | ||
import { BaseComponent } from '../../../../types/baseComponent'; | ||
|
||
interface CardBodyProps extends BaseComponent { | ||
tag?: React.ComponentProps<any>; | ||
ref?: React.ForwardedRef<HTMLAllCollection>; | ||
} | ||
|
||
export { CardBodyProps }; | ||
export type { CardBodyProps }; |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { BaseComponent } from '../../../../types/baseComponent'; | ||
import { backgroundColor } from '../../../../types/colors'; | ||
|
||
interface CardFooterProps extends BaseComponent { | ||
border?: string; | ||
background?: backgroundColor; | ||
ref?: React.ForwardedRef<HTMLAllCollection>; | ||
tag?: React.ComponentProps<any>; | ||
} | ||
|
||
export type { CardFooterProps }; |
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
4 changes: 2 additions & 2 deletions
4
app/src/components/Card/CardGroup/types.tsx → .../free/components/Card/CardGroup/types.tsx
100755 → 100644
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,8 +1,8 @@ | ||
import { BaseComponent } from '../../../types/baseComponent'; | ||
import { BaseComponent } from '../../../../types/baseComponent'; | ||
|
||
interface CardGroupProps extends BaseComponent { | ||
tag?: React.ComponentProps<any>; | ||
ref?: React.ForwardedRef<HTMLAllCollection>; | ||
} | ||
|
||
export { CardGroupProps }; | ||
export type { CardGroupProps }; |
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
File renamed without changes.
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
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
app/src/components/Card/CardLink/types.tsx → ...c/free/components/Card/CardLink/types.tsx
100755 → 100644
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,3 +1,3 @@ | ||
type CardLinkProps = React.AnchorHTMLAttributes<HTMLAnchorElement>; | ||
|
||
export { CardLinkProps }; | ||
export type { CardLinkProps }; |
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
4 changes: 2 additions & 2 deletions
4
...src/components/Card/CardOverlay/types.tsx → ...ree/components/Card/CardOverlay/types.tsx
100755 → 100644
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,8 +1,8 @@ | ||
import { BaseComponent } from '../../../types/baseComponent'; | ||
import { BaseComponent } from '../../../../types/baseComponent'; | ||
|
||
interface CardOverlayProps extends BaseComponent { | ||
tag?: React.ComponentProps<any>; | ||
ref?: React.ForwardedRef<HTMLAllCollection>; | ||
} | ||
|
||
export { CardOverlayProps }; | ||
export type { CardOverlayProps }; |
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
4 changes: 2 additions & 2 deletions
4
...rc/components/Card/CardSubTitle/types.tsx → ...ee/components/Card/CardSubTitle/types.tsx
100755 → 100644
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,8 +1,8 @@ | ||
import { BaseComponent } from '../../../types/baseComponent'; | ||
import { BaseComponent } from '../../../../types/baseComponent'; | ||
|
||
interface CardSubTitleProps extends BaseComponent { | ||
tag?: React.ComponentProps<any>; | ||
ref?: React.ForwardedRef<HTMLAllCollection>; | ||
} | ||
|
||
export { CardSubTitleProps }; | ||
export type { CardSubTitleProps }; |
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
4 changes: 2 additions & 2 deletions
4
app/src/components/Card/CardText/types.tsx → ...c/free/components/Card/CardText/types.tsx
100755 → 100644
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,8 +1,8 @@ | ||
import { BaseComponent } from '../../../types/baseComponent'; | ||
import { BaseComponent } from '../../../../types/baseComponent'; | ||
|
||
interface CardTextProps extends BaseComponent { | ||
tag?: React.ComponentProps<any>; | ||
ref?: React.ForwardedRef<HTMLAllCollection>; | ||
} | ||
|
||
export { CardTextProps }; | ||
export type { CardTextProps }; |
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
4 changes: 2 additions & 2 deletions
4
app/src/components/Card/CardTitle/types.tsx → .../free/components/Card/CardTitle/types.tsx
100755 → 100644
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,8 +1,8 @@ | ||
import { BaseComponent } from '../../../types/baseComponent'; | ||
import { BaseComponent } from '../../../../types/baseComponent'; | ||
|
||
interface CardTitleProps extends BaseComponent { | ||
tag?: React.ComponentProps<any>; | ||
ref?: React.ForwardedRef<HTMLAllCollection>; | ||
} | ||
|
||
export { CardTitleProps }; | ||
export type { CardTitleProps }; |
8 changes: 5 additions & 3 deletions
8
app/src/components/Card/CardFooter/types.tsx → app/src/free/components/Card/types.tsx
100755 → 100644
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,11 +1,13 @@ | ||
import { BaseComponent } from '../../../types/baseComponent'; | ||
import { backgroundColor } from '../../../types/colors'; | ||
import { BaseComponent } from '../../../types/baseComponent'; | ||
|
||
interface CardFooterProps extends BaseComponent { | ||
interface CardProps extends BaseComponent { | ||
alignment?: string; | ||
border?: string; | ||
background?: backgroundColor; | ||
shadow?: '0' | '1' | '2' | '3' | '4' | '5'; | ||
ref?: React.ForwardedRef<HTMLAllCollection>; | ||
tag?: React.ComponentProps<any>; | ||
} | ||
|
||
export { CardFooterProps }; | ||
export type { CardProps }; |
2 changes: 2 additions & 0 deletions
2
app/src/components/Carousel/Carousel.tsx → ...src/free/components/Carousel/Carousel.tsx
100755 → 100644
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
15 changes: 15 additions & 0 deletions
15
app/src/free/components/Carousel/CarouselCaption/CarouselCaption.tsx
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
import React from 'react'; | ||
import { CarouselCaptionProps } from './types'; | ||
import clsx from 'clsx'; | ||
|
||
const MDBCarouselCaption: React.FC<CarouselCaptionProps> = ({ className, children, ...props }) => { | ||
const classes = clsx('carousel-caption d-none d-md-block', className); | ||
|
||
return ( | ||
<div className={classes} {...props}> | ||
{children} | ||
</div> | ||
); | ||
}; | ||
|
||
export default MDBCarouselCaption; |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
import { BaseComponent } from 'src/types/baseComponent'; | ||
|
||
type CarouselCaptionProps = BaseComponent & { | ||
className?: string; | ||
children?: React.ReactNode; | ||
}; | ||
|
||
export { CarouselCaptionProps }; |
File renamed without changes.
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.