@molecule/app-info-display-react 1.0.0
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/LICENSE +115 -0
- package/dist/DefinitionList.d.ts +27 -0
- package/dist/DefinitionList.d.ts.map +1 -0
- package/dist/DefinitionList.js +12 -0
- package/dist/InfoCard.d.ts +29 -0
- package/dist/InfoCard.d.ts.map +1 -0
- package/dist/InfoCard.js +16 -0
- package/dist/index.d.ts +34 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +33 -0
- package/package.json +46 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work.
|
|
38
|
+
|
|
39
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
40
|
+
form, that is based on (or derived from) the Work and for which the
|
|
41
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
42
|
+
represent, as a whole, an original work of authorship.
|
|
43
|
+
|
|
44
|
+
"Contribution" shall mean any work of authorship, including the
|
|
45
|
+
original version of the Work and any modifications or additions
|
|
46
|
+
to that Work, that is intentionally submitted to the Licensor for
|
|
47
|
+
inclusion in the Work by the copyright owner or by an individual or
|
|
48
|
+
Legal Entity authorized to submit on behalf of the copyright owner.
|
|
49
|
+
|
|
50
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
51
|
+
on behalf of whom a Contribution has been received by the Licensor and
|
|
52
|
+
subsequently incorporated within the Work.
|
|
53
|
+
|
|
54
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
55
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
56
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
57
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
58
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
59
|
+
Work and such Derivative Works in Source or Object form.
|
|
60
|
+
|
|
61
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
62
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
63
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
64
|
+
patent license to make, have made, use, offer to sell, sell, import,
|
|
65
|
+
and otherwise transfer the Work.
|
|
66
|
+
|
|
67
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
68
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
69
|
+
modifications, and in Source or Object form, provided that You
|
|
70
|
+
meet the following conditions:
|
|
71
|
+
|
|
72
|
+
(a) You must give any other recipients of the Work or
|
|
73
|
+
Derivative Works a copy of this License; and
|
|
74
|
+
|
|
75
|
+
(b) You must cause any modified files to carry prominent notices
|
|
76
|
+
stating that You changed the files; and
|
|
77
|
+
|
|
78
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
79
|
+
that You distribute, all copyright, patent, trademark, and
|
|
80
|
+
attribution notices from the Source form of the Work,
|
|
81
|
+
excluding those notices that do not pertain to any part of
|
|
82
|
+
the Derivative Works; and
|
|
83
|
+
|
|
84
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
85
|
+
distribution, then any Derivative Works that You distribute must
|
|
86
|
+
include a readable copy of the attribution notices contained
|
|
87
|
+
within such NOTICE file.
|
|
88
|
+
|
|
89
|
+
5. Submission of Contributions.
|
|
90
|
+
|
|
91
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
92
|
+
names, trademarks, service marks, or product names of the Licensor.
|
|
93
|
+
|
|
94
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
95
|
+
agreed to in writing, Licensor provides the Work on an "AS IS" BASIS,
|
|
96
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND.
|
|
97
|
+
|
|
98
|
+
8. Limitation of Liability. In no event and under no legal theory shall
|
|
99
|
+
any Contributor be liable to You for damages.
|
|
100
|
+
|
|
101
|
+
9. Accepting Warranty or Additional Liability.
|
|
102
|
+
|
|
103
|
+
Copyright 2026 Molecule Dev, Inc.
|
|
104
|
+
|
|
105
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
106
|
+
you may not use this file except in compliance with the License.
|
|
107
|
+
You may obtain a copy of the License at
|
|
108
|
+
|
|
109
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
110
|
+
|
|
111
|
+
Unless required by applicable law or agreed to in writing, software
|
|
112
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
113
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
114
|
+
See the License for the specific language governing permissions and
|
|
115
|
+
limitations under the License.
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { JSX, ReactNode } from 'react';
|
|
2
|
+
/** A single label/value pair rendered inside a DefinitionList. */
|
|
3
|
+
export interface DefinitionField {
|
|
4
|
+
/** Label text (usually `t('...')`). */
|
|
5
|
+
label: ReactNode;
|
|
6
|
+
/** Rendered value. */
|
|
7
|
+
value: ReactNode;
|
|
8
|
+
/** Optional icon rendered to the left of the label. */
|
|
9
|
+
icon?: ReactNode;
|
|
10
|
+
}
|
|
11
|
+
/** Props for {@link DefinitionList}. */
|
|
12
|
+
export interface DefinitionListProps {
|
|
13
|
+
/** Fields to render. */
|
|
14
|
+
fields: DefinitionField[];
|
|
15
|
+
/** Grid column count. */
|
|
16
|
+
columns?: 1 | 2 | 3;
|
|
17
|
+
/** Extra classes. */
|
|
18
|
+
className?: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Structured label/value pair list. Use standalone or inside
|
|
22
|
+
* `<InfoCard>`. Apps pass already-formatted values (dates, currency,
|
|
23
|
+
* status pills, etc.) as ReactNodes.
|
|
24
|
+
* @param props - Component props (see {@link DefinitionListProps}).
|
|
25
|
+
*/
|
|
26
|
+
export declare function DefinitionList({ fields, columns, className, }: DefinitionListProps): JSX.Element;
|
|
27
|
+
//# sourceMappingURL=DefinitionList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DefinitionList.d.ts","sourceRoot":"","sources":["../src/DefinitionList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAI3C,kEAAkE;AAClE,MAAM,WAAW,eAAe;IAC9B,uCAAuC;IACvC,KAAK,EAAE,SAAS,CAAA;IAChB,sBAAsB;IACtB,KAAK,EAAE,SAAS,CAAA;IAChB,uDAAuD;IACvD,IAAI,CAAC,EAAE,SAAS,CAAA;CACjB;AAED,wCAAwC;AACxC,MAAM,WAAW,mBAAmB;IAClC,wBAAwB;IACxB,MAAM,EAAE,eAAe,EAAE,CAAA;IACzB,yBAAyB;IACzB,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;IACnB,qBAAqB;IACrB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED;;;;;GAKG;AACH,wBAAgB,cAAc,CAAC,EAC7B,MAAM,EACN,OAAW,EACX,SAAS,GACV,EAAE,mBAAmB,GAAG,GAAG,CAAC,OAAO,CA0BnC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { getClassMap } from '@molecule/app-ui';
|
|
3
|
+
/**
|
|
4
|
+
* Structured label/value pair list. Use standalone or inside
|
|
5
|
+
* `<InfoCard>`. Apps pass already-formatted values (dates, currency,
|
|
6
|
+
* status pills, etc.) as ReactNodes.
|
|
7
|
+
* @param props - Component props (see {@link DefinitionListProps}).
|
|
8
|
+
*/
|
|
9
|
+
export function DefinitionList({ fields, columns = 1, className, }) {
|
|
10
|
+
const cm = getClassMap();
|
|
11
|
+
return (_jsx("dl", { className: cm.cn(columns === 1 ? cm.stack(3) : cm.grid({ cols: columns, gap: 'md' }), className), children: fields.map((f, i) => (_jsxs("div", { className: cm.stack(0), children: [_jsxs("dt", { className: cm.cn(cm.textSize('xs'), cm.fontWeight('semibold'), cm.flex({ align: 'center', gap: 'xs' })), children: [f.icon, _jsx("span", { children: f.label })] }), _jsx("dd", { className: cm.textSize('sm'), children: f.value })] }, i))) }));
|
|
12
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { JSX, ReactNode } from 'react';
|
|
2
|
+
import { type DefinitionField } from './DefinitionList.js';
|
|
3
|
+
/** Props for {@link InfoCard}. */
|
|
4
|
+
export interface InfoCardProps {
|
|
5
|
+
/** Card heading. */
|
|
6
|
+
title: ReactNode;
|
|
7
|
+
/** Optional leading icon. */
|
|
8
|
+
icon?: ReactNode;
|
|
9
|
+
/** Optional right-side header actions (edit button, overflow menu). */
|
|
10
|
+
actions?: ReactNode;
|
|
11
|
+
/** Structured fields to display. */
|
|
12
|
+
fields: DefinitionField[];
|
|
13
|
+
/** Grid column count — `1` stacks labels above values, `2+` puts labels beside values. */
|
|
14
|
+
columns?: 1 | 2 | 3;
|
|
15
|
+
/** Extra classes on the outer Card. */
|
|
16
|
+
className?: string;
|
|
17
|
+
/** `data-mol-id` for AI-agent selectors. */
|
|
18
|
+
dataMolId?: string;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Card wrapping a `<DefinitionList>` of metadata fields.
|
|
22
|
+
*
|
|
23
|
+
* Used all over CRM/helpdesk/finance detail pages (CompanyInfoCard,
|
|
24
|
+
* DealInfoCard, TicketDetailsCard, TransactionDetailsCard) — same shape
|
|
25
|
+
* everywhere, only the fields differ.
|
|
26
|
+
* @param props - Component props (see {@link InfoCardProps}).
|
|
27
|
+
*/
|
|
28
|
+
export declare function InfoCard({ title, icon, actions, fields, columns, className, dataMolId, }: InfoCardProps): JSX.Element;
|
|
29
|
+
//# sourceMappingURL=InfoCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"InfoCard.d.ts","sourceRoot":"","sources":["../src/InfoCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,OAAO,CAAA;AAK3C,OAAO,EAAE,KAAK,eAAe,EAAkB,MAAM,qBAAqB,CAAA;AAE1E,kCAAkC;AAClC,MAAM,WAAW,aAAa;IAC5B,oBAAoB;IACpB,KAAK,EAAE,SAAS,CAAA;IAChB,6BAA6B;IAC7B,IAAI,CAAC,EAAE,SAAS,CAAA;IAChB,uEAAuE;IACvE,OAAO,CAAC,EAAE,SAAS,CAAA;IACnB,oCAAoC;IACpC,MAAM,EAAE,eAAe,EAAE,CAAA;IACzB,0FAA0F;IAC1F,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAA;IACnB,uCAAuC;IACvC,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,4CAA4C;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AAED;;;;;;;GAOG;AACH,wBAAgB,QAAQ,CAAC,EACvB,KAAK,EACL,IAAI,EACJ,OAAO,EACP,MAAM,EACN,OAAW,EACX,SAAS,EACT,SAAS,GACV,EAAE,aAAa,GAAG,GAAG,CAAC,OAAO,CAgB7B"}
|
package/dist/InfoCard.js
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { getClassMap } from '@molecule/app-ui';
|
|
3
|
+
import { Card } from '@molecule/app-ui-react';
|
|
4
|
+
import { DefinitionList } from './DefinitionList.js';
|
|
5
|
+
/**
|
|
6
|
+
* Card wrapping a `<DefinitionList>` of metadata fields.
|
|
7
|
+
*
|
|
8
|
+
* Used all over CRM/helpdesk/finance detail pages (CompanyInfoCard,
|
|
9
|
+
* DealInfoCard, TicketDetailsCard, TransactionDetailsCard) — same shape
|
|
10
|
+
* everywhere, only the fields differ.
|
|
11
|
+
* @param props - Component props (see {@link InfoCardProps}).
|
|
12
|
+
*/
|
|
13
|
+
export function InfoCard({ title, icon, actions, fields, columns = 1, className, dataMolId, }) {
|
|
14
|
+
const cm = getClassMap();
|
|
15
|
+
return (_jsx(Card, { className: className, "data-mol-id": dataMolId, children: _jsxs("div", { className: cm.stack(3), children: [_jsxs("header", { className: cm.flex({ justify: 'between', align: 'center', gap: 'sm' }), children: [_jsxs("div", { className: cm.flex({ align: 'center', gap: 'sm' }), children: [icon, _jsx("h3", { className: cm.cn(cm.textSize('base'), cm.fontWeight('semibold')), children: title })] }), actions] }), _jsx(DefinitionList, { fields: fields, columns: columns })] }) }));
|
|
16
|
+
}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* React InfoCard and DefinitionList for structured label/value metadata.
|
|
3
|
+
*
|
|
4
|
+
* Exports:
|
|
5
|
+
* - `<InfoCard>` — Card-wrapped DefinitionList with title, icon, actions.
|
|
6
|
+
* - `<DefinitionList>` — standalone label/value grid.
|
|
7
|
+
* - `DefinitionField` type.
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* ```tsx
|
|
11
|
+
* import { InfoCard, DefinitionList } from '@molecule/app-info-display-react'
|
|
12
|
+
*
|
|
13
|
+
* <InfoCard
|
|
14
|
+
* title="Company Details"
|
|
15
|
+
* fields={[
|
|
16
|
+
* { label: 'Industry', value: 'Technology' },
|
|
17
|
+
* { label: 'Founded', value: '2018' },
|
|
18
|
+
* { label: 'Employees', value: '120–150' },
|
|
19
|
+
* ]}
|
|
20
|
+
* columns={2}
|
|
21
|
+
* dataMolId="company-info-card"
|
|
22
|
+
* />
|
|
23
|
+
* ```
|
|
24
|
+
* @remarks
|
|
25
|
+
* Purely presentational: pass already-formatted / already-translated
|
|
26
|
+
* ReactNodes as labels and values. `getClassMap()` requires a bonded
|
|
27
|
+
* ClassMap (e.g. `@molecule/app-ui-tailwind`) — there is no other wiring.
|
|
28
|
+
* `columns={1}` stacks label above value; `2`/`3` arrange fields in a grid.
|
|
29
|
+
*
|
|
30
|
+
* @module
|
|
31
|
+
*/
|
|
32
|
+
export * from './DefinitionList.js';
|
|
33
|
+
export * from './InfoCard.js';
|
|
34
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8BG;AAEH,cAAc,qBAAqB,CAAA;AACnC,cAAc,eAAe,CAAA"}
|
package/dist/index.js
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* React InfoCard and DefinitionList for structured label/value metadata.
|
|
3
|
+
*
|
|
4
|
+
* Exports:
|
|
5
|
+
* - `<InfoCard>` — Card-wrapped DefinitionList with title, icon, actions.
|
|
6
|
+
* - `<DefinitionList>` — standalone label/value grid.
|
|
7
|
+
* - `DefinitionField` type.
|
|
8
|
+
*
|
|
9
|
+
* @example
|
|
10
|
+
* ```tsx
|
|
11
|
+
* import { InfoCard, DefinitionList } from '@molecule/app-info-display-react'
|
|
12
|
+
*
|
|
13
|
+
* <InfoCard
|
|
14
|
+
* title="Company Details"
|
|
15
|
+
* fields={[
|
|
16
|
+
* { label: 'Industry', value: 'Technology' },
|
|
17
|
+
* { label: 'Founded', value: '2018' },
|
|
18
|
+
* { label: 'Employees', value: '120–150' },
|
|
19
|
+
* ]}
|
|
20
|
+
* columns={2}
|
|
21
|
+
* dataMolId="company-info-card"
|
|
22
|
+
* />
|
|
23
|
+
* ```
|
|
24
|
+
* @remarks
|
|
25
|
+
* Purely presentational: pass already-formatted / already-translated
|
|
26
|
+
* ReactNodes as labels and values. `getClassMap()` requires a bonded
|
|
27
|
+
* ClassMap (e.g. `@molecule/app-ui-tailwind`) — there is no other wiring.
|
|
28
|
+
* `columns={1}` stacks label above value; `2`/`3` arrange fields in a grid.
|
|
29
|
+
*
|
|
30
|
+
* @module
|
|
31
|
+
*/
|
|
32
|
+
export * from './DefinitionList.js';
|
|
33
|
+
export * from './InfoCard.js';
|
package/package.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@molecule/app-info-display-react",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "InfoCard and DefinitionList for structured label/value metadata display",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"scripts": {
|
|
9
|
+
"build": "tsc",
|
|
10
|
+
"test": "vitest run",
|
|
11
|
+
"test:watch": "vitest"
|
|
12
|
+
},
|
|
13
|
+
"exports": {
|
|
14
|
+
".": {
|
|
15
|
+
"types": "./dist/index.d.ts",
|
|
16
|
+
"import": "./dist/index.js"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"files": [
|
|
20
|
+
"dist"
|
|
21
|
+
],
|
|
22
|
+
"keywords": [
|
|
23
|
+
"molecule",
|
|
24
|
+
"info-display",
|
|
25
|
+
"react"
|
|
26
|
+
],
|
|
27
|
+
"license": "Apache-2.0",
|
|
28
|
+
"peerDependencies": {
|
|
29
|
+
"@molecule/app-react": "^1.0.0",
|
|
30
|
+
"@molecule/app-ui": "^1.0.0",
|
|
31
|
+
"@molecule/app-ui-react": "^1.0.0",
|
|
32
|
+
"react": "^18.0.0 || ^19.0.0"
|
|
33
|
+
},
|
|
34
|
+
"devDependencies": {
|
|
35
|
+
"@molecule/app-react": "1.0.0",
|
|
36
|
+
"@molecule/app-ui": "1.0.0",
|
|
37
|
+
"@molecule/app-ui-react": "1.0.0",
|
|
38
|
+
"@types/node": "26.1.2",
|
|
39
|
+
"@types/react": "19.2.17",
|
|
40
|
+
"@types/react-dom": "19.2.3",
|
|
41
|
+
"react": "19.2.8",
|
|
42
|
+
"react-dom": "19.2.8",
|
|
43
|
+
"typescript": "6.0.3",
|
|
44
|
+
"vitest": "4.1.10"
|
|
45
|
+
}
|
|
46
|
+
}
|