compasso 0.1.0 → 0.2.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/README.md +63 -8
- package/dist/{chunk-E456YKAJ.js → chunk-5B453C4P.js} +40 -10
- package/dist/chunk-5B453C4P.js.map +1 -0
- package/dist/{chunk-5RRRE2GF.js → chunk-5PGOL2KR.js} +3 -3
- package/dist/{chunk-5RRRE2GF.js.map → chunk-5PGOL2KR.js.map} +1 -1
- package/dist/{chunk-L5CYESBI.js → chunk-EHQMKVDM.js} +3 -3
- package/dist/{chunk-L5CYESBI.js.map → chunk-EHQMKVDM.js.map} +1 -1
- package/dist/chunk-P2S7AUOL.js +703 -0
- package/dist/chunk-P2S7AUOL.js.map +1 -0
- package/dist/chunk-TP3JOOJW.js +252 -0
- package/dist/chunk-TP3JOOJW.js.map +1 -0
- package/dist/core/index.cjs +44 -7
- package/dist/core/index.cjs.map +1 -1
- package/dist/core/index.d.cts +30 -30
- package/dist/core/index.d.ts +30 -30
- package/dist/core/index.js +1 -1
- package/dist/ecomap/index.cjs +11 -7
- package/dist/ecomap/index.cjs.map +1 -1
- package/dist/ecomap/index.js +2 -2
- package/dist/fault-tree/index.cjs +782 -0
- package/dist/fault-tree/index.cjs.map +1 -0
- package/dist/fault-tree/index.d.cts +148 -0
- package/dist/fault-tree/index.d.ts +148 -0
- package/dist/fault-tree/index.js +4 -0
- package/dist/fault-tree/index.js.map +1 -0
- package/dist/fishbone/index.cjs +314 -0
- package/dist/fishbone/index.cjs.map +1 -0
- package/dist/fishbone/index.d.cts +91 -0
- package/dist/fishbone/index.d.ts +91 -0
- package/dist/fishbone/index.js +4 -0
- package/dist/fishbone/index.js.map +1 -0
- package/dist/genogram/index.cjs +11 -7
- package/dist/genogram/index.cjs.map +1 -1
- package/dist/genogram/index.d.cts +3 -2
- package/dist/genogram/index.d.ts +3 -2
- package/dist/genogram/index.js +2 -2
- package/dist/index.cjs +1040 -36
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.js +5 -3
- package/dist/labels-CYbM5XV7.d.cts +83 -0
- package/dist/labels-CYbM5XV7.d.ts +83 -0
- package/dist/locales/pt-br.cjs +36 -0
- package/dist/locales/pt-br.cjs.map +1 -1
- package/dist/locales/pt-br.d.cts +6 -1
- package/dist/locales/pt-br.d.ts +6 -1
- package/dist/locales/pt-br.js +34 -1
- package/dist/locales/pt-br.js.map +1 -1
- package/dist/text-DuO_PwYw.d.cts +45 -0
- package/dist/text-DuO_PwYw.d.ts +45 -0
- package/dist/xml-DDae1eUr.d.cts +4 -0
- package/dist/xml-DDae1eUr.d.ts +4 -0
- package/package.json +70 -18
- package/dist/chunk-E456YKAJ.js.map +0 -1
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { N as NodeShape, e as KinshipLexicon, d as GenogramTitleLabels, f as Person, i as Union, P as ParentLink, R as Relationship, c as GenogramSvgLabels, j as UnionStatus, b as GenogramInput } from '../kinship-BARO5-qz.cjs';
|
|
2
2
|
export { G as GENOGRAM_SVG_LABELS_EN, a as GENOGRAM_TITLE_LABELS_EN, K as KINSHIP_EN, g as PersonSex, h as RelationshipMapClass, U as UNION_STATUSES, k as classifyRelationshipType, r as relationshipTypeTokens } from '../kinship-BARO5-qz.cjs';
|
|
3
|
-
import { Point } from '../
|
|
4
|
-
export { CHAR_W, estimateTextWidth, wrapLabel
|
|
3
|
+
import { P as Point } from '../text-DuO_PwYw.cjs';
|
|
4
|
+
export { C as CHAR_W, e as estimateTextWidth, w as wrapLabel } from '../text-DuO_PwYw.cjs';
|
|
5
5
|
import { a as EdgeLineStyle, c as QualityLexicon } from '../stroke-MQ427drt.cjs';
|
|
6
6
|
export { E as EDGE_STROKE, b as EdgeStroke, q as qualityLineStyle } from '../stroke-MQ427drt.cjs';
|
|
7
|
+
export { x as xmlEscape } from '../xml-DDae1eUr.cjs';
|
|
7
8
|
|
|
8
9
|
declare const NODE_SIZE = 56;
|
|
9
10
|
/** Node label font size (px). The live SVG renders at this size; the PDF scales it. */
|
package/dist/genogram/index.d.ts
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { N as NodeShape, e as KinshipLexicon, d as GenogramTitleLabels, f as Person, i as Union, P as ParentLink, R as Relationship, c as GenogramSvgLabels, j as UnionStatus, b as GenogramInput } from '../kinship-Bkf87Jhu.js';
|
|
2
2
|
export { G as GENOGRAM_SVG_LABELS_EN, a as GENOGRAM_TITLE_LABELS_EN, K as KINSHIP_EN, g as PersonSex, h as RelationshipMapClass, U as UNION_STATUSES, k as classifyRelationshipType, r as relationshipTypeTokens } from '../kinship-Bkf87Jhu.js';
|
|
3
|
-
import { Point } from '../
|
|
4
|
-
export { CHAR_W, estimateTextWidth, wrapLabel
|
|
3
|
+
import { P as Point } from '../text-DuO_PwYw.js';
|
|
4
|
+
export { C as CHAR_W, e as estimateTextWidth, w as wrapLabel } from '../text-DuO_PwYw.js';
|
|
5
5
|
import { a as EdgeLineStyle, c as QualityLexicon } from '../stroke-MQ427drt.js';
|
|
6
6
|
export { E as EDGE_STROKE, b as EdgeStroke, q as qualityLineStyle } from '../stroke-MQ427drt.js';
|
|
7
|
+
export { x as xmlEscape } from '../xml-DDae1eUr.js';
|
|
7
8
|
|
|
8
9
|
declare const NODE_SIZE = 56;
|
|
9
10
|
/** Node label font size (px). The live SVG renders at this size; the PDF scales it. */
|
package/dist/genogram/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { EDGE_FONT, GENOGRAM_SVG_LABELS_EN, GENOGRAM_TITLE_LABELS_EN, KINSHIP_EN, LABEL_FONT, LABEL_LINE_H, NODE_SIZE, PARENT_REL_ID_BASE, PROMOTED_REL_ID_BASE, UNION_NOTATION, UNION_REL_ID_BASE, UNION_STATUSES, classifyRelationshipType, computeGenogramLayout, genogramLayoutSvg, genogramSvg, latestUnionPerPair, relationshipTypeTokens } from '../chunk-
|
|
2
|
-
export { CHAR_W, EDGE_STROKE, estimateTextWidth, qualityLineStyle, wrapLabel, xmlEscape } from '../chunk-
|
|
1
|
+
export { EDGE_FONT, GENOGRAM_SVG_LABELS_EN, GENOGRAM_TITLE_LABELS_EN, KINSHIP_EN, LABEL_FONT, LABEL_LINE_H, NODE_SIZE, PARENT_REL_ID_BASE, PROMOTED_REL_ID_BASE, UNION_NOTATION, UNION_REL_ID_BASE, UNION_STATUSES, classifyRelationshipType, computeGenogramLayout, genogramLayoutSvg, genogramSvg, latestUnionPerPair, relationshipTypeTokens } from '../chunk-5PGOL2KR.js';
|
|
2
|
+
export { CHAR_W, EDGE_STROKE, estimateTextWidth, qualityLineStyle, wrapLabel, xmlEscape } from '../chunk-5B453C4P.js';
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
|
4
4
|
//# sourceMappingURL=index.js.map
|