@helpwave/hightide 0.8.2 → 0.8.4
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 +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -18310,9 +18310,9 @@ var useSearch = ({
|
|
|
18310
18310
|
};
|
|
18311
18311
|
};
|
|
18312
18312
|
|
|
18313
|
-
// src/hooks/
|
|
18313
|
+
// src/hooks/useUpdatingDateString.ts
|
|
18314
18314
|
import { useEffect as useEffect45, useState as useState41 } from "react";
|
|
18315
|
-
var
|
|
18315
|
+
var useUpdatingDateString = ({ absoluteFormat = "dateTime", localeOverride, date }) => {
|
|
18316
18316
|
const { locale: contextLocale } = useLocale();
|
|
18317
18317
|
const locale = localeOverride ?? contextLocale;
|
|
18318
18318
|
const [dateAndTimeStrings, setDateAndTimeStrings] = useState41({
|
|
@@ -18918,7 +18918,7 @@ export {
|
|
|
18918
18918
|
useTooltip,
|
|
18919
18919
|
useTransitionState,
|
|
18920
18920
|
useTranslatedValidators,
|
|
18921
|
-
|
|
18921
|
+
useUpdatingDateString,
|
|
18922
18922
|
useWindowResizeObserver,
|
|
18923
18923
|
validateEmail,
|
|
18924
18924
|
writeToClipboard
|