@maskito/kit
Advanced tools
Comparing version 3.0.2 to 3.0.3
{ | ||
"name": "@maskito/kit", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "The optional framework-agnostic Maskito's package with ready-to-use masks", | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@maskito/core": "^3.0.2" | ||
"@maskito/core": "^3.0.3" | ||
}, | ||
@@ -36,0 +36,0 @@ "module": "./index.esm.js", |
@@ -1,2 +0,2 @@ | ||
export type MaskitoTimeMode = 'HH:MM:SS.MSS' | 'HH:MM:SS' | 'HH:MM' | 'HH' | 'MM.SS.MSS' | 'SS.MSS'; | ||
export type MaskitoTimeMode = 'HH:MM:SS.MSS' | 'HH:MM:SS' | 'HH:MM' | 'HH' | 'MM:SS.MSS' | 'MM.SS.MSS' | 'SS.MSS'; | ||
//# sourceMappingURL=time-mode.d.ts.map |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
249489