@fluencypassdevs/cycle 0.1.0
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 +36 -0
- package/dist/chunk-2MXR6RRJ.js +106 -0
- package/dist/chunk-2MXR6RRJ.js.map +1 -0
- package/dist/chunk-2WPH3IQP.js +48 -0
- package/dist/chunk-2WPH3IQP.js.map +1 -0
- package/dist/chunk-3LXU5C35.js +68 -0
- package/dist/chunk-3LXU5C35.js.map +1 -0
- package/dist/chunk-6LML23MS.js +347 -0
- package/dist/chunk-6LML23MS.js.map +1 -0
- package/dist/chunk-726XFHED.js +22 -0
- package/dist/chunk-726XFHED.js.map +1 -0
- package/dist/chunk-7UMEJDC3.js +62 -0
- package/dist/chunk-7UMEJDC3.js.map +1 -0
- package/dist/chunk-7XT6ISPQ.js +97 -0
- package/dist/chunk-7XT6ISPQ.js.map +1 -0
- package/dist/chunk-AL2ALTBH.js +115 -0
- package/dist/chunk-AL2ALTBH.js.map +1 -0
- package/dist/chunk-CIM6KJH5.js +59 -0
- package/dist/chunk-CIM6KJH5.js.map +1 -0
- package/dist/chunk-CSL4DRPW.js +39 -0
- package/dist/chunk-CSL4DRPW.js.map +1 -0
- package/dist/chunk-HZJRM5EK.js +97 -0
- package/dist/chunk-HZJRM5EK.js.map +1 -0
- package/dist/chunk-IJTNFN6N.js +61 -0
- package/dist/chunk-IJTNFN6N.js.map +1 -0
- package/dist/chunk-K567KZD5.js +63 -0
- package/dist/chunk-K567KZD5.js.map +1 -0
- package/dist/chunk-MSLQRGSP.js +113 -0
- package/dist/chunk-MSLQRGSP.js.map +1 -0
- package/dist/chunk-NGOZFA33.js +60 -0
- package/dist/chunk-NGOZFA33.js.map +1 -0
- package/dist/chunk-NVA4ZJOS.js +66 -0
- package/dist/chunk-NVA4ZJOS.js.map +1 -0
- package/dist/chunk-OT2HCBR2.js +37 -0
- package/dist/chunk-OT2HCBR2.js.map +1 -0
- package/dist/chunk-PM6ZUCMQ.js +73 -0
- package/dist/chunk-PM6ZUCMQ.js.map +1 -0
- package/dist/chunk-PXWCEJ2C.js +223 -0
- package/dist/chunk-PXWCEJ2C.js.map +1 -0
- package/dist/chunk-QTL6W4I2.js +57 -0
- package/dist/chunk-QTL6W4I2.js.map +1 -0
- package/dist/chunk-QZVQPUVT.js +129 -0
- package/dist/chunk-QZVQPUVT.js.map +1 -0
- package/dist/chunk-R4LITCVX.js +111 -0
- package/dist/chunk-R4LITCVX.js.map +1 -0
- package/dist/chunk-TYCPXAXF.js +10 -0
- package/dist/chunk-TYCPXAXF.js.map +1 -0
- package/dist/chunk-UEJLA7Q6.js +70 -0
- package/dist/chunk-UEJLA7Q6.js.map +1 -0
- package/dist/chunk-UVCEQOQR.js +104 -0
- package/dist/chunk-UVCEQOQR.js.map +1 -0
- package/dist/chunk-VECLN5AT.js +202 -0
- package/dist/chunk-VECLN5AT.js.map +1 -0
- package/dist/chunk-XX3I65LQ.js +435 -0
- package/dist/chunk-XX3I65LQ.js.map +1 -0
- package/dist/chunk-YINJ5YZ5.js +35 -0
- package/dist/chunk-YINJ5YZ5.js.map +1 -0
- package/dist/icons/index.d.ts +617 -0
- package/dist/icons/index.js +5 -0
- package/dist/icons/index.js.map +1 -0
- package/dist/index.d.ts +33 -0
- package/dist/index.js +30 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/utils.d.ts +5 -0
- package/dist/lib/utils.js +4 -0
- package/dist/lib/utils.js.map +1 -0
- package/dist/styles/tailwind-theme.css +87 -0
- package/dist/styles/tokens.css +496 -0
- package/dist/ui/accordion.d.ts +10 -0
- package/dist/ui/accordion.js +5 -0
- package/dist/ui/accordion.js.map +1 -0
- package/dist/ui/audio-player.d.ts +30 -0
- package/dist/ui/audio-player.js +7 -0
- package/dist/ui/audio-player.js.map +1 -0
- package/dist/ui/avatar.d.ts +16 -0
- package/dist/ui/avatar.js +5 -0
- package/dist/ui/avatar.js.map +1 -0
- package/dist/ui/badge.d.ts +15 -0
- package/dist/ui/badge.js +5 -0
- package/dist/ui/badge.js.map +1 -0
- package/dist/ui/button.d.ts +15 -0
- package/dist/ui/button.js +5 -0
- package/dist/ui/button.js.map +1 -0
- package/dist/ui/chat-bubble.d.ts +21 -0
- package/dist/ui/chat-bubble.js +6 -0
- package/dist/ui/chat-bubble.js.map +1 -0
- package/dist/ui/chat-panel.d.ts +35 -0
- package/dist/ui/chat-panel.js +10 -0
- package/dist/ui/chat-panel.js.map +1 -0
- package/dist/ui/checkbox.d.ts +17 -0
- package/dist/ui/checkbox.js +5 -0
- package/dist/ui/checkbox.js.map +1 -0
- package/dist/ui/file-card.d.ts +27 -0
- package/dist/ui/file-card.js +5 -0
- package/dist/ui/file-card.js.map +1 -0
- package/dist/ui/input.d.ts +11 -0
- package/dist/ui/input.js +5 -0
- package/dist/ui/input.js.map +1 -0
- package/dist/ui/label.d.ts +9 -0
- package/dist/ui/label.js +5 -0
- package/dist/ui/label.js.map +1 -0
- package/dist/ui/like-dislike.d.ts +32 -0
- package/dist/ui/like-dislike.js +9 -0
- package/dist/ui/like-dislike.js.map +1 -0
- package/dist/ui/live-waiting.d.ts +16 -0
- package/dist/ui/live-waiting.js +8 -0
- package/dist/ui/live-waiting.js.map +1 -0
- package/dist/ui/progress-stage.d.ts +19 -0
- package/dist/ui/progress-stage.js +5 -0
- package/dist/ui/progress-stage.js.map +1 -0
- package/dist/ui/progress.d.ts +19 -0
- package/dist/ui/progress.js +5 -0
- package/dist/ui/progress.js.map +1 -0
- package/dist/ui/radio-group.d.ts +19 -0
- package/dist/ui/radio-group.js +5 -0
- package/dist/ui/radio-group.js.map +1 -0
- package/dist/ui/scroll-area.d.ts +8 -0
- package/dist/ui/scroll-area.js +5 -0
- package/dist/ui/scroll-area.js.map +1 -0
- package/dist/ui/sheet.d.ts +17 -0
- package/dist/ui/sheet.js +5 -0
- package/dist/ui/sheet.js.map +1 -0
- package/dist/ui/slider.d.ts +16 -0
- package/dist/ui/slider.js +5 -0
- package/dist/ui/slider.js.map +1 -0
- package/dist/ui/switch.d.ts +16 -0
- package/dist/ui/switch.js +5 -0
- package/dist/ui/switch.js.map +1 -0
- package/dist/ui/tabs.d.ts +15 -0
- package/dist/ui/tabs.js +5 -0
- package/dist/ui/tabs.js.map +1 -0
- package/dist/ui/textarea.d.ts +12 -0
- package/dist/ui/textarea.js +5 -0
- package/dist/ui/textarea.js.map +1 -0
- package/dist/ui/toggle.d.ts +17 -0
- package/dist/ui/toggle.js +5 -0
- package/dist/ui/toggle.js.map +1 -0
- package/dist/ui/video-player.d.ts +28 -0
- package/dist/ui/video-player.js +7 -0
- package/dist/ui/video-player.js.map +1 -0
- package/package.json +90 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { VariantProps } from 'class-variance-authority';
|
|
5
|
+
|
|
6
|
+
declare const badgeVariants: (props?: ({
|
|
7
|
+
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | "progress" | "muted" | "success" | "progress-completed" | null | undefined;
|
|
8
|
+
size?: "sm" | "lg" | "default" | null | undefined;
|
|
9
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
10
|
+
interface BadgeProps extends React.ComponentProps<"span">, VariantProps<typeof badgeVariants> {
|
|
11
|
+
asChild?: boolean;
|
|
12
|
+
}
|
|
13
|
+
declare function Badge({ className, variant, size, asChild, ...props }: BadgeProps): react_jsx_runtime.JSX.Element;
|
|
14
|
+
|
|
15
|
+
export { Badge, type BadgeProps, badgeVariants };
|
package/dist/ui/badge.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"badge.js"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { VariantProps } from 'class-variance-authority';
|
|
5
|
+
|
|
6
|
+
declare const buttonVariants: (props?: ({
|
|
7
|
+
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
8
|
+
size?: "xs" | "sm" | "lg" | "icon" | "default" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
|
|
9
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
10
|
+
interface ButtonProps extends React.ComponentProps<"button">, VariantProps<typeof buttonVariants> {
|
|
11
|
+
asChild?: boolean;
|
|
12
|
+
}
|
|
13
|
+
declare function Button({ className, variant, size, asChild, ...props }: ButtonProps): react_jsx_runtime.JSX.Element;
|
|
14
|
+
|
|
15
|
+
export { Button, type ButtonProps, buttonVariants };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"button.js"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { VariantProps } from 'class-variance-authority';
|
|
5
|
+
|
|
6
|
+
declare const chatBubbleVariants: (props?: ({
|
|
7
|
+
variant?: "default" | "instructor" | "system" | null | undefined;
|
|
8
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
9
|
+
interface ChatBubbleProps extends React.ComponentProps<"div">, VariantProps<typeof chatBubbleVariants> {
|
|
10
|
+
/** Author display name */
|
|
11
|
+
author: string;
|
|
12
|
+
/** Avatar URL (renders initials if absent) */
|
|
13
|
+
avatar?: string;
|
|
14
|
+
/** Message text content */
|
|
15
|
+
message: string;
|
|
16
|
+
/** Timestamp label (e.g. "14:32") */
|
|
17
|
+
timestamp?: string;
|
|
18
|
+
}
|
|
19
|
+
declare function ChatBubble({ author, avatar, message, timestamp, variant, className, ...props }: ChatBubbleProps): react_jsx_runtime.JSX.Element;
|
|
20
|
+
|
|
21
|
+
export { ChatBubble, type ChatBubbleProps, chatBubbleVariants };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"chat-bubble.js"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { ChatBubbleProps } from './chat-bubble.js';
|
|
4
|
+
import 'class-variance-authority/types';
|
|
5
|
+
import 'class-variance-authority';
|
|
6
|
+
|
|
7
|
+
interface ChatMessage {
|
|
8
|
+
/** Unique message ID */
|
|
9
|
+
id: string;
|
|
10
|
+
/** Author display name */
|
|
11
|
+
author: string;
|
|
12
|
+
/** Avatar URL */
|
|
13
|
+
avatar?: string;
|
|
14
|
+
/** Message text */
|
|
15
|
+
message: string;
|
|
16
|
+
/** Timestamp label (e.g. "14:32") */
|
|
17
|
+
timestamp?: string;
|
|
18
|
+
/** Message variant */
|
|
19
|
+
variant?: ChatBubbleProps["variant"];
|
|
20
|
+
}
|
|
21
|
+
interface ChatPanelProps extends React.ComponentProps<"div"> {
|
|
22
|
+
/** Chat messages array */
|
|
23
|
+
messages: ChatMessage[];
|
|
24
|
+
/** Callback when the user sends a message */
|
|
25
|
+
onSendMessage?: (message: string) => void;
|
|
26
|
+
/** Disable the input (e.g. when chat is read-only or ended) */
|
|
27
|
+
disabled?: boolean;
|
|
28
|
+
/** Input placeholder text */
|
|
29
|
+
placeholder?: string;
|
|
30
|
+
/** Title shown at the top of the panel */
|
|
31
|
+
title?: string;
|
|
32
|
+
}
|
|
33
|
+
declare function ChatPanel({ messages, onSendMessage, disabled, placeholder, title, className, ...props }: ChatPanelProps): react_jsx_runtime.JSX.Element;
|
|
34
|
+
|
|
35
|
+
export { type ChatMessage, ChatPanel, type ChatPanelProps };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { ChatPanel } from '../chunk-UVCEQOQR.js';
|
|
2
|
+
import '../chunk-HZJRM5EK.js';
|
|
3
|
+
import '../chunk-MSLQRGSP.js';
|
|
4
|
+
import '../chunk-OT2HCBR2.js';
|
|
5
|
+
import '../chunk-3LXU5C35.js';
|
|
6
|
+
import '../chunk-7UMEJDC3.js';
|
|
7
|
+
import '../chunk-TYCPXAXF.js';
|
|
8
|
+
import '../chunk-YINJ5YZ5.js';
|
|
9
|
+
//# sourceMappingURL=chat-panel.js.map
|
|
10
|
+
//# sourceMappingURL=chat-panel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"chat-panel.js"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { Checkbox as Checkbox$1 } from 'radix-ui';
|
|
5
|
+
import { VariantProps } from 'class-variance-authority';
|
|
6
|
+
|
|
7
|
+
declare const checkboxVariants: (props?: ({
|
|
8
|
+
size?: "sm" | "lg" | "default" | null | undefined;
|
|
9
|
+
variant?: "default" | "circular" | null | undefined;
|
|
10
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
11
|
+
interface CheckboxProps extends React.ComponentProps<typeof Checkbox$1.Root>, VariantProps<typeof checkboxVariants> {
|
|
12
|
+
/** Classe de tema aplicada apenas no estado checked (ex: "theme-class") */
|
|
13
|
+
theme?: string;
|
|
14
|
+
}
|
|
15
|
+
declare function Checkbox({ className, size, variant, theme, ...props }: CheckboxProps): react_jsx_runtime.JSX.Element;
|
|
16
|
+
|
|
17
|
+
export { Checkbox, type CheckboxProps, checkboxVariants };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"checkbox.js"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { VariantProps } from 'class-variance-authority';
|
|
5
|
+
|
|
6
|
+
declare const fileCardVariants: (props?: ({
|
|
7
|
+
size?: "sm" | "md" | "lg" | null | undefined;
|
|
8
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
9
|
+
interface FileCardProps extends Omit<React.ComponentProps<"button">, "children" | "size">, VariantProps<typeof fileCardVariants> {
|
|
10
|
+
/** Nome do arquivo exibido como titulo */
|
|
11
|
+
title: string;
|
|
12
|
+
/** Tipo do arquivo (ex: "PDF", "DOCX", "PNG") */
|
|
13
|
+
fileType?: string;
|
|
14
|
+
/** Tamanho do arquivo (ex: "180 KB", "2.4 MB") */
|
|
15
|
+
fileSize?: string;
|
|
16
|
+
/** URL de download — se fornecido, renderiza como <a> */
|
|
17
|
+
href?: string;
|
|
18
|
+
/** Exibir icone de arquivo */
|
|
19
|
+
icon?: boolean;
|
|
20
|
+
/** Exibir linha de descricao (tipo + tamanho) */
|
|
21
|
+
showDescription?: boolean;
|
|
22
|
+
/** Exibir peso do arquivo na descricao */
|
|
23
|
+
showFileSize?: boolean;
|
|
24
|
+
}
|
|
25
|
+
declare function FileCard({ title, fileType, fileSize, href, icon, showDescription, showFileSize, size, disabled, className, ...props }: FileCardProps): react_jsx_runtime.JSX.Element;
|
|
26
|
+
|
|
27
|
+
export { FileCard, type FileCardProps, fileCardVariants };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"file-card.js"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
interface InputProps extends React.ComponentProps<"input"> {
|
|
5
|
+
inputSize?: "sm" | "default" | "lg";
|
|
6
|
+
/** Variante visual: outline (borda) ou filled (fundo preenchido) */
|
|
7
|
+
variant?: "outline" | "filled";
|
|
8
|
+
}
|
|
9
|
+
declare function Input({ className, type, inputSize, variant, ...props }: InputProps): react_jsx_runtime.JSX.Element;
|
|
10
|
+
|
|
11
|
+
export { Input, type InputProps };
|
package/dist/ui/input.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"input.js"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { Label as Label$1 } from 'radix-ui';
|
|
4
|
+
|
|
5
|
+
interface LabelProps extends React.ComponentProps<typeof Label$1.Root> {
|
|
6
|
+
}
|
|
7
|
+
declare function Label({ className, ...props }: LabelProps): react_jsx_runtime.JSX.Element;
|
|
8
|
+
|
|
9
|
+
export { Label, type LabelProps };
|
package/dist/ui/label.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"label.js"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { VariantProps } from 'class-variance-authority';
|
|
5
|
+
|
|
6
|
+
declare const likeDislikeVariants: (props?: ({
|
|
7
|
+
size?: "xs" | "sm" | "lg" | "default" | null | undefined;
|
|
8
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
9
|
+
type LikeDislikeValue = "like" | "dislike" | null;
|
|
10
|
+
interface LikeDislikeProps extends Omit<React.ComponentProps<"div">, "onChange" | "defaultValue">, VariantProps<typeof likeDislikeVariants> {
|
|
11
|
+
/** Current value — controlled */
|
|
12
|
+
value?: LikeDislikeValue;
|
|
13
|
+
/** Default value — uncontrolled */
|
|
14
|
+
defaultValue?: LikeDislikeValue;
|
|
15
|
+
/** Called when the value changes */
|
|
16
|
+
onValueChange?: (value: LikeDislikeValue) => void;
|
|
17
|
+
/** Show feedback textarea when dislike is selected */
|
|
18
|
+
showFeedback?: boolean;
|
|
19
|
+
/** Placeholder for the feedback textarea */
|
|
20
|
+
feedbackPlaceholder?: string;
|
|
21
|
+
/** Label for the feedback submit button */
|
|
22
|
+
feedbackSubmitLabel?: string;
|
|
23
|
+
/** Called when feedback is submitted */
|
|
24
|
+
onFeedbackSubmit?: (feedback: string) => void;
|
|
25
|
+
/** Theme class for the burst animation rays (e.g. "theme-brand"). Default: "theme-brand" */
|
|
26
|
+
burstTheme?: string;
|
|
27
|
+
/** Disabled state */
|
|
28
|
+
disabled?: boolean;
|
|
29
|
+
}
|
|
30
|
+
declare function LikeDislike({ className, size, value: valueProp, defaultValue, onValueChange, showFeedback, feedbackPlaceholder, feedbackSubmitLabel, onFeedbackSubmit, burstTheme, disabled, ...props }: LikeDislikeProps): react_jsx_runtime.JSX.Element;
|
|
31
|
+
|
|
32
|
+
export { LikeDislike, type LikeDislikeProps, type LikeDislikeValue, likeDislikeVariants };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export { LikeDislike, likeDislikeVariants } from '../chunk-PXWCEJ2C.js';
|
|
2
|
+
import '../chunk-6LML23MS.js';
|
|
3
|
+
import '../chunk-OT2HCBR2.js';
|
|
4
|
+
import '../chunk-7UMEJDC3.js';
|
|
5
|
+
import '../chunk-2WPH3IQP.js';
|
|
6
|
+
import '../chunk-TYCPXAXF.js';
|
|
7
|
+
import '../chunk-YINJ5YZ5.js';
|
|
8
|
+
//# sourceMappingURL=like-dislike.js.map
|
|
9
|
+
//# sourceMappingURL=like-dislike.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"like-dislike.js"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
|
|
3
|
+
interface LiveWaitingProps {
|
|
4
|
+
/** Scheduled start time of the live */
|
|
5
|
+
scheduledAt: Date;
|
|
6
|
+
/** Teacher/instructor display name */
|
|
7
|
+
teacherName?: string;
|
|
8
|
+
/** Teacher avatar URL */
|
|
9
|
+
teacherAvatar?: string;
|
|
10
|
+
/** Live class topic/subject */
|
|
11
|
+
topic?: string;
|
|
12
|
+
className?: string;
|
|
13
|
+
}
|
|
14
|
+
declare function LiveWaiting({ scheduledAt, teacherName, teacherAvatar, topic, className, }: LiveWaitingProps): react_jsx_runtime.JSX.Element;
|
|
15
|
+
|
|
16
|
+
export { LiveWaiting, type LiveWaitingProps };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { LiveWaiting } from '../chunk-7XT6ISPQ.js';
|
|
2
|
+
import '../chunk-MSLQRGSP.js';
|
|
3
|
+
import '../chunk-OT2HCBR2.js';
|
|
4
|
+
import '../chunk-NGOZFA33.js';
|
|
5
|
+
import '../chunk-TYCPXAXF.js';
|
|
6
|
+
import '../chunk-YINJ5YZ5.js';
|
|
7
|
+
//# sourceMappingURL=live-waiting.js.map
|
|
8
|
+
//# sourceMappingURL=live-waiting.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"live-waiting.js"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { VariantProps } from 'class-variance-authority';
|
|
5
|
+
|
|
6
|
+
declare const progressStagePillVariants: (props?: ({
|
|
7
|
+
size?: "xs" | "sm" | "lg" | "default" | null | undefined;
|
|
8
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
9
|
+
interface ProgressStageProps extends React.ComponentProps<"div">, VariantProps<typeof progressStagePillVariants> {
|
|
10
|
+
/** Numero total de stages (2–10) */
|
|
11
|
+
stages: number;
|
|
12
|
+
/** Quantos stages estao preenchidos (0–stages) */
|
|
13
|
+
value: number;
|
|
14
|
+
/** Classe de tema aplicada apenas nas pills preenchidas (ex: "theme-class") */
|
|
15
|
+
theme?: string;
|
|
16
|
+
}
|
|
17
|
+
declare function ProgressStage({ stages, value, size, theme, className, ...props }: ProgressStageProps): react_jsx_runtime.JSX.Element;
|
|
18
|
+
|
|
19
|
+
export { ProgressStage, type ProgressStageProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"progress-stage.js"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { Progress as Progress$1 } from 'radix-ui';
|
|
5
|
+
import { VariantProps } from 'class-variance-authority';
|
|
6
|
+
|
|
7
|
+
declare const progressVariants: (props?: ({
|
|
8
|
+
size?: "xs" | "sm" | "lg" | "default" | null | undefined;
|
|
9
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
10
|
+
declare const indicatorVariants: (props?: ({
|
|
11
|
+
variant?: "default" | "destructive" | "secondary" | "muted" | null | undefined;
|
|
12
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
13
|
+
interface ProgressProps extends Omit<React.ComponentProps<typeof Progress$1.Root>, "children">, VariantProps<typeof progressVariants>, VariantProps<typeof indicatorVariants> {
|
|
14
|
+
/** Classe de tema aplicada apenas no indicator (ex: "theme-class") */
|
|
15
|
+
theme?: string;
|
|
16
|
+
}
|
|
17
|
+
declare function Progress({ className, value, size, variant, theme, ...props }: ProgressProps): react_jsx_runtime.JSX.Element;
|
|
18
|
+
|
|
19
|
+
export { Progress, type ProgressProps, indicatorVariants, progressVariants };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"progress.js"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { RadioGroup as RadioGroup$1 } from 'radix-ui';
|
|
5
|
+
import { VariantProps } from 'class-variance-authority';
|
|
6
|
+
|
|
7
|
+
declare const radioVariants: (props?: ({
|
|
8
|
+
size?: "sm" | "lg" | "default" | null | undefined;
|
|
9
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
10
|
+
interface RadioGroupProps extends React.ComponentProps<typeof RadioGroup$1.Root> {
|
|
11
|
+
}
|
|
12
|
+
declare function RadioGroup({ className, ...props }: RadioGroupProps): react_jsx_runtime.JSX.Element;
|
|
13
|
+
interface RadioGroupItemProps extends React.ComponentProps<typeof RadioGroup$1.Item>, VariantProps<typeof radioVariants> {
|
|
14
|
+
/** Classe de tema aplicada apenas no estado checked (ex: "theme-class") */
|
|
15
|
+
theme?: string;
|
|
16
|
+
}
|
|
17
|
+
declare function RadioGroupItem({ className, size, theme, ...props }: RadioGroupItemProps): react_jsx_runtime.JSX.Element;
|
|
18
|
+
|
|
19
|
+
export { RadioGroup, RadioGroupItem, type RadioGroupItemProps, type RadioGroupProps, radioVariants };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"radio-group.js"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { ScrollArea as ScrollArea$1 } from 'radix-ui';
|
|
4
|
+
|
|
5
|
+
declare function ScrollArea({ className, children, ...props }: React.ComponentProps<typeof ScrollArea$1.Root>): react_jsx_runtime.JSX.Element;
|
|
6
|
+
declare function ScrollBar({ className, orientation, ...props }: React.ComponentProps<typeof ScrollArea$1.ScrollAreaScrollbar>): react_jsx_runtime.JSX.Element;
|
|
7
|
+
|
|
8
|
+
export { ScrollArea, ScrollBar };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"scroll-area.js"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { Dialog } from 'radix-ui';
|
|
4
|
+
|
|
5
|
+
declare function Sheet({ ...props }: React.ComponentProps<typeof Dialog.Root>): react_jsx_runtime.JSX.Element;
|
|
6
|
+
declare function SheetTrigger({ ...props }: React.ComponentProps<typeof Dialog.Trigger>): react_jsx_runtime.JSX.Element;
|
|
7
|
+
declare function SheetClose({ ...props }: React.ComponentProps<typeof Dialog.Close>): react_jsx_runtime.JSX.Element;
|
|
8
|
+
declare function SheetContent({ className, children, side, showCloseButton, ...props }: React.ComponentProps<typeof Dialog.Content> & {
|
|
9
|
+
side?: "top" | "right" | "bottom" | "left";
|
|
10
|
+
showCloseButton?: boolean;
|
|
11
|
+
}): react_jsx_runtime.JSX.Element;
|
|
12
|
+
declare function SheetHeader({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
13
|
+
declare function SheetFooter({ className, ...props }: React.ComponentProps<"div">): react_jsx_runtime.JSX.Element;
|
|
14
|
+
declare function SheetTitle({ className, ...props }: React.ComponentProps<typeof Dialog.Title>): react_jsx_runtime.JSX.Element;
|
|
15
|
+
declare function SheetDescription({ className, ...props }: React.ComponentProps<typeof Dialog.Description>): react_jsx_runtime.JSX.Element;
|
|
16
|
+
|
|
17
|
+
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger };
|
package/dist/ui/sheet.js
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger } from '../chunk-QZVQPUVT.js';
|
|
2
|
+
import '../chunk-TYCPXAXF.js';
|
|
3
|
+
import '../chunk-YINJ5YZ5.js';
|
|
4
|
+
//# sourceMappingURL=sheet.js.map
|
|
5
|
+
//# sourceMappingURL=sheet.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"sheet.js"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { Slider as Slider$1 } from 'radix-ui';
|
|
5
|
+
import { VariantProps } from 'class-variance-authority';
|
|
6
|
+
|
|
7
|
+
declare const sliderVariants: (props?: ({
|
|
8
|
+
size?: "sm" | "lg" | "default" | null | undefined;
|
|
9
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
10
|
+
interface SliderProps extends React.ComponentProps<typeof Slider$1.Root>, VariantProps<typeof sliderVariants> {
|
|
11
|
+
/** Classe de tema aplicada (ex: "theme-brand") */
|
|
12
|
+
theme?: string;
|
|
13
|
+
}
|
|
14
|
+
declare function Slider({ className, defaultValue, value, min, max, size, theme, ...props }: SliderProps): react_jsx_runtime.JSX.Element;
|
|
15
|
+
|
|
16
|
+
export { Slider, type SliderProps, sliderVariants };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"slider.js"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { Switch as Switch$1 } from 'radix-ui';
|
|
5
|
+
import { VariantProps } from 'class-variance-authority';
|
|
6
|
+
|
|
7
|
+
declare const switchVariants: (props?: ({
|
|
8
|
+
size?: "sm" | "lg" | "default" | null | undefined;
|
|
9
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
10
|
+
interface SwitchProps extends React.ComponentProps<typeof Switch$1.Root>, VariantProps<typeof switchVariants> {
|
|
11
|
+
/** Classe de tema aplicada no estado checked (ex: "theme-brand") */
|
|
12
|
+
theme?: string;
|
|
13
|
+
}
|
|
14
|
+
declare function Switch({ className, size, theme, ...props }: SwitchProps): react_jsx_runtime.JSX.Element;
|
|
15
|
+
|
|
16
|
+
export { Switch, type SwitchProps, switchVariants };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"switch.js"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
2
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { VariantProps } from 'class-variance-authority';
|
|
5
|
+
import { Tabs as Tabs$1 } from 'radix-ui';
|
|
6
|
+
|
|
7
|
+
declare function Tabs({ className, orientation, ...props }: React.ComponentProps<typeof Tabs$1.Root>): react_jsx_runtime.JSX.Element;
|
|
8
|
+
declare const tabsListVariants: (props?: ({
|
|
9
|
+
variant?: "default" | "line" | null | undefined;
|
|
10
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
11
|
+
declare function TabsList({ className, variant, ...props }: React.ComponentProps<typeof Tabs$1.List> & VariantProps<typeof tabsListVariants>): react_jsx_runtime.JSX.Element;
|
|
12
|
+
declare function TabsTrigger({ className, ...props }: React.ComponentProps<typeof Tabs$1.Trigger>): react_jsx_runtime.JSX.Element;
|
|
13
|
+
declare function TabsContent({ className, ...props }: React.ComponentProps<typeof Tabs$1.Content>): react_jsx_runtime.JSX.Element;
|
|
14
|
+
|
|
15
|
+
export { Tabs, TabsContent, TabsList, TabsTrigger, tabsListVariants };
|
package/dist/ui/tabs.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"tabs.js"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
|
|
4
|
+
interface TextareaProps extends React.ComponentProps<"textarea"> {
|
|
5
|
+
/** Tamanho do textarea: sm (min-h 60px), default (min-h 80px), lg (min-h 120px) */
|
|
6
|
+
textareaSize?: "sm" | "default" | "lg";
|
|
7
|
+
/** Variante visual: outline (borda) ou filled (fundo preenchido) */
|
|
8
|
+
variant?: "outline" | "filled";
|
|
9
|
+
}
|
|
10
|
+
declare function Textarea({ className, textareaSize, variant, ...props }: TextareaProps): react_jsx_runtime.JSX.Element;
|
|
11
|
+
|
|
12
|
+
export { Textarea, type TextareaProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"textarea.js"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
3
|
+
import * as React from 'react';
|
|
4
|
+
import { VariantProps } from 'class-variance-authority';
|
|
5
|
+
import { Toggle as Toggle$1 } from 'radix-ui';
|
|
6
|
+
|
|
7
|
+
declare const toggleVariants: (props?: ({
|
|
8
|
+
variant?: "default" | "outline" | null | undefined;
|
|
9
|
+
size?: "xs" | "sm" | "lg" | "icon" | "default" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
|
|
10
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
11
|
+
interface ToggleProps extends React.ComponentProps<typeof Toggle$1.Root>, VariantProps<typeof toggleVariants> {
|
|
12
|
+
/** Preenche icones SVG quando o toggle esta ativo (on). Ideal para icones como Heart, Star, Bookmark. */
|
|
13
|
+
fillOnPress?: boolean;
|
|
14
|
+
}
|
|
15
|
+
declare function Toggle({ className, variant, size, fillOnPress, ...props }: ToggleProps): react_jsx_runtime.JSX.Element;
|
|
16
|
+
|
|
17
|
+
export { Toggle, type ToggleProps, toggleVariants };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"toggle.js"}
|