@ddd-tool/domain-designer-ui-component 0.0.0-alpha.7 → 0.0.0-alpha.8
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/components/nomnoml/style.d.ts +1 -1
- package/index.js +3 -3
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "\n#.command: visual=class fill=#aec6cf title=bold\n#.facadeCommand: visual=class fill=#779fae title=bold\n#.readModel: visual=class fill=#77dd77 title=bold\n#.aggregation: visual=class fill=#fdfd9d title=bold\n#.service: fill=#eee8d5 title=bold\n#.system: fill=#eee8d5 title=bold\n#.event: visual=class fill=#ffcb81 title=bold\n#.policy: fill=#b6a2db title=bold\n#.person: virtual=actor fill=#b6a2db title=bold\n\n//#bendSize: 0.3\n#padding:
|
|
1
|
+
declare const _default: "\n#.command: visual=class fill=#aec6cf title=bold\n#.facadeCommand: visual=class fill=#779fae title=bold\n#.readModel: visual=class fill=#77dd77 title=bold\n#.aggregation: visual=class fill=#fdfd9d title=bold\n#.service: fill=#eee8d5 title=bold\n#.system: fill=#eee8d5 title=bold\n#.event: visual=class fill=#ffcb81 title=bold\n#.policy: fill=#b6a2db title=bold\n#.person: virtual=actor fill=#b6a2db title=bold\n\n//#bendSize: 0.3\n#padding: 4\n//#spacing: 40\n#edgeMargin: 0\n#lineWidth: 2.5\n#leading: 1.35\n//#zoom: 1\n#font: Times New Roman //consolas,Monaco\n#fontSize: 14\n\n";
|
|
2
2
|
export default _default;
|
package/index.js
CHANGED
|
@@ -10530,11 +10530,11 @@ const Vd = /* @__PURE__ */ zd(Nd), Hd = `
|
|
|
10530
10530
|
#.person: virtual=actor fill=#b6a2db title=bold
|
|
10531
10531
|
|
|
10532
10532
|
//#bendSize: 0.3
|
|
10533
|
-
#padding:
|
|
10533
|
+
#padding: 4
|
|
10534
10534
|
//#spacing: 40
|
|
10535
10535
|
#edgeMargin: 0
|
|
10536
10536
|
#lineWidth: 2.5
|
|
10537
|
-
#leading: 1.
|
|
10537
|
+
#leading: 1.35
|
|
10538
10538
|
//#zoom: 1
|
|
10539
10539
|
#font: Times New Roman //consolas,Monaco
|
|
10540
10540
|
#fontSize: 14
|
|
@@ -10907,7 +10907,7 @@ function oc(o, e) {
|
|
|
10907
10907
|
$.dataset.id = w;
|
|
10908
10908
|
{
|
|
10909
10909
|
const S = $.querySelector("text");
|
|
10910
|
-
S.setAttribute("font-family", "Monaco, consolas"), S.setAttribute("font-size", "0.
|
|
10910
|
+
S.setAttribute("font-family", "Monaco, consolas"), S.setAttribute("font-size", "0.99rem");
|
|
10911
10911
|
}
|
|
10912
10912
|
setTimeout(() => {
|
|
10913
10913
|
$.onmouseover = () => {
|