Skip to content

Commit

Permalink
Merge branch 'main' into chore/build-arm-image
Browse files Browse the repository at this point in the history
  • Loading branch information
kilemensi committed Oct 29, 2024
2 parents 64021f8 + 2d673b6 commit 0093f3a
Show file tree
Hide file tree
Showing 31 changed files with 4,591 additions and 4,715 deletions.
213 changes: 108 additions & 105 deletions Dockerfile

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/climatemappedafrica/.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SENTRY_ENVIRONMENT=local
SENTRY_ORG=code-for-africa
SENTRY_PROJECT=hurumapclimate
SENTRY_PROJECT=climatemapafrica
1 change: 0 additions & 1 deletion apps/climatemappedafrica/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ module.exports = {
transform: "@mui/material/{{member}}",
},
},
output: "standalone",
reactStrictMode: false,
transpilePackages: [
"@commons-ui/core",
Expand Down
3 changes: 2 additions & 1 deletion apps/climatemappedafrica/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
},
"dependencies": {
"@apollo/client": "catalog:",
"@commons-ui/core": "catalog:",
"@commons-ui/core": "workspace:*",
"@commons-ui/legacy": "catalog:",
"@commons-ui/next": "workspace:*",
"@commons-ui/payload": "workspace:*",
"@emotion/react": "catalog:",
Expand Down
5 changes: 3 additions & 2 deletions apps/climatemappedafrica/payload.image.loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
import site from "@/climatemappedafrica/utils/site";

export default function payloadImageLoader({ src }) {
// Handle relative paths (/media) only
// Handle relative paths (i.e. `/media`) only
if (src?.startsWith("/media")) {
return `${site.url}${src}`;
// site.url has a trailing `/`
return `${site.url}${src.substring(1)}`;
}
return src;
}
2 changes: 1 addition & 1 deletion apps/climatemappedafrica/src/components/Card/Card.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Card.propTypes = {
descriptionProps: PropTypes.shape({}),
embed: PropTypes.string,
href: PropTypes.string,
image: PropTypes.string,
image: PropTypes.oneOfType([PropTypes.string, PropTypes.shape({})]),
imageProps: PropTypes.shape({}),
linkProps: PropTypes.shape({}),
media: PropTypes.string,
Expand Down
2 changes: 1 addition & 1 deletion apps/climatemappedafrica/src/components/Card/Content.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RichTypography } from "@commons-ui/core";
import { RichTypography } from "@commons-ui/legacy";
import { RichText } from "@commons-ui/payload";
import { CardContent } from "@mui/material";
import makeStyles from "@mui/styles/makeStyles";
Expand Down
2 changes: 1 addition & 1 deletion apps/climatemappedafrica/src/components/Card/Media.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RichTypography } from "@commons-ui/core";
import { RichTypography } from "@commons-ui/legacy";
import makeStyles from "@mui/styles/makeStyles";
import PropTypes from "prop-types";
import React from "react";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RichTypography } from "@commons-ui/core";
import { RichTypography } from "@commons-ui/legacy";
import { RichText } from "@commons-ui/payload";
import { ButtonBase, Slide } from "@mui/material";
import PropTypes from "prop-types";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RichTypography } from "@commons-ui/core";
import { RichTypography } from "@commons-ui/legacy";
import { useMediaQuery, Box, Grid } from "@mui/material";
import PropTypes from "prop-types";
import React from "react";
Expand Down Expand Up @@ -83,7 +83,7 @@ DataVisualisationGuide.propTypes = {
title: PropTypes.string,
items: PropTypes.arrayOf(
PropTypes.shape({
description: PropTypes.string || PropTypes.array,
description: PropTypes.oneOfType([PropTypes.string, PropTypes.shape({})]),
image: PropTypes.string,
}),
),
Expand Down
2 changes: 1 addition & 1 deletion apps/climatemappedafrica/src/components/Footer/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { QuickLinks, Copyright } from "@commons-ui/core";
import { QuickLinks, Copyright } from "@commons-ui/legacy";
import { Link, StayInTouch } from "@commons-ui/next";
import { RichText } from "@commons-ui/payload";
import { Box, Grid } from "@mui/material";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RichTypography } from "@commons-ui/core";
import { RichTypography } from "@commons-ui/legacy";
import { Typography } from "@mui/material";
import PropTypes from "prop-types";
import React from "react";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RichTypography } from "@commons-ui/core";
import { RichTypography } from "@commons-ui/legacy";
import { ChartTooltip, IndicatorTitle, Download, Share } from "@hurumap/core";
import { Source } from "@hurumap/next";
import { useMediaQuery, useTheme } from "@mui/material";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RichTypography } from "@commons-ui/core";
import { RichTypography } from "@commons-ui/legacy";
import { Typography } from "@mui/material";
import makeStyles from "@mui/styles/makeStyles";
import PropTypes from "prop-types";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ exports[`<TreeView /> renders unchanged 1`] = `
<ul
aria-multiselectable="false"
class="MuiSimpleTreeView-root css-rejl51-MuiSimpleTreeView-root"
id=":r0:"
id="mui-tree-view-1"
role="tree"
style="--TreeView-itemChildrenIndentation: 12px;"
>
<li
aria-expanded="false"
aria-selected="false"
class="css-1uhp40g-MuiTreeItem2-root"
id=":r0:-annual-temperature"
id="mui-tree-view-1-annual-temperature"
role="treeitem"
tabindex="0"
>
Expand All @@ -40,8 +41,9 @@ exports[`<TreeView /> renders unchanged 1`] = `
</li>
<li
aria-expanded="false"
aria-selected="false"
class="css-1uhp40g-MuiTreeItem2-root"
id=":r0:-temperature-variation"
id="mui-tree-view-1-temperature-variation"
role="treeitem"
tabindex="-1"
>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import RichTypography from "@commons-ui/core/RichTypography";
import RichTypography from "@commons-ui/legacy/RichTypography";
import { Grid, Typography, IconButton, Avatar } from "@mui/material";
import { useTour } from "@reactour/tour";
import Image from "next/image";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RichTypography } from "@commons-ui/core";
import { RichTypography } from "@commons-ui/legacy";
import React from "react";

