Skip to content

Commit e91af53

Browse files
committed
updated build
1 parent 430e07a commit e91af53

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

dist/scripts.js

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

dist/scripts.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
background: var(--close-button-bg);
8585
color: var(--close-button-fc); }
8686

87+
8788
.nj-picker .nj-hours-container {
8889
padding: 0.5em; }
8990
.nj-picker .nj-hours-container .nj-hours-wrapper {

src/header/header.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
export class Header {
2+
constructor() {
3+
4+
}
5+
}

src/header/header.scss

Whitespace-only changes.

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export class NJTimePicker {
2929
clickOutsideToClose: true,
3030
format: '12',
3131
minutes: [0, 15, 30, 45],
32-
disabledMinutes : [45],
33-
disabledHours : [1]
32+
disabledMinutes : [],
33+
disabledHours : []
3434
};
3535
}
3636

0 commit comments

Comments
 (0)