@hanzo/ui 8.0.24 → 8.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.
Files changed (97) hide show
  1. package/README.md +59 -0
  2. package/dist/ThemeToggleNext-AEDLHX5X.js +0 -1
  3. package/dist/ThemeToggleNext-N6ASYJ6J.cjs +0 -1
  4. package/dist/billing.cjs +0 -1
  5. package/dist/billing.js +0 -1
  6. package/dist/canvas.cjs +0 -1
  7. package/dist/canvas.js +0 -1
  8. package/dist/chunk-3NG33DV2.cjs +606 -0
  9. package/dist/chunk-3NG33DV2.cjs.map +1 -0
  10. package/dist/chunk-5CZOYONP.js +342 -0
  11. package/dist/chunk-5CZOYONP.js.map +1 -0
  12. package/dist/chunk-77AMCLN4.js +0 -1
  13. package/dist/chunk-7XDEUEWI.cjs +0 -1
  14. package/dist/{chunk-P2P6ST6J.js → chunk-7ZNK6JSS.js} +9 -395
  15. package/dist/chunk-7ZNK6JSS.js.map +1 -0
  16. package/dist/chunk-ARV3P4CE.cjs +0 -1
  17. package/dist/chunk-FVQXROBK.js +0 -1
  18. package/dist/chunk-GVCOAJLO.js +396 -0
  19. package/dist/chunk-GVCOAJLO.js.map +1 -0
  20. package/dist/chunk-GWNNLYX4.cjs +352 -0
  21. package/dist/chunk-GWNNLYX4.cjs.map +1 -0
  22. package/dist/chunk-MWBFAV3D.cjs +0 -1
  23. package/dist/{chunk-NBZDIMP3.cjs → chunk-ONVERVFG.cjs} +33 -439
  24. package/dist/chunk-ONVERVFG.cjs.map +1 -0
  25. package/dist/chunk-P2QU5MN5.js +554 -0
  26. package/dist/chunk-P2QU5MN5.js.map +1 -0
  27. package/dist/chunk-WHJR5S4L.cjs +417 -0
  28. package/dist/chunk-WHJR5S4L.cjs.map +1 -0
  29. package/dist/chunk-ZGTJCJ55.js +0 -1
  30. package/dist/dashboard.cjs +0 -1
  31. package/dist/dashboard.js +0 -1
  32. package/dist/data.cjs +0 -1
  33. package/dist/data.js +0 -1
  34. package/dist/framework/CollectionBuilder.d.ts +12 -0
  35. package/dist/framework/CollectionsBrowser.d.ts +26 -19
  36. package/dist/framework/DocTypeRecords.d.ts +31 -11
  37. package/dist/framework/MediaGrid.d.ts +42 -0
  38. package/dist/framework/RecordCards.d.ts +35 -0
  39. package/dist/framework/builder-logic.d.ts +76 -0
  40. package/dist/framework/client.d.ts +31 -44
  41. package/dist/framework/core.cjs +212 -0
  42. package/dist/framework/core.cjs.map +1 -0
  43. package/dist/framework/core.d.ts +6 -0
  44. package/dist/framework/core.js +3 -0
  45. package/dist/framework/core.js.map +1 -0
  46. package/dist/framework/data.d.ts +2 -2
  47. package/dist/framework/fields.d.ts +47 -4
  48. package/dist/framework/index.cjs +1339 -0
  49. package/dist/framework/index.cjs.map +1 -0
  50. package/dist/framework/index.d.ts +9 -23
  51. package/dist/framework/index.js +1118 -0
  52. package/dist/framework/index.js.map +1 -0
  53. package/dist/framework/media.d.ts +53 -0
  54. package/dist/framework/parts.d.ts +74 -0
  55. package/dist/framework/responsive.d.ts +41 -0
  56. package/dist/framework/types.d.ts +13 -7
  57. package/dist/gitops.cjs +0 -1
  58. package/dist/gitops.js +0 -1
  59. package/dist/gui-config.cjs +0 -1
  60. package/dist/gui-config.js +0 -1
  61. package/dist/index.cjs +0 -1
  62. package/dist/index.js +0 -1
  63. package/dist/network.cjs +0 -1
  64. package/dist/network.js +0 -1
  65. package/dist/oss.cjs +0 -1
  66. package/dist/oss.js +0 -1
  67. package/dist/primitives/bases/data/index.cjs +0 -1
  68. package/dist/primitives/bases/data/index.js +0 -1
  69. package/dist/product/SelectMenu.d.ts +13 -1
  70. package/dist/product/index.cjs +2061 -337
  71. package/dist/product/index.cjs.map +1 -1
  72. package/dist/product/index.js +1909 -4
  73. package/dist/product/index.js.map +1 -1
  74. package/dist/product/social/api.cjs +0 -1
  75. package/dist/product/social/api.js +0 -1
  76. package/dist/product/social/index.cjs +17 -17
  77. package/dist/product/social/index.js +3 -3
  78. package/dist/telemetry.cjs +0 -1
  79. package/dist/telemetry.js +0 -1
  80. package/dist/usage.cjs +0 -1
  81. package/dist/usage.js +0 -1
  82. package/dist/wallet.cjs +0 -1
  83. package/dist/wallet.js +0 -1
  84. package/package.json +12 -18
  85. package/dist/chunk-2BM42AZR.cjs +0 -2301
  86. package/dist/chunk-2BM42AZR.cjs.map +0 -1
  87. package/dist/chunk-7P7R7FC5.js +0 -2231
  88. package/dist/chunk-7P7R7FC5.js.map +0 -1
  89. package/dist/chunk-NBZDIMP3.cjs.map +0 -1
  90. package/dist/chunk-P2P6ST6J.js.map +0 -1
  91. package/dist/framework/Loader.d.ts +0 -4
  92. package/dist/framework.cjs +0 -760
  93. package/dist/framework.cjs.map +0 -1
  94. package/dist/framework.d.ts +0 -1
  95. package/dist/framework.js +0 -730
  96. package/dist/framework.js.map +0 -1
  97. package/dist/styles/hanzo-motion.css +0 -188
