Lorem ipsum, dolor sit amet consectetur adipisicing elit. Incidunt ipsa minima hic rerum. Aspernatur laborum eum
vel necessitatibus dolorum alias. Sunt necessitatibus nisi repellat perspiciatis quam, iusto, fugit expedita
cupiditate quisquam totam voluptates? Facilis laudantium dolores tempora aspernatur natus minus, soluta aliquam?
Similique mollitia, placeat architecto eum dolores quam, omnis quidem iste vero tempora ipsum repellendus
voluptas, aliquam rerum molestias iure quasi totam assumenda quo veritatis. Corporis debitis, veniam sit earum
- vero id impedit odio totam itaque numquam omnis non repellat fugiat nostrum nam minima modi, dignissimos ut
- quibusdam praesentium sunt in beatae at nemo! Inventore blanditiis expedita pariatur amet laboriosam culpa,
- nihil sed rerum natus et recusandae hic est error ab accusantium impedit earum vero quae. Alias quae
+ vero id impedit odio totam itaque
Next
@@ -31,7 +32,7 @@ const ComponentB = () => {
const context = useHelpGuideContext()
return (
-
+
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nemo expedita consequatur molestias! Magnam in
inventore, sunt fuga minus nihil pariatur facilis nobis modi debitis aspernatur perspiciatis quo officiis sit
@@ -51,7 +52,7 @@ const ComponentC = () => {
const context = useHelpGuideContext()
return (
-
+
Lorem, ipsum dolor sit amet consectetur adipisicing elit. Nemo expedita consequatur molestias! Magnam in
inventore, sunt fuga minus nihil pariatur facilis nobis modi debitis aspernatur perspiciatis quo officiis sit
@@ -72,35 +73,35 @@ storiesOf('HelpGuide', module).add('Primary', () => {
component={ComponentA}
heading="Heading-1"
subHeading="SubHeading-1"
- graphic={ }
+ graphic={ }
/>
}
+ graphic={ }
/>
}
+ graphic={ }
/>
}
+ graphic={ }
/>
}
+ graphic={ }
/>
)
diff --git a/packages/elements/src/styles/components/help-guide.scss b/packages/elements/src/styles/components/help-guide.scss
index 497feebf2b..37a1660ddf 100644
--- a/packages/elements/src/styles/components/help-guide.scss
+++ b/packages/elements/src/styles/components/help-guide.scss
@@ -29,7 +29,7 @@
.helpguide-component {
display: flex;
@media (min-width: 769px) {
- max-width: 375px;
+ max-width: 500px;
}
}
diff --git a/packages/marketplace/src/components/pages/developer-welcome.tsx b/packages/marketplace/src/components/pages/developer-welcome.tsx
index dd8b70150e..a62c03f126 100644
--- a/packages/marketplace/src/components/pages/developer-welcome.tsx
+++ b/packages/marketplace/src/components/pages/developer-welcome.tsx
@@ -21,7 +21,7 @@ export type DeveloperWelcomeMessageProps = DevelopeWelcomeMappedActions
export const Welcome = () => {
const { goNext } = useHelpGuideContext()
return (
-
+
Thank you for registering as a Reapit Foundations Developer. Within this portal, you will have access to
detailed documentation on all our APIs, full access to Reapit elements and Sandbox data. All available to assist
@@ -42,7 +42,7 @@ export const Documentation = () => {
const { goNext, goPrev } = useHelpGuideContext()
return (
-
+
As Developers, we know detailed documentation and support is paramount when building any application. Therefore,
we have created various sections to provide additional help and support. Each section can be accessed from the
@@ -102,7 +102,7 @@ export const Documentation = () => {
export const Submitting = () => {
const { goNext, goPrev } = useHelpGuideContext()
return (
-
+
Once you are ready to go, you will need to submit your App. Using the ‘Submit App’ option on the
left, you will need to tell us about your Application, such as what permissions it requires, the type of
@@ -130,7 +130,7 @@ export const Submitting = () => {
export const Managing = () => {
const { goNext, goPrev } = useHelpGuideContext()
return (
-
+
If you need to make a change to your App, such as update a screenshot, edit text, or request additional
permissions, you can do so by clicking ‘Edit App’ from the ‘Apps’ page. Any change will
@@ -154,7 +154,7 @@ export const Managing = () => {
export const Support = ({ onAccept }) => {
const { goPrev } = useHelpGuideContext()
return (
-
+
You are currently logged into our alpha release of Reapit Foundations and we are continuing to update, add
additional features and address any issues that may appear. In the meantime, if you would like to request a
diff --git a/packages/marketplace/src/styles/pages/developer-welcome.scss b/packages/marketplace/src/styles/pages/developer-welcome.scss
index 410f287a75..a88c27877c 100644
--- a/packages/marketplace/src/styles/pages/developer-welcome.scss
+++ b/packages/marketplace/src/styles/pages/developer-welcome.scss
@@ -8,3 +8,9 @@
margin: 0 auto;
width: 100%;
}
+
+.content {
+ @media (min-width: 769px) {
+ max-width: 375px;
+ }
+}
diff --git a/packages/marketplace/src/tests/badges/badge-branches.svg b/packages/marketplace/src/tests/badges/badge-branches.svg
index 2d974aed70..3b6e3389d0 100644
--- a/packages/marketplace/src/tests/badges/badge-branches.svg
+++ b/packages/marketplace/src/tests/badges/badge-branches.svg
@@ -1 +1 @@
- Coverage:branches Coverage:branches 71.26% 71.26%
\ No newline at end of file
+ Coverage:branches Coverage:branches 71.27% 71.27%
\ No newline at end of file
diff --git a/packages/marketplace/src/tests/badges/badge-functions.svg b/packages/marketplace/src/tests/badges/badge-functions.svg
index c7541db731..8d4fa62df5 100644
--- a/packages/marketplace/src/tests/badges/badge-functions.svg
+++ b/packages/marketplace/src/tests/badges/badge-functions.svg
@@ -1 +1 @@
- Coverage:functions Coverage:functions 73.87% 73.87%
\ No newline at end of file
+ Coverage:functions Coverage:functions 73.91% 73.91%
\ No newline at end of file
diff --git a/packages/marketplace/src/tests/badges/badge-lines.svg b/packages/marketplace/src/tests/badges/badge-lines.svg
index ce56eec2f6..6d5e3f10f5 100644
--- a/packages/marketplace/src/tests/badges/badge-lines.svg
+++ b/packages/marketplace/src/tests/badges/badge-lines.svg
@@ -1 +1 @@
- Coverage:lines Coverage:lines 90.43% 90.43%
\ No newline at end of file
+ Coverage:lines Coverage:lines 90.4% 90.4%
\ No newline at end of file
diff --git a/packages/marketplace/src/tests/badges/badge-statements.svg b/packages/marketplace/src/tests/badges/badge-statements.svg
index 64deab931d..290fb53ec2 100644
--- a/packages/marketplace/src/tests/badges/badge-statements.svg
+++ b/packages/marketplace/src/tests/badges/badge-statements.svg
@@ -1 +1 @@
- Coverage:statements Coverage:statements 89.62% 89.62%
\ No newline at end of file
+ Coverage:statements Coverage:statements 89.59% 89.59%
\ No newline at end of file