@leuffen/themejs1 2.0.8 → 2.0.10

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,4 +1,4 @@
1
- import {Joda} from "@leuffen/jodastyle/src/joda";
1
+ import {Joda} from "@leuffen/jodastyle";
2
2
 
3
3
 
4
4
  Joda.registerTemplate("e-card-default",
package/index.dev.ts ADDED
@@ -0,0 +1,3 @@
1
+
2
+ import "./themes/styles.dev"
3
+
package/index.ts ADDED
@@ -0,0 +1,5 @@
1
+ import "@leuffen/jodastyle";
2
+ export * from "./sections/sections";
3
+ export * from "./elements/elements";
4
+ export * from "@leuffen/isl-base";
5
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leuffen/themejs1",
3
- "version": "2.0.8",
3
+ "version": "2.0.10",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.module.js",
@@ -16,7 +16,8 @@
16
16
  "/docs",
17
17
  "/elements",
18
18
  "/sections",
19
- "*.scss"
19
+ "*.scss",
20
+ "*.ts"
20
21
  ],
21
22
  "workspaces": [
22
23
  "workspaces/*"
@@ -1,4 +1,4 @@
1
- import {Joda} from "@leuffen/jodastyle/src/joda";
1
+ import {Joda} from "@leuffen/jodastyle";
2
2
 
3
3
  Joda.registerTemplate("cta-base",
4
4
  // language=HTML
@@ -1,4 +1,4 @@
1
- import {Joda} from "@leuffen/jodastyle/src/joda";
1
+ import {Joda} from "@leuffen/jodastyle";
2
2
 
3
3
  Joda.registerTemplate("cta-form",
4
4
  // language=HTML
@@ -1,4 +1,4 @@
1
- import {Joda} from "@leuffen/jodastyle/src/joda";
1
+ import {Joda} from "@leuffen/jodastyle";
2
2
 
3
3
  Joda.registerTemplate("footer-base",
4
4
  // language=HTML
@@ -1,4 +1,4 @@
1
- import {Joda} from "@leuffen/jodastyle/src/joda";
1
+ import {Joda} from "@leuffen/jodastyle";
2
2
 
3
3
 
4
4
  Joda.registerTemplate("hero-max",
@@ -1,4 +1,4 @@
1
- import {Joda} from "@leuffen/jodastyle/src/joda";
1
+ import {Joda} from "@leuffen/jodastyle";
2
2
 
3
3
 
4
4
  Joda.registerTemplate("hero-ribbon",
@@ -1,4 +1,4 @@
1
- import {Joda} from "@leuffen/jodastyle/src/joda";
1
+ import {Joda} from "@leuffen/jodastyle";
2
2
 
3
3
 
4
4
  Joda.registerTemplate("hero-title-small",
@@ -1,4 +1,4 @@
1
- import {Joda} from "@leuffen/jodastyle/src/joda";
1
+ import {Joda} from "@leuffen/jodastyle";
2
2
 
3
3
 
4
4
  Joda.registerTemplate("navbar-blox",
@@ -1,4 +1,4 @@
1
- import {Joda} from "@leuffen/jodastyle/src/joda";
1
+ import {Joda} from "@leuffen/jodastyle";
2
2
 
3
3
 
4
4
  Joda.registerTemplate("sec-card-2col",
@@ -1,4 +1,4 @@
1
- import {Joda} from "@leuffen/jodastyle/src/joda";
1
+ import {Joda} from "@leuffen/jodastyle";
2
2
 
3
3
 
4
4
  Joda.registerTemplate("sec-card-feature",
@@ -1,4 +1,4 @@
1
- import {Joda} from "@leuffen/jodastyle/src/joda";
1
+ import {Joda} from "@leuffen/jodastyle";
2
2
 
3
3
 
4
4
  Joda.registerTemplate("sec-legal-content",
@@ -1,4 +1,4 @@
1
- import {Joda} from "@leuffen/jodastyle/src/joda";
1
+ import {Joda} from "@leuffen/jodastyle";
2
2
 
3
3
 
4
4
  Joda.registerTemplate("sec-multi-card",
@@ -1,4 +1,4 @@
1
- import {Joda} from "@leuffen/jodastyle/src/joda";
1
+ import {Joda} from "@leuffen/jodastyle";
2
2
 
3
3
 
4
4
  Joda.registerTemplate("sec-testimonial-ribbon",