@siemens/ix-icons 1.1.2 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (101) hide show
  1. package/dist/cjs/icon-f93d1754.js +125 -0
  2. package/dist/cjs/icon-f93d1754.js.map +1 -0
  3. package/dist/cjs/{index-22d7f5a7.js → index-4251dd4f.js} +51 -82
  4. package/dist/cjs/index-4251dd4f.js.map +1 -0
  5. package/dist/cjs/index.cjs.js +2 -2
  6. package/dist/cjs/ix-icon.cjs.entry.js +2 -2
  7. package/dist/cjs/ix-icons.cjs.js +3 -3
  8. package/dist/cjs/ix-icons.cjs.js.map +1 -1
  9. package/dist/cjs/loader.cjs.js +3 -3
  10. package/dist/cjs/loader.cjs.js.map +1 -1
  11. package/dist/collection/collection-manifest.json +1 -1
  12. package/dist/collection/components/icon/icon.css +771 -665
  13. package/dist/collection/components/icon/icon.js +9 -30
  14. package/dist/collection/components/icon/icon.js.map +1 -1
  15. package/dist/collection/components/icon/question.js +5 -0
  16. package/dist/collection/components/icon/question.js.map +1 -0
  17. package/dist/collection/components/icon/resolveIcon.js +19 -13
  18. package/dist/collection/components/icon/resolveIcon.js.map +1 -1
  19. package/dist/components/icon.js +32 -22
  20. package/dist/components/icon.js.map +1 -1
  21. package/dist/css/ix-icons.css +673 -641
  22. package/dist/esm/icon-6a9c5e3a.js +123 -0
  23. package/dist/esm/icon-6a9c5e3a.js.map +1 -0
  24. package/dist/esm/{index-460e19e2.js → index-68769e11.js} +51 -82
  25. package/dist/esm/index-68769e11.js.map +1 -0
  26. package/dist/esm/index.js +2 -2
  27. package/dist/esm/ix-icon.entry.js +2 -2
  28. package/dist/esm/ix-icons.js +4 -4
  29. package/dist/esm/ix-icons.js.map +1 -1
  30. package/dist/esm/loader.js +4 -4
  31. package/dist/esm/loader.js.map +1 -1
  32. package/dist/fonts/ix-icons.eot +0 -0
  33. package/dist/fonts/ix-icons.svg +738 -642
  34. package/dist/fonts/ix-icons.ttf +0 -0
  35. package/dist/fonts/ix-icons.woff +0 -0
  36. package/dist/fonts/ix-icons.woff2 +0 -0
  37. package/dist/ix-icons/index.esm.js +1 -1
  38. package/dist/ix-icons/ix-icons.esm.js +1 -1
  39. package/dist/ix-icons/ix-icons.esm.js.map +1 -1
  40. package/dist/ix-icons/p-3f1bfdd7.js +2 -0
  41. package/dist/ix-icons/p-3f1bfdd7.js.map +1 -0
  42. package/dist/ix-icons/p-56e47578.entry.js +2 -0
  43. package/dist/ix-icons/p-dedaa481.js +3 -0
  44. package/dist/ix-icons/p-dedaa481.js.map +1 -0
  45. package/dist/sample.html +1214 -670
  46. package/dist/sample.json +64 -0
  47. package/dist/svg/add-application.svg +1 -0
  48. package/dist/svg/add-user-filled.svg +1 -0
  49. package/dist/svg/add-user.svg +1 -0
  50. package/dist/svg/application-screen.svg +1 -0
  51. package/dist/svg/applications.svg +1 -0
  52. package/dist/svg/certificate-error-filled.svg +1 -0
  53. package/dist/svg/certificate-error.svg +1 -0
  54. package/dist/svg/certificate-exclamation-filled.svg +1 -0
  55. package/dist/svg/certificate-exclamation.svg +1 -0
  56. package/dist/svg/certificate-success-filled.svg +1 -0
  57. package/dist/svg/certificate-success.svg +1 -0
  58. package/dist/svg/coffee-empty-filled.svg +1 -0
  59. package/dist/svg/coffee-empty.svg +1 -0
  60. package/dist/svg/coffee-filled.svg +1 -0
  61. package/dist/svg/coffee.svg +1 -0
  62. package/dist/svg/electrical-energy-filled.svg +1 -0
  63. package/dist/svg/electrical-energy.svg +1 -0
  64. package/dist/svg/photo-camera-cancelled-filled.svg +1 -0
  65. package/dist/svg/photo-camera-cancelled.svg +1 -0
  66. package/dist/svg/project-server-filled.svg +1 -0
  67. package/dist/svg/project-server.svg +1 -0
  68. package/dist/svg/remove-application.svg +1 -0
  69. package/dist/svg/stamp-filled.svg +1 -0
  70. package/dist/svg/stamp.svg +1 -0
  71. package/dist/svg/surveillance-cancelled-filled.svg +1 -0
  72. package/dist/svg/surveillance-cancelled.svg +1 -0
  73. package/dist/svg/text-document.svg +1 -9
  74. package/dist/svg/user-reading-reading.svg +1 -0
  75. package/dist/svg/user-reading.svg +1 -0
  76. package/dist/svg/webcam-cancelled-filled.svg +1 -0
  77. package/dist/svg/webcam-cancelled.svg +1 -0
  78. package/dist/svg/workspace.svg +1 -0
  79. package/dist/svg/workspaces.svg +1 -0
  80. package/dist/types/components/icon/icon.d.ts +0 -9
  81. package/dist/types/components/icon/question.d.ts +1 -0
  82. package/dist/types/components/icon/resolveIcon.d.ts +1 -0
  83. package/dist/types/components.d.ts +0 -4
  84. package/dist/types/stencil-public-runtime.d.ts +0 -1
  85. package/icons/index.d.ts +33 -1
  86. package/icons/index.js +34 -2
  87. package/icons/index.mjs +34 -2
  88. package/icons/package.json +1 -1
  89. package/package.json +2 -2
  90. package/dist/cjs/icon-4106de76.js +0 -114
  91. package/dist/cjs/icon-4106de76.js.map +0 -1
  92. package/dist/cjs/index-22d7f5a7.js.map +0 -1
  93. package/dist/esm/icon-cb9cbf8c.js +0 -112
  94. package/dist/esm/icon-cb9cbf8c.js.map +0 -1
  95. package/dist/esm/index-460e19e2.js.map +0 -1
  96. package/dist/ix-icons/p-2a168ebc.entry.js +0 -2
  97. package/dist/ix-icons/p-37738e42.js +0 -2
  98. package/dist/ix-icons/p-37738e42.js.map +0 -1
  99. package/dist/ix-icons/p-625c25c8.js +0 -3
  100. package/dist/ix-icons/p-625c25c8.js.map +0 -1
  101. /package/dist/ix-icons/{p-2a168ebc.entry.js.map → p-56e47578.entry.js.map} +0 -0
Binary file
Binary file
Binary file
@@ -1,2 +1,2 @@
1
- export{I as Icon}from"./p-37738e42.js";import"./p-625c25c8.js";
1
+ export{I as Icon}from"./p-3f1bfdd7.js";import"./p-dedaa481.js";
2
2
  //# sourceMappingURL=index.esm.js.map
@@ -1,2 +1,2 @@
1
- import{p as o,b as c}from"./p-625c25c8.js";export{s as setNonce}from"./p-625c25c8.js";const t=()=>{const s=import.meta.url;const c={};if(s!==""){c.resourcesUrl=new URL(".",s).href}return o(c)};t().then((o=>c([["p-2a168ebc",[[1,"ix-icon",{size:[1],color:[1],name:[513],src:[1],svgContent:[32]}]]]],o)));
1
+ import{p as o,b as e}from"./p-dedaa481.js";export{s as setNonce}from"./p-dedaa481.js";const t=()=>{const e=import.meta.url;const s={};if(e!==""){s.resourcesUrl=new URL(".",e).href}return o(s)};t().then((o=>e([["p-56e47578",[[1,"ix-icon",{size:[1],color:[1],name:[1],svgContent:[32]}]]]],o)));
2
2
  //# sourceMappingURL=ix-icons.esm.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["patchBrowser","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","then","options","bootstrapLazy","size","color","name","src","svgContent"],"sources":["./node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v3.2.2 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';\nimport { consoleDevInfo, plt, win, doc, promiseResolve, H } from '@stencil/core';\n/**\n * Helper method for querying a `meta` tag that contains a nonce value\n * out of a DOM's head.\n *\n * @param doc The DOM containing the `head` to query against\n * @returns The content of the meta tag representing the nonce value, or `undefined` if no tag\n * exists or the tag has no content.\n */\nfunction queryNonceMetaTagContent(doc) {\n var _a, _b, _c;\n return (_c = (_b = (_a = doc.head) === null || _a === void 0 ? void 0 : _a.querySelector('meta[name=\"csp-nonce\"]')) === null || _b === void 0 ? void 0 : _b.getAttribute('content')) !== null && _c !== void 0 ? _c : undefined;\n}\n// TODO(STENCIL-661): Remove code related to the dynamic import shim\nconst getDynamicImportFunction = (namespace) => `__sc_import_${namespace.replace(/\\s|-/g, '_')}`;\nconst patchBrowser = () => {\n // NOTE!! This fn cannot use async/await!\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo('Running in development mode.');\n }\n // TODO(STENCIL-659): Remove code implementing the CSS variable shim\n if (BUILD.cssVarShim) {\n // shim css vars\n // TODO(STENCIL-659): Remove code implementing the CSS variable shim\n plt.$cssShim$ = win.__cssshim;\n }\n if (BUILD.cloneNodeFix) {\n // opted-in to polyfill cloneNode() for slot polyfilled components\n patchCloneNodeFix(H.prototype);\n }\n if (BUILD.profile && !performance.mark) {\n // not all browsers support performance.mark/measure (Safari 10)\n // because the mark/measure APIs are designed to write entries to a buffer in the browser that does not exist,\n // simply stub the implementations out.\n // TODO(STENCIL-323): Remove this patch when support for older browsers is removed (breaking)\n // @ts-ignore\n performance.mark = performance.measure = () => {\n /*noop*/\n };\n performance.getEntriesByName = () => [];\n }\n // @ts-ignore\n const scriptElm = \n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n BUILD.scriptDataOpts || BUILD.safari10 || BUILD.dynamicImportShim\n ? Array.from(doc.querySelectorAll('script')).find((s) => new RegExp(`\\/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) ||\n s.getAttribute('data-stencil-namespace') === NAMESPACE)\n : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})['data-opts'] || {} : {};\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n if (BUILD.safari10 && 'onbeforeload' in scriptElm && !history.scrollRestoration /* IS_ESM_BUILD */) {\n // Safari < v11 support: This IF is true if it's Safari below v11.\n // This fn cannot use async/await since Safari didn't support it until v11,\n // however, Safari 10 did support modules. Safari 10 also didn't support \"nomodule\",\n // so both the ESM file and nomodule file would get downloaded. Only Safari\n // has 'onbeforeload' in the script, and \"history.scrollRestoration\" was added\n // to Safari in v11. Return a noop then() so the async/await ESM code doesn't continue.\n // IS_ESM_BUILD is replaced at build time so this check doesn't happen in systemjs builds.\n return {\n then() {\n /* promise noop */\n },\n };\n }\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n if (!BUILD.safari10 && importMeta !== '') {\n opts.resourcesUrl = new URL('.', importMeta).href;\n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n }\n else if (BUILD.dynamicImportShim || BUILD.safari10) {\n opts.resourcesUrl = new URL('.', new URL(scriptElm.getAttribute('data-resources-url') || scriptElm.src, win.location.href)).href;\n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n if (BUILD.dynamicImportShim) {\n patchDynamicImport(opts.resourcesUrl, scriptElm);\n }\n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n if (BUILD.dynamicImportShim && !win.customElements) {\n // module support, but no custom elements support (Old Edge)\n // @ts-ignore\n return import(/* webpackChunkName: \"polyfills-dom\" */ './dom.js').then(() => opts);\n }\n }\n return promiseResolve(opts);\n};\n// TODO(STENCIL-661): Remove code related to the dynamic import shim\nconst patchDynamicImport = (base, orgScriptElm) => {\n const importFunctionName = getDynamicImportFunction(NAMESPACE);\n try {\n // test if this browser supports dynamic imports\n // There is a caching issue in V8, that breaks using import() in Function\n // By generating a random string, we can workaround it\n // Check https://bugs.chromium.org/p/chromium/issues/detail?id=990810 for more info\n win[importFunctionName] = new Function('w', `return import(w);//${Math.random()}`);\n }\n catch (e) {\n // this shim is specifically for browsers that do support \"esm\" imports\n // however, they do NOT support \"dynamic\" imports\n // basically this code is for old Edge, v18 and below\n const moduleMap = new Map();\n win[importFunctionName] = (src) => {\n var _a;\n const url = new URL(src, base).href;\n let mod = moduleMap.get(url);\n if (!mod) {\n const script = doc.createElement('script');\n script.type = 'module';\n script.crossOrigin = orgScriptElm.crossOrigin;\n script.src = URL.createObjectURL(new Blob([`import * as m from '${url}'; window.${importFunctionName}.m = m;`], {\n type: 'application/javascript',\n }));\n // Apply CSP nonce to the script tag if it exists\n const nonce = (_a = plt.$nonce$) !== null && _a !== void 0 ? _a : queryNonceMetaTagContent(doc);\n if (nonce != null) {\n script.setAttribute('nonce', nonce);\n }\n mod = new Promise((resolve) => {\n script.onload = () => {\n resolve(win[importFunctionName].m);\n script.remove();\n };\n });\n moduleMap.set(url, mod);\n doc.head.appendChild(script);\n }\n return mod;\n };\n }\n};\nconst patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function (deep) {\n if (this.nodeName === 'TEMPLATE') {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n // Node.ATTRIBUTE_NODE === 2, and checking because IE11\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport { patchBrowser };\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(options => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"sFAmBA,MAAMA,EAAe,KAkCjB,MAAMC,cAAyBC,IAC/B,MAAMC,EAAqE,GAiB3E,GAAuBF,IAAe,GAAI,CACtCE,EAAKC,aAAe,IAAIC,IAAI,IAAKJ,GAAYK,IAGrD,CAcI,OAAOC,EAAeJ,EAAK,ECrF/BH,IAAeQ,MAAKC,GAEXC,EAAc,6BAA4B,CAAEC,KAAO,CAAC,GAACC,MAAA,IAAAC,KAAA,MAAAC,IAAA,IAAAC,WAAA,UAAAN"}
