@dineug/erd-editor 3.1.0 → 3.1.2

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.
@@ -1,12 +1,12 @@
1
1
  /*!
2
2
  * @dineug/erd-editor
3
- * @version 3.1.0 | Sat Jan 06 2024
3
+ * @version 3.1.2 | Thu Jan 11 2024
4
4
  * @author SeungHwan-Lee <dineug2@gmail.com>
5
5
  * @license MIT
6
6
  */
7
7
  /*!
8
8
  * @dineug/erd-editor-schema
9
- * @version 0.1.0 | Sat Jan 06 2024
9
+ * @version 0.1.0 | Thu Jan 11 2024
10
10
  * @author SeungHwan-Lee <dineug2@gmail.com>
11
11
  * @license MIT
12
12
  */
@@ -1021,6 +1021,7 @@ function qn(e) {
1021
1021
  var t, n, r, o, i, s;
1022
1022
  const a = e, l = m0(a.settings), c = n0(a.doc), u = s0(a.lww), f = p0((t = a.collections) == null ? void 0 : t.tableEntities), d = y0((n = a.collections) == null ? void 0 : n.tableColumnEntities), m = l0((r = a.collections) == null ? void 0 : r.relationshipEntities), p = r0((o = a.collections) == null ? void 0 : o.indexEntities), g = o0((i = a.collections) == null ? void 0 : i.indexColumnEntities), v = a0((s = a.collections) == null ? void 0 : s.memoEntities);
1023
1023
  return {
1024
+ $schema: "https://raw.githubusercontent.com/dineug/erd-editor/main/json-schema/schema.json",
1024
1025
  version: "3.0.0",
1025
1026
  settings: l,
1026
1027
  doc: c,
@@ -1524,6 +1525,7 @@ function bh(e) {
1524
1525
  }
1525
1526
  function Ic(e) {
1526
1527
  const t = Yb(e, [
1528
+ "$schema",
1527
1529
  "version",
1528
1530
  "settings",
1529
1531
  "doc",
@@ -1,3 +1,3 @@
1
- export declare const TextFontFamily: "-apple-system, BlinkMacSystemFont, 'Segoe UI (Custom)', Roboto, 'Helvetica Neue', 'Open Sans (Custom)', system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'";
2
- export declare const CodeFontFamily: "'Menlo', 'Consolas (Custom)', 'Bitstream Vera Sans Mono', monospace, 'Apple Color Emoji', 'Segoe UI Emoji'";
1
+ export declare const TextFontFamily: "-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Open Sans', system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'";
2
+ export declare const CodeFontFamily: "'Menlo', 'Consolas', 'Bitstream Vera Sans Mono', monospace, 'Apple Color Emoji', 'Segoe UI Emoji'";
3
3
  export declare function createFontsStyle(): HTMLStyleElement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dineug/erd-editor",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "Entity-Relationship Diagram Editor",
5
5
  "type": "module",
6
6
  "main": "./dist/erd-editor.js",