From 7d8409448b0939f83272ffcea30204b96b917f87 Mon Sep 17 00:00:00 2001 From: wcmio-site-deploy <78385463+wcmio-site-deploy@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:48:49 +0000 Subject: [PATCH] Maven site: wcm-io-devops/conga-aem-definitions --- conga/definitions/aem/changes-report.html | 16 +- .../aem/css/highlightjs-style-github.min.css | 11 +- conga/definitions/aem/css/reflow-skin.css | 39 + conga/definitions/aem/dependencies.html | 196 +-- conga/definitions/aem/index.html | 8 +- conga/definitions/aem/js/highlight.min.js | 1384 ++++++++++++++++- conga/definitions/aem/js/jquery.min.js | 10 +- conga/definitions/aem/js/json5.min.js | 1 + .../aem/js/reflow-json-jcr-convert.js | 217 +++ conga/definitions/aem/js/reflow-skin.js | 2 +- conga/definitions/aem/licenses.html | 8 +- conga/definitions/aem/project-info.html | 8 +- conga/definitions/aem/project-reports.html | 22 +- conga/definitions/aem/scm.html | 8 +- conga/definitions/aem/summary.html | 8 +- conga/definitions/aem/usage.html | 8 +- 16 files changed, 1794 insertions(+), 152 deletions(-) create mode 100644 conga/definitions/aem/js/json5.min.js create mode 100644 conga/definitions/aem/js/reflow-json-jcr-convert.js diff --git a/conga/definitions/aem/changes-report.html b/conga/definitions/aem/changes-report.html index f75dfa37b..fae054778 100644 --- a/conga/definitions/aem/changes-report.html +++ b/conga/definitions/aem/changes-report.html @@ -1,8 +1,8 @@ @@ -1807,17 +1807,11 @@

Release 0.5.0 – 2015-07-08

  • Project Information
  • -
  • +
  • Project Reports
  • @@ -1835,7 +1829,7 @@

    Release 0.5.0 – 2015-07-08

    Back to top

    -

    Version: 2.0.5-SNAPSHOT. Last Published: 2024-10-14.

    +

    Version: 2.0.5-SNAPSHOT. Last Published: 2024-12-09.

    @@ -1846,6 +1840,8 @@

    Release 0.5.0 – 2015-07-08

    + + diff --git a/conga/definitions/aem/css/highlightjs-style-github.min.css b/conga/definitions/aem/css/highlightjs-style-github.min.css index 5477a1b9d..275239a7a 100644 --- a/conga/definitions/aem/css/highlightjs-style-github.min.css +++ b/conga/definitions/aem/css/highlightjs-style-github.min.css @@ -1 +1,10 @@ -.hljs{display:block;overflow-x:auto;padding:0.5em;color:#333;background:#f8f8f8}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:bold}.hljs-number,.hljs-literal,.hljs-variable,.hljs-template-variable,.hljs-tag .hljs-attr{color:#008080}.hljs-string,.hljs-doctag{color:#d14}.hljs-title,.hljs-section,.hljs-selector-id{color:#900;font-weight:bold}.hljs-subst{font-weight:normal}.hljs-type,.hljs-class .hljs-title{color:#458;font-weight:bold}.hljs-tag,.hljs-name,.hljs-attribute{color:#000080;font-weight:normal}.hljs-regexp,.hljs-link{color:#009926}.hljs-symbol,.hljs-bullet{color:#990073}.hljs-built_in,.hljs-builtin-name{color:#0086b3}.hljs-meta{color:#999;font-weight:bold}.hljs-deletion{background:#fdd}.hljs-addition{background:#dfd}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold} \ No newline at end of file +pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*! + Theme: GitHub + Description: Light theme as seen on github.com + Author: github.com + Maintainer: @Hirse + Updated: 2021-05-15 + + Outdated base version: https://github.com/primer/github-syntax-light + Current colors taken from GitHub's CSS +*/.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id,.hljs-variable{color:#005cc5}.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-code,.hljs-comment,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-pseudo,.hljs-selector-tag{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0} \ No newline at end of file diff --git a/conga/definitions/aem/css/reflow-skin.css b/conga/definitions/aem/css/reflow-skin.css index 1395beb6f..642f4f8fd 100644 --- a/conga/definitions/aem/css/reflow-skin.css +++ b/conga/definitions/aem/css/reflow-skin.css @@ -96,4 +96,43 @@ footer.well p, .subfooter { padding: 30px 0; +} + +/* Reset pre styling from bootstrap - styling is applied by highlight.js */ +pre { + background-color: unset; + padding: unset; +} +/* Switch background color of hljs code snippets */ +div.source pre code.hljs { + background-color: #f8f8f8; +} + +/* Source Tab */ +.source-tab-selection { + display: flex; +} +.source-tab-selection > div { + background-color: #fff; + padding: 5px; + margin-right: 2px; + font-size: smaller; + border-top: 1px solid rgba(0, 0, 0, 0.15); + border-left: 1px solid rgba(0, 0, 0, 0.15); + border-right: 1px solid rgba(0, 0, 0, 0.15); + border-top-left-radius: 5px; + border-top-right-radius: 5px; + cursor: pointer; +} +.source-tab-selection > div.active { + background-color: #f8f8f8; +} +.source-tab .source { + display:none; +} +.source-tab .source pre { + border-top-left-radius: 0; +} +.source-tab .source.active { + display:block; } \ No newline at end of file diff --git a/conga/definitions/aem/dependencies.html b/conga/definitions/aem/dependencies.html index 0de445a8c..07686d91a 100644 --- a/conga/definitions/aem/dependencies.html +++ b/conga/definitions/aem/dependencies.html @@ -1,8 +1,8 @@ @@ -122,28 +122,28 @@

    test

    org.hamcrest hamcrest-library - 2.2 + 3.0 jar - BSD License 3 + BSD-3-Clause org.junit.jupiter junit-jupiter - 5.10.1 + 5.11.3 jar Eclipse Public License v2.0 org.mockito mockito-core - 5.10.0 + 5.14.2 jar MIT org.mockito mockito-junit-jupiter - 5.10.0 + 5.14.2 jar MIT @@ -174,7 +174,7 @@

    provided

    org.jetbrains annotations - 24.1.0 + 26.0.1 jar The Apache Software License, Version 2.0 @@ -202,14 +202,14 @@

    test

    net.bytebuddy byte-buddy - 1.14.11 + 1.15.4 jar Apache License, Version 2.0 net.bytebuddy byte-buddy-agent - 1.14.11 + 1.15.4 jar Apache License, Version 2.0 @@ -223,49 +223,49 @@

    test

    org.hamcrest hamcrest - 2.2 + 3.0 jar - BSD License 3 + BSD-3-Clause org.hamcrest hamcrest-core - 2.2 + 3.0 jar - BSD License 3 + BSD-3-Clause org.junit.jupiter junit-jupiter-api - 5.10.1 + 5.11.3 jar Eclipse Public License v2.0 org.junit.jupiter junit-jupiter-engine - 5.10.1 + 5.11.3 jar Eclipse Public License v2.0 org.junit.jupiter junit-jupiter-params - 5.10.1 + 5.11.3 jar Eclipse Public License v2.0 org.junit.platform junit-platform-commons - 1.10.1 + 1.11.3 jar Eclipse Public License v2.0 org.junit.platform junit-platform-engine - 1.10.1 + 1.11.3 jar Eclipse Public License v2.0 @@ -327,7 +327,7 @@

    Dependency Tree