@yeverlibs/ds 1.1.25 → 1.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -12018,6 +12018,8 @@ var TimeInput = ({
|
|
|
12018
12018
|
] })
|
|
12019
12019
|
] });
|
|
12020
12020
|
};
|
|
12021
|
+
|
|
12022
|
+
// src/_design-system/helpers/formatTime.ts
|
|
12021
12023
|
var formatTime = (time2) => {
|
|
12022
12024
|
let timeInSeconds = 0;
|
|
12023
12025
|
if (typeof time2 === "string") {
|