From e611d0cc8add7b4930b8a82b56e8c55d5c5a6ad6 Mon Sep 17 00:00:00 2001
From: remko48 <43807324+remko48@users.noreply.github.com>
Date: Fri, 26 Jan 2024 10:00:24 +0000
Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20Conducti?=
=?UTF-8?q?onNL/waardepapieren-scan-app@c5c75825653b0a61cf7d070893f9ea5d88?=
=?UTF-8?q?65d45b=20=F0=9F=9A=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.development | 6 +-
.env.production | 3 +-
404.html | 12 +-
404/index.html | 12 +-
[id]/index.html | 12 +-
[id]/resultPage/index.html | 12 +-
_gatsby/slices/_gatsby-scripts-1.html | 4 +-
app-923a2546b3bd542bea91.js | 173 ------------------
app-923a2546b3bd542bea91.js.map | 1 -
app-e2cfa82d4150d51b581a.js | 173 ++++++++++++++++++
...=> app-e2cfa82d4150d51b581a.js.LICENSE.txt | 0
app-e2cfa82d4150d51b581a.js.map | 1 +
...e8985b9779f94f5f1b-114733af42de9ad54f87.js | 2 -
...5b9779f94f5f1b-114733af42de9ad54f87.js.map | 1 -
...e8985b9779f94f5f1b-20b8467862d983473c64.js | 2 +
...5b9779f94f5f1b-20b8467862d983473c64.js.map | 1 +
chunk-map.json | 2 +-
configFiles/conduction.json | 3 +-
configFiles/noordwijk.json | 3 +-
index.html | 12 +-
markdown/[md]/index.html | 12 +-
markdown/index.html | 12 +-
page-data/app-data.json | 2 +-
...435.css => styles.d0dc292d511ebc226a59.css | 6 +-
...=> webpack-runtime-12cd11966cb20d07c2cd.js | 4 +-
...ebpack-runtime-12cd11966cb20d07c2cd.js.map | 2 +-
webpack.stats.json | 2 +-
27 files changed, 238 insertions(+), 237 deletions(-)
delete mode 100644 app-923a2546b3bd542bea91.js
delete mode 100644 app-923a2546b3bd542bea91.js.map
create mode 100644 app-e2cfa82d4150d51b581a.js
rename app-923a2546b3bd542bea91.js.LICENSE.txt => app-e2cfa82d4150d51b581a.js.LICENSE.txt (100%)
create mode 100644 app-e2cfa82d4150d51b581a.js.map
delete mode 100644 b86d1621d16eb0ab676c92e8985b9779f94f5f1b-114733af42de9ad54f87.js
delete mode 100644 b86d1621d16eb0ab676c92e8985b9779f94f5f1b-114733af42de9ad54f87.js.map
create mode 100644 b86d1621d16eb0ab676c92e8985b9779f94f5f1b-20b8467862d983473c64.js
create mode 100644 b86d1621d16eb0ab676c92e8985b9779f94f5f1b-20b8467862d983473c64.js.map
rename styles.3f1f880ea77983e50435.css => styles.d0dc292d511ebc226a59.css (99%)
rename webpack-runtime-790ce3d0ade21424e661.js => webpack-runtime-12cd11966cb20d07c2cd.js (83%)
rename webpack-runtime-790ce3d0ade21424e661.js.map => webpack-runtime-12cd11966cb20d07c2cd.js.map (98%)
diff --git a/.env.development b/.env.development
index 29d3ed1..f5669b3 100644
--- a/.env.development
+++ b/.env.development
@@ -6,6 +6,7 @@ USE_GITHUB_REPOSITORY_NAME_AS_PATH_PREFIX="true"
GATSBY_API_BASE_URL=https://api.gateway.commonground.nu/api
GATSBY_NL_DESIGN_THEME_CLASSNAME=conduction-theme
+GATSBY_PUBLIC_KEY="-----BEGIN CERTIFICATE----- Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis optio corporis dolorem quae molestias! At pariatur quaerat natus quod voluptatum dignissimos. Deserunt officia dolorum, aspernatur magnam consequatur ullam labore fugiat. -----END CERTIFICATE-----"
# Always uses Development Gateway
GATSBY_DEV_ENVIRONMENT="true"
@@ -13,12 +14,9 @@ GATSBY_DEV_ENVIRONMENT="true"
# Header
GATSBY_FAVICON_URL="data:image/svg+xml,%3Csvg id='Laag_1' data-name='Laag 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 259.81 300'%3E%3Cpath d='M129.9,0,0,75V225l129.9,75,129.91-75V75Zm96.8,205.89-96.8,55.88L33.1,205.89V94.11l96.8-55.89,96.8,55.89Z' style='fill:%234376fc'/%3E%3Cpolygon points='129.59 112.23 160.01 129.79 195.41 109.35 129.59 71.35 61.47 110.67 61.47 189.33 129.59 228.65 195.41 190.65 160.01 170.21 129.59 187.77 96.88 168.88 96.88 131.12 129.59 112.23' style='fill:%234376fc'/%3E%3C/svg%3E"
-# Jumbotron
-GATSBY_ORGANISATION_NAME=Conduction
-
# Footer
GATSBY_FOOTER_LOGO_HREF=https://conduction.nl/
-GATSBY_FOOTER_CONTENT="https://raw.githubusercontent.com/ConductionNL/woo-website-template/main/pwa/src/templates/templateParts/footer/FooterContent.json"
+GATSBY_FOOTER_CONTENT="https://raw.githubusercontent.com/ConductionNL/waardepapieren-scan-app/main/pwa/src/templates/templateParts/footer/FooterContent.json"
# options: "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5"
GATSBY_FOOTER_CONTENT_HEADER=""
diff --git a/.env.production b/.env.production
index b970f21..9346453 100644
--- a/.env.production
+++ b/.env.production
@@ -2,10 +2,11 @@ GITHUB_REPOSITORY_NAME=waardepapieren-scan-app
USE_GITHUB_REPOSITORY_NAME_AS_PATH_PREFIX=true
GATSBY_API_BASE_URL=https://api.gateway.commonground.nu/api
GATSBY_NL_DESIGN_THEME_CLASSNAME=conduction-theme
+GATSBY_PUBLIC_KEY=-----BEGIN CERTIFICATE----- Lorem ipsum dolor sit amet consectetur adipisicing elit. Officiis optio corporis dolorem quae molestias! At pariatur quaerat natus quod voluptatum dignissimos. Deserunt officia dolorum, aspernatur magnam consequatur ullam labore fugiat. -----END CERTIFICATE-----
GATSBY_DEV_ENVIRONMENT=true
GATSBY_FAVICON_URL=https://conduction.nl/wp-content/uploads/2021/07/cropped-favicon-32x32.png
GATSBY_FOOTER_LOGO_URL=true
GATSBY_FOOTER_LOGO_HREF=https://conduction.nl/
-GATSBY_FOOTER_CONTENT=https://raw.githubusercontent.com/ConductionNL/woo-website-template/main/pwa/src/templates/templateParts/footer/FooterContent.json
+GATSBY_FOOTER_CONTENT=https://raw.githubusercontent.com/ConductionNL/waardepapieren-scan-app/main/pwa/src/templates/templateParts/footer/FooterContent.json
GATSBY_FOOTER_CONTENT_HEADER=heading-3
GATSBY_ENV_VARS_SET=true
diff --git a/404.html b/404.html
index b1a5ac3..a38c265 100644
--- a/404.html
+++ b/404.html
@@ -1,4 +1,4 @@
-
+ )}.ResultTemplate-module--titleFail--5211f,.ResultTemplate-module--titleSuccess--b605e{white-space:nowrap}.ResultTemplate-module--titleSuccess--b605e>*{--conduction-card-header-title-color:var(--utrecht-alert-ok-color)}.ResultTemplate-module--titleFail--5211f>*{--conduction-card-header-title-color:var(--utrecht-alert-error-color)}.ResultTemplate-module--icon--fb8dc{margin-inline-end:10px}.ResultTemplate-module--descriptionSuccess--cb2bf{color:var(--utrecht-alert-ok-color)!important}.ResultTemplate-module--descriptionFail--b46b9{color:var(--utrecht-alert-error-color)!important}.ResultTemplate-module--code--4b62e{background-color:#f6f6f6;border:2px solid #dedede;border-radius:5px;color:#e2386d;padding:5px}@media only screen and (min-width:992px){.ResultTemplate-module--container--a4760{margin-block-start:var(--utrecht-space-block-3xl)}.ResultTemplate-module--container--a4760>:not(:last-child){margin-block-end:var(--utrecht-space-block-lg)}}.TableResultsTemplate-module--table--d35a3{--utrecht-table-font-size:12px;background-color:var(--utrecht-table-background-color);border-collapse:var(--utrecht-table-border-collapse)!important}.TableResultsTemplate-module--tableBody--fe61f{border:var(--utrecht-table-body-border);border-block-end:var(--utrecht-table-body-border-block-end-width) solid var(--utrecht-table-body-border-block-end-color)}.TableResultsTemplate-module--tableBody--fe61f>tr>td{border-inline-end-color:var(--utrecht-table-cell-border-inline-end-color);border-inline-end-style:var(--utrecht-table-cell-border-inline-end-style);border-inline-end-width:var(--utrecht-table-cell-border-inline-end-width)}.TableResultsTemplate-module--tableBody--fe61f .TableResultsTemplate-module--tableRow--80291:nth-child(odd){background-color:var(--utrecht-table-row-alternate-odd-background-color);color:var(--utrecht-table-row-alternate-odd-color)}.TableResultsTemplate-module--tableBody--fe61f .TableResultsTemplate-module--tableRow--80291:nth-child(odd):hover{background-color:var(--utrecht-table-row-hover-background-color);color:var(--utrecht-table-row-hover-color)}.TableResultsTemplate-module--tableBody--fe61f .TableResultsTemplate-module--tableRow--80291:nth-child(2n){background-color:var(--utrecht-table-row-alternate-even-background-color);color:var(--utrecht-table-row-alternate-even-color)}.TableResultsTemplate-module--tableBody--fe61f .TableResultsTemplate-module--tableRow--80291:nth-child(2n):hover{background-color:var(--utrecht-table-row-hover-background-color);color:var(--utrecht-table-row-hover-color)}.TableResultsTemplate-module--tableRow--80291>*{vertical-align:middle!important}.TableResultsTemplate-module--tableRow--80291:hover{background-color:var(--utrecht-table-row-hover-background-color);cursor:default}.TableResultsTemplate-module--ComponentsGrid--40b31{grid-gap:24px;display:grid;grid-template-columns:1fr 1fr 1fr}.TableResultsTemplate-module--categoryAndMunicipality--b29b8{text-wrap:nowrap}.TableResultsTemplate-module--description--8134a{-webkit-line-clamp:5;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}@media only screen and (min-width:992px){.TableResultsTemplate-module--table--d35a3{--utrecht-table-font-size:var(--utrecht-document-font-size)}}.LandingTemplate-module--container--dc5ab{margin-block-start:var(--utrecht-space-block-lg)!important}.LandingTemplate-module--container--dc5ab>:not(:last-child){margin-block-end:var(--utrecht-space-block-2xl)}@media only screen and (min-width:992px){.LandingTemplate-module--container--dc5ab{margin-block-start:var(--utrecht-space-block-3xl)}.LandingTemplate-module--container--dc5ab>:not(:last-child){margin-block-end:var(--utrecht-space-block-lg)}}.ParsedHTML-module--container--4efc0{margin-block-start:var(--utrecht-space-block-3xl)}.ParsedHTML-module--backLink--d641c,.ParsedHTML-module--container--4efc0>div>article>:not(:last-child){margin-block-end:var(--utrecht-space-block-lg)}.ParsedHTML-module--backLink--d641c:hover{cursor:pointer}.ParsedHTML-module--backLink--d641c{align-items:center;display:flex}.getList-module--list--5f814{width:100%!important}.getTable-module--table--b07c6{background-color:var(--utrecht-table-background-color)!important}.getTableRow-module--tableRow--43fa5:nth-child(odd){background-color:var(--utrecht-table-row-alternate-odd-background-color);color:var(--utrecht-table-row-alternate-odd-color)}.getTableRow-module--tableRow--43fa5:nth-child(odd):hover{background-color:var(--utrecht-table-row-hover-background-color);color:var(--utrecht-table-row-hover-color)}.getTableRow-module--tableRow--43fa5:nth-child(2n){background-color:var(--utrecht-table-row-alternate-even-background-color);color:var(--utrecht-table-row-alternate-even-color)}.getTableRow-module--tableRow--43fa5:nth-child(2n):hover{background-color:var(--utrecht-table-row-hover-background-color);color:var(--utrecht-table-row-hover-color)}.getTableHeader-module--tableHeader--94fa3{font-family:var(--utrecht-table-header-font-family)}.getTableHeader-module--tableHeader--94fa3>*{border-block-end:var(--utrecht-table-header-border-block-end-width) solid var(--utrecht-table-header-border-block-end-color)}.getTableHeader-module--tableHeader--94fa3>tr:nth-child(2n),.getTableHeader-module--tableHeader--94fa3>tr:nth-child(2n):hover,.getTableHeader-module--tableHeader--94fa3>tr:nth-child(odd),.getTableHeader-module--tableHeader--94fa3>tr:nth-child(odd):hover{background-color:inherit;color:inherit}.getTableBody-module--tableBody--7e02c{border:var(--utrecht-table-body-border)}.getTableCell-module--tableCell--c1c5e{vertical-align:middle!important}.getAlert-module--info--6faee svg{fill:var(--utrecht-alert-icon-info-color)}.getAlert-module--info--6faee p{color:var(--utrecht-alert-info-color)}.getAlert-module--warning--16e7a svg{fill:var(--utrecht-alert-icon-warning-color)}.getAlert-module--warning--16e7a p{color:var(--utrecht-alert-warning-color)}.getAlert-module--error--a7ff3 svg{fill:var(--utrecht-alert-icon-error-color)}.getAlert-module--error--a7ff3 p{color:var(--utrecht-alert-error-color)}.getAlert-module--ok--75642 svg{fill:var(--utrecht-alert-icon-ok-color)}.getAlert-module--ok--75642 p{color:var(--utrecht-alert-ok-color)}
-
\ No newline at end of file
+