@limetech/kompendium 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (348) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +313 -0
  3. package/dist/cjs/_commonjsHelpers-BJu3ubxk.js +13 -0
  4. package/dist/cjs/_commonjsHelpers-BJu3ubxk.js.map +1 -0
  5. package/dist/cjs/anchor-scroll-BmplAyR0.js +69 -0
  6. package/dist/cjs/anchor-scroll-BmplAyR0.js.map +1 -0
  7. package/dist/cjs/index-DYiJ6dQL.js +1866 -0
  8. package/dist/cjs/index-DYiJ6dQL.js.map +1 -0
  9. package/dist/cjs/index.cjs.js +3 -0
  10. package/dist/cjs/index.cjs.js.map +1 -0
  11. package/dist/cjs/kompendium-app.kompendium-darkmode-switch.kompendium-navigation.kompendium-search.stencil-route.stencil-route-switch.stencil-router.entry.cjs.js.map +1 -0
  12. package/dist/cjs/kompendium-app_7.cjs.entry.js +2924 -0
  13. package/dist/cjs/kompendium-code.cjs.entry.js +2724 -0
  14. package/dist/cjs/kompendium-code.entry.cjs.js.map +1 -0
  15. package/dist/cjs/kompendium-component.cjs.entry.js +207 -0
  16. package/dist/cjs/kompendium-component.entry.cjs.js.map +1 -0
  17. package/dist/cjs/kompendium-debug.cjs.entry.js +47 -0
  18. package/dist/cjs/kompendium-debug.entry.cjs.js.map +1 -0
  19. package/dist/cjs/kompendium-example-code.cjs.entry.js +20 -0
  20. package/dist/cjs/kompendium-example-code.entry.cjs.js.map +1 -0
  21. package/dist/cjs/kompendium-example-markdown.cjs.entry.js +165 -0
  22. package/dist/cjs/kompendium-example-markdown.entry.cjs.js.map +1 -0
  23. package/dist/cjs/kompendium-guide.cjs.entry.js +33 -0
  24. package/dist/cjs/kompendium-guide.entry.cjs.js.map +1 -0
  25. package/dist/cjs/kompendium-markdown.cjs.entry.js +48923 -0
  26. package/dist/cjs/kompendium-markdown.entry.cjs.js.map +1 -0
  27. package/dist/cjs/kompendium-playground.cjs.entry.js +89 -0
  28. package/dist/cjs/kompendium-playground.entry.cjs.js.map +1 -0
  29. package/dist/cjs/kompendium-proplist.kompendium-taglist.entry.cjs.js.map +1 -0
  30. package/dist/cjs/kompendium-proplist_2.cjs.entry.js +49 -0
  31. package/dist/cjs/kompendium-type.cjs.entry.js +83 -0
  32. package/dist/cjs/kompendium-type.entry.cjs.js.map +1 -0
  33. package/dist/cjs/kompendium.cjs.js +25 -0
  34. package/dist/cjs/kompendium.cjs.js.map +1 -0
  35. package/dist/cjs/loader.cjs.js +13 -0
  36. package/dist/cjs/loader.cjs.js.map +1 -0
  37. package/dist/cjs/markdown-types-B884tLd-.js +15 -0
  38. package/dist/cjs/markdown-types-B884tLd-.js.map +1 -0
  39. package/dist/cjs/methods-DoA78dOH.js +97 -0
  40. package/dist/cjs/methods-DoA78dOH.js.map +1 -0
  41. package/dist/cjs/types-SjA7Kcy_.js +8 -0
  42. package/dist/cjs/types-SjA7Kcy_.js.map +1 -0
  43. package/dist/collection/assets/favicon.svg +65 -0
  44. package/dist/collection/assets/icons/bookmark-fill.svg +1 -0
  45. package/dist/collection/assets/icons/danger.svg +1 -0
  46. package/dist/collection/assets/icons/debug.svg +1 -0
  47. package/dist/collection/assets/icons/important.svg +1 -0
  48. package/dist/collection/assets/icons/info.svg +1 -0
  49. package/dist/collection/assets/icons/logo.svg +1 -0
  50. package/dist/collection/assets/icons/note.svg +1 -0
  51. package/dist/collection/assets/icons/search.svg +1 -0
  52. package/dist/collection/assets/icons/tip.svg +1 -0
  53. package/dist/collection/assets/icons/warning.svg +1 -0
  54. package/dist/collection/assets/logotype.svg +64 -0
  55. package/dist/collection/collection-manifest.json +35 -0
  56. package/dist/collection/components/anchor-scroll.js +61 -0
  57. package/dist/collection/components/anchor-scroll.js.map +1 -0
  58. package/dist/collection/components/app/app.css +125 -0
  59. package/dist/collection/components/app/app.js +149 -0
  60. package/dist/collection/components/app/app.js.map +1 -0
  61. package/dist/collection/components/code/code.css +250 -0
  62. package/dist/collection/components/code/code.js +82 -0
  63. package/dist/collection/components/code/code.js.map +1 -0
  64. package/dist/collection/components/code/examples/code.js +14 -0
  65. package/dist/collection/components/code/examples/code.js.map +1 -0
  66. package/dist/collection/components/component/component.css +383 -0
  67. package/dist/collection/components/component/component.js +191 -0
  68. package/dist/collection/components/component/component.js.map +1 -0
  69. package/dist/collection/components/component/templates/events.js +32 -0
  70. package/dist/collection/components/component/templates/events.js.map +1 -0
  71. package/dist/collection/components/component/templates/examples.js +17 -0
  72. package/dist/collection/components/component/templates/examples.js.map +1 -0
  73. package/dist/collection/components/component/templates/methods.js +54 -0
  74. package/dist/collection/components/component/templates/methods.js.map +1 -0
  75. package/dist/collection/components/component/templates/props.js +36 -0
  76. package/dist/collection/components/component/templates/props.js.map +1 -0
  77. package/dist/collection/components/component/templates/slots.js +14 -0
  78. package/dist/collection/components/component/templates/slots.js.map +1 -0
  79. package/dist/collection/components/component/templates/style.js +14 -0
  80. package/dist/collection/components/component/templates/style.js.map +1 -0
  81. package/dist/collection/components/darkmode-switch/darkmode-switch.css +141 -0
  82. package/dist/collection/components/darkmode-switch/darkmode-switch.js +90 -0
  83. package/dist/collection/components/darkmode-switch/darkmode-switch.js.map +1 -0
  84. package/dist/collection/components/darkmode-switch/types.js +2 -0
  85. package/dist/collection/components/darkmode-switch/types.js.map +1 -0
  86. package/dist/collection/components/debug/debug.js +146 -0
  87. package/dist/collection/components/debug/debug.js.map +1 -0
  88. package/dist/collection/components/guide/guide.js +61 -0
  89. package/dist/collection/components/guide/guide.js.map +1 -0
  90. package/dist/collection/components/markdown/examples/markdown-example.js +150 -0
  91. package/dist/collection/components/markdown/examples/markdown-example.js.map +1 -0
  92. package/dist/collection/components/markdown/examples/markdown.js +14 -0
  93. package/dist/collection/components/markdown/examples/markdown.js.map +1 -0
  94. package/dist/collection/components/markdown/markdown-types.js +8 -0
  95. package/dist/collection/components/markdown/markdown-types.js.map +1 -0
  96. package/dist/collection/components/markdown/markdown.css +660 -0
  97. package/dist/collection/components/markdown/markdown.js +83 -0
  98. package/dist/collection/components/markdown/markdown.js.map +1 -0
  99. package/dist/collection/components/navigation/navigation.css +403 -0
  100. package/dist/collection/components/navigation/navigation.js +184 -0
  101. package/dist/collection/components/navigation/navigation.js.map +1 -0
  102. package/dist/collection/components/playground/playground.css +198 -0
  103. package/dist/collection/components/playground/playground.js +174 -0
  104. package/dist/collection/components/playground/playground.js.map +1 -0
  105. package/dist/collection/components/playground/playground.types.js +2 -0
  106. package/dist/collection/components/playground/playground.types.js.map +1 -0
  107. package/dist/collection/components/proplist/proplist.css +334 -0
  108. package/dist/collection/components/proplist/proplist.js +53 -0
  109. package/dist/collection/components/proplist/proplist.js.map +1 -0
  110. package/dist/collection/components/search/search.css +183 -0
  111. package/dist/collection/components/search/search.js +76 -0
  112. package/dist/collection/components/search/search.js.map +1 -0
  113. package/dist/collection/components/taglist/taglist.css +58 -0
  114. package/dist/collection/components/taglist/taglist.js +82 -0
  115. package/dist/collection/components/taglist/taglist.js.map +1 -0
  116. package/dist/collection/components/type/templates/alias.js +11 -0
  117. package/dist/collection/components/type/templates/alias.js.map +1 -0
  118. package/dist/collection/components/type/templates/enum.js +25 -0
  119. package/dist/collection/components/type/templates/enum.js.map +1 -0
  120. package/dist/collection/components/type/templates/interface.js +13 -0
  121. package/dist/collection/components/type/templates/interface.js.map +1 -0
  122. package/dist/collection/components/type/type.js +97 -0
  123. package/dist/collection/components/type/type.js.map +1 -0
  124. package/dist/collection/index.js +4 -0
  125. package/dist/collection/index.js.map +1 -0
  126. package/dist/collection/kompendium/config.js +7 -0
  127. package/dist/collection/kompendium/config.js.map +1 -0
  128. package/dist/collection/kompendium/filesystem.js +9 -0
  129. package/dist/collection/kompendium/filesystem.js.map +1 -0
  130. package/dist/collection/kompendium/generator.js +217 -0
  131. package/dist/collection/kompendium/generator.js.map +1 -0
  132. package/dist/collection/kompendium/guides.js +30 -0
  133. package/dist/collection/kompendium/guides.js.map +1 -0
  134. package/dist/collection/kompendium/index.js +2 -0
  135. package/dist/collection/kompendium/index.js.map +1 -0
  136. package/dist/collection/kompendium/markdown-admonitions.js +82 -0
  137. package/dist/collection/kompendium/markdown-admonitions.js.map +1 -0
  138. package/dist/collection/kompendium/markdown-code.js +40 -0
  139. package/dist/collection/kompendium/markdown-code.js.map +1 -0
  140. package/dist/collection/kompendium/markdown-frontmatter.js +12 -0
  141. package/dist/collection/kompendium/markdown-frontmatter.js.map +1 -0
  142. package/dist/collection/kompendium/markdown-nodes.js +10 -0
  143. package/dist/collection/kompendium/markdown-nodes.js.map +1 -0
  144. package/dist/collection/kompendium/markdown-typelinks.js +115 -0
  145. package/dist/collection/kompendium/markdown-typelinks.js.map +1 -0
  146. package/dist/collection/kompendium/markdown.js +35 -0
  147. package/dist/collection/kompendium/markdown.js.map +1 -0
  148. package/dist/collection/kompendium/menu.js +149 -0
  149. package/dist/collection/kompendium/menu.js.map +1 -0
  150. package/dist/collection/kompendium/schema.js +167 -0
  151. package/dist/collection/kompendium/schema.js.map +1 -0
  152. package/dist/collection/kompendium/search.js +144 -0
  153. package/dist/collection/kompendium/search.js.map +1 -0
  154. package/dist/collection/kompendium/source.js +81 -0
  155. package/dist/collection/kompendium/source.js.map +1 -0
  156. package/dist/collection/kompendium/test/fixtures/basic.js +48 -0
  157. package/dist/collection/kompendium/test/fixtures/basic.js.map +1 -0
  158. package/dist/collection/kompendium/test/fixtures/filtering/example-type.js +2 -0
  159. package/dist/collection/kompendium/test/fixtures/filtering/example-type.js.map +1 -0
  160. package/dist/collection/kompendium/test/fixtures/filtering/node-modules-type.js +2 -0
  161. package/dist/collection/kompendium/test/fixtures/filtering/node-modules-type.js.map +1 -0
  162. package/dist/collection/kompendium/test/fixtures/filtering/private-types.js +2 -0
  163. package/dist/collection/kompendium/test/fixtures/filtering/private-types.js.map +1 -0
  164. package/dist/collection/kompendium/test/fixtures/filtering/stencil-component-types.js +2 -0
  165. package/dist/collection/kompendium/test/fixtures/filtering/stencil-component-types.js.map +1 -0
  166. package/dist/collection/kompendium/test/fixtures/filtering/test-helper-type.js +2 -0
  167. package/dist/collection/kompendium/test/fixtures/filtering/test-helper-type.js.map +1 -0
  168. package/dist/collection/kompendium/test/fixtures/filtering/valid-types.js +29 -0
  169. package/dist/collection/kompendium/test/fixtures/filtering/valid-types.js.map +1 -0
  170. package/dist/collection/kompendium/typedoc.js +481 -0
  171. package/dist/collection/kompendium/typedoc.js.map +1 -0
  172. package/dist/collection/kompendium/watch.js +9 -0
  173. package/dist/collection/kompendium/watch.js.map +1 -0
  174. package/dist/collection/types.js +2 -0
  175. package/dist/collection/types.js.map +1 -0
  176. package/dist/config.ts +8 -0
  177. package/dist/esm/_commonjsHelpers-BFTU3MAI.js +10 -0
  178. package/dist/esm/_commonjsHelpers-BFTU3MAI.js.map +1 -0
  179. package/dist/esm/anchor-scroll-BAGXN2n6.js +65 -0
  180. package/dist/esm/anchor-scroll-BAGXN2n6.js.map +1 -0
  181. package/dist/esm/index-9UrzenzW.js +1857 -0
  182. package/dist/esm/index-9UrzenzW.js.map +1 -0
  183. package/dist/esm/index.js +2 -0
  184. package/dist/esm/index.js.map +1 -0
  185. package/dist/esm/kompendium-app.kompendium-darkmode-switch.kompendium-navigation.kompendium-search.stencil-route.stencil-route-switch.stencil-router.entry.js.map +1 -0
  186. package/dist/esm/kompendium-app_7.entry.js +2916 -0
  187. package/dist/esm/kompendium-code.entry.js +2722 -0
  188. package/dist/esm/kompendium-code.entry.js.map +1 -0
  189. package/dist/esm/kompendium-component.entry.js +205 -0
  190. package/dist/esm/kompendium-component.entry.js.map +1 -0
  191. package/dist/esm/kompendium-debug.entry.js +45 -0
  192. package/dist/esm/kompendium-debug.entry.js.map +1 -0
  193. package/dist/esm/kompendium-example-code.entry.js +18 -0
  194. package/dist/esm/kompendium-example-code.entry.js.map +1 -0
  195. package/dist/esm/kompendium-example-markdown.entry.js +163 -0
  196. package/dist/esm/kompendium-example-markdown.entry.js.map +1 -0
  197. package/dist/esm/kompendium-guide.entry.js +31 -0
  198. package/dist/esm/kompendium-guide.entry.js.map +1 -0
  199. package/dist/esm/kompendium-markdown.entry.js +48921 -0
  200. package/dist/esm/kompendium-markdown.entry.js.map +1 -0
  201. package/dist/esm/kompendium-playground.entry.js +87 -0
  202. package/dist/esm/kompendium-playground.entry.js.map +1 -0
  203. package/dist/esm/kompendium-proplist.kompendium-taglist.entry.js.map +1 -0
  204. package/dist/esm/kompendium-proplist_2.entry.js +46 -0
  205. package/dist/esm/kompendium-type.entry.js +81 -0
  206. package/dist/esm/kompendium-type.entry.js.map +1 -0
  207. package/dist/esm/kompendium.js +21 -0
  208. package/dist/esm/kompendium.js.map +1 -0
  209. package/dist/esm/loader.js +11 -0
  210. package/dist/esm/loader.js.map +1 -0
  211. package/dist/esm/markdown-types-Ajsawr_9.js +12 -0
  212. package/dist/esm/markdown-types-Ajsawr_9.js.map +1 -0
  213. package/dist/esm/methods-BAjd6f7g.js +94 -0
  214. package/dist/esm/methods-BAjd6f7g.js.map +1 -0
  215. package/dist/esm/types-BIPLEi1G.js +6 -0
  216. package/dist/esm/types-BIPLEi1G.js.map +1 -0
  217. package/dist/filesystem.ts +9 -0
  218. package/dist/generator.ts +302 -0
  219. package/dist/guides.ts +49 -0
  220. package/dist/index.cjs.js +1 -0
  221. package/dist/index.js +1 -0
  222. package/dist/index.ts +1 -0
  223. package/dist/kompendium/index.esm.js +2 -0
  224. package/dist/kompendium/index.esm.js.map +1 -0
  225. package/dist/kompendium/kompendium-app.kompendium-darkmode-switch.kompendium-navigation.kompendium-search.stencil-route.stencil-route-switch.stencil-router.entry.esm.js.map +1 -0
  226. package/dist/kompendium/kompendium-code.entry.esm.js.map +1 -0
  227. package/dist/kompendium/kompendium-component.entry.esm.js.map +1 -0
  228. package/dist/kompendium/kompendium-debug.entry.esm.js.map +1 -0
  229. package/dist/kompendium/kompendium-example-code.entry.esm.js.map +1 -0
  230. package/dist/kompendium/kompendium-example-markdown.entry.esm.js.map +1 -0
  231. package/dist/kompendium/kompendium-guide.entry.esm.js.map +1 -0
  232. package/dist/kompendium/kompendium-markdown.entry.esm.js.map +1 -0
  233. package/dist/kompendium/kompendium-playground.entry.esm.js.map +1 -0
  234. package/dist/kompendium/kompendium-proplist.kompendium-taglist.entry.esm.js.map +1 -0
  235. package/dist/kompendium/kompendium-type.entry.esm.js.map +1 -0
  236. package/dist/kompendium/kompendium.css +47 -0
  237. package/dist/kompendium/kompendium.esm.js +2 -0
  238. package/dist/kompendium/kompendium.esm.js.map +1 -0
  239. package/dist/kompendium/loader.esm.js.map +1 -0
  240. package/dist/kompendium/p-15e4b2c0.entry.js +2 -0
  241. package/dist/kompendium/p-15e4b2c0.entry.js.map +1 -0
  242. package/dist/kompendium/p-1cf0168f.entry.js +2 -0
  243. package/dist/kompendium/p-1cf0168f.entry.js.map +1 -0
  244. package/dist/kompendium/p-29c23c89.entry.js +2 -0
  245. package/dist/kompendium/p-29c23c89.entry.js.map +1 -0
  246. package/dist/kompendium/p-3981d11f.entry.js +2 -0
  247. package/dist/kompendium/p-3981d11f.entry.js.map +1 -0
  248. package/dist/kompendium/p-93f0548d.entry.js +2 -0
  249. package/dist/kompendium/p-93f0548d.entry.js.map +1 -0
  250. package/dist/kompendium/p-97b02575.entry.js +2 -0
  251. package/dist/kompendium/p-97b02575.entry.js.map +1 -0
  252. package/dist/kompendium/p-9UrzenzW.js +3 -0
  253. package/dist/kompendium/p-9UrzenzW.js.map +1 -0
  254. package/dist/kompendium/p-Ajsawr_9.js +2 -0
  255. package/dist/kompendium/p-Ajsawr_9.js.map +1 -0
  256. package/dist/kompendium/p-BAGXN2n6.js +2 -0
  257. package/dist/kompendium/p-BAGXN2n6.js.map +1 -0
  258. package/dist/kompendium/p-BFTU3MAI.js +2 -0
  259. package/dist/kompendium/p-BFTU3MAI.js.map +1 -0
  260. package/dist/kompendium/p-BIPLEi1G.js +2 -0
  261. package/dist/kompendium/p-BIPLEi1G.js.map +1 -0
  262. package/dist/kompendium/p-CnQEA7KO.js +2 -0
  263. package/dist/kompendium/p-CnQEA7KO.js.map +1 -0
  264. package/dist/kompendium/p-b0f95bd6.entry.js +2 -0
  265. package/dist/kompendium/p-b0f95bd6.entry.js.map +1 -0
  266. package/dist/kompendium/p-d9bcc473.entry.js +10 -0
  267. package/dist/kompendium/p-d9bcc473.entry.js.map +1 -0
  268. package/dist/kompendium/p-e36f3f1e.entry.js +2 -0
  269. package/dist/kompendium/p-e36f3f1e.entry.js.map +1 -0
  270. package/dist/kompendium/p-e52a2f57.entry.js +2 -0
  271. package/dist/kompendium/p-e52a2f57.entry.js.map +1 -0
  272. package/dist/kompendium/p-ec5861de.entry.js +2 -0
  273. package/dist/kompendium/p-ec5861de.entry.js.map +1 -0
  274. package/dist/markdown-admonitions.ts +112 -0
  275. package/dist/markdown-code.ts +51 -0
  276. package/dist/markdown-frontmatter.ts +19 -0
  277. package/dist/markdown-nodes.ts +23 -0
  278. package/dist/markdown-typelinks.ts +166 -0
  279. package/dist/markdown.ts +49 -0
  280. package/dist/menu.ts +189 -0
  281. package/dist/schema.ts +233 -0
  282. package/dist/search.ts +197 -0
  283. package/dist/source.ts +129 -0
  284. package/dist/typedoc.ts +665 -0
  285. package/dist/types/components/anchor-scroll.d.ts +36 -0
  286. package/dist/types/components/app/app.d.ts +22 -0
  287. package/dist/types/components/code/code.d.ts +26 -0
  288. package/dist/types/components/code/examples/code.d.ts +3 -0
  289. package/dist/types/components/component/component.d.ts +32 -0
  290. package/dist/types/components/component/templates/events.d.ts +5 -0
  291. package/dist/types/components/component/templates/examples.d.ts +9 -0
  292. package/dist/types/components/component/templates/methods.d.ts +5 -0
  293. package/dist/types/components/component/templates/props.d.ts +5 -0
  294. package/dist/types/components/component/templates/slots.d.ts +5 -0
  295. package/dist/types/components/component/templates/style.d.ts +5 -0
  296. package/dist/types/components/darkmode-switch/darkmode-switch.d.ts +18 -0
  297. package/dist/types/components/darkmode-switch/types.d.ts +2 -0
  298. package/dist/types/components/debug/debug.d.ts +24 -0
  299. package/dist/types/components/guide/guide.d.ts +14 -0
  300. package/dist/types/components/markdown/examples/markdown-example.d.ts +1 -0
  301. package/dist/types/components/markdown/examples/markdown.d.ts +7 -0
  302. package/dist/types/components/markdown/markdown-types.d.ts +2 -0
  303. package/dist/types/components/markdown/markdown.d.ts +20 -0
  304. package/dist/types/components/navigation/navigation.d.ts +35 -0
  305. package/dist/types/components/playground/playground.d.ts +32 -0
  306. package/dist/types/components/playground/playground.types.d.ts +1 -0
  307. package/dist/types/components/proplist/proplist.d.ts +12 -0
  308. package/dist/types/components/search/search.d.ts +15 -0
  309. package/dist/types/components/taglist/taglist.d.ts +16 -0
  310. package/dist/types/components/type/templates/alias.d.ts +4 -0
  311. package/dist/types/components/type/templates/enum.d.ts +4 -0
  312. package/dist/types/components/type/templates/interface.d.ts +4 -0
  313. package/dist/types/components/type/type.d.ts +15 -0
  314. package/dist/types/components.d.ts +517 -0
  315. package/dist/types/index.d.ts +5 -0
  316. package/dist/types/kompendium/config.d.ts +2 -0
  317. package/dist/types/kompendium/filesystem.d.ts +1 -0
  318. package/dist/types/kompendium/generator.d.ts +4 -0
  319. package/dist/types/kompendium/guides.d.ts +9 -0
  320. package/dist/types/kompendium/index.d.ts +1 -0
  321. package/dist/types/kompendium/markdown-admonitions.d.ts +3 -0
  322. package/dist/types/kompendium/markdown-code.d.ts +2 -0
  323. package/dist/types/kompendium/markdown-frontmatter.d.ts +6 -0
  324. package/dist/types/kompendium/markdown-nodes.d.ts +12 -0
  325. package/dist/types/kompendium/markdown-typelinks.d.ts +21 -0
  326. package/dist/types/kompendium/markdown.d.ts +8 -0
  327. package/dist/types/kompendium/menu.d.ts +12 -0
  328. package/dist/types/kompendium/schema.d.ts +9 -0
  329. package/dist/types/kompendium/search.d.ts +3 -0
  330. package/dist/types/kompendium/source.d.ts +10 -0
  331. package/dist/types/kompendium/test/fixtures/basic.d.ts +65 -0
  332. package/dist/types/kompendium/test/fixtures/filtering/example-type.d.ts +8 -0
  333. package/dist/types/kompendium/test/fixtures/filtering/node-modules-type.d.ts +8 -0
  334. package/dist/types/kompendium/test/fixtures/filtering/private-types.d.ts +23 -0
  335. package/dist/types/kompendium/test/fixtures/filtering/stencil-component-types.d.ts +19 -0
  336. package/dist/types/kompendium/test/fixtures/filtering/test-helper-type.d.ts +8 -0
  337. package/dist/types/kompendium/test/fixtures/filtering/valid-types.d.ts +42 -0
  338. package/dist/types/kompendium/typedoc.d.ts +2 -0
  339. package/dist/types/kompendium/watch.d.ts +1 -0
  340. package/dist/types/stencil-public-runtime.d.ts +1746 -0
  341. package/dist/types/types.d.ts +119 -0
  342. package/dist/watch.ts +14 -0
  343. package/loader/cdn.js +1 -0
  344. package/loader/index.cjs.js +1 -0
  345. package/loader/index.d.ts +24 -0
  346. package/loader/index.es2017.js +1 -0
  347. package/loader/index.js +2 -0
  348. package/package.json +116 -0
