@hanzo/ui 8.0.24 → 8.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.
Files changed (60) hide show
  1. package/README.md +59 -0
  2. package/dist/chunk-3NG33DV2.cjs +607 -0
  3. package/dist/chunk-3NG33DV2.cjs.map +1 -0
  4. package/dist/chunk-5CZOYONP.js +343 -0
  5. package/dist/chunk-5CZOYONP.js.map +1 -0
  6. package/dist/{chunk-P2P6ST6J.js → chunk-7ZNK6JSS.js} +9 -394
  7. package/dist/chunk-7ZNK6JSS.js.map +1 -0
  8. package/dist/chunk-GVCOAJLO.js +397 -0
  9. package/dist/chunk-GVCOAJLO.js.map +1 -0
  10. package/dist/chunk-GWNNLYX4.cjs +353 -0
  11. package/dist/chunk-GWNNLYX4.cjs.map +1 -0
  12. package/dist/{chunk-NBZDIMP3.cjs → chunk-ONVERVFG.cjs} +33 -438
  13. package/dist/chunk-ONVERVFG.cjs.map +1 -0
  14. package/dist/chunk-P2QU5MN5.js +555 -0
  15. package/dist/chunk-P2QU5MN5.js.map +1 -0
  16. package/dist/chunk-WHJR5S4L.cjs +418 -0
  17. package/dist/chunk-WHJR5S4L.cjs.map +1 -0
  18. package/dist/framework/CollectionBuilder.d.ts +12 -0
  19. package/dist/framework/CollectionsBrowser.d.ts +26 -19
  20. package/dist/framework/DocTypeRecords.d.ts +31 -11
  21. package/dist/framework/MediaGrid.d.ts +42 -0
  22. package/dist/framework/RecordCards.d.ts +35 -0
  23. package/dist/framework/builder-logic.d.ts +76 -0
  24. package/dist/framework/client.d.ts +31 -44
  25. package/dist/framework/core.cjs +213 -0
  26. package/dist/framework/core.cjs.map +1 -0
  27. package/dist/framework/core.d.ts +6 -0
  28. package/dist/framework/core.js +4 -0
  29. package/dist/framework/core.js.map +1 -0
  30. package/dist/framework/data.d.ts +2 -2
  31. package/dist/framework/fields.d.ts +47 -4
  32. package/dist/framework/index.cjs +1340 -0
  33. package/dist/framework/index.cjs.map +1 -0
  34. package/dist/framework/index.d.ts +9 -23
  35. package/dist/framework/index.js +1119 -0
  36. package/dist/framework/index.js.map +1 -0
  37. package/dist/framework/media.d.ts +53 -0
  38. package/dist/framework/parts.d.ts +74 -0
  39. package/dist/framework/responsive.d.ts +41 -0
  40. package/dist/framework/types.d.ts +13 -7
  41. package/dist/product/SelectMenu.d.ts +13 -1
  42. package/dist/product/index.cjs +2061 -336
  43. package/dist/product/index.cjs.map +1 -1
  44. package/dist/product/index.js +1909 -3
  45. package/dist/product/index.js.map +1 -1
  46. package/dist/product/social/index.cjs +17 -16
  47. package/dist/product/social/index.js +3 -2
  48. package/package.json +11 -5
  49. package/dist/chunk-2BM42AZR.cjs +0 -2301
  50. package/dist/chunk-2BM42AZR.cjs.map +0 -1
  51. package/dist/chunk-7P7R7FC5.js +0 -2231
  52. package/dist/chunk-7P7R7FC5.js.map +0 -1
  53. package/dist/chunk-NBZDIMP3.cjs.map +0 -1
  54. package/dist/chunk-P2P6ST6J.js.map +0 -1
  55. package/dist/framework/Loader.d.ts +0 -4
  56. package/dist/framework.cjs +0 -760
  57. package/dist/framework.cjs.map +0 -1
  58. package/dist/framework.d.ts +0 -1
  59. package/dist/framework.js +0 -730
  60. package/dist/framework.js.map +0 -1
@@ -1,67 +1,68 @@
1
1
  'use client';
2
2
  'use strict';
3
3
 
4
- var chunkNBZDIMP3_cjs = require('../../chunk-NBZDIMP3.cjs');
5
- require('../../chunk-7XDEUEWI.cjs');
4
+ var chunkONVERVFG_cjs = require('../../chunk-ONVERVFG.cjs');
6
5
  var chunkMWBFAV3D_cjs = require('../../chunk-MWBFAV3D.cjs');
6
+ require('../../chunk-WHJR5S4L.cjs');
7
+ require('../../chunk-7XDEUEWI.cjs');
7
8
 
8
9
 
9
10
 
10
11
  Object.defineProperty(exports, "COMPOSE_MODES", {
11
12
  enumerable: true,
12
- get: function () { return chunkNBZDIMP3_cjs.COMPOSE_MODES; }
13
+ get: function () { return chunkONVERVFG_cjs.COMPOSE_MODES; }
13
14
  });
14
15
  Object.defineProperty(exports, "CampaignCard", {
15
16
  enumerable: true,
16
- get: function () { return chunkNBZDIMP3_cjs.CampaignCard; }
17
+ get: function () { return chunkONVERVFG_cjs.CampaignCard; }
17
18
  });