import Tutorial from "@/climatemappedafrica/components/HURUmap/Tutorial";
Expand Down
2 changes: 1 addition & 1 deletion apps/climatemappedafrica/src/components/Header/Header.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RichTypography } from "@commons-ui/core";
import { RichTypography } from "@commons-ui/legacy";
import { Box } from "@mui/material";
import PropTypes from "prop-types";
import React from "react";
Expand Down
4 changes: 2 additions & 2 deletions apps/climatemappedafrica/src/components/Hero/Hero.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RichTypography } from "@commons-ui/core";
import { RichTypography } from "@commons-ui/legacy";
import { Box, Grid, useMediaQuery } from "@mui/material";
import dynamic from "next/dynamic";
import PropTypes from "prop-types";
Expand Down Expand Up @@ -147,7 +147,7 @@ Hero.propTypes = {
comment: PropTypes.string,
subtitle: PropTypes.arrayOf(PropTypes.shape({})),
searchLabel: PropTypes.string,
title: PropTypes.string,
title: PropTypes.arrayOf(PropTypes.shape({})),
featuredLocations: PropTypes.arrayOf(PropTypes.shape({})),
properties: PropTypes.shape({}),
level: PropTypes.string,
Expand Down
2 changes: 1 addition & 1 deletion apps/climatemappedafrica/src/components/Hero/Hero.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createRender } from "@commons-ui/testing-library";
import React from "react";

import Hero from "./Hero";
import Hero from ".";

