Skip to content

Commit ccab7ce

Browse files
authored
Development (#2)
* Change how faded digits are handled to make styling more flexible. * Expose TimeEditorLimit to public API. * Fix editing of milliseconds when only 1 or 2 millis digits are displayed. * Center digits when floating palette is wider than all digits. * Export MixedTimeEditorOptions type. * Add <tbw-shrink-wrap> component. * Improve handling of time-only mode of TimeEditor. * Add blinking cursor, with option for non-blinking cursor or changing blink rate. * Fix iOS 15 issues with keyboard input not working. * Fix Safari calendar widget bug. * Improved TAI/UTC conversion handling to ensure proper handling of millisecond-precision time input. * Update CSS with `flex-start` instead of `start`.
1 parent a6f91f7 commit ccab7ce

27 files changed

Lines changed: 6813 additions & 13760 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ chrome-profiler-events*.json
3333
.history/*
3434

3535
# misc
36+
/.angular
3637
/.sass-cache
3738
/connect.lock
3839
/coverage

0 commit comments

Comments
 (0)