From 93b6666db76cb5cc6549dd70697eebffeebbb4e3 Mon Sep 17 00:00:00 2001 From: Remko Date: Fri, 10 Nov 2023 15:27:52 +0100 Subject: [PATCH] added commonground theme --- pwa/package-lock.json | 16 ++++++++-------- pwa/package.json | 4 ++-- pwa/src/styling/index.css | 1 + 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/pwa/package-lock.json b/pwa/package-lock.json index 53fcbf10..e095d960 100644 --- a/pwa/package-lock.json +++ b/pwa/package-lock.json @@ -8,8 +8,8 @@ "name": "product-website-template", "version": "1.0.0", "dependencies": { - "@conduction/components": "2.2.24", - "@conduction/theme": "1.0.54", + "@conduction/components": "2.2.25", + "@conduction/theme": "1.0.55", "@fortawesome/fontawesome-svg-core": "^6.1.1", "@fortawesome/free-brands-svg-icons": "6.4.2", "@fortawesome/free-regular-svg-icons": "6.4.2", @@ -2061,9 +2061,9 @@ } }, "node_modules/@conduction/components": { - "version": "2.2.24", - "resolved": "https://registry.npmjs.org/@conduction/components/-/components-2.2.24.tgz", - "integrity": "sha512-hGKHdGf+8FBVX2WwQS1DkwbJq/9UW1B3pi6y91aWW3v1T0l4Fh15c1JogqClhHlosb5KQHvwnGThu1bKpxzTlg==", + "version": "2.2.25", + "resolved": "https://registry.npmjs.org/@conduction/components/-/components-2.2.25.tgz", + "integrity": "sha512-83w2RSTr+VqGFNlwKMQeek57LEJUUBX+ypcF9jay+Jx2Q6cCgqlgPj5rhYXQCBZfpe2AoQtIXllfpJi3/p9qyA==", "dependencies": { "@fortawesome/fontawesome-svg-core": "^6.2.0", "@fortawesome/free-solid-svg-icons": "^6.2.0", @@ -2116,9 +2116,9 @@ } }, "node_modules/@conduction/theme": { - "version": "1.0.54", - "resolved": "https://registry.npmjs.org/@conduction/theme/-/theme-1.0.54.tgz", - "integrity": "sha512-3Wt6k42hgmQ8WfV+XRBhP33zIEnio3uuaFZqZ6g4eIgSK8ji/ROAXoS0KLLqoOuQzFkL7Od5cEddE+W/gYH+rA==", + "version": "1.0.55", + "resolved": "https://registry.npmjs.org/@conduction/theme/-/theme-1.0.55.tgz", + "integrity": "sha512-GCk9v3HyAy/3exE2G7VpJF8g8m8g5l0do9i0AaWz4u12I5UMoY581tXmX3YUkh1wawS+TCgL7jvB/t2C6tl+1g==", "dependencies": { "@nl-design-system-unstable/rotterdam-design-tokens": "^1.0.0-alpha.100" } diff --git a/pwa/package.json b/pwa/package.json index 23e1f1d4..947173bc 100644 --- a/pwa/package.json +++ b/pwa/package.json @@ -22,8 +22,8 @@ "prepare": "cd .. && husky install" }, "dependencies": { - "@conduction/components": "2.2.24", - "@conduction/theme": "1.0.54", + "@conduction/components": "2.2.25", + "@conduction/theme": "1.0.55", "@fortawesome/fontawesome-svg-core": "^6.1.1", "@fortawesome/free-brands-svg-icons": "6.4.2", "@fortawesome/free-regular-svg-icons": "6.4.2", diff --git a/pwa/src/styling/index.css b/pwa/src/styling/index.css index 7ac1d5bc..06490b45 100644 --- a/pwa/src/styling/index.css +++ b/pwa/src/styling/index.css @@ -13,6 +13,7 @@ @import "../../node_modules/@conduction/theme/municipalities/rotterdam-design-tokens/dist/index.css"; @import "../../node_modules/@conduction/theme/municipalities/open-webconcept-design-tokens/dist/index.css"; @import "../../node_modules/@conduction/theme/municipalities/dimpact-design-tokens/dist/index.css"; +@import "../../node_modules/@conduction/theme/municipalities/commonground-design-tokens/dist/index.css"; /* Design Tokens maintained by Frameless */ @import "../../node_modules/@utrecht/design-tokens/dist/theme.css";