@novie/ui 0.1.17 → 0.1.19

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.
@@ -0,0 +1,11 @@
1
+ import { type VariantProps } from "class-variance-authority";
2
+ declare const progressIndicatorVariants: (props?: ({
3
+ size?: "sm" | "md" | "lg" | null | undefined;
4
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
5
+ type ProgressIndicatorColor = "forest" | "teal" | "red" | "orange" | "disabled";
6
+ declare function ProgressIndicator({ className, size, color, value, ...props }: Omit<React.ComponentProps<"svg">, "color"> & VariantProps<typeof progressIndicatorVariants> & {
7
+ color?: ProgressIndicatorColor;
8
+ value?: 0 | 25 | 50 | 75 | 100;
9
+ }): import("react/jsx-runtime").JSX.Element;
10
+ export { ProgressIndicator, progressIndicatorVariants };
11
+ //# sourceMappingURL=progress-indicator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"progress-indicator.d.ts","sourceRoot":"","sources":["../../../src/components/ui/progress-indicator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAIjE,QAAA,MAAM,yBAAyB;;8EAW7B,CAAA;AAEF,KAAK,sBAAsB,GAAG,QAAQ,GAAG,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,UAAU,CAAA;AAU/E,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,IAAI,EACJ,KAAgB,EAChB,KAAW,EACX,GAAG,KAAK,EACT,EAAE,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,OAAO,CAAC,GAC3C,YAAY,CAAC,OAAO,yBAAyB,CAAC,GAAG;IAC/C,KAAK,CAAC,EAAE,sBAAsB,CAAA;IAC9B,KAAK,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,GAAG,CAAA;CAC/B,2CAsDF;AAED,OAAO,EAAE,iBAAiB,EAAE,yBAAyB,EAAE,CAAA"}
@@ -0,0 +1,8 @@
1
+ import { type VariantProps } from "class-variance-authority";
2
+ declare const stateTagVariants: (props?: ({
3
+ color?: "green" | "orange" | "red" | "fern" | "teal" | null | undefined;
4
+ variant?: "default" | "outline" | "filled" | null | undefined;
5
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
+ declare function StateTag({ className, color, variant, children, ...props }: React.ComponentProps<"span"> & VariantProps<typeof stateTagVariants>): import("react/jsx-runtime").JSX.Element;
7
+ export { StateTag, stateTagVariants };
8
+ //# sourceMappingURL=state-tag.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"state-tag.d.ts","sourceRoot":"","sources":["../../../src/components/ui/state-tag.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAIjE,QAAA,MAAM,gBAAgB;;;8EA4CrB,CAAA;AAED,iBAAS,QAAQ,CAAC,EAChB,SAAS,EACT,KAAK,EACL,OAAO,EACP,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,GAC7B,YAAY,CAAC,OAAO,gBAAgB,CAAC,2CAUtC;AAED,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,CAAA"}
@@ -0,0 +1,8 @@
1
+ import { type VariantProps } from "class-variance-authority";
2
+ declare const tagBadgeVariants: (props?: ({
3
+ color?: "green" | "orange" | "red" | "teal" | "black" | null | undefined;
4
+ size?: "sm" | "md" | null | undefined;
5
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
+ declare function TagBadge({ className, color, size, ...props }: React.ComponentProps<"span"> & VariantProps<typeof tagBadgeVariants>): import("react/jsx-runtime").JSX.Element;
7
+ export { TagBadge, tagBadgeVariants };
8
+ //# sourceMappingURL=tag-badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tag-badge.d.ts","sourceRoot":"","sources":["../../../src/components/ui/tag-badge.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAIjE,QAAA,MAAM,gBAAgB;;;8EAkBpB,CAAA;AAEF,iBAAS,QAAQ,CAAC,EAChB,SAAS,EACT,KAAK,EACL,IAAI,EACJ,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,GAC7B,YAAY,CAAC,OAAO,gBAAgB,CAAC,2CAQtC;AAED,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,CAAA"}