@zenuml/core 3.24.30 → 3.25.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.
@@ -1,4 +1,4 @@
1
- import { o as c, c as e, a as o } from "./core.c8831fc7.js";
1
+ import { o as c, c as e, a as o } from "./core.cbcf63dd.js";
2
2
  const s = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  viewBox: "0 0 1024 1024"
@@ -20,4 +20,4 @@ export {
20
20
  _ as default,
21
21
  l as render
22
22
  };
23
- //# sourceMappingURL=zoom-in.57dd9d3f.js.map
23
+ //# sourceMappingURL=zoom-in.265bdbbe.js.map
@@ -1,4 +1,4 @@
1
- import { o as t, c, a as o } from "./core.c8831fc7.js";
1
+ import { o as t, c, a as o } from "./core.cbcf63dd.js";
2
2
  const e = {
3
3
  xmlns: "http://www.w3.org/2000/svg",
4
4
  viewBox: "0 0 1024 1024"
@@ -20,4 +20,4 @@ export {
20
20
  h as default,
21
21
  s as render
22
22
  };
23
- //# sourceMappingURL=zoom-out.434add0e.js.map
23
+ //# sourceMappingURL=zoom-out.04247b7a.js.map
package/index.html CHANGED
@@ -115,7 +115,7 @@
115
115
  timer = setTimeout(() => {
116
116
  const theme =
117
117
  localStorage.getItem(`${location.hostname}-zenuml-theme`) ||
118
- "theme-default";
118
+ "theme-idle-afternoon";
119
119
  window.zenUml
120
120
  .render(cm.getValue(), {
121
121
  theme,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenuml/core",
3
- "version": "3.24.30",
3
+ "version": "3.25.0",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -13,6 +13,7 @@ module.exports = {
13
13
  "theme-anz",
14
14
  "theme-nab",
15
15
  "theme-google",
16
+ "theme-diagramly",
16
17
  {
17
18
  pattern: /(bg|text)-.*/,
18
19
  },