@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.
- package/README.md +59 -0
- package/dist/chunk-3NG33DV2.cjs +607 -0
- package/dist/chunk-3NG33DV2.cjs.map +1 -0
- package/dist/chunk-5CZOYONP.js +343 -0
- package/dist/chunk-5CZOYONP.js.map +1 -0
- package/dist/{chunk-P2P6ST6J.js → chunk-7ZNK6JSS.js} +9 -394
- package/dist/chunk-7ZNK6JSS.js.map +1 -0
- package/dist/chunk-GVCOAJLO.js +397 -0
- package/dist/chunk-GVCOAJLO.js.map +1 -0
- package/dist/chunk-GWNNLYX4.cjs +353 -0
- package/dist/chunk-GWNNLYX4.cjs.map +1 -0
- package/dist/{chunk-NBZDIMP3.cjs → chunk-ONVERVFG.cjs} +33 -438
- package/dist/chunk-ONVERVFG.cjs.map +1 -0
- package/dist/chunk-P2QU5MN5.js +555 -0
- package/dist/chunk-P2QU5MN5.js.map +1 -0
- package/dist/chunk-WHJR5S4L.cjs +418 -0
- package/dist/chunk-WHJR5S4L.cjs.map +1 -0
- package/dist/framework/CollectionBuilder.d.ts +12 -0
- package/dist/framework/CollectionsBrowser.d.ts +26 -19
- package/dist/framework/DocTypeRecords.d.ts +31 -11
- package/dist/framework/MediaGrid.d.ts +42 -0
- package/dist/framework/RecordCards.d.ts +35 -0
- package/dist/framework/builder-logic.d.ts +76 -0
- package/dist/framework/client.d.ts +31 -44
- package/dist/framework/core.cjs +213 -0
- package/dist/framework/core.cjs.map +1 -0
- package/dist/framework/core.d.ts +6 -0
- package/dist/framework/core.js +4 -0
- package/dist/framework/core.js.map +1 -0
- package/dist/framework/data.d.ts +2 -2
- package/dist/framework/fields.d.ts +47 -4
- package/dist/framework/index.cjs +1340 -0
- package/dist/framework/index.cjs.map +1 -0
- package/dist/framework/index.d.ts +9 -23
- package/dist/framework/index.js +1119 -0
- package/dist/framework/index.js.map +1 -0
- package/dist/framework/media.d.ts +53 -0
- package/dist/framework/parts.d.ts +74 -0
- package/dist/framework/responsive.d.ts +41 -0
- package/dist/framework/types.d.ts +13 -7
- package/dist/product/SelectMenu.d.ts +13 -1
- package/dist/product/index.cjs +2061 -336
- package/dist/product/index.cjs.map +1 -1
- package/dist/product/index.js +1909 -3
- package/dist/product/index.js.map +1 -1
- package/dist/product/social/index.cjs +17 -16
- package/dist/product/social/index.js +3 -2
- package/package.json +11 -5
- package/dist/chunk-2BM42AZR.cjs +0 -2301
- package/dist/chunk-2BM42AZR.cjs.map +0 -1
- package/dist/chunk-7P7R7FC5.js +0 -2231
- package/dist/chunk-7P7R7FC5.js.map +0 -1
- package/dist/chunk-NBZDIMP3.cjs.map +0 -1
- package/dist/chunk-P2P6ST6J.js.map +0 -1
- package/dist/framework/Loader.d.ts +0 -4
- package/dist/framework.cjs +0 -760
- package/dist/framework.cjs.map +0 -1
- package/dist/framework.d.ts +0 -1
- package/dist/framework.js +0 -730
- package/dist/framework.js.map +0 -1
|
@@ -1,67 +1,68 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
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
|
|
13
|
+
get: function () { return chunkONVERVFG_cjs.COMPOSE_MODES; }
|
|
13
14
|
});
|
|
14
15
|
Object.defineProperty(exports, "CampaignCard", {
|
|
15
16
|
enumerable: true,
|
|
16
|
-
get: function () { return
|
|
17
|
+
get: function () { return chunkONVERVFG_cjs.CampaignCard; }
|
|
17
18
|
});
|
|
18
19
|
Object.defineProperty(exports, "ChannelBadge", {
|
|
19
20
|
enumerable: true,
|
|
20
|
-
get: function () { return
|
|
21
|
+
get: function () { return chunkONVERVFG_cjs.ChannelBadge; }
|
|
21
22
|
});
|
|
22
23
|
Object.defineProperty(exports, "PostAgenda", {
|
|
23
24
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
25
|
+
get: function () { return chunkONVERVFG_cjs.PostAgenda; }
|
|
25
26
|
});
|
|
26
27
|
Object.defineProperty(exports, "PostCard", {
|
|
27
28
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
29
|
+
get: function () { return chunkONVERVFG_cjs.PostCard; }
|
|
29
30
|
});
|
|
30
31
|
Object.defineProperty(exports, "PostComposer", {
|
|
31
32
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
33
|
+
get: function () { return chunkONVERVFG_cjs.PostComposer; }
|
|
33
34
|
});
|
|
34
35
|
Object.defineProperty(exports, "ProviderReadinessList", {
|
|
35
36
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
37
|
+
get: function () { return chunkONVERVFG_cjs.ProviderReadinessList; }
|
|
37
38
|
});
|
|
38
39
|
Object.defineProperty(exports, "SocialResource", {
|
|
39
40
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
41
|
+
get: function () { return chunkONVERVFG_cjs.SocialResource; }
|
|
41
42
|
});
|
|
42
43
|
Object.defineProperty(exports, "SocialSummaryBar", {
|
|
43
44
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
45
|
+
get: function () { return chunkONVERVFG_cjs.SocialSummaryBar; }
|
|
45
46
|
});
|
|
46
47
|
Object.defineProperty(exports, "ViewToggle", {
|
|
47
48
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
49
|
+
get: function () { return chunkONVERVFG_cjs.ViewToggle; }
|
|
49
50
|
});
|
|
50
51
|
Object.defineProperty(exports, "formatPostTime", {
|
|
51
52
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
53
|
+
get: function () { return chunkONVERVFG_cjs.formatPostTime; }
|
|
53
54
|
});
|
|
54
55
|
Object.defineProperty(exports, "parsePostTime", {
|
|
55
56
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
57
|
+
get: function () { return chunkONVERVFG_cjs.parsePostTime; }
|
|
57
58
|
});
|
|
58
59
|
Object.defineProperty(exports, "postDayBucket", {
|
|
59
60
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
61
|
+
get: function () { return chunkONVERVFG_cjs.postDayBucket; }
|
|
61
62
|
});
|
|
62
63
|
Object.defineProperty(exports, "postPreview", {
|
|
63
64
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
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-
|
|
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.
|
|
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",
|