@sudobility/components 2.0.24 → 2.0.25
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.esm.js +2672 -2645
- package/dist/index.umd.js +12 -12
- package/dist/ui/accordion.d.ts +1 -1
- package/dist/ui/code-display.d.ts +1 -1
- package/dist/ui/copy-button.d.ts +1 -1
- package/dist/ui/gradient-banner.d.ts +1 -1
- package/dist/ui/logo.d.ts +1 -1
- package/dist/ui/logo.d.ts.map +1 -1
- package/dist/utils/storage.d.ts +2 -2
- package/package.json +3 -4
- package/vendor/@johnqh/design-system/colors.d.ts +0 -1064
- package/vendor/@johnqh/design-system/colors.d.ts.map +0 -1
- package/vendor/@johnqh/design-system/index.d.ts +0 -123
- package/vendor/@johnqh/design-system/index.d.ts.map +0 -1
- package/vendor/@johnqh/design-system/index.esm.js +0 -3543
- package/vendor/@johnqh/design-system/index.umd.js +0 -1
- package/vendor/@johnqh/design-system/package.json +0 -9
- package/vendor/@johnqh/design-system/simple-variants.d.ts +0 -72
- package/vendor/@johnqh/design-system/simple-variants.d.ts.map +0 -1
- package/vendor/@johnqh/design-system/tokens.d.ts +0 -307
- package/vendor/@johnqh/design-system/tokens.d.ts.map +0 -1
- package/vendor/@johnqh/design-system/typography.d.ts +0 -112
- package/vendor/@johnqh/design-system/typography.d.ts.map +0 -1
- package/vendor/@johnqh/design-system/variants.d.ts +0 -35
- package/vendor/@johnqh/design-system/variants.d.ts.map +0 -1
package/dist/ui/accordion.d.ts
CHANGED
|
@@ -39,7 +39,7 @@ export interface AccordionProps {
|
|
|
39
39
|
* ```tsx
|
|
40
40
|
* <Accordion
|
|
41
41
|
* items={[
|
|
42
|
-
* { id: '1', title: 'What is
|
|
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
|
* />
|
package/dist/ui/copy-button.d.ts
CHANGED
|
@@ -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
|
|
30
|
+
* <p>Get started with Web3 Email today!</p>
|
|
31
31
|
* </GradientBanner>
|
|
32
32
|
* ```
|
|
33
33
|
*
|
package/dist/ui/logo.d.ts
CHANGED
package/dist/ui/logo.d.ts.map
CHANGED
|
@@ -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,
|
|
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"}
|
package/dist/utils/storage.d.ts
CHANGED
|
@@ -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@
|
|
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@
|
|
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.
|
|
3
|
+
"version": "2.0.25",
|
|
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.
|
|
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.
|
|
75
|
+
"@sudobility/design": "^1.1.4",
|
|
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",
|