@altimateai/ui-components 0.0.37 → 0.0.38-beta.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/dist/{Button-C4jhPGlR.d.ts → Button-CVsSwe4f.d.ts} +1 -1
- package/dist/CoachForm.css +1 -1
- package/dist/CoachForm.js +11043 -11001
- package/dist/Form.js +1743 -1511
- package/dist/Stack.js +1148 -1142
- package/dist/assets/icons/index.js +1 -1
- package/dist/chatbotV2/index.d.ts +2 -2
- package/dist/index.d.ts +4 -4
- package/dist/index2.js +14 -14
- package/dist/lineage/index.js +609 -616
- package/dist/redux-toolkit.modern.js +492 -485
- package/dist/shadcn/index.d.ts +2 -2
- package/dist/shadcn/index.js +2070 -2297
- package/dist/{types-BynvDMUq.d.ts → types-COyBAkqH.d.ts} +2 -0
- package/package.json +1 -1
|
@@ -4,7 +4,7 @@ import { VariantProps } from 'class-variance-authority';
|
|
|
4
4
|
|
|
5
5
|
declare const buttonVariants: (props?: ({
|
|
6
6
|
variant?: "link" | "default" | "destructive" | "outline" | "success" | "secondary" | "ghost" | null | undefined;
|
|
7
|
-
size?: "
|
|
7
|
+
size?: "xs" | "sm" | "lg" | "default" | "icon" | null | undefined;
|
|
8
8
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
9
9
|
interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
|
10
10
|
asChild?: boolean;
|
package/dist/CoachForm.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
._loadingBtn_gadec_1 .spinner-border{width:1rem;height:1rem;margin-top:.15rem;border-width:2px}.
|
|
1
|
+
._loadingBtn_gadec_1 .spinner-border{width:1rem;height:1rem;margin-top:.15rem;border-width:2px}._citations_18435_1{background:#17b26a1a;color:#17b26a;padding:.5rem 1rem;border-radius:2rem;align-items:center}._citations_18435_1 ul{margin:0}._citations_18435_1 button,._citations_18435_1 a{text-decoration:none;border-radius:50%;background:#17b26a!important;border:none;padding:4px 5px;margin-top:-1px}._citations_18435_1 button:hover,._citations_18435_1 a:hover{background:#07a058!important}
|