@sudobility/components 2.0.24 → 2.0.26

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.
@@ -39,7 +39,7 @@ export interface AccordionProps {
39
39
  * ```tsx
40
40
  * <Accordion
41
41
  * items={[
42
- * { id: '1', title: 'What is 0xMail?', content: 'Description...' },
42
+ * { id: '1', title: 'What is Web3 Email?', content: 'Description...' },
43
43
  * { id: '2', title: 'How does it work?', content: 'Explanation...' },
44
44
  * ]}
45
45
  * />
@@ -25,7 +25,7 @@ export interface CodeDisplayProps {
25
25
  * @example
26
26
  * ```tsx
27
27
  * <CodeDisplay variant="primary" size="lg" align="center">
28
- * wallet@0xmail.box
28
+ * wallet@example.com
29
29
  * </CodeDisplay>
30
30
  * ```
31
31
  *
@@ -34,7 +34,7 @@ export interface CopyButtonProps {
34
34
  *
35
35
  * // Text button with label
36
36
  * <CopyButton
37
- * text="https://0xmail.box?referral=abc123"
37
+ * text="https://example.com?referral=abc123"
38
38
  * variant="text"
39
39
  * label="Copy Link"
40
40
  * successLabel="Copied!"
@@ -27,7 +27,7 @@ export interface GradientBannerProps {
27
27
  * ```tsx
28
28
  * <GradientBanner variant="blue-purple" size="lg">
29
29
  * <h3 className={textVariants.heading.h3()}>Special Offer</h3>
30
- * <p>Get started with 0xMail today!</p>
30
+ * <p>Get started with Web3 Email today!</p>
31
31
  * </GradientBanner>
32
32
  * ```
33
33
  *
package/dist/ui/logo.d.ts CHANGED
@@ -6,7 +6,7 @@ interface LogoProps {
6
6
  onClick?: () => void;
7
7
  logoSrc?: string;
8
8
  logoAlt?: string;
9
- logoText?: string;
9
+ logoText: string;
10
10
  fontFamily?: string;
11
11
  }
12
12
  declare const Logo: FC<LogoProps>;
@@ -1 +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"}
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,EAAE,MAAM,CAAC;IACjB,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"}
@@ -9,7 +9,7 @@
9
9
  * // Store user wallet data with 7-day TTL
10
10
  * walletStorage.set('0x742d35cc...', {
11
11
  * username: 'alice.eth',
12
- * addresses: ['alice@0xmail.box'],
12
+ * addresses: ['alice@example.com'],
13
13
  * lastLogin: Date.now()
14
14
  * });
15
15
  *
@@ -223,7 +223,7 @@ export declare const themeStorage: StorageManager;
223
223
  * const userData: WalletUserData = {
224
224
  * id: 'user123',
225
225
  * username: 'alice.eth',
226
- * addresses: ['alice@0xmail.box'],
226
+ * addresses: ['alice@example.com'],
227
227
  * mailboxes: [...]
228
228
  * };
229
229
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudobility/components",
3
- "version": "2.0.24",
3
+ "version": "2.0.26",
4
4
  "description": "Reusable UI components and design system for mail box applications",
5
5
  "type": "module",
6
6
  "main": "dist/index.umd.js",
@@ -15,7 +15,6 @@
15
15
  },
16
16
  "files": [
17
17
  "dist",
18
- "vendor",
19
18
  "README.md"
20
19
  ],
21
20
  "scripts": {
@@ -48,7 +47,7 @@
48
47
  "@radix-ui/react-switch": "^1.2.6",
49
48
  "@radix-ui/react-tabs": "^1.1.13",
50
49
  "@radix-ui/react-tooltip": "^1.2.8",
51
- "@sudobility/design": "^1.1.1",
50
+ "@sudobility/design": "^1.1.3",
52
51
  "class-variance-authority": "^0.7.1",
53
52
  "clsx": "^2.1.1",
54
53
  "i18next": "^25.0.0",
@@ -73,7 +72,7 @@
73
72
  "@radix-ui/react-switch": "^1.2.6",
74
73
  "@radix-ui/react-tabs": "^1.1.13",
75
74
  "@radix-ui/react-tooltip": "^1.2.8",
76
- "@sudobility/design": "^1.1.3",
75
+ "@sudobility/design": "^1.1.5",
77
76
  "@testing-library/dom": "^10.4.1",
78
77
  "@testing-library/jest-dom": "^6.9.1",
79
78
  "@testing-library/react": "^16.3.0",