@utrecht/web-component-library-stencil 1.0.0-alpha.211 → 1.0.0-alpha.212
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.
- package/dist/cjs/utrecht-heading-1.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-heading-2_3.cjs.entry.js +4 -4
- package/dist/cjs/utrecht-heading-4.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-heading-5.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-heading-6.cjs.entry.js +2 -2
- package/dist/cjs/utrecht-heading.cjs.entry.js +2 -2
- package/dist/collection/collection-manifest.json +7 -7
- package/dist/collection/heading/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/heading/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/heading/web-component/template.js +4 -0
- package/dist/collection/heading-1/{bem.js → css/template.js} +0 -0
- package/dist/collection/heading-1/html/template.js +4 -0
- package/dist/collection/heading-1/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/heading-1/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/heading-1/web-component/template.js +4 -0
- package/dist/collection/heading-2/{bem.js → css/template.js} +0 -0
- package/dist/collection/heading-2/html/template.js +4 -0
- package/dist/collection/heading-2/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/heading-2/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/heading-2/web-component/template.js +4 -0
- package/dist/collection/heading-3/{bem.js → css/template.js} +0 -0
- package/dist/collection/heading-3/html/template.js +4 -0
- package/dist/collection/heading-3/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/heading-3/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/heading-3/web-component/template.js +4 -0
- package/dist/collection/heading-4/{bem.js → css/template.js} +0 -0
- package/dist/collection/heading-4/html/template.js +4 -0
- package/dist/collection/heading-4/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/heading-4/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/heading-4/web-component/template.js +4 -0
- package/dist/collection/heading-5/{bem.js → css/template.js} +0 -0
- package/dist/collection/heading-5/html/template.js +4 -0
- package/dist/collection/heading-5/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/heading-5/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/heading-5/web-component/template.js +4 -0
- package/dist/collection/heading-6/{bem.js → css/template.js} +0 -0
- package/dist/collection/heading-6/html/template.js +4 -0
- package/dist/collection/heading-6/{stencil.css → web-component/index.css} +0 -0
- package/dist/collection/heading-6/{stencil.js → web-component/index.stencil.js} +2 -2
- package/dist/collection/heading-6/web-component/template.js +4 -0
- package/dist/custom-elements/index.js +54 -54
- package/dist/esm/utrecht-heading-1.entry.js +2 -2
- package/dist/esm/utrecht-heading-2_3.entry.js +4 -4
- package/dist/esm/utrecht-heading-4.entry.js +2 -2
- package/dist/esm/utrecht-heading-5.entry.js +2 -2
- package/dist/esm/utrecht-heading-6.entry.js +2 -2
- package/dist/esm/utrecht-heading.entry.js +2 -2
- package/dist/types/heading/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/heading-1/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/heading-2/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/heading-3/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/heading-4/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/heading-5/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/dist/types/heading-6/{stencil.d.ts → web-component/index.stencil.d.ts} +0 -0
- package/package.json +2 -2
- package/dist/collection/heading/bem.js +0 -36
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-8c6952a4.js');
|
|
6
6
|
|
|
7
|
-
const
|
|
7
|
+
const indexCss = ".utrecht-heading-1{color:var(--utrecht-heading-1-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-1-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-1-font-size);font-weight:var(--utrecht-heading-1-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-1-letter-spacing);line-height:var(--utrecht-heading-1-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-1-text-transform, inherit)}.utrecht-heading-1--distanced{margin-block-end:var(--utrecht-heading-1-margin-block-end);margin-block-start:var(--utrecht-heading-1-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";
|
|
8
8
|
|
|
9
9
|
const Heading1 = class {
|
|
10
10
|
constructor(hostRef) {
|
|
@@ -14,6 +14,6 @@ const Heading1 = class {
|
|
|
14
14
|
return (index.h("h1", { class: "utrecht-heading-1" }, index.h("slot", null)));
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
|
-
Heading1.style =
|
|
17
|
+
Heading1.style = indexCss;
|
|
18
18
|
|
|
19
19
|
exports.utrecht_heading_1 = Heading1;
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
5
5
|
const index = require('./index-8c6952a4.js');
|
|
6
6
|
const clsx_m = require('./clsx.m-b00fa5e1.js');
|
|
7
7
|
|
|
8
|
-
const
|
|
8
|
+
const indexCss$2 = ".utrecht-heading-2{color:var(--utrecht-heading-2-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-2-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-2-font-size);font-weight:var(--utrecht-heading-2-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-2-letter-spacing);line-height:var(--utrecht-heading-2-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-2-text-transform, inherit)}.utrecht-heading-2--distanced{margin-block-end:var(--utrecht-heading-2-margin-block-end);margin-block-start:var(--utrecht-heading-2-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";
|
|
9
9
|
|
|
10
10
|
const Heading2 = class {
|
|
11
11
|
constructor(hostRef) {
|
|
@@ -15,9 +15,9 @@ const Heading2 = class {
|
|
|
15
15
|
return (index.h("h2", { class: "utrecht-heading-2" }, index.h("slot", null)));
|
|
16
16
|
}
|
|
17
17
|
};
|
|
18
|
-
Heading2.style =
|
|
18
|
+
Heading2.style = indexCss$2;
|
|
19
19
|
|
|
20
|
-
const
|
|
20
|
+
const indexCss$1 = ".utrecht-heading-3{color:var(--utrecht-heading-3-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-3-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-3-font-size);font-weight:var(--utrecht-heading-3-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-3-letter-spacing);line-height:var(--utrecht-heading-3-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-3-text-transform, inherit)}.utrecht-heading-3--distanced{margin-block-end:var(--utrecht-heading-3-margin-block-end);margin-block-start:var(--utrecht-heading-3-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";
|
|
21
21
|
|
|
22
22
|
const Heading3 = class {
|
|
23
23
|
constructor(hostRef) {
|
|
@@ -27,7 +27,7 @@ const Heading3 = class {
|
|
|
27
27
|
return (index.h("h3", { class: "utrecht-heading-3" }, index.h("slot", null)));
|
|
28
28
|
}
|
|
29
29
|
};
|
|
30
|
-
Heading3.style =
|
|
30
|
+
Heading3.style = indexCss$1;
|
|
31
31
|
|
|
32
32
|
const indexCss = ".utrecht-paragraph{color:var(--utrecht-paragraph-color, var(--utrecht-document-color, inherit));font-family:var(--utrecht-paragraph-font-family, var(--utrecht-document-font-family, inherit));font-size:var(--utrecht-paragraph-font-size, var(--utrecht-document-font-size, inherit));font-weight:var(--utrecht-paragraph-font-weight, inherit);line-height:var(--utrecht-paragraph-line-height, var(--utrecht-document-line-height, inherit));margin-block-end:0;margin-block-start:0}.utrecht-paragraph--lead{color:var(--utrecht-paragraph-lead-color, var(--utrecht-document-color, inherit));font-size:var(--utrecht-paragraph-lead-font-size, inherit);font-weight:var(--utrecht-paragraph-lead-font-weight, inherit);line-height:var(--utrecht-paragraph-lead-line-height, inherit)}.utrecht-paragraph--distanced{margin-block-end:var(--utrecht-paragraph-margin-block-end);margin-block-start:var(--utrecht-paragraph-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";
|
|
33
33
|
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-8c6952a4.js');
|
|
6
6
|
|
|
7
|
-
const
|
|
7
|
+
const indexCss = ".utrecht-heading-4{color:var(--utrecht-heading-4-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-4-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-4-font-size);font-weight:var(--utrecht-heading-4-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-4-letter-spacing);line-height:var(--utrecht-heading-4-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-4-text-transform, inherit)}.utrecht-heading-4--distanced{margin-block-end:var(--utrecht-heading-4-margin-block-end);margin-block-start:var(--utrecht-heading-4-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";
|
|
8
8
|
|
|
9
9
|
const Heading4 = class {
|
|
10
10
|
constructor(hostRef) {
|
|
@@ -14,6 +14,6 @@ const Heading4 = class {
|
|
|
14
14
|
return (index.h("h4", { class: "utrecht-heading-4" }, index.h("slot", null)));
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
|
-
Heading4.style =
|
|
17
|
+
Heading4.style = indexCss;
|
|
18
18
|
|
|
19
19
|
exports.utrecht_heading_4 = Heading4;
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-8c6952a4.js');
|
|
6
6
|
|
|
7
|
-
const
|
|
7
|
+
const indexCss = ".utrecht-heading-5{color:var(--utrecht-heading-5-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-5-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-5-font-size);font-weight:var(--utrecht-heading-5-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-5-letter-spacing);line-height:var(--utrecht-heading-5-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-5-text-transform, inherit)}.utrecht-heading-5--distanced{margin-block-end:var(--utrecht-heading-5-margin-block-end);margin-block-start:var(--utrecht-heading-5-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";
|
|
8
8
|
|
|
9
9
|
const Heading5 = class {
|
|
10
10
|
constructor(hostRef) {
|
|
@@ -14,6 +14,6 @@ const Heading5 = class {
|
|
|
14
14
|
return (index.h("h5", { class: "utrecht-heading-5" }, index.h("slot", null)));
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
|
-
Heading5.style =
|
|
17
|
+
Heading5.style = indexCss;
|
|
18
18
|
|
|
19
19
|
exports.utrecht_heading_5 = Heading5;
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-8c6952a4.js');
|
|
6
6
|
|
|
7
|
-
const
|
|
7
|
+
const indexCss = ".utrecht-heading-6{color:var(--utrecht-heading-6-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-6-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-6-font-size);font-weight:var(--utrecht-heading-6-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-6-letter-spacing);line-height:var(--utrecht-heading-6-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-6-text-transform, inherit)}.utrecht-heading-6--distanced{margin-block-end:var(--utrecht-heading-6-margin-block-end);margin-block-start:var(--utrecht-heading-6-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";
|
|
8
8
|
|
|
9
9
|
const Heading6 = class {
|
|
10
10
|
constructor(hostRef) {
|
|
@@ -14,6 +14,6 @@ const Heading6 = class {
|
|
|
14
14
|
return (index.h("h6", { class: "utrecht-heading-6" }, index.h("slot", null)));
|
|
15
15
|
}
|
|
16
16
|
};
|
|
17
|
-
Heading6.style =
|
|
17
|
+
Heading6.style = indexCss;
|
|
18
18
|
|
|
19
19
|
exports.utrecht_heading_6 = Heading6;
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-8c6952a4.js');
|
|
6
6
|
|
|
7
|
-
const
|
|
7
|
+
const indexCss = ".utrecht-heading-1{color:var(--utrecht-heading-1-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-1-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-1-font-size);font-weight:var(--utrecht-heading-1-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-1-letter-spacing);line-height:var(--utrecht-heading-1-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-1-text-transform, inherit)}.utrecht-heading-1--distanced{margin-block-end:var(--utrecht-heading-1-margin-block-end);margin-block-start:var(--utrecht-heading-1-margin-block-start)}.utrecht-heading-2{color:var(--utrecht-heading-2-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-2-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-2-font-size);font-weight:var(--utrecht-heading-2-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-2-letter-spacing);line-height:var(--utrecht-heading-2-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-2-text-transform, inherit)}.utrecht-heading-2--distanced{margin-block-end:var(--utrecht-heading-2-margin-block-end);margin-block-start:var(--utrecht-heading-2-margin-block-start)}.utrecht-heading-3{color:var(--utrecht-heading-3-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-3-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-3-font-size);font-weight:var(--utrecht-heading-3-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-3-letter-spacing);line-height:var(--utrecht-heading-3-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-3-text-transform, inherit)}.utrecht-heading-3--distanced{margin-block-end:var(--utrecht-heading-3-margin-block-end);margin-block-start:var(--utrecht-heading-3-margin-block-start)}.utrecht-heading-4{color:var(--utrecht-heading-4-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-4-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-4-font-size);font-weight:var(--utrecht-heading-4-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-4-letter-spacing);line-height:var(--utrecht-heading-4-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-4-text-transform, inherit)}.utrecht-heading-4--distanced{margin-block-end:var(--utrecht-heading-4-margin-block-end);margin-block-start:var(--utrecht-heading-4-margin-block-start)}.utrecht-heading-5{color:var(--utrecht-heading-5-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-5-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-5-font-size);font-weight:var(--utrecht-heading-5-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-5-letter-spacing);line-height:var(--utrecht-heading-5-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-5-text-transform, inherit)}.utrecht-heading-5--distanced{margin-block-end:var(--utrecht-heading-5-margin-block-end);margin-block-start:var(--utrecht-heading-5-margin-block-start)}.utrecht-heading-6{color:var(--utrecht-heading-6-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));font-family:var(--utrecht-heading-6-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-6-font-size);font-weight:var(--utrecht-heading-6-font-weight, var(--utrecht-heading-font-weight, bold));letter-spacing:var(--utrecht-heading-6-letter-spacing);line-height:var(--utrecht-heading-6-line-height);margin-block-end:0;margin-block-start:0;text-transform:var(--utrecht-heading-6-text-transform, inherit)}.utrecht-heading-6--distanced{margin-block-end:var(--utrecht-heading-6-margin-block-end);margin-block-start:var(--utrecht-heading-6-margin-block-start)}:host{display:block}:host([hidden]){display:none !important}";
|
|
8
8
|
|
|
9
9
|
const Heading = class {
|
|
10
10
|
constructor(hostRef) {
|
|
@@ -34,6 +34,6 @@ const Heading = class {
|
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
36
|
};
|
|
37
|
-
Heading.style =
|
|
37
|
+
Heading.style = indexCss;
|
|
38
38
|
|
|
39
39
|
exports.utrecht_heading = Heading;
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"./form-field-textarea/web-component/index.stencil.js",
|
|
20
20
|
"./form-field-textbox/web-component/index.stencil.js",
|
|
21
21
|
"./form-toggle/web-component/index.stencil.js",
|
|
22
|
-
"./heading/stencil.js",
|
|
23
|
-
"./heading-1/stencil.js",
|
|
24
|
-
"./heading-2/stencil.js",
|
|
25
|
-
"./heading-3/stencil.js",
|
|
26
|
-
"./heading-4/stencil.js",
|
|
27
|
-
"./heading-5/stencil.js",
|
|
28
|
-
"./heading-6/stencil.js",
|
|
22
|
+
"./heading/web-component/index.stencil.js",
|
|
23
|
+
"./heading-1/web-component/index.stencil.js",
|
|
24
|
+
"./heading-2/web-component/index.stencil.js",
|
|
25
|
+
"./heading-3/web-component/index.stencil.js",
|
|
26
|
+
"./heading-4/web-component/index.stencil.js",
|
|
27
|
+
"./heading-5/web-component/index.stencil.js",
|
|
28
|
+
"./heading-6/web-component/index.stencil.js",
|
|
29
29
|
"./html-content/stencil.js",
|
|
30
30
|
"./icon/web-component/afval.stencil.js",
|
|
31
31
|
"./icon/web-component/arrow.stencil.js",
|
|
File without changes
|
|
@@ -33,10 +33,10 @@ export class Heading {
|
|
|
33
33
|
static get is() { return "utrecht-heading"; }
|
|
34
34
|
static get encapsulation() { return "shadow"; }
|
|
35
35
|
static get originalStyleUrls() { return {
|
|
36
|
-
"$": ["
|
|
36
|
+
"$": ["index.scss"]
|
|
37
37
|
}; }
|
|
38
38
|
static get styleUrls() { return {
|
|
39
|
-
"$": ["
|
|
39
|
+
"$": ["index.css"]
|
|
40
40
|
}; }
|
|
41
41
|
static get properties() { return {
|
|
42
42
|
"level": {
|
|
File without changes
|
|
File without changes
|
|
@@ -7,9 +7,9 @@ export class Heading1 {
|
|
|
7
7
|
static get is() { return "utrecht-heading-1"; }
|
|
8
8
|
static get encapsulation() { return "shadow"; }
|
|
9
9
|
static get originalStyleUrls() { return {
|
|
10
|
-
"$": ["
|
|
10
|
+
"$": ["index.scss"]
|
|
11
11
|
}; }
|
|
12
12
|
static get styleUrls() { return {
|
|
13
|
-
"$": ["
|
|
13
|
+
"$": ["index.css"]
|
|
14
14
|
}; }
|
|
15
15
|
}
|
|
File without changes
|
|
File without changes
|
|
@@ -7,9 +7,9 @@ export class Heading2 {
|
|
|
7
7
|
static get is() { return "utrecht-heading-2"; }
|
|
8
8
|
static get encapsulation() { return "shadow"; }
|
|
9
9
|
static get originalStyleUrls() { return {
|
|
10
|
-
"$": ["
|
|
10
|
+
"$": ["index.scss"]
|
|
11
11
|
}; }
|
|
12
12
|
static get styleUrls() { return {
|
|
13
|
-
"$": ["
|
|
13
|
+
"$": ["index.css"]
|
|
14
14
|
}; }
|
|
15
15
|
}
|
|
File without changes
|
|
File without changes
|
|
@@ -7,9 +7,9 @@ export class Heading3 {
|
|
|
7
7
|
static get is() { return "utrecht-heading-3"; }
|
|
8
8
|
static get encapsulation() { return "shadow"; }
|
|
9
9
|
static get originalStyleUrls() { return {
|
|
10
|
-
"$": ["
|
|
10
|
+
"$": ["index.scss"]
|
|
11
11
|
}; }
|
|
12
12
|
static get styleUrls() { return {
|
|
13
|
-
"$": ["
|
|
13
|
+
"$": ["index.css"]
|
|
14
14
|
}; }
|
|
15
15
|
}
|
|
File without changes
|
|
File without changes
|
|
@@ -7,9 +7,9 @@ export class Heading4 {
|
|
|
7
7
|
static get is() { return "utrecht-heading-4"; }
|
|
8
8
|
static get encapsulation() { return "shadow"; }
|
|
9
9
|
static get originalStyleUrls() { return {
|
|
10
|
-
"$": ["
|
|
10
|
+
"$": ["index.scss"]
|
|
11
11
|
}; }
|
|
12
12
|
static get styleUrls() { return {
|
|
13
|
-
"$": ["
|
|
13
|
+
"$": ["index.css"]
|
|
14
14
|
}; }
|
|
15
15
|
}
|
|
File without changes
|
|
File without changes
|
|
@@ -7,9 +7,9 @@ export class Heading5 {
|
|
|
7
7
|
static get is() { return "utrecht-heading-5"; }
|
|
8
8
|
static get encapsulation() { return "shadow"; }
|
|
9
9
|
static get originalStyleUrls() { return {
|
|
10
|
-
"$": ["
|
|
10
|
+
"$": ["index.scss"]
|
|
11
11
|
}; }
|
|
12
12
|
static get styleUrls() { return {
|
|
13
|
-
"$": ["
|
|
13
|
+
"$": ["index.css"]
|
|
14
14
|
}; }
|
|
15
15
|
}
|
|
File without changes
|
|
File without changes
|
|
@@ -7,9 +7,9 @@ export class Heading6 {
|
|
|
7
7
|
static get is() { return "utrecht-heading-6"; }
|
|
8
8
|
static get encapsulation() { return "shadow"; }
|
|
9
9
|
static get originalStyleUrls() { return {
|
|
10
|
-
"$": ["
|
|
10
|
+
"$": ["index.scss"]
|
|
11
11
|
}; }
|
|
12
12
|
static get styleUrls() { return {
|
|
13
|
-
"$": ["
|
|
13
|
+
"$": ["index.css"]
|
|
14
14
|
}; }
|
|
15
15
|
}
|