Skip to content

Commit

Permalink
updated package
Browse files Browse the repository at this point in the history
  • Loading branch information
remko48 committed Jan 5, 2024
1 parent 8709318 commit 8c4e84d
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pwa/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"dependencies": {
"@conduction/components": "2.2.44",
"@conduction/theme": "1.1.5",
"@conduction/theme": "1.1.11",
"@fortawesome/fontawesome-svg-core": "^6.5.0",
"@fortawesome/free-brands-svg-icons": "6.5.0",
"@fortawesome/free-regular-svg-icons": "6.5.0",
Expand Down
8 changes: 8 additions & 0 deletions pwa/src/services/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import Texel from "./../../static/configFiles/texel.json";
import Zutphen from "./../../static/configFiles/zutphen.json";
import Sloterburg from "./../../static/configFiles/sloterburg.json";
import Gouda from "./../../static/configFiles/gouda.json";
import Zuiddrecht from "./../../static/configFiles/zuiddrecht.json";
import { TGroupedSelectOption } from "@conduction/components/lib/components/formFields/select/select";

export const getConfig = (themeOrDomainName: string): Record<string, any> | undefined => {
Expand Down Expand Up @@ -72,6 +73,12 @@ export const getConfig = (themeOrDomainName: string): Record<string, any> | unde
case "zutphen-theme":
return Zutphen;

case "open.zuiddrecht.nl":
case "zuiddrecht.koophulpje.nl":
case "zuiddrecht.openwoo.app":
case "zuiddrecht-theme":
return Zuiddrecht;

case "open.sloterburg.nl":
case "sloterburg.koophulpje.nl":
case "sloterburg.openwoo.app":
Expand Down Expand Up @@ -174,6 +181,7 @@ export const availableThemes: TGroupedSelectOption[] = [
{ label: "Texel", value: "texel" },
{ label: "Tubbergen", value: "tubbergen-theme" },
{ label: "Waddinxveen", value: "waddinxveen" },
{ label: "Zuiddrecht", value: "zuiddrecht-theme" },
{ label: "Zutphen", value: "zutphen-theme" },
],
},
Expand Down
1 change: 1 addition & 0 deletions pwa/src/styling/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
@import "../../node_modules/@conduction/theme/municipalities/zutphen-design-tokens/dist/index.css";
@import "../../node_modules/@conduction/theme/municipalities/sloterburg-design-tokens/dist/index.css";
@import "../../node_modules/@conduction/theme/municipalities/gouda-design-tokens/dist/index.css";
@import "../../node_modules/@conduction/theme/municipalities/zuiddrecht-design-tokens/dist/index.css";

/* Design Tokens maintained by Frameless */
@import "../../node_modules/@utrecht/design-tokens/dist/theme.css";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
}

.withLoveLink:hover > :first-child {
color: var(--utrecht-page-footer-link-hover-color);
transform: scale(1.2);
}

Expand Down
14 changes: 14 additions & 0 deletions pwa/static/configFiles/zuiddrecht.json

Large diffs are not rendered by default.

0 comments on commit 8c4e84d

Please sign in to comment.