Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 91beca3

Browse files
committed
comment some code to test build
1 parent 3dad9bb commit 91beca3

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

docs/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"eslint": "8.35.0",
1616
"eslint-config-next": "13.2.3",
1717
"jb-date-input": "^3.7.3",
18-
"jb-date-input-react": "^2.0.7",
18+
"jb-date-input-react": "^2.0.8",
1919
"next": "13.2.3",
2020
"react": "18.2.0",
2121
"react-dom": "18.2.0",

docs/src/components/samples/Samples.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ function Samples() {
5757
</svg>
5858
</div>
5959
</JBDateInput>
60-
<JBDateInput label="with inner-box section">
60+
{/* <JBDateInput label="with inner-box section">
6161
<jb-date-input-inbox-element slot="end-section">
6262
<div>after</div>
6363
</jb-date-input-inbox-element>
6464
<jb-date-input-inbox-element slot="start-section">
6565
<div>before</div>
6666
</jb-date-input-inbox-element>
67-
</JBDateInput>
68-
<FormalTheme label="more formal look"></FormalTheme>
67+
</JBDateInput> */}
68+
<FormalTheme label="more formal look">{}</FormalTheme>
6969

7070
</SamplesSectionWrapper>
7171
);

lib/JBDateInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export type JBDateInputProps = {
3939
required?: boolean,
4040
calendarDefaultDateView?:{ year:number, month: number, dateType:InputTypes},
4141
usePersianNumber?: boolean,
42-
children:React.ReactNode | undefined | null,
42+
children:React.ReactNode | string | HTMLElement | HTMLCollection | undefined | null,
4343
}
4444

4545
const JBDateInput = React.forwardRef((props: JBDateInputProps, ref) => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react component",
1919
"react"
2020
],
21-
"version": "2.0.7",
21+
"version": "2.0.8",
2222
"bugs": "https://github.com/javadbat/jb-date-input-react/issues",
2323
"license": "MIT",
2424
"files": [

0 commit comments

Comments
 (0)