@leuffen/themejs1 8.1.11 → 8.2.1

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.
@@ -49,7 +49,8 @@ module.exports = {
49
49
  ],
50
50
  },
51
51
  resolve: {
52
- extensions: ['.tsx', '.ts', '.js'],
52
+ // Try .js (package) first - than try tsx (typescript) - than ts (typescript)
53
+ extensions: ['.js', '.tsx', '.ts', '.scss'],
53
54
  },
54
55
 
55
56
  //devtool: "eval",
@@ -13,8 +13,10 @@ skipHead: false
13
13
  title: Online-Rezept
14
14
  body_class: ~
15
15
  type: article
16
- _schiller_template: service/online-rezept
17
- _schiller_instructions: ""
16
+ _shiller_tags: base
17
+ _shiller_target_pid: service/online-rezept
18
+ _shiller_template: service/online-rezept
19
+ _shiller_instructions: ""
18
20
  ---
19
21
  ## Online Rezept
20
22
  {: layout="use: #sec-card-2col"}
@@ -13,6 +13,8 @@ skipHead: false
13
13
  body_class: ~
14
14
  title: Terminanfrage / Online Termin
15
15
  type: article
16
+ _shiller_tags: base
17
+ _shiller_target_pid: service/online-termin
16
18
  ---
17
19
  ## Online Termin vereinbaren
18
20
  {: layout="use: #sec-card-2col"}
@@ -12,8 +12,10 @@ published: true
12
12
  skipHead: false
13
13
  title: Online-Überweisung
14
14
  type: article
15
- _schiller_template: service/online-rezept
16
- _schiller_instructions: ""
15
+ _shiller_template: service/online-rezept
16
+ _shiller_instructions: ""
17
+ _shiller_tags: base
18
+ _shiller_target_pid: service/online-ueberweisung
17
19
  ---
18
20
  ## Online Überweisung
19
21
  {: layout="use: #sec-card-2col"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leuffen/themejs1",
3
- "version": "8.1.11",
3
+ "version": "8.2.1",
4
4
  "description": "",
5
5
  "license": "proprietary",
6
6
  "main": "./index.js",
@@ -37,6 +37,11 @@
37
37
  }
38
38
 
39
39
 
40
+ footer {
41
+ p {
42
+ color: inherit;
43
+ }
44
+ }
40
45
 
41
46
 
42
47
  --t-background-footer: #fff;