@saasflare/ui 3.0.0 → 3.0.2
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/README.md +34 -15
- package/dist/{chunk-7UGPCRZ6.mjs → chunk-2DNKXA5A.mjs} +1 -1
- package/dist/chunk-BIU2MD4T.mjs +56 -0
- package/dist/chunk-M3ICCPCU.js +60 -0
- package/dist/{chunk-QWLQV6FS.mjs → chunk-ORB66UYT.mjs} +2 -46
- package/dist/{chunk-VQQ6MF5I.js → chunk-XXT4HKND.js} +7 -7
- package/dist/{chunk-OYH6LQWR.js → chunk-YAE5VBWJ.js} +6 -50
- package/dist/entries/calendar.js +35 -35
- package/dist/entries/calendar.mjs +2 -2
- package/dist/entries/carousel.js +9 -9
- package/dist/entries/carousel.mjs +2 -2
- package/dist/entries/chart.js +10 -10
- package/dist/entries/chart.mjs +1 -1
- package/dist/entries/command.js +15 -15
- package/dist/entries/command.mjs +2 -2
- package/dist/entries/drawer.js +7 -7
- package/dist/entries/drawer.mjs +1 -1
- package/dist/entries/input-otp.js +5 -5
- package/dist/entries/input-otp.mjs +1 -1
- package/dist/entries/resizable.js +3 -3
- package/dist/entries/resizable.mjs +1 -1
- package/dist/index.js +289 -289
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
- package/dist/chunk-JOVJRQO3.js +0 -12
- package/dist/chunk-S26666D6.mjs +0 -10
package/dist/index.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { buttonVariants, Button, useSaasflareProps } from './chunk-
|
|
3
|
-
export { Button, SaasflareProvider, SaasflareScript, SaasflareShell, SmoothScrollProvider, buttonVariants, useAnimation, useSaasflareProps, useSaasflareTheme } from './chunk-
|
|
4
|
-
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger } from './chunk-
|
|
2
|
+
import { buttonVariants, Button, useSaasflareProps } from './chunk-ORB66UYT.mjs';
|
|
3
|
+
export { Button, SaasflareProvider, SaasflareScript, SaasflareShell, SmoothScrollProvider, buttonVariants, useAnimation, useSaasflareProps, useSaasflareTheme } from './chunk-ORB66UYT.mjs';
|
|
4
|
+
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger } from './chunk-2DNKXA5A.mjs';
|
|
5
5
|
import { useReducedMotion, noMotion, springGentle, springBouncy, spring } from './chunk-W53NTFPB.mjs';
|
|
6
6
|
export { fadeIn, noMotion, scaleIn, slideDown, slideUp, spring, springBouncy, springGentle, springStiff, useReducedMotion } from './chunk-W53NTFPB.mjs';
|
|
7
|
-
import { cn } from './chunk-
|
|
8
|
-
export { cn } from './chunk-
|
|
7
|
+
import { cn } from './chunk-BIU2MD4T.mjs';
|
|
8
|
+
export { cn } from './chunk-BIU2MD4T.mjs';
|
|
9
9
|
import * as React5 from 'react';
|
|
10
10
|
import React5__default, { useState, useCallback, useMemo, useRef, useEffect, Suspense } from 'react';
|
|
11
11
|
import { m, useMotionValue, useSpring, useTransform, AnimatePresence } from 'motion/react';
|
|
@@ -654,7 +654,7 @@ function Checkbox({
|
|
|
654
654
|
{
|
|
655
655
|
"data-slot": "checkbox",
|
|
656
656
|
className: cn(
|
|
657
|
-
"peer size-4 shrink-0 cursor-pointer rounded-
|
|
657
|
+
"peer size-4 shrink-0 cursor-pointer rounded-lg border border-input shadow-xs transition-shadow outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 data-[state=checked]:border-primary data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground dark:bg-input/30 dark:aria-invalid:ring-destructive/40 dark:data-[state=checked]:bg-primary",
|
|
658
658
|
className
|
|
659
659
|
),
|
|
660
660
|
...props,
|
package/package.json
CHANGED
package/dist/chunk-JOVJRQO3.js
DELETED