1
+ {"version":3,"names":["patchBrowser","importMeta","url","opts","resourcesUrl","URL","href","promiseResolve","then","options","bootstrapLazy","size","color","name","svgContent"],"sources":["./node_modules/@stencil/core/internal/client/patch-browser.js","@lazy-browser-entrypoint?app-data=conditional"],"sourcesContent":["/*\n Stencil Client Patch Browser v3.2.1 | MIT Licensed | https://stenciljs.com\n */\nimport { BUILD, NAMESPACE } from '@stencil/core/internal/app-data';\nimport { consoleDevInfo, plt, win, doc, promiseResolve, H } from '@stencil/core';\n/**\n * Helper method for querying a `meta` tag that contains a nonce value\n * out of a DOM's head.\n *\n * @param doc The DOM containing the `head` to query against\n * @returns The content of the meta tag representing the nonce value, or `undefined` if no tag\n * exists or the tag has no content.\n */\nfunction queryNonceMetaTagContent(doc) {\n var _a, _b, _c;\n return (_c = (_b = (_a = doc.head) === null || _a === void 0 ? void 0 : _a.querySelector('meta[name=\"csp-nonce\"]')) === null || _b === void 0 ? void 0 : _b.getAttribute('content')) !== null && _c !== void 0 ? _c : undefined;\n}\n// TODO(STENCIL-661): Remove code related to the dynamic import shim\nconst getDynamicImportFunction = (namespace) => `__sc_import_${namespace.replace(/\\s|-/g, '_')}`;\nconst patchBrowser = () => {\n // NOTE!! This fn cannot use async/await!\n if (BUILD.isDev && !BUILD.isTesting) {\n consoleDevInfo('Running in development mode.');\n }\n // TODO(STENCIL-659): Remove code implementing the CSS variable shim\n if (BUILD.cssVarShim) {\n // shim css vars\n // TODO(STENCIL-659): Remove code implementing the CSS variable shim\n plt.$cssShim$ = win.__cssshim;\n }\n if (BUILD.cloneNodeFix) {\n // opted-in to polyfill cloneNode() for slot polyfilled components\n patchCloneNodeFix(H.prototype);\n }\n if (BUILD.profile && !performance.mark) {\n // not all browsers support performance.mark/measure (Safari 10)\n // because the mark/measure APIs are designed to write entries to a buffer in the browser that does not exist,\n // simply stub the implementations out.\n // TODO(STENCIL-323): Remove this patch when support for older browsers is removed (breaking)\n // @ts-ignore\n performance.mark = performance.measure = () => {\n /*noop*/\n };\n performance.getEntriesByName = () => [];\n }\n // @ts-ignore\n const scriptElm = \n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n BUILD.scriptDataOpts || BUILD.safari10 || BUILD.dynamicImportShim\n ? Array.from(doc.querySelectorAll('script')).find((s) => new RegExp(`\\/${NAMESPACE}(\\\\.esm)?\\\\.js($|\\\\?|#)`).test(s.src) ||\n s.getAttribute('data-stencil-namespace') === NAMESPACE)\n : null;\n const importMeta = import.meta.url;\n const opts = BUILD.scriptDataOpts ? (scriptElm || {})['data-opts'] || {} : {};\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n if (BUILD.safari10 && 'onbeforeload' in scriptElm && !history.scrollRestoration /* IS_ESM_BUILD */) {\n // Safari < v11 support: This IF is true if it's Safari below v11.\n // This fn cannot use async/await since Safari didn't support it until v11,\n // however, Safari 10 did support modules. Safari 10 also didn't support \"nomodule\",\n // so both the ESM file and nomodule file would get downloaded. Only Safari\n // has 'onbeforeload' in the script, and \"history.scrollRestoration\" was added\n // to Safari in v11. Return a noop then() so the async/await ESM code doesn't continue.\n // IS_ESM_BUILD is replaced at build time so this check doesn't happen in systemjs builds.\n return {\n then() {\n /* promise noop */\n },\n };\n }\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n if (!BUILD.safari10 && importMeta !== '') {\n opts.resourcesUrl = new URL('.', importMeta).href;\n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n // TODO(STENCIL-663): Remove code related to deprecated `safari10` field.\n }\n else if (BUILD.dynamicImportShim || BUILD.safari10) {\n opts.resourcesUrl = new URL('.', new URL(scriptElm.getAttribute('data-resources-url') || scriptElm.src, win.location.href)).href;\n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n if (BUILD.dynamicImportShim) {\n patchDynamicImport(opts.resourcesUrl, scriptElm);\n }\n // TODO(STENCIL-661): Remove code related to the dynamic import shim\n if (BUILD.dynamicImportShim && !win.customElements) {\n // module support, but no custom elements support (Old Edge)\n // @ts-ignore\n return import(/* webpackChunkName: \"polyfills-dom\" */ './dom.js').then(() => opts);\n }\n }\n return promiseResolve(opts);\n};\n// TODO(STENCIL-661): Remove code related to the dynamic import shim\nconst patchDynamicImport = (base, orgScriptElm) => {\n const importFunctionName = getDynamicImportFunction(NAMESPACE);\n try {\n // test if this browser supports dynamic imports\n // There is a caching issue in V8, that breaks using import() in Function\n // By generating a random string, we can workaround it\n // Check https://bugs.chromium.org/p/chromium/issues/detail?id=990810 for more info\n win[importFunctionName] = new Function('w', `return import(w);//${Math.random()}`);\n }\n catch (e) {\n // this shim is specifically for browsers that do support \"esm\" imports\n // however, they do NOT support \"dynamic\" imports\n // basically this code is for old Edge, v18 and below\n const moduleMap = new Map();\n win[importFunctionName] = (src) => {\n var _a;\n const url = new URL(src, base).href;\n let mod = moduleMap.get(url);\n if (!mod) {\n const script = doc.createElement('script');\n script.type = 'module';\n script.crossOrigin = orgScriptElm.crossOrigin;\n script.src = URL.createObjectURL(new Blob([`import * as m from '${url}'; window.${importFunctionName}.m = m;`], {\n type: 'application/javascript',\n }));\n // Apply CSP nonce to the script tag if it exists\n const nonce = (_a = plt.$nonce$) !== null && _a !== void 0 ? _a : queryNonceMetaTagContent(doc);\n if (nonce != null) {\n script.setAttribute('nonce', nonce);\n }\n mod = new Promise((resolve) => {\n script.onload = () => {\n resolve(win[importFunctionName].m);\n script.remove();\n };\n });\n moduleMap.set(url, mod);\n doc.head.appendChild(script);\n }\n return mod;\n };\n }\n};\nconst patchCloneNodeFix = (HTMLElementPrototype) => {\n const nativeCloneNodeFn = HTMLElementPrototype.cloneNode;\n HTMLElementPrototype.cloneNode = function (deep) {\n if (this.nodeName === 'TEMPLATE') {\n return nativeCloneNodeFn.call(this, deep);\n }\n const clonedNode = nativeCloneNodeFn.call(this, false);\n const srcChildNodes = this.childNodes;\n if (deep) {\n for (let i = 0; i < srcChildNodes.length; i++) {\n // Node.ATTRIBUTE_NODE === 2, and checking because IE11\n if (srcChildNodes[i].nodeType !== 2) {\n clonedNode.appendChild(srcChildNodes[i].cloneNode(true));\n }\n }\n }\n return clonedNode;\n };\n};\nexport { patchBrowser };\n","export { setNonce } from '@stencil/core';\nimport { bootstrapLazy } from '@stencil/core';\nimport { patchBrowser } from '@stencil/core/internal/client/patch-browser';\nimport { globalScripts } from '@stencil/core/internal/app-globals';\npatchBrowser().then(options => {\n globalScripts();\n return bootstrapLazy([/*!__STENCIL_LAZY_DATA__*/], options);\n});\n"],"mappings":"sFAmBA,MAAMA,EAAe,KAkCjB,MAAMC,cAAyBC,IAC/B,MAAMC,EAAqE,GAiB3E,GAAuBF,IAAe,GAAI,CACtCE,EAAKC,aAAe,IAAIC,IAAI,IAAKJ,GAAYK,IAGrD,CAcI,OAAOC,EAAeJ,EAAK,ECrF/BH,IAAeQ,MAAKC,GAEXC,EAAc,6BAA4B,CAAEC,KAAO,CAAC,GAACC,MAAA,IAAAC,KAAA,IAAAC,WAAA,UAAAL"}
@@ -0,0 +1,2 @@
1
+ import{r as e,h as t,H as o}from"./p-dedaa481.js";const n="data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><title>question</title><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='add' transform='translate(42.666667, 42.666667)'><path d='M291.76704,163.504 C291.76704,177.01952 288.33216,188.82176 281.479253,198.90112 C275.828267,207.371093 266.358187,216.549547 253.042987,226.434987 C245.378987,231.682347 240.331947,236.618667 237.916587,241.257813 C234.87744,246.90624 233.376213,255.371093 233.376213,266.666667 L190.710827,266.666667 C190.710827,249.530027 192.53504,237.027413 196.165333,229.162667 C200.394453,219.679573 209.571627,210.098773 223.686187,200.42048 C230.350293,195.374933 235.188693,190.2368 238.214827,184.994773 C241.839787,179.143253 243.664,172.49216 243.664,165.028693 C243.664,153.13024 240.125013,144.26304 233.070293,138.404907 C227.4336,134.177067 220.56768,132.059947 212.501333,132.059947 C199.39328,132.059947 189.911467,136.398507 184.065067,145.069013 C179.829333,151.518293 177.7056,159.787733 177.7056,169.868587 L177.7056,170.173227 L132.34368,170.173227 C132.34368,143.751253 140.703147,123.790507 157.43488,110.274773 C171.554773,98.9922133 189.007787,93.3346133 209.77344,93.3346133 C227.933653,93.3346133 243.865813,96.86848 257.571627,103.9232 C280.37504,115.62624 291.76704,135.494827 291.76704,163.504 Z M426.666667,213.333333 C426.666667,331.153707 331.153707,426.666667 213.333333,426.666667 C95.51296,426.666667 3.55271368e-14,331.153707 3.55271368e-14,213.333333 C3.55271368e-14,95.51168 95.51296,3.55271368e-14 213.333333,3.55271368e-14 C331.153707,3.55271368e-14 426.666667,95.51168 426.666667,213.333333 Z M384,213.333333 C384,119.226667 307.43872,42.6666667 213.333333,42.6666667 C119.227947,42.6666667 42.6666667,119.226667 42.6666667,213.333333 C42.6666667,307.43872 119.227947,384 213.333333,384 C307.43872,384 384,307.43872 384,213.333333 Z M213.332053,282.666667 C198.60416,282.666667 186.665387,294.60544 186.665387,309.333333 C186.665387,324.061227 198.60416,336 213.332053,336 C228.059947,336 239.99872,324.061227 239.99872,309.333333 C239.99872,294.60544 228.059947,282.666667 213.332053,282.666667 Z' id='Shape'/></g></g></svg>";const l=e=>{if(!e){return false}if(typeof e!=="string"){return false}return e.startsWith("data:image/svg+xml")};let c=null;function r(e){if(typeof window["DOMParser"]==="undefined"){console.warn("DOMParser not supported by your browser.");return}if(c===null){c=new window["DOMParser"]}const t=c.parseFromString(e,"text/html");const o=t.querySelector("svg");if(!o){throw Error("No valid svg data provided")}return o.outerHTML}async function b(e){const t=await fetch(e);const o=await t.text();if(!t.ok){console.error(o);throw Error(o)}return r(o)}const f=/^(?:(?:https?|ftp):\/\/)?(?:\S+(?::\S*)?@)?(?:www\.)?(?:\S+\.\S+)(?:\S*)$/i;function a(e){return f.test(e)}async function h(e){const{name:t}=e;if(!t){return}if(l(t)){return r(t)}if(a(t)){try{return await b(t)}catch(e){throw e}}return}const p='.glyph{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;font-family:"ix-icons";font-size:1.5rem;font-weight:500}.glyph-lg{font-size:1.3333333333em;line-height:0.75em;vertical-align:-15%}.glyph-2x{font-size:2em}.glyph-3x{font-size:3em}.glyph-4x{font-size:4em}.glyph-5x{font-size:5em}.glyph-fw{width:1.2857142857em;text-align:center}.glyph-12{font-size:0.75rem}.glyph-16{font-size:1rem}.glyph-24{font-size:1.5rem}.glyph-32{font-size:2rem}.glyph-about-filled:before{content:"\\ea01"}.glyph-about:before{content:"\\ea02"}.glyph-add-application:before{content:"\\ea03"}.glyph-add-circle-filled:before{content:"\\ea04"}.glyph-add-circle:before{content:"\\ea05"}.glyph-add-document-note:before{content:"\\ea06"}.glyph-add-eye-filled:before{content:"\\ea07"}.glyph-add-eye:before{content:"\\ea08"}.glyph-add-task-list:before{content:"\\ea09"}.glyph-add-task:before{content:"\\ea0a"}.glyph-add-user-filled:before{content:"\\ea0b"}.glyph-add-user:before{content:"\\ea0c"}.glyph-add:before{content:"\\ea0d"}.glyph-ai:before{content:"\\ea0e"}.glyph-alarm-bell-cancelled-filled:before{content:"\\ea0f"}.glyph-alarm-bell-cancelled:before{content:"\\ea10"}.glyph-alarm-bell-filled:before{content:"\\ea11"}.glyph-alarm-bell:before{content:"\\ea12"}.glyph-alarm-clock-filled:before{content:"\\ea13"}.glyph-alarm-clock:before{content:"\\ea14"}.glyph-alarm-filled:before{content:"\\ea15"}.glyph-alarm:before{content:"\\ea16"}.glyph-analyze:before{content:"\\ea17"}.glyph-anomaly-found:before{content:"\\ea18"}.glyph-anomaly:before{content:"\\ea19"}.glyph-app-menu:before{content:"\\ea1a"}.glyph-application-screen:before{content:"\\ea1b"}.glyph-applications:before{content:"\\ea1c"}.glyph-apps:before{content:"\\ea1d"}.glyph-arrow-down-right:before{content:"\\ea1e"}.glyph-arrow-down:before{content:"\\ea1f"}.glyph-arrow-left:before{content:"\\ea20"}.glyph-arrow-right-down:before{content:"\\ea21"}.glyph-arrow-right:before{content:"\\ea22"}.glyph-arrow-up:before{content:"\\ea23"}.glyph-attach:before{content:"\\ea24"}.glyph-attachment-upload:before{content:"\\ea25"}.glyph-audio-description1:before{content:"\\ea26"}.glyph-audio-description2:before{content:"\\ea27"}.glyph-audit-report:before{content:"\\ea28"}.glyph-average:before{content:"\\ea29"}.glyph-backup-filled:before{content:"\\ea2a"}.glyph-backup:before{content:"\\ea2b"}.glyph-bar-code:before{content:"\\ea2c"}.glyph-barchart:before{content:"\\ea2d"}.glyph-battery-check:before{content:"\\ea2e"}.glyph-battery-empty-question:before{content:"\\ea2f"}.glyph-battery-empty:before{content:"\\ea30"}.glyph-battery-exclamation:before{content:"\\ea31"}.glyph-battery-full-check:before{content:"\\ea32"}.glyph-battery-full:before{content:"\\ea33"}.glyph-battery-half:before{content:"\\ea34"}.glyph-battery-low:before{content:"\\ea35"}.glyph-battery-quarter:before{content:"\\ea36"}.glyph-battery-slash:before{content:"\\ea37"}.glyph-battery-three-quarter:before{content:"\\ea38"}.glyph-battery-xmark:before{content:"\\ea39"}.glyph-bezier-curve:before{content:"\\ea3a"}.glyph-binoculars-filled:before{content:"\\ea3b"}.glyph-binoculars:before{content:"\\ea3c"}.glyph-blazor:before{content:"\\ea3d"}.glyph-book:before{content:"\\ea3e"}.glyph-bookmark-filled:before{content:"\\ea3f"}.glyph-bookmark:before{content:"\\ea40"}.glyph-boundary-signals:before{content:"\\ea41"}.glyph-building1-filled:before{content:"\\ea42"}.glyph-building1:before{content:"\\ea43"}.glyph-building2-filled:before{content:"\\ea44"}.glyph-building2:before{content:"\\ea45"}.glyph-bulb-filled:before{content:"\\ea46"}.glyph-bulb:before{content:"\\ea47"}.glyph-calendar-filled:before{content:"\\ea48"}.glyph-calendar-settings:before{content:"\\ea49"}.glyph-calendar:before{content:"\\ea4a"}.glyph-cancel:before{content:"\\ea4b"}.glyph-cancelled:before{content:"\\ea4c"}.glyph-capacity-filled:before{content:"\\ea4d"}.glyph-capacity:before{content:"\\ea4e"}.glyph-capture:before{content:"\\ea4f"}.glyph-car-filled:before{content:"\\ea50"}.glyph-car:before{content:"\\ea51"}.glyph-card-layout-filled:before{content:"\\ea52"}.glyph-card-layout:before{content:"\\ea53"}.glyph-certificate-error-filled:before{content:"\\ea54"}.glyph-certificate-error:before{content:"\\ea55"}.glyph-certificate-exclamation-filled:before{content:"\\ea56"}.glyph-certificate-exclamation:before{content:"\\ea57"}.glyph-certificate-success-filled:before{content:"\\ea58"}.glyph-certificate-success:before{content:"\\ea59"}.glyph-chart-cursor:before{content:"\\ea5a"}.glyph-chart-curve-linear:before{content:"\\ea5b"}.glyph-chart-curve-spline:before{content:"\\ea5c"}.glyph-chart-curve-stepped:before{content:"\\ea5d"}.glyph-chart-diagram-add:before{content:"\\ea5e"}.glyph-chart-diagram:before{content:"\\ea5f"}.glyph-chart-diagrams:before{content:"\\ea60"}.glyph-chart-labels-filled:before{content:"\\ea61"}.glyph-chart-labels:before{content:"\\ea62"}.glyph-check-in:before{content:"\\ea63"}.glyph-check-out:before{content:"\\ea64"}.glyph-checkbox-component-checked:before{content:"\\ea65"}.glyph-checkbox-component-mixed:before{content:"\\ea66"}.glyph-checkbox-component-unchecked:before{content:"\\ea67"}.glyph-checkbox-filled:before{content:"\\ea68"}.glyph-checkbox:before{content:"\\ea69"}.glyph-checkboxes-filled:before{content:"\\ea6a"}.glyph-checkboxes:before{content:"\\ea6b"}.glyph-chevron-down-small:before{content:"\\ea6c"}.glyph-chevron-down:before{content:"\\ea6d"}.glyph-chevron-left-small:before{content:"\\ea6e"}.glyph-chevron-left:before{content:"\\ea6f"}.glyph-chevron-right-small:before{content:"\\ea70"}.glyph-chevron-right:before{content:"\\ea71"}.glyph-chevron-up-small:before{content:"\\ea72"}.glyph-chevron-up:before{content:"\\ea73"}.glyph-circle-dot-filled:before{content:"\\ea74"}.glyph-circle-dot:before{content:"\\ea75"}.glyph-circle-filled:before{content:"\\ea76"}.glyph-circle-pause-filled:before{content:"\\ea77"}.glyph-circle-pause:before{content:"\\ea78"}.glyph-circle-play-filled:before{content:"\\ea79"}.glyph-circle-play:before{content:"\\ea7a"}.glyph-circle-stop-filled:before{content:"\\ea7b"}.glyph-circle-stop:before{content:"\\ea7c"}.glyph-circle:before{content:"\\ea7d"}.glyph-clear-filter-filled:before{content:"\\ea7e"}.glyph-clear-filter:before{content:"\\ea7f"}.glyph-clear:before{content:"\\ea80"}.glyph-clock-filled:before{content:"\\ea81"}.glyph-clock:before{content:"\\ea82"}.glyph-close-small:before{content:"\\ea83"}.glyph-close:before{content:"\\ea84"}.glyph-cloud-download-add-filled:before{content:"\\ea85"}.glyph-cloud-download-add:before{content:"\\ea86"}.glyph-cloud-download-filled:before{content:"\\ea87"}.glyph-cloud-download-list-filled:before{content:"\\ea88"}.glyph-cloud-download-list:before{content:"\\ea89"}.glyph-cloud-download:before{content:"\\ea8a"}.glyph-cloud-filled:before{content:"\\ea8b"}.glyph-cloud-new-filled:before{content:"\\ea8c"}.glyph-cloud-new:before{content:"\\ea8d"}.glyph-cloud-success-filled:before{content:"\\ea8e"}.glyph-cloud-success:before{content:"\\ea8f"}.glyph-cloud-upload-filled:before{content:"\\ea90"}.glyph-cloud-upload:before{content:"\\ea91"}.glyph-cloud:before{content:"\\ea92"}.glyph-code:before{content:"\\ea93"}.glyph-coffee-empty-filled:before{content:"\\ea94"}.glyph-coffee-empty:before{content:"\\ea95"}.glyph-coffee-filled:before{content:"\\ea96"}.glyph-coffee:before{content:"\\ea97"}.glyph-cogwheel-filled:before{content:"\\ea98"}.glyph-cogwheel:before{content:"\\ea99"}.glyph-combine:before{content:"\\ea9a"}.glyph-compact-disc-filled:before{content:"\\ea9b"}.glyph-compact-disc:before{content:"\\ea9c"}.glyph-compound-block:before{content:"\\ea9d"}.glyph-configuration:before{content:"\\ea9e"}.glyph-configure-filled:before{content:"\\ea9f"}.glyph-configure:before{content:"\\eaa0"}.glyph-connected:before{content:"\\eaa1"}.glyph-connector-chart-filled:before{content:"\\eaa2"}.glyph-connector-chart:before{content:"\\eaa3"}.glyph-connector-filled:before{content:"\\eaa4"}.glyph-connector-hex-filled:before{content:"\\eaa5"}.glyph-connector-hex:before{content:"\\eaa6"}.glyph-connector-rect-filled:before{content:"\\eaa7"}.glyph-connector-rect:before{content:"\\eaa8"}.glyph-connector-rhomb-filled:before{content:"\\eaa9"}.glyph-connector-rhomb:before{content:"\\eaaa"}.glyph-connector:before{content:"\\eaab"}.glyph-consistency-check:before{content:"\\eaac"}.glyph-contact-details-filled:before{content:"\\eaad"}.glyph-contact-details:before{content:"\\eaae"}.glyph-context-menu:before{content:"\\eaaf"}.glyph-controlled-device:before{content:"\\eab0"}.glyph-controller-device:before{content:"\\eab1"}.glyph-copy:before{content:"\\eab2"}.glyph-corner-arrow-up-left:before{content:"\\eab3"}.glyph-couch-filled:before{content:"\\eab4"}.glyph-couch:before{content:"\\eab5"}.glyph-create-plant-filled:before{content:"\\eab6"}.glyph-create-plant:before{content:"\\eab7"}.glyph-cut:before{content:"\\eab8"}.glyph-cycle:before{content:"\\eab9"}.glyph-data-egress:before{content:"\\eaba"}.glyph-data-ingress-egress:before{content:"\\eabb"}.glyph-data-ingress:before{content:"\\eabc"}.glyph-database-filled:before{content:"\\eabd"}.glyph-database:before{content:"\\eabe"}.glyph-details:before{content:"\\eabf"}.glyph-diagram-module-library:before{content:"\\eac0"}.glyph-diagram-module-new:before{content:"\\eac1"}.glyph-diagram-module:before{content:"\\eac2"}.glyph-diamond:before{content:"\\eac3"}.glyph-disconnected:before{content:"\\eac4"}.glyph-disk-filled:before{content:"\\eac5"}.glyph-disk-pen:before{content:"\\eac6"}.glyph-disk:before{content:"\\eac7"}.glyph-distribution:before{content:"\\eac8"}.glyph-doc-document:before{content:"\\eac9"}.glyph-document-bulk:before{content:"\\eaca"}.glyph-document-info:before{content:"\\eacb"}.glyph-document-link:before{content:"\\eacc"}.glyph-document-management:before{content:"\\eacd"}.glyph-document-reference:before{content:"\\eace"}.glyph-document-settings:before{content:"\\eacf"}.glyph-document-success:before{content:"\\ead0"}.glyph-document:before{content:"\\ead1"}.glyph-double-check:before{content:"\\ead2"}.glyph-double-chevron-down:before{content:"\\ead3"}.glyph-double-chevron-left:before{content:"\\ead4"}.glyph-double-chevron-right:before{content:"\\ead5"}.glyph-double-chevron-up:before{content:"\\ead6"}.glyph-doublet-filled:before{content:"\\ead7"}.glyph-doublet:before{content:"\\ead8"}.glyph-download-add:before{content:"\\ead9"}.glyph-download-list:before{content:"\\eada"}.glyph-download:before{content:"\\eadb"}.glyph-drop:before{content:"\\eadc"}.glyph-duplicate-document:before{content:"\\eadd"}.glyph-duplicate:before{content:"\\eade"}.glyph-e-mail-filled:before{content:"\\eadf"}.glyph-e-mail:before{content:"\\eae0"}.glyph-earth-filled:before{content:"\\eae1"}.glyph-earth:before{content:"\\eae2"}.glyph-edit-plant:before{content:"\\eae3"}.glyph-electrical-energy-filled:before{content:"\\eae4"}.glyph-electrical-energy:before{content:"\\eae5"}.glyph-ellipse-arc:before{content:"\\eae6"}.glyph-ellipse-filled:before{content:"\\eae7"}.glyph-ellipse:before{content:"\\eae8"}.glyph-error-filled:before{content:"\\eae9"}.glyph-error:before{content:"\\eaea"}.glyph-explore-filled:before{content:"\\eaeb"}.glyph-explore:before{content:"\\eaec"}.glyph-export:before{content:"\\eaed"}.glyph-eye-cancelled-filled:before{content:"\\eaee"}.glyph-eye-cancelled:before{content:"\\eaef"}.glyph-eye-filled:before{content:"\\eaf0"}.glyph-eye:before{content:"\\eaf1"}.glyph-factory-reset-filled:before{content:"\\eaf2"}.glyph-factory-reset:before{content:"\\eaf3"}.glyph-filter-filled:before{content:"\\eaf4"}.glyph-filter-outline:before{content:"\\eaf5"}.glyph-filter:before{content:"\\eaf6"}.glyph-flag-filled:before{content:"\\eaf7"}.glyph-flag:before{content:"\\eaf8"}.glyph-folder-down-filled:before{content:"\\eaf9"}.glyph-folder-down:before{content:"\\eafa"}.glyph-folder-filled:before{content:"\\eafb"}.glyph-folder-new-filled:before{content:"\\eafc"}.glyph-folder-new-outline:before{content:"\\eafd"}.glyph-folder-new:before{content:"\\eafe"}.glyph-folder-open-filled:before{content:"\\eaff"}.glyph-folder-open-outline:before{content:"\\eb00"}.glyph-folder-open:before{content:"\\eb01"}.glyph-folder-outline:before{content:"\\eb02"}.glyph-folder-up-filled:before{content:"\\eb03"}.glyph-folder-up:before{content:"\\eb04"}.glyph-folder:before{content:"\\eb05"}.glyph-full-screeen-exit:before{content:"\\eb06"}.glyph-full-screeen:before{content:"\\eb07"}.glyph-function-block-library:before{content:"\\eb08"}.glyph-function-block-new:before{content:"\\eb09"}.glyph-function-block:before{content:"\\eb0a"}.glyph-function-diagram-new:before{content:"\\eb0b"}.glyph-function-diagram:before{content:"\\eb0c"}.glyph-gauge-filled:before{content:"\\eb0d"}.glyph-gauge:before{content:"\\eb0e"}.glyph-gaugechart:before{content:"\\eb0f"}.glyph-global-plant-filled:before{content:"\\eb10"}.glyph-global-plant:before{content:"\\eb11"}.glyph-globe-filled:before{content:"\\eb12"}.glyph-globe:before{content:"\\eb13"}.glyph-goto:before{content:"\\eb14"}.glyph-group:before{content:"\\eb15"}.glyph-hard-reset:before{content:"\\eb16"}.glyph-hardware-cabinet:before{content:"\\eb17"}.glyph-health-filled:before{content:"\\eb18"}.glyph-health:before{content:"\\eb19"}.glyph-heart-filled:before{content:"\\eb1a"}.glyph-heart:before{content:"\\eb1b"}.glyph-hexagon-vertical-bars-database-filled:before{content:"\\eb1c"}.glyph-hexagon-vertical-bars-database:before{content:"\\eb1d"}.glyph-hexagon-vertical-bars-filled:before{content:"\\eb1e"}.glyph-hexagon-vertical-bars:before{content:"\\eb1f"}.glyph-hierarchy:before{content:"\\eb20"}.glyph-highlight-filled:before{content:"\\eb21"}.glyph-highlight:before{content:"\\eb22"}.glyph-history-list:before{content:"\\eb23"}.glyph-history:before{content:"\\eb24"}.glyph-home-filled:before{content:"\\eb25"}.glyph-home:before{content:"\\eb26"}.glyph-hourglass:before{content:"\\eb27"}.glyph-image-filled:before{content:"\\eb28"}.glyph-image:before{content:"\\eb29"}.glyph-import:before{content:"\\eb2a"}.glyph-info-feed:before{content:"\\eb2b"}.glyph-info-filled:before{content:"\\eb2c"}.glyph-info:before{content:"\\eb2d"}.glyph-ingestion-report:before{content:"\\eb2e"}.glyph-ingestion:before{content:"\\eb2f"}.glyph-ink-pen:before{content:"\\eb30"}.glyph-inquiry-filled:before{content:"\\eb31"}.glyph-inquiry-mail:before{content:"\\eb32"}.glyph-inquiry:before{content:"\\eb33"}.glyph-item-details-filled:before{content:"\\eb34"}.glyph-item-details:before{content:"\\eb35"}.glyph-label-filled:before{content:"\\eb36"}.glyph-label:before{content:"\\eb37"}.glyph-language-filled:before{content:"\\eb38"}.glyph-language:before{content:"\\eb39"}.glyph-layers-filled:before{content:"\\eb3a"}.glyph-layers:before{content:"\\eb3b"}.glyph-leaf:before{content:"\\eb3c"}.glyph-legal:before{content:"\\eb3d"}.glyph-library-new:before{content:"\\eb3e"}.glyph-library:before{content:"\\eb3f"}.glyph-license:before{content:"\\eb40"}.glyph-light-dark:before{content:"\\eb41"}.glyph-line-diagonal:before{content:"\\eb42"}.glyph-link:before{content:"\\eb43"}.glyph-list:before{content:"\\eb44"}.glyph-live-schedule:before{content:"\\eb45"}.glyph-location-filled:before{content:"\\eb46"}.glyph-location-outline:before{content:"\\eb47"}.glyph-location:before{content:"\\eb48"}.glyph-lock-filled:before{content:"\\eb49"}.glyph-lock-key-filled:before{content:"\\eb4a"}.glyph-lock-key:before{content:"\\eb4b"}.glyph-lock:before{content:"\\eb4c"}.glyph-log-in:before{content:"\\eb4d"}.glyph-log-out:before{content:"\\eb4e"}.glyph-log:before{content:"\\eb4f"}.glyph-logic-diagram:before{content:"\\eb50"}.glyph-lower-limit:before{content:"\\eb51"}.glyph-mail-filled:before{content:"\\eb52"}.glyph-mail:before{content:"\\eb53"}.glyph-maintenance-documents:before{content:"\\eb54"}.glyph-maintenance-info:before{content:"\\eb55"}.glyph-maintenance-warning-filled:before{content:"\\eb56"}.glyph-maintenance-warning:before{content:"\\eb57"}.glyph-maintenance:before{content:"\\eb58"}.glyph-mandatory-done:before{content:"\\eb59"}.glyph-mandatory:before{content:"\\eb5a"}.glyph-map:before{content:"\\eb5b"}.glyph-maximize:before{content:"\\eb5c"}.glyph-microphone-filled:before{content:"\\eb5d"}.glyph-microphone:before{content:"\\eb5e"}.glyph-minimize:before{content:"\\eb5f"}.glyph-minus:before{content:"\\eb60"}.glyph-mix:before{content:"\\eb61"}.glyph-monitor-filled:before{content:"\\eb62"}.glyph-monitor-trend:before{content:"\\eb63"}.glyph-monitor:before{content:"\\eb64"}.glyph-monitoring-add:before{content:"\\eb65"}.glyph-monitoring:before{content:"\\eb66"}.glyph-monitorings:before{content:"\\eb67"}.glyph-moon-filled:before{content:"\\eb68"}.glyph-moon:before{content:"\\eb69"}.glyph-more-menu:before{content:"\\eb6a"}.glyph-mouse-click-filled:before{content:"\\eb6b"}.glyph-mouse-click:before{content:"\\eb6c"}.glyph-mouse-select-filled:before{content:"\\eb6d"}.glyph-mouse-select:before{content:"\\eb6e"}.glyph-mp4-document:before{content:"\\eb6f"}.glyph-namur-check-function-filled:before{content:"\\eb70"}.glyph-namur-check-function:before{content:"\\eb71"}.glyph-namur-failure-filled:before{content:"\\eb72"}.glyph-namur-failure:before{content:"\\eb73"}.glyph-namur-maintenance-required-filled:before{content:"\\eb74"}.glyph-namur-maintenance-required:before{content:"\\eb75"}.glyph-namur-ok-filled:before{content:"\\eb76"}.glyph-namur-ok:before{content:"\\eb77"}.glyph-namur-out-of-spec-filled:before{content:"\\eb78"}.glyph-namur-out-of-spec:before{content:"\\eb79"}.glyph-navigation-filled:before{content:"\\eb7a"}.glyph-navigation-left:before{content:"\\eb7b"}.glyph-navigation-right:before{content:"\\eb7c"}.glyph-navigation:before{content:"\\eb7d"}.glyph-new-indicator-filled:before{content:"\\eb7e"}.glyph-new-indicator:before{content:"\\eb7f"}.glyph-no-filter-filled:before{content:"\\eb80"}.glyph-no-filter:before{content:"\\eb81"}.glyph-no-image:before{content:"\\eb82"}.glyph-note-filled:before{content:"\\eb83"}.glyph-note:before{content:"\\eb84"}.glyph-notification-filled:before{content:"\\eb85"}.glyph-notification:before{content:"\\eb86"}.glyph-notifications-filled:before{content:"\\eb87"}.glyph-notifications:before{content:"\\eb88"}.glyph-ontology-filled:before{content:"\\eb89"}.glyph-ontology:before{content:"\\eb8a"}.glyph-open-external:before{content:"\\eb8b"}.glyph-open-file-filled:before{content:"\\eb8c"}.glyph-open-file:before{content:"\\eb8d"}.glyph-operate-plant-filled:before{content:"\\eb8e"}.glyph-operate-plant:before{content:"\\eb8f"}.glyph-optimize:before{content:"\\eb90"}.glyph-p-and-i-symbols:before{content:"\\eb91"}.glyph-p-i-diagram:before{content:"\\eb92"}.glyph-pan:before{content:"\\eb93"}.glyph-paste:before{content:"\\eb94"}.glyph-pause:before{content:"\\eb95"}.glyph-pc-tower-filled:before{content:"\\eb96"}.glyph-pc-tower:before{content:"\\eb97"}.glyph-pdf-document:before{content:"\\eb98"}.glyph-pen-filled:before{content:"\\eb99"}.glyph-pen:before{content:"\\eb9a"}.glyph-phone-filled:before{content:"\\eb9b"}.glyph-phone:before{content:"\\eb9c"}.glyph-photo-camera-add:before{content:"\\eb9d"}.glyph-photo-camera-cancelled-filled:before{content:"\\eb9e"}.glyph-photo-camera-cancelled:before{content:"\\eb9f"}.glyph-photo-camera-filled:before{content:"\\eba0"}.glyph-photo-camera:before{content:"\\eba1"}.glyph-photo-cameras:before{content:"\\eba2"}.glyph-piechart-filled:before{content:"\\eba3"}.glyph-piechart:before{content:"\\eba4"}.glyph-pin-filled:before{content:"\\eba5"}.glyph-pin:before{content:"\\eba6"}.glyph-plant-filled:before{content:"\\eba7"}.glyph-plant-handbook-filled:before{content:"\\eba8"}.glyph-plant-handbook:before{content:"\\eba9"}.glyph-plant-outline:before{content:"\\ebaa"}.glyph-plant-security:before{content:"\\ebab"}.glyph-plant-settings-filled:before{content:"\\ebac"}.glyph-plant-settings:before{content:"\\ebad"}.glyph-plant-user-filled:before{content:"\\ebae"}.glyph-plant-user:before{content:"\\ebaf"}.glyph-plant:before{content:"\\ebb0"}.glyph-plants-filled:before{content:"\\ebb1"}.glyph-plants:before{content:"\\ebb2"}.glyph-play-filled:before{content:"\\ebb3"}.glyph-play-pause-filled:before{content:"\\ebb4"}.glyph-play-pause:before{content:"\\ebb5"}.glyph-play-stepwise-filled:before{content:"\\ebb6"}.glyph-play-stepwise:before{content:"\\ebb7"}.glyph-play:before{content:"\\ebb8"}.glyph-plus-minus-times-divide:before{content:"\\ebb9"}.glyph-plus:before{content:"\\ebba"}.glyph-point-up-filled:before{content:"\\ebbb"}.glyph-point-up:before{content:"\\ebbc"}.glyph-polar-plot:before{content:"\\ebbd"}.glyph-polygon-filled:before{content:"\\ebbe"}.glyph-polygon-line:before{content:"\\ebbf"}.glyph-polygon:before{content:"\\ebc0"}.glyph-ppt-document:before{content:"\\ebc1"}.glyph-print-filled:before{content:"\\ebc2"}.glyph-print:before{content:"\\ebc3"}.glyph-prio-high:before{content:"\\ebc4"}.glyph-prio-low:before{content:"\\ebc5"}.glyph-prio-middle:before{content:"\\ebc6"}.glyph-product-catalog:before{content:"\\ebc7"}.glyph-product-management:before{content:"\\ebc8"}.glyph-product:before{content:"\\ebc9"}.glyph-project-configuration:before{content:"\\ebca"}.glyph-project-new:before{content:"\\ebcb"}.glyph-project-scenarios:before{content:"\\ebcc"}.glyph-project-server-filled:before{content:"\\ebcd"}.glyph-project-server:before{content:"\\ebce"}.glyph-project:before{content:"\\ebcf"}.glyph-protocol:before{content:"\\ebd0"}.glyph-publish-document:before{content:"\\ebd1"}.glyph-publish:before{content:"\\ebd2"}.glyph-qr-code:before{content:"\\ebd3"}.glyph-quality-report:before{content:"\\ebd4"}.glyph-question-filled:before{content:"\\ebd5"}.glyph-question:before{content:"\\ebd6"}.glyph-radarchart:before{content:"\\ebd7"}.glyph-radio-waves-off:before{content:"\\ebd8"}.glyph-radio-waves:before{content:"\\ebd9"}.glyph-random-filled:before{content:"\\ebda"}.glyph-random:before{content:"\\ebdb"}.glyph-reboot:before{content:"\\ebdc"}.glyph-rectangle-filled:before{content:"\\ebdd"}.glyph-rectangle:before{content:"\\ebde"}.glyph-redo:before{content:"\\ebdf"}.glyph-reference:before{content:"\\ebe0"}.glyph-refresh-cancelled:before{content:"\\ebe1"}.glyph-refresh:before{content:"\\ebe2"}.glyph-reload:before{content:"\\ebe3"}.glyph-remove-application:before{content:"\\ebe4"}.glyph-remove-eye-filled:before{content:"\\ebe5"}.glyph-remove-eye:before{content:"\\ebe6"}.glyph-rename:before{content:"\\ebe7"}.glyph-replace:before{content:"\\ebe8"}.glyph-report-barchart:before{content:"\\ebe9"}.glyph-report-linechart:before{content:"\\ebea"}.glyph-report-text:before{content:"\\ebeb"}.glyph-reset:before{content:"\\ebec"}.glyph-restore-backup-filled:before{content:"\\ebed"}.glyph-restore-backup-pc:before{content:"\\ebee"}.glyph-restore-backup:before{content:"\\ebef"}.glyph-rhomb-filled:before{content:"\\ebf0"}.glyph-rhomb:before{content:"\\ebf1"}.glyph-road-filled:before{content:"\\ebf2"}.glyph-road:before{content:"\\ebf3"}.glyph-rocket-filled:before{content:"\\ebf4"}.glyph-rocket:before{content:"\\ebf5"}.glyph-route-target:before{content:"\\ebf6"}.glyph-route:before{content:"\\ebf7"}.glyph-scatterplot:before{content:"\\ebf8"}.glyph-scheduler-filled:before{content:"\\ebf9"}.glyph-scheduler:before{content:"\\ebfa"}.glyph-screen-filled:before{content:"\\ebfb"}.glyph-screen:before{content:"\\ebfc"}.glyph-screenshot-filled:before{content:"\\ebfd"}.glyph-screenshot:before{content:"\\ebfe"}.glyph-script-add:before{content:"\\ebff"}.glyph-script:before{content:"\\ec00"}.glyph-scripts:before{content:"\\ec01"}.glyph-search:before{content:"\\ec02"}.glyph-share-filled:before{content:"\\ec03"}.glyph-share:before{content:"\\ec04"}.glyph-shopping-cart-filled:before{content:"\\ec05"}.glyph-shopping-cart:before{content:"\\ec06"}.glyph-shout-filled:before{content:"\\ec07"}.glyph-shout:before{content:"\\ec08"}.glyph-sign-language:before{content:"\\ec09"}.glyph-signal-strength-0:before{content:"\\ec0a"}.glyph-signal-strength-1:before{content:"\\ec0b"}.glyph-signal-strength-2:before{content:"\\ec0c"}.glyph-signal-strength-3:before{content:"\\ec0d"}.glyph-signal-strength-4:before{content:"\\ec0e"}.glyph-signal-strength-5:before{content:"\\ec0f"}.glyph-signal-strength-6:before{content:"\\ec10"}.glyph-signal-strength-7:before{content:"\\ec11"}.glyph-signal-strength-8:before{content:"\\ec12"}.glyph-simit-component:before{content:"\\ec13"}.glyph-simit-macro-component-editor:before{content:"\\ec14"}.glyph-simit-macro:before{content:"\\ec15"}.glyph-single-check:before{content:"\\ec16"}.glyph-skip-back-filled:before{content:"\\ec17"}.glyph-skip-back:before{content:"\\ec18"}.glyph-skip-filled:before{content:"\\ec19"}.glyph-skip:before{content:"\\ec1a"}.glyph-snowflake:before{content:"\\ec1b"}.glyph-sort-ascending:before{content:"\\ec1c"}.glyph-sort-descending:before{content:"\\ec1d"}.glyph-sort:before{content:"\\ec1e"}.glyph-sound-loud-filled:before{content:"\\ec1f"}.glyph-sound-loud:before{content:"\\ec20"}.glyph-sound-mute-filled:before{content:"\\ec21"}.glyph-sound-mute:before{content:"\\ec22"}.glyph-sound-off-filled:before{content:"\\ec23"}.glyph-sound-off:before{content:"\\ec24"}.glyph-sound-quiet-filled:before{content:"\\ec25"}.glyph-sound-quiet:before{content:"\\ec26"}.glyph-spatial:before{content:"\\ec27"}.glyph-split-horizontally:before{content:"\\ec28"}.glyph-split-vertically:before{content:"\\ec29"}.glyph-stamp-filled:before{content:"\\ec2a"}.glyph-stamp:before{content:"\\ec2b"}.glyph-standby:before{content:"\\ec2c"}.glyph-star-add-filled:before{content:"\\ec2d"}.glyph-star-add:before{content:"\\ec2e"}.glyph-star-cancelled-filled:before{content:"\\ec2f"}.glyph-star-cancelled:before{content:"\\ec30"}.glyph-star-filled:before{content:"\\ec31"}.glyph-star-list-filled:before{content:"\\ec32"}.glyph-star-list:before{content:"\\ec33"}.glyph-star:before{content:"\\ec34"}.glyph-start-data-analysis:before{content:"\\ec35"}.glyph-steering-user-filled:before{content:"\\ec36"}.glyph-steering-user:before{content:"\\ec37"}.glyph-steering:before{content:"\\ec38"}.glyph-stethoscope:before{content:"\\ec39"}.glyph-stop-filled:before{content:"\\ec3a"}.glyph-stop:before{content:"\\ec3b"}.glyph-success-filled:before{content:"\\ec3c"}.glyph-success:before{content:"\\ec3d"}.glyph-sun-filled:before{content:"\\ec3e"}.glyph-sun:before{content:"\\ec3f"}.glyph-support:before{content:"\\ec40"}.glyph-surveillance-cancelled-filled:before{content:"\\ec41"}.glyph-surveillance-cancelled:before{content:"\\ec42"}.glyph-surveillance-filled:before{content:"\\ec43"}.glyph-surveillance:before{content:"\\ec44"}.glyph-svg-document:before{content:"\\ec45"}.glyph-swap-left-right:before{content:"\\ec46"}.glyph-switch-slider:before{content:"\\ec47"}.glyph-table-columns:before{content:"\\ec48"}.glyph-table-rows:before{content:"\\ec49"}.glyph-table-settings:before{content:"\\ec4a"}.glyph-table:before{content:"\\ec4b"}.glyph-tag-filled:before{content:"\\ec4c"}.glyph-tag-plus-filled:before{content:"\\ec4d"}.glyph-tag-plus:before{content:"\\ec4e"}.glyph-tag:before{content:"\\ec4f"}.glyph-tasks-all:before{content:"\\ec50"}.glyph-tasks-done:before{content:"\\ec51"}.glyph-tasks-open:before{content:"\\ec52"}.glyph-text-circle-rectangle-filled:before{content:"\\ec53"}.glyph-text-circle-rectangle:before{content:"\\ec54"}.glyph-text-document:before{content:"\\ec55"}.glyph-text:before{content:"\\ec56"}.glyph-threshold-cancelled:before{content:"\\ec57"}.glyph-threshold-off:before{content:"\\ec58"}.glyph-threshold-on:before{content:"\\ec59"}.glyph-to-be-published:before{content:"\\ec5a"}.glyph-to-search:before{content:"\\ec5b"}.glyph-topic-filled:before{content:"\\ec5c"}.glyph-topic:before{content:"\\ec5d"}.glyph-touch-filled:before{content:"\\ec5e"}.glyph-touch:before{content:"\\ec5f"}.glyph-trashcan-filled:before{content:"\\ec60"}.glyph-trashcan:before{content:"\\ec61"}.glyph-tree:before{content:"\\ec62"}.glyph-trend:before{content:"\\ec63"}.glyph-triangle-filled:before{content:"\\ec64"}.glyph-triangle:before{content:"\\ec65"}.glyph-truck-filled:before{content:"\\ec66"}.glyph-truck:before{content:"\\ec67"}.glyph-tulip-filled:before{content:"\\ec68"}.glyph-tulip:before{content:"\\ec69"}.glyph-txt-document:before{content:"\\ec6a"}.glyph-undo:before{content:"\\ec6b"}.glyph-ungroup:before{content:"\\ec6c"}.glyph-unlock-filled:before{content:"\\ec6d"}.glyph-unlock-plant-filled:before{content:"\\ec6e"}.glyph-unlock-plant:before{content:"\\ec6f"}.glyph-unlock:before{content:"\\ec70"}.glyph-upload-document-note:before{content:"\\ec71"}.glyph-upload-success:before{content:"\\ec72"}.glyph-upload:before{content:"\\ec73"}.glyph-upper-limit:before{content:"\\ec74"}.glyph-user-check-filled:before{content:"\\ec75"}.glyph-user-check:before{content:"\\ec76"}.glyph-user-filled:before{content:"\\ec77"}.glyph-user-management-filled:before{content:"\\ec78"}.glyph-user-management:before{content:"\\ec79"}.glyph-user-profile-filled:before{content:"\\ec7a"}.glyph-user-profile:before{content:"\\ec7b"}.glyph-user-reading-reading:before{content:"\\ec7c"}.glyph-user-reading:before{content:"\\ec7d"}.glyph-user-settings-filled:before{content:"\\ec7e"}.glyph-user-settings:before{content:"\\ec7f"}.glyph-user:before{content:"\\ec80"}.glyph-validate:before{content:"\\ec81"}.glyph-vdi-folder:before{content:"\\ec82"}.glyph-version-history:before{content:"\\ec83"}.glyph-video-file-filled:before{content:"\\ec84"}.glyph-video-file:before{content:"\\ec85"}.glyph-warning-filled:before{content:"\\ec86"}.glyph-warning-rhomb-filled:before{content:"\\ec87"}.glyph-warning-rhomb:before{content:"\\ec88"}.glyph-warning:before{content:"\\ec89"}.glyph-water-bathing:before{content:"\\ec8a"}.glyph-water-fish:before{content:"\\ec8b"}.glyph-water-sunbathing:before{content:"\\ec8c"}.glyph-waveform:before{content:"\\ec8d"}.glyph-webcam-cancelled-filled:before{content:"\\ec8e"}.glyph-webcam-cancelled:before{content:"\\ec8f"}.glyph-webcam-filled:before{content:"\\ec90"}.glyph-webcam:before{content:"\\ec91"}.glyph-wlan-off:before{content:"\\ec92"}.glyph-wlan-strength-0:before{content:"\\ec93"}.glyph-wlan-strength-1:before{content:"\\ec94"}.glyph-wlan-strength-2:before{content:"\\ec95"}.glyph-wlan-strength-3:before{content:"\\ec96"}.glyph-work-case-filled:before{content:"\\ec97"}.glyph-work-case:before{content:"\\ec98"}.glyph-workspace:before{content:"\\ec99"}.glyph-workspaces:before{content:"\\ec9a"}.glyph-x-axis-settings:before{content:"\\ec9b"}.glyph-xls-document:before{content:"\\ec9c"}.glyph-xml-document:before{content:"\\ec9d"}.glyph-y-axis-settings:before{content:"\\ec9e"}.glyph-youtube-filled:before{content:"\\ec9f"}.glyph-youtube:before{content:"\\eca0"}.glyph-zoom-in:before{content:"\\eca1"}.glyph-zoom-out:before{content:"\\eca2"}.glyph-zoom-selection:before{content:"\\eca3"}:host{display:inline-flex;height:1.5rem;width:1.5rem}:host i{color:inherit;transition:color 150ms}:host .svg-container{display:block;position:relative;width:100%;height:100%}:host .svg-container>svg{height:1.5rem;width:1.5rem}:host .svg-container>svg[fill],:host .svg-container>svg [fill]{fill:var(--ix-icon-color, var(--theme-color-std-text))}:host(.size-12){height:0.75rem;width:0.75rem}:host(.size-12) .svg-container>svg{height:0.75rem;width:0.75rem}:host(.size-16){height:1rem;width:1rem}:host(.size-16) .svg-container>svg{height:1rem;width:1rem}:host(.size-32){height:2rem;width:2rem}:host(.size-32) .svg-container>svg{height:2rem;width:2rem}';const g=class{constructor(t){e(this,t);this.size=undefined;this.color=undefined;this.name=undefined;this.svgContent=undefined}connectedCallback(){this.loadIconContent()}async loadIconContent(){try{this.svgContent=await h(this)}catch(e){this.svgContent=r(n)}}render(){const e={};if(this.color){e["color"]=`var(--theme-${this.color})`}if(this.name&&!this.svgContent){const n=this.name;return t(o,{style:e,class:{["size-12"]:this.size==="12",["size-16"]:this.size==="16",["size-24"]:this.size==="24",["size-32"]:this.size==="32"}},t("i",{class:{glyph:true,[`glyph-${n}`]:true,"glyph-12":this.size==="12","glyph-16":this.size==="16","glyph-24":this.size==="24","glyph-32":this.size==="32"}}))}return t(o,{style:e,class:{["size-12"]:this.size==="12",["size-16"]:this.size==="16",["size-24"]:this.size==="24",["size-32"]:this.size==="32"}},t("div",{class:"svg-container",innerHTML:this.svgContent}))}static get watchers(){return{name:["loadIconContent"]}}};g.style=p;export{g as I};
2
+ //# sourceMappingURL=p-3f1bfdd7.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["question","isSvgDataUrl","url","startsWith","parser","parseSVGDataContent","content","window","console","warn","svgDocument","parseFromString","svgElement","querySelector","Error","outerHTML","async","fetchSVG","response","fetch","responseText","text","ok","error","urlRegex","isValidUrl","test","resolveIcon","icon","name","iconCss","Icon","connectedCallback","this","loadIconContent","svgContent","render","style","color","iconName","h","Host","class","size","glyph","innerHTML"],"sources":["./src/components/icon/question.ts","./src/components/icon/resolveIcon.ts","./src/components/icon/icon.scss?tag=ix-icon&encapsulation=shadow","./src/components/icon/icon.tsx"],"sourcesContent":["/*\n * COPYRIGHT (c) Siemens AG 2018-2023 ALL RIGHTS RESERVED.\n */\nexport const question =\n \"data:image/svg+xml;utf8,<?xml version='1.0' encoding='UTF-8'?><svg width='512px' height='512px' viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'><title>question</title><g id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'><g id='add' transform='translate(42.666667, 42.666667)'><path d='M291.76704,163.504 C291.76704,177.01952 288.33216,188.82176 281.479253,198.90112 C275.828267,207.371093 266.358187,216.549547 253.042987,226.434987 C245.378987,231.682347 240.331947,236.618667 237.916587,241.257813 C234.87744,246.90624 233.376213,255.371093 233.376213,266.666667 L190.710827,266.666667 C190.710827,249.530027 192.53504,237.027413 196.165333,229.162667 C200.394453,219.679573 209.571627,210.098773 223.686187,200.42048 C230.350293,195.374933 235.188693,190.2368 238.214827,184.994773 C241.839787,179.143253 243.664,172.49216 243.664,165.028693 C243.664,153.13024 240.125013,144.26304 233.070293,138.404907 C227.4336,134.177067 220.56768,132.059947 212.501333,132.059947 C199.39328,132.059947 189.911467,136.398507 184.065067,145.069013 C179.829333,151.518293 177.7056,159.787733 177.7056,169.868587 L177.7056,170.173227 L132.34368,170.173227 C132.34368,143.751253 140.703147,123.790507 157.43488,110.274773 C171.554773,98.9922133 189.007787,93.3346133 209.77344,93.3346133 C227.933653,93.3346133 243.865813,96.86848 257.571627,103.9232 C280.37504,115.62624 291.76704,135.494827 291.76704,163.504 Z M426.666667,213.333333 C426.666667,331.153707 331.153707,426.666667 213.333333,426.666667 C95.51296,426.666667 3.55271368e-14,331.153707 3.55271368e-14,213.333333 C3.55271368e-14,95.51168 95.51296,3.55271368e-14 213.333333,3.55271368e-14 C331.153707,3.55271368e-14 426.666667,95.51168 426.666667,213.333333 Z M384,213.333333 C384,119.226667 307.43872,42.6666667 213.333333,42.6666667 C119.227947,42.6666667 42.6666667,119.226667 42.6666667,213.333333 C42.6666667,307.43872 119.227947,384 213.333333,384 C307.43872,384 384,307.43872 384,213.333333 Z M213.332053,282.666667 C198.60416,282.666667 186.665387,294.60544 186.665387,309.333333 C186.665387,324.061227 198.60416,336 213.332053,336 C228.059947,336 239.99872,324.061227 239.99872,309.333333 C239.99872,294.60544 228.059947,282.666667 213.332053,282.666667 Z' id='Shape'/></g></g></svg>\";\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport { Icon } from './icon';\n\nexport const isSvgDataUrl = (url: string) => {\n if (!url) {\n return false;\n }\n\n if (typeof url !== 'string') {\n return false;\n }\n\n return url.startsWith('data:image/svg+xml');\n};\n\nlet parser = null;\n\nexport function parseSVGDataContent(content: string) {\n if (typeof window['DOMParser'] === 'undefined') {\n console.warn('DOMParser not supported by your browser.');\n return;\n }\n\n if (parser === null) {\n parser = new window['DOMParser']();\n }\n\n const svgDocument = parser.parseFromString(content, 'text/html');\n const svgElement = svgDocument.querySelector('svg') as HTMLElement;\n\n if (!svgElement) {\n throw Error('No valid svg data provided');\n }\n\n return svgElement.outerHTML;\n}\n\nasync function fetchSVG(url: string) {\n const response = await fetch(url);\n const responseText = await response.text();\n\n if (!response.ok) {\n console.error(responseText);\n throw Error(responseText);\n }\n\n return parseSVGDataContent(responseText);\n}\nconst urlRegex = /^(?:(?:https?|ftp):\\/\\/)?(?:\\S+(?::\\S*)?@)?(?:www\\.)?(?:\\S+\\.\\S+)(?:\\S*)$/i;\n\nfunction isValidUrl(url: string) {\n return urlRegex.test(url);\n}\n\nexport async function resolveIcon(icon: Icon) {\n const { name } = icon;\n\n if (!name) {\n return;\n }\n\n if (isSvgDataUrl(name)) {\n return parseSVGDataContent(name);\n }\n\n if (isValidUrl(name)) {\n try {\n return await fetchSVG(name);\n } catch (error) {\n throw error;\n }\n }\n\n //Fallback return undefined to render web font icon\n return;\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n@import './generated/ix-icons';\n\n:host {\n display: inline-flex;\n height: 1.5rem;\n width: 1.5rem;\n\n i {\n color: inherit;\n transition: color 150ms;\n }\n\n .svg-container {\n display: block;\n position: relative;\n width: 100%;\n height: 100%;\n }\n\n .svg-container > svg {\n height: 1.5rem;\n width: 1.5rem;\n }\n\n .svg-container > svg[fill],\n .svg-container > svg [fill] {\n fill: var(--ix-icon-color, var(--theme-color-std-text));\n }\n}\n\n:host(.size-12) {\n height: 0.75rem;\n width: 0.75rem;\n\n .svg-container > svg {\n height: 0.75rem;\n width: 0.75rem;\n }\n}\n\n:host(.size-16) {\n height: 1rem;\n width: 1rem;\n\n .svg-container > svg {\n height: 1rem;\n width: 1rem;\n }\n}\n\n:host(.size-32) {\n height: 2rem;\n width: 2rem;\n\n .svg-container > svg {\n height: 2rem;\n width: 2rem;\n }\n}\n","/*\n * SPDX-FileCopyrightText: 2023 Siemens AG\n *\n * SPDX-License-Identifier: MIT\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nimport { Component, h, Host, Prop, State, Watch } from '@stencil/core';\nimport { question } from './question';\nimport { parseSVGDataContent, resolveIcon } from './resolveIcon';\n\n@Component({\n tag: 'ix-icon',\n styleUrl: 'icon.scss',\n shadow: true,\n})\nexport class Icon {\n /**\n * Size of the icon\n */\n @Prop() size: '12' | '16' | '24' | '32';\n\n /**\n * Color of the icon\n */\n @Prop() color: string;\n\n /**\n * Use one of our defined icon names e.g. `copy`\n *\n * https://ix.siemens.io/docs/icon-library/icons\n *\n * or the import variant\n *\n * ```\n * import { rocket } from '@siemens/ix-icons/icons';\n *\n * <ix-icon name={rocket}></ix-icon>\n * ```\n */\n @Prop() name: string;\n\n @State() svgContent?: string;\n\n connectedCallback() {\n this.loadIconContent();\n }\n\n @Watch('name')\n async loadIconContent() {\n try {\n this.svgContent = await resolveIcon(this);\n } catch (error) {\n this.svgContent = parseSVGDataContent(question);\n }\n }\n\n render() {\n const style: {\n [key: string]: string;\n } = {};\n\n if (this.color) {\n style['color'] = `var(--theme-${this.color})`;\n }\n\n if (this.name && !this.svgContent) {\n const iconName = this.name;\n return (\n <Host\n style={style}\n class={{\n ['size-12']: this.size === '12',\n ['size-16']: this.size === '16',\n ['size-24']: this.size === '24',\n ['size-32']: this.size === '32',\n }}\n >\n <i\n class={{\n 'glyph': true,\n [`glyph-${iconName}`]: true,\n 'glyph-12': this.size === '12',\n 'glyph-16': this.size === '16',\n 'glyph-24': this.size === '24',\n 'glyph-32': this.size === '32',\n }}\n ></i>\n </Host>\n );\n }\n\n return (\n <Host\n style={style}\n class={{\n ['size-12']: this.size === '12',\n ['size-16']: this.size === '16',\n ['size-24']: this.size === '24',\n ['size-32']: this.size === '32',\n }}\n >\n <div class={'svg-container'} innerHTML={this.svgContent}></div>\n </Host>\n );\n }\n}\n"],"mappings":"kDAGO,MAAMA,EACX,8xECMK,MAAMC,EAAgBC,IAC3B,IAAKA,EAAK,CACR,OAAO,K,CAGT,UAAWA,IAAQ,SAAU,CAC3B,OAAO,K,CAGT,OAAOA,EAAIC,WAAW,qBAAqB,EAG7C,IAAIC,EAAS,K,SAEGC,EAAoBC,GAClC,UAAWC,OAAO,eAAiB,YAAa,CAC9CC,QAAQC,KAAK,4CACb,M,CAGF,GAAIL,IAAW,KAAM,CACnBA,EAAS,IAAIG,OAAO,Y,CAGtB,MAAMG,EAAcN,EAAOO,gBAAgBL,EAAS,aACpD,MAAMM,EAAaF,EAAYG,cAAc,OAE7C,IAAKD,EAAY,CACf,MAAME,MAAM,6B,CAGd,OAAOF,EAAWG,SACpB,CAEAC,eAAeC,EAASf,GACtB,MAAMgB,QAAiBC,MAAMjB,GAC7B,MAAMkB,QAAqBF,EAASG,OAEpC,IAAKH,EAASI,GAAI,CAChBd,QAAQe,MAAMH,GACd,MAAMN,MAAMM,E,CAGd,OAAOf,EAAoBe,EAC7B,CACA,MAAMI,EAAW,6EAEjB,SAASC,EAAWvB,GAClB,OAAOsB,EAASE,KAAKxB,EACvB,CAEOc,eAAeW,EAAYC,GAChC,MAAMC,KAAEA,GAASD,EAEjB,IAAKC,EAAM,CACT,M,CAGF,GAAI5B,EAAa4B,GAAO,CACtB,OAAOxB,EAAoBwB,E,CAG7B,GAAIJ,EAAWI,GAAO,CACpB,IACE,aAAaZ,EAASY,E,CACtB,MAAON,GACP,MAAMA,C,EAKV,MACF,CClFA,MAAMO,EAAU,kh9B,MCiBHC,EAAI,M,gHA4BfC,oBACEC,KAAKC,iB,CAIPlB,wBACE,IACEiB,KAAKE,iBAAmBR,EAAYM,K,CACpC,MAAOV,GACPU,KAAKE,WAAa9B,EAAoBL,E,EAI1CoC,SACE,MAAMC,EAEF,GAEJ,GAAIJ,KAAKK,MAAO,CACdD,EAAM,SAAW,eAAeJ,KAAKK,Q,CAGvC,GAAIL,KAAKJ,OAASI,KAAKE,WAAY,CACjC,MAAMI,EAAWN,KAAKJ,KACtB,OACEW,EAACC,EAAI,CACHJ,MAAOA,EACPK,MAAO,CACL,CAAC,WAAYT,KAAKU,OAAS,KAC3B,CAAC,WAAYV,KAAKU,OAAS,KAC3B,CAAC,WAAYV,KAAKU,OAAS,KAC3B,CAAC,WAAYV,KAAKU,OAAS,OAG7BH,EAAA,KACEE,MAAO,CACLE,MAAS,KACT,CAAC,SAASL,KAAa,KACvB,WAAYN,KAAKU,OAAS,KAC1B,WAAYV,KAAKU,OAAS,KAC1B,WAAYV,KAAKU,OAAS,KAC1B,WAAYV,KAAKU,OAAS,Q,CAOpC,OACEH,EAACC,EAAI,CACHJ,MAAOA,EACPK,MAAO,CACL,CAAC,WAAYT,KAAKU,OAAS,KAC3B,CAAC,WAAYV,KAAKU,OAAS,KAC3B,CAAC,WAAYV,KAAKU,OAAS,KAC3B,CAAC,WAAYV,KAAKU,OAAS,OAG7BH,EAAA,OAAKE,MAAO,gBAAiBG,UAAWZ,KAAKE,a"}
@@ -0,0 +1,2 @@
1
+ export{I as ix_icon}from"./p-3f1bfdd7.js";import"./p-dedaa481.js";
2
+ //# sourceMappingURL=p-56e47578.entry.js.map
@@ -0,0 +1,3 @@
1
+ const t="ix-icons";let n;let e;let s=false;let o=false;const c=(t,n="")=>{{return()=>{}}};const l=(t,n)=>{{return()=>{}}};const i="{visibility:hidden}.hydrated{visibility:inherit}";const f={};const r="http://www.w3.org/2000/svg";const u="http://www.w3.org/1999/xhtml";const a=t=>t!=null;const d=t=>{t=typeof t;return t==="object"||t==="function"};function h(t){var n,e,s;return(s=(e=(n=t.head)===null||n===void 0?void 0:n.querySelector('meta[name="csp-nonce"]'))===null||e===void 0?void 0:e.getAttribute("content"))!==null&&s!==void 0?s:undefined}const p=(t,n,...e)=>{let s=null;let o=false;let c=false;const l=[];const i=n=>{for(let e=0;e<n.length;e++){s=n[e];if(Array.isArray(s)){i(s)}else if(s!=null&&typeof s!=="boolean"){if(o=typeof t!=="function"&&!d(s)){s=String(s)}if(o&&c){l[l.length-1].t+=s}else{l.push(o?y(null,s):s)}c=o}}};i(e);if(n){{const t=n.className||n.class;if(t){n.class=typeof t!=="object"?t:Object.keys(t).filter((n=>t[n])).join(" ")}}}const f=y(t,null);f.o=n;if(l.length>0){f.l=l}return f};const y=(t,n)=>{const e={i:0,u:t,t:n,h:null,l:null};{e.o=null}return e};const $={};const m=t=>t&&t.u===$;const w=(t,n)=>{if(t!=null&&!d(t)){if(n&1){return String(t)}return t}return t};const b=(t,n,e)=>{const s=dt.ce(n,e);t.dispatchEvent(s);return s};const g=new WeakMap;const v=(t,n,e)=>{let s=rt.get(t);if(pt&&e){s=s||new CSSStyleSheet;if(typeof s==="string"){s=n}else{s.replaceSync(n)}}else{s=n}rt.set(t,s)};const S=(t,n,e,s)=>{var o;let c=O(n);const l=rt.get(c);t=t.nodeType===11?t:at;if(l){if(typeof l==="string"){t=t.head||t;let n=g.get(t);let e;if(!n){g.set(t,n=new Set)}if(!n.has(c)){{{e=at.createElement("style");e.innerHTML=l}const n=(o=dt.p)!==null&&o!==void 0?o:h(at);if(n!=null){e.setAttribute("nonce",n)}t.insertBefore(e,t.querySelector("link"))}if(n){n.add(c)}}}else if(!t.adoptedStyleSheets.includes(l)){t.adoptedStyleSheets=[...t.adoptedStyleSheets,l]}}return c};const j=t=>{const n=t.$;const e=t.m;const s=n.i;const o=c("attachStyles",n.g);const l=S(e.shadowRoot?e.shadowRoot:e.getRootNode(),n);if(s&10){e["s-sc"]=l;e.classList.add(l+"-h")}o()};const O=(t,n)=>"sc-"+t.g;const k=(t,n,e,s,o,c)=>{if(e!==s){let l=ct(t,n);n.toLowerCase();if(n==="class"){const n=t.classList;const o=M(e);const c=M(s);n.remove(...o.filter((t=>t&&!c.includes(t))));n.add(...c.filter((t=>t&&!o.includes(t))))}else if(n==="style"){{for(const n in e){if(!s||s[n]==null){if(n.includes("-")){t.style.removeProperty(n)}else{t.style[n]=""}}}}for(const n in s){if(!e||s[n]!==e[n]){if(n.includes("-")){t.style.setProperty(n,s[n])}else{t.style[n]=s[n]}}}}else{const i=d(s);if((l||i&&s!==null)&&!o){try{if(!t.tagName.includes("-")){const o=s==null?"":s;if(n==="list"){l=false}else if(e==null||t[n]!=o){t[n]=o}}else{t[n]=s}}catch(t){}}if(s==null||s===false){if(s!==false||t.getAttribute(n)===""){{t.removeAttribute(n)}}}else if((!l||c&4||o)&&!i){s=s===true?"":s;{t.setAttribute(n,s)}}}}};const C=/\s/;const M=t=>!t?[]:t.split(C);const x=(t,n,e,s)=>{const o=n.h.nodeType===11&&n.h.host?n.h.host:n.h;const c=t&&t.o||f;const l=n.o||f;{for(s in c){if(!(s in l)){k(o,s,c[s],undefined,e,n.i)}}}for(s in l){k(o,s,c[s],l[s],e,n.i)}};const P=(t,e,o,c)=>{const l=e.l[o];let i=0;let f;let d;{if(!s){s=l.u==="svg"}f=l.h=at.createElementNS(s?r:u,l.u);if(s&&l.u==="foreignObject"){s=false}{x(null,l,s)}if(a(n)&&f["s-si"]!==n){f.classList.add(f["s-si"]=n)}if(l.l){for(i=0;i<l.l.length;++i){d=P(t,l,i);if(d){f.appendChild(d)}}}{if(l.u==="svg"){s=false}else if(f.tagName==="foreignObject"){s=true}}}return f};const U=(t,n,s,o,c,l)=>{let i=t;let f;if(i.shadowRoot&&i.tagName===e){i=i.shadowRoot}for(;c<=l;++c){if(o[c]){f=P(null,s,c);if(f){o[c].h=f;i.insertBefore(f,n)}}}};const E=(t,n,e,s,o)=>{for(;n<=e;++n){if(s=t[n]){o=s.h;o.remove()}}};const N=(t,n,e,s)=>{let o=0;let c=0;let l=n.length-1;let i=n[0];let f=n[l];let r=s.length-1;let u=s[0];let a=s[r];let d;while(o<=l&&c<=r){if(i==null){i=n[++o]}else if(f==null){f=n[--l]}else if(u==null){u=s[++c]}else if(a==null){a=s[--r]}else if(T(i,u)){A(i,u);i=n[++o];u=s[++c]}else if(T(f,a)){A(f,a);f=n[--l];a=s[--r]}else if(T(i,a)){A(i,a);t.insertBefore(i.h,f.h.nextSibling);i=n[++o];a=s[--r]}else if(T(f,u)){A(f,u);t.insertBefore(f.h,i.h);f=n[--l];u=s[++c]}else{{d=P(n&&n[c],e,c);u=s[++c]}if(d){{i.h.parentNode.insertBefore(d,i.h)}}}}if(o>l){U(t,s[r+1]==null?null:s[r+1].h,e,s,c,r)}else if(c>r){E(n,o,l)}};const T=(t,n)=>{if(t.u===n.u){return true}return false};const A=(t,n)=>{const e=n.h=t.h;const o=t.l;const c=n.l;const l=n.u;{{s=l==="svg"?true:l==="foreignObject"?false:s}{{x(t,n,s)}}if(o!==null&&c!==null){N(e,o,n,c)}else if(c!==null){U(e,null,n,c,0,c.length-1)}else if(o!==null){E(o,0,o.length-1)}if(s&&l==="svg"){s=false}}};const H=(t,s)=>{const o=t.m;const c=t.v||y(null,null);const l=m(s)?s:p(null,null,s);e=o.tagName;l.u=null;l.i|=4;t.v=l;l.h=c.h=o.shadowRoot||o;{n=o["s-sc"]}A(c,l)};const L=(t,n)=>{if(n&&!t.S&&n["s-p"]){n["s-p"].push(new Promise((n=>t.S=n)))}};const R=(t,n)=>{{t.i|=16}if(t.i&4){t.i|=512;return}L(t,t.j);const e=()=>W(t,n);return vt(e)};const W=(t,n)=>{const e=c("scheduleUpdate",t.$.g);const s=t.O;let o;e();return z(o,(()=>q(t,s,n)))};const q=async(t,n,e)=>{const s=t.m;const o=c("update",t.$.g);const l=s["s-rc"];if(e){j(t)}const i=c("render",t.$.g);{F(t,n)}if(l){l.map((t=>t()));s["s-rc"]=undefined}i();o();{const n=s["s-p"];const e=()=>I(t);if(n.length===0){e()}else{Promise.all(n).then(e);t.i|=4;n.length=0}}};const F=(t,n,e)=>{try{n=n.render();{t.i&=~16}{t.i|=2}{{{H(t,n)}}}}catch(n){lt(n,t.m)}return null};const I=t=>{const n=t.$.g;const e=t.m;const s=c("postUpdate",n);const o=t.j;if(!(t.i&64)){t.i|=64;{B(e)}s();{t.k(e);if(!o){V()}}}else{s()}{if(t.S){t.S();t.S=undefined}if(t.i&512){gt((()=>R(t,false)))}t.i&=~(4|512)}};const V=n=>{{B(at.documentElement)}gt((()=>b(ut,"appload",{detail:{namespace:t}})))};const _=(t,n,e)=>{if(t&&t[n]){try{return t[n](e)}catch(t){lt(t)}}return undefined};const z=(t,n)=>t&&t.then?t.then(n):n();const B=t=>t.classList.add("hydrated");const D=(t,n)=>et(t).C.get(n);const G=(t,n,e,s)=>{const o=et(t);const c=o.m;const l=o.C.get(n);const i=o.i;const f=o.O;e=w(e,s.M[n][0]);const r=Number.isNaN(l)&&Number.isNaN(e);const u=e!==l&&!r;if((!(i&8)||l===undefined)&&u){o.C.set(n,e);if(f){if(s.P&&i&128){const t=s.P[n];if(t){t.map((t=>{try{f[t](e,l,n)}catch(t){lt(t,c)}}))}}if((i&(2|16))===2){R(o,false)}}}};const J=(t,n,e)=>{if(n.M){if(t.watchers){n.P=t.watchers}const s=Object.entries(n.M);const o=t.prototype;s.map((([t,[s]])=>{if(s&31||e&2&&s&32){Object.defineProperty(o,t,{get(){return D(this,t)},set(e){G(this,t,e,n)},configurable:true,enumerable:true})}}));if(e&1){const n=new Map;o.attributeChangedCallback=function(t,e,s){dt.jmp((()=>{const e=n.get(t);if(this.hasOwnProperty(e)){s=this[e];delete this[e]}else if(o.hasOwnProperty(e)&&typeof this[e]==="number"&&this[e]==s){return}this[e]=s===null&&typeof this[e]==="boolean"?false:s}))};t.observedAttributes=s.filter((([t,n])=>n[0]&15)).map((([t,e])=>{const s=e[1]||t;n.set(s,t);return s}))}}return t};const K=async(t,n,e,s,o)=>{if((n.i&32)===0){{n.i|=32;o=ft(e);if(o.then){const t=l();o=await o;t()}if(!o.isProxied){{e.P=o.watchers}J(o,e,2);o.isProxied=true}const t=c("createInstance",e.g);{n.i|=8}try{new o(n)}catch(t){lt(t)}{n.i&=~8}{n.i|=128}t();Q(n.O)}if(o.style){let t=o.style;const n=O(e);if(!rt.has(n)){const s=c("registerStyles",e.g);v(n,t,!!(e.i&1));s()}}}const i=n.j;const f=()=>R(n,true);if(i&&i["s-rc"]){i["s-rc"].push(f)}else{f()}};const Q=t=>{{_(t,"connectedCallback")}};const X=t=>{if((dt.i&1)===0){const n=et(t);const e=n.$;const s=c("connectedCallback",e.g);if(!(n.i&1)){n.i|=1;{let e=t;while(e=e.parentNode||e.host){if(e["s-p"]){L(n,n.j=e);break}}}if(e.M){Object.entries(e.M).map((([n,[e]])=>{if(e&31&&t.hasOwnProperty(n)){const e=t[n];delete t[n];t[n]=e}}))}{K(t,n,e)}}else{Q(n.O)}s()}};const Y=t=>{if((dt.i&1)===0){et(t)}};const Z=(t,n={})=>{var e;const s=c();const o=[];const l=n.exclude||[];const f=ut.customElements;const r=at.head;const u=r.querySelector("meta[charset]");const a=at.createElement("style");const d=[];let p;let y=true;Object.assign(dt,n);dt.U=new URL(n.resourcesUrl||"./",at.baseURI).href;t.map((t=>{t[1].map((n=>{const e={i:n[0],g:n[1],M:n[2],N:n[3]};{e.M=n[2]}{e.P={}}const s=e.g;const c=class extends HTMLElement{constructor(t){super(t);t=this;ot(t,e);if(e.i&1){{{t.attachShadow({mode:"open"})}}}}connectedCallback(){if(p){clearTimeout(p);p=null}if(y){d.push(this)}else{dt.jmp((()=>X(this)))}}disconnectedCallback(){dt.jmp((()=>Y(this)))}componentOnReady(){return et(this).T}};e.A=t[0];if(!l.includes(s)&&!f.get(s)){o.push(s);f.define(s,J(c,e,1))}}))}));{a.innerHTML=o+i;a.setAttribute("data-styles","");const t=(e=dt.p)!==null&&e!==void 0?e:h(at);if(t!=null){a.setAttribute("nonce",t)}r.insertBefore(a,u?u.nextSibling:r.firstChild)}y=false;if(d.length){d.map((t=>t.connectedCallback()))}else{{dt.jmp((()=>p=setTimeout(V,30)))}}s()};const tt=t=>dt.p=t;const nt=new WeakMap;const et=t=>nt.get(t);const st=(t,n)=>nt.set(n.O=t,n);const ot=(t,n)=>{const e={i:0,m:t,$:n,C:new Map};{e.T=new Promise((t=>e.k=t));t["s-p"]=[];t["s-rc"]=[]}return nt.set(t,e)};const ct=(t,n)=>n in t;const lt=(t,n)=>(0,console.error)(t,n);const it=new Map;const ft=(t,n,e)=>{const s=t.g.replace(/-/g,"_");const o=t.A;const c=it.get(o);if(c){return c[s]}
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/return import(`./${o}.entry.js${""}`).then((t=>{{it.set(o,t)}return t[s]}),lt)};const rt=new Map;const ut=typeof window!=="undefined"?window:{};const at=ut.document||{head:{}};const dt={i:0,U:"",jmp:t=>t(),raf:t=>requestAnimationFrame(t),ael:(t,n,e,s)=>t.addEventListener(n,e,s),rel:(t,n,e,s)=>t.removeEventListener(n,e,s),ce:(t,n)=>new CustomEvent(t,n)};const ht=t=>Promise.resolve(t);const pt=(()=>{try{new CSSStyleSheet;return typeof(new CSSStyleSheet).replaceSync==="function"}catch(t){}return false})();const yt=[];const $t=[];const mt=(t,n)=>e=>{t.push(e);if(!o){o=true;if(n&&dt.i&4){gt(bt)}else{dt.raf(bt)}}};const wt=t=>{for(let n=0;n<t.length;n++){try{t[n](performance.now())}catch(t){lt(t)}}t.length=0};const bt=()=>{wt(yt);{wt($t);if(o=yt.length>0){dt.raf(bt)}}};const gt=t=>ht().then(t);const vt=mt($t,true);export{$ as H,Z as b,p as h,ht as p,st as r,tt as s};
3
+ //# sourceMappingURL=p-dedaa481.js.map