@utrecht/web-component-library-stencil 1.0.0-alpha.503 → 1.0.0-alpha.504
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-digid-logo.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-digid-logo.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-eherkenning-logo.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-eherkenning-logo.cjs.entry.js.map +1 -1
- package/dist/cjs/utrecht-eidas-logo.cjs.entry.js +1 -1
- package/dist/cjs/utrecht-eidas-logo.cjs.entry.js.map +1 -1
- package/dist/collection/components/digid-logo/index.css +11 -0
- package/dist/collection/components/eherkenning-logo/index.css +11 -0
- package/dist/collection/components/eidas-logo/index.css +11 -0
- package/dist/components/index.stencil4.js +1 -1
- package/dist/components/index.stencil4.js.map +1 -1
- package/dist/components/utrecht-eherkenning-logo.js +1 -1
- package/dist/components/utrecht-eherkenning-logo.js.map +1 -1
- package/dist/components/utrecht-eidas-logo.js +1 -1
- package/dist/components/utrecht-eidas-logo.js.map +1 -1
- package/dist/esm/utrecht-digid-logo.entry.js +1 -1
- package/dist/esm/utrecht-digid-logo.entry.js.map +1 -1
- package/dist/esm/utrecht-eherkenning-logo.entry.js +1 -1
- package/dist/esm/utrecht-eherkenning-logo.entry.js.map +1 -1
- package/dist/esm/utrecht-eidas-logo.entry.js +1 -1
- package/dist/esm/utrecht-eidas-logo.entry.js.map +1 -1
- package/dist/utrecht/p-445bf884.entry.js +2 -0
- package/dist/utrecht/{p-e5365220.entry.js.map → p-445bf884.entry.js.map} +1 -1
- package/dist/utrecht/p-646f05ff.entry.js +2 -0
- package/dist/utrecht/{p-211d5c8a.entry.js.map → p-646f05ff.entry.js.map} +1 -1
- package/dist/utrecht/p-de3541c1.entry.js +2 -0
- package/dist/utrecht/{p-fb54cd83.entry.js.map → p-de3541c1.entry.js.map} +1 -1
- package/dist/utrecht/utrecht.esm.js +1 -1
- package/package.json +4 -4
- package/dist/utrecht/p-211d5c8a.entry.js +0 -2
- package/dist/utrecht/p-e5365220.entry.js +0 -2
- package/dist/utrecht/p-fb54cd83.entry.js +0 -2
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-f7fab6cb.js');
|
|
6
6
|
|
|
7
|
-
const indexCss = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}:host{display:inline}:host([hidden]){display:none !important}";
|
|
7
|
+
const indexCss = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}.utrecht-icon svg{height:100%;width:100%}:host{display:inline}:host([hidden]){display:none !important}";
|
|
8
8
|
|
|
9
9
|
const DigidLogo = class {
|
|
10
10
|
constructor(hostRef) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"utrecht-digid-logo.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,QAAQ,GAAG,
|
|
1
|
+
{"file":"utrecht-digid-logo.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,QAAQ,GAAG,uTAAuT;;MCa3T,SAAS;;;;EACpB,MAAM;IACJ,QACEA,iBACE,KAAK,EAAC,cAAc,EACpB,KAAK,EAAC,MAAM,EACZ,MAAM,EAAC,MAAM,EACb,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAC,KAAK,EACb,OAAO,EAAC,aAAa,IAErBA,+BAAoB,EACpBA,kBAAM,CAAC,EAAC,oFAAoF,GAAG,EAC/FA,kBACE,CAAC,EAAC,wZAAwZ,EAC1Z,IAAI,EAAC,SAAS,GACd,EACFA,kBACE,CAAC,EAAC,iKAAiK,EACnK,IAAI,EAAC,SAAS,GACd,CACE,EACN;GACH;;;;;;","names":["h"],"sources":["./src/components/digid-logo/index.scss?tag=utrecht-digid-logo&encapsulation=shadow","./src/components/digid-logo/index.stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n@import \"~@utrecht/components/icon/css\";\n\n:host {\n display: inline;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Rijksoverheid\n * Copyright (c) 2021 Robbert Broersma\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-digid-logo',\n styleUrl: 'index.scss',\n shadow: true,\n})\nexport class DigidLogo {\n render() {\n return (\n <svg\n class=\"utrecht-icon\"\n width=\"100%\"\n height=\"100%\"\n xmlns=\"http://www.w3.org/2000/svg\"\n version=\"1.1\"\n viewBox=\"0 0 150 150\"\n >\n <title>DigiD</title>\n <path d=\"M136 150H14c-8 0-14-6-14-14V14C0 6 6 0 14 0h122c8 0 14 6 14 14v122c0 8-6 14-14 14z\" />\n <path\n d=\"M17 115V79h10c12 0 19 6 19 17 0 13-8 19-19 19H17zm6-6h4c7 0 12-4 12-13 0-8-5-12-13-12h-3v25zM54 77c3 0 4 1 4 3s-1 4-4 4c-2 0-3-2-3-4s1-3 3-3zm3 38h-6V88h6v27zM72 109h6c6 0 9 3 9 7 0 5-4 9-14 9-8 0-11-2-11-7 0-2 1-4 4-6l-2-3c0-2 1-3 3-4-3-2-4-4-4-8 0-6 4-10 11-10l4 1h9v4h-4l2 5c0 6-4 9-12 9h-3l-1 1c0 2 1 2 3 2zm1 12c6 0 8-2 8-4s-1-2-3-2l-9-1-2 3c0 2 2 4 6 4zm6-24c0-3-2-5-5-5s-5 1-5 5 1 5 5 5c3 0 5-1 5-5z\"\n fill=\"#FFFFFF\"\n />\n <path\n d=\"M94 77c2 0 3 1 3 3s-1 4-3 4c-3 0-4-2-4-4s1-3 4-3zm3 38h-6V88h6v27zM105 115V79h10c12 0 18 6 18 17 0 13-7 19-19 19h-9zm6-6h4c7 0 12-4 12-13 0-8-5-12-13-12h-3v25z\"\n fill=\"#E17000\"\n />\n </svg>\n );\n }\n}\n"],"version":3}
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-f7fab6cb.js');
|
|
6
6
|
|
|
7
|
-
const indexCss = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}:host{display:inline}:host([hidden]){display:none !important}";
|
|
7
|
+
const indexCss = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}.utrecht-icon svg{height:100%;width:100%}:host{display:inline}:host([hidden]){display:none !important}";
|
|
8
8
|
|
|
9
9
|
const EherkenningLogo = class {
|
|
10
10
|
constructor(hostRef) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"utrecht-eherkenning-logo.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,QAAQ,GAAG,
|
|
1
|
+
{"file":"utrecht-eherkenning-logo.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,QAAQ,GAAG,uTAAuT;;MCa3T,eAAe;;;;EAC1B,MAAM;IACJ,QACEA,iBAAK,KAAK,EAAC,cAAc,EAAC,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,KAAK,EAAC,OAAO,EAAC,YAAY,IAC7FA,qCAA0B,EAC1BA,kBAAM,IAAI,EAAC,SAAS,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG,EAC9CA,+BACY,SAAS,EACnB,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,ykBAAykB,GAC3kB,EACFA,+BACY,SAAS,EACnB,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,8JAA8J,GAChK,EACFA,+BACY,SAAS,EACnB,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,4RAA4R,GAC9R,EACFA,+BACY,SAAS,EACnB,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,wKAAwK,GAC1K,EACFA,+BACY,SAAS,EACnB,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,0JAA0J,GAC5J,CACE,EACN;GACH;;;;;;","names":["h"],"sources":["./src/components/eherkenning-logo/index.scss?tag=utrecht-eherkenning-logo&encapsulation=shadow","./src/components/eherkenning-logo/index.stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/icon/css\";\n\n:host {\n display: inline;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Rijksoverheid\n * Copyright (c) 2021 Robbert Broersma\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-eherkenning-logo',\n styleUrl: 'index.scss',\n shadow: true,\n})\nexport class EherkenningLogo {\n render() {\n return (\n <svg class=\"utrecht-icon\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"-1 0 81 80\">\n <title>Eherkenning</title>\n <rect fill=\"#E0E0E0\" width=\"80\" height=\"80\" />\n <path\n fill-rule=\"evenodd\"\n fill=\"#00328C\"\n d=\"M37.363,23.178c0,2.027,0,4.055,0,6.08c-4.257,0-9.55,0-14.208,0 c-1.662,0-3.648-0.207-4.799,0.193c-1.041,0.359-1.796,1.169-2.176,2.111c-0.439,1.084-0.32,2.8-0.32,4.414c0,3.425,0,6.055,0,9.475 c0,1.531-0.159,3.325,0.191,4.479c0.316,1.042,1.316,2.194,2.561,2.496c1.318,0.319,3.094,0.064,4.672,0.064 c4.599,0,9.521,0,14.08,0c0,2.025,0,4.053,0,6.08c-6.402-0.083-12.492,0.112-18.176,0c-4.937-0.099-8.966-3.966-9.344-8.833 c-0.226-2.883,0-5.901,0-8.769c0-2.971-0.19-5.932,0-8.767c0.328-4.896,4.208-8.676,8.959-9.024c3.002-0.222,6.129,0,9.28,0 C31.145,23.178,34.26,23.178,37.363,23.178z\"\n />\n <path\n fill-rule=\"evenodd\"\n fill=\"#FF0079\"\n d=\"M42.867,23.178c1.962,0,3.926,0,5.888,0c0,4.864,0,9.729,0,14.592 c-1.984,0-3.969,0-5.952,0c0-4.801,0-9.6,0-14.399C42.797,23.279,42.792,23.188,42.867,23.178z\"\n />\n <path\n fill-rule=\"evenodd\"\n fill=\"#FF0079\"\n d=\"M64.434,23.178c1.941,0,3.883,0,5.824,0c0,11.798,0,23.595,0,35.393 c-1.962,0-3.926,0-5.888,0c0-4.992,0-9.984,0-14.977c-5.077,0-10.155,0-15.232,0c0.824-1.95,1.651-3.896,2.56-5.76 c4.203,0,8.405,0,12.608,0c0.15-4.693,0.021-9.664,0.064-14.464C64.365,23.279,64.36,23.188,64.434,23.178z\"\n />\n <path\n fill-rule=\"evenodd\"\n fill=\"#00328C\"\n d=\"M19.89,37.77c5.376,0,10.752,0,16.129,0c-0.772,2.022-1.748,3.843-2.56,5.824 c-4.544,0-9.088,0-13.633,0c0-1.877,0-3.755,0-5.633C19.821,37.87,19.816,37.781,19.89,37.77z\"\n />\n <path\n fill-rule=\"evenodd\"\n fill=\"#FF0079\"\n d=\"M42.93,43.594c1.941,0,3.883,0,5.824,0c0,4.992,0,9.984,0,14.977 c-1.984,0-3.969,0-5.952,0c0-4.93,0-9.856,0-14.783C42.8,43.678,42.851,43.62,42.93,43.594z\"\n />\n </svg>\n );\n }\n}\n"],"version":3}
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
const index = require('./index-f7fab6cb.js');
|
|
6
6
|
|
|
7
|
-
const indexCss = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}:host{display:inline}:host([hidden]){display:none !important}";
|
|
7
|
+
const indexCss = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}.utrecht-icon svg{height:100%;width:100%}:host{display:inline}:host([hidden]){display:none !important}";
|
|
8
8
|
|
|
9
9
|
const EidasLogo = class {
|
|
10
10
|
constructor(hostRef) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"utrecht-eidas-logo.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,QAAQ,GAAG,
|
|
1
|
+
{"file":"utrecht-eidas-logo.entry.cjs.js","mappings":";;;;;;AAAA,MAAM,QAAQ,GAAG,uTAAuT;;MCa3T,SAAS;;;;EACpB,MAAM;IACJ,QACEA,iBAAK,KAAK,EAAC,cAAc,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,IAC1FA,kBACE,CAAC,EAAC,6LAA6L,EAC/L,IAAI,EAAC,SAAS,GACd,EACFA,kBACE,CAAC,EAAC,0IAA0I,EAC5I,IAAI,EAAC,OAAO,GACZ,EACFA,kBACE,CAAC,EAAC,0hCAA0hC,EAC5hC,IAAI,EAAC,OAAO,GACZ,EACFA,kBACE,CAAC,EAAC,8KAA8K,EAChL,IAAI,EAAC,SAAS,GACd,EACFA,kBACE,CAAC,EAAC,mLAAmL,EACrL,IAAI,EAAC,SAAS,GACd,EACFA,kBACE,CAAC,EAAC,+KAA+K,EACjL,IAAI,EAAC,SAAS,GACd,EACFA,kBACE,CAAC,EAAC,mLAAmL,EACrL,IAAI,EAAC,SAAS,GACd,EACFA,kBACE,CAAC,EAAC,mLAAmL,EACrL,IAAI,EAAC,SAAS,GACd,EACFA,kBACE,CAAC,EAAC,mLAAmL,EACrL,IAAI,EAAC,SAAS,GACd,CACE,EACN;GACH;;;;;;","names":["h"],"sources":["./src/components/eidas-logo/index.scss?tag=utrecht-eidas-logo&encapsulation=shadow","./src/components/eidas-logo/index.stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/icon/css\";\n\n:host {\n display: inline;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Rijksoverheid\n * Copyright (c) 2021 Robbert Broersma\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-eidas-logo',\n styleUrl: 'index.scss',\n shadow: true,\n})\nexport class EidasLogo {\n render() {\n return (\n <svg class=\"utrecht-icon\" viewBox=\"0 0 21 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M21 17.3383C21 18.2955 20.2291 19.0664 19.272 19.0664H1.72805C0.770872 19.0664 0 18.2955 0 17.3383V1.72805C0 0.770879 0.777296 0 1.72805 0H19.272C20.2291 0 21 0.777303 21 1.72805V17.3383Z\"\n fill=\"#2C4375\"\n />\n <path\n d=\"M7.88867 19.0984V15.9057C7.88867 14.5952 8.94862 13.5353 10.2591 13.5353H17.0493C18.3598 13.5353 19.4197 14.6017 19.4197 15.9057V19.0984\"\n fill=\"white\"\n />\n <path\n d=\"M9.38546 9.78369C9.55891 9.19911 9.83513 8.72373 10.2141 8.34472C10.5932 7.97213 11.075 7.69589 11.6724 7.51602C12.2698 7.33615 12.9765 7.24622 13.8051 7.24622C14.4989 7.24622 15.1028 7.32973 15.6231 7.49675C16.1435 7.66377 16.5932 7.92716 16.985 8.2869C17.4411 8.71089 17.7495 9.20553 17.9101 9.76442C18.0707 10.3233 18.1542 11.0299 18.1542 11.8651V17.0428C18.1542 17.486 18.0514 17.8201 17.8523 18.0385C17.6467 18.2569 17.3833 18.3661 17.0557 18.3661C16.7281 18.3661 16.4647 18.2569 16.272 18.0385C16.0792 17.8201 15.9765 17.4925 15.9765 17.0428V11.7173C15.9765 10.7987 15.803 10.1113 15.4497 9.66163C15.0964 9.21196 14.4989 8.98069 13.6445 8.98069C13.0278 8.98069 12.5525 9.0899 12.2056 9.31474C11.8651 9.53958 11.6274 9.84793 11.4925 10.2526C11.3576 10.6574 11.2934 11.1584 11.2934 11.7559V17.0428C11.2934 17.4796 11.197 17.8137 10.9979 18.0321C10.7987 18.2505 10.5353 18.3597 10.1949 18.3597C9.87367 18.3597 9.6103 18.2505 9.41758 18.0321C9.21844 17.8137 9.12207 17.4796 9.12207 17.0428V11.8779C9.12207 11.0621 9.21201 10.3683 9.38546 9.78369Z\"\n fill=\"white\"\n />\n <path\n d=\"M13.169 0.648804L13.683 2.0942L15.3275 2.08778L13.9913 2.98071L14.5052 4.41968L13.169 3.52675L11.8457 4.41968L12.3532 2.98071L11.0234 2.08778L12.668 2.0942L13.169 0.648804Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M18.2893 1.59314L18.7968 3.03854L20.4413 3.03211L19.1116 3.91862L19.6191 5.35759L18.2893 4.46466L16.9595 5.35759L17.4735 3.91862L16.1309 3.03211L17.7882 3.03854L18.2893 1.59314Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M3.60369 14.833L4.11118 16.2784L5.75573 16.272L4.41954 17.1585L4.93346 18.5975L3.60369 17.7045L2.27392 18.5975L2.78784 17.1585L1.45166 16.272L3.09619 16.2784L3.60369 14.833Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M4.80536 5.51819L5.31284 6.96358L6.95739 6.95716L5.62763 7.84367L6.13512 9.28264L4.80536 8.38971L3.47559 9.28264L3.98308 7.84367L2.65332 6.95716L4.30428 6.96358L4.80536 5.51819Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M8.43483 2.07495L8.93591 3.52035L10.5869 3.51392L9.25068 4.40043L9.76459 5.83941L8.43483 4.94647L7.10507 5.83941L7.61256 4.40043L6.27637 3.51392L7.92733 3.52035L8.43483 2.07495Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M3.12176 10.3234L3.62925 11.7688L5.28021 11.7623L3.94402 12.6488L4.45152 14.0878L3.12176 13.1949L1.79198 14.0878L2.3059 12.6488L0.969727 11.7623L2.61426 11.7688L3.12176 10.3234Z\"\n fill=\"#F2CD23\"\n />\n </svg>\n );\n }\n}\n"],"version":3}
|
|
@@ -21,6 +21,17 @@
|
|
|
21
21
|
width: var(--utrecht-icon-size);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
+
.utrecht-icon svg {
|
|
25
|
+
/*
|
|
26
|
+
* Override the width of SVGs when they are hardcoded, and avoid oversized SVG icons.
|
|
27
|
+
* For example:
|
|
28
|
+
*
|
|
29
|
+
* <svg width="128px" height="128px">
|
|
30
|
+
*/
|
|
31
|
+
height: 100%;
|
|
32
|
+
width: 100%;
|
|
33
|
+
}
|
|
34
|
+
|
|
24
35
|
:host {
|
|
25
36
|
display: inline;
|
|
26
37
|
}
|
|
@@ -21,6 +21,17 @@
|
|
|
21
21
|
width: var(--utrecht-icon-size);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
+
.utrecht-icon svg {
|
|
25
|
+
/*
|
|
26
|
+
* Override the width of SVGs when they are hardcoded, and avoid oversized SVG icons.
|
|
27
|
+
* For example:
|
|
28
|
+
*
|
|
29
|
+
* <svg width="128px" height="128px">
|
|
30
|
+
*/
|
|
31
|
+
height: 100%;
|
|
32
|
+
width: 100%;
|
|
33
|
+
}
|
|
34
|
+
|
|
24
35
|
:host {
|
|
25
36
|
display: inline;
|
|
26
37
|
}
|
|
@@ -21,6 +21,17 @@
|
|
|
21
21
|
width: var(--utrecht-icon-size);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
+
.utrecht-icon svg {
|
|
25
|
+
/*
|
|
26
|
+
* Override the width of SVGs when they are hardcoded, and avoid oversized SVG icons.
|
|
27
|
+
* For example:
|
|
28
|
+
*
|
|
29
|
+
* <svg width="128px" height="128px">
|
|
30
|
+
*/
|
|
31
|
+
height: 100%;
|
|
32
|
+
width: 100%;
|
|
33
|
+
}
|
|
34
|
+
|
|
24
35
|
:host {
|
|
25
36
|
display: inline;
|
|
26
37
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
2
|
|
|
3
|
-
const indexCss = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}:host{display:inline}:host([hidden]){display:none !important}";
|
|
3
|
+
const indexCss = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}.utrecht-icon svg{height:100%;width:100%}:host{display:inline}:host([hidden]){display:none !important}";
|
|
4
4
|
|
|
5
5
|
const DigidLogo = /*@__PURE__*/ proxyCustomElement(class DigidLogo extends HTMLElement {
|
|
6
6
|
constructor() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"index.stencil4.js","mappings":";;AAAA,MAAM,QAAQ,GAAG,
|
|
1
|
+
{"file":"index.stencil4.js","mappings":";;AAAA,MAAM,QAAQ,GAAG,uTAAuT;;MCa3T,SAAS;;;;;;EACpB,MAAM;IACJ,QACE,WACE,KAAK,EAAC,cAAc,EACpB,KAAK,EAAC,MAAM,EACZ,MAAM,EAAC,MAAM,EACb,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAC,KAAK,EACb,OAAO,EAAC,aAAa,IAErB,yBAAoB,EACpB,YAAM,CAAC,EAAC,oFAAoF,GAAG,EAC/F,YACE,CAAC,EAAC,wZAAwZ,EAC1Z,IAAI,EAAC,SAAS,GACd,EACF,YACE,CAAC,EAAC,iKAAiK,EACnK,IAAI,EAAC,SAAS,GACd,CACE,EACN;GACH;;;;;;;;;;;;;;;;;;;","names":[],"sources":["./src/components/digid-logo/index.scss?tag=utrecht-digid-logo&encapsulation=shadow","./src/components/digid-logo/index.stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n@import \"~@utrecht/components/icon/css\";\n\n:host {\n display: inline;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Rijksoverheid\n * Copyright (c) 2021 Robbert Broersma\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-digid-logo',\n styleUrl: 'index.scss',\n shadow: true,\n})\nexport class DigidLogo {\n render() {\n return (\n <svg\n class=\"utrecht-icon\"\n width=\"100%\"\n height=\"100%\"\n xmlns=\"http://www.w3.org/2000/svg\"\n version=\"1.1\"\n viewBox=\"0 0 150 150\"\n >\n <title>DigiD</title>\n <path d=\"M136 150H14c-8 0-14-6-14-14V14C0 6 6 0 14 0h122c8 0 14 6 14 14v122c0 8-6 14-14 14z\" />\n <path\n d=\"M17 115V79h10c12 0 19 6 19 17 0 13-8 19-19 19H17zm6-6h4c7 0 12-4 12-13 0-8-5-12-13-12h-3v25zM54 77c3 0 4 1 4 3s-1 4-4 4c-2 0-3-2-3-4s1-3 3-3zm3 38h-6V88h6v27zM72 109h6c6 0 9 3 9 7 0 5-4 9-14 9-8 0-11-2-11-7 0-2 1-4 4-6l-2-3c0-2 1-3 3-4-3-2-4-4-4-8 0-6 4-10 11-10l4 1h9v4h-4l2 5c0 6-4 9-12 9h-3l-1 1c0 2 1 2 3 2zm1 12c6 0 8-2 8-4s-1-2-3-2l-9-1-2 3c0 2 2 4 6 4zm6-24c0-3-2-5-5-5s-5 1-5 5 1 5 5 5c3 0 5-1 5-5z\"\n fill=\"#FFFFFF\"\n />\n <path\n d=\"M94 77c2 0 3 1 3 3s-1 4-3 4c-3 0-4-2-4-4s1-3 4-3zm3 38h-6V88h6v27zM105 115V79h10c12 0 18 6 18 17 0 13-7 19-19 19h-9zm6-6h4c7 0 12-4 12-13 0-8-5-12-13-12h-3v25z\"\n fill=\"#E17000\"\n />\n </svg>\n );\n }\n}\n"],"version":3}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
2
|
|
|
3
|
-
const indexCss = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}:host{display:inline}:host([hidden]){display:none !important}";
|
|
3
|
+
const indexCss = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}.utrecht-icon svg{height:100%;width:100%}:host{display:inline}:host([hidden]){display:none !important}";
|
|
4
4
|
|
|
5
5
|
const EherkenningLogo = /*@__PURE__*/ proxyCustomElement(class EherkenningLogo extends HTMLElement {
|
|
6
6
|
constructor() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"utrecht-eherkenning-logo.js","mappings":";;AAAA,MAAM,QAAQ,GAAG,
|
|
1
|
+
{"file":"utrecht-eherkenning-logo.js","mappings":";;AAAA,MAAM,QAAQ,GAAG,uTAAuT;;MCa3T,eAAe;;;;;;EAC1B,MAAM;IACJ,QACE,WAAK,KAAK,EAAC,cAAc,EAAC,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,KAAK,EAAC,OAAO,EAAC,YAAY,IAC7F,+BAA0B,EAC1B,YAAM,IAAI,EAAC,SAAS,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG,EAC9C,yBACY,SAAS,EACnB,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,ykBAAykB,GAC3kB,EACF,yBACY,SAAS,EACnB,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,8JAA8J,GAChK,EACF,yBACY,SAAS,EACnB,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,4RAA4R,GAC9R,EACF,yBACY,SAAS,EACnB,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,wKAAwK,GAC1K,EACF,yBACY,SAAS,EACnB,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,0JAA0J,GAC5J,CACE,EACN;GACH;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["./src/components/eherkenning-logo/index.scss?tag=utrecht-eherkenning-logo&encapsulation=shadow","./src/components/eherkenning-logo/index.stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/icon/css\";\n\n:host {\n display: inline;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Rijksoverheid\n * Copyright (c) 2021 Robbert Broersma\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-eherkenning-logo',\n styleUrl: 'index.scss',\n shadow: true,\n})\nexport class EherkenningLogo {\n render() {\n return (\n <svg class=\"utrecht-icon\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"-1 0 81 80\">\n <title>Eherkenning</title>\n <rect fill=\"#E0E0E0\" width=\"80\" height=\"80\" />\n <path\n fill-rule=\"evenodd\"\n fill=\"#00328C\"\n d=\"M37.363,23.178c0,2.027,0,4.055,0,6.08c-4.257,0-9.55,0-14.208,0 c-1.662,0-3.648-0.207-4.799,0.193c-1.041,0.359-1.796,1.169-2.176,2.111c-0.439,1.084-0.32,2.8-0.32,4.414c0,3.425,0,6.055,0,9.475 c0,1.531-0.159,3.325,0.191,4.479c0.316,1.042,1.316,2.194,2.561,2.496c1.318,0.319,3.094,0.064,4.672,0.064 c4.599,0,9.521,0,14.08,0c0,2.025,0,4.053,0,6.08c-6.402-0.083-12.492,0.112-18.176,0c-4.937-0.099-8.966-3.966-9.344-8.833 c-0.226-2.883,0-5.901,0-8.769c0-2.971-0.19-5.932,0-8.767c0.328-4.896,4.208-8.676,8.959-9.024c3.002-0.222,6.129,0,9.28,0 C31.145,23.178,34.26,23.178,37.363,23.178z\"\n />\n <path\n fill-rule=\"evenodd\"\n fill=\"#FF0079\"\n d=\"M42.867,23.178c1.962,0,3.926,0,5.888,0c0,4.864,0,9.729,0,14.592 c-1.984,0-3.969,0-5.952,0c0-4.801,0-9.6,0-14.399C42.797,23.279,42.792,23.188,42.867,23.178z\"\n />\n <path\n fill-rule=\"evenodd\"\n fill=\"#FF0079\"\n d=\"M64.434,23.178c1.941,0,3.883,0,5.824,0c0,11.798,0,23.595,0,35.393 c-1.962,0-3.926,0-5.888,0c0-4.992,0-9.984,0-14.977c-5.077,0-10.155,0-15.232,0c0.824-1.95,1.651-3.896,2.56-5.76 c4.203,0,8.405,0,12.608,0c0.15-4.693,0.021-9.664,0.064-14.464C64.365,23.279,64.36,23.188,64.434,23.178z\"\n />\n <path\n fill-rule=\"evenodd\"\n fill=\"#00328C\"\n d=\"M19.89,37.77c5.376,0,10.752,0,16.129,0c-0.772,2.022-1.748,3.843-2.56,5.824 c-4.544,0-9.088,0-13.633,0c0-1.877,0-3.755,0-5.633C19.821,37.87,19.816,37.781,19.89,37.77z\"\n />\n <path\n fill-rule=\"evenodd\"\n fill=\"#FF0079\"\n d=\"M42.93,43.594c1.941,0,3.883,0,5.824,0c0,4.992,0,9.984,0,14.977 c-1.984,0-3.969,0-5.952,0c0-4.93,0-9.856,0-14.783C42.8,43.678,42.851,43.62,42.93,43.594z\"\n />\n </svg>\n );\n }\n}\n"],"version":3}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
|
|
2
2
|
|
|
3
|
-
const indexCss = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}:host{display:inline}:host([hidden]){display:none !important}";
|
|
3
|
+
const indexCss = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}.utrecht-icon svg{height:100%;width:100%}:host{display:inline}:host([hidden]){display:none !important}";
|
|
4
4
|
|
|
5
5
|
const EidasLogo = /*@__PURE__*/ proxyCustomElement(class EidasLogo extends HTMLElement {
|
|
6
6
|
constructor() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"utrecht-eidas-logo.js","mappings":";;AAAA,MAAM,QAAQ,GAAG,
|
|
1
|
+
{"file":"utrecht-eidas-logo.js","mappings":";;AAAA,MAAM,QAAQ,GAAG,uTAAuT;;MCa3T,SAAS;;;;;;EACpB,MAAM;IACJ,QACE,WAAK,KAAK,EAAC,cAAc,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,IAC1F,YACE,CAAC,EAAC,6LAA6L,EAC/L,IAAI,EAAC,SAAS,GACd,EACF,YACE,CAAC,EAAC,0IAA0I,EAC5I,IAAI,EAAC,OAAO,GACZ,EACF,YACE,CAAC,EAAC,0hCAA0hC,EAC5hC,IAAI,EAAC,OAAO,GACZ,EACF,YACE,CAAC,EAAC,8KAA8K,EAChL,IAAI,EAAC,SAAS,GACd,EACF,YACE,CAAC,EAAC,mLAAmL,EACrL,IAAI,EAAC,SAAS,GACd,EACF,YACE,CAAC,EAAC,+KAA+K,EACjL,IAAI,EAAC,SAAS,GACd,EACF,YACE,CAAC,EAAC,mLAAmL,EACrL,IAAI,EAAC,SAAS,GACd,EACF,YACE,CAAC,EAAC,mLAAmL,EACrL,IAAI,EAAC,SAAS,GACd,EACF,YACE,CAAC,EAAC,mLAAmL,EACrL,IAAI,EAAC,SAAS,GACd,CACE,EACN;GACH;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["./src/components/eidas-logo/index.scss?tag=utrecht-eidas-logo&encapsulation=shadow","./src/components/eidas-logo/index.stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/icon/css\";\n\n:host {\n display: inline;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Rijksoverheid\n * Copyright (c) 2021 Robbert Broersma\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-eidas-logo',\n styleUrl: 'index.scss',\n shadow: true,\n})\nexport class EidasLogo {\n render() {\n return (\n <svg class=\"utrecht-icon\" viewBox=\"0 0 21 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M21 17.3383C21 18.2955 20.2291 19.0664 19.272 19.0664H1.72805C0.770872 19.0664 0 18.2955 0 17.3383V1.72805C0 0.770879 0.777296 0 1.72805 0H19.272C20.2291 0 21 0.777303 21 1.72805V17.3383Z\"\n fill=\"#2C4375\"\n />\n <path\n d=\"M7.88867 19.0984V15.9057C7.88867 14.5952 8.94862 13.5353 10.2591 13.5353H17.0493C18.3598 13.5353 19.4197 14.6017 19.4197 15.9057V19.0984\"\n fill=\"white\"\n />\n <path\n d=\"M9.38546 9.78369C9.55891 9.19911 9.83513 8.72373 10.2141 8.34472C10.5932 7.97213 11.075 7.69589 11.6724 7.51602C12.2698 7.33615 12.9765 7.24622 13.8051 7.24622C14.4989 7.24622 15.1028 7.32973 15.6231 7.49675C16.1435 7.66377 16.5932 7.92716 16.985 8.2869C17.4411 8.71089 17.7495 9.20553 17.9101 9.76442C18.0707 10.3233 18.1542 11.0299 18.1542 11.8651V17.0428C18.1542 17.486 18.0514 17.8201 17.8523 18.0385C17.6467 18.2569 17.3833 18.3661 17.0557 18.3661C16.7281 18.3661 16.4647 18.2569 16.272 18.0385C16.0792 17.8201 15.9765 17.4925 15.9765 17.0428V11.7173C15.9765 10.7987 15.803 10.1113 15.4497 9.66163C15.0964 9.21196 14.4989 8.98069 13.6445 8.98069C13.0278 8.98069 12.5525 9.0899 12.2056 9.31474C11.8651 9.53958 11.6274 9.84793 11.4925 10.2526C11.3576 10.6574 11.2934 11.1584 11.2934 11.7559V17.0428C11.2934 17.4796 11.197 17.8137 10.9979 18.0321C10.7987 18.2505 10.5353 18.3597 10.1949 18.3597C9.87367 18.3597 9.6103 18.2505 9.41758 18.0321C9.21844 17.8137 9.12207 17.4796 9.12207 17.0428V11.8779C9.12207 11.0621 9.21201 10.3683 9.38546 9.78369Z\"\n fill=\"white\"\n />\n <path\n d=\"M13.169 0.648804L13.683 2.0942L15.3275 2.08778L13.9913 2.98071L14.5052 4.41968L13.169 3.52675L11.8457 4.41968L12.3532 2.98071L11.0234 2.08778L12.668 2.0942L13.169 0.648804Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M18.2893 1.59314L18.7968 3.03854L20.4413 3.03211L19.1116 3.91862L19.6191 5.35759L18.2893 4.46466L16.9595 5.35759L17.4735 3.91862L16.1309 3.03211L17.7882 3.03854L18.2893 1.59314Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M3.60369 14.833L4.11118 16.2784L5.75573 16.272L4.41954 17.1585L4.93346 18.5975L3.60369 17.7045L2.27392 18.5975L2.78784 17.1585L1.45166 16.272L3.09619 16.2784L3.60369 14.833Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M4.80536 5.51819L5.31284 6.96358L6.95739 6.95716L5.62763 7.84367L6.13512 9.28264L4.80536 8.38971L3.47559 9.28264L3.98308 7.84367L2.65332 6.95716L4.30428 6.96358L4.80536 5.51819Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M8.43483 2.07495L8.93591 3.52035L10.5869 3.51392L9.25068 4.40043L9.76459 5.83941L8.43483 4.94647L7.10507 5.83941L7.61256 4.40043L6.27637 3.51392L7.92733 3.52035L8.43483 2.07495Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M3.12176 10.3234L3.62925 11.7688L5.28021 11.7623L3.94402 12.6488L4.45152 14.0878L3.12176 13.1949L1.79198 14.0878L2.3059 12.6488L0.969727 11.7623L2.61426 11.7688L3.12176 10.3234Z\"\n fill=\"#F2CD23\"\n />\n </svg>\n );\n }\n}\n"],"version":3}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h } from './index-738f8f6d.js';
|
|
2
2
|
|
|
3
|
-
const indexCss = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}:host{display:inline}:host([hidden]){display:none !important}";
|
|
3
|
+
const indexCss = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}.utrecht-icon svg{height:100%;width:100%}:host{display:inline}:host([hidden]){display:none !important}";
|
|
4
4
|
|
|
5
5
|
const DigidLogo = class {
|
|
6
6
|
constructor(hostRef) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"utrecht-digid-logo.entry.js","mappings":";;AAAA,MAAM,QAAQ,GAAG,
|
|
1
|
+
{"file":"utrecht-digid-logo.entry.js","mappings":";;AAAA,MAAM,QAAQ,GAAG,uTAAuT;;MCa3T,SAAS;;;;EACpB,MAAM;IACJ,QACE,WACE,KAAK,EAAC,cAAc,EACpB,KAAK,EAAC,MAAM,EACZ,MAAM,EAAC,MAAM,EACb,KAAK,EAAC,4BAA4B,EAClC,OAAO,EAAC,KAAK,EACb,OAAO,EAAC,aAAa,IAErB,yBAAoB,EACpB,YAAM,CAAC,EAAC,oFAAoF,GAAG,EAC/F,YACE,CAAC,EAAC,wZAAwZ,EAC1Z,IAAI,EAAC,SAAS,GACd,EACF,YACE,CAAC,EAAC,iKAAiK,EACnK,IAAI,EAAC,SAAS,GACd,CACE,EACN;GACH;;;;;;","names":[],"sources":["./src/components/digid-logo/index.scss?tag=utrecht-digid-logo&encapsulation=shadow","./src/components/digid-logo/index.stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n@import \"~@utrecht/components/icon/css\";\n\n:host {\n display: inline;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Rijksoverheid\n * Copyright (c) 2021 Robbert Broersma\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-digid-logo',\n styleUrl: 'index.scss',\n shadow: true,\n})\nexport class DigidLogo {\n render() {\n return (\n <svg\n class=\"utrecht-icon\"\n width=\"100%\"\n height=\"100%\"\n xmlns=\"http://www.w3.org/2000/svg\"\n version=\"1.1\"\n viewBox=\"0 0 150 150\"\n >\n <title>DigiD</title>\n <path d=\"M136 150H14c-8 0-14-6-14-14V14C0 6 6 0 14 0h122c8 0 14 6 14 14v122c0 8-6 14-14 14z\" />\n <path\n d=\"M17 115V79h10c12 0 19 6 19 17 0 13-8 19-19 19H17zm6-6h4c7 0 12-4 12-13 0-8-5-12-13-12h-3v25zM54 77c3 0 4 1 4 3s-1 4-4 4c-2 0-3-2-3-4s1-3 3-3zm3 38h-6V88h6v27zM72 109h6c6 0 9 3 9 7 0 5-4 9-14 9-8 0-11-2-11-7 0-2 1-4 4-6l-2-3c0-2 1-3 3-4-3-2-4-4-4-8 0-6 4-10 11-10l4 1h9v4h-4l2 5c0 6-4 9-12 9h-3l-1 1c0 2 1 2 3 2zm1 12c6 0 8-2 8-4s-1-2-3-2l-9-1-2 3c0 2 2 4 6 4zm6-24c0-3-2-5-5-5s-5 1-5 5 1 5 5 5c3 0 5-1 5-5z\"\n fill=\"#FFFFFF\"\n />\n <path\n d=\"M94 77c2 0 3 1 3 3s-1 4-3 4c-3 0-4-2-4-4s1-3 4-3zm3 38h-6V88h6v27zM105 115V79h10c12 0 18 6 18 17 0 13-7 19-19 19h-9zm6-6h4c7 0 12-4 12-13 0-8-5-12-13-12h-3v25z\"\n fill=\"#E17000\"\n />\n </svg>\n );\n }\n}\n"],"version":3}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h } from './index-738f8f6d.js';
|
|
2
2
|
|
|
3
|
-
const indexCss = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}:host{display:inline}:host([hidden]){display:none !important}";
|
|
3
|
+
const indexCss = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}.utrecht-icon svg{height:100%;width:100%}:host{display:inline}:host([hidden]){display:none !important}";
|
|
4
4
|
|
|
5
5
|
const EherkenningLogo = class {
|
|
6
6
|
constructor(hostRef) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"utrecht-eherkenning-logo.entry.js","mappings":";;AAAA,MAAM,QAAQ,GAAG,
|
|
1
|
+
{"file":"utrecht-eherkenning-logo.entry.js","mappings":";;AAAA,MAAM,QAAQ,GAAG,uTAAuT;;MCa3T,eAAe;;;;EAC1B,MAAM;IACJ,QACE,WAAK,KAAK,EAAC,cAAc,EAAC,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,KAAK,EAAC,OAAO,EAAC,YAAY,IAC7F,+BAA0B,EAC1B,YAAM,IAAI,EAAC,SAAS,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG,EAC9C,yBACY,SAAS,EACnB,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,ykBAAykB,GAC3kB,EACF,yBACY,SAAS,EACnB,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,8JAA8J,GAChK,EACF,yBACY,SAAS,EACnB,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,4RAA4R,GAC9R,EACF,yBACY,SAAS,EACnB,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,wKAAwK,GAC1K,EACF,yBACY,SAAS,EACnB,IAAI,EAAC,SAAS,EACd,CAAC,EAAC,0JAA0J,GAC5J,CACE,EACN;GACH;;;;;;","names":[],"sources":["./src/components/eherkenning-logo/index.scss?tag=utrecht-eherkenning-logo&encapsulation=shadow","./src/components/eherkenning-logo/index.stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/icon/css\";\n\n:host {\n display: inline;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Rijksoverheid\n * Copyright (c) 2021 Robbert Broersma\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-eherkenning-logo',\n styleUrl: 'index.scss',\n shadow: true,\n})\nexport class EherkenningLogo {\n render() {\n return (\n <svg class=\"utrecht-icon\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"-1 0 81 80\">\n <title>Eherkenning</title>\n <rect fill=\"#E0E0E0\" width=\"80\" height=\"80\" />\n <path\n fill-rule=\"evenodd\"\n fill=\"#00328C\"\n d=\"M37.363,23.178c0,2.027,0,4.055,0,6.08c-4.257,0-9.55,0-14.208,0 c-1.662,0-3.648-0.207-4.799,0.193c-1.041,0.359-1.796,1.169-2.176,2.111c-0.439,1.084-0.32,2.8-0.32,4.414c0,3.425,0,6.055,0,9.475 c0,1.531-0.159,3.325,0.191,4.479c0.316,1.042,1.316,2.194,2.561,2.496c1.318,0.319,3.094,0.064,4.672,0.064 c4.599,0,9.521,0,14.08,0c0,2.025,0,4.053,0,6.08c-6.402-0.083-12.492,0.112-18.176,0c-4.937-0.099-8.966-3.966-9.344-8.833 c-0.226-2.883,0-5.901,0-8.769c0-2.971-0.19-5.932,0-8.767c0.328-4.896,4.208-8.676,8.959-9.024c3.002-0.222,6.129,0,9.28,0 C31.145,23.178,34.26,23.178,37.363,23.178z\"\n />\n <path\n fill-rule=\"evenodd\"\n fill=\"#FF0079\"\n d=\"M42.867,23.178c1.962,0,3.926,0,5.888,0c0,4.864,0,9.729,0,14.592 c-1.984,0-3.969,0-5.952,0c0-4.801,0-9.6,0-14.399C42.797,23.279,42.792,23.188,42.867,23.178z\"\n />\n <path\n fill-rule=\"evenodd\"\n fill=\"#FF0079\"\n d=\"M64.434,23.178c1.941,0,3.883,0,5.824,0c0,11.798,0,23.595,0,35.393 c-1.962,0-3.926,0-5.888,0c0-4.992,0-9.984,0-14.977c-5.077,0-10.155,0-15.232,0c0.824-1.95,1.651-3.896,2.56-5.76 c4.203,0,8.405,0,12.608,0c0.15-4.693,0.021-9.664,0.064-14.464C64.365,23.279,64.36,23.188,64.434,23.178z\"\n />\n <path\n fill-rule=\"evenodd\"\n fill=\"#00328C\"\n d=\"M19.89,37.77c5.376,0,10.752,0,16.129,0c-0.772,2.022-1.748,3.843-2.56,5.824 c-4.544,0-9.088,0-13.633,0c0-1.877,0-3.755,0-5.633C19.821,37.87,19.816,37.781,19.89,37.77z\"\n />\n <path\n fill-rule=\"evenodd\"\n fill=\"#FF0079\"\n d=\"M42.93,43.594c1.941,0,3.883,0,5.824,0c0,4.992,0,9.984,0,14.977 c-1.984,0-3.969,0-5.952,0c0-4.93,0-9.856,0-14.783C42.8,43.678,42.851,43.62,42.93,43.594z\"\n />\n </svg>\n );\n }\n}\n"],"version":3}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as registerInstance, h } from './index-738f8f6d.js';
|
|
2
2
|
|
|
3
|
-
const indexCss = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}:host{display:inline}:host([hidden]){display:none !important}";
|
|
3
|
+
const indexCss = ".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}.utrecht-icon svg{height:100%;width:100%}:host{display:inline}:host([hidden]){display:none !important}";
|
|
4
4
|
|
|
5
5
|
const EidasLogo = class {
|
|
6
6
|
constructor(hostRef) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":"utrecht-eidas-logo.entry.js","mappings":";;AAAA,MAAM,QAAQ,GAAG,
|
|
1
|
+
{"file":"utrecht-eidas-logo.entry.js","mappings":";;AAAA,MAAM,QAAQ,GAAG,uTAAuT;;MCa3T,SAAS;;;;EACpB,MAAM;IACJ,QACE,WAAK,KAAK,EAAC,cAAc,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,IAC1F,YACE,CAAC,EAAC,6LAA6L,EAC/L,IAAI,EAAC,SAAS,GACd,EACF,YACE,CAAC,EAAC,0IAA0I,EAC5I,IAAI,EAAC,OAAO,GACZ,EACF,YACE,CAAC,EAAC,0hCAA0hC,EAC5hC,IAAI,EAAC,OAAO,GACZ,EACF,YACE,CAAC,EAAC,8KAA8K,EAChL,IAAI,EAAC,SAAS,GACd,EACF,YACE,CAAC,EAAC,mLAAmL,EACrL,IAAI,EAAC,SAAS,GACd,EACF,YACE,CAAC,EAAC,+KAA+K,EACjL,IAAI,EAAC,SAAS,GACd,EACF,YACE,CAAC,EAAC,mLAAmL,EACrL,IAAI,EAAC,SAAS,GACd,EACF,YACE,CAAC,EAAC,mLAAmL,EACrL,IAAI,EAAC,SAAS,GACd,EACF,YACE,CAAC,EAAC,mLAAmL,EACrL,IAAI,EAAC,SAAS,GACd,CACE,EACN;GACH;;;;;;","names":[],"sources":["./src/components/eidas-logo/index.scss?tag=utrecht-eidas-logo&encapsulation=shadow","./src/components/eidas-logo/index.stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/icon/css\";\n\n:host {\n display: inline;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Rijksoverheid\n * Copyright (c) 2021 Robbert Broersma\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-eidas-logo',\n styleUrl: 'index.scss',\n shadow: true,\n})\nexport class EidasLogo {\n render() {\n return (\n <svg class=\"utrecht-icon\" viewBox=\"0 0 21 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M21 17.3383C21 18.2955 20.2291 19.0664 19.272 19.0664H1.72805C0.770872 19.0664 0 18.2955 0 17.3383V1.72805C0 0.770879 0.777296 0 1.72805 0H19.272C20.2291 0 21 0.777303 21 1.72805V17.3383Z\"\n fill=\"#2C4375\"\n />\n <path\n d=\"M7.88867 19.0984V15.9057C7.88867 14.5952 8.94862 13.5353 10.2591 13.5353H17.0493C18.3598 13.5353 19.4197 14.6017 19.4197 15.9057V19.0984\"\n fill=\"white\"\n />\n <path\n d=\"M9.38546 9.78369C9.55891 9.19911 9.83513 8.72373 10.2141 8.34472C10.5932 7.97213 11.075 7.69589 11.6724 7.51602C12.2698 7.33615 12.9765 7.24622 13.8051 7.24622C14.4989 7.24622 15.1028 7.32973 15.6231 7.49675C16.1435 7.66377 16.5932 7.92716 16.985 8.2869C17.4411 8.71089 17.7495 9.20553 17.9101 9.76442C18.0707 10.3233 18.1542 11.0299 18.1542 11.8651V17.0428C18.1542 17.486 18.0514 17.8201 17.8523 18.0385C17.6467 18.2569 17.3833 18.3661 17.0557 18.3661C16.7281 18.3661 16.4647 18.2569 16.272 18.0385C16.0792 17.8201 15.9765 17.4925 15.9765 17.0428V11.7173C15.9765 10.7987 15.803 10.1113 15.4497 9.66163C15.0964 9.21196 14.4989 8.98069 13.6445 8.98069C13.0278 8.98069 12.5525 9.0899 12.2056 9.31474C11.8651 9.53958 11.6274 9.84793 11.4925 10.2526C11.3576 10.6574 11.2934 11.1584 11.2934 11.7559V17.0428C11.2934 17.4796 11.197 17.8137 10.9979 18.0321C10.7987 18.2505 10.5353 18.3597 10.1949 18.3597C9.87367 18.3597 9.6103 18.2505 9.41758 18.0321C9.21844 17.8137 9.12207 17.4796 9.12207 17.0428V11.8779C9.12207 11.0621 9.21201 10.3683 9.38546 9.78369Z\"\n fill=\"white\"\n />\n <path\n d=\"M13.169 0.648804L13.683 2.0942L15.3275 2.08778L13.9913 2.98071L14.5052 4.41968L13.169 3.52675L11.8457 4.41968L12.3532 2.98071L11.0234 2.08778L12.668 2.0942L13.169 0.648804Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M18.2893 1.59314L18.7968 3.03854L20.4413 3.03211L19.1116 3.91862L19.6191 5.35759L18.2893 4.46466L16.9595 5.35759L17.4735 3.91862L16.1309 3.03211L17.7882 3.03854L18.2893 1.59314Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M3.60369 14.833L4.11118 16.2784L5.75573 16.272L4.41954 17.1585L4.93346 18.5975L3.60369 17.7045L2.27392 18.5975L2.78784 17.1585L1.45166 16.272L3.09619 16.2784L3.60369 14.833Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M4.80536 5.51819L5.31284 6.96358L6.95739 6.95716L5.62763 7.84367L6.13512 9.28264L4.80536 8.38971L3.47559 9.28264L3.98308 7.84367L2.65332 6.95716L4.30428 6.96358L4.80536 5.51819Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M8.43483 2.07495L8.93591 3.52035L10.5869 3.51392L9.25068 4.40043L9.76459 5.83941L8.43483 4.94647L7.10507 5.83941L7.61256 4.40043L6.27637 3.51392L7.92733 3.52035L8.43483 2.07495Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M3.12176 10.3234L3.62925 11.7688L5.28021 11.7623L3.94402 12.6488L4.45152 14.0878L3.12176 13.1949L1.79198 14.0878L2.3059 12.6488L0.969727 11.7623L2.61426 11.7688L3.12176 10.3234Z\"\n fill=\"#F2CD23\"\n />\n </svg>\n );\n }\n}\n"],"version":3}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{r as c,h as t}from"./p-8c18a309.js";const e=".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}.utrecht-icon svg{height:100%;width:100%}:host{display:inline}:host([hidden]){display:none !important}";const i=class{constructor(t){c(this,t)}render(){return t("svg",{class:"utrecht-icon",xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-1 0 81 80"},t("title",null,"Eherkenning"),t("rect",{fill:"#E0E0E0",width:"80",height:"80"}),t("path",{"fill-rule":"evenodd",fill:"#00328C",d:"M37.363,23.178c0,2.027,0,4.055,0,6.08c-4.257,0-9.55,0-14.208,0 c-1.662,0-3.648-0.207-4.799,0.193c-1.041,0.359-1.796,1.169-2.176,2.111c-0.439,1.084-0.32,2.8-0.32,4.414c0,3.425,0,6.055,0,9.475 c0,1.531-0.159,3.325,0.191,4.479c0.316,1.042,1.316,2.194,2.561,2.496c1.318,0.319,3.094,0.064,4.672,0.064 c4.599,0,9.521,0,14.08,0c0,2.025,0,4.053,0,6.08c-6.402-0.083-12.492,0.112-18.176,0c-4.937-0.099-8.966-3.966-9.344-8.833 c-0.226-2.883,0-5.901,0-8.769c0-2.971-0.19-5.932,0-8.767c0.328-4.896,4.208-8.676,8.959-9.024c3.002-0.222,6.129,0,9.28,0 C31.145,23.178,34.26,23.178,37.363,23.178z"}),t("path",{"fill-rule":"evenodd",fill:"#FF0079",d:"M42.867,23.178c1.962,0,3.926,0,5.888,0c0,4.864,0,9.729,0,14.592 c-1.984,0-3.969,0-5.952,0c0-4.801,0-9.6,0-14.399C42.797,23.279,42.792,23.188,42.867,23.178z"}),t("path",{"fill-rule":"evenodd",fill:"#FF0079",d:"M64.434,23.178c1.941,0,3.883,0,5.824,0c0,11.798,0,23.595,0,35.393 c-1.962,0-3.926,0-5.888,0c0-4.992,0-9.984,0-14.977c-5.077,0-10.155,0-15.232,0c0.824-1.95,1.651-3.896,2.56-5.76 c4.203,0,8.405,0,12.608,0c0.15-4.693,0.021-9.664,0.064-14.464C64.365,23.279,64.36,23.188,64.434,23.178z"}),t("path",{"fill-rule":"evenodd",fill:"#00328C",d:"M19.89,37.77c5.376,0,10.752,0,16.129,0c-0.772,2.022-1.748,3.843-2.56,5.824 c-4.544,0-9.088,0-13.633,0c0-1.877,0-3.755,0-5.633C19.821,37.87,19.816,37.781,19.89,37.77z"}),t("path",{"fill-rule":"evenodd",fill:"#FF0079",d:"M42.93,43.594c1.941,0,3.883,0,5.824,0c0,4.992,0,9.984,0,14.977 c-1.984,0-3.969,0-5.952,0c0-4.93,0-9.856,0-14.783C42.8,43.678,42.851,43.62,42.93,43.594z"}))}};i.style=e;export{i as utrecht_eherkenning_logo};
|
|
2
|
+
//# sourceMappingURL=p-445bf884.entry.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["indexCss","EherkenningLogo","render","h","class","xmlns","version","viewBox","fill","width","height","d"],"sources":["./src/components/eherkenning-logo/index.scss?tag=utrecht-eherkenning-logo&encapsulation=shadow","./src/components/eherkenning-logo/index.stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/icon/css\";\n\n:host {\n display: inline;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Rijksoverheid\n * Copyright (c) 2021 Robbert Broersma\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-eherkenning-logo',\n styleUrl: 'index.scss',\n shadow: true,\n})\nexport class EherkenningLogo {\n render() {\n return (\n <svg class=\"utrecht-icon\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"-1 0 81 80\">\n <title>Eherkenning</title>\n <rect fill=\"#E0E0E0\" width=\"80\" height=\"80\" />\n <path\n fill-rule=\"evenodd\"\n fill=\"#00328C\"\n d=\"M37.363,23.178c0,2.027,0,4.055,0,6.08c-4.257,0-9.55,0-14.208,0 c-1.662,0-3.648-0.207-4.799,0.193c-1.041,0.359-1.796,1.169-2.176,2.111c-0.439,1.084-0.32,2.8-0.32,4.414c0,3.425,0,6.055,0,9.475 c0,1.531-0.159,3.325,0.191,4.479c0.316,1.042,1.316,2.194,2.561,2.496c1.318,0.319,3.094,0.064,4.672,0.064 c4.599,0,9.521,0,14.08,0c0,2.025,0,4.053,0,6.08c-6.402-0.083-12.492,0.112-18.176,0c-4.937-0.099-8.966-3.966-9.344-8.833 c-0.226-2.883,0-5.901,0-8.769c0-2.971-0.19-5.932,0-8.767c0.328-4.896,4.208-8.676,8.959-9.024c3.002-0.222,6.129,0,9.28,0 C31.145,23.178,34.26,23.178,37.363,23.178z\"\n />\n <path\n fill-rule=\"evenodd\"\n fill=\"#FF0079\"\n d=\"M42.867,23.178c1.962,0,3.926,0,5.888,0c0,4.864,0,9.729,0,14.592 c-1.984,0-3.969,0-5.952,0c0-4.801,0-9.6,0-14.399C42.797,23.279,42.792,23.188,42.867,23.178z\"\n />\n <path\n fill-rule=\"evenodd\"\n fill=\"#FF0079\"\n d=\"M64.434,23.178c1.941,0,3.883,0,5.824,0c0,11.798,0,23.595,0,35.393 c-1.962,0-3.926,0-5.888,0c0-4.992,0-9.984,0-14.977c-5.077,0-10.155,0-15.232,0c0.824-1.95,1.651-3.896,2.56-5.76 c4.203,0,8.405,0,12.608,0c0.15-4.693,0.021-9.664,0.064-14.464C64.365,23.279,64.36,23.188,64.434,23.178z\"\n />\n <path\n fill-rule=\"evenodd\"\n fill=\"#00328C\"\n d=\"M19.89,37.77c5.376,0,10.752,0,16.129,0c-0.772,2.022-1.748,3.843-2.56,5.824 c-4.544,0-9.088,0-13.633,0c0-1.877,0-3.755,0-5.633C19.821,37.87,19.816,37.781,19.89,37.77z\"\n />\n <path\n fill-rule=\"evenodd\"\n fill=\"#FF0079\"\n d=\"M42.93,43.594c1.941,0,3.883,0,5.824,0c0,4.992,0,9.984,0,14.977 c-1.984,0-3.969,0-5.952,0c0-4.93,0-9.856,0-14.783C42.8,43.678,42.851,43.62,42.93,43.594z\"\n />\n </svg>\n );\n }\n}\n"],"mappings":"2CAAA,MAAMA,EAAW
|
|
1
|
+
{"version":3,"names":["indexCss","EherkenningLogo","render","h","class","xmlns","version","viewBox","fill","width","height","d"],"sources":["./src/components/eherkenning-logo/index.scss?tag=utrecht-eherkenning-logo&encapsulation=shadow","./src/components/eherkenning-logo/index.stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/icon/css\";\n\n:host {\n display: inline;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Rijksoverheid\n * Copyright (c) 2021 Robbert Broersma\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-eherkenning-logo',\n styleUrl: 'index.scss',\n shadow: true,\n})\nexport class EherkenningLogo {\n render() {\n return (\n <svg class=\"utrecht-icon\" xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" viewBox=\"-1 0 81 80\">\n <title>Eherkenning</title>\n <rect fill=\"#E0E0E0\" width=\"80\" height=\"80\" />\n <path\n fill-rule=\"evenodd\"\n fill=\"#00328C\"\n d=\"M37.363,23.178c0,2.027,0,4.055,0,6.08c-4.257,0-9.55,0-14.208,0 c-1.662,0-3.648-0.207-4.799,0.193c-1.041,0.359-1.796,1.169-2.176,2.111c-0.439,1.084-0.32,2.8-0.32,4.414c0,3.425,0,6.055,0,9.475 c0,1.531-0.159,3.325,0.191,4.479c0.316,1.042,1.316,2.194,2.561,2.496c1.318,0.319,3.094,0.064,4.672,0.064 c4.599,0,9.521,0,14.08,0c0,2.025,0,4.053,0,6.08c-6.402-0.083-12.492,0.112-18.176,0c-4.937-0.099-8.966-3.966-9.344-8.833 c-0.226-2.883,0-5.901,0-8.769c0-2.971-0.19-5.932,0-8.767c0.328-4.896,4.208-8.676,8.959-9.024c3.002-0.222,6.129,0,9.28,0 C31.145,23.178,34.26,23.178,37.363,23.178z\"\n />\n <path\n fill-rule=\"evenodd\"\n fill=\"#FF0079\"\n d=\"M42.867,23.178c1.962,0,3.926,0,5.888,0c0,4.864,0,9.729,0,14.592 c-1.984,0-3.969,0-5.952,0c0-4.801,0-9.6,0-14.399C42.797,23.279,42.792,23.188,42.867,23.178z\"\n />\n <path\n fill-rule=\"evenodd\"\n fill=\"#FF0079\"\n d=\"M64.434,23.178c1.941,0,3.883,0,5.824,0c0,11.798,0,23.595,0,35.393 c-1.962,0-3.926,0-5.888,0c0-4.992,0-9.984,0-14.977c-5.077,0-10.155,0-15.232,0c0.824-1.95,1.651-3.896,2.56-5.76 c4.203,0,8.405,0,12.608,0c0.15-4.693,0.021-9.664,0.064-14.464C64.365,23.279,64.36,23.188,64.434,23.178z\"\n />\n <path\n fill-rule=\"evenodd\"\n fill=\"#00328C\"\n d=\"M19.89,37.77c5.376,0,10.752,0,16.129,0c-0.772,2.022-1.748,3.843-2.56,5.824 c-4.544,0-9.088,0-13.633,0c0-1.877,0-3.755,0-5.633C19.821,37.87,19.816,37.781,19.89,37.77z\"\n />\n <path\n fill-rule=\"evenodd\"\n fill=\"#FF0079\"\n d=\"M42.93,43.594c1.941,0,3.883,0,5.824,0c0,4.992,0,9.984,0,14.977 c-1.984,0-3.969,0-5.952,0c0-4.93,0-9.856,0-14.783C42.8,43.678,42.851,43.62,42.93,43.594z\"\n />\n </svg>\n );\n }\n}\n"],"mappings":"2CAAA,MAAMA,EAAW,wT,MCaJC,EAAe,M,yBAC1BC,SACE,OACEC,EAAA,OAAKC,MAAM,eAAeC,MAAM,6BAA6BC,QAAQ,MAAMC,QAAQ,cACjFJ,EAAA,4BACAA,EAAA,QAAMK,KAAK,UAAUC,MAAM,KAAKC,OAAO,OACvCP,EAAA,oBACY,UACVK,KAAK,UACLG,EAAE,4kBAEJR,EAAA,oBACY,UACVK,KAAK,UACLG,EAAE,iKAEJR,EAAA,oBACY,UACVK,KAAK,UACLG,EAAE,+RAEJR,EAAA,oBACY,UACVK,KAAK,UACLG,EAAE,2KAEJR,EAAA,oBACY,UACVK,KAAK,UACLG,EAAE,6J"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{r as L,h as t}from"./p-8c18a309.js";const i=".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}.utrecht-icon svg{height:100%;width:100%}:host{display:inline}:host([hidden]){display:none !important}";const l=class{constructor(t){L(this,t)}render(){return t("svg",{class:"utrecht-icon",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t("path",{d:"M21 17.3383C21 18.2955 20.2291 19.0664 19.272 19.0664H1.72805C0.770872 19.0664 0 18.2955 0 17.3383V1.72805C0 0.770879 0.777296 0 1.72805 0H19.272C20.2291 0 21 0.777303 21 1.72805V17.3383Z",fill:"#2C4375"}),t("path",{d:"M7.88867 19.0984V15.9057C7.88867 14.5952 8.94862 13.5353 10.2591 13.5353H17.0493C18.3598 13.5353 19.4197 14.6017 19.4197 15.9057V19.0984",fill:"white"}),t("path",{d:"M9.38546 9.78369C9.55891 9.19911 9.83513 8.72373 10.2141 8.34472C10.5932 7.97213 11.075 7.69589 11.6724 7.51602C12.2698 7.33615 12.9765 7.24622 13.8051 7.24622C14.4989 7.24622 15.1028 7.32973 15.6231 7.49675C16.1435 7.66377 16.5932 7.92716 16.985 8.2869C17.4411 8.71089 17.7495 9.20553 17.9101 9.76442C18.0707 10.3233 18.1542 11.0299 18.1542 11.8651V17.0428C18.1542 17.486 18.0514 17.8201 17.8523 18.0385C17.6467 18.2569 17.3833 18.3661 17.0557 18.3661C16.7281 18.3661 16.4647 18.2569 16.272 18.0385C16.0792 17.8201 15.9765 17.4925 15.9765 17.0428V11.7173C15.9765 10.7987 15.803 10.1113 15.4497 9.66163C15.0964 9.21196 14.4989 8.98069 13.6445 8.98069C13.0278 8.98069 12.5525 9.0899 12.2056 9.31474C11.8651 9.53958 11.6274 9.84793 11.4925 10.2526C11.3576 10.6574 11.2934 11.1584 11.2934 11.7559V17.0428C11.2934 17.4796 11.197 17.8137 10.9979 18.0321C10.7987 18.2505 10.5353 18.3597 10.1949 18.3597C9.87367 18.3597 9.6103 18.2505 9.41758 18.0321C9.21844 17.8137 9.12207 17.4796 9.12207 17.0428V11.8779C9.12207 11.0621 9.21201 10.3683 9.38546 9.78369Z",fill:"white"}),t("path",{d:"M13.169 0.648804L13.683 2.0942L15.3275 2.08778L13.9913 2.98071L14.5052 4.41968L13.169 3.52675L11.8457 4.41968L12.3532 2.98071L11.0234 2.08778L12.668 2.0942L13.169 0.648804Z",fill:"#F2CD23"}),t("path",{d:"M18.2893 1.59314L18.7968 3.03854L20.4413 3.03211L19.1116 3.91862L19.6191 5.35759L18.2893 4.46466L16.9595 5.35759L17.4735 3.91862L16.1309 3.03211L17.7882 3.03854L18.2893 1.59314Z",fill:"#F2CD23"}),t("path",{d:"M3.60369 14.833L4.11118 16.2784L5.75573 16.272L4.41954 17.1585L4.93346 18.5975L3.60369 17.7045L2.27392 18.5975L2.78784 17.1585L1.45166 16.272L3.09619 16.2784L3.60369 14.833Z",fill:"#F2CD23"}),t("path",{d:"M4.80536 5.51819L5.31284 6.96358L6.95739 6.95716L5.62763 7.84367L6.13512 9.28264L4.80536 8.38971L3.47559 9.28264L3.98308 7.84367L2.65332 6.95716L4.30428 6.96358L4.80536 5.51819Z",fill:"#F2CD23"}),t("path",{d:"M8.43483 2.07495L8.93591 3.52035L10.5869 3.51392L9.25068 4.40043L9.76459 5.83941L8.43483 4.94647L7.10507 5.83941L7.61256 4.40043L6.27637 3.51392L7.92733 3.52035L8.43483 2.07495Z",fill:"#F2CD23"}),t("path",{d:"M3.12176 10.3234L3.62925 11.7688L5.28021 11.7623L3.94402 12.6488L4.45152 14.0878L3.12176 13.1949L1.79198 14.0878L2.3059 12.6488L0.969727 11.7623L2.61426 11.7688L3.12176 10.3234Z",fill:"#F2CD23"}))}};l.style=i;export{l as utrecht_eidas_logo};
|
|
2
|
+
//# sourceMappingURL=p-646f05ff.entry.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["indexCss","EidasLogo","render","h","class","viewBox","fill","xmlns","d"],"sources":["./src/components/eidas-logo/index.scss?tag=utrecht-eidas-logo&encapsulation=shadow","./src/components/eidas-logo/index.stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/icon/css\";\n\n:host {\n display: inline;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Rijksoverheid\n * Copyright (c) 2021 Robbert Broersma\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-eidas-logo',\n styleUrl: 'index.scss',\n shadow: true,\n})\nexport class EidasLogo {\n render() {\n return (\n <svg class=\"utrecht-icon\" viewBox=\"0 0 21 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M21 17.3383C21 18.2955 20.2291 19.0664 19.272 19.0664H1.72805C0.770872 19.0664 0 18.2955 0 17.3383V1.72805C0 0.770879 0.777296 0 1.72805 0H19.272C20.2291 0 21 0.777303 21 1.72805V17.3383Z\"\n fill=\"#2C4375\"\n />\n <path\n d=\"M7.88867 19.0984V15.9057C7.88867 14.5952 8.94862 13.5353 10.2591 13.5353H17.0493C18.3598 13.5353 19.4197 14.6017 19.4197 15.9057V19.0984\"\n fill=\"white\"\n />\n <path\n d=\"M9.38546 9.78369C9.55891 9.19911 9.83513 8.72373 10.2141 8.34472C10.5932 7.97213 11.075 7.69589 11.6724 7.51602C12.2698 7.33615 12.9765 7.24622 13.8051 7.24622C14.4989 7.24622 15.1028 7.32973 15.6231 7.49675C16.1435 7.66377 16.5932 7.92716 16.985 8.2869C17.4411 8.71089 17.7495 9.20553 17.9101 9.76442C18.0707 10.3233 18.1542 11.0299 18.1542 11.8651V17.0428C18.1542 17.486 18.0514 17.8201 17.8523 18.0385C17.6467 18.2569 17.3833 18.3661 17.0557 18.3661C16.7281 18.3661 16.4647 18.2569 16.272 18.0385C16.0792 17.8201 15.9765 17.4925 15.9765 17.0428V11.7173C15.9765 10.7987 15.803 10.1113 15.4497 9.66163C15.0964 9.21196 14.4989 8.98069 13.6445 8.98069C13.0278 8.98069 12.5525 9.0899 12.2056 9.31474C11.8651 9.53958 11.6274 9.84793 11.4925 10.2526C11.3576 10.6574 11.2934 11.1584 11.2934 11.7559V17.0428C11.2934 17.4796 11.197 17.8137 10.9979 18.0321C10.7987 18.2505 10.5353 18.3597 10.1949 18.3597C9.87367 18.3597 9.6103 18.2505 9.41758 18.0321C9.21844 17.8137 9.12207 17.4796 9.12207 17.0428V11.8779C9.12207 11.0621 9.21201 10.3683 9.38546 9.78369Z\"\n fill=\"white\"\n />\n <path\n d=\"M13.169 0.648804L13.683 2.0942L15.3275 2.08778L13.9913 2.98071L14.5052 4.41968L13.169 3.52675L11.8457 4.41968L12.3532 2.98071L11.0234 2.08778L12.668 2.0942L13.169 0.648804Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M18.2893 1.59314L18.7968 3.03854L20.4413 3.03211L19.1116 3.91862L19.6191 5.35759L18.2893 4.46466L16.9595 5.35759L17.4735 3.91862L16.1309 3.03211L17.7882 3.03854L18.2893 1.59314Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M3.60369 14.833L4.11118 16.2784L5.75573 16.272L4.41954 17.1585L4.93346 18.5975L3.60369 17.7045L2.27392 18.5975L2.78784 17.1585L1.45166 16.272L3.09619 16.2784L3.60369 14.833Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M4.80536 5.51819L5.31284 6.96358L6.95739 6.95716L5.62763 7.84367L6.13512 9.28264L4.80536 8.38971L3.47559 9.28264L3.98308 7.84367L2.65332 6.95716L4.30428 6.96358L4.80536 5.51819Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M8.43483 2.07495L8.93591 3.52035L10.5869 3.51392L9.25068 4.40043L9.76459 5.83941L8.43483 4.94647L7.10507 5.83941L7.61256 4.40043L6.27637 3.51392L7.92733 3.52035L8.43483 2.07495Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M3.12176 10.3234L3.62925 11.7688L5.28021 11.7623L3.94402 12.6488L4.45152 14.0878L3.12176 13.1949L1.79198 14.0878L2.3059 12.6488L0.969727 11.7623L2.61426 11.7688L3.12176 10.3234Z\"\n fill=\"#F2CD23\"\n />\n </svg>\n );\n }\n}\n"],"mappings":"2CAAA,MAAMA,EAAW
|
|
1
|
+
{"version":3,"names":["indexCss","EidasLogo","render","h","class","viewBox","fill","xmlns","d"],"sources":["./src/components/eidas-logo/index.scss?tag=utrecht-eidas-logo&encapsulation=shadow","./src/components/eidas-logo/index.stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n\n@import \"~@utrecht/components/icon/css\";\n\n:host {\n display: inline;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Rijksoverheid\n * Copyright (c) 2021 Robbert Broersma\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-eidas-logo',\n styleUrl: 'index.scss',\n shadow: true,\n})\nexport class EidasLogo {\n render() {\n return (\n <svg class=\"utrecht-icon\" viewBox=\"0 0 21 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M21 17.3383C21 18.2955 20.2291 19.0664 19.272 19.0664H1.72805C0.770872 19.0664 0 18.2955 0 17.3383V1.72805C0 0.770879 0.777296 0 1.72805 0H19.272C20.2291 0 21 0.777303 21 1.72805V17.3383Z\"\n fill=\"#2C4375\"\n />\n <path\n d=\"M7.88867 19.0984V15.9057C7.88867 14.5952 8.94862 13.5353 10.2591 13.5353H17.0493C18.3598 13.5353 19.4197 14.6017 19.4197 15.9057V19.0984\"\n fill=\"white\"\n />\n <path\n d=\"M9.38546 9.78369C9.55891 9.19911 9.83513 8.72373 10.2141 8.34472C10.5932 7.97213 11.075 7.69589 11.6724 7.51602C12.2698 7.33615 12.9765 7.24622 13.8051 7.24622C14.4989 7.24622 15.1028 7.32973 15.6231 7.49675C16.1435 7.66377 16.5932 7.92716 16.985 8.2869C17.4411 8.71089 17.7495 9.20553 17.9101 9.76442C18.0707 10.3233 18.1542 11.0299 18.1542 11.8651V17.0428C18.1542 17.486 18.0514 17.8201 17.8523 18.0385C17.6467 18.2569 17.3833 18.3661 17.0557 18.3661C16.7281 18.3661 16.4647 18.2569 16.272 18.0385C16.0792 17.8201 15.9765 17.4925 15.9765 17.0428V11.7173C15.9765 10.7987 15.803 10.1113 15.4497 9.66163C15.0964 9.21196 14.4989 8.98069 13.6445 8.98069C13.0278 8.98069 12.5525 9.0899 12.2056 9.31474C11.8651 9.53958 11.6274 9.84793 11.4925 10.2526C11.3576 10.6574 11.2934 11.1584 11.2934 11.7559V17.0428C11.2934 17.4796 11.197 17.8137 10.9979 18.0321C10.7987 18.2505 10.5353 18.3597 10.1949 18.3597C9.87367 18.3597 9.6103 18.2505 9.41758 18.0321C9.21844 17.8137 9.12207 17.4796 9.12207 17.0428V11.8779C9.12207 11.0621 9.21201 10.3683 9.38546 9.78369Z\"\n fill=\"white\"\n />\n <path\n d=\"M13.169 0.648804L13.683 2.0942L15.3275 2.08778L13.9913 2.98071L14.5052 4.41968L13.169 3.52675L11.8457 4.41968L12.3532 2.98071L11.0234 2.08778L12.668 2.0942L13.169 0.648804Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M18.2893 1.59314L18.7968 3.03854L20.4413 3.03211L19.1116 3.91862L19.6191 5.35759L18.2893 4.46466L16.9595 5.35759L17.4735 3.91862L16.1309 3.03211L17.7882 3.03854L18.2893 1.59314Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M3.60369 14.833L4.11118 16.2784L5.75573 16.272L4.41954 17.1585L4.93346 18.5975L3.60369 17.7045L2.27392 18.5975L2.78784 17.1585L1.45166 16.272L3.09619 16.2784L3.60369 14.833Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M4.80536 5.51819L5.31284 6.96358L6.95739 6.95716L5.62763 7.84367L6.13512 9.28264L4.80536 8.38971L3.47559 9.28264L3.98308 7.84367L2.65332 6.95716L4.30428 6.96358L4.80536 5.51819Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M8.43483 2.07495L8.93591 3.52035L10.5869 3.51392L9.25068 4.40043L9.76459 5.83941L8.43483 4.94647L7.10507 5.83941L7.61256 4.40043L6.27637 3.51392L7.92733 3.52035L8.43483 2.07495Z\"\n fill=\"#F2CD23\"\n />\n <path\n d=\"M3.12176 10.3234L3.62925 11.7688L5.28021 11.7623L3.94402 12.6488L4.45152 14.0878L3.12176 13.1949L1.79198 14.0878L2.3059 12.6488L0.969727 11.7623L2.61426 11.7688L3.12176 10.3234Z\"\n fill=\"#F2CD23\"\n />\n </svg>\n );\n }\n}\n"],"mappings":"2CAAA,MAAMA,EAAW,wT,MCaJC,EAAS,M,yBACpBC,SACE,OACEC,EAAA,OAAKC,MAAM,eAAeC,QAAQ,YAAYC,KAAK,OAAOC,MAAM,8BAC9DJ,EAAA,QACEK,EAAE,8LACFF,KAAK,YAEPH,EAAA,QACEK,EAAE,2IACFF,KAAK,UAEPH,EAAA,QACEK,EAAE,2hCACFF,KAAK,UAEPH,EAAA,QACEK,EAAE,+KACFF,KAAK,YAEPH,EAAA,QACEK,EAAE,oLACFF,KAAK,YAEPH,EAAA,QACEK,EAAE,gLACFF,KAAK,YAEPH,EAAA,QACEK,EAAE,oLACFF,KAAK,YAEPH,EAAA,QACEK,EAAE,oLACFF,KAAK,YAEPH,EAAA,QACEK,EAAE,oLACFF,KAAK,Y"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{r as t,h as c}from"./p-8c18a309.js";const h=".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}.utrecht-icon svg{height:100%;width:100%}:host{display:inline}:host([hidden]){display:none !important}";const i=class{constructor(c){t(this,c)}render(){return c("svg",{class:"utrecht-icon",width:"100%",height:"100%",xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"0 0 150 150"},c("title",null,"DigiD"),c("path",{d:"M136 150H14c-8 0-14-6-14-14V14C0 6 6 0 14 0h122c8 0 14 6 14 14v122c0 8-6 14-14 14z"}),c("path",{d:"M17 115V79h10c12 0 19 6 19 17 0 13-8 19-19 19H17zm6-6h4c7 0 12-4 12-13 0-8-5-12-13-12h-3v25zM54 77c3 0 4 1 4 3s-1 4-4 4c-2 0-3-2-3-4s1-3 3-3zm3 38h-6V88h6v27zM72 109h6c6 0 9 3 9 7 0 5-4 9-14 9-8 0-11-2-11-7 0-2 1-4 4-6l-2-3c0-2 1-3 3-4-3-2-4-4-4-8 0-6 4-10 11-10l4 1h9v4h-4l2 5c0 6-4 9-12 9h-3l-1 1c0 2 1 2 3 2zm1 12c6 0 8-2 8-4s-1-2-3-2l-9-1-2 3c0 2 2 4 6 4zm6-24c0-3-2-5-5-5s-5 1-5 5 1 5 5 5c3 0 5-1 5-5z",fill:"#FFFFFF"}),c("path",{d:"M94 77c2 0 3 1 3 3s-1 4-3 4c-3 0-4-2-4-4s1-3 4-3zm3 38h-6V88h6v27zM105 115V79h10c12 0 18 6 18 17 0 13-7 19-19 19h-9zm6-6h4c7 0 12-4 12-13 0-8-5-12-13-12h-3v25z",fill:"#E17000"}))}};i.style=h;export{i as utrecht_digid_logo};
|
|
2
|
+
//# sourceMappingURL=p-de3541c1.entry.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["indexCss","DigidLogo","render","h","class","width","height","xmlns","version","viewBox","d","fill"],"sources":["./src/components/digid-logo/index.scss?tag=utrecht-digid-logo&encapsulation=shadow","./src/components/digid-logo/index.stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n@import \"~@utrecht/components/icon/css\";\n\n:host {\n display: inline;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Rijksoverheid\n * Copyright (c) 2021 Robbert Broersma\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-digid-logo',\n styleUrl: 'index.scss',\n shadow: true,\n})\nexport class DigidLogo {\n render() {\n return (\n <svg\n class=\"utrecht-icon\"\n width=\"100%\"\n height=\"100%\"\n xmlns=\"http://www.w3.org/2000/svg\"\n version=\"1.1\"\n viewBox=\"0 0 150 150\"\n >\n <title>DigiD</title>\n <path d=\"M136 150H14c-8 0-14-6-14-14V14C0 6 6 0 14 0h122c8 0 14 6 14 14v122c0 8-6 14-14 14z\" />\n <path\n d=\"M17 115V79h10c12 0 19 6 19 17 0 13-8 19-19 19H17zm6-6h4c7 0 12-4 12-13 0-8-5-12-13-12h-3v25zM54 77c3 0 4 1 4 3s-1 4-4 4c-2 0-3-2-3-4s1-3 3-3zm3 38h-6V88h6v27zM72 109h6c6 0 9 3 9 7 0 5-4 9-14 9-8 0-11-2-11-7 0-2 1-4 4-6l-2-3c0-2 1-3 3-4-3-2-4-4-4-8 0-6 4-10 11-10l4 1h9v4h-4l2 5c0 6-4 9-12 9h-3l-1 1c0 2 1 2 3 2zm1 12c6 0 8-2 8-4s-1-2-3-2l-9-1-2 3c0 2 2 4 6 4zm6-24c0-3-2-5-5-5s-5 1-5 5 1 5 5 5c3 0 5-1 5-5z\"\n fill=\"#FFFFFF\"\n />\n <path\n d=\"M94 77c2 0 3 1 3 3s-1 4-3 4c-3 0-4-2-4-4s1-3 4-3zm3 38h-6V88h6v27zM105 115V79h10c12 0 18 6 18 17 0 13-7 19-19 19h-9zm6-6h4c7 0 12-4 12-13 0-8-5-12-13-12h-3v25z\"\n fill=\"#E17000\"\n />\n </svg>\n );\n }\n}\n"],"mappings":"2CAAA,MAAMA,EAAW
|
|
1
|
+
{"version":3,"names":["indexCss","DigidLogo","render","h","class","width","height","xmlns","version","viewBox","d","fill"],"sources":["./src/components/digid-logo/index.scss?tag=utrecht-digid-logo&encapsulation=shadow","./src/components/digid-logo/index.stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Robbert Broersma\n */\n@import \"~@utrecht/components/icon/css\";\n\n:host {\n display: inline;\n}\n\n:host([hidden]) {\n display: none !important;\n}\n","/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Rijksoverheid\n * Copyright (c) 2021 Robbert Broersma\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'utrecht-digid-logo',\n styleUrl: 'index.scss',\n shadow: true,\n})\nexport class DigidLogo {\n render() {\n return (\n <svg\n class=\"utrecht-icon\"\n width=\"100%\"\n height=\"100%\"\n xmlns=\"http://www.w3.org/2000/svg\"\n version=\"1.1\"\n viewBox=\"0 0 150 150\"\n >\n <title>DigiD</title>\n <path d=\"M136 150H14c-8 0-14-6-14-14V14C0 6 6 0 14 0h122c8 0 14 6 14 14v122c0 8-6 14-14 14z\" />\n <path\n d=\"M17 115V79h10c12 0 19 6 19 17 0 13-8 19-19 19H17zm6-6h4c7 0 12-4 12-13 0-8-5-12-13-12h-3v25zM54 77c3 0 4 1 4 3s-1 4-4 4c-2 0-3-2-3-4s1-3 3-3zm3 38h-6V88h6v27zM72 109h6c6 0 9 3 9 7 0 5-4 9-14 9-8 0-11-2-11-7 0-2 1-4 4-6l-2-3c0-2 1-3 3-4-3-2-4-4-4-8 0-6 4-10 11-10l4 1h9v4h-4l2 5c0 6-4 9-12 9h-3l-1 1c0 2 1 2 3 2zm1 12c6 0 8-2 8-4s-1-2-3-2l-9-1-2 3c0 2 2 4 6 4zm6-24c0-3-2-5-5-5s-5 1-5 5 1 5 5 5c3 0 5-1 5-5z\"\n fill=\"#FFFFFF\"\n />\n <path\n d=\"M94 77c2 0 3 1 3 3s-1 4-3 4c-3 0-4-2-4-4s1-3 4-3zm3 38h-6V88h6v27zM105 115V79h10c12 0 18 6 18 17 0 13-7 19-19 19h-9zm6-6h4c7 0 12-4 12-13 0-8-5-12-13-12h-3v25z\"\n fill=\"#E17000\"\n />\n </svg>\n );\n }\n}\n"],"mappings":"2CAAA,MAAMA,EAAW,wT,MCaJC,EAAS,M,yBACpBC,SACE,OACEC,EAAA,OACEC,MAAM,eACNC,MAAM,OACNC,OAAO,OACPC,MAAM,6BACNC,QAAQ,MACRC,QAAQ,eAERN,EAAA,sBACAA,EAAA,QAAMO,EAAE,uFACRP,EAAA,QACEO,EAAE,yZACFC,KAAK,YAEPR,EAAA,QACEO,EAAE,kKACFC,KAAK,Y"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{p as e,b as t}from"./p-8c18a309.js";export{s as setNonce}from"./p-8c18a309.js";const c=()=>{const t=import.meta.url;const c={};if(t!==""){c.resourcesUrl=new URL(".",t).href}return e(c)};c().then((e=>t(JSON.parse('[["p-457c2c8d",[[1,"utrecht-contact-card-template"]]],["p-72207964",[[1,"utrecht-digid-button",{"type":[1]}]]],["p-1e2144c8",[[1,"utrecht-backdrop",{"viewport":[4]}]]],["p-1a7bf84d",[[1,"utrecht-breadcrumb",{"json":[1],"variant":[1]}]]],["p-cc9af612",[[1,"utrecht-checkbox",{"disabled":[516],"readOnly":[516,"readonly"],"checked":[4],"value":[1]}]]],["p-48beed3b",[[1,"utrecht-custom-checkbox",{"disabled":[4],"checked":[4],"indeterminate":[4],"invalid":[4],"required":[4]}]]],["p-e5365220",[[1,"utrecht-eherkenning-logo"]]],["p-211d5c8a",[[1,"utrecht-eidas-logo"]]],["p-c68ef1a8",[[1,"utrecht-form-field-checkbox",{"label":[4],"disabled":[516],"checked":[516],"invalid":[516],"required":[516],"value":[32]}]]],["p-c73d6cc4",[[1,"utrecht-form-field-textarea",{"disabled":[516],"invalid":[516],"readOnly":[516,"readonly"],"placeholder":[1],"required":[516],"value":[1]}]]],["p-b02f2068",[[1,"utrecht-form-field-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["p-2a9d889f",[[1,"utrecht-form-toggle",{"disabled":[516],"checked":[516]}]]],["p-78b1381e",[[4,"utrecht-html-content"]]],["p-1cad09a6",[[1,"utrecht-icon-afspraak-maken"]]],["p-1a325ce1",[[1,"utrecht-icon-afval"]]],["p-8118964a",[[1,"utrecht-icon-afval-container"]]],["p-e58b561d",[[1,"utrecht-icon-afval-containerpas"]]],["p-c50fe507",[[1,"utrecht-icon-afval-kalender"]]],["p-ac01676e",[[1,"utrecht-icon-afval-pmd"]]],["p-ce7846d4",[[1,"utrecht-icon-afval-scheiden"]]],["p-33ee0888",[[1,"utrecht-icon-afvalkalender"]]],["p-7903f406",[[1,"utrecht-icon-alleen"]]],["p-f3f08556",[[1,"utrecht-icon-arrow"]]],["p-188e9cee",[[1,"utrecht-icon-auto"]]],["p-f82ceae0",[[1,"utrecht-icon-begroting"]]],["p-ba96c601",[[1,"utrecht-icon-bestemmingsplan"]]],["p-d6eabb81",[[1,"utrecht-icon-betaaldatum"]]],["p-526f65f4",[[1,"utrecht-icon-bewijsstukken"]]],["p-11d0b1ab",[[1,"utrecht-icon-bijstand"]]],["p-c5a1d4a4",[[1,"utrecht-icon-blad"]]],["p-fd335733",[[1,"utrecht-icon-bouwproject"]]],["p-0febc3b8",[[1,"utrecht-icon-brandgevaar"]]],["p-95b54429",[[1,"utrecht-icon-brief-betalen"]]],["p-064cde0c",[[1,"utrecht-icon-checkmark"]]],["p-266f3774",[[1,"utrecht-icon-college-b-w"]]],["p-c5f81921",[[1,"utrecht-icon-container"]]],["p-ea2ab34e",[[1,"utrecht-icon-container-bio"]]],["p-32db7f93",[[1,"utrecht-icon-container-glas"]]],["p-29eb54fd",[[1,"utrecht-icon-container-groenafval"]]],["p-860560df",[[1,"utrecht-icon-container-met-zak"]]],["p-4ecfbc43",[[1,"utrecht-icon-container-papier"]]],["p-4279e177",[[1,"utrecht-icon-container-pmd"]]],["p-87d03a72",[[1,"utrecht-icon-container-restafval"]]],["p-c484f256",[[1,"utrecht-icon-container-textiel"]]],["p-d581c4a1",[[1,"utrecht-icon-cross"]]],["p-e2877d17",[[1,"utrecht-icon-dakloos"]]],["p-e45dbe53",[[1,"utrecht-icon-dementie"]]],["p-869610d1",[[1,"utrecht-icon-documenten"]]],["p-58a4dc1f",[[1,"utrecht-icon-duurzaam"]]],["p-b4efe91b",[[1,"utrecht-icon-eenzaamheid"]]],["p-7f39f9c5",[[1,"utrecht-icon-eikenprocessie"]]],["p-997eabdc",[[1,"utrecht-icon-elektrisch-rijden"]]],["p-c7201021",[[1,"utrecht-icon-energie-vergoeding"]]],["p-715d9c73",[[1,"utrecht-icon-energietransitie"]]],["p-a7c868b8",[[1,"utrecht-icon-error"]]],["p-77075821",[[1,"utrecht-icon-evenementen"]]],["p-9d378217",[[1,"utrecht-icon-facebook"]]],["p-861a4934",[[1,"utrecht-icon-fiets"]]],["p-fc40a566",[[1,"utrecht-icon-filter"]]],["p-930e739b",[[1,"utrecht-icon-geboorte"]]],["p-116fe0ff",[[1,"utrecht-icon-gebruiker-centraal"]]],["p-673b4faa",[[1,"utrecht-icon-gebruiker-ingelogd"]]],["p-2b434844",[[1,"utrecht-icon-gegevenswoordenboek"]]],["p-88c7022d",[[1,"utrecht-icon-geluid"]]],["p-bf1bb7a3",[[1,"utrecht-icon-gemeente-locatie"]]],["p-d845fc07",[[1,"utrecht-icon-gemeenteraad"]]],["p-6735b52e",[[1,"utrecht-icon-gereedschap"]]],["p-77480ceb",[[1,"utrecht-icon-gezicht"]]],["p-3b49376f",[[1,"utrecht-icon-gezin"]]],["p-86e65f07",[[1,"utrecht-icon-glas-afval"]]],["p-5df30f34",[[1,"utrecht-icon-glijbaan"]]],["p-51a4afcb",[[1,"utrecht-icon-grafiek"]]],["p-41b26e06",[[1,"utrecht-icon-grofvuil"]]],["p-030f3f4d",[[1,"utrecht-icon-grofvuil-ophalen"]]],["p-cc3bb24d",[[1,"utrecht-icon-herdenking"]]],["p-da432a5c",[[1,"utrecht-icon-hondenbelasting"]]],["p-af1263e6",[[1,"utrecht-icon-horeca"]]],["p-97eb8f4f",[[1,"utrecht-icon-horecavergunning"]]],["p-2ae35a0c",[[1,"utrecht-icon-huis"]]],["p-fd30848e",[[1,"utrecht-icon-huis-en-omgeving"]]],["p-1e7f8994",[[1,"utrecht-icon-huishoudelijk-geweld"]]],["p-7ba9a659",[[1,"utrecht-icon-hulp-huishouden"]]],["p-9335f7c7",[[1,"utrecht-icon-hulp-vervoer"]]],["p-91db8395",[[1,"utrecht-icon-hulp-zorg"]]],["p-d16e99dd",[[1,"utrecht-icon-hulpmiddelen-gezin"]]],["p-e1bcbf00",[[1,"utrecht-icon-hulpverlening"]]],["p-13f50866",[[1,"utrecht-icon-idee"]]],["p-ffab9259",[[1,"utrecht-icon-informatie"]]],["p-e64bcf28",[[1,"utrecht-icon-information"]]],["p-a61a5cdb",[[1,"utrecht-icon-innovatie"]]],["p-9a1fc62d",[[1,"utrecht-icon-inspraak-inwoners"]]],["p-3434afd5",[[1,"utrecht-icon-instagram"]]],["p-db91a1ee",[[1,"utrecht-icon-kalender"]]],["p-1ad66cb0",[[1,"utrecht-icon-kennis"]]],["p-829c4a8c",[[1,"utrecht-icon-kerstbomen"]]],["p-94a8f6ef",[[1,"utrecht-icon-klachten"]]],["p-9276ceb1",[[1,"utrecht-icon-kroon"]]],["p-d4fbd892",[[1,"utrecht-icon-laadpaal"]]],["p-48acea31",[[1,"utrecht-icon-lantaarnpaal"]]],["p-639c4742",[[1,"utrecht-icon-lantaarnpaal-oud"]]],["p-5ade7b53",[[1,"utrecht-icon-leren"]]],["p-14f9222c",[[1,"utrecht-icon-let-op"]]],["p-bb490c3a",[[1,"utrecht-icon-linkedin"]]],["p-23690843",[[1,"utrecht-icon-list"]]],["p-f220ad88",[[1,"utrecht-icon-loupe"]]],["p-43dc1f01",[[1,"utrecht-icon-markt"]]],["p-06292895",[[1,"utrecht-icon-melding"]]],["p-c6280761",[[1,"utrecht-icon-melding-boom"]]],["p-e19a7b89",[[1,"utrecht-icon-melding-klacht"]]],["p-80fd66db",[[1,"utrecht-icon-melding-openbareruimte"]]],["p-ae4e1beb",[[1,"utrecht-icon-melding-verlichting"]]],["p-c94ff054",[[1,"utrecht-icon-menselijk"]]],["p-92ee9b69",[[1,"utrecht-icon-meterkast"]]],["p-9a708fe2",[[1,"utrecht-icon-milieu-ontheffing"]]],["p-ff8828f5",[[1,"utrecht-icon-milieu-zone"]]],["p-7022399e",[[1,"utrecht-icon-mobiliteit"]]],["p-95820f38",[[1,"utrecht-icon-natuur"]]],["p-96e7abbf",[[1,"utrecht-icon-nieuw-huis"]]],["p-8bb1fd73",[[1,"utrecht-icon-nummerbord"]]],["p-1e08c629",[[1,"utrecht-icon-om-het-huis"]]],["p-9c414fc7",[[1,"utrecht-icon-omgeving"]]],["p-d96dacb2",[[1,"utrecht-icon-omgevingsvisie"]]],["p-5d0d33e8",[[1,"utrecht-icon-omgevingswet"]]],["p-ec3b26ce",[[1,"utrecht-icon-onderhoud"]]],["p-78074452",[[1,"utrecht-icon-ondernemen"]]],["p-16cb55ae",[[1,"utrecht-icon-openingstijden"]]],["p-15c2a4ad",[[1,"utrecht-icon-over-de-stad"]]],["p-7283c8fb",[[1,"utrecht-icon-overlijden"]]],["p-c313bddc",[[1,"utrecht-icon-panden"]]],["p-757af985",[[1,"utrecht-icon-park"]]],["p-098c4911",[[1,"utrecht-icon-parkeerkaart"]]],["p-694bdc6f",[[1,"utrecht-icon-parkeervergunning"]]],["p-016a81e9",[[1,"utrecht-icon-parken"]]],["p-51e5d959",[[1,"utrecht-icon-parkeren"]]],["p-613e32c2",[[1,"utrecht-icon-parkeren-bedrijven"]]],["p-1aae3036",[[1,"utrecht-icon-parkeren-betaalautomaat"]]],["p-5e479734",[[1,"utrecht-icon-parkeren-betalen"]]],["p-4eeb2e1d",[[1,"utrecht-icon-participatie-campagne"]]],["p-d02a42d6",[[1,"utrecht-icon-participatie-like"]]],["p-755fdaac",[[1,"utrecht-icon-participatie-pitch"]]],["p-2406f539",[[1,"utrecht-icon-paspoort"]]],["p-2e8e0e99",[[1,"utrecht-icon-presentatie"]]],["p-e2a15199",[[1,"utrecht-icon-prijskaartje"]]],["p-b5b5ef0e",[[1,"utrecht-icon-rijbewijs"]]],["p-63a75593",[[1,"utrecht-icon-rioolheffing"]]],["p-a93c5316",[[1,"utrecht-icon-rolstoel"]]],["p-1779b7ad",[[1,"utrecht-icon-schild-gemeente-utrecht"]]],["p-feb8c523",[[1,"utrecht-icon-shoppen"]]],["p-506cd353",[[1,"utrecht-icon-sinterklaas"]]],["p-e7c5091a",[[1,"utrecht-icon-slechtziende-hoordende"]]],["p-88681055",[[1,"utrecht-icon-sport"]]],["p-13a15d5e",[[1,"utrecht-icon-sport-en-cultuur"]]],["p-4e2886df",[[1,"utrecht-icon-sport-voetbal"]]],["p-2a73b463",[[1,"utrecht-icon-stookverbod"]]],["p-b6b92645",[[1,"utrecht-icon-strand"]]],["p-ee952910",[[1,"utrecht-icon-strooien"]]],["p-8d732156",[[1,"utrecht-icon-subsidie"]]],["p-01048007",[[1,"utrecht-icon-subsidie-gezin"]]],["p-45ddf4b9",[[1,"utrecht-icon-t-shirt"]]],["p-78aef55a",[[1,"utrecht-icon-thuiswerken"]]],["p-7d0b2260",[[1,"utrecht-icon-toeslag"]]],["p-d42ce513",[[1,"utrecht-icon-trein"]]],["p-3568f8cd",[[1,"utrecht-icon-trouwen"]]],["p-bc661fcc",[[1,"utrecht-icon-twitter"]]],["p-bb9c52c8",[[1,"utrecht-icon-uw-wijk"]]],["p-8e52c155",[[1,"utrecht-icon-vaccinatie"]]],["p-734dde5e",[[1,"utrecht-icon-veilige-wijk"]]],["p-70d31c1b",[[1,"utrecht-icon-vergaderen"]]],["p-7c699a54",[[1,"utrecht-icon-vergaderendigitaal"]]],["p-5036e2da",[[1,"utrecht-icon-vergoeding"]]],["p-caa27c3b",[[1,"utrecht-icon-verhuizen"]]],["p-502a6235",[[1,"utrecht-icon-verkeerslicht"]]],["p-8dd49b1f",[[1,"utrecht-icon-verkiezingen"]]],["p-3b7a1fba",[[1,"utrecht-icon-verslaving"]]],["p-2d636036",[[1,"utrecht-icon-vervoersvoorziening"]]],["p-088e6060",[[1,"utrecht-icon-virus"]]],["p-c35bbf6c",[[1,"utrecht-icon-vluchtelingen"]]],["p-46b6e724",[[1,"utrecht-icon-voorzieningen-vervoer"]]],["p-316cfc75",[[1,"utrecht-icon-vrijwilligerswerk"]]],["p-1598f1c9",[[1,"utrecht-icon-vuilnisbak"]]],["p-0da66f96",[[1,"utrecht-icon-vuilniszak"]]],["p-0b2c8235",[[1,"utrecht-icon-vuurwerk"]]],["p-ac92c849",[[1,"utrecht-icon-wandelstok"]]],["p-e889df6b",[[1,"utrecht-icon-warm"]]],["p-5f66616d",[[1,"utrecht-icon-warning"]]],["p-d6dcef51",[[1,"utrecht-icon-werken"]]],["p-9f5b3744",[[1,"utrecht-icon-werkzaamheden"]]],["p-ca284b1b",[[1,"utrecht-icon-whatsapp"]]],["p-1a57a2b5",[[1,"utrecht-icon-wonen-kosten"]]],["p-5708239e",[[1,"utrecht-icon-woning-zoeken"]]],["p-db4a711a",[[1,"utrecht-icon-youtube"]]],["p-5fb5250a",[[1,"utrecht-icon-zelfstandig-wonen"]]],["p-98421c3f",[[1,"utrecht-icon-zoomin"]]],["p-81843f41",[[1,"utrecht-icon-zoomout"]]],["p-85e0fac5",[[1,"utrecht-icon-zorg-huis"]]],["p-ffe0b534",[[1,"utrecht-icon-zweefpaal"]]],["p-55e440eb",[[1,"utrecht-icon-zwemmen"]]],["p-5b10f0ee",[[1,"utrecht-logo-button"]]],["p-d40cd3d8",[[1,"utrecht-map-marker"]]],["p-918e0677",[[1,"utrecht-page-footer"]]],["p-b33a0505",[[1,"utrecht-pagination",{"links":[1],"next":[1],"prev":[1],"currentIndex":[2,"current-index"]}]]],["p-be19ad50",[[1,"utrecht-sidenav",{"json":[1]}]]],["p-b04137d4",[[1,"utrecht-table"]]],["p-c107edc8",[[1,"utrecht-table-body"]]],["p-20e71a51",[[1,"utrecht-table-caption"]]],["p-f53e325f",[[1,"utrecht-table-cell"]]],["p-8094463e",[[1,"utrecht-table-footer"]]],["p-0f75c75f",[[1,"utrecht-table-header"]]],["p-5bea1ba0",[[1,"utrecht-table-header-cell",{"scope":[1]}]]],["p-af711695",[[1,"utrecht-table-row"]]],["p-86d190ef",[[1,"utrecht-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["p-fb54cd83",[[1,"utrecht-digid-logo"]]],["p-8f124e14",[[1,"utrecht-alert",{"type":[1]}],[1,"utrecht-article"],[1,"utrecht-badge-counter",{"value":[2],"max":[2],"locale":[1]}],[1,"utrecht-badge-data"],[1,"utrecht-badge-status",{"status":[1]}],[1,"utrecht-button",{"appearance":[1],"busy":[4],"disabled":[4],"type":[1]}],[1,"utrecht-button-group"],[1,"utrecht-button-link",{"appearance":[1],"external":[4],"href":[1],"placeholder":[4]}],[1,"utrecht-code"],[1,"utrecht-code-block"],[1,"utrecht-color-sample",{"color":[1]}],[1,"utrecht-document"],[1,"utrecht-emphasis"],[1,"utrecht-form-field-description",{"status":[513]}],[1,"utrecht-heading",{"level":[2]}],[1,"utrecht-heading-1"],[1,"utrecht-heading-4"],[1,"utrecht-heading-5"],[1,"utrecht-heading-6"],[1,"utrecht-heading-group"],[1,"utrecht-icon"],[1,"utrecht-link",{"href":[1]}],[1,"utrecht-link-button",{"disabled":[4],"type":[1],"inline":[4],"pressed":[4]}],[1,"utrecht-logo"],[1,"utrecht-mark"],[1,"utrecht-number-value",{"value":[8]}],[1,"utrecht-page"],[1,"utrecht-page-content"],[1,"utrecht-page-header"],[1,"utrecht-pre-heading"],[1,"utrecht-separator"],[1,"utrecht-skip-link",{"href":[1]}],[1,"utrecht-spotlight-section",{"appearance":[1]}],[1,"utrecht-url"],[1,"utrecht-heading-2"],[1,"utrecht-heading-3"],[1,"utrecht-paragraph",{"lead":[4]}]]]]'),e)));
|
|
1
|
+
import{p as e,b as t}from"./p-8c18a309.js";export{s as setNonce}from"./p-8c18a309.js";const c=()=>{const t=import.meta.url;const c={};if(t!==""){c.resourcesUrl=new URL(".",t).href}return e(c)};c().then((e=>t(JSON.parse('[["p-457c2c8d",[[1,"utrecht-contact-card-template"]]],["p-72207964",[[1,"utrecht-digid-button",{"type":[1]}]]],["p-1e2144c8",[[1,"utrecht-backdrop",{"viewport":[4]}]]],["p-1a7bf84d",[[1,"utrecht-breadcrumb",{"json":[1],"variant":[1]}]]],["p-cc9af612",[[1,"utrecht-checkbox",{"disabled":[516],"readOnly":[516,"readonly"],"checked":[4],"value":[1]}]]],["p-48beed3b",[[1,"utrecht-custom-checkbox",{"disabled":[4],"checked":[4],"indeterminate":[4],"invalid":[4],"required":[4]}]]],["p-445bf884",[[1,"utrecht-eherkenning-logo"]]],["p-646f05ff",[[1,"utrecht-eidas-logo"]]],["p-c68ef1a8",[[1,"utrecht-form-field-checkbox",{"label":[4],"disabled":[516],"checked":[516],"invalid":[516],"required":[516],"value":[32]}]]],["p-c73d6cc4",[[1,"utrecht-form-field-textarea",{"disabled":[516],"invalid":[516],"readOnly":[516,"readonly"],"placeholder":[1],"required":[516],"value":[1]}]]],["p-b02f2068",[[1,"utrecht-form-field-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["p-2a9d889f",[[1,"utrecht-form-toggle",{"disabled":[516],"checked":[516]}]]],["p-78b1381e",[[4,"utrecht-html-content"]]],["p-1cad09a6",[[1,"utrecht-icon-afspraak-maken"]]],["p-1a325ce1",[[1,"utrecht-icon-afval"]]],["p-8118964a",[[1,"utrecht-icon-afval-container"]]],["p-e58b561d",[[1,"utrecht-icon-afval-containerpas"]]],["p-c50fe507",[[1,"utrecht-icon-afval-kalender"]]],["p-ac01676e",[[1,"utrecht-icon-afval-pmd"]]],["p-ce7846d4",[[1,"utrecht-icon-afval-scheiden"]]],["p-33ee0888",[[1,"utrecht-icon-afvalkalender"]]],["p-7903f406",[[1,"utrecht-icon-alleen"]]],["p-f3f08556",[[1,"utrecht-icon-arrow"]]],["p-188e9cee",[[1,"utrecht-icon-auto"]]],["p-f82ceae0",[[1,"utrecht-icon-begroting"]]],["p-ba96c601",[[1,"utrecht-icon-bestemmingsplan"]]],["p-d6eabb81",[[1,"utrecht-icon-betaaldatum"]]],["p-526f65f4",[[1,"utrecht-icon-bewijsstukken"]]],["p-11d0b1ab",[[1,"utrecht-icon-bijstand"]]],["p-c5a1d4a4",[[1,"utrecht-icon-blad"]]],["p-fd335733",[[1,"utrecht-icon-bouwproject"]]],["p-0febc3b8",[[1,"utrecht-icon-brandgevaar"]]],["p-95b54429",[[1,"utrecht-icon-brief-betalen"]]],["p-064cde0c",[[1,"utrecht-icon-checkmark"]]],["p-266f3774",[[1,"utrecht-icon-college-b-w"]]],["p-c5f81921",[[1,"utrecht-icon-container"]]],["p-ea2ab34e",[[1,"utrecht-icon-container-bio"]]],["p-32db7f93",[[1,"utrecht-icon-container-glas"]]],["p-29eb54fd",[[1,"utrecht-icon-container-groenafval"]]],["p-860560df",[[1,"utrecht-icon-container-met-zak"]]],["p-4ecfbc43",[[1,"utrecht-icon-container-papier"]]],["p-4279e177",[[1,"utrecht-icon-container-pmd"]]],["p-87d03a72",[[1,"utrecht-icon-container-restafval"]]],["p-c484f256",[[1,"utrecht-icon-container-textiel"]]],["p-d581c4a1",[[1,"utrecht-icon-cross"]]],["p-e2877d17",[[1,"utrecht-icon-dakloos"]]],["p-e45dbe53",[[1,"utrecht-icon-dementie"]]],["p-869610d1",[[1,"utrecht-icon-documenten"]]],["p-58a4dc1f",[[1,"utrecht-icon-duurzaam"]]],["p-b4efe91b",[[1,"utrecht-icon-eenzaamheid"]]],["p-7f39f9c5",[[1,"utrecht-icon-eikenprocessie"]]],["p-997eabdc",[[1,"utrecht-icon-elektrisch-rijden"]]],["p-c7201021",[[1,"utrecht-icon-energie-vergoeding"]]],["p-715d9c73",[[1,"utrecht-icon-energietransitie"]]],["p-a7c868b8",[[1,"utrecht-icon-error"]]],["p-77075821",[[1,"utrecht-icon-evenementen"]]],["p-9d378217",[[1,"utrecht-icon-facebook"]]],["p-861a4934",[[1,"utrecht-icon-fiets"]]],["p-fc40a566",[[1,"utrecht-icon-filter"]]],["p-930e739b",[[1,"utrecht-icon-geboorte"]]],["p-116fe0ff",[[1,"utrecht-icon-gebruiker-centraal"]]],["p-673b4faa",[[1,"utrecht-icon-gebruiker-ingelogd"]]],["p-2b434844",[[1,"utrecht-icon-gegevenswoordenboek"]]],["p-88c7022d",[[1,"utrecht-icon-geluid"]]],["p-bf1bb7a3",[[1,"utrecht-icon-gemeente-locatie"]]],["p-d845fc07",[[1,"utrecht-icon-gemeenteraad"]]],["p-6735b52e",[[1,"utrecht-icon-gereedschap"]]],["p-77480ceb",[[1,"utrecht-icon-gezicht"]]],["p-3b49376f",[[1,"utrecht-icon-gezin"]]],["p-86e65f07",[[1,"utrecht-icon-glas-afval"]]],["p-5df30f34",[[1,"utrecht-icon-glijbaan"]]],["p-51a4afcb",[[1,"utrecht-icon-grafiek"]]],["p-41b26e06",[[1,"utrecht-icon-grofvuil"]]],["p-030f3f4d",[[1,"utrecht-icon-grofvuil-ophalen"]]],["p-cc3bb24d",[[1,"utrecht-icon-herdenking"]]],["p-da432a5c",[[1,"utrecht-icon-hondenbelasting"]]],["p-af1263e6",[[1,"utrecht-icon-horeca"]]],["p-97eb8f4f",[[1,"utrecht-icon-horecavergunning"]]],["p-2ae35a0c",[[1,"utrecht-icon-huis"]]],["p-fd30848e",[[1,"utrecht-icon-huis-en-omgeving"]]],["p-1e7f8994",[[1,"utrecht-icon-huishoudelijk-geweld"]]],["p-7ba9a659",[[1,"utrecht-icon-hulp-huishouden"]]],["p-9335f7c7",[[1,"utrecht-icon-hulp-vervoer"]]],["p-91db8395",[[1,"utrecht-icon-hulp-zorg"]]],["p-d16e99dd",[[1,"utrecht-icon-hulpmiddelen-gezin"]]],["p-e1bcbf00",[[1,"utrecht-icon-hulpverlening"]]],["p-13f50866",[[1,"utrecht-icon-idee"]]],["p-ffab9259",[[1,"utrecht-icon-informatie"]]],["p-e64bcf28",[[1,"utrecht-icon-information"]]],["p-a61a5cdb",[[1,"utrecht-icon-innovatie"]]],["p-9a1fc62d",[[1,"utrecht-icon-inspraak-inwoners"]]],["p-3434afd5",[[1,"utrecht-icon-instagram"]]],["p-db91a1ee",[[1,"utrecht-icon-kalender"]]],["p-1ad66cb0",[[1,"utrecht-icon-kennis"]]],["p-829c4a8c",[[1,"utrecht-icon-kerstbomen"]]],["p-94a8f6ef",[[1,"utrecht-icon-klachten"]]],["p-9276ceb1",[[1,"utrecht-icon-kroon"]]],["p-d4fbd892",[[1,"utrecht-icon-laadpaal"]]],["p-48acea31",[[1,"utrecht-icon-lantaarnpaal"]]],["p-639c4742",[[1,"utrecht-icon-lantaarnpaal-oud"]]],["p-5ade7b53",[[1,"utrecht-icon-leren"]]],["p-14f9222c",[[1,"utrecht-icon-let-op"]]],["p-bb490c3a",[[1,"utrecht-icon-linkedin"]]],["p-23690843",[[1,"utrecht-icon-list"]]],["p-f220ad88",[[1,"utrecht-icon-loupe"]]],["p-43dc1f01",[[1,"utrecht-icon-markt"]]],["p-06292895",[[1,"utrecht-icon-melding"]]],["p-c6280761",[[1,"utrecht-icon-melding-boom"]]],["p-e19a7b89",[[1,"utrecht-icon-melding-klacht"]]],["p-80fd66db",[[1,"utrecht-icon-melding-openbareruimte"]]],["p-ae4e1beb",[[1,"utrecht-icon-melding-verlichting"]]],["p-c94ff054",[[1,"utrecht-icon-menselijk"]]],["p-92ee9b69",[[1,"utrecht-icon-meterkast"]]],["p-9a708fe2",[[1,"utrecht-icon-milieu-ontheffing"]]],["p-ff8828f5",[[1,"utrecht-icon-milieu-zone"]]],["p-7022399e",[[1,"utrecht-icon-mobiliteit"]]],["p-95820f38",[[1,"utrecht-icon-natuur"]]],["p-96e7abbf",[[1,"utrecht-icon-nieuw-huis"]]],["p-8bb1fd73",[[1,"utrecht-icon-nummerbord"]]],["p-1e08c629",[[1,"utrecht-icon-om-het-huis"]]],["p-9c414fc7",[[1,"utrecht-icon-omgeving"]]],["p-d96dacb2",[[1,"utrecht-icon-omgevingsvisie"]]],["p-5d0d33e8",[[1,"utrecht-icon-omgevingswet"]]],["p-ec3b26ce",[[1,"utrecht-icon-onderhoud"]]],["p-78074452",[[1,"utrecht-icon-ondernemen"]]],["p-16cb55ae",[[1,"utrecht-icon-openingstijden"]]],["p-15c2a4ad",[[1,"utrecht-icon-over-de-stad"]]],["p-7283c8fb",[[1,"utrecht-icon-overlijden"]]],["p-c313bddc",[[1,"utrecht-icon-panden"]]],["p-757af985",[[1,"utrecht-icon-park"]]],["p-098c4911",[[1,"utrecht-icon-parkeerkaart"]]],["p-694bdc6f",[[1,"utrecht-icon-parkeervergunning"]]],["p-016a81e9",[[1,"utrecht-icon-parken"]]],["p-51e5d959",[[1,"utrecht-icon-parkeren"]]],["p-613e32c2",[[1,"utrecht-icon-parkeren-bedrijven"]]],["p-1aae3036",[[1,"utrecht-icon-parkeren-betaalautomaat"]]],["p-5e479734",[[1,"utrecht-icon-parkeren-betalen"]]],["p-4eeb2e1d",[[1,"utrecht-icon-participatie-campagne"]]],["p-d02a42d6",[[1,"utrecht-icon-participatie-like"]]],["p-755fdaac",[[1,"utrecht-icon-participatie-pitch"]]],["p-2406f539",[[1,"utrecht-icon-paspoort"]]],["p-2e8e0e99",[[1,"utrecht-icon-presentatie"]]],["p-e2a15199",[[1,"utrecht-icon-prijskaartje"]]],["p-b5b5ef0e",[[1,"utrecht-icon-rijbewijs"]]],["p-63a75593",[[1,"utrecht-icon-rioolheffing"]]],["p-a93c5316",[[1,"utrecht-icon-rolstoel"]]],["p-1779b7ad",[[1,"utrecht-icon-schild-gemeente-utrecht"]]],["p-feb8c523",[[1,"utrecht-icon-shoppen"]]],["p-506cd353",[[1,"utrecht-icon-sinterklaas"]]],["p-e7c5091a",[[1,"utrecht-icon-slechtziende-hoordende"]]],["p-88681055",[[1,"utrecht-icon-sport"]]],["p-13a15d5e",[[1,"utrecht-icon-sport-en-cultuur"]]],["p-4e2886df",[[1,"utrecht-icon-sport-voetbal"]]],["p-2a73b463",[[1,"utrecht-icon-stookverbod"]]],["p-b6b92645",[[1,"utrecht-icon-strand"]]],["p-ee952910",[[1,"utrecht-icon-strooien"]]],["p-8d732156",[[1,"utrecht-icon-subsidie"]]],["p-01048007",[[1,"utrecht-icon-subsidie-gezin"]]],["p-45ddf4b9",[[1,"utrecht-icon-t-shirt"]]],["p-78aef55a",[[1,"utrecht-icon-thuiswerken"]]],["p-7d0b2260",[[1,"utrecht-icon-toeslag"]]],["p-d42ce513",[[1,"utrecht-icon-trein"]]],["p-3568f8cd",[[1,"utrecht-icon-trouwen"]]],["p-bc661fcc",[[1,"utrecht-icon-twitter"]]],["p-bb9c52c8",[[1,"utrecht-icon-uw-wijk"]]],["p-8e52c155",[[1,"utrecht-icon-vaccinatie"]]],["p-734dde5e",[[1,"utrecht-icon-veilige-wijk"]]],["p-70d31c1b",[[1,"utrecht-icon-vergaderen"]]],["p-7c699a54",[[1,"utrecht-icon-vergaderendigitaal"]]],["p-5036e2da",[[1,"utrecht-icon-vergoeding"]]],["p-caa27c3b",[[1,"utrecht-icon-verhuizen"]]],["p-502a6235",[[1,"utrecht-icon-verkeerslicht"]]],["p-8dd49b1f",[[1,"utrecht-icon-verkiezingen"]]],["p-3b7a1fba",[[1,"utrecht-icon-verslaving"]]],["p-2d636036",[[1,"utrecht-icon-vervoersvoorziening"]]],["p-088e6060",[[1,"utrecht-icon-virus"]]],["p-c35bbf6c",[[1,"utrecht-icon-vluchtelingen"]]],["p-46b6e724",[[1,"utrecht-icon-voorzieningen-vervoer"]]],["p-316cfc75",[[1,"utrecht-icon-vrijwilligerswerk"]]],["p-1598f1c9",[[1,"utrecht-icon-vuilnisbak"]]],["p-0da66f96",[[1,"utrecht-icon-vuilniszak"]]],["p-0b2c8235",[[1,"utrecht-icon-vuurwerk"]]],["p-ac92c849",[[1,"utrecht-icon-wandelstok"]]],["p-e889df6b",[[1,"utrecht-icon-warm"]]],["p-5f66616d",[[1,"utrecht-icon-warning"]]],["p-d6dcef51",[[1,"utrecht-icon-werken"]]],["p-9f5b3744",[[1,"utrecht-icon-werkzaamheden"]]],["p-ca284b1b",[[1,"utrecht-icon-whatsapp"]]],["p-1a57a2b5",[[1,"utrecht-icon-wonen-kosten"]]],["p-5708239e",[[1,"utrecht-icon-woning-zoeken"]]],["p-db4a711a",[[1,"utrecht-icon-youtube"]]],["p-5fb5250a",[[1,"utrecht-icon-zelfstandig-wonen"]]],["p-98421c3f",[[1,"utrecht-icon-zoomin"]]],["p-81843f41",[[1,"utrecht-icon-zoomout"]]],["p-85e0fac5",[[1,"utrecht-icon-zorg-huis"]]],["p-ffe0b534",[[1,"utrecht-icon-zweefpaal"]]],["p-55e440eb",[[1,"utrecht-icon-zwemmen"]]],["p-5b10f0ee",[[1,"utrecht-logo-button"]]],["p-d40cd3d8",[[1,"utrecht-map-marker"]]],["p-918e0677",[[1,"utrecht-page-footer"]]],["p-b33a0505",[[1,"utrecht-pagination",{"links":[1],"next":[1],"prev":[1],"currentIndex":[2,"current-index"]}]]],["p-be19ad50",[[1,"utrecht-sidenav",{"json":[1]}]]],["p-b04137d4",[[1,"utrecht-table"]]],["p-c107edc8",[[1,"utrecht-table-body"]]],["p-20e71a51",[[1,"utrecht-table-caption"]]],["p-f53e325f",[[1,"utrecht-table-cell"]]],["p-8094463e",[[1,"utrecht-table-footer"]]],["p-0f75c75f",[[1,"utrecht-table-header"]]],["p-5bea1ba0",[[1,"utrecht-table-header-cell",{"scope":[1]}]]],["p-af711695",[[1,"utrecht-table-row"]]],["p-86d190ef",[[1,"utrecht-textbox",{"autoComplete":[513,"autocomplete"],"disabled":[516],"invalid":[516],"min":[1],"max":[1],"pattern":[1],"placeholder":[1],"readOnly":[516,"readonly"],"required":[516],"type":[513],"value":[1]}]]],["p-de3541c1",[[1,"utrecht-digid-logo"]]],["p-8f124e14",[[1,"utrecht-alert",{"type":[1]}],[1,"utrecht-article"],[1,"utrecht-badge-counter",{"value":[2],"max":[2],"locale":[1]}],[1,"utrecht-badge-data"],[1,"utrecht-badge-status",{"status":[1]}],[1,"utrecht-button",{"appearance":[1],"busy":[4],"disabled":[4],"type":[1]}],[1,"utrecht-button-group"],[1,"utrecht-button-link",{"appearance":[1],"external":[4],"href":[1],"placeholder":[4]}],[1,"utrecht-code"],[1,"utrecht-code-block"],[1,"utrecht-color-sample",{"color":[1]}],[1,"utrecht-document"],[1,"utrecht-emphasis"],[1,"utrecht-form-field-description",{"status":[513]}],[1,"utrecht-heading",{"level":[2]}],[1,"utrecht-heading-1"],[1,"utrecht-heading-4"],[1,"utrecht-heading-5"],[1,"utrecht-heading-6"],[1,"utrecht-heading-group"],[1,"utrecht-icon"],[1,"utrecht-link",{"href":[1]}],[1,"utrecht-link-button",{"disabled":[4],"type":[1],"inline":[4],"pressed":[4]}],[1,"utrecht-logo"],[1,"utrecht-mark"],[1,"utrecht-number-value",{"value":[8]}],[1,"utrecht-page"],[1,"utrecht-page-content"],[1,"utrecht-page-header"],[1,"utrecht-pre-heading"],[1,"utrecht-separator"],[1,"utrecht-skip-link",{"href":[1]}],[1,"utrecht-spotlight-section",{"appearance":[1]}],[1,"utrecht-url"],[1,"utrecht-heading-2"],[1,"utrecht-heading-3"],[1,"utrecht-paragraph",{"lead":[4]}]]]]'),e)));
|
|
2
2
|
//# sourceMappingURL=utrecht.esm.js.map
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.504",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"@stencil/vue-output-target": "0.8.2",
|
|
33
33
|
"@types/jest": "29.5.1",
|
|
34
34
|
"@types/node": "18.16.3",
|
|
35
|
-
"@utrecht/components": "1.0.0-alpha.
|
|
36
|
-
"@utrecht/icon": "1.0.0-alpha.
|
|
35
|
+
"@utrecht/components": "1.0.0-alpha.466",
|
|
36
|
+
"@utrecht/icon": "1.0.0-alpha.393",
|
|
37
37
|
"chokidar-cli": "3.0.0",
|
|
38
38
|
"clsx": "1.2.1",
|
|
39
39
|
"node-sass-package-importer": "5.3.2",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"watch:build": "stencil build --watch",
|
|
60
60
|
"generate": "stencil generate"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "fd996e89968a74555bbda4111cc697e5af0a57b8"
|
|
63
63
|
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{r as L,h as t}from"./p-8c18a309.js";const i=".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}:host{display:inline}:host([hidden]){display:none !important}";const l=class{constructor(t){L(this,t)}render(){return t("svg",{class:"utrecht-icon",viewBox:"0 0 21 20",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t("path",{d:"M21 17.3383C21 18.2955 20.2291 19.0664 19.272 19.0664H1.72805C0.770872 19.0664 0 18.2955 0 17.3383V1.72805C0 0.770879 0.777296 0 1.72805 0H19.272C20.2291 0 21 0.777303 21 1.72805V17.3383Z",fill:"#2C4375"}),t("path",{d:"M7.88867 19.0984V15.9057C7.88867 14.5952 8.94862 13.5353 10.2591 13.5353H17.0493C18.3598 13.5353 19.4197 14.6017 19.4197 15.9057V19.0984",fill:"white"}),t("path",{d:"M9.38546 9.78369C9.55891 9.19911 9.83513 8.72373 10.2141 8.34472C10.5932 7.97213 11.075 7.69589 11.6724 7.51602C12.2698 7.33615 12.9765 7.24622 13.8051 7.24622C14.4989 7.24622 15.1028 7.32973 15.6231 7.49675C16.1435 7.66377 16.5932 7.92716 16.985 8.2869C17.4411 8.71089 17.7495 9.20553 17.9101 9.76442C18.0707 10.3233 18.1542 11.0299 18.1542 11.8651V17.0428C18.1542 17.486 18.0514 17.8201 17.8523 18.0385C17.6467 18.2569 17.3833 18.3661 17.0557 18.3661C16.7281 18.3661 16.4647 18.2569 16.272 18.0385C16.0792 17.8201 15.9765 17.4925 15.9765 17.0428V11.7173C15.9765 10.7987 15.803 10.1113 15.4497 9.66163C15.0964 9.21196 14.4989 8.98069 13.6445 8.98069C13.0278 8.98069 12.5525 9.0899 12.2056 9.31474C11.8651 9.53958 11.6274 9.84793 11.4925 10.2526C11.3576 10.6574 11.2934 11.1584 11.2934 11.7559V17.0428C11.2934 17.4796 11.197 17.8137 10.9979 18.0321C10.7987 18.2505 10.5353 18.3597 10.1949 18.3597C9.87367 18.3597 9.6103 18.2505 9.41758 18.0321C9.21844 17.8137 9.12207 17.4796 9.12207 17.0428V11.8779C9.12207 11.0621 9.21201 10.3683 9.38546 9.78369Z",fill:"white"}),t("path",{d:"M13.169 0.648804L13.683 2.0942L15.3275 2.08778L13.9913 2.98071L14.5052 4.41968L13.169 3.52675L11.8457 4.41968L12.3532 2.98071L11.0234 2.08778L12.668 2.0942L13.169 0.648804Z",fill:"#F2CD23"}),t("path",{d:"M18.2893 1.59314L18.7968 3.03854L20.4413 3.03211L19.1116 3.91862L19.6191 5.35759L18.2893 4.46466L16.9595 5.35759L17.4735 3.91862L16.1309 3.03211L17.7882 3.03854L18.2893 1.59314Z",fill:"#F2CD23"}),t("path",{d:"M3.60369 14.833L4.11118 16.2784L5.75573 16.272L4.41954 17.1585L4.93346 18.5975L3.60369 17.7045L2.27392 18.5975L2.78784 17.1585L1.45166 16.272L3.09619 16.2784L3.60369 14.833Z",fill:"#F2CD23"}),t("path",{d:"M4.80536 5.51819L5.31284 6.96358L6.95739 6.95716L5.62763 7.84367L6.13512 9.28264L4.80536 8.38971L3.47559 9.28264L3.98308 7.84367L2.65332 6.95716L4.30428 6.96358L4.80536 5.51819Z",fill:"#F2CD23"}),t("path",{d:"M8.43483 2.07495L8.93591 3.52035L10.5869 3.51392L9.25068 4.40043L9.76459 5.83941L8.43483 4.94647L7.10507 5.83941L7.61256 4.40043L6.27637 3.51392L7.92733 3.52035L8.43483 2.07495Z",fill:"#F2CD23"}),t("path",{d:"M3.12176 10.3234L3.62925 11.7688L5.28021 11.7623L3.94402 12.6488L4.45152 14.0878L3.12176 13.1949L1.79198 14.0878L2.3059 12.6488L0.969727 11.7623L2.61426 11.7688L3.12176 10.3234Z",fill:"#F2CD23"}))}};l.style=i;export{l as utrecht_eidas_logo};
|
|
2
|
-
//# sourceMappingURL=p-211d5c8a.entry.js.map
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{r as c,h as t}from"./p-8c18a309.js";const e=".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}:host{display:inline}:host([hidden]){display:none !important}";const l=class{constructor(t){c(this,t)}render(){return t("svg",{class:"utrecht-icon",xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"-1 0 81 80"},t("title",null,"Eherkenning"),t("rect",{fill:"#E0E0E0",width:"80",height:"80"}),t("path",{"fill-rule":"evenodd",fill:"#00328C",d:"M37.363,23.178c0,2.027,0,4.055,0,6.08c-4.257,0-9.55,0-14.208,0 c-1.662,0-3.648-0.207-4.799,0.193c-1.041,0.359-1.796,1.169-2.176,2.111c-0.439,1.084-0.32,2.8-0.32,4.414c0,3.425,0,6.055,0,9.475 c0,1.531-0.159,3.325,0.191,4.479c0.316,1.042,1.316,2.194,2.561,2.496c1.318,0.319,3.094,0.064,4.672,0.064 c4.599,0,9.521,0,14.08,0c0,2.025,0,4.053,0,6.08c-6.402-0.083-12.492,0.112-18.176,0c-4.937-0.099-8.966-3.966-9.344-8.833 c-0.226-2.883,0-5.901,0-8.769c0-2.971-0.19-5.932,0-8.767c0.328-4.896,4.208-8.676,8.959-9.024c3.002-0.222,6.129,0,9.28,0 C31.145,23.178,34.26,23.178,37.363,23.178z"}),t("path",{"fill-rule":"evenodd",fill:"#FF0079",d:"M42.867,23.178c1.962,0,3.926,0,5.888,0c0,4.864,0,9.729,0,14.592 c-1.984,0-3.969,0-5.952,0c0-4.801,0-9.6,0-14.399C42.797,23.279,42.792,23.188,42.867,23.178z"}),t("path",{"fill-rule":"evenodd",fill:"#FF0079",d:"M64.434,23.178c1.941,0,3.883,0,5.824,0c0,11.798,0,23.595,0,35.393 c-1.962,0-3.926,0-5.888,0c0-4.992,0-9.984,0-14.977c-5.077,0-10.155,0-15.232,0c0.824-1.95,1.651-3.896,2.56-5.76 c4.203,0,8.405,0,12.608,0c0.15-4.693,0.021-9.664,0.064-14.464C64.365,23.279,64.36,23.188,64.434,23.178z"}),t("path",{"fill-rule":"evenodd",fill:"#00328C",d:"M19.89,37.77c5.376,0,10.752,0,16.129,0c-0.772,2.022-1.748,3.843-2.56,5.824 c-4.544,0-9.088,0-13.633,0c0-1.877,0-3.755,0-5.633C19.821,37.87,19.816,37.781,19.89,37.77z"}),t("path",{"fill-rule":"evenodd",fill:"#FF0079",d:"M42.93,43.594c1.941,0,3.883,0,5.824,0c0,4.992,0,9.984,0,14.977 c-1.984,0-3.969,0-5.952,0c0-4.93,0-9.856,0-14.783C42.8,43.678,42.851,43.62,42.93,43.594z"}))}};l.style=e;export{l as utrecht_eherkenning_logo};
|
|
2
|
-
//# sourceMappingURL=p-e5365220.entry.js.map
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
import{r as t,h as c}from"./p-8c18a309.js";const h=".utrecht-icon{color:var(--utrecht-icon-color);display:inline-block;height:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start, 0);position:relative;width:var(--utrecht-icon-size)}:host{display:inline}:host([hidden]){display:none !important}";const i=class{constructor(c){t(this,c)}render(){return c("svg",{class:"utrecht-icon",width:"100%",height:"100%",xmlns:"http://www.w3.org/2000/svg",version:"1.1",viewBox:"0 0 150 150"},c("title",null,"DigiD"),c("path",{d:"M136 150H14c-8 0-14-6-14-14V14C0 6 6 0 14 0h122c8 0 14 6 14 14v122c0 8-6 14-14 14z"}),c("path",{d:"M17 115V79h10c12 0 19 6 19 17 0 13-8 19-19 19H17zm6-6h4c7 0 12-4 12-13 0-8-5-12-13-12h-3v25zM54 77c3 0 4 1 4 3s-1 4-4 4c-2 0-3-2-3-4s1-3 3-3zm3 38h-6V88h6v27zM72 109h6c6 0 9 3 9 7 0 5-4 9-14 9-8 0-11-2-11-7 0-2 1-4 4-6l-2-3c0-2 1-3 3-4-3-2-4-4-4-8 0-6 4-10 11-10l4 1h9v4h-4l2 5c0 6-4 9-12 9h-3l-1 1c0 2 1 2 3 2zm1 12c6 0 8-2 8-4s-1-2-3-2l-9-1-2 3c0 2 2 4 6 4zm6-24c0-3-2-5-5-5s-5 1-5 5 1 5 5 5c3 0 5-1 5-5z",fill:"#FFFFFF"}),c("path",{d:"M94 77c2 0 3 1 3 3s-1 4-3 4c-3 0-4-2-4-4s1-3 4-3zm3 38h-6V88h6v27zM105 115V79h10c12 0 18 6 18 17 0 13-7 19-19 19h-9zm6-6h4c7 0 12-4 12-13 0-8-5-12-13-12h-3v25z",fill:"#E17000"}))}};i.style=h;export{i as utrecht_digid_logo};
|
|
2
|
-
//# sourceMappingURL=p-fb54cd83.entry.js.map
|