@leuffen/themejs1 8.1.1 → 8.1.3

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.
@@ -1,5 +1,7 @@
1
1
 
2
- Website für Arztpraxis [unbekannt] in [unbekannt]
2
+ Website für [Praxistyp] [unbekannt] in [unbekannt]
3
+
4
+ [Anschrift der Praxis, Telefonnummer und Öffnungszeiten]
3
5
 
4
6
  Schreibe professionelle Texte für die Website. Sprich den Leser mit "Sie" direkt an. Sprich
5
7
  von "wir" als Praxis. Schreibe professionell, freundlich und informativ. Schreibe Titel wie "Dr." nur dann, wenn diese
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "termin_url": {
57
57
  "type": "string",
58
- "description": "URL for appointments. If not provided in context use /online-termin as fallback"
58
+ "description": "URL for appointments. If not provided in context use /termin as fallback"
59
59
  },
60
60
  "map_url": {
61
61
  "type": "string",
@@ -38,7 +38,8 @@ module.exports = {
38
38
  },
39
39
  {
40
40
  test: /\.(scss|css)$/,
41
- use: [MiniCssExtractPlugin.loader, 'css-loader', 'sass-loader'],
41
+ use: [MiniCssExtractPlugin.loader, 'css-loader', {loader: 'sass-loader', options: {sassOptions: {includePaths: ["./node_modules"]}}}
42
+ ],
42
43
  include: [
43
44
  path.resolve(__dirname, "src") // It should not be necessary to include workspaces here
44
45
  ]
@@ -1,5 +1,6 @@
1
1
  ---
2
2
  _shiller_tags: base
3
+ _schiller_instructions: null # Do not AI update this file
3
4
  description: ""
4
5
  icon: bi bi-phone
5
6
  lang: de
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leuffen/themejs1",
3
- "version": "8.1.1",
3
+ "version": "8.1.3",
4
4
  "description": "",
5
5
  "license": "proprietary",
6
6
  "main": "./dist/index.js",
@@ -1,6 +1,6 @@
1
1
  @import "../../variables";
2
2
  @import "../_mixins/default-element-format";
3
-
3
+ @import "../_defaults/headering-style-flex";
4
4
 
5
5
 
6
6