@@ -1,67 +1,67 @@
1
- 'use client';
2
1
  'use strict';
3
2
 
4
- var chunkNBZDIMP3_cjs = require('../../chunk-NBZDIMP3.cjs');
5
- require('../../chunk-7XDEUEWI.cjs');
3
+ var chunkONVERVFG_cjs = require('../../chunk-ONVERVFG.cjs');
6
4
  var chunkMWBFAV3D_cjs = require('../../chunk-MWBFAV3D.cjs');
5
+ require('../../chunk-WHJR5S4L.cjs');
6
+ require('../../chunk-7XDEUEWI.cjs');
7
7
 
8
8
 
9
9
 
10
10
  Object.defineProperty(exports, "COMPOSE_MODES", {
11
11
  enumerable: true,
12
- get: function () { return chunkNBZDIMP3_cjs.COMPOSE_MODES; }
12
+ get: function () { return chunkONVERVFG_cjs.COMPOSE_MODES; }
13
13
  });
14
14
  Object.defineProperty(exports, "CampaignCard", {
15
15
  enumerable: true,
16
- get: function () { return chunkNBZDIMP3_cjs.CampaignCard; }
16
+ get: function () { return chunkONVERVFG_cjs.CampaignCard; }
17
17
  });
18
18
  Object.defineProperty(exports, "ChannelBadge", {
19
19
  enumerable: true,
20
- get: function () { return chunkNBZDIMP3_cjs.ChannelBadge; }
20
+ get: function () { return chunkONVERVFG_cjs.ChannelBadge; }
21
21
  });
22
22
  Object.defineProperty(exports, "PostAgenda", {
23
23
  enumerable: true,
24
- get: function () { return chunkNBZDIMP3_cjs.PostAgenda; }
24
+ get: function () { return chunkONVERVFG_cjs.PostAgenda; }
25
25
  });
26
26
  Object.defineProperty(exports, "PostCard", {
27
27
  enumerable: true,
28
- get: function () { return chunkNBZDIMP3_cjs.PostCard; }
28
+ get: function () { return chunkONVERVFG_cjs.PostCard; }
29
29
  });
30
30
  Object.defineProperty(exports, "PostComposer", {
31
31
  enumerable: true,
32
- get: function () { return chunkNBZDIMP3_cjs.PostComposer; }
32
+ get: function () { return chunkONVERVFG_cjs.PostComposer; }
33
33
  });
