organify-ui 0.3.10 → 0.3.11
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.ts +11 -11
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -37,7 +37,7 @@ export { AiAdminLog, AiAdminLogsResponse, AiAdminStatsResponse, AiAdminUserStat,
|
|
|
37
37
|
declare function cn(...inputs: ClassValue[]): string;
|
|
38
38
|
|
|
39
39
|
declare const buttonVariants: (props?: ({
|
|
40
|
-
variant?: "
|
|
40
|
+
variant?: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
41
41
|
size?: "sm" | "default" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
|
|
42
42
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
43
43
|
interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
|
@@ -53,7 +53,7 @@ declare function Button({ className, variant, size, asChild, loading, children,
|
|
|
53
53
|
* Squircle radius, organic easing, focus glow.
|
|
54
54
|
*/
|
|
55
55
|
declare const inputVariants: (props?: ({
|
|
56
|
-
variant?: "
|
|
56
|
+
variant?: "default" | "flat" | "rounded" | "error" | "cream" | null | undefined;
|
|
57
57
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
58
58
|
interface InputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'size'>, VariantProps<typeof inputVariants> {
|
|
59
59
|
label?: string;
|
|
@@ -100,7 +100,7 @@ declare const Toggle: React.ForwardRefExoticComponent<ToggleProps & React.RefAtt
|
|
|
100
100
|
* Theme-aware: uses CSS variables for theme switching.
|
|
101
101
|
*/
|
|
102
102
|
declare const badgeVariants: (props?: ({
|
|
103
|
-
variant?: "
|
|
103
|
+
variant?: "default" | "error" | "in-flow" | "primary" | "success" | "warning" | "info" | "deep-work" | "high-energy" | "cream-default" | "cream-primary" | null | undefined;
|
|
104
104
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
105
105
|
interface BadgeProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof badgeVariants> {
|
|
106
106
|
/** Animated pulse dot */
|
|
@@ -233,7 +233,7 @@ declare function OrgLoaderInline({ className, ...props }: React.SVGProps<SVGSVGE
|
|
|
233
233
|
* - Semantic border colors per variant
|
|
234
234
|
*/
|
|
235
235
|
declare const alertVariants: (props?: ({
|
|
236
|
-
variant?: "
|
|
236
|
+
variant?: "error" | "success" | "warning" | "info" | null | undefined;
|
|
237
237
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
238
238
|
interface AlertProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof alertVariants> {
|
|
239
239
|
/** Alert title */
|
|
@@ -262,7 +262,7 @@ declare function Alert({ className, variant, title, description, icon, onClose,
|
|
|
262
262
|
* - Close button on top right
|
|
263
263
|
*/
|
|
264
264
|
declare const toastVariants: (props?: ({
|
|
265
|
-
variant?: "
|
|
265
|
+
variant?: "default" | "error" | "success" | "warning" | "info" | null | undefined;
|
|
266
266
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
267
267
|
interface ToastProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof toastVariants> {
|
|
268
268
|
/** Close handler */
|
|
@@ -384,9 +384,9 @@ declare function SettingsSkeleton({ className }: {
|
|
|
384
384
|
* - `flat`: no clip-path, rounded corners
|
|
385
385
|
*/
|
|
386
386
|
declare const glassPanelVariants: (props?: ({
|
|
387
|
-
variant?: "
|
|
387
|
+
variant?: "default" | "flat" | "cream" | "alt" | "highlight" | null | undefined;
|
|
388
388
|
corners?: "none" | "both" | "br" | "tl" | null | undefined;
|
|
389
|
-
padding?: "
|
|
389
|
+
padding?: "sm" | "default" | "lg" | "xl" | "none" | null | undefined;
|
|
390
390
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
391
391
|
interface GlassPanelProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof glassPanelVariants> {
|
|
392
392
|
/** Add the in-flow indicator dot */
|
|
@@ -477,7 +477,7 @@ declare function SidebarButton({ item, expanded, renderLink, onNavigate, }: {
|
|
|
477
477
|
expanded: boolean;
|
|
478
478
|
renderLink?: DockSidebarProps['renderLink'];
|
|
479
479
|
onNavigate?: () => void;
|
|
480
|
-
}): string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> |
|
|
480
|
+
}): string | number | bigint | boolean | react_jsx_runtime.JSX.Element | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | null | undefined;
|
|
481
481
|
|
|
482
482
|
interface WorkspaceSwitcherProps {
|
|
483
483
|
/** Whether the sidebar is collapsed (icon-only mode) */
|
|
@@ -515,7 +515,7 @@ declare function Logo({ size, variant, animated, className, ...props }: LogoProp
|
|
|
515
515
|
* From Brand Assets & Icons HTML.
|
|
516
516
|
*/
|
|
517
517
|
declare const geometricIconVariants: (props?: ({
|
|
518
|
-
variant?: "
|
|
518
|
+
variant?: "default" | "outline" | "error" | "cream" | "filled" | "success" | "warning" | null | undefined;
|
|
519
519
|
size?: "sm" | "default" | "lg" | "xl" | null | undefined;
|
|
520
520
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
521
521
|
interface GeometricIconProps extends React.HTMLAttributes<HTMLDivElement>, VariantProps<typeof geometricIconVariants> {
|
|
@@ -606,7 +606,7 @@ declare function StepConnector({ status, variant, }: {
|
|
|
606
606
|
* From Brand Assets & Icons HTML.
|
|
607
607
|
*/
|
|
608
608
|
declare const statusPillVariants: (props?: ({
|
|
609
|
-
variant?: "
|
|
609
|
+
variant?: "default" | "error" | "cream" | "in-flow" | "primary" | "success" | "warning" | "info" | "deep-work" | "high-energy" | "resting" | "disconnected" | null | undefined;
|
|
610
610
|
size?: "sm" | "default" | "lg" | null | undefined;
|
|
611
611
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
612
612
|
interface StatusPillProps extends React.HTMLAttributes<HTMLSpanElement>, VariantProps<typeof statusPillVariants> {
|
|
@@ -1213,7 +1213,7 @@ declare function Label({ className, ...props }: React.ComponentProps<'label'>):
|
|
|
1213
1213
|
* Squircle radius, organic easing, focus glow.
|
|
1214
1214
|
*/
|
|
1215
1215
|
declare const textareaVariants: (props?: ({
|
|
1216
|
-
variant?: "
|
|
1216
|
+
variant?: "default" | "flat" | "rounded" | "error" | "cream" | null | undefined;
|
|
1217
1217
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1218
1218
|
interface TextareaProps extends Omit<React.TextareaHTMLAttributes<HTMLTextAreaElement>, 'size'>, VariantProps<typeof textareaVariants> {
|
|
1219
1219
|
label?: string;
|
package/dist/index.js
CHANGED
|
@@ -7422,7 +7422,7 @@ function BoardsSwitcher({
|
|
|
7422
7422
|
}
|
|
7423
7423
|
),
|
|
7424
7424
|
isOpen && /* @__PURE__ */ jsx("div", { className: cn(
|
|
7425
|
-
"absolute top-full left-0 mt-1 z-
|
|
7425
|
+
"absolute top-full left-0 mt-1 z-[9999] min-w-[240px]",
|
|
7426
7426
|
"bg-elevated/95 backdrop-blur-xl border border-theme-subtle rounded-xl shadow-2xl",
|
|
7427
7427
|
"animate-in fade-in slide-in-from-top-2 duration-200"
|
|
7428
7428
|
), children: /* @__PURE__ */ jsxs("div", { className: "p-1.5", children: [
|
|
@@ -7543,7 +7543,7 @@ function SprintFilter({
|
|
|
7543
7543
|
}
|
|
7544
7544
|
),
|
|
7545
7545
|
isOpen && /* @__PURE__ */ jsx("div", { className: cn(
|
|
7546
|
-
"absolute top-full left-0 mt-1 z-
|
|
7546
|
+
"absolute top-full left-0 mt-1 z-[9999] min-w-[220px]",
|
|
7547
7547
|
"bg-elevated/95 backdrop-blur-xl border border-theme-subtle rounded-xl shadow-2xl",
|
|
7548
7548
|
"animate-in fade-in slide-in-from-top-2 duration-200"
|
|
7549
7549
|
), children: /* @__PURE__ */ jsxs("div", { className: "p-1.5 max-h-[280px] overflow-y-auto scrollbar-none", children: [
|