{() => {
- const mdstring = `This is a _great_ way to render content consistently with Hoppin Design.\n\n **Especially** if fetched from a DB.`;
+ const mdstring = `This is a _great_ way to render content consistently with Orbiit Design.\n\n **Especially** if fetched from a DB.`;
return (
{mdstring}
diff --git a/src/components/SteppedForm/Readme.mdx b/src/components/SteppedForm/Readme.mdx
index a01b937..a1fe018 100644
--- a/src/components/SteppedForm/Readme.mdx
+++ b/src/components/SteppedForm/Readme.mdx
@@ -32,7 +32,7 @@ const STEPS = [
type: 'md',
actions: [{ label: 'Get started', navigate: 'next' }],
lede:
- "We're excited to hear about you, your work and the shadowing experience you could host on Hoppin. \n\n You will shortly start creating your host profile, then you’ll submit it to the Hoppin team for review.",
+ "We're excited to hear about you, your work and the shadowing experience you could host on Orbiit. \n\n You will shortly start creating your host profile, then you’ll submit it to the Hoppin team for review.",
body:
'',
},
@@ -79,7 +79,7 @@ There are different kinds of slides possible, but all share some common props:
type: 'md',
actions: [{ label: 'Get started', navigate: 'next' }],
lede:
- "We're excited to hear about you, your work and the shadowing experience you could host on Hoppin.\n\nYou will shortly start creating your host profile, then you’ll submit it to the Hoppin team for review.",
+ "We're excited to hear about you, your work and the shadowing experience you could host on Orbiit.\n\nYou will shortly start creating your host profile, then you’ll submit it to the Hoppin team for review.",
body:
'',
};
diff --git a/src/gatsby-theme-docz/components/Logo/index.js b/src/gatsby-theme-docz/components/Logo/index.js
index 6e545ab..8271c2a 100644
--- a/src/gatsby-theme-docz/components/Logo/index.js
+++ b/src/gatsby-theme-docz/components/Logo/index.js
@@ -1,4 +1,5 @@
import React from 'react';
-import { Logo as HoppinLogo } from '@ds';
-export const Logo = () => ;
+import { Logo as OrbiitLogo } from '@ds';
+
+export const Logo = () => ;
diff --git a/src/index.mdx b/src/index.mdx
index d4e3d58..8902c1b 100644
--- a/src/index.mdx
+++ b/src/index.mdx
@@ -1,9 +1,9 @@
---
-name: Hoppin Design System
+name: Orbiit Design System
route: /
---
-# Breaking Barriers with Well-Designed Job Shadowing
+# Connecting Communities in Style
This project uses [Docz](https://www.docz.site/) for UI components development and styleguide generation.
diff --git a/src/reading-list.mdx b/src/reading-list.mdx
index 7749830..118919f 100644
--- a/src/reading-list.mdx
+++ b/src/reading-list.mdx
@@ -4,7 +4,7 @@ name: Reading List
# Get Started
-## The Hoppin Design System is based on:
+## The Orbiit Design System is based on:
- Styled-System for token-based theming
- Styled-Components for CSS-in-JS (see below)
diff --git a/src/tokens/typography.js b/src/tokens/typography.js
index 5ea1ad8..6b0e17f 100644
--- a/src/tokens/typography.js
+++ b/src/tokens/typography.js
@@ -1,11 +1,12 @@
import { space } from './space';
const fonts = {
- primary: '"Poppins", sans-serif',
- secondary: '"Poppins", sans-serif',
+ primary: '"Surt", sans-serif',
+ secondary: '"Surt", sans-serif',
system:
'-apple-system, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue',
};
+
// font-sizes are multiples of 2, 8 if possible, to create a natural rythm, together with space tokens.
const fontSizes = [
'.5rem', // 8px
@@ -50,9 +51,9 @@ lineHeights.large = lineHeights[2];
const fontWeights = {
light: 300,
normal: 300,
- medium: 600,
- bold: 600,
- heavy: 600,
+ medium: 500,
+ bold: 500,
+ heavy: 500,
};
// headings style attributes, all but color, since color is dependent on host/shadower context
diff --git a/yarn.lock b/yarn.lock
index a06a636..3c14dd7 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -5768,7 +5768,7 @@ dot-case@^3.0.3:
no-case "^3.0.3"
tslib "^1.10.0"
-dot-prop@^4.2.0:
+dot-prop@^4.2.0, dot-prop@^4.2.1:
version "4.2.1"
resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-4.2.1.tgz#45884194a71fc2cda71cbb4bceb3a4dd2f433ba4"
integrity sha512-l0p4+mIuJIua0mhxGoh4a+iNL9bmeK5DvnSVQa6T0OhrVmaEa1XScX5Etc673FePCJOArq/4Pa2cLGODUWTPOQ==
@@ -11191,7 +11191,7 @@ node-fetch@2.1.2:
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.1.2.tgz#ab884e8e7e57e38a944753cec706f788d1768bb5"
integrity sha1-q4hOjn5X44qUR1POxwb3iNF2i7U=
-node-fetch@2.6.1, node-fetch@^2.5.0, node-fetch@^2.6.0:
+node-fetch@2.6.1, node-fetch@^2.5.0, node-fetch@^2.6.0, node-fetch@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
@@ -14498,7 +14498,7 @@ sentence-case@^2.1.0:
no-case "^2.2.0"
upper-case-first "^1.1.2"
-serialize-javascript@^3.0.0:
+serialize-javascript@^3.0.0, serialize-javascript@^3.1.0:
version "3.1.0"
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-3.1.0.tgz#8bf3a9170712664ef2561b44b691eafe399214ea"
integrity sha512-JIJT1DGiWmIKhzRsG91aS6Ze4sFUrYbltlkg2onR5OrnNM02Kl/hnY/T4FN2omvyeBbQmMJv+K4cPOpGzOTFBg==