34
34
  Object.defineProperty(exports, "ProviderReadinessList", {
35
35
  enumerable: true,
36
- get: function () { return chunkNBZDIMP3_cjs.ProviderReadinessList; }
36
+ get: function () { return chunkONVERVFG_cjs.ProviderReadinessList; }
37
37
  });
38
38
  Object.defineProperty(exports, "SocialResource", {
39
39
  enumerable: true,
40
- get: function () { return chunkNBZDIMP3_cjs.SocialResource; }
40
+ get: function () { return chunkONVERVFG_cjs.SocialResource; }
41
41
  });
42
42
  Object.defineProperty(exports, "SocialSummaryBar", {
43
43
  enumerable: true,
44
- get: function () { return chunkNBZDIMP3_cjs.SocialSummaryBar; }
44
+ get: function () { return chunkONVERVFG_cjs.SocialSummaryBar; }
45
45
  });
46
46
  Object.defineProperty(exports, "ViewToggle", {
47
47
  enumerable: true,
48
- get: function () { return chunkNBZDIMP3_cjs.ViewToggle; }
48
+ get: function () { return chunkONVERVFG_cjs.ViewToggle; }
49
49
  });
50
50
  Object.defineProperty(exports, "formatPostTime", {
51
51
  enumerable: true,
52
- get: function () { return chunkNBZDIMP3_cjs.formatPostTime; }
52
+ get: function () { return chunkONVERVFG_cjs.formatPostTime; }
53
53
  });
54
54
  Object.defineProperty(exports, "parsePostTime", {
55
55
  enumerable: true,
56
- get: function () { return chunkNBZDIMP3_cjs.parsePostTime; }
56
+ get: function () { return chunkONVERVFG_cjs.parsePostTime; }
57
57
  });
58
58
  Object.defineProperty(exports, "postDayBucket", {
59
59
  enumerable: true,
60
- get: function () { return chunkNBZDIMP3_cjs.postDayBucket; }
60
+ get: function () { return chunkONVERVFG_cjs.postDayBucket; }
61
61
  });
62
62
  Object.defineProperty(exports, "postPreview", {
63
63
  enumerable: true,
64
- get: function () { return chunkNBZDIMP3_cjs.postPreview; }
64
+ get: function () { return chunkONVERVFG_cjs.postPreview; }
65
65
  });
