@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 CHANGED
@@ -794,6 +794,7 @@ type CounterInputProps$1 = {
794
794
  } & React.InputHTMLAttributes<HTMLInputElement>
795
795
 
796
796
  declare const formatTime$1: (time: string | number) => string;
797
+
797
798
  declare const TimerCounter: React.FC<CounterInputProps$1>;
798
799
 
799
800
  type CounterInputProps = {
package/dist/index.d.ts CHANGED
@@ -794,6 +794,7 @@ type CounterInputProps$1 = {
794
794
  } & React.InputHTMLAttributes<HTMLInputElement>
795
795
 
796
796
  declare const formatTime$1: (time: string | number) => string;
797
+
797
798
  declare const TimerCounter: React.FC<CounterInputProps$1>;
798
799
 
799
800
  type CounterInputProps = {
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") {