From d1192887e27e48afb05d2d06fb8d4890d8c9748f Mon Sep 17 00:00:00 2001
From: Volker Schukai <volker.schukai@schukai.com>
Date: Sat, 29 Jun 2024 18:33:23 +0200
Subject: [PATCH] chore: update issues

---
 development/issues/closed/212.mjs | 13 -------------
 development/issues/open/212.html  | 26 --------------------------
 development/issues/open/212.mjs   | 13 -------------
 3 files changed, 52 deletions(-)
 delete mode 100644 development/issues/closed/212.mjs
 delete mode 100644 development/issues/open/212.html
 delete mode 100644 development/issues/open/212.mjs

diff --git a/development/issues/closed/212.mjs b/development/issues/closed/212.mjs
deleted file mode 100644
index 1cf6d13b4..000000000
--- a/development/issues/closed/212.mjs
+++ /dev/null
@@ -1,13 +0,0 @@
-/**
- * @file development/issues/open/212.mjs
- * @url https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/212
- * @description select label is not translated when the value is transferred
- * @issue 212
- */
-
-import "../../../source/components/style/property.pcss";
-import "../../../source/components/style/normalize.pcss";
-import "../../../source/components/style/typography.pcss";
-import "../../../source/components/style/link.pcss";
-import "../../../source/components/style/color.pcss";
-import "../../../source/components/form/select.mjs";
diff --git a/development/issues/open/212.html b/development/issues/open/212.html
deleted file mode 100644
index 6cfe30284..000000000
--- a/development/issues/open/212.html
+++ /dev/null
@@ -1,26 +0,0 @@
-        <!DOCTYPE html>
-        <html lang="en">
-        <head>
-            <meta charset="UTF-8">
-            <meta name="viewport" content="width=device-width, initial-scale=1.0">
-            <title>select label is not translated when the value is transferred #212</title>
-            <script src="./212.mjs" type="module"></script>
-        </head>
-        <body>
-            <h1>select label is not translated when the value is transferred #212</h1>
-            <p>select label is not translated when the value is transferred</p>
-            <ul>
-                <li><a href="https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/212">Issue #212</a></li>
-                <li><a href="/">Back to overview</a></li>
-            </ul>
-            <main>
-
-                <monster-select value="1000"
-                data-monster-option-url="/issue-212.json"
-                data-monster-option-mapping-labeltemplate="name"
-                data-monster-option-mapping-valuetemplate="id"
-                    ></monster-select>
-
-            </main>
-        </body>
-        </html>
diff --git a/development/issues/open/212.mjs b/development/issues/open/212.mjs
deleted file mode 100644
index 4795cda05..000000000
--- a/development/issues/open/212.mjs
+++ /dev/null
@@ -1,13 +0,0 @@
-        /**
-        * @file development/issues/open/212.mjs
-        * @url https://gitlab.schukai.com/oss/libraries/javascript/monster/-/issues/212
-        * @description select label is not translated when the value is transferred
-        * @issue 212
-        */
-
-        import "../../../source/components/style/property.pcss";
-        import "../../../source/components/style/normalize.pcss";
-        import "../../../source/components/style/typography.pcss";
-        import "../../../source/components/style/link.pcss";
-        import "../../../source/components/style/color.pcss";
-        import "../../../source/components/form/select.mjs";
-- 
GitLab