@hanzo/ui 8.0.14 → 8.0.15
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/{chunk-YAYUPOE3.js → chunk-23V6BPHG.js} +9 -96
- package/dist/chunk-23V6BPHG.js.map +1 -0
- package/dist/{chunk-VGGGGXWS.cjs → chunk-5MBAHVEO.cjs} +10 -108
- package/dist/chunk-5MBAHVEO.cjs.map +1 -0
- package/dist/chunk-MWBFAV3D.cjs +105 -0
- package/dist/chunk-MWBFAV3D.cjs.map +1 -0
- package/dist/chunk-ZGTJCJ55.js +93 -0
- package/dist/chunk-ZGTJCJ55.js.map +1 -0
- package/dist/product/index.cjs +84 -83
- package/dist/product/index.cjs.map +1 -1
- package/dist/product/index.js +3 -2
- package/dist/product/index.js.map +1 -1
- package/dist/product/social/api.cjs +53 -0
- package/dist/product/social/api.cjs.map +1 -0
- package/dist/product/social/api.js +4 -0
- package/dist/product/social/api.js.map +1 -0
- package/dist/product/social/index.cjs +47 -46
- package/dist/product/social/index.js +2 -1
- package/package.json +7 -1
- package/dist/chunk-VGGGGXWS.cjs.map +0 -1
- package/dist/chunk-YAYUPOE3.js.map +0 -1
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
var chunkMWBFAV3D_cjs = require('../../chunk-MWBFAV3D.cjs');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
Object.defineProperty(exports, "ACCOUNT_STATUSES", {
|
|
9
|
+
enumerable: true,
|
|
10
|
+
get: function () { return chunkMWBFAV3D_cjs.ACCOUNT_STATUSES; }
|
|
11
|
+
});
|
|
12
|
+
Object.defineProperty(exports, "POST_STATUSES", {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () { return chunkMWBFAV3D_cjs.POST_STATUSES; }
|
|
15
|
+
});
|
|
16
|
+
Object.defineProperty(exports, "PROVIDERS", {
|
|
17
|
+
enumerable: true,
|
|
18
|
+
get: function () { return chunkMWBFAV3D_cjs.PROVIDERS; }
|
|
19
|
+
});
|
|
20
|
+
Object.defineProperty(exports, "createSocialApi", {
|
|
21
|
+
enumerable: true,
|
|
22
|
+
get: function () { return chunkMWBFAV3D_cjs.createSocialApi; }
|
|
23
|
+
});
|
|
24
|
+
Object.defineProperty(exports, "normalizeAccount", {
|
|
25
|
+
enumerable: true,
|
|
26
|
+
get: function () { return chunkMWBFAV3D_cjs.normalizeAccount; }
|
|
27
|
+
});
|
|
28
|
+
Object.defineProperty(exports, "normalizeAccounts", {
|
|
29
|
+
enumerable: true,
|
|
30
|
+
get: function () { return chunkMWBFAV3D_cjs.normalizeAccounts; }
|
|
31
|
+
});
|
|
32
|
+
Object.defineProperty(exports, "normalizePost", {
|
|
33
|
+
enumerable: true,
|
|
34
|
+
get: function () { return chunkMWBFAV3D_cjs.normalizePost; }
|
|
35
|
+
});
|
|
36
|
+
Object.defineProperty(exports, "normalizePosts", {
|
|
37
|
+
enumerable: true,
|
|
38
|
+
get: function () { return chunkMWBFAV3D_cjs.normalizePosts; }
|
|
39
|
+
});
|
|
40
|
+
Object.defineProperty(exports, "normalizeProviderCapability", {
|
|
41
|
+
enumerable: true,
|
|
42
|
+
get: function () { return chunkMWBFAV3D_cjs.normalizeProviderCapability; }
|
|
43
|
+
});
|
|
44
|
+
Object.defineProperty(exports, "normalizeProviders", {
|
|
45
|
+
enumerable: true,
|
|
46
|
+
get: function () { return chunkMWBFAV3D_cjs.normalizeProviders; }
|
|
47
|
+
});
|
|
48
|
+
Object.defineProperty(exports, "normalizeSummary", {
|
|
49
|
+
enumerable: true,
|
|
50
|
+
get: function () { return chunkMWBFAV3D_cjs.normalizeSummary; }
|
|
51
|
+
});
|
|
52
|
+
//# sourceMappingURL=api.cjs.map
|
|
53
|
+
//# sourceMappingURL=api.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"api.cjs"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
'use client';
|
|
2
|
+
export { ACCOUNT_STATUSES, POST_STATUSES, PROVIDERS, createSocialApi, normalizeAccount, normalizeAccounts, normalizePost, normalizePosts, normalizeProviderCapability, normalizeProviders, normalizeSummary } from '../../chunk-ZGTJCJ55.js';
|
|
3
|
+
//# sourceMappingURL=api.js.map
|
|
4
|
+
//# sourceMappingURL=api.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"api.js"}
|
|
@@ -1,109 +1,110 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var chunk5MBAHVEO_cjs = require('../../chunk-5MBAHVEO.cjs');
|
|
5
|
+
var chunkMWBFAV3D_cjs = require('../../chunk-MWBFAV3D.cjs');
|
|
5
6
|
|
|
6
7
|
|
|
7
8
|
|
|
8
|
-
Object.defineProperty(exports, "ACCOUNT_STATUSES", {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return chunkVGGGGXWS_cjs.ACCOUNT_STATUSES; }
|
|
11
|
-
});
|
|
12
9
|
Object.defineProperty(exports, "COMPOSE_MODES", {
|
|
13
10
|
enumerable: true,
|
|
14
|
-
get: function () { return
|
|
11
|
+
get: function () { return chunk5MBAHVEO_cjs.COMPOSE_MODES; }
|
|
15
12
|
});
|
|
16
13
|
Object.defineProperty(exports, "CampaignCard", {
|
|
17
14
|
enumerable: true,
|
|
18
|
-
get: function () { return
|
|
15
|
+
get: function () { return chunk5MBAHVEO_cjs.CampaignCard; }
|
|
19
16
|
});
|
|
20
17
|
Object.defineProperty(exports, "ChannelBadge", {
|
|
21
18
|
enumerable: true,
|
|
22
|
-
get: function () { return
|
|
23
|
-
});
|
|
24
|
-
Object.defineProperty(exports, "POST_STATUSES", {
|
|
25
|
-
enumerable: true,
|
|
26
|
-
get: function () { return chunkVGGGGXWS_cjs.POST_STATUSES; }
|
|
27
|
-
});
|
|
28
|
-
Object.defineProperty(exports, "PROVIDERS", {
|
|
29
|
-
enumerable: true,
|
|
30
|
-
get: function () { return chunkVGGGGXWS_cjs.PROVIDERS; }
|
|
19
|
+
get: function () { return chunk5MBAHVEO_cjs.ChannelBadge; }
|
|
31
20
|
});
|
|
32
21
|
Object.defineProperty(exports, "PostAgenda", {
|
|
33
22
|
enumerable: true,
|
|
34
|
-
get: function () { return
|
|
23
|
+
get: function () { return chunk5MBAHVEO_cjs.PostAgenda; }
|
|
35
24
|
});
|
|
36
25
|
Object.defineProperty(exports, "PostCard", {
|
|
37
26
|
enumerable: true,
|
|
38
|
-
get: function () { return
|
|
27
|
+
get: function () { return chunk5MBAHVEO_cjs.PostCard; }
|
|
39
28
|
});
|
|
40
29
|
Object.defineProperty(exports, "PostComposer", {
|
|
41
30
|
enumerable: true,
|
|
42
|
-
get: function () { return
|
|
31
|
+
get: function () { return chunk5MBAHVEO_cjs.PostComposer; }
|
|
43
32
|
});
|
|
44
33
|
Object.defineProperty(exports, "ProviderReadinessList", {
|
|
45
34
|
enumerable: true,
|
|
46
|
-
get: function () { return
|
|
35
|
+
get: function () { return chunk5MBAHVEO_cjs.ProviderReadinessList; }
|
|
47
36
|
});
|
|
48
37
|
Object.defineProperty(exports, "SocialResource", {
|
|
49
38
|
enumerable: true,
|
|
50
|
-
get: function () { return
|
|
39
|
+
get: function () { return chunk5MBAHVEO_cjs.SocialResource; }
|
|
51
40
|
});
|
|
52
41
|
Object.defineProperty(exports, "SocialSummaryBar", {
|
|
53
42
|
enumerable: true,
|
|
54
|
-
get: function () { return
|
|
43
|
+
get: function () { return chunk5MBAHVEO_cjs.SocialSummaryBar; }
|
|
55
44
|
});
|
|
56
45
|
Object.defineProperty(exports, "ViewToggle", {
|
|
57
46
|
enumerable: true,
|
|
58
|
-
get: function () { return
|
|
47
|
+
get: function () { return chunk5MBAHVEO_cjs.ViewToggle; }
|
|
59
48
|
});
|
|
60
|
-
Object.defineProperty(exports, "
|
|
49
|
+
Object.defineProperty(exports, "formatPostTime", {
|
|
61
50
|
enumerable: true,
|
|
62
|
-
get: function () { return
|
|
51
|
+
get: function () { return chunk5MBAHVEO_cjs.formatPostTime; }
|
|
63
52
|
});
|
|
64
|
-
Object.defineProperty(exports, "
|
|
53
|
+
Object.defineProperty(exports, "parsePostTime", {
|
|
54
|
+
enumerable: true,
|
|
55
|
+
get: function () { return chunk5MBAHVEO_cjs.parsePostTime; }
|
|
56
|
+
});
|
|
57
|
+
Object.defineProperty(exports, "postDayBucket", {
|
|
58
|
+
enumerable: true,
|
|
59
|
+
get: function () { return chunk5MBAHVEO_cjs.postDayBucket; }
|
|
60
|
+
});
|
|
61
|
+
Object.defineProperty(exports, "postPreview", {
|
|
62
|
+
enumerable: true,
|
|
63
|
+
get: function () { return chunk5MBAHVEO_cjs.postPreview; }
|
|
64
|
+
});
|
|
65
|
+
Object.defineProperty(exports, "ACCOUNT_STATUSES", {
|
|
66
|
+
enumerable: true,
|
|
67
|
+
get: function () { return chunkMWBFAV3D_cjs.ACCOUNT_STATUSES; }
|
|
68
|
+
});
|
|
69
|
+
Object.defineProperty(exports, "POST_STATUSES", {
|
|
70
|
+
enumerable: true,
|
|
71
|
+
get: function () { return chunkMWBFAV3D_cjs.POST_STATUSES; }
|
|
72
|
+
});
|
|
73
|
+
Object.defineProperty(exports, "PROVIDERS", {
|
|
74
|
+
enumerable: true,
|
|
75
|
+
get: function () { return chunkMWBFAV3D_cjs.PROVIDERS; }
|
|
76
|
+
});
|
|
77
|
+
Object.defineProperty(exports, "createSocialApi", {
|
|
65
78
|
enumerable: true,
|
|
66
|
-
get: function () { return
|
|
79
|
+
get: function () { return chunkMWBFAV3D_cjs.createSocialApi; }
|
|
67
80
|
});
|
|
68
81
|
Object.defineProperty(exports, "normalizeAccount", {
|
|
69
82
|
enumerable: true,
|
|
70
|
-
get: function () { return
|
|
83
|
+
get: function () { return chunkMWBFAV3D_cjs.normalizeAccount; }
|
|
71
84
|
});
|
|
72
85
|
Object.defineProperty(exports, "normalizeAccounts", {
|
|
73
86
|
enumerable: true,
|
|
74
|
-
get: function () { return
|
|
87
|
+
get: function () { return chunkMWBFAV3D_cjs.normalizeAccounts; }
|
|
75
88
|
});
|
|
76
89
|
Object.defineProperty(exports, "normalizePost", {
|
|
77
90
|
enumerable: true,
|
|
78
|
-
get: function () { return
|
|
91
|
+
get: function () { return chunkMWBFAV3D_cjs.normalizePost; }
|
|
79
92
|
});
|
|
80
93
|
Object.defineProperty(exports, "normalizePosts", {
|
|
81
94
|
enumerable: true,
|
|
82
|
-
get: function () { return
|
|
95
|
+
get: function () { return chunkMWBFAV3D_cjs.normalizePosts; }
|
|
83
96
|
});
|
|
84
97
|
Object.defineProperty(exports, "normalizeProviderCapability", {
|
|
85
98
|
enumerable: true,
|
|
86
|
-
get: function () { return
|
|
99
|
+
get: function () { return chunkMWBFAV3D_cjs.normalizeProviderCapability; }
|
|
87
100
|
});
|
|
88
101
|
Object.defineProperty(exports, "normalizeProviders", {
|
|
89
102
|
enumerable: true,
|
|
90
|
-
get: function () { return
|
|
103
|
+
get: function () { return chunkMWBFAV3D_cjs.normalizeProviders; }
|
|
91
104
|
});
|
|
92
105
|
Object.defineProperty(exports, "normalizeSummary", {
|
|
93
106
|
enumerable: true,
|
|
94
|
-
get: function () { return
|
|
95
|
-
});
|
|
96
|
-
Object.defineProperty(exports, "parsePostTime", {
|
|
97
|
-
enumerable: true,
|
|
98
|
-
get: function () { return chunkVGGGGXWS_cjs.parsePostTime; }
|
|
99
|
-
});
|
|
100
|
-
Object.defineProperty(exports, "postDayBucket", {
|
|
101
|
-
enumerable: true,
|
|
102
|
-
get: function () { return chunkVGGGGXWS_cjs.postDayBucket; }
|
|
103
|
-
});
|
|
104
|
-
Object.defineProperty(exports, "postPreview", {
|
|
105
|
-
enumerable: true,
|
|
106
|
-
get: function () { return chunkVGGGGXWS_cjs.postPreview; }
|
|
107
|
+
get: function () { return chunkMWBFAV3D_cjs.normalizeSummary; }
|
|
107
108
|
});
|
|
108
109
|
//# sourceMappingURL=index.cjs.map
|
|
109
110
|
//# sourceMappingURL=index.cjs.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
'use client';
|
|
2
|
-
export {
|
|
2
|
+
export { COMPOSE_MODES, CampaignCard, ChannelBadge, PostAgenda, PostCard, PostComposer, ProviderReadinessList, SocialResource, SocialSummaryBar, ViewToggle, formatPostTime, parsePostTime, postDayBucket, postPreview } from '../../chunk-23V6BPHG.js';
|
|
3
|
+
export { ACCOUNT_STATUSES, POST_STATUSES, PROVIDERS, createSocialApi, normalizeAccount, normalizeAccounts, normalizePost, normalizePosts, normalizeProviderCapability, normalizeProviders, normalizeSummary } from '../../chunk-ZGTJCJ55.js';
|
|
3
4
|
//# sourceMappingURL=index.js.map
|
|
4
5
|
//# 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.15",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Hanzo UI \u2014 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": {
|
|
@@ -52,6 +52,12 @@
|
|
|
52
52
|
"require": "./dist/product/social/index.cjs",
|
|
53
53
|
"default": "./dist/product/social/index.js"
|
|
54
54
|
},
|
|
55
|
+
"./product/social/api": {
|
|
56
|
+
"types": "./dist/product/social/api.d.ts",
|
|
57
|
+
"import": "./dist/product/social/api.js",
|
|
58
|
+
"require": "./dist/product/social/api.cjs",
|
|
59
|
+
"default": "./dist/product/social/api.js"
|
|
60
|
+
},
|
|
55
61
|
"./data": {
|
|
56
62
|
"types": "./dist/data.d.ts",
|
|
57
63
|
"import": "./dist/data.js",
|