@adam-milo/ui 1.0.32 → 1.0.34
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.cjs +1 -1
- package/dist/index.js +58 -22
- package/dist/index10.cjs +1 -1
- package/dist/index10.js +94 -56
- package/dist/index11.cjs +1 -1
- package/dist/index11.js +199 -40
- package/dist/index12.cjs +1 -1
- package/dist/index12.js +305 -105
- package/dist/index13.cjs +1 -1
- package/dist/index13.js +260 -74
- package/dist/index14.cjs +1 -1
- package/dist/index14.js +135 -27
- package/dist/index15.cjs +1 -1
- package/dist/index15.js +52 -469
- package/dist/index16.cjs +1 -1
- package/dist/index16.js +57 -111
- package/dist/index17.cjs +1 -1
- package/dist/index17.js +101 -20
- package/dist/index18.cjs +1 -1
- package/dist/index18.js +76 -21
- package/dist/index19.cjs +1 -1
- package/dist/index19.js +25 -29
- package/dist/index2.cjs +1 -1
- package/dist/index2.js +6 -4
- package/dist/index20.cjs +1 -1
- package/dist/index20.js +468 -31
- package/dist/index21.cjs +1 -1
- package/dist/index21.js +155 -41
- package/dist/index22.cjs +1 -1
- package/dist/index22.js +42 -12
- package/dist/index23.cjs +1 -0
- package/dist/index23.js +38 -0
- package/dist/index24.cjs +1 -1
- package/dist/index24.js +32 -287
- package/dist/index25.cjs +1 -1
- package/dist/index25.js +115 -13
- package/dist/index26.cjs +1 -0
- package/dist/index26.js +55 -0
- package/dist/index27.cjs +1 -0
- package/dist/index27.js +45 -0
- package/dist/index28.cjs +1 -0
- package/dist/index28.js +53 -0
- package/dist/index29.cjs +1 -0
- package/dist/index29.js +55 -0
- package/dist/index3.cjs +1 -1
- package/dist/index3.js +33 -33
- package/dist/index30.cjs +1 -0
- package/dist/index30.js +72 -0
- package/dist/index31.cjs +1 -0
- package/dist/index31.js +14 -0
- package/dist/index32.cjs +1 -0
- package/dist/index32.js +332 -0
- package/dist/index36.cjs +1 -0
- package/dist/index36.js +386 -0
- package/dist/index37.cjs +1 -0
- package/dist/index37.js +16 -0
- package/dist/index4.cjs +1 -1
- package/dist/index4.js +59 -11
- package/dist/index5.cjs +1 -1
- package/dist/index5.js +19 -35
- package/dist/index6.cjs +1 -1
- package/dist/index6.js +11 -101
- package/dist/index62.cjs +1 -0
- package/dist/index62.js +502 -0
- package/dist/index64.cjs +1 -0
- package/dist/index64.js +11 -0
- package/dist/index65.cjs +1 -0
- package/dist/index65.js +39 -0
- package/dist/index66.cjs +1 -0
- package/dist/index66.js +64 -0
- package/dist/index67.cjs +1 -0
- package/dist/index67.js +212 -0
- package/dist/index68.cjs +1 -0
- package/dist/index68.js +14 -0
- package/dist/index69.cjs +1 -0
- package/dist/index69.js +293 -0
- package/dist/index7.cjs +1 -1
- package/dist/index7.js +46 -97
- package/dist/index70.cjs +1 -0
- package/dist/index70.js +18 -0
- package/dist/index71.cjs +1 -0
- package/dist/index71.js +129 -0
- package/dist/index72.cjs +1 -0
- package/dist/index72.js +43 -0
- package/dist/index73.cjs +1 -0
- package/dist/index73.js +99 -0
- package/dist/index74.cjs +1 -0
- package/dist/index74.js +71 -0
- package/dist/index75.cjs +1 -0
- package/dist/index75.js +36 -0
- package/dist/index76.cjs +1 -0
- package/dist/index76.js +14 -0
- package/dist/index77.cjs +1 -0
- package/dist/index77.js +17 -0
- package/dist/index78.cjs +1 -0
- package/dist/index78.js +6 -0
- package/dist/index79.cjs +1 -0
- package/dist/index79.js +297 -0
- package/dist/index8.cjs +1 -1
- package/dist/index8.js +97 -88
- package/dist/index80.cjs +1 -0
- package/dist/index80.js +25 -0
- package/dist/index81.cjs +1 -0
- package/dist/index81.js +39 -0
- package/dist/index82.cjs +1 -0
- package/dist/index82.js +625 -0
- package/dist/index83.cjs +1 -0
- package/dist/index83.js +721 -0
- package/dist/index84.cjs +1 -0
- package/dist/index84.js +154 -0
- package/dist/index85.cjs +1 -0
- package/dist/index85.js +173 -0
- package/dist/index9.cjs +1 -1
- package/dist/index9.js +55 -197
- package/dist/src/components/core/button/Button.component.d.ts +13 -7
- package/dist/src/components/core/button/Button.component.d.ts.map +1 -1
- package/dist/src/components/core/icon/Icon.component.d.ts +1 -1
- package/dist/src/components/core/icon/Icon.component.d.ts.map +1 -1
- package/dist/src/components/core/icon-button/IconButton.component.d.ts +36 -0
- package/dist/src/components/core/icon-button/IconButton.component.d.ts.map +1 -0
- package/dist/src/components/core/menu-icon-button/MenuIconButton.component.d.ts +79 -0
- package/dist/src/components/core/menu-icon-button/MenuIconButton.component.d.ts.map +1 -0
- package/dist/src/components/feedback/spinner/Spinner.component.d.ts +62 -0
- package/dist/src/components/feedback/spinner/Spinner.component.d.ts.map +1 -0
- package/dist/src/components/forms/input/Input.component.d.ts +5 -0
- package/dist/src/components/forms/input/Input.component.d.ts.map +1 -1
- package/dist/src/components/forms/otp-input/OTPInput.component.d.ts +82 -0
- package/dist/src/components/forms/otp-input/OTPInput.component.d.ts.map +1 -0
- package/dist/src/components/forms/phone-input/PhoneInput.component.d.ts +96 -0
- package/dist/src/components/forms/phone-input/PhoneInput.component.d.ts.map +1 -0
- package/dist/src/components/forms/phone-input/countries.d.ts +93 -0
- package/dist/src/components/forms/phone-input/countries.d.ts.map +1 -0
- package/dist/src/components/forms/select/Select.component.d.ts +5 -1
- package/dist/src/components/forms/select/Select.component.d.ts.map +1 -1
- package/dist/src/components/forms/toggle/Toggle.component.d.ts +80 -0
- package/dist/src/components/forms/toggle/Toggle.component.d.ts.map +1 -0
- package/dist/src/components/layout/auth-layout/AuthLayout.component.d.ts +86 -0
- package/dist/src/components/layout/auth-layout/AuthLayout.component.d.ts.map +1 -0
- package/dist/src/components/overlays/dialog/Dialog.component.d.ts +36 -2
- package/dist/src/components/overlays/dialog/Dialog.component.d.ts.map +1 -1
- package/dist/src/components/typography/heading/Heading.component.d.ts +92 -0
- package/dist/src/components/typography/heading/Heading.component.d.ts.map +1 -0
- package/dist/src/components/typography/link/Link.component.d.ts +80 -0
- package/dist/src/components/typography/link/Link.component.d.ts.map +1 -0
- package/dist/src/index.d.ts +24 -5
- package/dist/src/index.d.ts.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -1
- /package/dist/{index35.cjs → index50.cjs} +0 -0
- /package/dist/{index35.js → index50.js} +0 -0
- /package/dist/{index42.cjs → index61.cjs} +0 -0
- /package/dist/{index42.js → index61.js} +0 -0
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { ReactNode, HTMLAttributes } from 'react';
|
|
2
|
+
|
|
3
|
+
export interface AuthLayoutProps extends Omit<HTMLAttributes<HTMLDivElement>, 'style' | 'className'> {
|
|
4
|
+
/**
|
|
5
|
+
* The content to render inside the card
|
|
6
|
+
*/
|
|
7
|
+
children: ReactNode;
|
|
8
|
+
/**
|
|
9
|
+
* Card size variant
|
|
10
|
+
* - sm: Small card (400px width)
|
|
11
|
+
* - md: Medium card (500px width)
|
|
12
|
+
* - lg: Large card (600px width) - default
|
|
13
|
+
* - xl: Extra large card (700px width)
|
|
14
|
+
* - auto: Card width adjusts to content
|
|
15
|
+
*/
|
|
16
|
+
cardSize?: 'sm' | 'md' | 'lg' | 'xl' | 'auto';
|
|
17
|
+
/**
|
|
18
|
+
* Logo element to display in the header
|
|
19
|
+
* Can be an image, SVG, or custom component
|
|
20
|
+
*/
|
|
21
|
+
logo?: ReactNode;
|
|
22
|
+
/**
|
|
23
|
+
* Whether to show the settings menu button
|
|
24
|
+
* @default true
|
|
25
|
+
*/
|
|
26
|
+
showSettings?: boolean;
|
|
27
|
+
/**
|
|
28
|
+
* Whether to show the user menu button
|
|
29
|
+
* @default true
|
|
30
|
+
*/
|
|
31
|
+
showUserMenu?: boolean;
|
|
32
|
+
/**
|
|
33
|
+
* User initials for the user menu button (for existing users)
|
|
34
|
+
* If provided, shows initials instead of user icon
|
|
35
|
+
*/
|
|
36
|
+
userInitials?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Callback when settings button is clicked
|
|
39
|
+
*/
|
|
40
|
+
onSettingsClick?: () => void;
|
|
41
|
+
/**
|
|
42
|
+
* Callback when user menu button is clicked
|
|
43
|
+
*/
|
|
44
|
+
onUserMenuClick?: () => void;
|
|
45
|
+
/**
|
|
46
|
+
* Which menu button is currently selected/active
|
|
47
|
+
*/
|
|
48
|
+
activeMenu?: 'settings' | 'user' | null;
|
|
49
|
+
/**
|
|
50
|
+
* An ID for testing purposes, used by Vitest/React Testing Library.
|
|
51
|
+
*/
|
|
52
|
+
'data-testid'?: string;
|
|
53
|
+
/**
|
|
54
|
+
* An ID for Cypress E2E testing purposes.
|
|
55
|
+
*/
|
|
56
|
+
'data-cy'?: string;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* AuthLayout - Pre-authentication page layout
|
|
60
|
+
*
|
|
61
|
+
* Based on Figma designs:
|
|
62
|
+
* - Desktop: node-id=40001-29832
|
|
63
|
+
* - Mobile: node-id=40362-11823
|
|
64
|
+
*
|
|
65
|
+
* A full-page layout for authentication pages (login, signup, password reset, etc.)
|
|
66
|
+
* featuring:
|
|
67
|
+
* - Gradient background
|
|
68
|
+
* - Fixed header with logo and menu buttons
|
|
69
|
+
* - Centered card container for form content
|
|
70
|
+
* - Responsive design (desktop/mobile)
|
|
71
|
+
*
|
|
72
|
+
* @example
|
|
73
|
+
* ```tsx
|
|
74
|
+
* <AuthLayout
|
|
75
|
+
* logo={<img src="/logo.svg" alt="Company Logo" />}
|
|
76
|
+
* cardSize="lg"
|
|
77
|
+
* onSettingsClick={() => openSettings()}
|
|
78
|
+
* onUserMenuClick={() => openUserMenu()}
|
|
79
|
+
* >
|
|
80
|
+
* <h1>Welcome</h1>
|
|
81
|
+
* <form>...</form>
|
|
82
|
+
* </AuthLayout>
|
|
83
|
+
* ```
|
|
84
|
+
*/
|
|
85
|
+
export declare const AuthLayout: import('react').ForwardRefExoticComponent<AuthLayoutProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
86
|
+
//# sourceMappingURL=AuthLayout.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AuthLayout.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/auth-layout/AuthLayout.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAc,cAAc,EAAE,MAAM,OAAO,CAAC;AAG9D,OAAO,kBAAkB,CAAC;AAE1B,MAAM,WAAW,eAAgB,SAAQ,IAAI,CAC3C,cAAc,CAAC,cAAc,CAAC,EAC9B,OAAO,GAAG,WAAW,CACtB;IACC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IAEpB;;;;;;;OAOG;IACH,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;IAE9C;;;OAGG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;IAEjB;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAE7B;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,IAAI,CAAC;IAE7B;;OAEG;IACH,UAAU,CAAC,EAAE,UAAU,GAAG,MAAM,GAAG,IAAI,CAAC;IAExC;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,eAAO,MAAM,UAAU,4GAoGtB,CAAC"}
|
|
@@ -1,10 +1,42 @@
|
|
|
1
|
-
import { ComponentPropsWithoutRef } from 'react';
|
|
1
|
+
import { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
2
|
|
|
3
3
|
import * as DialogPrimitive from '@radix-ui/react-dialog';
|
|
4
4
|
export declare const Dialog: import('react').FC<DialogPrimitive.DialogProps>;
|
|
5
5
|
export declare const DialogTrigger: import('react').ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & import('react').RefAttributes<HTMLButtonElement>>;
|
|
6
6
|
export declare const DialogPortal: import('react').FC<DialogPrimitive.DialogPortalProps>;
|
|
7
7
|
export declare const DialogClose: import('react').ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & import('react').RefAttributes<HTMLButtonElement>>;
|
|
8
|
+
export interface DialogCloseButtonProps extends ComponentPropsWithoutRef<typeof DialogPrimitive.Close> {
|
|
9
|
+
'data-cy'?: string;
|
|
10
|
+
'data-testid'?: string;
|
|
11
|
+
}
|
|
12
|
+
/**
|
|
13
|
+
* Close button (X) positioned in the top-right corner of the dialog.
|
|
14
|
+
* Based on Figma: node-id=40001-5604
|
|
15
|
+
*/
|
|
16
|
+
export declare const DialogCloseButton: import('react').ForwardRefExoticComponent<DialogCloseButtonProps & import('react').RefAttributes<HTMLButtonElement>>;
|
|
17
|
+
export interface DialogIconProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
18
|
+
/** Icon content - can be an Icon component or custom SVG */
|
|
19
|
+
children: ReactNode;
|
|
20
|
+
/** Color variant for the icon */
|
|
21
|
+
variant?: 'default' | 'success' | 'warning' | 'error';
|
|
22
|
+
'data-cy'?: string;
|
|
23
|
+
'data-testid'?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Centered icon area for dialogs.
|
|
27
|
+
* Based on Figma: node-id=40001-5604
|
|
28
|
+
*
|
|
29
|
+
* @example
|
|
30
|
+
* ```tsx
|
|
31
|
+
* <DialogIcon variant="default">
|
|
32
|
+
* <Icon name="EnvelopeClosedIcon" size="lg" />
|
|
33
|
+
* </DialogIcon>
|
|
34
|
+
* ```
|
|
35
|
+
*/
|
|
36
|
+
export declare const DialogIcon: {
|
|
37
|
+
({ children, variant, className, "data-cy": dataCy, "data-testid": dataTestId, ...props }: DialogIconProps): import("react/jsx-runtime").JSX.Element;
|
|
38
|
+
displayName: string;
|
|
39
|
+
};
|
|
8
40
|
export interface DialogOverlayProps extends ComponentPropsWithoutRef<typeof DialogPrimitive.Overlay> {
|
|
9
41
|
'data-cy'?: string;
|
|
10
42
|
'data-testid'?: string;
|
|
@@ -16,11 +48,13 @@ export interface DialogContentProps extends ComponentPropsWithoutRef<typeof Dial
|
|
|
16
48
|
}
|
|
17
49
|
export declare const DialogContent: import('react').ForwardRefExoticComponent<DialogContentProps & import('react').RefAttributes<HTMLDivElement>>;
|
|
18
50
|
export interface DialogHeaderProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
51
|
+
/** Center the header content (for verification dialogs, etc.) */
|
|
52
|
+
centered?: boolean;
|
|
19
53
|
'data-cy'?: string;
|
|
20
54
|
'data-testid'?: string;
|
|
21
55
|
}
|
|
22
56
|
export declare const DialogHeader: {
|
|
23
|
-
({ className, "data-cy": dataCy, "data-testid": dataTestId, ...props }: DialogHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
57
|
+
({ centered, className, "data-cy": dataCy, "data-testid": dataTestId, ...props }: DialogHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
24
58
|
displayName: string;
|
|
25
59
|
};
|
|
26
60
|
export interface DialogFooterProps extends React.HTMLAttributes<HTMLDivElement> {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dialog.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/overlays/dialog/Dialog.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,wBAAwB,EAAc,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Dialog.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/overlays/dialog/Dialog.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,wBAAwB,EAAc,SAAS,EAAE,MAAM,OAAO,CAAC;AACpF,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAG1D,OAAO,cAAc,CAAC;AAEtB,eAAO,MAAM,MAAM,iDAAuB,CAAC;AAE3C,eAAO,MAAM,aAAa,kIAA0B,CAAC;AAErD,eAAO,MAAM,YAAY,uDAAyB,CAAC;AAEnD,eAAO,MAAM,WAAW,gIAAwB,CAAC;AAMjD,MAAM,WAAW,sBAAuB,SAAQ,wBAAwB,CACtE,OAAO,eAAe,CAAC,KAAK,CAC7B;IACC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;;GAGG;AACH,eAAO,MAAM,iBAAiB,sHAmB5B,CAAC;AAOH,MAAM,WAAW,eAAgB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC3E,4DAA4D;IAC5D,QAAQ,EAAE,SAAS,CAAC;IACpB,iCAAiC;IACjC,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IACtD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;;;;;;;;;GAUG;AACH,eAAO,MAAM,UAAU;+FAOpB,eAAe;;CAejB,CAAC;AAGF,MAAM,WAAW,kBAAmB,SAAQ,wBAAwB,CAClE,OAAO,eAAe,CAAC,OAAO,CAC/B;IACC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,aAAa,+GAgBxB,CAAC;AAGH,MAAM,WAAW,kBAAmB,SAAQ,wBAAwB,CAClE,OAAO,eAAe,CAAC,OAAO,CAC/B;IACC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,aAAa,+GAqBxB,CAAC;AAGH,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC7E,iEAAiE;IACjE,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,YAAY;sFAMtB,iBAAiB;;CAYnB,CAAC;AAGF,MAAM,WAAW,iBAAkB,SAAQ,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC;IAC7E,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,YAAY;4EAKtB,iBAAiB;;CAYnB,CAAC;AAGF,MAAM,WAAW,gBAAiB,SAAQ,wBAAwB,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC;IAC9F,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,WAAW,iHAevB,CAAC;AAGF,MAAM,WAAW,sBAAuB,SAAQ,wBAAwB,CACtE,OAAO,eAAe,CAAC,WAAW,CACnC;IACC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED,eAAO,MAAM,iBAAiB,yHAgB5B,CAAC"}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { ComponentPropsWithoutRef } from 'react';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Semantic heading level (1-6 for h1-h6)
|
|
5
|
+
*/
|
|
6
|
+
export type HeadingLevel = 1 | 2 | 3 | 4 | 5 | 6;
|
|
7
|
+
/**
|
|
8
|
+
* Visual size variants for headings
|
|
9
|
+
* Decoupled from semantic level to allow styling flexibility
|
|
10
|
+
*/
|
|
11
|
+
export type HeadingSize = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl';
|
|
12
|
+
/**
|
|
13
|
+
* Heading weight variants
|
|
14
|
+
*/
|
|
15
|
+
export type HeadingWeight = 'medium' | 'semibold' | 'bold' | 'black';
|
|
16
|
+
/**
|
|
17
|
+
* Heading alignment options
|
|
18
|
+
* - 'responsive': center on mobile, start (left) on desktop - for auth pages
|
|
19
|
+
*/
|
|
20
|
+
export type HeadingAlign = 'start' | 'center' | 'end' | 'responsive';
|
|
21
|
+
/**
|
|
22
|
+
* Heading color variants using design token colors
|
|
23
|
+
*/
|
|
24
|
+
export type HeadingColor = 'text' | 'action' | 'clickable' | 'popup' | 'error' | 'secondary' | 'system-text' | 'grey-07';
|
|
25
|
+
/**
|
|
26
|
+
* Props for the Heading component
|
|
27
|
+
*/
|
|
28
|
+
export interface HeadingProps extends Omit<ComponentPropsWithoutRef<'h1'>, 'color'> {
|
|
29
|
+
/**
|
|
30
|
+
* Semantic heading level (1-6 for h1-h6)
|
|
31
|
+
* @default 2
|
|
32
|
+
*/
|
|
33
|
+
level?: HeadingLevel;
|
|
34
|
+
/**
|
|
35
|
+
* Visual size variant (decoupled from semantic level)
|
|
36
|
+
* @default derived from level
|
|
37
|
+
*/
|
|
38
|
+
size?: HeadingSize;
|
|
39
|
+
/**
|
|
40
|
+
* Font weight
|
|
41
|
+
* @default 'bold'
|
|
42
|
+
*/
|
|
43
|
+
weight?: HeadingWeight;
|
|
44
|
+
/**
|
|
45
|
+
* Text color using design token colors
|
|
46
|
+
* @default 'text'
|
|
47
|
+
*/
|
|
48
|
+
color?: HeadingColor;
|
|
49
|
+
/**
|
|
50
|
+
* Text alignment
|
|
51
|
+
* @default 'start'
|
|
52
|
+
*/
|
|
53
|
+
align?: HeadingAlign;
|
|
54
|
+
/**
|
|
55
|
+
* Custom className for additional styling
|
|
56
|
+
*/
|
|
57
|
+
className?: string;
|
|
58
|
+
/**
|
|
59
|
+
* Custom data-cy attribute for Cypress testing
|
|
60
|
+
*/
|
|
61
|
+
'data-cy'?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Custom data-testid attribute for unit testing
|
|
64
|
+
*/
|
|
65
|
+
'data-testid'?: string;
|
|
66
|
+
/**
|
|
67
|
+
* Heading content
|
|
68
|
+
*/
|
|
69
|
+
children?: React.ReactNode;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* Heading component for semantic heading levels (h1-h6) with consistent styling
|
|
73
|
+
*
|
|
74
|
+
* @example
|
|
75
|
+
* ```tsx
|
|
76
|
+
* // Basic usage - renders as h2 with xl size
|
|
77
|
+
* <Heading>Page Title</Heading>
|
|
78
|
+
*
|
|
79
|
+
* // Specify level for semantic HTML
|
|
80
|
+
* <Heading level={1}>Main Heading</Heading>
|
|
81
|
+
*
|
|
82
|
+
* // Decouple visual size from semantic level
|
|
83
|
+
* <Heading level={3} size="xl">H3 styled as H1 size</Heading>
|
|
84
|
+
*
|
|
85
|
+
* // With weight and color
|
|
86
|
+
* <Heading level={2} weight="semibold" color="secondary">
|
|
87
|
+
* Section Title
|
|
88
|
+
* </Heading>
|
|
89
|
+
* ```
|
|
90
|
+
*/
|
|
91
|
+
export declare const Heading: import('react').ForwardRefExoticComponent<HeadingProps & import('react').RefAttributes<HTMLHeadingElement>>;
|
|
92
|
+
//# sourceMappingURL=Heading.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Heading.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/typography/heading/Heading.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,wBAAwB,EAAE,MAAM,OAAO,CAAC;AAClE,OAAO,eAAe,CAAC;AAEvB;;GAEG;AACH,MAAM,MAAM,YAAY,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAEjD;;;GAGG;AACH,MAAM,MAAM,WAAW,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,CAAC;AAEnE;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,QAAQ,GAAG,UAAU,GAAG,MAAM,GAAG,OAAO,CAAC;AAErE;;;GAGG;AACH,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,YAAY,CAAC;AAErE;;GAEG;AACH,MAAM,MAAM,YAAY,GACpB,MAAM,GACN,QAAQ,GACR,WAAW,GACX,OAAO,GACP,OAAO,GACP,WAAW,GACX,aAAa,GACb,SAAS,CAAC;AAcd;;GAEG;AACH,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,wBAAwB,CAAC,IAAI,CAAC,EAAE,OAAO,CAAC;IACjF;;;OAGG;IACH,KAAK,CAAC,EAAE,YAAY,CAAC;IAErB;;;OAGG;IACH,IAAI,CAAC,EAAE,WAAW,CAAC;IAEnB;;;OAGG;IACH,MAAM,CAAC,EAAE,aAAa,CAAC;IAEvB;;;OAGG;IACH,KAAK,CAAC,EAAE,YAAY,CAAC;IAErB;;;OAGG;IACH,KAAK,CAAC,EAAE,YAAY,CAAC;IAErB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,OAAO,6GAkDnB,CAAC"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import { AnchorHTMLAttributes, ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Link color variants using design token colors
|
|
5
|
+
*/
|
|
6
|
+
export type LinkColor = 'action' | 'clickable' | 'orange' | 'text' | 'system-text';
|
|
7
|
+
/**
|
|
8
|
+
* Link size variants
|
|
9
|
+
*/
|
|
10
|
+
export type LinkSize = 'sm' | 'md' | 'lg';
|
|
11
|
+
/**
|
|
12
|
+
* Link weight variants
|
|
13
|
+
*/
|
|
14
|
+
export type LinkWeight = 'regular' | 'medium' | 'semibold' | 'bold';
|
|
15
|
+
export interface LinkProps extends Omit<AnchorHTMLAttributes<HTMLAnchorElement>, 'style' | 'className'> {
|
|
16
|
+
/**
|
|
17
|
+
* Link content
|
|
18
|
+
*/
|
|
19
|
+
children: ReactNode;
|
|
20
|
+
/**
|
|
21
|
+
* Link color variant
|
|
22
|
+
* - action: Teal color (--color-action) - default
|
|
23
|
+
* - clickable: Clickable teal (--color-clickable)
|
|
24
|
+
* - orange: Orange color (--color-button-orange)
|
|
25
|
+
* - text: Default text color (--color-text)
|
|
26
|
+
* - system-text: Grey system text (--color-system-text)
|
|
27
|
+
* @default 'action'
|
|
28
|
+
*/
|
|
29
|
+
color?: LinkColor;
|
|
30
|
+
/**
|
|
31
|
+
* Link text size
|
|
32
|
+
* @default 'md'
|
|
33
|
+
*/
|
|
34
|
+
size?: LinkSize;
|
|
35
|
+
/**
|
|
36
|
+
* Link font weight
|
|
37
|
+
* @default 'medium'
|
|
38
|
+
*/
|
|
39
|
+
weight?: LinkWeight;
|
|
40
|
+
/**
|
|
41
|
+
* Whether the link has an underline
|
|
42
|
+
* @default false
|
|
43
|
+
*/
|
|
44
|
+
underline?: boolean;
|
|
45
|
+
/**
|
|
46
|
+
* Whether the link is disabled
|
|
47
|
+
* @default false
|
|
48
|
+
*/
|
|
49
|
+
disabled?: boolean;
|
|
50
|
+
/**
|
|
51
|
+
* Custom data-cy attribute for Cypress testing
|
|
52
|
+
*/
|
|
53
|
+
'data-cy'?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Custom data-testid attribute for unit testing
|
|
56
|
+
*/
|
|
57
|
+
'data-testid'?: string;
|
|
58
|
+
}
|
|
59
|
+
/**
|
|
60
|
+
* Link component for navigation and inline links.
|
|
61
|
+
*
|
|
62
|
+
* Based on Figma design patterns for "Log in", "Terms and Conditions", "Resend Code" links.
|
|
63
|
+
*
|
|
64
|
+
* @example
|
|
65
|
+
* ```tsx
|
|
66
|
+
* // Basic usage
|
|
67
|
+
* <Link href="/login">Log in</Link>
|
|
68
|
+
*
|
|
69
|
+
* // Orange link (for "Resend Code")
|
|
70
|
+
* <Link href="#" color="orange">Resend Code</Link>
|
|
71
|
+
*
|
|
72
|
+
* // Bold link
|
|
73
|
+
* <Link href="/login" weight="bold" color="clickable">Log in</Link>
|
|
74
|
+
*
|
|
75
|
+
* // As button (onClick)
|
|
76
|
+
* <Link as="button" onClick={handleClick}>Click me</Link>
|
|
77
|
+
* ```
|
|
78
|
+
*/
|
|
79
|
+
export declare const Link: import('react').ForwardRefExoticComponent<LinkProps & import('react').RefAttributes<HTMLAnchorElement>>;
|
|
80
|
+
//# sourceMappingURL=Link.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Link.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/typography/link/Link.component.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,oBAAoB,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAC9E,OAAO,YAAY,CAAC;AAEpB;;GAEG;AACH,MAAM,MAAM,SAAS,GAAG,QAAQ,GAAG,WAAW,GAAG,QAAQ,GAAG,MAAM,GAAG,aAAa,CAAC;AAEnF;;GAEG;AACH,MAAM,MAAM,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE1C;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,SAAS,GAAG,QAAQ,GAAG,UAAU,GAAG,MAAM,CAAC;AAEpE,MAAM,WAAW,SAAU,SAAQ,IAAI,CACrC,oBAAoB,CAAC,iBAAiB,CAAC,EACvC,OAAO,GAAG,WAAW,CACtB;IACC;;OAEG;IACH,QAAQ,EAAE,SAAS,CAAC;IAEpB;;;;;;;;OAQG;IACH,KAAK,CAAC,EAAE,SAAS,CAAC;IAElB;;;OAGG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAC;IAEhB;;;OAGG;IACH,MAAM,CAAC,EAAE,UAAU,CAAC;IAEpB;;;OAGG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,IAAI,yGAyDhB,CAAC"}
|
package/dist/src/index.d.ts
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
export { Button } from './components/core/button/Button.component';
|
|
2
2
|
export type { ButtonProps } from './components/core/button/Button.component';
|
|
3
|
-
export {
|
|
4
|
-
export type {
|
|
3
|
+
export { IconButton } from './components/core/icon-button/IconButton.component';
|
|
4
|
+
export type { IconButtonProps } from './components/core/icon-button/IconButton.component';
|
|
5
|
+
export { MenuIconButton } from './components/core/menu-icon-button/MenuIconButton.component';
|
|
6
|
+
export type { MenuIconButtonProps } from './components/core/menu-icon-button/MenuIconButton.component';
|
|
7
|
+
export { Icon, availableIcons, figmaIconMapping, getRadixIconName, } from './components/core/icon/Icon.component';
|
|
8
|
+
export type { IconProps, IconName, IconSize, IconColor, FigmaIconName, } from './components/core/icon/Icon.component';
|
|
5
9
|
export { EmailInput } from './components/forms/email-input/EmailInput.component';
|
|
6
10
|
export type { EmailInputProps } from './components/forms/email-input/EmailInput.component';
|
|
7
11
|
export { PasswordInput } from './components/forms/password-input/PasswordInput.component';
|
|
@@ -16,6 +20,12 @@ export { Radio } from './components/forms/radio/Radio.component';
|
|
|
16
20
|
export type { RadioProps } from './components/forms/radio/Radio.component';
|
|
17
21
|
export { Select, SelectTrigger, SelectContent, SelectItem, SelectValue, SelectGroup, SelectLabel, SelectSeparator, } from './components/forms/select/Select.component';
|
|
18
22
|
export type { SelectTriggerProps, SelectContentProps, SelectItemProps, SelectLabelProps, SelectSeparatorProps, } from './components/forms/select/Select.component';
|
|
23
|
+
export { PhoneInput, allCountries, commonCountries, defaultCountries, getCountryByCode, getCountryByDialCode, getCountriesByDialCode, searchCountries, phoneMasks, defaultPhoneMask, getPhoneMask, formatPhoneNumber, getPhoneDigits, isValidPhoneLength, } from './components/forms/phone-input/PhoneInput.component';
|
|
24
|
+
export type { PhoneInputProps, Country, PhoneMask, } from './components/forms/phone-input/PhoneInput.component';
|
|
25
|
+
export { OTPInput } from './components/forms/otp-input/OTPInput.component';
|
|
26
|
+
export type { OTPInputProps, OTPInputRef } from './components/forms/otp-input/OTPInput.component';
|
|
27
|
+
export { Toggle } from './components/forms/toggle/Toggle.component';
|
|
28
|
+
export type { ToggleProps } from './components/forms/toggle/Toggle.component';
|
|
19
29
|
export { Tabs, TabsList, TabsTrigger, TabsContent, } from './components/navigation/tabs/Tabs.component';
|
|
20
30
|
export { Alert } from './components/feedback/alert/Alert.component';
|
|
21
31
|
export type { AlertProps } from './components/feedback/alert/Alert.component';
|
|
@@ -27,16 +37,25 @@ export { Chip } from './components/data-display/chip/Chip.component';
|
|
|
27
37
|
export type { ChipProps } from './components/data-display/chip/Chip.component';
|
|
28
38
|
export { ChipGroup } from './components/data-display/chip-group/ChipGroup.component';
|
|
29
39
|
export type { ChipGroupProps, ChipGroupItem, } from './components/data-display/chip-group/ChipGroup.component';
|
|
30
|
-
export { Dialog, DialogTrigger, DialogContent, DialogHeader, DialogTitle, DialogDescription, DialogFooter, DialogClose, DialogPortal, DialogOverlay, } from './components/overlays/dialog/Dialog.component';
|
|
40
|
+
export { Dialog, DialogTrigger, DialogContent, DialogHeader, DialogTitle, DialogDescription, DialogFooter, DialogClose, DialogCloseButton, DialogIcon, DialogPortal, DialogOverlay, } from './components/overlays/dialog/Dialog.component';
|
|
41
|
+
export type { DialogOverlayProps, DialogContentProps, DialogHeaderProps, DialogTitleProps, DialogDescriptionProps, DialogFooterProps, DialogCloseButtonProps, DialogIconProps, } from './components/overlays/dialog/Dialog.component';
|
|
31
42
|
export { Stack } from './components/layout/stack/Stack.component';
|
|
32
43
|
export type { StackProps } from './components/layout/stack/Stack.component';
|
|
33
44
|
export { Container } from './components/layout/container/Container.component';
|
|
34
45
|
export type { ContainerProps } from './components/layout/container/Container.component';
|
|
35
46
|
export { Divider } from './components/layout/divider/Divider.component';
|
|
36
47
|
export type { DividerProps } from './components/layout/divider/Divider.component';
|
|
37
|
-
export {
|
|
38
|
-
export type {
|
|
48
|
+
export { AuthLayout } from './components/layout/auth-layout/AuthLayout.component';
|
|
49
|
+
export type { AuthLayoutProps } from './components/layout/auth-layout/AuthLayout.component';
|
|
39
50
|
export { Grid } from './components/layout/grid/Grid.component';
|
|
40
51
|
export type { GridProps } from './components/layout/grid/Grid.component';
|
|
52
|
+
export { Text } from './components/typography/text/Text.component';
|
|
53
|
+
export type { TextProps, TextSize, TextWeight, TextAlign, TextColor, } from './components/typography/text/Text.component';
|
|
54
|
+
export { Heading } from './components/typography/heading/Heading.component';
|
|
55
|
+
export type { HeadingProps, HeadingLevel, HeadingSize, HeadingWeight, HeadingAlign, HeadingColor, } from './components/typography/heading/Heading.component';
|
|
56
|
+
export { Link } from './components/typography/link/Link.component';
|
|
57
|
+
export type { LinkProps, LinkColor, LinkSize, LinkWeight, } from './components/typography/link/Link.component';
|
|
58
|
+
export { Spinner } from './components/feedback/spinner/Spinner.component';
|
|
59
|
+
export type { SpinnerProps, SpinnerSize, SpinnerColor, } from './components/feedback/spinner/Spinner.component';
|
|
41
60
|
export { cn, generateId } from './lib';
|
|
42
61
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,2CAA2C,CAAC;AACnE,YAAY,EAAE,WAAW,EAAE,MAAM,2CAA2C,CAAC;AAE7E,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"}
|