Skip to content

Commit ea70e2e

Browse files
committed
update timepicker
1 parent ce661b3 commit ea70e2e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "five-ui",
33
"description": "FiveUI is an open source UI toolkit built with Svelte + Tailwind that allows you to create reactive web interfaces using Svelte + Tailwind CSS.",
4-
"version": "0.2.4",
4+
"version": "0.2.5",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

src/lib/timepicker/TimePanel.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export type PanelValue = {
1919
}
2020
2121
export type TimePanelProps = {
22-
value:string[]; // 12:00:00 or 12:00
22+
value:string[];
2323
okText?:string;
2424
nowText?:string;
2525
ranges:number[];

0 commit comments

Comments
 (0)