@leuffen/themejs1 9.0.12 → 9.0.13
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.
|
@@ -2,7 +2,7 @@ import { Joda } from "@leuffen/jodastyle";
|
|
|
2
2
|
Joda.registerTemplate("e-form",
|
|
3
3
|
// language=HTML
|
|
4
4
|
`
|
|
5
|
-
<form class="tjs__e-form" data-micx-formmail-preset="default" data-micx-formmail-sent-message="
|
|
5
|
+
<form class="tjs__e-form" data-micx-formmail-preset="default" data-micx-formmail-sent-message="Übertragung erfolgreich!">
|
|
6
6
|
<slot></slot>
|
|
7
7
|
</form>
|
|
8
8
|
`);
|
|
@@ -4,7 +4,7 @@ import {Joda} from "@leuffen/jodastyle";
|
|
|
4
4
|
Joda.registerTemplate("e-form",
|
|
5
5
|
// language=HTML
|
|
6
6
|
`
|
|
7
|
-
<form class="tjs__e-form" data-micx-formmail-preset="default" data-micx-formmail-sent-message="
|
|
7
|
+
<form class="tjs__e-form" data-micx-formmail-preset="default" data-micx-formmail-sent-message="Übertragung erfolgreich!">
|
|
8
8
|
<slot></slot>
|
|
9
9
|
</form>
|
|
10
10
|
`);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leuffen/themejs1",
|
|
3
3
|
|
|
4
|
-
"version": "9.0.
|
|
4
|
+
"version": "9.0.13",
|
|
5
5
|
"description": "",
|
|
6
6
|
"license": "proprietary",
|
|
7
7
|
"main": "./index.js",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@leuffen/jodastyle": "^3.1.4",
|
|
40
40
|
"@leuffen/liscom": "^2.0.10",
|
|
41
41
|
"@leuffen/liscom-loader": "^1.1.10",
|
|
42
|
-
"@leuffen/liweco-base": "^3.0.
|
|
42
|
+
"@leuffen/liweco-base": "^3.0.1",
|
|
43
43
|
"@micx/lib-js": "^1.0.24",
|
|
44
44
|
"@types/node": "^20.12.12",
|
|
45
45
|
"bootstrap": "^5.3.0",
|
|
@@ -3,7 +3,7 @@ Joda.registerTemplate("cta-form",
|
|
|
3
3
|
// language=HTML
|
|
4
4
|
`
|
|
5
5
|
<section class="tjs__cta-form">
|
|
6
|
-
<form data-micx-formmail-preset="default" data-micx-formmail-sent-message="
|
|
6
|
+
<form data-micx-formmail-preset="default" data-micx-formmail-sent-message="Übertragung erfolgreich!">
|
|
7
7
|
<div class="container">
|
|
8
8
|
<slot class="heading-style-default" data-select=":scope h2, :scope blockquote"></slot>
|
|
9
9
|
</div>
|
|
@@ -4,7 +4,7 @@ Joda.registerTemplate("cta-form",
|
|
|
4
4
|
// language=HTML
|
|
5
5
|
`
|
|
6
6
|
<section class="tjs__cta-form">
|
|
7
|
-
<form data-micx-formmail-preset="default" data-micx-formmail-sent-message="
|
|
7
|
+
<form data-micx-formmail-preset="default" data-micx-formmail-sent-message="Übertragung erfolgreich!">
|
|
8
8
|
<div class="container">
|
|
9
9
|
<slot class="heading-style-default" data-select=":scope h2, :scope blockquote"></slot>
|
|
10
10
|
</div>
|