@schukai/monster 3.102.2 → 3.102.4

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.
@@ -27,6 +27,7 @@ export * from "./components/layout/width-toggle.mjs";
27
27
  export * from "./components/layout/panel.mjs";
28
28
  export * from "./components/layout/details.mjs";
29
29
  export * from "./components/layout/slider.mjs";
30
+ export * from "./components/content/viewer.mjs";
30
31
  export * from "./components/content/copy.mjs";
31
32
  export * from "./components/form/message-state-button.mjs";
32
33
  export * from "./components/form/password.mjs";
@@ -110,7 +110,6 @@ function equipWithInternal() {
110
110
  * @throws {Error} the options does not contain a valid json definition
111
111
  */
112
112
  this["setInternals"] = (options) => {
113
-
114
113
  if (isString(options)) {
115
114
  options = parseOptionsJSON(options);
116
115
  }
@@ -156,7 +156,7 @@ function getMonsterVersion() {
156
156
  }
157
157
 
158
158
  /** don't touch, replaced by make with package.json version */
159
- monsterVersion = new Version("3.100.17");
159
+ monsterVersion = new Version("3.102.3");
160
160
 
161
161
  return monsterVersion;
162
162
  }
@@ -7,7 +7,7 @@ describe('Monster', function () {
7
7
  let monsterVersion
8
8
 
9
9
  /** don´t touch, replaced by make with package.json version */
10
- monsterVersion = new Version("3.100.17")
10
+ monsterVersion = new Version("3.102.3")
11
11
 
12
12
  let m = getMonsterVersion();
13
13
 
@@ -9,8 +9,8 @@
9
9
  </head>
10
10
  <body>
11
11
  <div id="headline" style="display: flex;align-items: center;justify-content: center;flex-direction: column;">
12
- <h1 style='margin-bottom: 0.1em;'>Monster 3.100.17</h1>
13
- <div id="lastupdate" style='font-size:0.7em'>last update Di 21. Jan 00:44:02 CET 2025</div>
12
+ <h1 style='margin-bottom: 0.1em;'>Monster 3.102.3</h1>
13
+ <div id="lastupdate" style='font-size:0.7em'>last update Mi 29. Jan 14:48:17 CET 2025</div>
14
14
  </div>
15
15
  <div id="mocha-errors"
16
16
  style="color: red;font-weight: bold;display: flex;align-items: center;justify-content: center;flex-direction: column;margin:20px;"></div>