@sudobility/components 2.0.3

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.
Files changed (145) hide show
  1. package/README.md +169 -0
  2. package/dist/hooks/useClickOutside.d.ts +3 -0
  3. package/dist/hooks/useClickOutside.d.ts.map +1 -0
  4. package/dist/hooks/useCodeLoader.d.ts +8 -0
  5. package/dist/hooks/useCodeLoader.d.ts.map +1 -0
  6. package/dist/hooks/useCopyToClipboard.d.ts +64 -0
  7. package/dist/hooks/useCopyToClipboard.d.ts.map +1 -0
  8. package/dist/index.d.ts +1069 -0
  9. package/dist/index.d.ts.map +1 -0
  10. package/dist/index.esm.js +13064 -0
  11. package/dist/index.umd.js +67 -0
  12. package/dist/lib/index.d.ts +8 -0
  13. package/dist/lib/index.d.ts.map +1 -0
  14. package/dist/lib/utils.d.ts +4 -0
  15. package/dist/lib/utils.d.ts.map +1 -0
  16. package/dist/ui/alert.d.ts +20 -0
  17. package/dist/ui/alert.d.ts.map +1 -0
  18. package/dist/ui/animated-section.d.ts +28 -0
  19. package/dist/ui/animated-section.d.ts.map +1 -0
  20. package/dist/ui/button.d.ts +13 -0
  21. package/dist/ui/button.d.ts.map +1 -0
  22. package/dist/ui/card.d.ts +39 -0
  23. package/dist/ui/card.d.ts.map +1 -0
  24. package/dist/ui/comparison-section.d.ts +58 -0
  25. package/dist/ui/comparison-section.d.ts.map +1 -0
  26. package/dist/ui/confirmation-dialog.d.ts +16 -0
  27. package/dist/ui/confirmation-dialog.d.ts.map +1 -0
  28. package/dist/ui/content-container.d.ts +15 -0
  29. package/dist/ui/content-container.d.ts.map +1 -0
  30. package/dist/ui/design-system-components.d.ts +53 -0
  31. package/dist/ui/design-system-components.d.ts.map +1 -0
  32. package/dist/ui/dropdown.d.ts +20 -0
  33. package/dist/ui/dropdown.d.ts.map +1 -0
  34. package/dist/ui/email-accounts-list.d.ts +27 -0
  35. package/dist/ui/email-accounts-list.d.ts.map +1 -0
  36. package/dist/ui/email-input-group.d.ts +53 -0
  37. package/dist/ui/email-input-group.d.ts.map +1 -0
  38. package/dist/ui/empty-state.d.ts +11 -0
  39. package/dist/ui/empty-state.d.ts.map +1 -0
  40. package/dist/ui/feature-card.d.ts +17 -0
  41. package/dist/ui/feature-card.d.ts.map +1 -0
  42. package/dist/ui/feature-grid.d.ts +52 -0
  43. package/dist/ui/feature-grid.d.ts.map +1 -0
  44. package/dist/ui/flex-container.d.ts +13 -0
  45. package/dist/ui/flex-container.d.ts.map +1 -0
  46. package/dist/ui/form-field-group.d.ts +58 -0
  47. package/dist/ui/form-field-group.d.ts.map +1 -0
  48. package/dist/ui/free-email-banner.d.ts +20 -0
  49. package/dist/ui/free-email-banner.d.ts.map +1 -0
  50. package/dist/ui/gradient-button.d.ts +15 -0
  51. package/dist/ui/gradient-button.d.ts.map +1 -0
  52. package/dist/ui/hero-banner-with-badge.d.ts +20 -0
  53. package/dist/ui/hero-banner-with-badge.d.ts.map +1 -0
  54. package/dist/ui/icon-container.d.ts +12 -0
  55. package/dist/ui/icon-container.d.ts.map +1 -0
  56. package/dist/ui/index.d.ts +110 -0
  57. package/dist/ui/index.d.ts.map +1 -0
  58. package/dist/ui/input.d.ts +6 -0
  59. package/dist/ui/input.d.ts.map +1 -0
  60. package/dist/ui/internal-link-clusters.d.ts +65 -0
  61. package/dist/ui/internal-link-clusters.d.ts.map +1 -0
  62. package/dist/ui/label.d.ts +5 -0
  63. package/dist/ui/label.d.ts.map +1 -0
  64. package/dist/ui/loading-state.d.ts +11 -0
  65. package/dist/ui/loading-state.d.ts.map +1 -0
  66. package/dist/ui/logo.d.ts +15 -0
  67. package/dist/ui/logo.d.ts.map +1 -0
  68. package/dist/ui/metrics-grid.d.ts +20 -0
  69. package/dist/ui/metrics-grid.d.ts.map +1 -0
  70. package/dist/ui/modal.d.ts +38 -0
  71. package/dist/ui/modal.d.ts.map +1 -0
  72. package/dist/ui/no-content.d.ts +9 -0
  73. package/dist/ui/no-content.d.ts.map +1 -0
  74. package/dist/ui/page-container.d.ts +13 -0
  75. package/dist/ui/page-container.d.ts.map +1 -0
  76. package/dist/ui/process-steps.d.ts +18 -0
  77. package/dist/ui/process-steps.d.ts.map +1 -0
  78. package/dist/ui/section-badge.d.ts +11 -0
  79. package/dist/ui/section-badge.d.ts.map +1 -0
  80. package/dist/ui/section-header.d.ts +27 -0
  81. package/dist/ui/section-header.d.ts.map +1 -0
  82. package/dist/ui/section.d.ts +16 -0
  83. package/dist/ui/section.d.ts.map +1 -0
  84. package/dist/ui/select.d.ts +14 -0
  85. package/dist/ui/select.d.ts.map +1 -0
  86. package/dist/ui/smart-link.d.ts +23 -0
  87. package/dist/ui/smart-link.d.ts.map +1 -0
  88. package/dist/ui/spinner.d.ts +11 -0
  89. package/dist/ui/spinner.d.ts.map +1 -0
  90. package/dist/ui/status-badge.d.ts +17 -0
  91. package/dist/ui/status-badge.d.ts.map +1 -0
  92. package/dist/ui/status-indicator.d.ts +10 -0
  93. package/dist/ui/status-indicator.d.ts.map +1 -0
  94. package/dist/ui/switch.d.ts +4 -0
  95. package/dist/ui/switch.d.ts.map +1 -0
  96. package/dist/ui/table-of-contents.d.ts +19 -0
  97. package/dist/ui/table-of-contents.d.ts.map +1 -0
  98. package/dist/ui/tabs.d.ts +7 -0
  99. package/dist/ui/tabs.d.ts.map +1 -0
  100. package/dist/ui/typography.d.ts +50 -0
  101. package/dist/ui/typography.d.ts.map +1 -0
  102. package/dist/ui/use-case-grid.d.ts +17 -0
  103. package/dist/ui/use-case-grid.d.ts.map +1 -0
  104. package/dist/ui/wallet-icon.d.ts +13 -0
  105. package/dist/ui/wallet-icon.d.ts.map +1 -0
  106. package/dist/ui/wallet-selection.d.ts +49 -0
  107. package/dist/ui/wallet-selection.d.ts.map +1 -0
  108. package/dist/utils/css-optimization.d.ts +81 -0
  109. package/dist/utils/css-optimization.d.ts.map +1 -0
  110. package/dist/utils/formatFileSize.d.ts +42 -0
  111. package/dist/utils/formatFileSize.d.ts.map +1 -0
  112. package/dist/utils/image-optimization.d.ts +75 -0
  113. package/dist/utils/image-optimization.d.ts.map +1 -0
  114. package/dist/utils/index.d.ts +13 -0
  115. package/dist/utils/index.d.ts.map +1 -0
  116. package/dist/utils/lazy-components.d.ts +54 -0
  117. package/dist/utils/lazy-components.d.ts.map +1 -0
  118. package/dist/utils/lazy-loading.d.ts +96 -0
  119. package/dist/utils/lazy-loading.d.ts.map +1 -0
  120. package/dist/utils/navigation.d.ts +133 -0
  121. package/dist/utils/navigation.d.ts.map +1 -0
  122. package/dist/utils/navigationHelpers.d.ts +89 -0
  123. package/dist/utils/navigationHelpers.d.ts.map +1 -0
  124. package/dist/utils/storage.d.ts +250 -0
  125. package/dist/utils/storage.d.ts.map +1 -0
  126. package/dist/utils/treeShaking.d.ts +124 -0
  127. package/dist/utils/treeShaking.d.ts.map +1 -0
  128. package/dist/utils/walletBrowserDetection.d.ts +17 -0
  129. package/dist/utils/walletBrowserDetection.d.ts.map +1 -0
  130. package/package.json +149 -0
  131. package/vendor/@johnqh/design-system/colors.d.ts +1064 -0
  132. package/vendor/@johnqh/design-system/colors.d.ts.map +1 -0
  133. package/vendor/@johnqh/design-system/index.d.ts +123 -0
  134. package/vendor/@johnqh/design-system/index.d.ts.map +1 -0
  135. package/vendor/@johnqh/design-system/index.esm.js +3543 -0
  136. package/vendor/@johnqh/design-system/index.umd.js +1 -0
  137. package/vendor/@johnqh/design-system/package.json +9 -0
  138. package/vendor/@johnqh/design-system/simple-variants.d.ts +72 -0
  139. package/vendor/@johnqh/design-system/simple-variants.d.ts.map +1 -0
  140. package/vendor/@johnqh/design-system/tokens.d.ts +307 -0
  141. package/vendor/@johnqh/design-system/tokens.d.ts.map +1 -0
  142. package/vendor/@johnqh/design-system/typography.d.ts +112 -0
  143. package/vendor/@johnqh/design-system/typography.d.ts.map +1 -0
  144. package/vendor/@johnqh/design-system/variants.d.ts +35 -0
  145. package/vendor/@johnqh/design-system/variants.d.ts.map +1 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"free-email-banner.d.ts","sourceRoot":"","sources":["../../src/ui/free-email-banner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,QAAA,MAAM,cAAc;;;8EAqBlB,CAAC;AAoCH,UAAU,oBAAqB,SAAQ,YAAY,CAAC,OAAO,cAAc,CAAC;IACxE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CA8D1D,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { default as React } from 'react';
2
+ interface GradientButtonProps {
3
+ children: React.ReactNode;
4
+ variant?: 'primary' | 'secondary' | 'success' | 'warning' | 'error';
5
+ size?: 'sm' | 'md' | 'lg';
6
+ disabled?: boolean;
7
+ loading?: boolean;
8
+ fullWidth?: boolean;
9
+ onClick?: () => void;
10
+ type?: 'button' | 'submit' | 'reset';
11
+ className?: string;
12
+ }
13
+ export declare const GradientButton: React.FC<GradientButtonProps>;
14
+ export default GradientButton;
15
+ //# sourceMappingURL=gradient-button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gradient-button.d.ts","sourceRoot":"","sources":["../../src/ui/gradient-button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,UAAU,mBAAmB;IAC3B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IACpE,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAuBD,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAiCxD,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { default as React } from 'react';
2
+ import { ButtonProps } from './button';
3
+ export interface HeroBannerWithBadgeProps {
4
+ badgeIcon?: React.ReactNode;
5
+ badgeText: string;
6
+ badgeColor?: 'blue' | 'green' | 'purple' | 'orange' | 'pink' | 'gray';
7
+ title: string | React.ReactNode;
8
+ subtitle?: string;
9
+ description: string;
10
+ primaryButton?: ButtonProps & {
11
+ text: string;
12
+ };
13
+ secondaryButton?: ButtonProps & {
14
+ text: string;
15
+ };
16
+ className?: string;
17
+ children?: React.ReactNode;
18
+ }
19
+ export declare const HeroBannerWithBadge: React.FC<HeroBannerWithBadgeProps>;
20
+ //# sourceMappingURL=hero-banner-with-badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hero-banner-with-badge.d.ts","sourceRoot":"","sources":["../../src/ui/hero-banner-with-badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAU,WAAW,EAAE,MAAM,UAAU,CAAC;AAE/C,MAAM,WAAW,wBAAwB;IACvC,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC;IACtE,KAAK,EAAE,MAAM,GAAG,KAAK,CAAC,SAAS,CAAC;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,WAAW,GAAG;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;IAC/C,eAAe,CAAC,EAAE,WAAW,GAAG;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC;IACjD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,wBAAwB,CAoFlE,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+ interface IconContainerProps {
3
+ children: React.ReactNode;
4
+ size?: 'sm' | 'md' | 'lg' | 'xl';
5
+ variant?: 'primary' | 'secondary' | 'success' | 'warning' | 'error' | 'neutral';
6
+ shape?: 'square' | 'rounded' | 'circle';
7
+ animation?: 'none' | 'float' | 'pulse' | 'bounce';
8
+ className?: string;
9
+ }
10
+ export declare const IconContainer: React.FC<IconContainerProps>;
11
+ export default IconContainer;
12
+ //# sourceMappingURL=icon-container.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icon-container.d.ts","sourceRoot":"","sources":["../../src/ui/icon-container.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,kBAAkB;IAC1B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACjC,OAAO,CAAC,EACJ,SAAS,GACT,WAAW,GACX,SAAS,GACT,SAAS,GACT,OAAO,GACP,SAAS,CAAC;IACd,KAAK,CAAC,EAAE,QAAQ,GAAG,SAAS,GAAG,QAAQ,CAAC;IACxC,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,GAAG,QAAQ,CAAC;IAClD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AA4CD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAsBtD,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,110 @@
1
+ /**
2
+ * UI Components Export Index
3
+ *
4
+ * Centralized exports for all UI components to provide a clean API
5
+ * and enable better tree-shaking.
6
+ */
7
+ export { Alert, AlertTitle, AlertDescription } from './alert';
8
+ export { AnimatedSection, FadeInUp, FadeInScale, FloatingElement, } from './animated-section';
9
+ export { Button, buttonVariants } from './button';
10
+ export { Card, CardHeader, CardContent, CardFooter } from './card';
11
+ export { ComparisonSection, createComparisonData, createEmailComparisonData, } from './comparison-section';
12
+ export { ContentContainer } from './content-container';
13
+ export { Dropdown } from './dropdown';
14
+ export { FeatureCard } from './feature-card';
15
+ export { FeatureGrid, createFeature, createSecurityFeatures, } from './feature-grid';
16
+ export { GradientButton } from './gradient-button';
17
+ export { HeroBannerWithBadge } from './hero-banner-with-badge';
18
+ export { Input } from './input';
19
+ export { Label } from './label';
20
+ export { MetricsGrid } from './metrics-grid';
21
+ export { ProcessSteps } from './process-steps';
22
+ export { Select, SelectGroup, SelectValue, SelectTrigger, SelectContent, SelectLabel, SelectItem, SelectSeparator, SelectScrollUpButton, SelectScrollDownButton, } from './select';
23
+ export { Spinner } from './spinner';
24
+ export { Switch } from './switch';
25
+ export { SectionHeader } from './section-header';
26
+ export { TableOfContents } from './table-of-contents';
27
+ export { EmailAccountsList } from './email-accounts-list';
28
+ export { Tabs, TabsList, TabsTrigger, TabsContent } from './tabs';
29
+ export { UseCaseGrid } from './use-case-grid';
30
+ export { FlexContainer } from './flex-container';
31
+ export { PageContainer } from './page-container';
32
+ export { Section } from './section';
33
+ export { EmptyState } from './empty-state';
34
+ export { LoadingState } from './loading-state';
35
+ export { NoContent } from './no-content';
36
+ export { EmailInputGroup, EmailInputField, CollapsibleEmailField, } from './email-input-group';
37
+ export { FormFieldGroup, TextField, TextAreaField, SelectField, } from './form-field-group';
38
+ export { StatusBadge, ChainBadge } from './status-badge';
39
+ export { StatusIndicator } from './status-indicator';
40
+ export { SectionBadge } from './section-badge';
41
+ export { PageTitle, SectionTitle, BodyText, TextLink } from './typography';
42
+ export { SmartLink, SmartContent, useSmartLinks, smartLinkVariants, } from './smart-link';
43
+ export { Modal, ModalHeader, ModalContent, ModalFooter } from './modal';
44
+ export { ConfirmationDialog } from './confirmation-dialog';
45
+ export { IconContainer } from './icon-container';
46
+ export { FreeEmailBanner } from './free-email-banner';
47
+ export { InfoPanel, StatCard, FormSection, FeatureBlock, } from './design-system-components';
48
+ export { WalletIcon } from './wallet-icon';
49
+ export { WalletSelectionGrid, WalletSelectionButton } from './wallet-selection';
50
+ export { Logo } from './logo';
51
+ export { default as InternalLinkClusters } from './internal-link-clusters';
52
+ export type { ButtonProps } from './button';
53
+ export type { StatusType, ChainType } from './status-badge';
54
+ export type { InputProps } from './input';
55
+ export type { ModalProps, ModalHeaderProps, ModalContentProps, ModalFooterProps, } from './modal';
56
+ export type { ConfirmationDialogProps } from './confirmation-dialog';
57
+ export type { SmartLinkProps, SmartContentProps } from './smart-link';
58
+ export type { Feature } from './feature-grid';
59
+ export type { FeatureCardProps } from './feature-card';
60
+ export type { HeroBannerWithBadgeProps } from './hero-banner-with-badge';
61
+ export type { MetricsGridProps, MetricItem } from './metrics-grid';
62
+ export type { ProcessStepsProps, ProcessStep } from './process-steps';
63
+ export type { UseCaseGridProps, UseCase } from './use-case-grid';
64
+ export type { TOCSection } from './table-of-contents';
65
+ export type { EmailAccount, WalletEmailGroup } from './email-accounts-list';
66
+ export * from './alert';
67
+ export * from './animated-section';
68
+ export * from './button';
69
+ export * from './card';
70
+ export * from './comparison-section';
71
+ export * from './content-container';
72
+ export * from './dropdown';
73
+ export * from './feature-card';
74
+ export * from './feature-grid';
75
+ export * from './gradient-button';
76
+ export * from './hero-banner-with-badge';
77
+ export * from './input';
78
+ export * from './label';
79
+ export * from './metrics-grid';
80
+ export * from './process-steps';
81
+ export * from './select';
82
+ export * from './spinner';
83
+ export * from './switch';
84
+ export * from './table-of-contents';
85
+ export * from './tabs';
86
+ export * from './use-case-grid';
87
+ export * from './flex-container';
88
+ export * from './page-container';
89
+ export * from './section';
90
+ export * from './empty-state';
91
+ export * from './loading-state';
92
+ export * from './no-content';
93
+ export * from './email-input-group';
94
+ export * from './form-field-group';
95
+ export * from './status-badge';
96
+ export * from './status-indicator';
97
+ export * from './section-badge';
98
+ export * from './typography';
99
+ export * from './smart-link';
100
+ export * from './modal';
101
+ export * from './confirmation-dialog';
102
+ export * from './icon-container';
103
+ export * from './free-email-banner';
104
+ export * from './design-system-components';
105
+ export * from './wallet-icon';
106
+ export * from './wallet-selection';
107
+ export * from './logo';
108
+ export * from './internal-link-clusters';
109
+ export * from './email-accounts-list';
110
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/ui/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ export interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> {
3
+ }
4
+ declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>;
5
+ export { Input };
6
+ //# sourceMappingURL=input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../src/ui/input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,WAAW,UACf,SAAQ,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC;CAAG;AAExD,QAAA,MAAM,KAAK,qFAWV,CAAC;AAGF,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -0,0 +1,65 @@
1
+ import { default as React } from 'react';
2
+ interface InternalLinkProps {
3
+ to: string;
4
+ children: React.ReactNode;
5
+ className?: string;
6
+ variant?: 'primary' | 'secondary' | 'subtle';
7
+ }
8
+ declare const InternalLink: React.FC<InternalLinkProps>;
9
+ declare const WEB3_EMAIL_CLUSTERS: {
10
+ gettingStarted: {
11
+ documentation: string;
12
+ connect: string;
13
+ features: string;
14
+ };
15
+ benefits: {
16
+ users: string;
17
+ projects: string;
18
+ security: string;
19
+ nameService: string;
20
+ };
21
+ technical: {
22
+ documentation: string;
23
+ apiDocs: string;
24
+ smartContracts: string;
25
+ security: string;
26
+ };
27
+ integration: {
28
+ projects: string;
29
+ delegation: string;
30
+ nameService: string;
31
+ troubleshooting: string;
32
+ };
33
+ };
34
+ interface TopicClusterLinksProps {
35
+ cluster: keyof typeof WEB3_EMAIL_CLUSTERS;
36
+ context?: string;
37
+ className?: string;
38
+ }
39
+ declare const TopicClusterLinks: React.FC<TopicClusterLinksProps>;
40
+ interface RelatedLinksProps {
41
+ title?: string;
42
+ links: Array<{
43
+ text: string;
44
+ url: string;
45
+ variant?: 'primary' | 'secondary' | 'subtle';
46
+ }>;
47
+ className?: string;
48
+ }
49
+ declare const RelatedLinks: React.FC<RelatedLinksProps>;
50
+ declare const generateContextualLinks: (pageType: string, _userStatus?: string) => {
51
+ text: string;
52
+ url: string;
53
+ }[] | {
54
+ text: string;
55
+ url: string;
56
+ }[] | {
57
+ text: string;
58
+ url: string;
59
+ }[] | {
60
+ text: string;
61
+ url: string;
62
+ }[];
63
+ export { InternalLink, TopicClusterLinks, RelatedLinks, generateContextualLinks, type InternalLinkProps, type TopicClusterLinksProps, type RelatedLinksProps, };
64
+ export default InternalLink;
65
+ //# sourceMappingURL=internal-link-clusters.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"internal-link-clusters.d.ts","sourceRoot":"","sources":["../../src/ui/internal-link-clusters.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,iBAAiB;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,CAAC;CAC9C;AAWD,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAe7C,CAAC;AAGF,QAAA,MAAM,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;CA+BxB,CAAC;AAEF,UAAU,sBAAsB;IAC9B,OAAO,EAAE,MAAM,OAAO,mBAAmB,CAAC;IAC1C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAiDvD,CAAC;AAEF,UAAU,iBAAiB;IACzB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,KAAK,CAAC;QACX,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,QAAQ,CAAC;KAC9C,CAAC,CAAC;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAuB7C,CAAC;AAGF,QAAA,MAAM,uBAAuB,GAAI,UAAU,MAAM,EAAE,cAAc,MAAM;;;;;;;;;;;;GAyBtE,CAAC;AAEF,OAAO,EACL,YAAY,EACZ,iBAAiB,EACjB,YAAY,EACZ,uBAAuB,EACvB,KAAK,iBAAiB,EACtB,KAAK,sBAAsB,EAC3B,KAAK,iBAAiB,GACvB,CAAC;AACF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import * as React from 'react';
3
+ declare const Label: React.ForwardRefExoticComponent<Omit<import('@radix-ui/react-label').LabelProps & React.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: import('class-variance-authority/types').ClassProp | undefined) => string> & React.RefAttributes<HTMLLabelElement>>;
4
+ export { Label };
5
+ //# sourceMappingURL=label.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../src/ui/label.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAQlE,QAAA,MAAM,KAAK,6QAMT,CAAC;AAGH,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { default as React } from 'react';
2
+ interface LoadingStateProps {
3
+ message?: string;
4
+ size?: 'small' | 'default' | 'large';
5
+ fullScreen?: boolean;
6
+ variant?: 'default' | 'white' | 'success' | 'warning' | 'error';
7
+ className?: string;
8
+ }
9
+ export declare const LoadingState: React.FC<LoadingStateProps>;
10
+ export default LoadingState;
11
+ //# sourceMappingURL=loading-state.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loading-state.d.ts","sourceRoot":"","sources":["../../src/ui/loading-state.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,UAAU,iBAAiB;IACzB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,CAAC;IACrC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IAChE,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAmDpD,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,15 @@
1
+ import { FC } from 'react';
2
+ interface LogoProps {
3
+ size?: 'sm' | 'md' | 'lg' | 'xl';
4
+ className?: string;
5
+ showText?: boolean;
6
+ onClick?: () => void;
7
+ logoSrc?: string;
8
+ logoAlt?: string;
9
+ logoText?: string;
10
+ fontFamily?: string;
11
+ }
12
+ declare const Logo: FC<LogoProps>;
13
+ export { Logo };
14
+ export default Logo;
15
+ //# sourceMappingURL=logo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logo.d.ts","sourceRoot":"","sources":["../../src/ui/logo.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,UAAU,SAAS;IACjB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACjC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,QAAA,MAAM,IAAI,EAAE,EAAE,CAAC,SAAS,CA6EvB,CAAC;AAEF,OAAO,EAAE,IAAI,EAAE,CAAC;AAChB,eAAe,IAAI,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { default as React } from 'react';
2
+ export interface MetricItem {
3
+ value: string | number;
4
+ label: string;
5
+ color?: 'blue' | 'green' | 'purple' | 'orange' | 'pink' | 'gray';
6
+ icon?: React.ReactNode;
7
+ trend?: {
8
+ direction: 'up' | 'down';
9
+ value: string;
10
+ };
11
+ }
12
+ export interface MetricsGridProps {
13
+ title?: string;
14
+ description?: string;
15
+ metrics: MetricItem[];
16
+ columns?: 2 | 3 | 4;
17
+ className?: string;
18
+ }
19
+ export declare const MetricsGrid: React.FC<MetricsGridProps>;
20
+ //# sourceMappingURL=metrics-grid.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metrics-grid.d.ts","sourceRoot":"","sources":["../../src/ui/metrics-grid.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC;IACjE,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,KAAK,CAAC,EAAE;QACN,SAAS,EAAE,IAAI,GAAG,MAAM,CAAC;QACzB,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;CACH;AAED,MAAM,WAAW,gBAAgB;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAuFlD,CAAC"}
@@ -0,0 +1,38 @@
1
+ import { default as React } from 'react';
2
+ export interface ModalProps {
3
+ isOpen: boolean;
4
+ onClose: () => void;
5
+ title?: string;
6
+ size?: 'small' | 'medium' | 'large' | 'extraLarge' | 'fullWidth';
7
+ variant?: 'default' | 'web3wallet' | 'web3transaction' | 'web3confirmation';
8
+ overlay?: 'default' | 'dark' | 'light';
9
+ showCloseButton?: boolean;
10
+ closeOnOverlayClick?: boolean;
11
+ closeOnEscape?: boolean;
12
+ children: React.ReactNode;
13
+ className?: string;
14
+ 'aria-labelledby'?: string;
15
+ 'aria-describedby'?: string;
16
+ closeAriaLabel?: string;
17
+ }
18
+ export declare const Modal: React.FC<ModalProps>;
19
+ export interface ModalHeaderProps {
20
+ children: React.ReactNode;
21
+ variant?: 'default' | 'centered' | 'minimal';
22
+ className?: string;
23
+ }
24
+ export declare const ModalHeader: React.FC<ModalHeaderProps>;
25
+ export interface ModalContentProps {
26
+ children: React.ReactNode;
27
+ variant?: 'default' | 'padded' | 'compact' | 'scrollable';
28
+ className?: string;
29
+ }
30
+ export declare const ModalContent: React.FC<ModalContentProps>;
31
+ export interface ModalFooterProps {
32
+ children: React.ReactNode;
33
+ variant?: 'default' | 'centered' | 'spaceBetween' | 'minimal';
34
+ className?: string;
35
+ }
36
+ export declare const ModalFooter: React.FC<ModalFooterProps>;
37
+ export default Modal;
38
+ //# sourceMappingURL=modal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../src/ui/modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAMjD,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,YAAY,GAAG,WAAW,CAAC;IACjE,OAAO,CAAC,EAAE,SAAS,GAAG,YAAY,GAAG,iBAAiB,GAAG,kBAAkB,CAAC;IAC5E,OAAO,CAAC,EAAE,SAAS,GAAG,MAAM,GAAG,OAAO,CAAC;IACvC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,eAAO,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,UAAU,CAuHtC,CAAC;AAEF,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,SAAS,CAAC;IAC7C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAWlD,CAAC;AAEF,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,SAAS,GAAG,YAAY,CAAC;IAC1D,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAWpD,CAAC;AAEF,MAAM,WAAW,gBAAgB;IAC/B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,OAAO,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,cAAc,GAAG,SAAS,CAAC;IAC9D,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAWlD,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { default as React } from 'react';
2
+ interface NoContentProps {
3
+ title: string;
4
+ subtext: string;
5
+ className?: string;
6
+ }
7
+ export declare const NoContent: React.FC<NoContentProps>;
8
+ export default NoContent;
9
+ //# sourceMappingURL=no-content.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"no-content.d.ts","sourceRoot":"","sources":["../../src/ui/no-content.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,cAAc;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAQ9C,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { default as React } from 'react';
2
+ import { VariantProps } from 'class-variance-authority';
3
+ declare const pageContainerVariants: (props?: ({
4
+ background?: "transparent" | "default" | "gradient" | "surface" | null | undefined;
5
+ overflow?: "hidden" | "visible" | "scroll" | null | undefined;
6
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
7
+ interface PageContainerProps extends VariantProps<typeof pageContainerVariants> {
8
+ children: React.ReactNode;
9
+ className?: string;
10
+ }
11
+ export declare const PageContainer: React.FC<PageContainerProps>;
12
+ export default PageContainer;
13
+ //# sourceMappingURL=page-container.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"page-container.d.ts","sourceRoot":"","sources":["../../src/ui/page-container.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,qBAAqB;;;8EAmBzB,CAAC;AAEH,UAAU,kBACR,SAAQ,YAAY,CAAC,OAAO,qBAAqB,CAAC;IAClD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAatD,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { default as React } from 'react';
2
+ export interface ProcessStep {
3
+ step: number | string;
4
+ title: string;
5
+ description: string;
6
+ details?: string[];
7
+ icon?: React.ReactNode;
8
+ }
9
+ export interface ProcessStepsProps {
10
+ title?: string;
11
+ description?: string;
12
+ steps: ProcessStep[];
13
+ orientation?: 'horizontal' | 'vertical';
14
+ color?: 'blue' | 'green' | 'purple' | 'orange' | 'pink' | 'gray';
15
+ className?: string;
16
+ }
17
+ export declare const ProcessSteps: React.FC<ProcessStepsProps>;
18
+ //# sourceMappingURL=process-steps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"process-steps.d.ts","sourceRoot":"","sources":["../../src/ui/process-steps.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB;AAED,MAAM,WAAW,iBAAiB;IAChC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACxC,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAC;IACjE,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA4IpD,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { default as React } from 'react';
2
+ interface SectionBadgeProps {
3
+ icon: React.ReactNode;
4
+ text: string;
5
+ variant?: 'default' | 'premium' | 'primary' | 'light';
6
+ size?: 'sm' | 'md' | 'lg';
7
+ className?: string;
8
+ }
9
+ export declare const SectionBadge: React.FC<SectionBadgeProps>;
10
+ export default SectionBadge;
11
+ //# sourceMappingURL=section-badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"section-badge.d.ts","sourceRoot":"","sources":["../../src/ui/section-badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,iBAAiB;IACzB,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IACtD,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AA0CD,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA2BpD,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,27 @@
1
+ import { default as React } from 'react';
2
+ export interface SectionHeaderProps {
3
+ /** The header text/title */
4
+ title: string;
5
+ /** Optional callback for the "+" button */
6
+ onAdd?: () => void;
7
+ /** Optional tooltip/title for the add button */
8
+ addButtonTooltip?: string;
9
+ /** Optional loading indicator */
10
+ loading?: boolean;
11
+ /** Optional className for additional styling */
12
+ className?: string;
13
+ }
14
+ /**
15
+ * SectionHeader Component
16
+ *
17
+ * A reusable header component for sections with consistent styling.
18
+ * Displays a title and an optional "+" action button.
19
+ *
20
+ * @example
21
+ * ```tsx
22
+ * <SectionHeader title="Emails" />
23
+ * <SectionHeader title="Email Accounts" onAdd={handleAdd} addButtonTooltip="Add account" />
24
+ * ```
25
+ */
26
+ export declare const SectionHeader: React.FC<SectionHeaderProps>;
27
+ //# sourceMappingURL=section-header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"section-header.d.ts","sourceRoot":"","sources":["../../src/ui/section-header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,kBAAkB;IACjC,4BAA4B;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,2CAA2C;IAC3C,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,gDAAgD;IAChD,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,iCAAiC;IACjC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,gDAAgD;IAChD,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CA6CtD,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { default as React } from 'react';
2
+ import { VariantProps } from 'class-variance-authority';
3
+ declare const sectionVariants: (props?: ({
4
+ variant?: "footer" | "default" | "cta" | "hero" | "feature" | "testimonial" | null | undefined;
5
+ spacing?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "none" | "3xl" | "4xl" | "5xl" | null | undefined;
6
+ background?: "none" | "default" | "gradient" | "gradient-secondary" | "surface" | "gradient-primary" | "gradient-vibrant" | null | undefined;
7
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
8
+ interface SectionProps extends VariantProps<typeof sectionVariants> {
9
+ children: React.ReactNode;
10
+ className?: string;
11
+ as?: keyof React.JSX.IntrinsicElements;
12
+ id?: string;
13
+ }
14
+ export declare const Section: React.FC<SectionProps>;
15
+ export default Section;
16
+ //# sourceMappingURL=section.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"section.d.ts","sourceRoot":"","sources":["../../src/ui/section.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAGlE,QAAA,MAAM,eAAe;;;;8EAyCnB,CAAC;AAEH,UAAU,YAAa,SAAQ,YAAY,CAAC,OAAO,eAAe,CAAC;IACjE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC,GAAG,CAAC,iBAAiB,CAAC;IACvC,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAoB1C,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,14 @@
1
+ import * as React from 'react';
2
+ import * as SelectPrimitive from '@radix-ui/react-select';
3
+ declare const Select: React.FC<SelectPrimitive.SelectProps>;
4
+ declare const SelectGroup: React.ForwardRefExoticComponent<SelectPrimitive.SelectGroupProps & React.RefAttributes<HTMLDivElement>>;
5
+ declare const SelectValue: React.ForwardRefExoticComponent<SelectPrimitive.SelectValueProps & React.RefAttributes<HTMLSpanElement>>;
6
+ declare const SelectTrigger: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectTriggerProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
7
+ declare const SelectScrollUpButton: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollUpButtonProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
8
+ declare const SelectScrollDownButton: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectScrollDownButtonProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
9
+ declare const SelectContent: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
10
+ declare const SelectLabel: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectLabelProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
11
+ declare const SelectItem: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
12
+ declare const SelectSeparator: React.ForwardRefExoticComponent<Omit<SelectPrimitive.SelectSeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
13
+ export { Select, SelectGroup, SelectValue, SelectTrigger, SelectContent, SelectLabel, SelectItem, SelectSeparator, SelectScrollUpButton, SelectScrollDownButton, };
14
+ //# sourceMappingURL=select.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../src/ui/select.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAK1D,QAAA,MAAM,MAAM,uCAAuB,CAAC;AAEpC,QAAA,MAAM,WAAW,yGAAwB,CAAC;AAE1C,QAAA,MAAM,WAAW,0GAAwB,CAAC;AAE1C,QAAA,MAAM,aAAa,oKAiBjB,CAAC;AAGH,QAAA,MAAM,oBAAoB,qKAcxB,CAAC;AAGH,QAAA,MAAM,sBAAsB,uKAc1B,CAAC;AAIH,QAAA,MAAM,aAAa,8JA8BjB,CAAC;AAGH,QAAA,MAAM,WAAW,4JASf,CAAC;AAGH,QAAA,MAAM,UAAU,2JAqBd,CAAC;AAGH,QAAA,MAAM,eAAe,gKASnB,CAAC;AAGH,OAAO,EACL,MAAM,EACN,WAAW,EACX,WAAW,EACX,aAAa,EACb,aAAa,EACb,WAAW,EACX,UAAU,EACV,eAAe,EACf,oBAAoB,EACpB,sBAAsB,GACvB,CAAC"}
@@ -0,0 +1,23 @@
1
+ import { VariantProps } from 'class-variance-authority';
2
+ import * as React from 'react';
3
+ declare const smartLinkVariants: (props?: ({
4
+ variant?: "inherit" | "default" | "muted" | "subtle" | "external" | null | undefined;
5
+ size?: "sm" | "lg" | "default" | null | undefined;
6
+ } & import('class-variance-authority/types').ClassProp) | undefined) => string;
7
+ export interface SmartLinkProps extends React.AnchorHTMLAttributes<HTMLAnchorElement>, VariantProps<typeof smartLinkVariants> {
8
+ to?: string;
9
+ href?: string;
10
+ external?: boolean;
11
+ children: React.ReactNode;
12
+ }
13
+ declare const SmartLink: React.ForwardRefExoticComponent<SmartLinkProps & React.RefAttributes<HTMLAnchorElement>>;
14
+ export declare const useSmartLinks: (content: string, linkMappings: Record<string, string>) => string;
15
+ export interface SmartContentProps {
16
+ children: string;
17
+ mappings?: Record<string, string>;
18
+ className?: string;
19
+ variant?: VariantProps<typeof smartLinkVariants>['variant'];
20
+ }
21
+ export declare const SmartContent: React.FC<SmartContentProps>;
22
+ export { SmartLink, smartLinkVariants };
23
+ //# sourceMappingURL=smart-link.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"smart-link.d.ts","sourceRoot":"","sources":["../../src/ui/smart-link.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAIlE,QAAA,MAAM,iBAAiB;;;8EA4BtB,CAAC;AAEF,MAAM,WAAW,cACf,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EACnD,YAAY,CAAC,OAAO,iBAAiB,CAAC;IACxC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,QAAA,MAAM,SAAS,0FAwDd,CAAC;AAKF,eAAO,MAAM,aAAa,GACxB,SAAS,MAAM,EACf,cAAc,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,WAmBrC,CAAC;AAGF,MAAM,WAAW,iBAAiB;IAChC,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,YAAY,CAAC,OAAO,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC;CAC7D;AA+CD,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA2DpD,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { default as React } from 'react';
2
+ interface SpinnerProps {
3
+ size?: 'small' | 'default' | 'large' | 'extraLarge';
4
+ variant?: 'default' | 'white' | 'success' | 'warning' | 'error';
5
+ className?: string;
6
+ ariaLabel?: string;
7
+ loadingText?: string;
8
+ }
9
+ export declare const Spinner: React.FC<SpinnerProps>;
10
+ export default Spinner;
11
+ //# sourceMappingURL=spinner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"spinner.d.ts","sourceRoot":"","sources":["../../src/ui/spinner.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,YAAY;IACpB,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,YAAY,CAAC;IACpD,OAAO,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,OAAO,CAAC;IAChE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,YAAY,CAmC1C,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { default as React } from 'react';
2
+ export type StatusType = 'verified' | 'connected' | 'disconnected' | 'pending' | 'error' | 'success' | 'warning';
3
+ export type ChainType = 'evm' | 'solana' | 'unknown';
4
+ interface StatusBadgeProps {
5
+ status: StatusType;
6
+ label?: string;
7
+ showDot?: boolean;
8
+ size?: 'sm' | 'md' | 'lg';
9
+ }
10
+ interface ChainBadgeProps {
11
+ chainType: ChainType;
12
+ size?: 'sm' | 'md' | 'lg';
13
+ }
14
+ export declare const StatusBadge: React.FC<StatusBadgeProps>;
15
+ export declare const ChainBadge: React.FC<ChainBadgeProps>;
16
+ export {};
17
+ //# sourceMappingURL=status-badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"status-badge.d.ts","sourceRoot":"","sources":["../../src/ui/status-badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,MAAM,MAAM,UAAU,GAClB,UAAU,GACV,WAAW,GACX,cAAc,GACd,SAAS,GACT,OAAO,GACP,SAAS,GACT,SAAS,CAAC;AAGd,MAAM,MAAM,SAAS,GAAG,KAAK,GAAG,QAAQ,GAAG,SAAS,CAAC;AAErD,UAAU,gBAAgB;IACxB,MAAM,EAAE,UAAU,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3B;AAED,UAAU,eAAe;IACvB,SAAS,EAAE,SAAS,CAAC;IACrB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;CAC3B;AAiCD,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA0DlD,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CAqBhD,CAAC"}
@@ -0,0 +1,10 @@
1
+ import { default as React } from 'react';
2
+ interface StatusIndicatorProps {
3
+ status: 'success' | 'error' | 'warning' | 'info' | 'neutral';
4
+ size?: 'xs' | 'sm' | 'md' | 'lg';
5
+ pulse?: boolean;
6
+ className?: string;
7
+ }
8
+ export declare const StatusIndicator: React.FC<StatusIndicatorProps>;
9
+ export default StatusIndicator;
10
+ //# sourceMappingURL=status-indicator.d.ts.map