18
19
  Object.defineProperty(exports, "ChannelBadge", {
19
20
  enumerable: true,
20
- get: function () { return chunkNBZDIMP3_cjs.ChannelBadge; }
21
+ get: function () { return chunkONVERVFG_cjs.ChannelBadge; }
21
22
  });
22
23
  Object.defineProperty(exports, "PostAgenda", {
23
24
  enumerable: true,
24
- get: function () { return chunkNBZDIMP3_cjs.PostAgenda; }
25
+ get: function () { return chunkONVERVFG_cjs.PostAgenda; }
25
26
  });
26
27
  Object.defineProperty(exports, "PostCard", {
27
28
  enumerable: true,
28
- get: function () { return chunkNBZDIMP3_cjs.PostCard; }
29
+ get: function () { return chunkONVERVFG_cjs.PostCard; }
29
30
  });
30
31
  Object.defineProperty(exports, "PostComposer", {
31
32
  enumerable: true,
32
- get: function () { return chunkNBZDIMP3_cjs.PostComposer; }
33
+ get: function () { return chunkONVERVFG_cjs.PostComposer; }
33
34
  });
34
35
  Object.defineProperty(exports, "ProviderReadinessList", {
35
36
  enumerable: true,
36
- get: function () { return chunkNBZDIMP3_cjs.ProviderReadinessList; }
37
+ get: function () { return chunkONVERVFG_cjs.ProviderReadinessList; }
37
38
  });
38
39
  Object.defineProperty(exports, "SocialResource", {
39
40
  enumerable: true,
40
- get: function () { return chunkNBZDIMP3_cjs.SocialResource; }
41
+ get: function () { return chunkONVERVFG_cjs.SocialResource; }
41
42
  });
42
43
  Object.defineProperty(exports, "SocialSummaryBar", {
43
44
  enumerable: true,
44
- get: function () { return chunkNBZDIMP3_cjs.SocialSummaryBar; }
45
+ get: function () { return chunkONVERVFG_cjs.SocialSummaryBar; }
45
46
  });
46
47
  Object.defineProperty(exports, "ViewToggle", {
47
48
  enumerable: true,
48
- get: function () { return chunkNBZDIMP3_cjs.ViewToggle; }
49
+ get: function () { return chunkONVERVFG_cjs.ViewToggle; }
49
50
  });
50
51
  Object.defineProperty(exports, "formatPostTime", {
51
52
  enumerable: true,
52
- get: function () { return chunkNBZDIMP3_cjs.formatPostTime; }
53
+ get: function () { return chunkONVERVFG_cjs.formatPostTime; }
53
54
  });
54
55
  Object.defineProperty(exports, "parsePostTime", {
55
56
  enumerable: true,
56
- get: function () { return chunkNBZDIMP3_cjs.parsePostTime; }
57
+ get: function () { return chunkONVERVFG_cjs.parsePostTime; }
57
58
  });
58
59
  Object.defineProperty(exports, "postDayBucket", {
59
60
  enumerable: true,
60
- get: function () { return chunkNBZDIMP3_cjs.postDayBucket; }
61
+ get: function () { return chunkONVERVFG_cjs.postDayBucket; }
61
62
  });
62
63
  Object.defineProperty(exports, "postPreview", {
63
64
  enumerable: true,
64
- get: function () { return chunkNBZDIMP3_cjs.postPreview; }
65
+ get: function () { return chunkONVERVFG_cjs.postPreview; }
65
66
  });
66
67
  Object.defineProperty(exports, "ACCOUNT_STATUSES", {
67
68
  enumerable: true,
@@ -1,6 +1,7 @@
1
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';
2
+ export { COMPOSE_MODES, CampaignCard, ChannelBadge, PostAgenda, PostCard, PostComposer, ProviderReadinessList, SocialResource, SocialSummaryBar, ViewToggle, formatPostTime, parsePostTime, postDayBucket, postPreview } from '../../chunk-7ZNK6JSS.js';
4
3
  export { ACCOUNT_STATUSES, POST_STATUSES, PROVIDERS, createSocialApi, normalizeAccount, normalizeAccounts, normalizePost, normalizePosts, normalizeProviderCapability, normalizeProviders, normalizeSummary } from '../../chunk-ZGTJCJ55.js';
4
+ import '../../chunk-GVCOAJLO.js';
5
+ import '../../chunk-FVQXROBK.js';
5
6
  //# sourceMappingURL=index.js.map
6
7
  //# sourceMappingURL=index.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.25",
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": {
@@ -71,10 +71,16 @@
71
71
  "default": "./dist/data.js"
72
72
  },
73
73
  "./framework": {
74
- "types": "./dist/framework.d.ts",
75
- "import": "./dist/framework.js",
76
- "require": "./dist/framework.cjs",
77
- "default": "./dist/framework.js"
74
+ "types": "./dist/framework/index.d.ts",
75
+ "import": "./dist/framework/index.js",
76
+ "require": "./dist/framework/index.cjs",
77
+ "default": "./dist/framework/index.js"
78
+ },
79
+ "./framework/core": {
80
+ "types": "./dist/framework/core.d.ts",
81
+ "import": "./dist/framework/core.js",
82
+ "require": "./dist/framework/core.cjs",
83
+ "default": "./dist/framework/core.js"
78
84
  },
79
85
  "./primitives": {
80
86
  "types": "./src/primitives/index.ts",