import theme from "@/climatemappedafrica/theme";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function HowItWorks({

HowItWorks.propTypes = {
ctaText: PropTypes.string,
description: PropTypes.string,
description: PropTypes.arrayOf(PropTypes.shape({})),
href: PropTypes.string,
title: PropTypes.string,
};
Expand Down
2 changes: 1 addition & 1 deletion apps/climatemappedafrica/src/components/Link/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* eslint-disable jsx-a11y/anchor-has-content */
import { A } from "@commons-ui/core";
import { A } from "@commons-ui/legacy";
import { Link as MuiLink } from "@mui/material";
import clsx from "clsx";
import NextLink from "next/link";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RichTypography } from "@commons-ui/core";
import { RichTypography } from "@commons-ui/legacy";
import { RichText } from "@commons-ui/payload";
import { Box } from "@mui/material";
import PropTypes from "prop-types";
Expand Down
2 changes: 1 addition & 1 deletion apps/climatemappedafrica/src/components/Section/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Section as CuiSection } from "@commons-ui/core";
import { Section as CuiSection } from "@commons-ui/legacy";
import makeStyles from "@mui/styles/makeStyles";
import clsx from "clsx";
import PropTypes from "prop-types";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { RichTypography } from "@commons-ui/core";
import { RichTypography } from "@commons-ui/legacy";
import React from "react";

