foundry-component-library 0.1.2 → 0.1.3

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.
@@ -17,7 +17,7 @@ type HomePage = {
17
17
  };
18
18
 
19
19
  type AboutPage = {
20
- customFieldsAbout: {
20
+ customFieldsAboutBerlin: {
21
21
  partnersCaption?: string;
22
22
  partnersHeading?: string;
23
23
  partnersText?: string;
@@ -192,9 +192,9 @@ export default async function getCasesPage(options: Params = {}): Promise<{
192
192
  }
193
193
  }
194
194
  aboutPage: page(id: "${
195
- language === "EN" ? "about-us" : "about-us-de"
195
+ language === "EN" ? "about-berlin" : "about-berlin-de"
196
196
  }", idType: URI) {
197
- customFieldsAbout {
197
+ customFieldsAboutBerlin {
198
198
  partnersCaption
199
199
  partnersHeading
200
200
  partnersText
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foundry-component-library",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",