Skip to content
Snippets Groups Projects
Verified Commit 334c654b authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: build-webtest

parent fb60e229
No related branches found
No related tags found
No related merge requests found
/** /**
* Copyright schukai GmbH and contributors 2023. All Rights Reserved. * Copyright schukai GmbH and contributors 2023. All Rights Reserved.
* Node module: @schukai/monster * Node module: @schukai/monster
...@@ -35,6 +36,7 @@ export * from "./components/form/tree-select.mjs"; ...@@ -35,6 +36,7 @@ export * from "./components/form/tree-select.mjs";
export * from "./components/form/popper-button.mjs"; export * from "./components/form/popper-button.mjs";
export * from "./components/form/shadow-reload.mjs"; export * from "./components/form/shadow-reload.mjs";
export * from "./components/form/button.mjs"; export * from "./components/form/button.mjs";
export * from "./components/form/toggle-switch.mjs";
export * from "./components/form/types/state.mjs"; export * from "./components/form/types/state.mjs";
export * from "./components/form/template.mjs"; export * from "./components/form/template.mjs";
export * from "./components/form/constants.mjs"; export * from "./components/form/constants.mjs";
...@@ -53,6 +55,7 @@ export * from "./components/form/stylesheet/api-button.mjs"; ...@@ -53,6 +55,7 @@ export * from "./components/form/stylesheet/api-button.mjs";
export * from "./components/form/stylesheet/tree-select.mjs"; export * from "./components/form/stylesheet/tree-select.mjs";
export * from "./components/form/stylesheet/popper-button.mjs"; export * from "./components/form/stylesheet/popper-button.mjs";
export * from "./components/form/stylesheet/button.mjs"; export * from "./components/form/stylesheet/button.mjs";
export * from "./components/form/stylesheet/toggle-switch.mjs";
export * from "./components/notify/message.mjs"; export * from "./components/notify/message.mjs";
export * from "./components/notify/notify.mjs"; export * from "./components/notify/notify.mjs";
export * from "./components/notify/constants.mjs"; export * from "./components/notify/constants.mjs";
......
...@@ -8,6 +8,7 @@ import "../cases/components/form/confirm-button.mjs"; ...@@ -8,6 +8,7 @@ import "../cases/components/form/confirm-button.mjs";
import "../cases/components/form/form.mjs"; import "../cases/components/form/form.mjs";
import "../cases/components/form/tree-select.mjs"; import "../cases/components/form/tree-select.mjs";
import "../cases/components/form/button.mjs"; import "../cases/components/form/button.mjs";
import "../cases/components/form/toggle-switch.mjs";
import "../cases/components/form/template.mjs"; import "../cases/components/form/template.mjs";
import "../cases/components/notify/message.mjs"; import "../cases/components/notify/message.mjs";
import "../cases/components/notify/notify.mjs"; import "../cases/components/notify/notify.mjs";
......
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
</head> </head>
<body> <body>
<div id="headline" style="display: flex;align-items: center;justify-content: center;flex-direction: column;"> <div id="headline" style="display: flex;align-items: center;justify-content: center;flex-direction: column;">
<h1 style='margin-bottom: 0.1em;'>Monster 3.56.1</h1> <h1 style='margin-bottom: 0.1em;'>Monster 3.57.0</h1>
<div id="lastupdate" style='font-size:0.7em'>last update Mo 4. Mär 01:38:34 CET 2024</div> <div id="lastupdate" style='font-size:0.7em'>last update So 17. Mär 11:35:11 CET 2024</div>
</div> </div>
<div id="mocha-errors" <div id="mocha-errors"
style="color: red;font-weight: bold;display: flex;align-items: center;justify-content: center;flex-direction: column;margin:20px;"></div> style="color: red;font-weight: bold;display: flex;align-items: center;justify-content: center;flex-direction: column;margin:20px;"></div>
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment