Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 - Time supports MM:SS mode #1996

Open
nsbarsukov opened this issue Mar 7, 2025 · 0 comments
Open

🚀 - Time supports MM:SS mode #1996

nsbarsukov opened this issue Mar 7, 2025 · 0 comments
Labels
contributions welcome Architecture is clear and community can help feature New feature or request P2 This issue has medium priority scope: kit Related to @maskito/kit

Comments

@nsbarsukov
Copy link
Member

Which package(s) are relevant/related to the feature request?

@maskito/kit

Description

export type MaskitoTimeMode =
| 'HH AA'
| 'HH:MM AA'
| 'HH:MM:SS AA'
| 'HH:MM:SS.MSS AA'
| 'HH:MM:SS.MSS'
| 'HH:MM:SS'
| 'HH:MM'
| 'HH'
| 'MM:SS.MSS'
| 'MM.SS.MSS' // TODO: delete in v4
| 'SS.MSS';

Relates:

@nsbarsukov nsbarsukov added feature New feature or request scope: kit Related to @maskito/kit contributions welcome Architecture is clear and community can help labels Mar 7, 2025
@nsbarsukov nsbarsukov added P3 This issue has low priority P2 This issue has medium priority and removed P3 This issue has low priority labels Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributions welcome Architecture is clear and community can help feature New feature or request P2 This issue has medium priority scope: kit Related to @maskito/kit
Projects
None yet
Development

No branches or pull requests

1 participant