66
66
  Object.defineProperty(exports, "ACCOUNT_STATUSES", {
67
67
  enumerable: true,
@@ -1,6 +1,6 @@
1
- 'use client';
2
- export { COMPOSE_MODES, CampaignCard, ChannelBadge, PostAgenda, PostCard, PostComposer, ProviderReadinessList, SocialResource, SocialSummaryBar, ViewToggle, formatPostTime, parsePostTime, postDayBucket, postPreview } from '../../chunk-P2P6ST6J.js';
3
- import '../../chunk-FVQXROBK.js';
1
+ export { COMPOSE_MODES, CampaignCard, ChannelBadge, PostAgenda, PostCard, PostComposer, ProviderReadinessList, SocialResource, SocialSummaryBar, ViewToggle, formatPostTime, parsePostTime, postDayBucket, postPreview } from '../../chunk-7ZNK6JSS.js';
4
2
  export { ACCOUNT_STATUSES, POST_STATUSES, PROVIDERS, createSocialApi, normalizeAccount, normalizeAccounts, normalizePost, normalizePosts, normalizeProviderCapability, normalizeProviders, normalizeSummary } from '../../chunk-ZGTJCJ55.js';
3
+ import '../../chunk-GVCOAJLO.js';
4
+ import '../../chunk-FVQXROBK.js';
5
5
  //# sourceMappingURL=index.js.map
6
6
  //# sourceMappingURL=index.js.map
@@ -1,4 +1,3 @@
1
- 'use client';
2
1
  'use strict';
3
2
 
4
3
  var telemetry = require('@hanzogui/telemetry');
package/dist/telemetry.js CHANGED
@@ -1,4 +1,3 @@
1
- 'use client';
2
1
  export * from '@hanzogui/telemetry';
3
2
  //# sourceMappingURL=telemetry.js.map
4
3
  //# sourceMappingURL=telemetry.js.map
package/dist/usage.cjs CHANGED
@@ -1,4 +1,3 @@
1
- 'use client';
2
1
  'use strict';
3
2
 
4
3
  var usage = require('@hanzo/usage');
package/dist/usage.js CHANGED
@@ -1,4 +1,3 @@
1
- 'use client';
2
1
  export * from '@hanzo/usage';
3
2
  //# sourceMappingURL=usage.js.map
4
3
  //# sourceMappingURL=usage.js.map
package/dist/wallet.cjs CHANGED
@@ -1,4 +1,3 @@
1
- 'use client';
2
1
  'use strict';
3
2
 
4
3
  var wallet = require('@hanzo/ui-shadcn/wallet');
package/dist/wallet.js CHANGED
@@ -1,4 +1,3 @@
1
- 'use client';
2
1
  export * from '@hanzo/ui-shadcn/wallet';
3
2
  //# sourceMappingURL=wallet.js.map
4
3
  //# sourceMappingURL=wallet.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/ui",
3
- "version": "8.0.24",
3
+ "version": "8.0.26",
4
4
  "type": "module",
5
5
  "description": "Hanzo UI — the one canonical, backend-flexible component library on @hanzo/gui + @hanzo/tokens. A shared design core (Hanzo dark-first tokens, Geist Sans/Mono typography) with per-backend implementations: the shadcn-compatible web surface (Radix + Tailwind, the API apps import) and the @hanzo/gui product layer (cross-platform web + native + desktop). Self-contained (theme.css), presentational, host-agnostic, clean-room.",
6
6
  "exports": {
@@ -18,11 +18,6 @@
18
18
  "types": "./src/backends/gui/index.ts",
19
19
  "default": "./src/backends/gui/index.ts"
20
20
  },
21
- "./svelte": {
22
- "svelte": "./src/backends/svelte/index.ts",
23
- "types": "./src/backends/svelte/index.ts",
24
- "default": "./src/backends/svelte/index.ts"
25
- },
26
21
  "./components": {
27
22
  "types": "./src/components.ts",
28
23
  "default": "./src/components.ts"
@@ -71,10 +66,16 @@
71
66
  "default": "./dist/data.js"
72
67
  },
73
68
  "./framework": {
74
- "types": "./dist/framework.d.ts",
75
- "import": "./dist/framework.js",
76
- "require": "./dist/framework.cjs",
77
- "default": "./dist/framework.js"
69
+ "types": "./dist/framework/index.d.ts",
70
+ "import": "./dist/framework/index.js",
71
+ "require": "./dist/framework/index.cjs",
72
+ "default": "./dist/framework/index.js"
73
+ },
74
+ "./framework/core": {
75
+ "types": "./dist/framework/core.d.ts",
76
+ "import": "./dist/framework/core.js",
77
+ "require": "./dist/framework/core.cjs",
78
+ "default": "./dist/framework/core.js"
78
79
  },
79
80
  "./primitives": {
80
81
  "types": "./src/primitives/index.ts",
@@ -199,13 +200,9 @@
199
200
  "@hanzogui/next-theme": ">=7.3.0",
200
201
  "next-themes": ">=0.2.1",
201
202
  "react": ">=19",
202
- "react-dom": ">=19",
203
- "svelte": ">=5"
203
+ "react-dom": ">=19"
204
204
  },
205
205
  "peerDependenciesMeta": {
206
- "svelte": {
207
- "optional": true
208
- },
209
206
  "@hanzo/canvas": {
210
207
  "optional": true
211
208
  },
@@ -241,8 +238,6 @@
241
238
  "next-themes": "^0.4.6",
242
239
  "react": "^19.0.0",
243
240
  "react-dom": "^19.0.0",
244
- "svelte": "^4.2.20",
245
- "svelte-check": "^3.8.6",
246
241
  "typescript": "^5.7.2",
247
242
  "vitest": "^4.1.8",
248
243
  "react-native-web": "^0.21.2",
@@ -260,7 +255,6 @@
260
255
  "tc": "tsc --noEmit",
261
256
  "typecheck": "tsc --noEmit",
262
257
  "typecheck:ui": "tsc -p tsconfig.check.json",
263
- "check:svelte": "svelte-check --tsconfig ./tsconfig.svelte.json",
264
258
  "test": "vitest run",
265
259
  "test:watch": "vitest"
266
260
  }