@donotdev/core 0.0.26 → 0.0.27
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/index.d.ts +2 -2
- package/index.js +1 -1
- package/next/index.js +6 -6
- package/package.json +16 -5
- package/vite/index.js +9 -9
package/index.d.ts
CHANGED
|
@@ -16372,7 +16372,7 @@ declare function getPartnerCacheStatus(): {
|
|
|
16372
16372
|
authPartnersCached: boolean;
|
|
16373
16373
|
oauthPartnersCached: boolean;
|
|
16374
16374
|
authPartners: ("apple" | "discord" | "emailLink" | "facebook" | "github" | "google" | "linkedin" | "microsoft" | "password" | "reddit" | "spotify" | "twitch" | "twitter" | "yahoo")[] | null;
|
|
16375
|
-
oauthPartners: ("discord" | "github" | "google" | "linkedin" | "reddit" | "spotify" | "twitch" | "twitter" | "
|
|
16375
|
+
oauthPartners: ("discord" | "github" | "google" | "linkedin" | "reddit" | "spotify" | "twitch" | "twitter" | "notion" | "slack" | "medium" | "mastodon" | "youtube")[] | null;
|
|
16376
16376
|
};
|
|
16377
16377
|
/**
|
|
16378
16378
|
* Get AuthPartnerId from Firebase provider ID
|
|
@@ -24248,7 +24248,7 @@ interface UseBreathingTimerProps {
|
|
|
24248
24248
|
* @author AMBROISE PARK Consulting
|
|
24249
24249
|
*/
|
|
24250
24250
|
declare function useBreathingTimer({ duration, onComplete, }: UseBreathingTimerProps): {
|
|
24251
|
-
status: "
|
|
24251
|
+
status: "active" | "idle" | "paused" | "complete";
|
|
24252
24252
|
timeRemaining: number;
|
|
24253
24253
|
start: () => void;
|
|
24254
24254
|
togglePause: () => void;
|