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.
Files changed (55) hide show
  1. package/README.md +63 -8
  2. package/dist/{chunk-E456YKAJ.js → chunk-5B453C4P.js} +40 -10
  3. package/dist/chunk-5B453C4P.js.map +1 -0
  4. package/dist/{chunk-5RRRE2GF.js → chunk-5PGOL2KR.js} +3 -3
  5. package/dist/{chunk-5RRRE2GF.js.map → chunk-5PGOL2KR.js.map} +1 -1
  6. package/dist/{chunk-L5CYESBI.js → chunk-EHQMKVDM.js} +3 -3
  7. package/dist/{chunk-L5CYESBI.js.map → chunk-EHQMKVDM.js.map} +1 -1
  8. package/dist/chunk-P2S7AUOL.js +703 -0
  9. package/dist/chunk-P2S7AUOL.js.map +1 -0
  10. package/dist/chunk-TP3JOOJW.js +252 -0
  11. package/dist/chunk-TP3JOOJW.js.map +1 -0
  12. package/dist/core/index.cjs +44 -7
  13. package/dist/core/index.cjs.map +1 -1
  14. package/dist/core/index.d.cts +30 -30
  15. package/dist/core/index.d.ts +30 -30
  16. package/dist/core/index.js +1 -1
  17. package/dist/ecomap/index.cjs +11 -7
  18. package/dist/ecomap/index.cjs.map +1 -1
  19. package/dist/ecomap/index.js +2 -2
  20. package/dist/fault-tree/index.cjs +782 -0
  21. package/dist/fault-tree/index.cjs.map +1 -0
  22. package/dist/fault-tree/index.d.cts +148 -0
  23. package/dist/fault-tree/index.d.ts +148 -0
  24. package/dist/fault-tree/index.js +4 -0
  25. package/dist/fault-tree/index.js.map +1 -0
  26. package/dist/fishbone/index.cjs +314 -0
  27. package/dist/fishbone/index.cjs.map +1 -0
  28. package/dist/fishbone/index.d.cts +91 -0
  29. package/dist/fishbone/index.d.ts +91 -0
  30. package/dist/fishbone/index.js +4 -0
  31. package/dist/fishbone/index.js.map +1 -0
  32. package/dist/genogram/index.cjs +11 -7
  33. package/dist/genogram/index.cjs.map +1 -1
  34. package/dist/genogram/index.d.cts +3 -2
  35. package/dist/genogram/index.d.ts +3 -2
  36. package/dist/genogram/index.js +2 -2
  37. package/dist/index.cjs +1040 -36
  38. package/dist/index.cjs.map +1 -1
  39. package/dist/index.d.cts +6 -1
  40. package/dist/index.d.ts +6 -1
  41. package/dist/index.js +5 -3
  42. package/dist/labels-CYbM5XV7.d.cts +83 -0
  43. package/dist/labels-CYbM5XV7.d.ts +83 -0
  44. package/dist/locales/pt-br.cjs +36 -0
  45. package/dist/locales/pt-br.cjs.map +1 -1
  46. package/dist/locales/pt-br.d.cts +6 -1
  47. package/dist/locales/pt-br.d.ts +6 -1
  48. package/dist/locales/pt-br.js +34 -1
  49. package/dist/locales/pt-br.js.map +1 -1
  50. package/dist/text-DuO_PwYw.d.cts +45 -0
  51. package/dist/text-DuO_PwYw.d.ts +45 -0
  52. package/dist/xml-DDae1eUr.d.cts +4 -0
  53. package/dist/xml-DDae1eUr.d.ts +4 -0
  54. package/package.json +70 -18
  55. 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 '../core/index.cjs';
4
- export { CHAR_W, estimateTextWidth, wrapLabel, xmlEscape } from '../core/index.cjs';
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. */
@@ -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 '../core/index.js';
4
- export { CHAR_W, estimateTextWidth, wrapLabel, xmlEscape } from '../core/index.js';
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. */
@@ -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-5RRRE2GF.js';
2
- export { CHAR_W, EDGE_STROKE, estimateTextWidth, qualityLineStyle, wrapLabel, xmlEscape } from '../chunk-E456YKAJ.js';
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