import Section from ".";
Expand All @@ -23,8 +23,8 @@ function Template(args) {
<h1>Lorem Ipsum</h1>
<h4>"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."</h4>
<h5>"There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain..."</h5>
<hr />
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin in lectus ut lectus sagittis aliquet. Phasellus felis metus, suscipit eu ligula vitae, dapibus pretium sapien. Integer feugiat luctus metus, vitae aliquam magna euismod et. Quisque massa augue, hendrerit id pharetra ut, dictum vel elit. Morbi id velit pretium, vestibulum sapien eget, suscipit ex. Quisque varius consequat cursus. Duis vitae nunc vel lacus ullamcorper finibus. Sed lobortis a velit in ultricies. Phasellus eleifend est vel auctor cursus. Ut dapibus posuere aliquam. Mauris scelerisque libero sit amet felis faucibus, vel faucibus dolor suscipit. Maecenas venenatis turpis ut vulputate viverra.
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ services:
- SENTRY_PROJECT
environment:
HURUMAP_API_URL: ${HURUMAP_API_URL}
S3_UPLOAD_KEY: ${S3_UPLOAD_KEY}
S3_UPLOAD_SECRET: ${S3_UPLOAD_SECRET}
S3_UPLOAD_BUCKET: ${S3_UPLOAD_BUCKET}
S3_UPLOAD_REGION: ${S3_UPLOAD_REGION}
MONGO_URL: mongodb://${MONGO_INITDB_ROOT_USERNAME:-root}:${MONGO_INITDB_ROOT_PASSWORD:-rootpassword}@host.docker.internal:${MONGODB_PORT:-27017}/climatemappedafrica?authSource=admin&directConnection=true
PAYLOAD_SECRET: ${PAYLOAD_SECRET}
S3_ACCESS_KEY_ID: ${S3_ACCESS_KEY_ID}
S3_SECRET_ACCESS_KEY: ${S3_SECRET_ACCESS_KEY}
S3_BUCKET: ${S3_BUCKET}
S3_REGION: ${S3_REGION}
SENTRY_ORG: ${SENTRY_ORG}
SENTRY_ENVIRONMENT: ${SENTRY_ENVIRONMENT}
SENTRY_PROJECT: ${SENTRY_PROJECT}
Expand Down
8 changes: 6 additions & 2 deletions packages/commons-ui-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@
"@babel/preset-react": "catalog:",
"@commons-ui/core": "workspace:*",
"@commons-ui/testing-library": "workspace:*",
"@emotion/react": "catalog:",
"@emotion/styled": "catalog:",
"@mui/material": "catalog:",
"@types/react": "catalog:",
"babel-loader": "catalog:",
"eslint": "catalog:",
"eslint-config-commons-ui": "workspace:*",
Expand All @@ -51,13 +54,14 @@
"peerDependencies": {
"@babel/core": "catalog:",
"@commons-ui/core": "workspace:*",
"@emotion/react": "catalog:",
"@emotion/styled": "catalog:",
"@mui/material": "catalog:",
"clsx": "catalog:",
"next": "catalog:",
"prop-types": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"slate": "catalog:"
"react-dom": "catalog:"
},
"dependencies": {
"clsx": "catalog:"
Expand Down
11 changes: 8 additions & 3 deletions packages/commons-ui-payload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": false,
"author": "Code for Africa <[email protected]>",
"description": "",
"main": "src/index.js",
"main": "./src/index.js",
"keywords": [
"react",
"react-component",
Expand All @@ -15,7 +15,7 @@
"repository": {
"type": "git",
"url": "https://github.com/codeforafrica/ui.git",
"directory": "packages/commons-ui-core"
"directory": "packages/commons-ui-payload"
},
"license": "MIT",
"bugs": {
Expand All @@ -30,30 +30,35 @@
"devDependencies": {
"@babel/core": "catalog:",
"@babel/preset-react": "catalog:",
"@commons-ui/core": "workspace:*",
"@commons-ui/next": "workspace:*",
"@commons-ui/testing-library": "workspace:*",
"@emotion/react": "catalog:",
"@emotion/styled": "catalog:",
"@mui/material": "catalog:",
"@mui/utils": "catalog:",
"@types/react": "catalog:",
"babel-loader": "catalog:",
"eslint": "catalog:",
"eslint-config-commons-ui": "workspace:*",
"identity-obj-proxy": "catalog:",
"jest": "catalog:",
"jest-config-commons-ui": "workspace:*",
"next": "catalog:",
"prettier": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"react-test-renderer": "catalog:",
"require-from-string": "catalog:",
"slate": "catalog:",
"typescript": "catalog:",
"webpack": "catalog:"
},
"peerDependencies": {
"@babel/core": "catalog:",
"@commons-ui/core": "workspace:*",
"@commons-ui/next": "workspace:*",
"@emotion/react": "catalog:",
"@emotion/styled": "catalog:",
"@mui/material": "catalog:",
"clsx": "catalog:",
"next": "catalog:",
Expand Down
20 changes: 7 additions & 13 deletions packages/hurumap-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@
"devDependencies": {
"@babel/core": "catalog:",
"@babel/preset-react": "catalog:",
"@commons-ui/core": "workspace:*",
"@commons-ui/testing-library": "workspace:*",
"@emotion/react": "catalog:",
"@emotion/styled": "catalog:",
"@mui/icons-material": "catalog:",
"@mui/material": "catalog:",
"@mui/utils": "catalog:",
"@types/react": "catalog:",
"babel-loader": "catalog:",
"deepmerge": "catalog:",
Expand All @@ -58,27 +59,20 @@
},
"peerDependencies": {
"@babel/core": "catalog:",
"@commons-ui/core": "workspace:*",
"@emotion/react": "catalog:",
"@emotion/styled": "catalog:",
"@mui/icons-material": "catalog:",
"@mui/material": "catalog:",
"@mui/utils": "catalog:",
"clsx": "catalog:",
"deepmerge": "catalog:",
"papaparse": "catalog:",
"react": "catalog:",
"react-copy-to-clipboard": "catalog:",
"react-dom": "catalog:",
"react-share": "catalog:",
"xlsx": "catalog:"
},
"dependencies": {
"@commons-ui/core": "workspace:*",
"@mui/icons-material": "catalog:",
"clsx": "catalog:",
"papaparse": "catalog:",
"prop-types": "catalog:",
"react-copy-to-clipboard": "catalog:",
"react-share": "catalog:",
"vega": "catalog:",
"xlsx": "catalog:"
}
},
"dependencies": {}
}
Loading

0 comments on commit 0093f3a

Please sign in to comment.