@rijkshuisstijl-community/web-components-stencil 1.0.0-alpha.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (149) hide show
  1. package/LICENSE.md +288 -0
  2. package/README.md +25 -0
  3. package/dist/cjs/index-97a16ac9.js +1551 -0
  4. package/dist/cjs/index-97a16ac9.js.map +1 -0
  5. package/dist/cjs/index.cjs.js +4 -0
  6. package/dist/cjs/index.cjs.js.map +1 -0
  7. package/dist/cjs/loader.cjs.js +15 -0
  8. package/dist/cjs/loader.cjs.js.map +1 -0
  9. package/dist/cjs/rhc-icon-arrow-right.cjs.entry.js +18 -0
  10. package/dist/cjs/rhc-icon-arrow-right.cjs.entry.js.map +1 -0
  11. package/dist/cjs/rhc-icon-calendar.cjs.entry.js +18 -0
  12. package/dist/cjs/rhc-icon-calendar.cjs.entry.js.map +1 -0
  13. package/dist/cjs/rhc-icon-error.cjs.entry.js +18 -0
  14. package/dist/cjs/rhc-icon-error.cjs.entry.js.map +1 -0
  15. package/dist/cjs/rhc-icon-info_2.cjs.entry.js +34 -0
  16. package/dist/cjs/rhc-icon-info_2.cjs.entry.js.map +1 -0
  17. package/dist/cjs/rhc-icon-success.cjs.entry.js +18 -0
  18. package/dist/cjs/rhc-icon-success.cjs.entry.js.map +1 -0
  19. package/dist/cjs/rhc-icon-warning.cjs.entry.js +18 -0
  20. package/dist/cjs/rhc-icon-warning.cjs.entry.js.map +1 -0
  21. package/dist/cjs/rhc.cjs.js +25 -0
  22. package/dist/cjs/rhc.cjs.js.map +1 -0
  23. package/dist/collection/collection-manifest.json +18 -0
  24. package/dist/collection/icon-arrow-right/stencil.js +13 -0
  25. package/dist/collection/icon-arrow-right/stencil.js.map +1 -0
  26. package/dist/collection/icon-calendar/stencil.js +13 -0
  27. package/dist/collection/icon-calendar/stencil.js.map +1 -0
  28. package/dist/collection/icon-error/stencil.js +13 -0
  29. package/dist/collection/icon-error/stencil.js.map +1 -0
  30. package/dist/collection/icon-info/stencil.js +13 -0
  31. package/dist/collection/icon-info/stencil.js.map +1 -0
  32. package/dist/collection/icon-success/stencil.js +13 -0
  33. package/dist/collection/icon-success/stencil.js.map +1 -0
  34. package/dist/collection/icon-warning/stencil.js +13 -0
  35. package/dist/collection/icon-warning/stencil.js.map +1 -0
  36. package/dist/collection/icon.svg +0 -0
  37. package/dist/collection/logo.css +45 -0
  38. package/dist/collection/logo.stencil.js +72 -0
  39. package/dist/collection/logo.stencil.js.map +1 -0
  40. package/dist/components/index.d.ts +45 -0
  41. package/dist/components/index.js +30 -0
  42. package/dist/components/index.js.map +1 -0
  43. package/dist/components/rhc-icon-arrow-right.d.ts +11 -0
  44. package/dist/components/rhc-icon-arrow-right.js +32 -0
  45. package/dist/components/rhc-icon-arrow-right.js.map +1 -0
  46. package/dist/components/rhc-icon-calendar.d.ts +11 -0
  47. package/dist/components/rhc-icon-calendar.js +32 -0
  48. package/dist/components/rhc-icon-calendar.js.map +1 -0
  49. package/dist/components/rhc-icon-error.d.ts +11 -0
  50. package/dist/components/rhc-icon-error.js +32 -0
  51. package/dist/components/rhc-icon-error.js.map +1 -0
  52. package/dist/components/rhc-icon-info.d.ts +11 -0
  53. package/dist/components/rhc-icon-info.js +32 -0
  54. package/dist/components/rhc-icon-info.js.map +1 -0
  55. package/dist/components/rhc-icon-success.d.ts +11 -0
  56. package/dist/components/rhc-icon-success.js +32 -0
  57. package/dist/components/rhc-icon-success.js.map +1 -0
  58. package/dist/components/rhc-icon-warning.d.ts +11 -0
  59. package/dist/components/rhc-icon-warning.js +32 -0
  60. package/dist/components/rhc-icon-warning.js.map +1 -0
  61. package/dist/components/rhc-logo.d.ts +11 -0
  62. package/dist/components/rhc-logo.js +41 -0
  63. package/dist/components/rhc-logo.js.map +1 -0
  64. package/dist/esm/index-c2d82fd1.js +1525 -0
  65. package/dist/esm/index-c2d82fd1.js.map +1 -0
  66. package/dist/esm/index.js +3 -0
  67. package/dist/esm/index.js.map +1 -0
  68. package/dist/esm/loader.js +11 -0
  69. package/dist/esm/loader.js.map +1 -0
  70. package/dist/esm/polyfills/core-js.js +11 -0
  71. package/dist/esm/polyfills/dom.js +79 -0
  72. package/dist/esm/polyfills/es5-html-element.js +1 -0
  73. package/dist/esm/polyfills/index.js +34 -0
  74. package/dist/esm/polyfills/system.js +6 -0
  75. package/dist/esm/rhc-icon-arrow-right.entry.js +14 -0
  76. package/dist/esm/rhc-icon-arrow-right.entry.js.map +1 -0
  77. package/dist/esm/rhc-icon-calendar.entry.js +14 -0
  78. package/dist/esm/rhc-icon-calendar.entry.js.map +1 -0
  79. package/dist/esm/rhc-icon-error.entry.js +14 -0
  80. package/dist/esm/rhc-icon-error.entry.js.map +1 -0
  81. package/dist/esm/rhc-icon-info_2.entry.js +29 -0
  82. package/dist/esm/rhc-icon-info_2.entry.js.map +1 -0
  83. package/dist/esm/rhc-icon-success.entry.js +14 -0
  84. package/dist/esm/rhc-icon-success.entry.js.map +1 -0
  85. package/dist/esm/rhc-icon-warning.entry.js +14 -0
  86. package/dist/esm/rhc-icon-warning.entry.js.map +1 -0
  87. package/dist/esm/rhc.js +20 -0
  88. package/dist/esm/rhc.js.map +1 -0
  89. package/dist/index.cjs.js +1 -0
  90. package/dist/index.js +1 -0
  91. package/dist/rhc/index.esm.js +2 -0
  92. package/dist/rhc/index.esm.js.map +1 -0
  93. package/dist/rhc/p-1849850a.entry.js +2 -0
  94. package/dist/rhc/p-1849850a.entry.js.map +1 -0
  95. package/dist/rhc/p-1ddc5ba6.entry.js +2 -0
  96. package/dist/rhc/p-1ddc5ba6.entry.js.map +1 -0
  97. package/dist/rhc/p-1f328841.js +3 -0
  98. package/dist/rhc/p-1f328841.js.map +1 -0
  99. package/dist/rhc/p-3c963064.entry.js +2 -0
  100. package/dist/rhc/p-3c963064.entry.js.map +1 -0
  101. package/dist/rhc/p-4378bb06.entry.js +2 -0
  102. package/dist/rhc/p-4378bb06.entry.js.map +1 -0
  103. package/dist/rhc/p-569d82ec.entry.js +2 -0
  104. package/dist/rhc/p-569d82ec.entry.js.map +1 -0
  105. package/dist/rhc/p-bab6df1d.entry.js +2 -0
  106. package/dist/rhc/p-bab6df1d.entry.js.map +1 -0
  107. package/dist/rhc/rhc.esm.js +2 -0
  108. package/dist/rhc/rhc.esm.js.map +1 -0
  109. package/dist/src/icon-arrow-right/stencil.d.ts +7 -0
  110. package/dist/src/icon-arrow-right/stencil.js +20 -0
  111. package/dist/src/icon-arrow-right/stencil.js.map +1 -0
  112. package/dist/src/icon-calendar/stencil.d.ts +7 -0
  113. package/dist/src/icon-calendar/stencil.js +20 -0
  114. package/dist/src/icon-calendar/stencil.js.map +1 -0
  115. package/dist/src/icon-error/stencil.d.ts +7 -0
  116. package/dist/src/icon-error/stencil.js +26 -0
  117. package/dist/src/icon-error/stencil.js.map +1 -0
  118. package/dist/src/icon-info/stencil.d.ts +7 -0
  119. package/dist/src/icon-info/stencil.js +24 -0
  120. package/dist/src/icon-info/stencil.js.map +1 -0
  121. package/dist/src/icon-success/stencil.d.ts +7 -0
  122. package/dist/src/icon-success/stencil.js +22 -0
  123. package/dist/src/icon-success/stencil.js.map +1 -0
  124. package/dist/src/icon-warning/stencil.d.ts +7 -0
  125. package/dist/src/icon-warning/stencil.js +24 -0
  126. package/dist/src/icon-warning/stencil.js.map +1 -0
  127. package/dist/src/logo.stencil.d.ts +15 -0
  128. package/dist/src/logo.stencil.js +40 -0
  129. package/dist/src/logo.stencil.js.map +1 -0
  130. package/dist/stencil.config.d.ts +2 -0
  131. package/dist/stencil.config.js +27 -0
  132. package/dist/stencil.config.js.map +1 -0
  133. package/dist/types/components.d.ts +119 -0
  134. package/dist/types/home/runner/work/rijkshuisstijl-community/rijkshuisstijl-community/packages/web-components-stencil/.stencil/stencil.config.d.ts +2 -0
  135. package/dist/types/icon-arrow-right/stencil.d.ts +7 -0
  136. package/dist/types/icon-calendar/stencil.d.ts +7 -0
  137. package/dist/types/icon-error/stencil.d.ts +7 -0
  138. package/dist/types/icon-info/stencil.d.ts +7 -0
  139. package/dist/types/icon-success/stencil.d.ts +7 -0
  140. package/dist/types/icon-warning/stencil.d.ts +7 -0
  141. package/dist/types/logo.stencil.d.ts +15 -0
  142. package/dist/types/stencil-public-runtime.d.ts +1652 -0
  143. package/loader/cdn.js +3 -0
  144. package/loader/index.cjs.js +3 -0
  145. package/loader/index.d.ts +21 -0
  146. package/loader/index.es2017.js +3 -0
  147. package/loader/index.js +4 -0
  148. package/loader/package.json +11 -0
  149. package/package.json +58 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logo.stencil.js","sourceRoot":"","sources":["../../src/logo.stencil.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,EAAE,SAAS,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAOnD,MAAM,OAAO,IAAI;;;;;EAGf,MAAM;IACJ,MAAM,EAAE,YAAY,EAAE,QAAQ,EAAE,GAAG,IAAI,CAAC;IACxC,OAAO,CACL,WAAK,KAAK,EAAC,UAAU;MACnB,WAAK,KAAK,EAAC,kBAAkB;QAC3B,WAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,aAAa;UAC3D,YAAM,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,KAAK,EAAC,IAAI,EAAC,kDAAkD,EAAC,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,GAAG;UACrG,YACE,IAAI,EAAC,uCAAuC,EAC5C,CAAC,EAAC,yjoBAyL8B,GAChC,CACE,CACF;MACN,WAAK,KAAK,EAAC,oBAAoB;QAC7B,SAAG,KAAK,EAAC,iBAAiB,IAAE,YAAY,CAAK;QAC5C,QAAQ,IAAI,SAAG,KAAK,EAAC,oBAAoB,IAAE,QAAQ,CAAK,CACrD,CACF,CACP,CAAC;EACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["/**\n * Copyright (c) 2023 Rijksoverheid\n *\n * Er gelden auteursrechten op het logo en de huisstijl. De Rijksoverheid heeft\n * het beeldmerk als hoogheidsteken gedeponeerd. Daardoor kan zij actie\n * ondernemen tegen een (vermoedelijke) inbreuk op deze rechten. Het gaat dan\n * om het gebruik en de toepassing van het ontwerp van het logo en de\n * huisstijl. Waaronder ook de lettertypes RijksoverheidSerif en\n * RijksoverheidSans.\n */\n\nimport { Component, h, Prop } from '@stencil/core';\n\n@Component({\n tag: 'rhc-logo',\n styleUrl: 'logo.scss',\n shadow: true,\n})\nexport class Logo {\n @Prop() organisation?: string;\n @Prop() subtitle?: string;\n render() {\n const { organisation, subtitle } = this;\n return (\n <div class=\"rhc-logo\">\n <div class=\"rhc-logo__emblem\">\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 -12 44 88\">\n <rect x=\"0\" y=\"-12\" fill=\"var(--rhc-logo-emblem-background-color, #154273)\" width=\"44\" height=\"88\" />\n <path\n fill=\"var(--rhc-logo-emblem-color, #FFFFFF)\"\n d=\"M22.764,56.35h-0.765v-2.123h0.765V56.35z M26.214,46.997h-0.765v-2.123h0.765V46.997z M12.048,43.336\n c-0.058,0-0.455,0.002-0.455,0.084s0.184,0.041,0.455,0.084c0.611,0.105,0.854,0.414,1.283,0.414c0.39,0,0.789-0.266,0.635-0.828\n c-0.026-0.094-0.083-0.072-0.094-0.008c-0.061,0.25-0.371,0.396-0.697,0.396C12.771,43.479,12.685,43.336,12.048,43.336z\n M7.835,45.458c0.066,0.092,0.79,1.03-0.319,1.387c-0.05,0.017-0.066,0.064,0.007,0.097c0.819,0.342,1.215-0.287,1.215-0.287\n c0.413,0.94-0.219,1.465-0.219,1.465c0.089,0.17,0.481,0.455,1.076,0.588c0.224-0.121,0.542-0.352,0.671-0.707\n c0,0,0.161,0.412,0.014,0.805c1.672,0.152,2.264-1.186,3.552-0.943c0.037,0.007,0.055-0.018,0.055-0.057\n c0-0.824-0.506-2.33-2.101-2.637c-1.588-0.309-1.161-0.961-1.161-0.961c0.672-0.029,1.059,0.262,1.059,0.262\n c0.122-0.201-0.052-0.418-0.052-0.418c0.065-0.076,0.101-0.35,0.101-0.35c-0.756,0-0.954-0.164-0.954-0.164\n c-0.117-0.447,0.196-1.08,1.318-0.402c0.279-0.25,0.258-0.631,0.258-0.631c0.083-0.039,0.135-0.172,0.135-0.229\n c0-0.188-0.896-0.688-1.126-0.75c-0.055-0.271-0.403-0.662-1.458-0.521c-0.499,0.062-0.858-0.069-0.69-0.358\n c0.028-0.049-0.061-0.06-0.107-0.011c-0.115,0.115-0.275,0.441,0.161,0.66c0.485,0.244,0.513,0.729,0.518,0.799\n c0.007,0.104-0.116,0.113-0.143,0.011c-0.223-0.818-1.341-0.996-2.004-0.562c0.039,0.438,0.509,0.729,0.769,0.729\n c0.149,0,0.355-0.146,0.355-0.353c0-0.101,0.051-0.086,0.079-0.01c0.11,0.291-0.319,0.896-0.961,0.526\n c-0.652,0.65-0.392,1.455-0.326,1.752c0.117,0.531-0.144,1.047-0.623,0.806c-0.025-0.011-0.05-0.021-0.05,0.037\n C6.885,45.368,7.32,45.745,7.835,45.458z M11.426,42.17c-0.306,0.34-0.8,0.264-0.919-0.297C11.132,41.84,11.399,41.904,11.426,42.17\n z M30.824,43.479c-0.327,0-0.635-0.146-0.695-0.396c-0.016-0.064-0.068-0.088-0.092,0.008c-0.155,0.564,0.24,0.828,0.634,0.828\n c0.429,0,0.669-0.309,1.282-0.414c0.268-0.045,0.453-0.002,0.453-0.084s-0.396-0.084-0.453-0.084\n C31.314,43.336,31.227,43.479,30.824,43.479z M37.113,45.032c0-0.058-0.023-0.048-0.047-0.037c-0.48,0.239-0.739-0.272-0.623-0.806\n c0.063-0.297,0.324-1.102-0.325-1.752c-0.642,0.367-1.074-0.235-0.964-0.526c0.029-0.078,0.078-0.091,0.078,0.01\n c0,0.203,0.209,0.353,0.354,0.353c0.259,0,0.729-0.291,0.771-0.729c-0.662-0.435-1.779-0.258-2.002,0.562\n c-0.027,0.104-0.152,0.093-0.145-0.011c0.001-0.069,0.033-0.555,0.518-0.799c0.437-0.219,0.275-0.545,0.162-0.66\n c-0.051-0.049-0.138-0.038-0.108,0.011c0.169,0.291-0.192,0.422-0.688,0.358c-1.054-0.142-1.402,0.25-1.457,0.521\n c-0.229,0.06-1.128,0.562-1.128,0.75c0,0.056,0.054,0.189,0.138,0.229c0,0-0.021,0.381,0.258,0.631\n c1.121-0.678,1.433-0.045,1.318,0.402c0,0-0.199,0.164-0.955,0.164c0,0,0.034,0.273,0.102,0.35c0,0-0.174,0.217-0.053,0.418\n c0,0,0.388-0.291,1.06-0.262c0,0,0.426,0.652-1.164,0.961c-1.593,0.307-2.101,1.812-2.101,2.637c0,0.039,0.018,0.062,0.056,0.055\n c1.29-0.239,1.88,1.097,3.551,0.944c-0.146-0.394,0.017-0.806,0.017-0.806c0.131,0.354,0.449,0.586,0.672,0.707\n c0.596-0.133,0.986-0.418,1.076-0.588c0,0-0.631-0.523-0.219-1.465c0,0,0.396,0.629,1.215,0.287c0.071-0.031,0.057-0.08,0.008-0.097\n c-1.108-0.356-0.387-1.295-0.319-1.387C36.68,45.745,37.113,45.368,37.113,45.032z M33.494,41.874\n c-0.119,0.56-0.615,0.637-0.918,0.297C32.602,41.904,32.869,41.84,33.494,41.874z M21.705,32.48c0,0.142,0.061,0.266,0.11,0.334\n c0.097,0.14,0.084,0.218,0.037,0.263c-0.047,0.047-0.123,0.062-0.263-0.035c-0.07-0.049-0.194-0.11-0.333-0.11\n c-0.243,0-0.362,0.157-0.362,0.295c0,0.135,0.119,0.293,0.362,0.293c0.139,0,0.263-0.062,0.333-0.109\n c0.14-0.098,0.216-0.082,0.263-0.035c0.047,0.043-0.02,0.529-0.076,0.91c-0.399,0.086-0.591,0.404-0.591,0.592\n c0,0.479,0.513,0.758,0.814,0.918c0.303-0.16,0.817-0.438,0.817-0.918c0-0.188-0.194-0.506-0.592-0.592\n c-0.055-0.381-0.122-0.865-0.075-0.91c0.045-0.047,0.125-0.062,0.264,0.035c0.066,0.049,0.19,0.109,0.333,0.109\n c0.24,0,0.359-0.158,0.359-0.293c0-0.138-0.119-0.295-0.359-0.295c-0.143,0-0.267,0.062-0.333,0.11\n c-0.14,0.099-0.219,0.082-0.264,0.035c-0.047-0.045-0.062-0.123,0.036-0.263c0.049-0.069,0.109-0.192,0.109-0.334\n c0-0.24-0.159-0.361-0.294-0.361C21.863,32.121,21.705,32.24,21.705,32.48z M21.999,36.051c-0.321,0-0.585,0.262-0.585,0.584\n c0,0.324,0.264,0.584,0.585,0.584c0.325,0,0.585-0.262,0.585-0.584S22.324,36.051,21.999,36.051z M21.999,41.686\n c2.347,0,3.672,0.447,3.672,0.447c0.011-1.184,0.003-1.846,0.683-1.746c-0.371-0.994,1.229-1.387,1.229-2.684\n c0-0.855-0.604-0.953-0.785-0.953c-0.528,0-0.446,0.346-0.897,0.346c-0.057,0-0.114-0.014-0.114,0.025\n c0,0.148,0.127,0.404,0.333,0.404c0.277,0,0.285-0.275,0.49-0.275c0.088,0,0.218,0.072,0.218,0.355c0,0.553-0.362,1.164-0.789,1.639\n c-0.097-0.137-0.229-0.221-0.392-0.221c-0.252,0-0.474,0.264-0.474,0.588c0,0.121,0.019,0.207,0.062,0.311\n c-0.144,0.08-0.269,0.125-0.363,0.125c-0.189,0-0.482-0.078-0.482-0.5c0-0.939,1.262-1.77,1.262-2.959\n c0-0.568-0.379-1.135-1.174-1.135c-0.854,0-0.693,0.777-1.431,0.777c-0.034,0-0.062,0.01-0.062,0.041\n c0,0.049,0.129,0.479,0.51,0.479c0.406,0,0.521-0.705,0.883-0.705c0.137,0,0.339,0.08,0.339,0.559c0,0.371-0.187,0.972-0.45,1.547\n c-0.096-0.094-0.225-0.166-0.369-0.166c-0.318,0-0.545,0.308-0.545,0.673c0,0.229,0.092,0.452,0.248,0.6\n c-0.186,0.24-0.375,0.433-0.635,0.433c-0.509,0-0.733-0.289-0.733-0.604c0-0.34,0.622-0.465,0.622-0.996\n c0-0.36-0.234-0.565-0.459-0.565c-0.245,0-0.369,0.162-0.394,0.162c-0.023,0-0.148-0.162-0.392-0.162\n c-0.226,0-0.461,0.203-0.461,0.565c0,0.531,0.623,0.656,0.623,0.996c0,0.313-0.227,0.604-0.734,0.604\n c-0.259,0-0.448-0.193-0.635-0.433c0.157-0.146,0.247-0.368,0.247-0.6c0-0.365-0.226-0.673-0.541-0.673\n c-0.147,0-0.277,0.072-0.373,0.166c-0.264-0.573-0.448-1.176-0.448-1.547c0-0.479,0.203-0.559,0.338-0.559\n c0.359,0,0.474,0.705,0.884,0.705c0.38,0,0.508-0.43,0.508-0.479c0-0.031-0.027-0.041-0.06-0.041c-0.737,0-0.579-0.777-1.43-0.777\n c-0.795,0-1.176,0.566-1.176,1.135c0,1.191,1.263,2.021,1.263,2.959c0,0.422-0.292,0.5-0.483,0.5c-0.095,0-0.222-0.045-0.366-0.125\n c0.044-0.104,0.062-0.189,0.062-0.311c0-0.324-0.222-0.588-0.473-0.588c-0.159,0-0.292,0.084-0.389,0.221\n c-0.429-0.475-0.789-1.086-0.789-1.639c0-0.283,0.128-0.355,0.216-0.355c0.206,0,0.212,0.275,0.49,0.275\n c0.205,0,0.333-0.254,0.333-0.404c0-0.041-0.058-0.025-0.114-0.025c-0.453,0-0.369-0.346-0.899-0.346\n c-0.178,0-0.782,0.098-0.782,0.953c0,1.297,1.6,1.688,1.229,2.684c0.679-0.098,0.669,0.562,0.683,1.746\n C18.331,42.133,19.653,41.686,21.999,41.686z M17.698,43.438c-0.639,0.14-1.096,0.271-1.301,0.334\n c0.01-0.282,0.117-0.543,0.369-0.602c0.033-0.01,0.04-0.053,0.011-0.07c-0.568-0.379-0.875,0.346-0.883,0.369\n c-0.201-0.016-0.509,0.049-0.509,0.32c0,0.814-1.866,1.268-2.296,1.334c0.763,0.293,1.08,1.254,1.08,1.254\n c0.553-0.553,1.198-1.041,1.34-1.041c0.147,0,0.203,0.184,0.214,0.293c0.001,0.037,0.037,0.049,0.061,0.018\n c0.289-0.432,0.148-0.528,0.126-0.655c-0.019-0.101,0.011-0.479,0.434-0.435v5.439l-0.217,0.043c-0.1,0.02-0.896-0.658-1.807-1.289\n c-0.909-0.629-1.399-0.252-2.437,0.311c-1.359,0.734-2.733,0.068-2.733,0.068c-1.173,0.836-1.572,3.258-1.572,3.258\n c-0.233,0.1-0.62,0.205-0.986,0.205c-0.896,0-1.059-0.541-1.059-0.865c0-1.379,1.729-1.973,1.729-3.334\n c0-0.33-0.151-1.672-1.814-1.672c-0.213,0-1.481-0.004-1.486-0.004c-0.623,0-0.778-0.447-0.864-0.617\n C3.063,46.034,3,46.07,3.023,46.124c0.048,0.114-0.071,0.287-0.071,0.633c0,0.554,0.326,0.886,0.929,0.886\n c0.274,0,0.534-0.078,0.618-0.127c0.056-0.033,0.086,0.021,0.059,0.051c-0.263,0.309-0.284,0.885-0.176,1.024\n c0.025,0.033,0.058,0.022,0.064-0.004c0.146-0.582,0.692-1.135,1.428-1.135c0.903,0,0.898,0.766,0.898,0.95\n c0,1.107-1.946,1.921-1.946,3.441c0,1.547,1.632,1.877,2.578,1.633c-0.056,1.547-1.826,2.072-1.88,0.967\n C5.52,54.391,5.482,54.38,5.452,54.45c-0.224,0.547-0.135,1.026,0.554,1.18c0.047,0.013,0.023,0.037-0.019,0.065\n c-0.682,0.434-0.312,2.139-0.278,2.639c0.051,0.725-0.668,0.639-0.727,0.615c-0.031-0.012-0.059,0.004-0.014,0.061\n c0.51,0.625,1.139,0.055,1.139,0.055c0.476,0.15,0.182,0.556-0.136,0.769c-0.05,0.035-0.046,0.065,0.008,0.069\n c0.071,0.007,0.807,0.066,0.938-0.521c0.326,0.392,0.806,0.248,0.907,0.197c0.142-0.072,0.833-0.324,0.9,0.453\n c0.004,0.055,0.037,0.02,0.061-0.011c0.52-0.655-0.037-1.062-0.348-1.106c0.023-0.037,0.442-0.384,0.818,0.096\n c0.023,0.033,0.049,0.041,0.054-0.024c0.042-0.83-0.634-0.906-1.073-0.545c-0.019-0.084-0.166-0.554,0.496-0.535\n c0.014,0,0.047-0.021,0.014-0.055c-0.513-0.543-0.936-0.05-1.034,0.067c-0.229,0.271-0.797,0.162-0.85,0.154\n c0.179-2.89,2.724-1.865,3.074-3.271c0.017-0.074,0.049-0.047,0.056-0.02c0.097,0.344,0.96,0.391,1.119-0.283\n c0.009-0.043,0.004-0.076-0.025-0.045c-0.737,0.736-2.398-1.564-0.133-3.434c1.934-1.595,3.667-0.705,4.326-0.181\n c0.035,0.229-0.103,0.306-0.19,0.332c-0.033,0.011-0.042,0.039,0.009,0.06c0.184,0.069,0.443,0.049,0.564-0.125\n c0.416,0.291,0.061,0.654-0.107,0.756c-0.043,0.027-0.025,0.055,0.013,0.062c0.38,0.068,0.695-0.319,0.708-0.545l0.065,0.037v1.642\n c0,2.338,2.696,2.661,5.655,4.645c2.959-1.982,5.658-2.307,5.658-4.645v-1.642l0.063-0.037c0.015,0.226,0.329,0.613,0.708,0.545\n c0.034-0.008,0.055-0.034,0.014-0.062c-0.168-0.102-0.522-0.465-0.107-0.756c0.121,0.172,0.381,0.194,0.564,0.125\n c0.049-0.021,0.039-0.049,0.011-0.06c-0.089-0.026-0.228-0.103-0.193-0.332c0.66-0.524,2.396-1.414,4.326,0.181\n c2.267,1.869,0.604,4.17-0.131,3.434c-0.031-0.031-0.035,0.002-0.026,0.045c0.159,0.674,1.021,0.627,1.118,0.283\n c0.007-0.027,0.041-0.055,0.058,0.02c0.351,1.404,2.896,0.381,3.073,3.271c-0.054,0.008-0.623,0.114-0.853-0.154\n c-0.096-0.119-0.521-0.61-1.032-0.067c-0.033,0.032-0.002,0.055,0.015,0.055c0.662-0.018,0.516,0.451,0.494,0.535\n c-0.438-0.361-1.115-0.285-1.07,0.545c0.004,0.065,0.027,0.059,0.056,0.024c0.375-0.479,0.792-0.133,0.817-0.096\n c-0.312,0.047-0.867,0.451-0.348,1.106c0.021,0.027,0.055,0.064,0.061,0.011c0.066-0.777,0.756-0.525,0.899-0.453\n c0.101,0.051,0.579,0.194,0.905-0.197c0.13,0.588,0.865,0.525,0.938,0.521c0.053-0.002,0.057-0.034,0.01-0.069\n c-0.317-0.211-0.611-0.617-0.137-0.769c0,0,0.631,0.57,1.139-0.055c0.045-0.057,0.017-0.07-0.012-0.061\n c-0.061,0.021-0.779,0.107-0.728-0.615c0.034-0.5,0.403-2.205-0.277-2.641c-0.044-0.027-0.067-0.053-0.018-0.064\n c0.687-0.152,0.774-0.633,0.552-1.18c-0.027-0.07-0.066-0.059-0.07-0.006c-0.054,1.106-1.822,0.578-1.879-0.967\n c0.944,0.244,2.577-0.086,2.577-1.634c0-1.521-1.944-2.334-1.944-3.442c0-0.185-0.004-0.949,0.896-0.949\n c0.736,0,1.281,0.551,1.429,1.135c0.009,0.027,0.04,0.037,0.065,0.004c0.105-0.141,0.086-0.717-0.178-1.023\n c-0.024-0.03,0.002-0.084,0.06-0.053c0.083,0.051,0.344,0.129,0.617,0.129c0.604,0,0.931-0.334,0.931-0.887\n c0-0.346-0.12-0.52-0.072-0.633c0.025-0.055-0.039-0.092-0.072-0.023c-0.086,0.17-0.241,0.619-0.862,0.619\n c-0.007,0-1.274,0.004-1.485,0.004c-1.662,0-1.816,1.342-1.816,1.672c0,1.359,1.732,1.953,1.732,3.334\n c0,0.322-0.166,0.863-1.06,0.863c-0.37,0-0.755-0.104-0.987-0.203c0,0-0.398-2.422-1.572-3.26c0,0-1.373,0.668-2.73-0.068\n c-1.039-0.562-1.528-0.938-2.439-0.309c-0.908,0.629-1.703,1.307-1.806,1.289l-0.217-0.043v-5.439\n c0.422-0.045,0.452,0.332,0.433,0.435c-0.021,0.127-0.162,0.225,0.127,0.655c0.022,0.031,0.057,0.021,0.061-0.018\n c0.013-0.109,0.066-0.295,0.216-0.295c0.144,0,0.788,0.488,1.34,1.041c0,0,0.315-0.959,1.08-1.254\n c-0.433-0.064-2.296-0.52-2.296-1.334c0-0.271-0.309-0.336-0.51-0.32c-0.008-0.021-0.313-0.746-0.883-0.369\n c-0.029,0.021-0.021,0.062,0.012,0.07c0.25,0.059,0.355,0.318,0.369,0.604c-0.543-0.166-2.859-0.817-5.604-0.817\n c-1.332,0-2.559,0.153-3.536,0.33v1.887H17.7v-1.733L17.698,43.438 M12.636,62.752c-0.203-0.082-0.338-0.213-0.338-0.479v-1.172\n c-0.336-0.117-1.252-0.467-3.08-0.467c-1.521,0-1.999,0.344-2.02,0.465l-0.404,2.229c0,0,0.616-0.564,2.821-0.42\n c2.657,0.17,5.408,1.736,5.408,0.064v-0.98C12.939,61.993,12.636,62.654,12.636,62.752z M28.979,61.993v0.981\n c0,1.672,2.752,0.104,5.408-0.063c2.205-0.146,2.82,0.42,2.82,0.42l-0.402-2.229c-0.021-0.123-0.5-0.463-2.021-0.463\n c-1.829,0-2.748,0.348-3.081,0.467v1.17c0,0.268-0.135,0.397-0.338,0.479C31.363,62.654,31.059,61.993,28.979,61.993z M21.999,60.98\n c4.276,0,8.622,0.224,9.188,0.869c0.045,0.051,0.062-0.002,0.062-0.041v-2.268c0-0.66-4.479-1.045-9.253-1.045\n c-4.771,0-9.251,0.387-9.251,1.045v2.268c0,0.039,0.019,0.092,0.065,0.041C13.379,61.204,17.721,60.98,21.999,60.98z M18.186,50.292\n l-0.433-0.11l-0.035,0.053l-0.503-0.221c0,0,0.371-0.002,0.451-0.004c0.042,0,0.044-0.025,0.023-0.047\n c-0.206-0.201-0.385-0.377-0.385-0.377s0.205,0.076,0.496,0.186c0.032,0.013,0.045-0.014,0.028-0.035\n c-0.14-0.204-0.329-0.483-0.329-0.483s0.403,0.271,0.485,0.324c0.025,0.021,0.047,0.002,0.038-0.023\n c-0.11-0.268-0.231-0.569-0.231-0.569l0.443,0.42c0.02,0.02,0.044,0.01,0.037-0.021c-0.042-0.2-0.121-0.567-0.121-0.567l0.323,0.477\n c0.019,0.027,0.045,0.02,0.045-0.014c0.002-0.094,0.011-0.521,0.011-0.521s0.136,0.313,0.206,0.476\n c0.014,0.031,0.04,0.035,0.056-0.008c0.021-0.052,0.168-0.4,0.168-0.4l0.019,0.541l-0.072,0.014l-0.092,0.652\n c0.646-0.152,1.45-1.258,2.069-1.258c0.734,0,1.001,0.863,2.358,0.426c0.344,0.506,0.464,0.945,0.595,1.559\n c0.525,0.494,1.262,0.328,1.262-0.193c0-0.705-0.767-0.838-0.767-1.571c0-0.326,0.229-0.798,0.856-0.798\n c0.332,0,0.814,0.142,1.096,0.142c0.33,0,0.4-0.237,0.438-0.34c0.03-0.074,0.122-0.05,0.112,0.01c-0.009,0.068,0.04,0.164,0.04,0.32\n c0,0.465-0.676,0.524-0.76,0.467c-0.034-0.022-0.059,0.015-0.034,0.033c0.101,0.082,0.079,0.356-0.043,0.532\n c-0.015,0.021-0.033,0.019-0.036-0.002c-0.074-0.332-0.462-0.741-0.807-0.741c-0.125,0-0.377,0.071-0.377,0.362\n c0,0.418,0.834,0.797,0.834,1.664c0,0.898-0.889,1.113-1.785,0.892c0.029,0.852,1.301,1.356,1.332,0.75\n c0.001-0.043,0.025-0.019,0.035,0c0.188,0.26,0.104,0.459-0.137,0.559c0.223,0.101,0.262,0.548,0.325,0.814\n c0.099,0.399,0.522,0.18,0.545,0.168c0.021-0.015,0.029-0.002,0.021,0.022c-0.16,0.418-0.588,0.26-0.588,0.26\n c-0.224,0.156,0.047,0.298,0.25,0.357c0.031,0.008,0.031,0.029,0.006,0.039c-0.149,0.057-0.469,0.156-0.625-0.111\n c-0.114,0.275-0.35,0.271-0.443,0.271c-0.164,0-0.273,0.166-0.234,0.392c0.002,0.021-0.012,0.024-0.023,0.014\n c-0.391-0.258-0.166-0.562-0.01-0.639c-0.025-0.017-0.297-0.128-0.41,0.188c-0.01,0.023-0.024,0.023-0.033,0.002\n c-0.17-0.453,0.202-0.586,0.473-0.473c-0.02-0.062-0.16-0.284-0.514-0.215c-0.018,0.006-0.025,0-0.018-0.023\n c0.058-0.139,0.232-0.344,0.553-0.137c0.165,0.104,0.443-0.045,0.47-0.06c-0.567-1.131-1.674-0.185-1.921-1.071\n c-0.005-0.019-0.025-0.035-0.042,0.015c-0.058,0.188-0.541,0.202-0.63-0.171c-0.007-0.027,0.005-0.031,0.023-0.014\n c0.07,0.071,0.221,0.135,0.42-0.152c0.131-0.189,0.149-0.443,0.149-0.615c0-0.688-0.688-1.846-1.761-1.846\n c-0.677,0-1.406,0.266-1.946,0.658l0.503,0.114c-0.047,0.511-0.536,0.808-0.986,0.681l0.076-0.582\n c-0.076,0.022-0.274,0.094-0.38,0.244c-0.01,0.012-0.023,0.008-0.028-0.005c-0.09-0.329,0.182-0.495,0.267-0.538\n c0.01-0.007,0.01-0.015-0.009-0.015c-0.242-0.01-0.38,0.17-0.421,0.231c-0.007,0.011-0.016,0.008-0.019,0\n C18.114,50.583,18.073,50.413,18.186,50.292z M19.681,54.229c-0.193,0.234-0.362,0.011-0.615,0.011c-0.238,0-0.277,0.2-0.283,0.278\n c-0.002,0.015-0.009,0.019-0.02,0.004c-0.268-0.369,0.033-0.567,0.207-0.596c-0.025-0.025-0.288-0.203-0.458,0.041\n c-0.012,0.018-0.028,0.01-0.028-0.012c-0.01-0.459,0.354-0.49,0.592-0.289c0.045-0.174-0.067-0.291-0.261-0.299\n c-0.023,0-0.027-0.016-0.019-0.025c0.082-0.088,0.161-0.127,0.239-0.127c0.254,0,0.287,0.32,0.453,0.32\n c0.249,0,0.602-0.336,0.637-0.371c-0.008-0.02-0.248-0.666-0.199-1.053c0.002-0.017-0.007-0.019-0.019-0.012\n c-0.119,0.067-0.426,0.063-0.426-0.312c0-0.029,0.009-0.031,0.025-0.008c0.135,0.186,0.352-0.023,0.462-0.146\n c0.116-0.129,0.744-1.045,1.582-1.045c0.184,0.002,0.421,0.102,0.612,0.236c-0.289,0.352-0.001,0.688,0.212,0.645\n c0.026-0.004,0.031,0.02,0.007,0.027c-1.108,0.418-1.602,0.584-1.602,1.51c0,0.484,0.165,0.752,0.451,0.688\n c0.02-0.004,0.025,0.006,0.011,0.021c-0.102,0.123-0.221,0.164-0.318,0.164c-0.232,0-0.274-0.127-0.397-0.127\n c-0.125,0-0.538,0.242-0.538,0.443c0,0.078,0.049,0.182,0.194,0.277c0.01,0.006,0.004,0.014-0.003,0.014\n C20.084,54.51,19.757,54.538,19.681,54.229z M22.596,45.215c-0.347-0.021-0.567,0.057-0.559,0.166\n C22.209,45.559,22.433,45.54,22.596,45.215z M21.321,46.07c0.242-0.062,0.513-0.032,0.54-0.022c0.04,0.015,0.038,0.072-0.007,0.078\n c-0.509,0.063-0.532,0.299-0.859,0.299c-0.214,0-0.445-0.215-0.358-0.532c0.011-0.041,0.044-0.043,0.054-0.004\n C20.723,46.023,20.922,46.172,21.321,46.07z M14.7,57.374c0.337,0.435,0.662,0.024,1.105,0.024c0.217,0,0.48,0.074,0.53,0.509\n c0.002,0.021,0.021,0.028,0.042,0c0.483-0.66-0.068-1.033-0.383-1.08c0.068-0.062,0.539-0.353,0.84,0.075\n c0.017,0.023,0.049,0.017,0.049-0.018c0-0.834-0.628-0.893-1.08-0.531c-0.084-0.326,0.161-0.541,0.476-0.541\n c0.037,0,0.051-0.024,0.032-0.047c-0.56-0.602-0.979,0.154-1.073,0.273c-0.223,0.297-1.024-0.262-1.341-0.594\n c0,0,0.704-0.74,0.704-1.414c0-0.041-0.004-0.098-0.004-0.121c0-0.021,0.01-0.029,0.031-0.02c0.07,0.039,0.168,0.067,0.259,0.067\n c0.161,0,0.466-0.051,0.466-0.625c0-0.043-0.019-0.041-0.037-0.017c-0.083,0.123-0.178,0.148-0.25,0.148\n c-0.568,0-1.758-1.9-3.162-1.9c-0.366,0-1.059,0.265-1.409,0.644c0.167,0.101,0.201,0.308,0.184,0.457\n c-0.025,0.239-0.216,0.358-0.412,0.416c-0.035,0.008-0.04,0.033,0,0.049c0.706,0.271,1.997,0.759,2.29,1.011\n c0.346,0.299,0.277,0.864,0.078,1.646c-0.194,0.75-0.609,0.646-0.761,0.623c-0.023-0.004-0.03,0.01-0.017,0.027\n c0.182,0.229,0.406,0.309,0.595,0.309c0.369,0,0.506-0.229,0.697-0.229c0.319,0,0.991,0.459,0.991,0.81\n c0,0.196-0.154,0.375-0.35,0.502c-0.014,0.01-0.012,0.024,0.007,0.028C13.951,57.885,14.579,57.938,14.7,57.374z M30.201,57.859\n c0.018-0.004,0.023-0.02,0.009-0.028c-0.198-0.127-0.353-0.306-0.353-0.502c0-0.349,0.674-0.81,0.994-0.81\n c0.188,0,0.325,0.229,0.694,0.229c0.19,0,0.413-0.078,0.599-0.309c0.015-0.019,0.004-0.031-0.018-0.027\n c-0.152,0.023-0.566,0.127-0.761-0.623c-0.2-0.779-0.271-1.346,0.075-1.646c0.295-0.25,1.582-0.74,2.291-1.011\n c0.039-0.016,0.035-0.041,0-0.049c-0.194-0.054-0.387-0.172-0.414-0.416c-0.016-0.149,0.017-0.354,0.187-0.457\n c-0.353-0.379-1.045-0.644-1.409-0.644c-1.404,0-2.596,1.9-3.164,1.9c-0.07,0-0.164-0.025-0.248-0.146\n c-0.02-0.026-0.037-0.028-0.037,0.015c0,0.574,0.304,0.625,0.463,0.625c0.095,0.002,0.193-0.026,0.262-0.065\n c0.02-0.013,0.027-0.004,0.027,0.018c0,0.023-0.004,0.082-0.004,0.121c0,0.678,0.707,1.416,0.707,1.416\n c-0.32,0.332-1.119,0.891-1.343,0.594c-0.095-0.121-0.513-0.875-1.071-0.273c-0.02,0.021-0.006,0.047,0.033,0.047\n c0.312,0,0.559,0.215,0.475,0.541c-0.455-0.362-1.079-0.305-1.079,0.531c0,0.031,0.032,0.041,0.05,0.018\n c0.297-0.428,0.771-0.139,0.839-0.077c-0.315,0.049-0.864,0.42-0.383,1.08c0.019,0.028,0.037,0.022,0.042,0\n c0.05-0.433,0.311-0.507,0.527-0.507c0.44,0,0.767,0.408,1.104-0.024C29.419,57.938,30.049,57.885,30.201,57.859z M18.849,46.893\n c-0.044,0.062-0.191,0-0.247-0.026c-0.015-0.007-0.017,0-0.012,0.01c0.035,0.08,0.177,0.315,0.389,0.315\n c0.095,0,0.236-0.057,0.274-0.119c0,0,0.825,0.269,1.233,0.382c-0.159,0.211-0.257,0.465-0.277,0.741\n c-0.329-0.202-1.646-0.909-1.646-0.909l-0.411,0.559c-0.067,0.093-0.394-0.145-0.326-0.237l0.312-0.426\n c-0.102-0.109-0.352-0.041-0.419-0.021c-0.01,0.002-0.019-0.002-0.01-0.02c0.04-0.082,0.196-0.343,0.583-0.226\n c0.003-0.238-0.351-0.162-0.443-0.136c-0.012,0.003-0.017-0.002-0.005-0.014c0.096-0.104,0.383-0.334,0.702-0.145l0.14-0.193\n l-0.281-0.297l0.177-0.242l0.198,0.269l1.522-2.085c0.038-0.053,0.339-0.139,0.454-0.163c0.012,0.116,0.022,0.428-0.013,0.479\n l-1.497,2.104l0.315,0.102l-0.173,0.244l-0.373-0.172L18.849,46.893z M24.184,46.553c0,0.193,0.119,0.473,0.373,0.393\n c0.014-0.006,0.026-0.002,0.023,0.011c-0.04,0.213-0.42,0.408-0.596,0.157c-0.152,0.324-0.114,0.63,0.216,0.81\n c0.019,0.011,0.022,0.033,0.003,0.05c-0.2,0.145-0.51,0.11-0.653-0.166c-0.274,0.204-0.233,0.643-0.067,0.791\n c0,0.002-0.756,0.45-1.44,0.129c-0.455-0.218-0.824-0.496-1.412-0.451c0.082-0.822,0.493-1.039,1.248-1.156\n c0.604-0.098,0.683-0.375,0.596-0.584c-0.206-0.055-0.582,0.133-0.582,0.133c-0.067-0.113,0.031-0.23,0.031-0.23\n c-0.039-0.045-0.056-0.197-0.056-0.197c0.422,0,0.497-0.094,0.497-0.094c0.077-0.438-0.372-0.485-0.715-0.248\n c-0.159-0.141-0.132-0.328-0.132-0.328c-0.047-0.021-0.077-0.096-0.077-0.127c0-0.104,0.5-0.385,0.63-0.42\n c0.032-0.146,0.213-0.35,0.747-0.299c0.064-0.143-0.039-0.656-0.104-0.795c-0.021-0.043,0.011-0.064,0.058-0.035\n c0.186,0.117,0.371,0.551,0.496,0.56c0,0,0.6-0.312,0.627-0.295c0.028,0.018,0.112,0.684,0.112,0.684\n c0.079,0.099,0.542,0.002,0.743,0.091c0.052,0.021,0.048,0.059,0.003,0.065c-0.149,0.024-0.631,0.233-0.71,0.367\n C24.314,45.775,24.184,46.385,24.184,46.553z\"\n />\n </svg>\n </div>\n <div class=\"rhc-logo__wordmark\">\n <p class=\"rhc-logo__title\">{organisation}</p>\n {subtitle && <p class=\"rhc-logo__subtitle\">{subtitle}</p>}\n </div>\n </div>\n );\n }\n}\n"]}
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Get the base path to where the assets can be found. Use "setAssetPath(path)"
3
+ * if the path needs to be customized.
4
+ */
5
+ export declare const getAssetPath: (path: string) => string;
6
+
7
+ /**
8
+ * Used to manually set the base path where assets can be found.
9
+ * If the script is used as "module", it's recommended to use "import.meta.url",
10
+ * such as "setAssetPath(import.meta.url)". Other options include
11
+ * "setAssetPath(document.currentScript.src)", or using a bundler's replace plugin to
12
+ * dynamically set the path at build time, such as "setAssetPath(process.env.ASSET_PATH)".
13
+ * But do note that this configuration depends on how your script is bundled, or lack of
14
+ * bundling, and where your assets can be loaded from. Additionally custom bundling
15
+ * will have to ensure the static assets are copied to its build directory.
16
+ */
17
+ export declare const setAssetPath: (path: string) => void;
18
+
19
+ /**
20
+ * Used to specify a nonce value that corresponds with an application's CSP.
21
+ * When set, the nonce will be added to all dynamically created script and style tags at runtime.
22
+ * Alternatively, the nonce value can be set on a meta tag in the DOM head
23
+ * (<meta name="csp-nonce" content="{ nonce value here }" />) which
24
+ * will result in the same behavior.
25
+ */
26
+ export declare const setNonce: (nonce: string) => void
27
+
28
+ export interface SetPlatformOptions {
29
+ raf?: (c: FrameRequestCallback) => number;
30
+ ael?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
31
+ rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
32
+ }
33
+ export declare const setPlatformOptions: (opts: SetPlatformOptions) => void;
34
+
35
+ /**
36
+ * Utility to define all custom elements within this package using the tag name provided in the component's source.
37
+ * When defining each custom element, it will also check it's safe to define by:
38
+ *
39
+ * 1. Ensuring the "customElements" registry is available in the global context (window).
40
+ * 2. Ensuring that the component tag name is not already defined.
41
+ *
42
+ * Use the standard [customElements.define()](https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry/define)
43
+ * method instead to define custom elements individually, or to provide a different tag name.
44
+ */
45
+ export declare const defineCustomElements: (opts?: any) => void;
@@ -0,0 +1,30 @@
1
+ import { RhcIconArrowRight } from './rhc-icon-arrow-right.js';
2
+ import { RhcIconCalendar } from './rhc-icon-calendar.js';
3
+ import { RhcIconError } from './rhc-icon-error.js';
4
+ import { RhcIconInfo } from './rhc-icon-info.js';
5
+ import { RhcIconSuccess } from './rhc-icon-success.js';
6
+ import { RhcIconWarning } from './rhc-icon-warning.js';
7
+ import { RhcLogo } from './rhc-logo.js';
8
+ export { getAssetPath, setAssetPath, setNonce, setPlatformOptions } from '@stencil/core/internal/client';
9
+
10
+ const defineCustomElements = (opts) => {
11
+ if (typeof customElements !== 'undefined') {
12
+ [
13
+ RhcIconArrowRight,
14
+ RhcIconCalendar,
15
+ RhcIconError,
16
+ RhcIconInfo,
17
+ RhcIconSuccess,
18
+ RhcIconWarning,
19
+ RhcLogo,
20
+ ].forEach(cmp => {
21
+ if (!customElements.get(cmp.is)) {
22
+ customElements.define(cmp.is, cmp, opts);
23
+ }
24
+ });
25
+ }
26
+ };
27
+
28
+ export { defineCustomElements };
29
+
30
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"file":"index.js","mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":[],"sourcesContent":[],"version":3}
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface RhcIconArrowRight extends Components.RhcIconArrowRight, HTMLElement {}
4
+ export const RhcIconArrowRight: {
5
+ prototype: RhcIconArrowRight;
6
+ new (): RhcIconArrowRight;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1,32 @@
1
+ import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
2
+
3
+ const IconArrowRight = /*@__PURE__*/ proxyCustomElement(class IconArrowRight extends HTMLElement {
4
+ constructor() {
5
+ super();
6
+ this.__registerHost();
7
+ this.__attachShadow();
8
+ }
9
+ render() {
10
+ return (h("svg", { viewBox: "0 0 16 16", xmlns: "http://www.w3.org/2000/svg" }, h("path", { fill: "currentColor", "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.19522 3.52858C8.45557 3.26823 8.87768 3.26823 9.13803 3.52858L13.138 7.52858C13.3984 7.78892 13.3984 8.21103 13.138 8.47138L9.13803 12.4714C8.87768 12.7317 8.45557 12.7317 8.19522 12.4714C7.93487 12.211 7.93487 11.7889 8.19522 11.5286L11.0571 8.66665H3.33329C2.9651 8.66665 2.66663 8.36817 2.66663 7.99998C2.66663 7.63179 2.9651 7.33331 3.33329 7.33331H11.0571L8.19522 4.47138C7.93487 4.21103 7.93487 3.78892 8.19522 3.52858Z" })));
11
+ }
12
+ }, [1, "rhc-icon-arrow-right"]);
13
+ function defineCustomElement$1() {
14
+ if (typeof customElements === "undefined") {
15
+ return;
16
+ }
17
+ const components = ["rhc-icon-arrow-right"];
18
+ components.forEach(tagName => { switch (tagName) {
19
+ case "rhc-icon-arrow-right":
20
+ if (!customElements.get(tagName)) {
21
+ customElements.define(tagName, IconArrowRight);
22
+ }
23
+ break;
24
+ } });
25
+ }
26
+
27
+ const RhcIconArrowRight = IconArrowRight;
28
+ const defineCustomElement = defineCustomElement$1;
29
+
30
+ export { RhcIconArrowRight, defineCustomElement };
31
+
32
+ //# sourceMappingURL=rhc-icon-arrow-right.js.map
@@ -0,0 +1 @@
1
+ {"file":"rhc-icon-arrow-right.js","mappings":";;MAWa,cAAc;;;;;;EACzB,MAAM;IACJ,QACE,WAAK,OAAO,EAAC,WAAW,EAAC,KAAK,EAAC,4BAA4B,IACzD,YACE,IAAI,EAAC,cAAc,eACT,SAAS,eACT,SAAS,EACnB,CAAC,EAAC,8aAA8a,GAChb,CACE,EACN;GACH;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/icon-arrow-right/stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Community for NL Design System\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'rhc-icon-arrow-right',\n shadow: true,\n})\nexport class IconArrowRight {\n render() {\n return (\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M8.19522 3.52858C8.45557 3.26823 8.87768 3.26823 9.13803 3.52858L13.138 7.52858C13.3984 7.78892 13.3984 8.21103 13.138 8.47138L9.13803 12.4714C8.87768 12.7317 8.45557 12.7317 8.19522 12.4714C7.93487 12.211 7.93487 11.7889 8.19522 11.5286L11.0571 8.66665H3.33329C2.9651 8.66665 2.66663 8.36817 2.66663 7.99998C2.66663 7.63179 2.9651 7.33331 3.33329 7.33331H11.0571L8.19522 4.47138C7.93487 4.21103 7.93487 3.78892 8.19522 3.52858Z\"\n />\n </svg>\n );\n }\n}\n"],"version":3}
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface RhcIconCalendar extends Components.RhcIconCalendar, HTMLElement {}
4
+ export const RhcIconCalendar: {
5
+ prototype: RhcIconCalendar;
6
+ new (): RhcIconCalendar;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1,32 @@
1
+ import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
2
+
3
+ const IconCalendar = /*@__PURE__*/ proxyCustomElement(class IconCalendar extends HTMLElement {
4
+ constructor() {
5
+ super();
6
+ this.__registerHost();
7
+ this.__attachShadow();
8
+ }
9
+ render() {
10
+ return (h("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, h("path", { fill: "currentColor", "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.33333 1.33331C5.70152 1.33331 6 1.63179 6 1.99998V2.66665H10V1.99998C10 1.63179 10.2985 1.33331 10.6667 1.33331C11.0349 1.33331 11.3333 1.63179 11.3333 1.99998V2.66665H12C13.1046 2.66665 14 3.56208 14 4.66665V12.6666C14 13.7712 13.1046 14.6666 12 14.6666H4C2.89543 14.6666 2 13.7712 2 12.6666V4.66665C2 3.56208 2.89543 2.66665 4 2.66665H4.66667V1.99998C4.66667 1.63179 4.96514 1.33331 5.33333 1.33331ZM4.66667 3.99998H4C3.63181 3.99998 3.33333 4.29846 3.33333 4.66665V6.66665H12.6667V4.66665C12.6667 4.29846 12.3682 3.99998 12 3.99998H11.3333V4.66665C11.3333 5.03484 11.0349 5.33331 10.6667 5.33331C10.2985 5.33331 10 5.03484 10 4.66665V3.99998H6V4.66665C6 5.03484 5.70152 5.33331 5.33333 5.33331C4.96514 5.33331 4.66667 5.03484 4.66667 4.66665V3.99998ZM12.6667 7.99998H3.33333V12.6666C3.33333 13.0348 3.63181 13.3333 4 13.3333H12C12.3682 13.3333 12.6667 13.0348 12.6667 12.6666V7.99998ZM4.66667 9.99998C4.66667 9.63179 4.96514 9.33331 5.33333 9.33331H6.66667C7.03486 9.33331 7.33333 9.63179 7.33333 9.99998V11.3333C7.33333 11.7015 7.03486 12 6.66667 12H5.33333C4.96514 12 4.66667 11.7015 4.66667 11.3333V9.99998Z" })));
11
+ }
12
+ }, [1, "rhc-icon-calendar"]);
13
+ function defineCustomElement$1() {
14
+ if (typeof customElements === "undefined") {
15
+ return;
16
+ }
17
+ const components = ["rhc-icon-calendar"];
18
+ components.forEach(tagName => { switch (tagName) {
19
+ case "rhc-icon-calendar":
20
+ if (!customElements.get(tagName)) {
21
+ customElements.define(tagName, IconCalendar);
22
+ }
23
+ break;
24
+ } });
25
+ }
26
+
27
+ const RhcIconCalendar = IconCalendar;
28
+ const defineCustomElement = defineCustomElement$1;
29
+
30
+ export { RhcIconCalendar, defineCustomElement };
31
+
32
+ //# sourceMappingURL=rhc-icon-calendar.js.map
@@ -0,0 +1 @@
1
+ {"file":"rhc-icon-calendar.js","mappings":";;MAWa,YAAY;;;;;;EACvB,MAAM;IACJ,QACE,WAAK,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,KAAK,EAAC,4BAA4B,IACrE,YACE,IAAI,EAAC,cAAc,eACT,SAAS,eACT,SAAS,EACnB,CAAC,EAAC,8lCAA8lC,GAChmC,CACE,EACN;GACH;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/icon-calendar/stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Community for NL Design System\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'rhc-icon-calendar',\n shadow: true,\n})\nexport class IconCalendar {\n render() {\n return (\n <svg viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n fill=\"currentColor\"\n fill-rule=\"evenodd\"\n clip-rule=\"evenodd\"\n d=\"M5.33333 1.33331C5.70152 1.33331 6 1.63179 6 1.99998V2.66665H10V1.99998C10 1.63179 10.2985 1.33331 10.6667 1.33331C11.0349 1.33331 11.3333 1.63179 11.3333 1.99998V2.66665H12C13.1046 2.66665 14 3.56208 14 4.66665V12.6666C14 13.7712 13.1046 14.6666 12 14.6666H4C2.89543 14.6666 2 13.7712 2 12.6666V4.66665C2 3.56208 2.89543 2.66665 4 2.66665H4.66667V1.99998C4.66667 1.63179 4.96514 1.33331 5.33333 1.33331ZM4.66667 3.99998H4C3.63181 3.99998 3.33333 4.29846 3.33333 4.66665V6.66665H12.6667V4.66665C12.6667 4.29846 12.3682 3.99998 12 3.99998H11.3333V4.66665C11.3333 5.03484 11.0349 5.33331 10.6667 5.33331C10.2985 5.33331 10 5.03484 10 4.66665V3.99998H6V4.66665C6 5.03484 5.70152 5.33331 5.33333 5.33331C4.96514 5.33331 4.66667 5.03484 4.66667 4.66665V3.99998ZM12.6667 7.99998H3.33333V12.6666C3.33333 13.0348 3.63181 13.3333 4 13.3333H12C12.3682 13.3333 12.6667 13.0348 12.6667 12.6666V7.99998ZM4.66667 9.99998C4.66667 9.63179 4.96514 9.33331 5.33333 9.33331H6.66667C7.03486 9.33331 7.33333 9.63179 7.33333 9.99998V11.3333C7.33333 11.7015 7.03486 12 6.66667 12H5.33333C4.96514 12 4.66667 11.7015 4.66667 11.3333V9.99998Z\"\n />\n </svg>\n );\n }\n}\n"],"version":3}
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface RhcIconError extends Components.RhcIconError, HTMLElement {}
4
+ export const RhcIconError: {
5
+ prototype: RhcIconError;
6
+ new (): RhcIconError;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1,32 @@
1
+ import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
2
+
3
+ const IconError = /*@__PURE__*/ proxyCustomElement(class IconError extends HTMLElement {
4
+ constructor() {
5
+ super();
6
+ this.__registerHost();
7
+ this.__attachShadow();
8
+ }
9
+ render() {
10
+ return (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", version: "1.1" }, h("defs", null, h("path", { d: "M18.3135565,15.99975 L24.5202524,9.79305408 C25.1592492,9.1540573 25.1592492,8.11824435 24.5202524,7.47924758 C23.8812556,6.84025081 22.8454427,6.84025081 22.2064459,7.47924758 L15.99975,13.6859435 L9.79305408,7.47924758 C9.1540573,6.84025081 8.11824435,6.84025081 7.47924758,7.47924758 C6.84025081,8.11824435 6.84025081,9.1540573 7.47924758,9.79305408 L13.6859435,15.99975 L7.47924758,22.2064459 C6.84025081,22.8454427 6.84025081,23.8812556 7.47924758,24.5202524 C7.79833688,24.8401599 8.21724385,24.9997045 8.63615083,24.9997045 C9.0550578,24.9997045 9.4731466,24.8401599 9.79305408,24.5202524 L15.99975,18.3135565 L22.2064459,24.5202524 C22.5255352,24.8401599 22.9444422,24.9997045 23.3633492,24.9997045 C23.7822561,24.9997045 24.2003449,24.8401599 24.5202524,24.5202524 C25.1592492,23.8812556 25.1592492,22.8454427 24.5202524,22.2064459 L18.3135565,15.99975 Z", id: "path-1" })), h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, h("path", { d: "M31.3046827,3.47798687 C31.0638074,2.03483589 29.9658643,0.93619256 28.5220131,0.696017505 C24.3480088,0 17.3913348,0 16.0007002,0 C14.6086652,0 7.65269147,0 3.47868709,0.696017505 C2.03483589,0.93619256 0.93619256,2.03483589 0.696017505,3.47798687 C0,7.65199125 0,14.6086652 0,16 C0,17.3913348 0,24.3480088 0.696017505,28.5220131 C0.93619256,29.9651641 2.03483589,31.0638074 3.47868709,31.3039825 C7.65269147,32 14.6086652,32 16.0007002,32 C17.3913348,32 24.3480088,32 28.5220131,31.3039825 C29.9658643,31.0638074 31.0638074,29.9651641 31.3046827,28.5220131 C32,24.3480088 32,17.3913348 32,16 C32,11.823895 32,7.65199125 31.3046827,3.47798687 L31.3046827,3.47798687 Z", id: "Mask" }), h("mask", { id: "mask-2", fill: "var(--logius-icon-accent-color,#fff)" }, h("use", { xlinkHref: "#path-1" })), h("use", { id: "Fill-20", fill: "var(--logius-icon-accent-color,#fff)", xlinkHref: "#path-1" }))));
11
+ }
12
+ }, [1, "rhc-icon-error"]);
13
+ function defineCustomElement$1() {
14
+ if (typeof customElements === "undefined") {
15
+ return;
16
+ }
17
+ const components = ["rhc-icon-error"];
18
+ components.forEach(tagName => { switch (tagName) {
19
+ case "rhc-icon-error":
20
+ if (!customElements.get(tagName)) {
21
+ customElements.define(tagName, IconError);
22
+ }
23
+ break;
24
+ } });
25
+ }
26
+
27
+ const RhcIconError = IconError;
28
+ const defineCustomElement = defineCustomElement$1;
29
+
30
+ export { RhcIconError, defineCustomElement };
31
+
32
+ //# sourceMappingURL=rhc-icon-error.js.map
@@ -0,0 +1 @@
1
+ {"file":"rhc-icon-error.js","mappings":";;MAWa,SAAS;;;;;;EACpB,MAAM;IACJ,QACE,WAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,IACvE,gBACE,YACE,CAAC,EAAC,i2BAAi2B,EACn2B,EAAE,EAAC,QAAQ,GACX,CACG,EACP,SAAG,MAAM,EAAC,MAAM,kBAAc,GAAG,eAAW,SAAS,IACnD,YACE,CAAC,EAAC,8pBAA8pB,EAChqB,EAAE,EAAC,MAAM,GACT,EACF,YAAM,EAAE,EAAC,QAAQ,EAAC,IAAI,EAAC,sCAAsC,IAC3D,WAAK,SAAS,EAAC,SAAS,GAAG,CACtB,EACP,WAAK,EAAE,EAAC,SAAS,EAAC,IAAI,EAAC,sCAAsC,EAAC,SAAS,EAAC,SAAS,GAAG,CAClF,CACA,EACN;GACH;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/icon-error/stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Community for NL Design System\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'rhc-icon-error',\n shadow: true,\n})\nexport class IconError {\n render() {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" version=\"1.1\">\n <defs>\n <path\n d=\"M18.3135565,15.99975 L24.5202524,9.79305408 C25.1592492,9.1540573 25.1592492,8.11824435 24.5202524,7.47924758 C23.8812556,6.84025081 22.8454427,6.84025081 22.2064459,7.47924758 L15.99975,13.6859435 L9.79305408,7.47924758 C9.1540573,6.84025081 8.11824435,6.84025081 7.47924758,7.47924758 C6.84025081,8.11824435 6.84025081,9.1540573 7.47924758,9.79305408 L13.6859435,15.99975 L7.47924758,22.2064459 C6.84025081,22.8454427 6.84025081,23.8812556 7.47924758,24.5202524 C7.79833688,24.8401599 8.21724385,24.9997045 8.63615083,24.9997045 C9.0550578,24.9997045 9.4731466,24.8401599 9.79305408,24.5202524 L15.99975,18.3135565 L22.2064459,24.5202524 C22.5255352,24.8401599 22.9444422,24.9997045 23.3633492,24.9997045 C23.7822561,24.9997045 24.2003449,24.8401599 24.5202524,24.5202524 C25.1592492,23.8812556 25.1592492,22.8454427 24.5202524,22.2064459 L18.3135565,15.99975 Z\"\n id=\"path-1\"\n />\n </defs>\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <path\n d=\"M31.3046827,3.47798687 C31.0638074,2.03483589 29.9658643,0.93619256 28.5220131,0.696017505 C24.3480088,0 17.3913348,0 16.0007002,0 C14.6086652,0 7.65269147,0 3.47868709,0.696017505 C2.03483589,0.93619256 0.93619256,2.03483589 0.696017505,3.47798687 C0,7.65199125 0,14.6086652 0,16 C0,17.3913348 0,24.3480088 0.696017505,28.5220131 C0.93619256,29.9651641 2.03483589,31.0638074 3.47868709,31.3039825 C7.65269147,32 14.6086652,32 16.0007002,32 C17.3913348,32 24.3480088,32 28.5220131,31.3039825 C29.9658643,31.0638074 31.0638074,29.9651641 31.3046827,28.5220131 C32,24.3480088 32,17.3913348 32,16 C32,11.823895 32,7.65199125 31.3046827,3.47798687 L31.3046827,3.47798687 Z\"\n id=\"Mask\"\n />\n <mask id=\"mask-2\" fill=\"var(--logius-icon-accent-color,#fff)\">\n <use xlinkHref=\"#path-1\" />\n </mask>\n <use id=\"Fill-20\" fill=\"var(--logius-icon-accent-color,#fff)\" xlinkHref=\"#path-1\" />\n </g>\n </svg>\n );\n }\n}\n"],"version":3}
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface RhcIconInfo extends Components.RhcIconInfo, HTMLElement {}
4
+ export const RhcIconInfo: {
5
+ prototype: RhcIconInfo;
6
+ new (): RhcIconInfo;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1,32 @@
1
+ import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
2
+
3
+ const IconInfo = /*@__PURE__*/ proxyCustomElement(class IconInfo extends HTMLElement {
4
+ constructor() {
5
+ super();
6
+ this.__registerHost();
7
+ this.__attachShadow();
8
+ }
9
+ render() {
10
+ return (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32" }, h("defs", null, h("path", { id: "info-icon-a", d: "M16,11 C14.8954305,11 14,10.1045695 14,9 C14,7.8954305 14.8954305,7 16,7 C17.1045695,7 18,7.8954305 18,9 C18,10.1045695 17.1045695,11 16,11 Z M16,14 C17.1045695,14 18,14.8954305 18,16 L18,24 C18,25.1045695 17.1045695,26 16,26 C14.8954305,26 14,25.1045695 14,24 L14,16 C14,14.8954305 14.8954305,14 16,14 Z" })), h("g", { "fill-rule": "evenodd" }, h("path", { d: "M31.3046827,3.47798687 C31.0638074,2.03483589 29.9658643,0.93619256 28.5220131,0.696017505 C24.3480088,0 17.3913348,0 16.0007002,0 C14.6086652,0 7.65269147,0 3.47868709,0.696017505 C2.03483589,0.93619256 0.93619256,2.03483589 0.696017505,3.47798687 C0,7.65199125 0,14.6086652 0,16 C0,17.3913348 0,24.3480088 0.696017505,28.5220131 C0.93619256,29.9651641 2.03483589,31.0638074 3.47868709,31.3039825 C7.65269147,32 14.6086652,32 16.0007002,32 C17.3913348,32 24.3480088,32 28.5220131,31.3039825 C29.9658643,31.0638074 31.0638074,29.9651641 31.3046827,28.5220131 C32,24.3480088 32,17.3913348 32,16 C32,11.823895 32,7.65199125 31.3046827,3.47798687 L31.3046827,3.47798687 Z" }), h("use", { fill: "var(--logius-icon-accent-color,#fff)", "fill-rule": "nonzero", xlinkHref: "#info-icon-a" }))));
11
+ }
12
+ }, [1, "rhc-icon-info"]);
13
+ function defineCustomElement$1() {
14
+ if (typeof customElements === "undefined") {
15
+ return;
16
+ }
17
+ const components = ["rhc-icon-info"];
18
+ components.forEach(tagName => { switch (tagName) {
19
+ case "rhc-icon-info":
20
+ if (!customElements.get(tagName)) {
21
+ customElements.define(tagName, IconInfo);
22
+ }
23
+ break;
24
+ } });
25
+ }
26
+
27
+ const RhcIconInfo = IconInfo;
28
+ const defineCustomElement = defineCustomElement$1;
29
+
30
+ export { RhcIconInfo, defineCustomElement };
31
+
32
+ //# sourceMappingURL=rhc-icon-info.js.map
@@ -0,0 +1 @@
1
+ {"file":"rhc-icon-info.js","mappings":";;MAWa,QAAQ;;;;;;EACnB,MAAM;IACJ,QACE,WAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,IACzD,gBACE,YACE,EAAE,EAAC,aAAa,EAChB,CAAC,EAAC,kTAAkT,GACpT,CACG,EACP,sBAAa,SAAS,IACpB,YAAM,CAAC,EAAC,8pBAA8pB,GAAG,EACzqB,WAAK,IAAI,EAAC,sCAAsC,eAAW,SAAS,EAAC,SAAS,EAAC,cAAc,GAAG,CAC9F,CACA,EACN;GACH;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/icon-info/stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Community for NL Design System\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'rhc-icon-info',\n shadow: true,\n})\nexport class IconInfo {\n render() {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\">\n <defs>\n <path\n id=\"info-icon-a\"\n d=\"M16,11 C14.8954305,11 14,10.1045695 14,9 C14,7.8954305 14.8954305,7 16,7 C17.1045695,7 18,7.8954305 18,9 C18,10.1045695 17.1045695,11 16,11 Z M16,14 C17.1045695,14 18,14.8954305 18,16 L18,24 C18,25.1045695 17.1045695,26 16,26 C14.8954305,26 14,25.1045695 14,24 L14,16 C14,14.8954305 14.8954305,14 16,14 Z\"\n />\n </defs>\n <g fill-rule=\"evenodd\">\n <path d=\"M31.3046827,3.47798687 C31.0638074,2.03483589 29.9658643,0.93619256 28.5220131,0.696017505 C24.3480088,0 17.3913348,0 16.0007002,0 C14.6086652,0 7.65269147,0 3.47868709,0.696017505 C2.03483589,0.93619256 0.93619256,2.03483589 0.696017505,3.47798687 C0,7.65199125 0,14.6086652 0,16 C0,17.3913348 0,24.3480088 0.696017505,28.5220131 C0.93619256,29.9651641 2.03483589,31.0638074 3.47868709,31.3039825 C7.65269147,32 14.6086652,32 16.0007002,32 C17.3913348,32 24.3480088,32 28.5220131,31.3039825 C29.9658643,31.0638074 31.0638074,29.9651641 31.3046827,28.5220131 C32,24.3480088 32,17.3913348 32,16 C32,11.823895 32,7.65199125 31.3046827,3.47798687 L31.3046827,3.47798687 Z\" />\n <use fill=\"var(--logius-icon-accent-color,#fff)\" fill-rule=\"nonzero\" xlinkHref=\"#info-icon-a\" />\n </g>\n </svg>\n );\n }\n}\n"],"version":3}
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface RhcIconSuccess extends Components.RhcIconSuccess, HTMLElement {}
4
+ export const RhcIconSuccess: {
5
+ prototype: RhcIconSuccess;
6
+ new (): RhcIconSuccess;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1,32 @@
1
+ import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
2
+
3
+ const IconSuccess = /*@__PURE__*/ proxyCustomElement(class IconSuccess extends HTMLElement {
4
+ constructor() {
5
+ super();
6
+ this.__registerHost();
7
+ this.__attachShadow();
8
+ }
9
+ render() {
10
+ return (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", version: "1.1" }, h("g", { stroke: "none", "stroke-width": "1", "fill-rule": "evenodd" }, h("path", { d: "M31.3046827,3.47798687 C31.0638074,2.03483589 29.9658643,0.93619256 28.5220131,0.696017505 C24.3480088,0 17.3913348,0 16.0007002,0 C14.6086652,0 7.65269147,0 3.47868709,0.696017505 C2.03483589,0.93619256 0.93619256,2.03483589 0.696017505,3.47798687 C0,7.65199125 0,14.6086652 0,16 C0,17.3913348 0,24.3480088 0.696017505,28.5220131 C0.93619256,29.9651641 2.03483589,31.0638074 3.47868709,31.3039825 C7.65269147,32 14.6086652,32 16.0007002,32 C17.3913348,32 24.3480088,32 28.5220131,31.3039825 C29.9658643,31.0638074 31.0638074,29.9651641 31.3046827,28.5220131 C32,24.3480088 32,17.3913348 32,16 C32,11.823895 32,7.65199125 31.3046827,3.47798687 L31.3046827,3.47798687 Z", id: "Mask" }), h("path", { d: "M11.9537178,24.3879613 L6.55867498,18.4775923 C5.81377501,17.6615406 5.81377501,16.3384594 6.55867498,15.5224077 C7.30357496,14.7063561 8.51129644,14.7063561 9.25619642,15.5224077 L13.3024786,19.9551845 L22.7438036,9.61203875 C23.4887036,8.79598708 24.696425,8.79598708 25.441325,9.61203875 C26.186225,10.4280904 26.186225,11.7511716 25.441325,12.5672232 L14.6512393,24.3879613 C13.9063393,25.2040129 12.6986178,25.2040129 11.9537178,24.3879613 Z", id: "Path", fill: "var(--logius-icon-accent-color,#fff)" }))));
11
+ }
12
+ }, [1, "rhc-icon-success"]);
13
+ function defineCustomElement$1() {
14
+ if (typeof customElements === "undefined") {
15
+ return;
16
+ }
17
+ const components = ["rhc-icon-success"];
18
+ components.forEach(tagName => { switch (tagName) {
19
+ case "rhc-icon-success":
20
+ if (!customElements.get(tagName)) {
21
+ customElements.define(tagName, IconSuccess);
22
+ }
23
+ break;
24
+ } });
25
+ }
26
+
27
+ const RhcIconSuccess = IconSuccess;
28
+ const defineCustomElement = defineCustomElement$1;
29
+
30
+ export { RhcIconSuccess, defineCustomElement };
31
+
32
+ //# sourceMappingURL=rhc-icon-success.js.map
@@ -0,0 +1 @@
1
+ {"file":"rhc-icon-success.js","mappings":";;MAWa,WAAW;;;;;;EACtB,MAAM;IACJ,QACE,WAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,EAAC,OAAO,EAAC,KAAK,IACvE,SAAG,MAAM,EAAC,MAAM,kBAAc,GAAG,eAAW,SAAS,IACnD,YACE,CAAC,EAAC,8pBAA8pB,EAChqB,EAAE,EAAC,MAAM,GACT,EACF,YACE,CAAC,EAAC,gcAAgc,EAClc,EAAE,EAAC,MAAM,EACT,IAAI,EAAC,sCAAsC,GAC3C,CACA,CACA,EACN;GACH;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/icon-success/stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Community for NL Design System\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'rhc-icon-success',\n shadow: true,\n})\nexport class IconSuccess {\n render() {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\" version=\"1.1\">\n <g stroke=\"none\" stroke-width=\"1\" fill-rule=\"evenodd\">\n <path\n d=\"M31.3046827,3.47798687 C31.0638074,2.03483589 29.9658643,0.93619256 28.5220131,0.696017505 C24.3480088,0 17.3913348,0 16.0007002,0 C14.6086652,0 7.65269147,0 3.47868709,0.696017505 C2.03483589,0.93619256 0.93619256,2.03483589 0.696017505,3.47798687 C0,7.65199125 0,14.6086652 0,16 C0,17.3913348 0,24.3480088 0.696017505,28.5220131 C0.93619256,29.9651641 2.03483589,31.0638074 3.47868709,31.3039825 C7.65269147,32 14.6086652,32 16.0007002,32 C17.3913348,32 24.3480088,32 28.5220131,31.3039825 C29.9658643,31.0638074 31.0638074,29.9651641 31.3046827,28.5220131 C32,24.3480088 32,17.3913348 32,16 C32,11.823895 32,7.65199125 31.3046827,3.47798687 L31.3046827,3.47798687 Z\"\n id=\"Mask\"\n />\n <path\n d=\"M11.9537178,24.3879613 L6.55867498,18.4775923 C5.81377501,17.6615406 5.81377501,16.3384594 6.55867498,15.5224077 C7.30357496,14.7063561 8.51129644,14.7063561 9.25619642,15.5224077 L13.3024786,19.9551845 L22.7438036,9.61203875 C23.4887036,8.79598708 24.696425,8.79598708 25.441325,9.61203875 C26.186225,10.4280904 26.186225,11.7511716 25.441325,12.5672232 L14.6512393,24.3879613 C13.9063393,25.2040129 12.6986178,25.2040129 11.9537178,24.3879613 Z\"\n id=\"Path\"\n fill=\"var(--logius-icon-accent-color,#fff)\"\n />\n </g>\n </svg>\n );\n }\n}\n"],"version":3}
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface RhcIconWarning extends Components.RhcIconWarning, HTMLElement {}
4
+ export const RhcIconWarning: {
5
+ prototype: RhcIconWarning;
6
+ new (): RhcIconWarning;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1,32 @@
1
+ import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
2
+
3
+ const IconWarning = /*@__PURE__*/ proxyCustomElement(class IconWarning extends HTMLElement {
4
+ constructor() {
5
+ super();
6
+ this.__registerHost();
7
+ this.__attachShadow();
8
+ }
9
+ render() {
10
+ return (h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 20 20" }, h("defs", null, h("path", { id: "a", d: "M10 13.75a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5zm0-9.375c.69 0 1.25.56 1.25 1.25v5a1.25 1.25 0 0 1-2.5 0v-5c0-.69.56-1.25 1.25-1.25z" })), h("g", { "fill-rule": "evenodd" }, h("path", { d: "M19.565 2.174A2.095 2.095 0 0 0 17.826.435C15.218 0 10.87 0 10 0c-.87 0-5.217 0-7.826.435-.902.15-1.589.837-1.739 1.739C0 4.782 0 9.13 0 10c0 .87 0 5.218.435 7.826.15.902.837 1.589 1.74 1.739C4.782 20 9.13 20 10 20c.87 0 5.218 0 7.826-.435a2.095 2.095 0 0 0 1.74-1.739C20 15.218 20 10.87 20 10c0-2.61 0-5.218-.435-7.826z" }), h("use", { fill: "var(--logius-icon-accent-color,#fff)", "fill-rule": "nonzero", xlinkHref: "#a" }))));
11
+ }
12
+ }, [1, "rhc-icon-warning"]);
13
+ function defineCustomElement$1() {
14
+ if (typeof customElements === "undefined") {
15
+ return;
16
+ }
17
+ const components = ["rhc-icon-warning"];
18
+ components.forEach(tagName => { switch (tagName) {
19
+ case "rhc-icon-warning":
20
+ if (!customElements.get(tagName)) {
21
+ customElements.define(tagName, IconWarning);
22
+ }
23
+ break;
24
+ } });
25
+ }
26
+
27
+ const RhcIconWarning = IconWarning;
28
+ const defineCustomElement = defineCustomElement$1;
29
+
30
+ export { RhcIconWarning, defineCustomElement };
31
+
32
+ //# sourceMappingURL=rhc-icon-warning.js.map
@@ -0,0 +1 @@
1
+ {"file":"rhc-icon-warning.js","mappings":";;MAWa,WAAW;;;;;;EACtB,MAAM;IACJ,QACE,WAAK,KAAK,EAAC,4BAA4B,EAAC,OAAO,EAAC,WAAW,IACzD,gBACE,YACE,EAAE,EAAC,GAAG,EACN,CAAC,EAAC,4IAA4I,GAC9I,CACG,EACP,sBAAa,SAAS,IACpB,YAAM,CAAC,EAAC,kUAAkU,GAAG,EAC7U,WAAK,IAAI,EAAC,sCAAsC,eAAW,SAAS,EAAC,SAAS,EAAC,IAAI,GAAG,CACpF,CACA,EACN;GACH;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/icon-warning/stencil.tsx"],"sourcesContent":["/**\n * @license EUPL-1.2\n * Copyright (c) 2021 Community for NL Design System\n */\n\nimport { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'rhc-icon-warning',\n shadow: true,\n})\nexport class IconWarning {\n render() {\n return (\n <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 20 20\">\n <defs>\n <path\n id=\"a\"\n d=\"M10 13.75a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5zm0-9.375c.69 0 1.25.56 1.25 1.25v5a1.25 1.25 0 0 1-2.5 0v-5c0-.69.56-1.25 1.25-1.25z\"\n />\n </defs>\n <g fill-rule=\"evenodd\">\n <path d=\"M19.565 2.174A2.095 2.095 0 0 0 17.826.435C15.218 0 10.87 0 10 0c-.87 0-5.217 0-7.826.435-.902.15-1.589.837-1.739 1.739C0 4.782 0 9.13 0 10c0 .87 0 5.218.435 7.826.15.902.837 1.589 1.74 1.739C4.782 20 9.13 20 10 20c.87 0 5.218 0 7.826-.435a2.095 2.095 0 0 0 1.74-1.739C20 15.218 20 10.87 20 10c0-2.61 0-5.218-.435-7.826z\" />\n <use fill=\"var(--logius-icon-accent-color,#fff)\" fill-rule=\"nonzero\" xlinkHref=\"#a\" />\n </g>\n </svg>\n );\n }\n}\n"],"version":3}
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface RhcLogo extends Components.RhcLogo, HTMLElement {}
4
+ export const RhcLogo: {
5
+ prototype: RhcLogo;
6
+ new (): RhcLogo;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1,41 @@
1
+ import { proxyCustomElement, HTMLElement, h } from '@stencil/core/internal/client';
2
+
3
+ const logoCss = ".rhc-logo{--_rhc-logo-emblem-inline-size:var(--rhc-logo-emblem-inline-size, calc(var(--rhc-logo-font-size, 1em) * 3.1415));color:var(--rhc-logo-color);display:grid;font-family:var(--rhc-logo-font-family);font-size:var(--rhc-logo-font-size, 1em);gap:0 var(--rhc-logo-gap, calc(var(--_rhc-logo-emblem-inline-size) / 4));grid-auto-rows:var(--_rhc-logo-emblem-inline-size);grid-template-areas:\". emblem .\" \". emblem wordmark\";grid-template-columns:1fr var(--_rhc-logo-emblem-inline-size) 1fr;grid-template-rows:1fr var(--_rhc-logo-emblem-inline-size);line-height:var(--rhc-logo-line-height, 1);min-block-size:calc(var(--rhc-logo-rows, 2) * var(--_rhc-logo-emblem-inline-size))}.rhc-logo__emblem{align-items:center;background-color:var(--rhc-logo-emblem-background-color);block-size:100%;display:flex;flex-direction:column;grid-area:emblem;justify-content:end}.rhc-logo__wordmark{grid-area:wordmark;max-inline-size:calc(15 * var(--rhc-logo-font-size, 1em))}.rhc-logo__subtitle{font-style:italic}.rhc-logo__title,.rhc-logo__subtitle{margin-block-end:0;margin-block-start:0;white-space:pre-line}";
4
+
5
+ const Logo = /*@__PURE__*/ proxyCustomElement(class Logo extends HTMLElement {
6
+ constructor() {
7
+ super();
8
+ this.__registerHost();
9
+ this.__attachShadow();
10
+ this.organisation = undefined;
11
+ this.subtitle = undefined;
12
+ }
13
+ render() {
14
+ const { organisation, subtitle } = this;
15
+ return (h("div", { class: "rhc-logo" }, h("div", { class: "rhc-logo__emblem" }, h("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 -12 44 88" }, h("rect", { x: "0", y: "-12", fill: "var(--rhc-logo-emblem-background-color, #154273)", width: "44", height: "88" }), h("path", { fill: "var(--rhc-logo-emblem-color, #FFFFFF)", d: "M22.764,56.35h-0.765v-2.123h0.765V56.35z M26.214,46.997h-0.765v-2.123h0.765V46.997z M12.048,43.336\n c-0.058,0-0.455,0.002-0.455,0.084s0.184,0.041,0.455,0.084c0.611,0.105,0.854,0.414,1.283,0.414c0.39,0,0.789-0.266,0.635-0.828\n c-0.026-0.094-0.083-0.072-0.094-0.008c-0.061,0.25-0.371,0.396-0.697,0.396C12.771,43.479,12.685,43.336,12.048,43.336z\n M7.835,45.458c0.066,0.092,0.79,1.03-0.319,1.387c-0.05,0.017-0.066,0.064,0.007,0.097c0.819,0.342,1.215-0.287,1.215-0.287\n c0.413,0.94-0.219,1.465-0.219,1.465c0.089,0.17,0.481,0.455,1.076,0.588c0.224-0.121,0.542-0.352,0.671-0.707\n c0,0,0.161,0.412,0.014,0.805c1.672,0.152,2.264-1.186,3.552-0.943c0.037,0.007,0.055-0.018,0.055-0.057\n c0-0.824-0.506-2.33-2.101-2.637c-1.588-0.309-1.161-0.961-1.161-0.961c0.672-0.029,1.059,0.262,1.059,0.262\n c0.122-0.201-0.052-0.418-0.052-0.418c0.065-0.076,0.101-0.35,0.101-0.35c-0.756,0-0.954-0.164-0.954-0.164\n c-0.117-0.447,0.196-1.08,1.318-0.402c0.279-0.25,0.258-0.631,0.258-0.631c0.083-0.039,0.135-0.172,0.135-0.229\n c0-0.188-0.896-0.688-1.126-0.75c-0.055-0.271-0.403-0.662-1.458-0.521c-0.499,0.062-0.858-0.069-0.69-0.358\n c0.028-0.049-0.061-0.06-0.107-0.011c-0.115,0.115-0.275,0.441,0.161,0.66c0.485,0.244,0.513,0.729,0.518,0.799\n c0.007,0.104-0.116,0.113-0.143,0.011c-0.223-0.818-1.341-0.996-2.004-0.562c0.039,0.438,0.509,0.729,0.769,0.729\n c0.149,0,0.355-0.146,0.355-0.353c0-0.101,0.051-0.086,0.079-0.01c0.11,0.291-0.319,0.896-0.961,0.526\n c-0.652,0.65-0.392,1.455-0.326,1.752c0.117,0.531-0.144,1.047-0.623,0.806c-0.025-0.011-0.05-0.021-0.05,0.037\n C6.885,45.368,7.32,45.745,7.835,45.458z M11.426,42.17c-0.306,0.34-0.8,0.264-0.919-0.297C11.132,41.84,11.399,41.904,11.426,42.17\n z M30.824,43.479c-0.327,0-0.635-0.146-0.695-0.396c-0.016-0.064-0.068-0.088-0.092,0.008c-0.155,0.564,0.24,0.828,0.634,0.828\n c0.429,0,0.669-0.309,1.282-0.414c0.268-0.045,0.453-0.002,0.453-0.084s-0.396-0.084-0.453-0.084\n C31.314,43.336,31.227,43.479,30.824,43.479z M37.113,45.032c0-0.058-0.023-0.048-0.047-0.037c-0.48,0.239-0.739-0.272-0.623-0.806\n c0.063-0.297,0.324-1.102-0.325-1.752c-0.642,0.367-1.074-0.235-0.964-0.526c0.029-0.078,0.078-0.091,0.078,0.01\n c0,0.203,0.209,0.353,0.354,0.353c0.259,0,0.729-0.291,0.771-0.729c-0.662-0.435-1.779-0.258-2.002,0.562\n c-0.027,0.104-0.152,0.093-0.145-0.011c0.001-0.069,0.033-0.555,0.518-0.799c0.437-0.219,0.275-0.545,0.162-0.66\n c-0.051-0.049-0.138-0.038-0.108,0.011c0.169,0.291-0.192,0.422-0.688,0.358c-1.054-0.142-1.402,0.25-1.457,0.521\n c-0.229,0.06-1.128,0.562-1.128,0.75c0,0.056,0.054,0.189,0.138,0.229c0,0-0.021,0.381,0.258,0.631\n c1.121-0.678,1.433-0.045,1.318,0.402c0,0-0.199,0.164-0.955,0.164c0,0,0.034,0.273,0.102,0.35c0,0-0.174,0.217-0.053,0.418\n c0,0,0.388-0.291,1.06-0.262c0,0,0.426,0.652-1.164,0.961c-1.593,0.307-2.101,1.812-2.101,2.637c0,0.039,0.018,0.062,0.056,0.055\n c1.29-0.239,1.88,1.097,3.551,0.944c-0.146-0.394,0.017-0.806,0.017-0.806c0.131,0.354,0.449,0.586,0.672,0.707\n c0.596-0.133,0.986-0.418,1.076-0.588c0,0-0.631-0.523-0.219-1.465c0,0,0.396,0.629,1.215,0.287c0.071-0.031,0.057-0.08,0.008-0.097\n c-1.108-0.356-0.387-1.295-0.319-1.387C36.68,45.745,37.113,45.368,37.113,45.032z M33.494,41.874\n c-0.119,0.56-0.615,0.637-0.918,0.297C32.602,41.904,32.869,41.84,33.494,41.874z M21.705,32.48c0,0.142,0.061,0.266,0.11,0.334\n c0.097,0.14,0.084,0.218,0.037,0.263c-0.047,0.047-0.123,0.062-0.263-0.035c-0.07-0.049-0.194-0.11-0.333-0.11\n c-0.243,0-0.362,0.157-0.362,0.295c0,0.135,0.119,0.293,0.362,0.293c0.139,0,0.263-0.062,0.333-0.109\n c0.14-0.098,0.216-0.082,0.263-0.035c0.047,0.043-0.02,0.529-0.076,0.91c-0.399,0.086-0.591,0.404-0.591,0.592\n c0,0.479,0.513,0.758,0.814,0.918c0.303-0.16,0.817-0.438,0.817-0.918c0-0.188-0.194-0.506-0.592-0.592\n c-0.055-0.381-0.122-0.865-0.075-0.91c0.045-0.047,0.125-0.062,0.264,0.035c0.066,0.049,0.19,0.109,0.333,0.109\n c0.24,0,0.359-0.158,0.359-0.293c0-0.138-0.119-0.295-0.359-0.295c-0.143,0-0.267,0.062-0.333,0.11\n c-0.14,0.099-0.219,0.082-0.264,0.035c-0.047-0.045-0.062-0.123,0.036-0.263c0.049-0.069,0.109-0.192,0.109-0.334\n c0-0.24-0.159-0.361-0.294-0.361C21.863,32.121,21.705,32.24,21.705,32.48z M21.999,36.051c-0.321,0-0.585,0.262-0.585,0.584\n c0,0.324,0.264,0.584,0.585,0.584c0.325,0,0.585-0.262,0.585-0.584S22.324,36.051,21.999,36.051z M21.999,41.686\n c2.347,0,3.672,0.447,3.672,0.447c0.011-1.184,0.003-1.846,0.683-1.746c-0.371-0.994,1.229-1.387,1.229-2.684\n c0-0.855-0.604-0.953-0.785-0.953c-0.528,0-0.446,0.346-0.897,0.346c-0.057,0-0.114-0.014-0.114,0.025\n c0,0.148,0.127,0.404,0.333,0.404c0.277,0,0.285-0.275,0.49-0.275c0.088,0,0.218,0.072,0.218,0.355c0,0.553-0.362,1.164-0.789,1.639\n c-0.097-0.137-0.229-0.221-0.392-0.221c-0.252,0-0.474,0.264-0.474,0.588c0,0.121,0.019,0.207,0.062,0.311\n c-0.144,0.08-0.269,0.125-0.363,0.125c-0.189,0-0.482-0.078-0.482-0.5c0-0.939,1.262-1.77,1.262-2.959\n c0-0.568-0.379-1.135-1.174-1.135c-0.854,0-0.693,0.777-1.431,0.777c-0.034,0-0.062,0.01-0.062,0.041\n c0,0.049,0.129,0.479,0.51,0.479c0.406,0,0.521-0.705,0.883-0.705c0.137,0,0.339,0.08,0.339,0.559c0,0.371-0.187,0.972-0.45,1.547\n c-0.096-0.094-0.225-0.166-0.369-0.166c-0.318,0-0.545,0.308-0.545,0.673c0,0.229,0.092,0.452,0.248,0.6\n c-0.186,0.24-0.375,0.433-0.635,0.433c-0.509,0-0.733-0.289-0.733-0.604c0-0.34,0.622-0.465,0.622-0.996\n c0-0.36-0.234-0.565-0.459-0.565c-0.245,0-0.369,0.162-0.394,0.162c-0.023,0-0.148-0.162-0.392-0.162\n c-0.226,0-0.461,0.203-0.461,0.565c0,0.531,0.623,0.656,0.623,0.996c0,0.313-0.227,0.604-0.734,0.604\n c-0.259,0-0.448-0.193-0.635-0.433c0.157-0.146,0.247-0.368,0.247-0.6c0-0.365-0.226-0.673-0.541-0.673\n c-0.147,0-0.277,0.072-0.373,0.166c-0.264-0.573-0.448-1.176-0.448-1.547c0-0.479,0.203-0.559,0.338-0.559\n c0.359,0,0.474,0.705,0.884,0.705c0.38,0,0.508-0.43,0.508-0.479c0-0.031-0.027-0.041-0.06-0.041c-0.737,0-0.579-0.777-1.43-0.777\n c-0.795,0-1.176,0.566-1.176,1.135c0,1.191,1.263,2.021,1.263,2.959c0,0.422-0.292,0.5-0.483,0.5c-0.095,0-0.222-0.045-0.366-0.125\n c0.044-0.104,0.062-0.189,0.062-0.311c0-0.324-0.222-0.588-0.473-0.588c-0.159,0-0.292,0.084-0.389,0.221\n c-0.429-0.475-0.789-1.086-0.789-1.639c0-0.283,0.128-0.355,0.216-0.355c0.206,0,0.212,0.275,0.49,0.275\n c0.205,0,0.333-0.254,0.333-0.404c0-0.041-0.058-0.025-0.114-0.025c-0.453,0-0.369-0.346-0.899-0.346\n c-0.178,0-0.782,0.098-0.782,0.953c0,1.297,1.6,1.688,1.229,2.684c0.679-0.098,0.669,0.562,0.683,1.746\n C18.331,42.133,19.653,41.686,21.999,41.686z M17.698,43.438c-0.639,0.14-1.096,0.271-1.301,0.334\n c0.01-0.282,0.117-0.543,0.369-0.602c0.033-0.01,0.04-0.053,0.011-0.07c-0.568-0.379-0.875,0.346-0.883,0.369\n c-0.201-0.016-0.509,0.049-0.509,0.32c0,0.814-1.866,1.268-2.296,1.334c0.763,0.293,1.08,1.254,1.08,1.254\n c0.553-0.553,1.198-1.041,1.34-1.041c0.147,0,0.203,0.184,0.214,0.293c0.001,0.037,0.037,0.049,0.061,0.018\n c0.289-0.432,0.148-0.528,0.126-0.655c-0.019-0.101,0.011-0.479,0.434-0.435v5.439l-0.217,0.043c-0.1,0.02-0.896-0.658-1.807-1.289\n c-0.909-0.629-1.399-0.252-2.437,0.311c-1.359,0.734-2.733,0.068-2.733,0.068c-1.173,0.836-1.572,3.258-1.572,3.258\n c-0.233,0.1-0.62,0.205-0.986,0.205c-0.896,0-1.059-0.541-1.059-0.865c0-1.379,1.729-1.973,1.729-3.334\n c0-0.33-0.151-1.672-1.814-1.672c-0.213,0-1.481-0.004-1.486-0.004c-0.623,0-0.778-0.447-0.864-0.617\n C3.063,46.034,3,46.07,3.023,46.124c0.048,0.114-0.071,0.287-0.071,0.633c0,0.554,0.326,0.886,0.929,0.886\n c0.274,0,0.534-0.078,0.618-0.127c0.056-0.033,0.086,0.021,0.059,0.051c-0.263,0.309-0.284,0.885-0.176,1.024\n c0.025,0.033,0.058,0.022,0.064-0.004c0.146-0.582,0.692-1.135,1.428-1.135c0.903,0,0.898,0.766,0.898,0.95\n c0,1.107-1.946,1.921-1.946,3.441c0,1.547,1.632,1.877,2.578,1.633c-0.056,1.547-1.826,2.072-1.88,0.967\n C5.52,54.391,5.482,54.38,5.452,54.45c-0.224,0.547-0.135,1.026,0.554,1.18c0.047,0.013,0.023,0.037-0.019,0.065\n c-0.682,0.434-0.312,2.139-0.278,2.639c0.051,0.725-0.668,0.639-0.727,0.615c-0.031-0.012-0.059,0.004-0.014,0.061\n c0.51,0.625,1.139,0.055,1.139,0.055c0.476,0.15,0.182,0.556-0.136,0.769c-0.05,0.035-0.046,0.065,0.008,0.069\n c0.071,0.007,0.807,0.066,0.938-0.521c0.326,0.392,0.806,0.248,0.907,0.197c0.142-0.072,0.833-0.324,0.9,0.453\n c0.004,0.055,0.037,0.02,0.061-0.011c0.52-0.655-0.037-1.062-0.348-1.106c0.023-0.037,0.442-0.384,0.818,0.096\n c0.023,0.033,0.049,0.041,0.054-0.024c0.042-0.83-0.634-0.906-1.073-0.545c-0.019-0.084-0.166-0.554,0.496-0.535\n c0.014,0,0.047-0.021,0.014-0.055c-0.513-0.543-0.936-0.05-1.034,0.067c-0.229,0.271-0.797,0.162-0.85,0.154\n c0.179-2.89,2.724-1.865,3.074-3.271c0.017-0.074,0.049-0.047,0.056-0.02c0.097,0.344,0.96,0.391,1.119-0.283\n c0.009-0.043,0.004-0.076-0.025-0.045c-0.737,0.736-2.398-1.564-0.133-3.434c1.934-1.595,3.667-0.705,4.326-0.181\n c0.035,0.229-0.103,0.306-0.19,0.332c-0.033,0.011-0.042,0.039,0.009,0.06c0.184,0.069,0.443,0.049,0.564-0.125\n c0.416,0.291,0.061,0.654-0.107,0.756c-0.043,0.027-0.025,0.055,0.013,0.062c0.38,0.068,0.695-0.319,0.708-0.545l0.065,0.037v1.642\n c0,2.338,2.696,2.661,5.655,4.645c2.959-1.982,5.658-2.307,5.658-4.645v-1.642l0.063-0.037c0.015,0.226,0.329,0.613,0.708,0.545\n c0.034-0.008,0.055-0.034,0.014-0.062c-0.168-0.102-0.522-0.465-0.107-0.756c0.121,0.172,0.381,0.194,0.564,0.125\n c0.049-0.021,0.039-0.049,0.011-0.06c-0.089-0.026-0.228-0.103-0.193-0.332c0.66-0.524,2.396-1.414,4.326,0.181\n c2.267,1.869,0.604,4.17-0.131,3.434c-0.031-0.031-0.035,0.002-0.026,0.045c0.159,0.674,1.021,0.627,1.118,0.283\n c0.007-0.027,0.041-0.055,0.058,0.02c0.351,1.404,2.896,0.381,3.073,3.271c-0.054,0.008-0.623,0.114-0.853-0.154\n c-0.096-0.119-0.521-0.61-1.032-0.067c-0.033,0.032-0.002,0.055,0.015,0.055c0.662-0.018,0.516,0.451,0.494,0.535\n c-0.438-0.361-1.115-0.285-1.07,0.545c0.004,0.065,0.027,0.059,0.056,0.024c0.375-0.479,0.792-0.133,0.817-0.096\n c-0.312,0.047-0.867,0.451-0.348,1.106c0.021,0.027,0.055,0.064,0.061,0.011c0.066-0.777,0.756-0.525,0.899-0.453\n c0.101,0.051,0.579,0.194,0.905-0.197c0.13,0.588,0.865,0.525,0.938,0.521c0.053-0.002,0.057-0.034,0.01-0.069\n c-0.317-0.211-0.611-0.617-0.137-0.769c0,0,0.631,0.57,1.139-0.055c0.045-0.057,0.017-0.07-0.012-0.061\n c-0.061,0.021-0.779,0.107-0.728-0.615c0.034-0.5,0.403-2.205-0.277-2.641c-0.044-0.027-0.067-0.053-0.018-0.064\n c0.687-0.152,0.774-0.633,0.552-1.18c-0.027-0.07-0.066-0.059-0.07-0.006c-0.054,1.106-1.822,0.578-1.879-0.967\n c0.944,0.244,2.577-0.086,2.577-1.634c0-1.521-1.944-2.334-1.944-3.442c0-0.185-0.004-0.949,0.896-0.949\n c0.736,0,1.281,0.551,1.429,1.135c0.009,0.027,0.04,0.037,0.065,0.004c0.105-0.141,0.086-0.717-0.178-1.023\n c-0.024-0.03,0.002-0.084,0.06-0.053c0.083,0.051,0.344,0.129,0.617,0.129c0.604,0,0.931-0.334,0.931-0.887\n c0-0.346-0.12-0.52-0.072-0.633c0.025-0.055-0.039-0.092-0.072-0.023c-0.086,0.17-0.241,0.619-0.862,0.619\n c-0.007,0-1.274,0.004-1.485,0.004c-1.662,0-1.816,1.342-1.816,1.672c0,1.359,1.732,1.953,1.732,3.334\n c0,0.322-0.166,0.863-1.06,0.863c-0.37,0-0.755-0.104-0.987-0.203c0,0-0.398-2.422-1.572-3.26c0,0-1.373,0.668-2.73-0.068\n c-1.039-0.562-1.528-0.938-2.439-0.309c-0.908,0.629-1.703,1.307-1.806,1.289l-0.217-0.043v-5.439\n c0.422-0.045,0.452,0.332,0.433,0.435c-0.021,0.127-0.162,0.225,0.127,0.655c0.022,0.031,0.057,0.021,0.061-0.018\n c0.013-0.109,0.066-0.295,0.216-0.295c0.144,0,0.788,0.488,1.34,1.041c0,0,0.315-0.959,1.08-1.254\n c-0.433-0.064-2.296-0.52-2.296-1.334c0-0.271-0.309-0.336-0.51-0.32c-0.008-0.021-0.313-0.746-0.883-0.369\n c-0.029,0.021-0.021,0.062,0.012,0.07c0.25,0.059,0.355,0.318,0.369,0.604c-0.543-0.166-2.859-0.817-5.604-0.817\n c-1.332,0-2.559,0.153-3.536,0.33v1.887H17.7v-1.733L17.698,43.438 M12.636,62.752c-0.203-0.082-0.338-0.213-0.338-0.479v-1.172\n c-0.336-0.117-1.252-0.467-3.08-0.467c-1.521,0-1.999,0.344-2.02,0.465l-0.404,2.229c0,0,0.616-0.564,2.821-0.42\n c2.657,0.17,5.408,1.736,5.408,0.064v-0.98C12.939,61.993,12.636,62.654,12.636,62.752z M28.979,61.993v0.981\n c0,1.672,2.752,0.104,5.408-0.063c2.205-0.146,2.82,0.42,2.82,0.42l-0.402-2.229c-0.021-0.123-0.5-0.463-2.021-0.463\n c-1.829,0-2.748,0.348-3.081,0.467v1.17c0,0.268-0.135,0.397-0.338,0.479C31.363,62.654,31.059,61.993,28.979,61.993z M21.999,60.98\n c4.276,0,8.622,0.224,9.188,0.869c0.045,0.051,0.062-0.002,0.062-0.041v-2.268c0-0.66-4.479-1.045-9.253-1.045\n c-4.771,0-9.251,0.387-9.251,1.045v2.268c0,0.039,0.019,0.092,0.065,0.041C13.379,61.204,17.721,60.98,21.999,60.98z M18.186,50.292\n l-0.433-0.11l-0.035,0.053l-0.503-0.221c0,0,0.371-0.002,0.451-0.004c0.042,0,0.044-0.025,0.023-0.047\n c-0.206-0.201-0.385-0.377-0.385-0.377s0.205,0.076,0.496,0.186c0.032,0.013,0.045-0.014,0.028-0.035\n c-0.14-0.204-0.329-0.483-0.329-0.483s0.403,0.271,0.485,0.324c0.025,0.021,0.047,0.002,0.038-0.023\n c-0.11-0.268-0.231-0.569-0.231-0.569l0.443,0.42c0.02,0.02,0.044,0.01,0.037-0.021c-0.042-0.2-0.121-0.567-0.121-0.567l0.323,0.477\n c0.019,0.027,0.045,0.02,0.045-0.014c0.002-0.094,0.011-0.521,0.011-0.521s0.136,0.313,0.206,0.476\n c0.014,0.031,0.04,0.035,0.056-0.008c0.021-0.052,0.168-0.4,0.168-0.4l0.019,0.541l-0.072,0.014l-0.092,0.652\n c0.646-0.152,1.45-1.258,2.069-1.258c0.734,0,1.001,0.863,2.358,0.426c0.344,0.506,0.464,0.945,0.595,1.559\n c0.525,0.494,1.262,0.328,1.262-0.193c0-0.705-0.767-0.838-0.767-1.571c0-0.326,0.229-0.798,0.856-0.798\n c0.332,0,0.814,0.142,1.096,0.142c0.33,0,0.4-0.237,0.438-0.34c0.03-0.074,0.122-0.05,0.112,0.01c-0.009,0.068,0.04,0.164,0.04,0.32\n c0,0.465-0.676,0.524-0.76,0.467c-0.034-0.022-0.059,0.015-0.034,0.033c0.101,0.082,0.079,0.356-0.043,0.532\n c-0.015,0.021-0.033,0.019-0.036-0.002c-0.074-0.332-0.462-0.741-0.807-0.741c-0.125,0-0.377,0.071-0.377,0.362\n c0,0.418,0.834,0.797,0.834,1.664c0,0.898-0.889,1.113-1.785,0.892c0.029,0.852,1.301,1.356,1.332,0.75\n c0.001-0.043,0.025-0.019,0.035,0c0.188,0.26,0.104,0.459-0.137,0.559c0.223,0.101,0.262,0.548,0.325,0.814\n c0.099,0.399,0.522,0.18,0.545,0.168c0.021-0.015,0.029-0.002,0.021,0.022c-0.16,0.418-0.588,0.26-0.588,0.26\n c-0.224,0.156,0.047,0.298,0.25,0.357c0.031,0.008,0.031,0.029,0.006,0.039c-0.149,0.057-0.469,0.156-0.625-0.111\n c-0.114,0.275-0.35,0.271-0.443,0.271c-0.164,0-0.273,0.166-0.234,0.392c0.002,0.021-0.012,0.024-0.023,0.014\n c-0.391-0.258-0.166-0.562-0.01-0.639c-0.025-0.017-0.297-0.128-0.41,0.188c-0.01,0.023-0.024,0.023-0.033,0.002\n c-0.17-0.453,0.202-0.586,0.473-0.473c-0.02-0.062-0.16-0.284-0.514-0.215c-0.018,0.006-0.025,0-0.018-0.023\n c0.058-0.139,0.232-0.344,0.553-0.137c0.165,0.104,0.443-0.045,0.47-0.06c-0.567-1.131-1.674-0.185-1.921-1.071\n c-0.005-0.019-0.025-0.035-0.042,0.015c-0.058,0.188-0.541,0.202-0.63-0.171c-0.007-0.027,0.005-0.031,0.023-0.014\n c0.07,0.071,0.221,0.135,0.42-0.152c0.131-0.189,0.149-0.443,0.149-0.615c0-0.688-0.688-1.846-1.761-1.846\n c-0.677,0-1.406,0.266-1.946,0.658l0.503,0.114c-0.047,0.511-0.536,0.808-0.986,0.681l0.076-0.582\n c-0.076,0.022-0.274,0.094-0.38,0.244c-0.01,0.012-0.023,0.008-0.028-0.005c-0.09-0.329,0.182-0.495,0.267-0.538\n c0.01-0.007,0.01-0.015-0.009-0.015c-0.242-0.01-0.38,0.17-0.421,0.231c-0.007,0.011-0.016,0.008-0.019,0\n C18.114,50.583,18.073,50.413,18.186,50.292z M19.681,54.229c-0.193,0.234-0.362,0.011-0.615,0.011c-0.238,0-0.277,0.2-0.283,0.278\n c-0.002,0.015-0.009,0.019-0.02,0.004c-0.268-0.369,0.033-0.567,0.207-0.596c-0.025-0.025-0.288-0.203-0.458,0.041\n c-0.012,0.018-0.028,0.01-0.028-0.012c-0.01-0.459,0.354-0.49,0.592-0.289c0.045-0.174-0.067-0.291-0.261-0.299\n c-0.023,0-0.027-0.016-0.019-0.025c0.082-0.088,0.161-0.127,0.239-0.127c0.254,0,0.287,0.32,0.453,0.32\n c0.249,0,0.602-0.336,0.637-0.371c-0.008-0.02-0.248-0.666-0.199-1.053c0.002-0.017-0.007-0.019-0.019-0.012\n c-0.119,0.067-0.426,0.063-0.426-0.312c0-0.029,0.009-0.031,0.025-0.008c0.135,0.186,0.352-0.023,0.462-0.146\n c0.116-0.129,0.744-1.045,1.582-1.045c0.184,0.002,0.421,0.102,0.612,0.236c-0.289,0.352-0.001,0.688,0.212,0.645\n c0.026-0.004,0.031,0.02,0.007,0.027c-1.108,0.418-1.602,0.584-1.602,1.51c0,0.484,0.165,0.752,0.451,0.688\n c0.02-0.004,0.025,0.006,0.011,0.021c-0.102,0.123-0.221,0.164-0.318,0.164c-0.232,0-0.274-0.127-0.397-0.127\n c-0.125,0-0.538,0.242-0.538,0.443c0,0.078,0.049,0.182,0.194,0.277c0.01,0.006,0.004,0.014-0.003,0.014\n C20.084,54.51,19.757,54.538,19.681,54.229z M22.596,45.215c-0.347-0.021-0.567,0.057-0.559,0.166\n C22.209,45.559,22.433,45.54,22.596,45.215z M21.321,46.07c0.242-0.062,0.513-0.032,0.54-0.022c0.04,0.015,0.038,0.072-0.007,0.078\n c-0.509,0.063-0.532,0.299-0.859,0.299c-0.214,0-0.445-0.215-0.358-0.532c0.011-0.041,0.044-0.043,0.054-0.004\n C20.723,46.023,20.922,46.172,21.321,46.07z M14.7,57.374c0.337,0.435,0.662,0.024,1.105,0.024c0.217,0,0.48,0.074,0.53,0.509\n c0.002,0.021,0.021,0.028,0.042,0c0.483-0.66-0.068-1.033-0.383-1.08c0.068-0.062,0.539-0.353,0.84,0.075\n c0.017,0.023,0.049,0.017,0.049-0.018c0-0.834-0.628-0.893-1.08-0.531c-0.084-0.326,0.161-0.541,0.476-0.541\n c0.037,0,0.051-0.024,0.032-0.047c-0.56-0.602-0.979,0.154-1.073,0.273c-0.223,0.297-1.024-0.262-1.341-0.594\n c0,0,0.704-0.74,0.704-1.414c0-0.041-0.004-0.098-0.004-0.121c0-0.021,0.01-0.029,0.031-0.02c0.07,0.039,0.168,0.067,0.259,0.067\n c0.161,0,0.466-0.051,0.466-0.625c0-0.043-0.019-0.041-0.037-0.017c-0.083,0.123-0.178,0.148-0.25,0.148\n c-0.568,0-1.758-1.9-3.162-1.9c-0.366,0-1.059,0.265-1.409,0.644c0.167,0.101,0.201,0.308,0.184,0.457\n c-0.025,0.239-0.216,0.358-0.412,0.416c-0.035,0.008-0.04,0.033,0,0.049c0.706,0.271,1.997,0.759,2.29,1.011\n c0.346,0.299,0.277,0.864,0.078,1.646c-0.194,0.75-0.609,0.646-0.761,0.623c-0.023-0.004-0.03,0.01-0.017,0.027\n c0.182,0.229,0.406,0.309,0.595,0.309c0.369,0,0.506-0.229,0.697-0.229c0.319,0,0.991,0.459,0.991,0.81\n c0,0.196-0.154,0.375-0.35,0.502c-0.014,0.01-0.012,0.024,0.007,0.028C13.951,57.885,14.579,57.938,14.7,57.374z M30.201,57.859\n c0.018-0.004,0.023-0.02,0.009-0.028c-0.198-0.127-0.353-0.306-0.353-0.502c0-0.349,0.674-0.81,0.994-0.81\n c0.188,0,0.325,0.229,0.694,0.229c0.19,0,0.413-0.078,0.599-0.309c0.015-0.019,0.004-0.031-0.018-0.027\n c-0.152,0.023-0.566,0.127-0.761-0.623c-0.2-0.779-0.271-1.346,0.075-1.646c0.295-0.25,1.582-0.74,2.291-1.011\n c0.039-0.016,0.035-0.041,0-0.049c-0.194-0.054-0.387-0.172-0.414-0.416c-0.016-0.149,0.017-0.354,0.187-0.457\n c-0.353-0.379-1.045-0.644-1.409-0.644c-1.404,0-2.596,1.9-3.164,1.9c-0.07,0-0.164-0.025-0.248-0.146\n c-0.02-0.026-0.037-0.028-0.037,0.015c0,0.574,0.304,0.625,0.463,0.625c0.095,0.002,0.193-0.026,0.262-0.065\n c0.02-0.013,0.027-0.004,0.027,0.018c0,0.023-0.004,0.082-0.004,0.121c0,0.678,0.707,1.416,0.707,1.416\n c-0.32,0.332-1.119,0.891-1.343,0.594c-0.095-0.121-0.513-0.875-1.071-0.273c-0.02,0.021-0.006,0.047,0.033,0.047\n c0.312,0,0.559,0.215,0.475,0.541c-0.455-0.362-1.079-0.305-1.079,0.531c0,0.031,0.032,0.041,0.05,0.018\n c0.297-0.428,0.771-0.139,0.839-0.077c-0.315,0.049-0.864,0.42-0.383,1.08c0.019,0.028,0.037,0.022,0.042,0\n c0.05-0.433,0.311-0.507,0.527-0.507c0.44,0,0.767,0.408,1.104-0.024C29.419,57.938,30.049,57.885,30.201,57.859z M18.849,46.893\n c-0.044,0.062-0.191,0-0.247-0.026c-0.015-0.007-0.017,0-0.012,0.01c0.035,0.08,0.177,0.315,0.389,0.315\n c0.095,0,0.236-0.057,0.274-0.119c0,0,0.825,0.269,1.233,0.382c-0.159,0.211-0.257,0.465-0.277,0.741\n c-0.329-0.202-1.646-0.909-1.646-0.909l-0.411,0.559c-0.067,0.093-0.394-0.145-0.326-0.237l0.312-0.426\n c-0.102-0.109-0.352-0.041-0.419-0.021c-0.01,0.002-0.019-0.002-0.01-0.02c0.04-0.082,0.196-0.343,0.583-0.226\n c0.003-0.238-0.351-0.162-0.443-0.136c-0.012,0.003-0.017-0.002-0.005-0.014c0.096-0.104,0.383-0.334,0.702-0.145l0.14-0.193\n l-0.281-0.297l0.177-0.242l0.198,0.269l1.522-2.085c0.038-0.053,0.339-0.139,0.454-0.163c0.012,0.116,0.022,0.428-0.013,0.479\n l-1.497,2.104l0.315,0.102l-0.173,0.244l-0.373-0.172L18.849,46.893z M24.184,46.553c0,0.193,0.119,0.473,0.373,0.393\n c0.014-0.006,0.026-0.002,0.023,0.011c-0.04,0.213-0.42,0.408-0.596,0.157c-0.152,0.324-0.114,0.63,0.216,0.81\n c0.019,0.011,0.022,0.033,0.003,0.05c-0.2,0.145-0.51,0.11-0.653-0.166c-0.274,0.204-0.233,0.643-0.067,0.791\n c0,0.002-0.756,0.45-1.44,0.129c-0.455-0.218-0.824-0.496-1.412-0.451c0.082-0.822,0.493-1.039,1.248-1.156\n c0.604-0.098,0.683-0.375,0.596-0.584c-0.206-0.055-0.582,0.133-0.582,0.133c-0.067-0.113,0.031-0.23,0.031-0.23\n c-0.039-0.045-0.056-0.197-0.056-0.197c0.422,0,0.497-0.094,0.497-0.094c0.077-0.438-0.372-0.485-0.715-0.248\n c-0.159-0.141-0.132-0.328-0.132-0.328c-0.047-0.021-0.077-0.096-0.077-0.127c0-0.104,0.5-0.385,0.63-0.42\n c0.032-0.146,0.213-0.35,0.747-0.299c0.064-0.143-0.039-0.656-0.104-0.795c-0.021-0.043,0.011-0.064,0.058-0.035\n c0.186,0.117,0.371,0.551,0.496,0.56c0,0,0.6-0.312,0.627-0.295c0.028,0.018,0.112,0.684,0.112,0.684\n c0.079,0.099,0.542,0.002,0.743,0.091c0.052,0.021,0.048,0.059,0.003,0.065c-0.149,0.024-0.631,0.233-0.71,0.367\n C24.314,45.775,24.184,46.385,24.184,46.553z" }))), h("div", { class: "rhc-logo__wordmark" }, h("p", { class: "rhc-logo__title" }, organisation), subtitle && h("p", { class: "rhc-logo__subtitle" }, subtitle))));
16
+ }
17
+ static get style() { return logoCss; }
18
+ }, [1, "rhc-logo", {
19
+ "organisation": [1],
20
+ "subtitle": [1]
21
+ }]);
22
+ function defineCustomElement$1() {
23
+ if (typeof customElements === "undefined") {
24
+ return;
25
+ }
26
+ const components = ["rhc-logo"];
27
+ components.forEach(tagName => { switch (tagName) {
28
+ case "rhc-logo":
29
+ if (!customElements.get(tagName)) {
30
+ customElements.define(tagName, Logo);
31
+ }
32
+ break;
33
+ } });
34
+ }
35
+
36
+ const RhcLogo = Logo;
37
+ const defineCustomElement = defineCustomElement$1;
38
+
39
+ export { RhcLogo, defineCustomElement };
40
+
41
+ //# sourceMappingURL=rhc-logo.js.map