@@ -0,0 +1,660 @@
1
+ /* Box sizing rules */
2
+ *,
3
+ *::before,
4
+ *::after {
5
+ box-sizing: border-box;
6
+ }
7
+
8
+ /* Remove default padding */
9
+ ul[class],
10
+ ol[class] {
11
+ padding: 0;
12
+ }
13
+
14
+ /* Remove default margin */
15
+ body,
16
+ h1,
17
+ h2,
18
+ h3,
19
+ h4,
20
+ p,
21
+ ul[class],
22
+ ol[class],
23
+ li,
24
+ figure,
25
+ figcaption,
26
+ blockquote,
27
+ dl,
28
+ dd {
29
+ margin: 0;
30
+ }
31
+
32
+ /* Remove list styles on ul, ol elements with a class attribute */
33
+ ul[class],
34
+ ol[class] {
35
+ list-style: none;
36
+ }
37
+
38
+ /* A elements that don't have a class get default styles */
39
+ a:not([class]) {
40
+ text-decoration-skip-ink: auto;
41
+ }
42
+
43
+ /* Make images easier to work with */
44
+ img {
45
+ max-width: 100%;
46
+ }
47
+
48
+ /* Natural flow and rhythm in articles by default */
49
+ /* Inherit fonts for inputs and buttons */
50
+ input,
51
+ button,
52
+ textarea,
53
+ select {
54
+ font: inherit;
55
+ }
56
+
57
+ /* Remove all animations and transitions for people that prefer not to see them */
58
+ @media (prefers-reduced-motion: reduce) {
59
+ * {
60
+ animation-duration: 0.01ms !important;
61
+ animation-iteration-count: 1 !important;
62
+ transition-duration: 0.01ms !important;
63
+ scroll-behavior: auto !important;
64
+ }
65
+ }
66
+ p,
67
+ a,
68
+ li {
69
+ font-size: 0.9375rem;
70
+ }
71
+
72
+ h1,
73
+ h2,
74
+ h3,
75
+ h4,
76
+ h5,
77
+ h6 {
78
+ margin-bottom: 0.5rem;
79
+ font-weight: normal;
80
+ font-weight: 500;
81
+ }
82
+
83
+ h1 {
84
+ font-size: 2rem;
85
+ line-height: 2.25rem;
86
+ margin-top: 1.5rem;
87
+ letter-spacing: -0.0625rem;
88
+ font-weight: 400;
89
+ }
90
+
91
+ h2 {
92
+ font-size: 1.625rem;
93
+ line-height: 1.25rem;
94
+ margin-top: 1.25rem;
95
+ margin-bottom: 1rem;
96
+ }
97
+
98
+ h3 {
99
+ font-size: 1.375rem;
100
+ line-height: 1.5rem;
101
+ margin-top: 1rem;
102
+ }
103
+
104
+ h4 {
105
+ font-size: 1.25rem;
106
+ line-height: 1.25rem;
107
+ margin-top: 1rem;
108
+ }
109
+
110
+ h5 {
111
+ font-size: 1.125rem;
112
+ line-height: 1.125rem;
113
+ margin-top: 0.75rem;
114
+ }
115
+
116
+ h6 {
117
+ font-size: 1rem;
118
+ font-variant: all-small-caps;
119
+ letter-spacing: 0.0625rem;
120
+ }
121
+
122
+ p,
123
+ blockquote {
124
+ margin-top: 0;
125
+ margin-bottom: 0.5rem;
126
+ }
127
+ p:only-child,
128
+ blockquote:only-child {
129
+ margin-bottom: 0;
130
+ }
131
+
132
+ a {
133
+ transition: color 0.2s ease;
134
+ color: rgb(var(--kompendium-color-blue-default));
135
+ text-decoration: none;
136
+ border-radius: 0.125rem;
137
+ }
138
+ a:hover {
139
+ color: rgb(var(--kompendium-color-blue-light));
140
+ }
141
+ a:focus {
142
+ outline: none;
143
+ }
144
+ a:focus-visible {
145
+ outline: none;
146
+ box-shadow: var(--kompendium-shadow-depth-8-focused);
147
+ }
148
+
149
+ ul {
150
+ list-style: none;
151
+ }
152
+ ul li {
153
+ position: relative;
154
+ margin-left: 0.75rem;
155
+ }
156
+ ul li:before {
157
+ content: "";
158
+ position: absolute;
159
+ left: -0.5rem;
160
+ top: 0.625rem;
161
+ width: 0.25rem;
162
+ height: 0.25rem;
163
+ border-radius: 50%;
164
+ background-color: rgb(var(--kompendium-contrast-700));
165
+ display: block;
166
+ }
167
+
168
+ ol {
169
+ list-style: decimal inside;
170
+ }
171
+
172
+ ol,
173
+ ul {
174
+ padding-left: 0;
175
+ margin-top: 0;
176
+ }
177
+
178
+ ul ul,
179
+ ul ol,
180
+ ol ol,
181
+ ol ul {
182
+ margin: 0.9375rem 0 0.9375rem 1.875rem;
183
+ font-size: 90%;
184
+ }
185
+
186
+ li {
187
+ margin-bottom: 0.625rem;
188
+ }
189
+
190
+ th,
191
+ td {
192
+ padding: 0.75rem 1rem;
193
+ text-align: left;
194
+ border-bottom: 1px solid rgb(var(--kompendium-contrast-600));
195
+ }
196
+
197
+ th:first-child,
198
+ td:first-child {
199
+ padding-left: 0;
200
+ }
201
+
202
+ th:last-child,
203
+ td:last-child {
204
+ padding-right: 0;
205
+ }
206
+
207
+ hr {
208
+ margin: 1.75rem 0 2rem 0;
209
+ border-width: 0;
210
+ border-top: 1px solid rgb(var(--kompendium-contrast-600));
211
+ }
212
+
213
+ kbd {
214
+ font-family: var(--kompendium-font-code);
215
+ font-size: 0.875rem;
216
+ font-weight: 600;
217
+ color: rgb(var(--kompendium-contrast-1000));
218
+ background-color: rgb(var(--kompendium-contrast-200));
219
+ white-space: pre;
220
+ word-spacing: normal;
221
+ word-break: normal;
222
+ word-wrap: normal;
223
+ line-height: normal;
224
+ padding: 0.125rem 0.5rem;
225
+ margin: 0 0.25rem;
226
+ box-shadow: var(--kompendium-button-shadow-normal), 0 0.03125rem 0.21875rem 0 rgba(var(--kompendium-contrast-100), 0.5) inset;
227
+ border-radius: 0.25rem;
228
+ border-style: solid;
229
+ border-color: rgba(var(--kompendium-contrast-600), 0.8);
230
+ border-width: 0 1px 0.125rem 1px;
231
+ }
232
+ @media (prefers-color-scheme: dark) {
233
+ kbd:not([data-theme=force-light]) {
234
+ background-color: rgb(var(--kompendium-contrast-200));
235
+ color: rgb(var(--kompendium-contrast-1100));
236
+ border-color: rgba(var(--kompendium-contrast-500), 0.8);
237
+ }
238
+ }
239
+ kbd[data-theme=force-dark] {
240
+ background-color: rgb(var(--kompendium-contrast-200));
241
+ color: rgb(var(--kompendium-contrast-1100));
242
+ border-color: rgba(var(--kompendium-contrast-500), 0.8);
243
+ }
244
+ @media (prefers-color-scheme: dark) {
245
+ :host(:not([data-theme=force-light])) kbd {
246
+ background-color: rgb(var(--kompendium-contrast-200));
247
+ color: rgb(var(--kompendium-contrast-1100));
248
+ border-color: rgba(var(--kompendium-contrast-500), 0.8);
249
+ }
250
+ }
251
+ :host([data-theme=force-dark]) kbd {
252
+ background-color: rgb(var(--kompendium-contrast-200));
253
+ color: rgb(var(--kompendium-contrast-1100));
254
+ border-color: rgba(var(--kompendium-contrast-500), 0.8);
255
+ }
256
+
257
+ :host {
258
+ display: block;
259
+ }
260
+
261
+ pre,
262
+ code {
263
+ font-family: var(--kompendium-font-code);
264
+ border-radius: 0.25rem;
265
+ font-size: 0.6875rem;
266
+ }
267
+ pre a,
268
+ code a {
269
+ font-size: 0.6875rem;
270
+ }
271
+
272
+ code {
273
+ background: rgba(var(--kompendium-contrast-1100), 0.05);
274
+ border: 1px solid rgba(var(--kompendium-contrast-1100), 0.1);
275
+ padding: 0.125rem 0.3125rem;
276
+ margin: 0 0.125rem;
277
+ white-space: pre-wrap;
278
+ color: rgb(var(--kompendium-contrast-1100));
279
+ }
280
+
281
+ pre > code {
282
+ display: block;
283
+ padding: 0.625rem 0.6375rem;
284
+ white-space: pre-wrap;
285
+ }
286
+
287
+ .value--false code {
288
+ color: rgb(var(--kompendium-color-code-magenta));
289
+ border-color: rgba(var(--kompendium-color-code-magenta), 0.2);
290
+ background-color: rgba(var(--kompendium-color-code-magenta), 0.1);
291
+ }
292
+
293
+ .value--true code {
294
+ color: rgb(var(--kompendium-color-code-green-dark));
295
+ border-color: rgba(var(--kompendium-color-code-green-dark), 0.2);
296
+ background-color: rgba(var(--kompendium-color-code-green-dark), 0.1);
297
+ }
298
+
299
+ dl {
300
+ display: grid;
301
+ grid-template-columns: 1fr 2fr;
302
+ grid-template-rows: 1fr;
303
+ margin-bottom: 2rem;
304
+ border: 1px solid rgb(var(--kompendium-contrast-500));
305
+ border-radius: 0.375rem;
306
+ background-color: rgb(var(--kompendium-contrast-300));
307
+ }
308
+ dl dt,
309
+ dl dd {
310
+ padding: 0.375rem 0.5rem;
311
+ font-size: 0.875rem;
312
+ }
313
+ dl dt:nth-of-type(even),
314
+ dl dd:nth-of-type(even) {
315
+ background-color: rgb(var(--kompendium-contrast-400));
316
+ }
317
+ dl dt:first-child {
318
+ border-top-left-radius: 0.375rem;
319
+ }
320
+ dl dt:last-child {
321
+ border-bottom-left-radius: 0.375rem;
322
+ }
323
+ dl dd:first-child {
324
+ border-top-right-radius: 0.375rem;
325
+ }
326
+ dl dd:last-child {
327
+ border-bottom-right-radius: 0.375rem;
328
+ }
329
+
330
+ dl,
331
+ dt,
332
+ dd {
333
+ transition: background-color 0.3s ease 0.05s, border-color 0.3s ease 0.05s;
334
+ }
335
+
336
+ :root[data-theme=system-default] {
337
+ color-scheme: dark light;
338
+ }
339
+
340
+ :root[data-theme=force-light] {
341
+ color-scheme: light;
342
+ }
343
+
344
+ :root[data-theme=force-dark] {
345
+ color-scheme: dark;
346
+ }
347
+
348
+ :root {
349
+ --kompendium-color-primary: 33, 150, 243;
350
+ --kompendium-color-error: 229, 115, 115;
351
+ --kompendium-color-white: 255, 255, 255;
352
+ --kompendium-color-black: 0, 0, 0;
353
+ --kompendium-contrast-100: 255, 255, 255;
354
+ --kompendium-contrast-200: 250, 250, 251;
355
+ --kompendium-contrast-300: 246, 246, 247;
356
+ --kompendium-contrast-400: 241, 241, 243;
357
+ --kompendium-contrast-500: 237, 237, 238;
358
+ --kompendium-contrast-600: 232, 232, 234;
359
+ --kompendium-contrast-700: 209, 209, 213;
360
+ --kompendium-contrast-800: 186, 186, 192;
361
+ --kompendium-contrast-900: 140, 140, 150;
362
+ --kompendium-contrast-1000: 117, 117, 128;
363
+ --kompendium-contrast-1100: 94, 94, 108;
364
+ --kompendium-contrast-1200: 71, 71, 86;
365
+ --kompendium-contrast-1300: 48, 48, 66;
366
+ --kompendium-contrast-1400: 39, 39, 57;
367
+ --kompendium-contrast-1500: 35, 35, 53;
368
+ --kompendium-contrast-1600: 25, 25, 44;
369
+ --kompendium-contrast-1700: 20, 20, 37;
370
+ --kompendium-color-red-light: 229, 115, 115;
371
+ --kompendium-color-red-default: 244, 67, 54;
372
+ --kompendium-color-blue-light: 100, 181, 246;
373
+ --kompendium-color-blue-default: 33, 150, 243;
374
+ --kompendium-color-green-light: 129, 199, 132;
375
+ --kompendium-color-green-default: 76, 175, 80;
376
+ --kompendium-color-amber-light: 255, 213, 79;
377
+ --kompendium-color-amber-default: 255, 193, 7;
378
+ --kompendium-color-orange-light: 255, 183, 77;
379
+ --kompendium-color-orange-default: 255, 152, 0;
380
+ }
381
+ @media (prefers-color-scheme: dark) {
382
+ :root:not([data-theme=force-light]) {
383
+ --kompendium-color-primary: 30, 136, 229;
384
+ --kompendium-color-error: 229, 57, 53;
385
+ --kompendium-contrast-100: 20, 20, 37;
386
+ --kompendium-contrast-200: 25, 25, 44;
387
+ --kompendium-contrast-300: 35, 35, 53;
388
+ --kompendium-contrast-400: 39, 39, 57;
389
+ --kompendium-contrast-500: 48, 48, 66;
390
+ --kompendium-contrast-600: 71, 71, 86;
391
+ --kompendium-contrast-700: 94, 94, 108;
392
+ --kompendium-contrast-800: 117, 117, 128;
393
+ --kompendium-contrast-900: 140, 140, 150;
394
+ --kompendium-contrast-1000: 186, 186, 192;
395
+ --kompendium-contrast-1100: 209, 209, 213;
396
+ --kompendium-contrast-1200: 232, 232, 234;
397
+ --kompendium-contrast-1300: 237, 237, 238;
398
+ --kompendium-contrast-1400: 241, 241, 243;
399
+ --kompendium-contrast-1500: 246, 246, 247;
400
+ --kompendium-contrast-1600: 250, 250, 251;
401
+ --kompendium-contrast-1700: 255, 255, 255;
402
+ --kompendium-color-red-light: 240, 87, 80;
403
+ --kompendium-color-red-default: 229, 57, 53;
404
+ --kompendium-color-blue-light: 66, 165, 245;
405
+ --kompendium-color-blue-default: 30, 136, 229;
406
+ --kompendium-color-green-light: 102, 187, 106;
407
+ --kompendium-color-green-default: 67, 160, 71;
408
+ --kompendium-color-amber-light: 255, 207, 61;
409
+ --kompendium-color-amber-default: 255, 176, 59;
410
+ --kompendium-color-orange-light: 255, 167, 38;
411
+ --kompendium-color-orange-default: 251, 140, 0;
412
+ }
413
+ }
414
+ :root[data-theme=force-dark] {
415
+ --kompendium-color-primary: 30, 136, 229;
416
+ --kompendium-color-error: 229, 57, 53;
417
+ --kompendium-contrast-100: 20, 20, 37;
418
+ --kompendium-contrast-200: 25, 25, 44;
419
+ --kompendium-contrast-300: 35, 35, 53;
420
+ --kompendium-contrast-400: 39, 39, 57;
421
+ --kompendium-contrast-500: 48, 48, 66;
422
+ --kompendium-contrast-600: 71, 71, 86;
423
+ --kompendium-contrast-700: 94, 94, 108;
424
+ --kompendium-contrast-800: 117, 117, 128;
425
+ --kompendium-contrast-900: 140, 140, 150;
426
+ --kompendium-contrast-1000: 186, 186, 192;
427
+ --kompendium-contrast-1100: 209, 209, 213;
428
+ --kompendium-contrast-1200: 232, 232, 234;
429
+ --kompendium-contrast-1300: 237, 237, 238;
430
+ --kompendium-contrast-1400: 241, 241, 243;
431
+ --kompendium-contrast-1500: 246, 246, 247;
432
+ --kompendium-contrast-1600: 250, 250, 251;
433
+ --kompendium-contrast-1700: 255, 255, 255;
434
+ --kompendium-color-red-light: 240, 87, 80;
435
+ --kompendium-color-red-default: 229, 57, 53;
436
+ --kompendium-color-blue-light: 66, 165, 245;
437
+ --kompendium-color-blue-default: 30, 136, 229;
438
+ --kompendium-color-green-light: 102, 187, 106;
439
+ --kompendium-color-green-default: 67, 160, 71;
440
+ --kompendium-color-amber-light: 255, 207, 61;
441
+ --kompendium-color-amber-default: 255, 176, 59;
442
+ --kompendium-color-orange-light: 255, 167, 38;
443
+ --kompendium-color-orange-default: 251, 140, 0;
444
+ }
445
+ @media (prefers-color-scheme: dark) {
446
+ :host(:not([data-theme=force-light])) :root {
447
+ --kompendium-color-primary: 30, 136, 229;
448
+ --kompendium-color-error: 229, 57, 53;
449
+ --kompendium-contrast-100: 20, 20, 37;
450
+ --kompendium-contrast-200: 25, 25, 44;
451
+ --kompendium-contrast-300: 35, 35, 53;
452
+ --kompendium-contrast-400: 39, 39, 57;
453
+ --kompendium-contrast-500: 48, 48, 66;
454
+ --kompendium-contrast-600: 71, 71, 86;
455
+ --kompendium-contrast-700: 94, 94, 108;
456
+ --kompendium-contrast-800: 117, 117, 128;
457
+ --kompendium-contrast-900: 140, 140, 150;
458
+ --kompendium-contrast-1000: 186, 186, 192;
459
+ --kompendium-contrast-1100: 209, 209, 213;
460
+ --kompendium-contrast-1200: 232, 232, 234;
461
+ --kompendium-contrast-1300: 237, 237, 238;
462
+ --kompendium-contrast-1400: 241, 241, 243;
463
+ --kompendium-contrast-1500: 246, 246, 247;
464
+ --kompendium-contrast-1600: 250, 250, 251;
465
+ --kompendium-contrast-1700: 255, 255, 255;
466
+ --kompendium-color-red-light: 240, 87, 80;
467
+ --kompendium-color-red-default: 229, 57, 53;
468
+ --kompendium-color-blue-light: 66, 165, 245;
469
+ --kompendium-color-blue-default: 30, 136, 229;
470
+ --kompendium-color-green-light: 102, 187, 106;
471
+ --kompendium-color-green-default: 67, 160, 71;
472
+ --kompendium-color-amber-light: 255, 207, 61;
473
+ --kompendium-color-amber-default: 255, 176, 59;
474
+ --kompendium-color-orange-light: 255, 167, 38;
475
+ --kompendium-color-orange-default: 251, 140, 0;
476
+ }
477
+ }
478
+ :host([data-theme=force-dark]) :root {
479
+ --kompendium-color-primary: 30, 136, 229;
480
+ --kompendium-color-error: 229, 57, 53;
481
+ --kompendium-contrast-100: 20, 20, 37;
482
+ --kompendium-contrast-200: 25, 25, 44;
483
+ --kompendium-contrast-300: 35, 35, 53;
484
+ --kompendium-contrast-400: 39, 39, 57;
485
+ --kompendium-contrast-500: 48, 48, 66;
486
+ --kompendium-contrast-600: 71, 71, 86;
487
+ --kompendium-contrast-700: 94, 94, 108;
488
+ --kompendium-contrast-800: 117, 117, 128;
489
+ --kompendium-contrast-900: 140, 140, 150;
490
+ --kompendium-contrast-1000: 186, 186, 192;
491
+ --kompendium-contrast-1100: 209, 209, 213;
492
+ --kompendium-contrast-1200: 232, 232, 234;
493
+ --kompendium-contrast-1300: 237, 237, 238;
494
+ --kompendium-contrast-1400: 241, 241, 243;
495
+ --kompendium-contrast-1500: 246, 246, 247;
496
+ --kompendium-contrast-1600: 250, 250, 251;
497
+ --kompendium-contrast-1700: 255, 255, 255;
498
+ --kompendium-color-red-light: 240, 87, 80;
499
+ --kompendium-color-red-default: 229, 57, 53;
500
+ --kompendium-color-blue-light: 66, 165, 245;
501
+ --kompendium-color-blue-default: 30, 136, 229;
502
+ --kompendium-color-green-light: 102, 187, 106;
503
+ --kompendium-color-green-default: 67, 160, 71;
504
+ --kompendium-color-amber-light: 255, 207, 61;
505
+ --kompendium-color-amber-default: 255, 176, 59;
506
+ --kompendium-color-orange-light: 255, 167, 38;
507
+ --kompendium-color-orange-default: 251, 140, 0;
508
+ }
509
+
510
+ :root {
511
+ --kompendium-color-code-pink: 216, 27, 96; /* #d81b60 */
512
+ --kompendium-color-code-magenta: 156, 22, 87; /* #9c1657 */
513
+ --kompendium-color-code-blue: 33, 150, 243; /* #2196f3 */
514
+ --kompendium-color-code-orange: 245, 124, 0; /* #f57c00 */
515
+ --kompendium-color-code-yellow: 255, 87, 34; /* #ff5722 */
516
+ --kompendium-color-code-purple: 149, 117, 205; /* #9575cd */
517
+ --kompendium-color-code-green-light: 53, 196, 84;
518
+ --kompendium-color-code-green-dark: 85, 139, 47; /* #558b2f */
519
+ --kompendium-color-code-turquoise: 0, 151, 167; /* #0097a7 */
520
+ --kompendium-color-code-gray-lighter: 71, 71, 86;
521
+ --kompendium-color-code-gray-light: var(--kompendium-contrast-1100);
522
+ --kompendium-color-code-gray-dark: var(--kompendium-contrast-1200);
523
+ --kompendium-color-code-background: var(--kompendium-contrast-200);
524
+ }
525
+ @media (prefers-color-scheme: dark) {
526
+ :root:not([data-theme=force-light]) {
527
+ --kompendium-color-code-pink: 226, 119, 122;
528
+ --kompendium-color-code-magenta: 232, 62, 140;
529
+ --kompendium-color-code-blue: 97, 150, 204;
530
+ --kompendium-color-code-orange: 255, 152, 0;
531
+ --kompendium-color-code-yellow: 255, 213, 79;
532
+ --kompendium-color-code-purple: 206, 147, 216;
533
+ --kompendium-color-code-green-light: 174, 213, 129;
534
+ --kompendium-color-code-green-dark: 53, 196, 84;
535
+ --kompendium-color-code-turquoise: 103, 205, 204;
536
+ --kompendium-color-code-gray-lighter: 117, 117, 128;
537
+ }
538
+ }
539
+ :root[data-theme=force-dark] {
540
+ --kompendium-color-code-pink: 226, 119, 122;
541
+ --kompendium-color-code-magenta: 232, 62, 140;
542
+ --kompendium-color-code-blue: 97, 150, 204;
543
+ --kompendium-color-code-orange: 255, 152, 0;
544
+ --kompendium-color-code-yellow: 255, 213, 79;
545
+ --kompendium-color-code-purple: 206, 147, 216;
546
+ --kompendium-color-code-green-light: 174, 213, 129;
547
+ --kompendium-color-code-green-dark: 53, 196, 84;
548
+ --kompendium-color-code-turquoise: 103, 205, 204;
549
+ --kompendium-color-code-gray-lighter: 117, 117, 128;
550
+ }
551
+ @media (prefers-color-scheme: dark) {
552
+ :host(:not([data-theme=force-light])) :root {
553
+ --kompendium-color-code-pink: 226, 119, 122;
554
+ --kompendium-color-code-magenta: 232, 62, 140;
555
+ --kompendium-color-code-blue: 97, 150, 204;
556
+ --kompendium-color-code-orange: 255, 152, 0;
557
+ --kompendium-color-code-yellow: 255, 213, 79;
558
+ --kompendium-color-code-purple: 206, 147, 216;
559
+ --kompendium-color-code-green-light: 174, 213, 129;
560
+ --kompendium-color-code-green-dark: 53, 196, 84;
561
+ --kompendium-color-code-turquoise: 103, 205, 204;
562
+ --kompendium-color-code-gray-lighter: 117, 117, 128;
563
+ }
564
+ }
565
+ :host([data-theme=force-dark]) :root {
566
+ --kompendium-color-code-pink: 226, 119, 122;
567
+ --kompendium-color-code-magenta: 232, 62, 140;
568
+ --kompendium-color-code-blue: 97, 150, 204;
569
+ --kompendium-color-code-orange: 255, 152, 0;
570
+ --kompendium-color-code-yellow: 255, 213, 79;
571
+ --kompendium-color-code-purple: 206, 147, 216;
572
+ --kompendium-color-code-green-light: 174, 213, 129;
573
+ --kompendium-color-code-green-dark: 53, 196, 84;
574
+ --kompendium-color-code-turquoise: 103, 205, 204;
575
+ --kompendium-color-code-gray-lighter: 117, 117, 128;
576
+ }
577
+
578
+ .admonition {
579
+ --size-of-admonition-icon: 2.5rem;
580
+ --border-radius-of-admonition-icon: 0.5rem;
581
+ border-radius: var(--border-radius-of-admonition-icon);
582
+ background-color: rgb(var(--kompendium-contrast-400));
583
+ margin: 0.75rem 0 1rem 0;
584
+ padding: 0.5rem 0.5rem 0.75rem 0.5rem;
585
+ position: relative;
586
+ }
587
+ .admonition:before {
588
+ content: "";
589
+ width: var(--size-of-admonition-icon);
590
+ position: absolute;
591
+ left: 0;
592
+ top: 0;
593
+ bottom: 0;
594
+ display: block;
595
+ border-radius: var(--border-radius-of-admonition-icon) 0 0 var(--border-radius-of-admonition-icon);
596
+ background-position: top center;
597
+ background-repeat: no-repeat;
598
+ background-size: contain;
599
+ background-color: #eaeaea;
600
+ }
601
+ .admonition-tip:before {
602
+ background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="1.5" clip-rule="evenodd" viewBox="0 0 400 400"><defs/><path fill="none" d="M0 0h400v400H0z"/><circle cx="200" cy="200" r="140.5" fill="%23ffd54f" fill-opacity=".2"/><circle cx="200" cy="200" r="119.072" fill="%23ffd54f" fill-opacity=".3"/><circle cx="200" cy="200" r="99.5" fill="%23ffd54f"/><path fill="%23fff" fill-rule="nonzero" d="M265.384 201.1c0-38.426-33.52-69.494-72.764-64.589-28.615 3.27-52.325 26.163-57.231 54.778-3.27 21.257 4.088 41.696 17.17 55.595 9.81 9.811 14.716 22.892 14.716 36.791h65.406c0-13.081 4.906-26.98 13.899-35.973 11.446-13.082 18.804-28.616 18.804-46.602z"/><path fill="none" stroke="%23ffd54f" stroke-width="8" d="M213.2 194.58C224 188 238 196 231.751 204.881c-9.583 13.619-57.987 11.566-63.709-1.805-3.689-8.622 8.958-14.076 19.439-8.496C196.151 199.196 200.5 207 200.5 224v4"/><path fill="%23446c80" fill-rule="nonzero" d="M232.681 283.675h-65.406c0 18.532 14.171 32.703 32.703 32.703 18.532 0 32.703-14.171 32.703-32.703z"/></svg>');
603
+ background-color: rgba(var(--kompendium-color-code-yellow), 0.2);
604
+ }
605
+ .admonition-note:before {
606
+ background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 400 400"><defs/><path fill="none" d="M0 0h400v400H0z"/><circle cx="200" cy="200" r="119.072" fill="%2381c784" fill-opacity=".3"/><circle cx="200" cy="200" r="99.5" fill="%2381c784"/><path fill="%23fff" d="M200.011 145.221c-5.042 0-9.129 4.136-9.129 9.102v54.834a9.094 9.094 0 009.129 9.103c5.043 0 9.13-4.136 9.13-9.103v-54.834a9.093 9.093 0 00-9.13-9.102zm0 109.558a9.13 9.13 0 009.13-9.13 9.129 9.129 0 00-9.13-9.129 9.129 9.129 0 00-9.129 9.129 9.129 9.129 0 009.129 9.13z"/></svg>');
607
+ background-color: rgba(var(--kompendium-color-code-green-dark), 0.1);
608
+ }
609
+ .admonition-warning:before {
610
+ background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 400 400"><defs/><path fill="none" d="M0 0h400v400H0z"/><path fill="%23f44336" d="M187.167 113.32c7.091-11.474 18.606-11.446 25.681 0l87.906 142.221c9.467 15.317 2.571 27.734-15.394 27.734H114.655c-17.97 0-24.892-12.367-15.395-27.734l87.907-142.221z"/><path fill="%23fff" d="M200.011 155.052c-5.042 0-9.129 4.136-9.129 9.103v54.833a9.094 9.094 0 009.129 9.103c5.043 0 9.13-4.136 9.13-9.103v-54.833a9.093 9.093 0 00-9.13-9.103zm0 109.558a9.13 9.13 0 009.13-9.13 9.129 9.129 0 00-9.13-9.129 9.129 9.129 0 00-9.129 9.129 9.129 9.129 0 009.129 9.13z"/></svg>');
611
+ background-color: rgba(var(--kompendium-color-code-pink), 0.2);
612
+ }
613
+ .admonition-danger:before {
614
+ background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 400 400"><defs/><path fill="none" d="M0 0h400v400H0z"/><path fill="%23446c80" d="M100.7 233.141c-5.6-12.935-8.7-27.173-8.7-42.122C92 131.954 140.393 84 200 84s108 47.954 108 107.019c0 14.949-3.1 29.187-8.7 42.122-4.582 26.722-21.33 48.534-43.425 57.687v12.728c0 10.357-8.485 18.764-18.935 18.764-9.066 0-16.653-6.327-18.504-14.765-1.962 8.291-9.477 14.47-18.436 14.47-9.012 0-16.562-6.251-18.47-14.615-1.909 8.364-9.459 14.615-18.47 14.615-10.45 0-18.935-8.407-18.935-18.764v-12.433c-22.096-9.154-38.844-30.967-43.425-57.687z"/><path fill="%23fff" fill-opacity=".2" d="M213.322 264.164c-3.328 3.135-23.317 3.135-26.644 0-3.332-3.136-3.332-4.928 0-11.199 2.328-4.703 9.832-17.022 13.322-17.022 3.489 0 10.993 12.319 13.322 17.022 3.331 6.271 3.331 8.063 0 11.199z"/><path fill="%23fff" d="M150.179 213.14c12.03 0 21.797 9.678 21.797 21.599s-9.767 21.599-21.797 21.599c-12.03 0-21.797-9.678-21.797-21.599s9.767-21.599 21.797-21.599zm100.844 12.114l8.678-8.598c2.635-2.612 6.896-2.624 9.557.014 2.644 2.619 2.618 6.891.015 9.47l-8.678 8.599 8.678 8.599a6.637 6.637 0 01-.015 9.47c-2.643 2.619-6.954 2.594-9.557.014l-8.678-8.598-8.677 8.598c-2.635 2.612-6.896 2.624-9.558-.014-2.643-2.619-2.617-6.89-.014-9.47l8.678-8.599-8.678-8.599a6.638 6.638 0 01.014-9.47c2.644-2.619 6.954-2.594 9.558-.014l8.677 8.598z"/></svg>');
615
+ background-color: rgba(var(--kompendium-color-code-gray-dark), 0.1);
616
+ }
617
+ .admonition-info:before {
618
+ background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 400 400"><defs/><path fill="none" d="M0 0h400v400H0z"/><path fill="%232196f3" fill-rule="nonzero" d="M229.238 275.304c-.075.025-6.987 2.325-12.987 2.325-3.312 0-4.65-.687-5.075-.987-2.1-1.463-6-4.2.675-17.5l12.5-24.924c7.412-14.8 8.512-29.112 3.062-40.312-4.45-9.162-12.987-15.449-23.999-17.699a59.668 59.668 0 00-11.975-1.213c-23.112 0-38.674 13.5-39.324 14.075a6.262 6.262 0 00-1.275 7.825 6.244 6.244 0 007.438 2.775c.062-.025 6.987-2.338 12.987-2.338 3.287 0 4.612.688 5.025.975 2.112 1.475 6.024 4.25-.638 17.525l-12.499 24.937c-7.425 14.812-8.513 29.124-3.063 40.311 4.45 9.162 12.975 15.449 24.012 17.699 3.925.788 7.95 1.213 11.925 1.213 23.124 0 38.698-13.5 39.348-14.075 2.238-1.962 2.763-5.25 1.275-7.825-1.5-2.562-4.612-3.712-7.412-2.787zm-10.487-175.295c17.247 0 31.249 14.002 31.249 31.249s-14.002 31.249-31.249 31.249-31.249-14.002-31.249-31.249 14.002-31.249 31.249-31.249z"/></svg>');
619
+ background-color: rgba(var(--kompendium-color-code-turquoise), 0.2);
620
+ }
621
+ .admonition-important:before {
622
+ background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="2" clip-rule="evenodd" viewBox="0 0 400 400"><defs/><path fill="none" d="M0 0h400v400H0z"/><path fill="%23ffd54f" fill-rule="nonzero" d="M254.158 293c-2.499 0-4.941-.558-7.205-1.628a9.33 9.33 0 01-1.16-.569l-45.807-26.132-45.806 26.143c-.39.223-.781.413-1.182.591-5.443 2.543-12.101 1.941-16.964-1.595-5.231-3.792-7.819-10.406-6.536-16.83l10.674-51.773c-4.172-3.793-10.73-9.76-17.868-16.251l-21.135-19.239a8.364 8.364 0 01-.87-.915c-4.183-4.416-5.677-10.818-3.792-16.64 1.929-5.845 6.915-10.172 12.937-11.254.38-.089.748-.156 1.138-.201l52.431-5.811 21.705-48.07a7.66 7.66 0 01.669-1.227A16.72 16.72 0 01199.986 93c6.057 0 11.644 3.324 14.6 8.588.234.402.457.814.669 1.249l21.727 48.093 52.431 5.811c.379.033.759.1 1.16.189 6.012 1.116 10.997 5.421 12.916 11.287 1.896 5.811.39 12.247-3.793 16.663-.267.29-.568.603-.87.87l-39.014 35.512 10.674 51.662c1.26 6.547-1.316 13.139-6.58 16.942a16.602 16.602 0 01-9.748 3.134z"/><circle cx="255.5" cy="127.5" r="14.5" fill="%23ffd54f" fill-opacity=".5"/><circle cx="144.5" cy="127.5" r="14.5" fill="%23ffd54f" fill-opacity=".5"/><circle cx="287.5" cy="229.5" r="14.5" fill="%23ffd54f" fill-opacity=".5"/><circle cx="113.5" cy="229.5" r="14.5" fill="%23ffd54f" fill-opacity=".5"/><circle cx="200" cy="297.5" r="14.5" fill="%23ffd54f" fill-opacity=".5"/></svg>');
623
+ background-color: rgba(var(--kompendium-color-code-gray-dark), 0.4);
624
+ }
625
+
626
+ .admonition-heading {
627
+ margin-bottom: 0.375rem;
628
+ }
629
+ .admonition-heading h5 {
630
+ color: rgb(var(--kompendium-contrast-1100));
631
+ margin: 0;
632
+ font-size: 0.9375rem;
633
+ padding: 0.125rem 0 0 var(--size-of-admonition-icon);
634
+ }
635
+ .admonition-heading h5::first-letter {
636
+ text-transform: capitalize;
637
+ }
638
+
639
+ .admonition-content {
640
+ padding-left: var(--size-of-admonition-icon);
641
+ }
642
+ .admonition-content p:first-child {
643
+ margin-top: 0;
644
+ }
645
+ .admonition-content p:only-child {
646
+ margin-bottom: 0;
647
+ }
648
+
649
+ @media (max-width: 600px) {
650
+ .admonition {
651
+ --size-of-admonition-icon: 2rem;
652
+ }
653
+ }
654
+ blockquote {
655
+ border-left-color: rgb(var(--kompendium-contrast-700));
656
+ border-left-style: solid;
657
+ border-left-width: 0.25rem;
658
+ color: rgb(var(--kompendium-contrast-1100));
659
+ padding-left: 1rem;
660
+ }