From ce86b746943e48c3f6805937d5e6b4b464b2025b Mon Sep 17 00:00:00 2001
From: Aksel Christoffer Wiig
Date: Tue, 25 Sep 2018 12:44:19 +0200
Subject: [PATCH 001/159] Made button-group class in mixins/buttons.less
---
.../Documentation/components/Buttons/index.js | 17 ++++++++++++++++-
src/less/mixins/button.less | 8 ++++++++
2 files changed, 24 insertions(+), 1 deletion(-)
diff --git a/src/App/Documentation/components/Buttons/index.js b/src/App/Documentation/components/Buttons/index.js
index fdff917eb..96492339a 100644
--- a/src/App/Documentation/components/Buttons/index.js
+++ b/src/App/Documentation/components/Buttons/index.js
@@ -212,6 +212,20 @@ const UsageWithJavascript = () => (
>
);
+const ButtonsGroup = () => (
+ <>
+
+ When you use buttons next to each other you have to wrap them in a button-group
.
+
+
+ {"\n"}
+ {"\n"}
+ {"\n"}
+
+
+ >
+);
+
const ButtonsText = () => (
Use buttons...
@@ -223,6 +237,7 @@ const ButtonsText = () => (
+
{/*
*/}
);
@@ -247,4 +262,4 @@ class Buttons extends Component {
export default Buttons;
/* for testing */
-export { Examples, UsageWithOtherTags, OutlineButtons, Sizes, ActiveState, DisabledState, UsageWithIcons, ButtonLoader, UsageWithJavascript, ButtonsText };
+export { Examples, UsageWithOtherTags, OutlineButtons, Sizes, ActiveState, DisabledState, UsageWithIcons, ButtonLoader, UsageWithJavascript, ButtonsText, ButtonsGroup };
diff --git a/src/less/mixins/button.less b/src/less/mixins/button.less
index 49cb0b0f5..8bf48e6c4 100644
--- a/src/less/mixins/button.less
+++ b/src/less/mixins/button.less
@@ -151,3 +151,11 @@
}
}
}
+
+.button-group {
+ margin-bottom: -3px;
+
+ .btn {
+ margin-bottom: 3px;
+ }
+}
From 44c7afa92378d8688ed0dcb78d9985142e845fac Mon Sep 17 00:00:00 2001
From: Aksel Christoffer Wiig
Date: Wed, 26 Sep 2018 08:14:45 +0200
Subject: [PATCH 002/159] Revert "Merge branch 'master' into stylechanges"
This reverts commit a314521b821bbee4871e297a33bc5a3150dc3cee, reversing
changes made to ce86b746943e48c3f6805937d5e6b4b464b2025b.
---
CHANGELOG.md | 3 +--
README.md | 2 +-
build/README.md | 1 -
build/appveyor.yml | 8 +------
build/prepare-release-build.ps1 | 9 --------
package.json | 2 +-
.../__snapshots__/index.test.js.snap | 2 +-
src/App/components/InputGroup/index.js | 2 +-
src/less/components/tooltip.less | 15 ++-----------
src/px-script/index.js | 4 +---
webpack.config.js | 22 +++++--------------
11 files changed, 14 insertions(+), 56 deletions(-)
delete mode 100644 build/README.md
delete mode 100644 build/prepare-release-build.ps1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0af8f3adc..6bb967ad9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## [0.11.0] - 2018-09-25
+## [0.11.0] - 2018-09-xx
### Added
@@ -28,7 +28,6 @@
- Fixed issue with selects appearing "glossy" on safari.
- Fixed issue with select tag with attribute `multiple` not being rendered properly.
- Fixed issue with click event on loader-button.
-- Fixed an issue with tooltip outline being visible when not hovering parent element while parent element has focus.
### Removed
diff --git a/README.md b/README.md
index 848f62d6c..1a5a07242 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
# design.payex.com
-[![Version](https://img.shields.io/badge/Version-0.11.0-blue.svg)](https://ci.appveyor.com/project/erikhallaraaker/design-payex-com/branch/master)
+[![Version](https://img.shields.io/badge/Version-0.10.20-blue.svg)](https://ci.appveyor.com/project/erikhallaraaker/design-payex-com/branch/master)
[![Build status](https://ci.appveyor.com/api/projects/status/1dii19sqw1m7xtsn/branch/master?svg=true)](https://ci.appveyor.com/project/PayEx/design-payex-com/branch/master)
[![dependencies Status](https://david-dm.org/payex/design.payex.com/status.svg)](https://david-dm.org/payex/design.payex.com)
[![devDependencies Status](https://david-dm.org/payex/design.payex.com/dev-status.svg)](https://david-dm.org/payex/design.payex.com?type=dev)
diff --git a/build/README.md b/build/README.md
deleted file mode 100644
index 1f153a9c9..000000000
--- a/build/README.md
+++ /dev/null
@@ -1 +0,0 @@
-# AppVeyor build/deploy
diff --git a/build/appveyor.yml b/build/appveyor.yml
index c11babf40..1900160cb 100644
--- a/build/appveyor.yml
+++ b/build/appveyor.yml
@@ -16,9 +16,6 @@ environment:
secure: IGs25EMrhe0au+uVDbOck6akDzC9ykvJeR0zJjhrT6idNuYOr/JpyGdefQxSlWXk
github_email:
secure: U3oByHGtWDiIy9psThpxwg==
- # Sentry
- sentry_token:
- secure: a/+7STfY8W8+RTlSDgKIZghq6iIy8K9WL5lICC6wsaoXPvKuBMjCsTE/KBdvP6vauLd9E2zbGHWjGUTI8SrF1bZUluC4VqhmrkWz9edM+10=
# cache:
# - node_modules
@@ -35,11 +32,8 @@ install:
# build configuration #
#---------------------------------#
-before_build:
-- ps: ./build/prepare-release-build.ps1
-
build_script:
-- cmd: npm run build:prod -- --env.release=%release%
+- cmd: npm run build:prod
#---------------------------------#
# tests configuration #
diff --git a/build/prepare-release-build.ps1 b/build/prepare-release-build.ps1
deleted file mode 100644
index 5740e3c8f..000000000
--- a/build/prepare-release-build.ps1
+++ /dev/null
@@ -1,9 +0,0 @@
-if (($Env:APPVEYOR_REPO_TAG -eq "true") -and ($Env:GitVersion_BranchName -eq "master")) {
- $Env:release = "true"
-
- # Replace placeholder with api-token in .sentryclirc
- (Get-Content C:\projects\design-payex-com\.sentryclirc).replace("", $Env:sentry_token) | Set-Content C:\projects\design-payex-com\.sentryclirc
-
-} else {
- $Env:release = "false"
-}
diff --git a/package.json b/package.json
index 527c6596b..7fe047dd2 100644
--- a/package.json
+++ b/package.json
@@ -66,7 +66,7 @@
"filemanager-webpack-plugin": "^2.0.4",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.6.0",
- "less": "~3.6.0",
+ "less": "^3.6.0",
"less-loader": "^4.1.0",
"less-plugin-lists": "^1.1.2",
"mini-css-extract-plugin": "^0.4.2",
diff --git a/src/App/components/InputGroup/__snapshots__/index.test.js.snap b/src/App/components/InputGroup/__snapshots__/index.test.js.snap
index 7d7b76ee9..851faf16f 100644
--- a/src/App/components/InputGroup/__snapshots__/index.test.js.snap
+++ b/src/App/components/InputGroup/__snapshots__/index.test.js.snap
@@ -17,7 +17,7 @@ exports[`Component: InputGroup - renders 1`] = `
data-pattern={null}
data-required={null}
data-validate={null}
- defaultValue=""
+ defaultValue={null}
disabled={null}
id={null}
placeholder={null}
diff --git a/src/App/components/InputGroup/index.js b/src/App/components/InputGroup/index.js
index 814d49b78..fc7c9bf9e 100644
--- a/src/App/components/InputGroup/index.js
+++ b/src/App/components/InputGroup/index.js
@@ -46,7 +46,7 @@ const InputGroup = ({
className: "form-control",
id: id || null,
placeholder: placeholder || null,
- defaultValue: defaultValue || "",
+ defaultValue: defaultValue || null,
disabled: disabled || null,
readOnly: readOnly || null,
autoComplete: autoComplete || null,
diff --git a/src/less/components/tooltip.less b/src/less/components/tooltip.less
index b878551e7..1fd5db8f2 100644
--- a/src/less/components/tooltip.less
+++ b/src/less/components/tooltip.less
@@ -1,5 +1,7 @@
[data-tooltip] {
position: relative;
+ // margin: @base-margin;
+ display: inline-block;
&:before {
content: "";
@@ -97,17 +99,4 @@
opacity: 1;
}
}
-
- &:focus {
- &:not(:hover) {
- &:before,
- &:after {
- width: 0;
- height: 0;
- padding: 0;
- border: none;
- content: "";
- }
- }
- }
}
diff --git a/src/px-script/index.js b/src/px-script/index.js
index 6008c40cb..cc0bf147b 100644
--- a/src/px-script/index.js
+++ b/src/px-script/index.js
@@ -15,9 +15,7 @@ import topbar from "./topbar";
import validation from "./validation";
// sentry reporter
-if (process.env.sentry) {
- init({ dsn: "https://832de6a6953642bea1d70c41c12a5ccd@sentry.io/80077" });
-}
+init({ dsn: "https://832de6a6953642bea1d70c41c12a5ccd@sentry.io/80077" });
const px = {
actionList,
diff --git a/webpack.config.js b/webpack.config.js
index 3c8448442..57fd35c06 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -15,10 +15,8 @@ const SentryCliPlugin = require("@sentry/webpack-plugin");
module.exports = (env, argv) => {
const version = pkg.version;
const isProd = argv.mode === "production";
- const isRelease = env.release === "true";
const isDevServer = !!argv.host;
-
const config = {
entry: {
polyfills: "./src/polyfills/index.js",
@@ -230,22 +228,12 @@ module.exports = (env, argv) => {
]
}
]
- })
- );
- }
-
- if (isRelease) {
- config.plugins.push(
- new SentryCliPlugin({
- release: version,
- include: ".",
- ignore: ["node_modules", "webpack.config.js"]
}),
- new webpack.DefinePlugin({
- "process.env": {
- sentry: true
- }
- })
+ // new SentryCliPlugin({
+ // release: version,
+ // include: ".",
+ // ignore: ["node_modules", "webpack.config.js"]
+ // })
);
}
From 9fe38f904086be1269a87bd98949d585e1e1fed9 Mon Sep 17 00:00:00 2001
From: Aksel Christoffer Wiig
Date: Wed, 26 Sep 2018 08:39:42 +0200
Subject: [PATCH 003/159] Added button-group to documentation
---
.../Documentation/components/Buttons/index.js | 96 ++++++++++++-------
src/App/components/Button/index.js | 6 +-
2 files changed, 63 insertions(+), 39 deletions(-)
diff --git a/src/App/Documentation/components/Buttons/index.js b/src/App/Documentation/components/Buttons/index.js
index 96492339a..fb2b596e7 100644
--- a/src/App/Documentation/components/Buttons/index.js
+++ b/src/App/Documentation/components/Buttons/index.js
@@ -11,10 +11,12 @@ const Examples = () => (
Examples
Several button styles etc...
- {"\n"}
- {"\n"}
- {"\n"}
- {"\n"}
+ {"\n"}
+ {"\n"}
+ {"\n"}
+ {"\n"}
+ {"\n"}
+
>
);
@@ -24,11 +26,13 @@ const UsageWithOtherTags = () => (
The .btn
class can also be used with other html-tags like {""} or {""}.
- {"\n"}
- {"\n"}
- {"\n"}
- {"\n"}
- {"\n"}
+ {"\n"}
+ {"\n"}
+ {"\n"}
+ {"\n"}
+ {"\n"}
+ {"\n"}
+
>
);
@@ -38,9 +42,11 @@ const OutlineButtons = () => (
Several button styles etc...
- {"\n"}
- {"\n"}
- {"\n"}
+ {"\n"}
+ {"\n"}
+ {"\n"}
+ {"\n"}
+
>
);
@@ -52,26 +58,34 @@ const Sizes = () => (
Large buttons
....btn-lg
- {"\n"}
- {"\n"}
+ {"\n"}
+ {"\n"}
+ {"\n"}
+
Small buttons
....btn-sm
- {"\n"}
- {"\n"}
+ {"\n"}
+ {"\n"}
+ {"\n"}
+
Extra small buttons
....btn-xs
- {"\n"}
- {"\n"}
+ {"\n"}
+ {"\n"}
+ {"\n"}
+
Block level
....btn-block
- {"\n"}
- {"\n"}
+ {"\n"}
+ {"\n"}
+ {"\n"}
+
>
);
@@ -81,9 +95,11 @@ const ActiveState = () => (
Active state
Active state with .active
...
- {"\n"}
- {"\n"}
- {"\n"}
+ {"\n"}
+ {"\n"}
+ {"\n"}
+ {"\n"}
+
>
);
@@ -93,9 +109,11 @@ const DisabledState = () => (
Disabled state
Disabled state with ...
- {"\n"}
- {"\n"}
- {"\n"}
+ {"\n"}
+ {"\n"}
+ {"\n"}
+ {"\n"}
+
>
);
@@ -105,8 +123,10 @@ const UsageWithIcons = () => (
Usage with icons
To use a button with an icon... Read more about icon usage here here.
- {"\n\n"}
- {"\n"}
+ {"\n"}
+ {"\n\n"}
+ {"\n"}
+
>
);
@@ -116,14 +136,18 @@ const ButtonLoader = () => (
To use a button with a loader simply add the attribute to add the required markup for the loader component. Add class .loading
to display the loader.
- {"\n"}
- {"\n"}
- {"\n"}
+ {"\n"}
+ {"\n"}
+ {"\n"}
+ {"\n"}
+
- {"\n"}
- {"\n"}
- {"\n"}
+ {"\n"}
+ {"\n"}
+ {"\n"}
+ {"\n"}
+
Adding the attribute to a button component will produce the following html:
@@ -217,7 +241,7 @@ const ButtonsGroup = () => (
When you use buttons next to each other you have to wrap them in a button-group
.
-
+
{"\n"}
{"\n"}
{"\n"}
{"\n"}
@@ -233,11 +257,11 @@ const ButtonsText = () => (
+
-
{/*
*/}
);
diff --git a/src/App/components/Button/index.js b/src/App/components/Button/index.js
index d49334b9d..2cd91de24 100644
--- a/src/App/components/Button/index.js
+++ b/src/App/components/Button/index.js
@@ -34,9 +34,9 @@ const Button = ({ label, id, name, value, href, icon, loading, type, disabled, b
if (input) return
;
return (
-
-
+
`;
exports[`Core: Grid AutoLayoutColumns renders 1`] = `
-
+
@@ -274,7 +274,7 @@ exports[`Core: Grid AutoLayoutColumns renders 1`] = `
-
+
`;
exports[`Core: Grid GridText renders 1`] = `
@@ -294,7 +294,7 @@ exports[`Core: Grid GridText renders 1`] = `
`;
exports[`Core: Grid HowItWorks renders 1`] = `
-
+
@@ -359,7 +359,7 @@ exports[`Core: Grid HowItWorks renders 1`] = `
.
-
+
`;
exports[`Core: Grid renders 1`] = `
diff --git a/src/App/Documentation/core/Icons/__snapshots__/index.test.js.snap b/src/App/Documentation/core/Icons/__snapshots__/index.test.js.snap
index 86adda414..35770c0bd 100644
--- a/src/App/Documentation/core/Icons/__snapshots__/index.test.js.snap
+++ b/src/App/Documentation/core/Icons/__snapshots__/index.test.js.snap
@@ -22,7 +22,7 @@ exports[`Core: Icons IconsText renders 1`] = `
`;
exports[`Core: Icons Usage renders 1`] = `
-
+
@@ -79,7 +79,7 @@ exports[`Core: Icons Usage renders 1`] = `
-
+
`;
exports[`Core: Icons renders 1`] = `
diff --git a/src/App/Documentation/core/Lists/__snapshots__/index.test.js.snap b/src/App/Documentation/core/Lists/__snapshots__/index.test.js.snap
index eddeec72d..5cb1c2f87 100644
--- a/src/App/Documentation/core/Lists/__snapshots__/index.test.js.snap
+++ b/src/App/Documentation/core/Lists/__snapshots__/index.test.js.snap
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Documentation: Lists BasicList renders 1`] = `
-
+
@@ -73,11 +73,11 @@ exports[`Documentation: Lists BasicList renders 1`] = `
-
+
`;
exports[`Documentation: Lists DescriptionList renders 1`] = `
-
+
@@ -127,11 +127,11 @@ exports[`Documentation: Lists DescriptionList renders 1`] = `
-
+
`;
exports[`Documentation: Lists InlineList renders 1`] = `
-
+
@@ -164,7 +164,7 @@ exports[`Documentation: Lists InlineList renders 1`] = `
-
+
`;
exports[`Documentation: Lists ListsText renders 1`] = `
@@ -187,7 +187,7 @@ exports[`Documentation: Lists ListsText renders 1`] = `
`;
exports[`Documentation: Lists SettingsList renders 1`] = `
-
+
@@ -247,7 +247,7 @@ exports[`Documentation: Lists SettingsList renders 1`] = `
-
+
`;
exports[`Documentation: Lists renders 1`] = `
diff --git a/src/App/Documentation/core/Tables/__snapshots__/index.test.js.snap b/src/App/Documentation/core/Tables/__snapshots__/index.test.js.snap
index 401917f21..e3a78a24f 100644
--- a/src/App/Documentation/core/Tables/__snapshots__/index.test.js.snap
+++ b/src/App/Documentation/core/Tables/__snapshots__/index.test.js.snap
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Documentation: Table BasicTable renders 1`] = `
-
+
@@ -126,11 +126,11 @@ exports[`Documentation: Table BasicTable renders 1`] = `
-
+
`;
exports[`Documentation: Table DescriptionTable renders 1`] = `
-
+
@@ -195,11 +195,11 @@ exports[`Documentation: Table DescriptionTable renders 1`] = `
-
+
`;
exports[`Documentation: Table HoverStripedTable renders 1`] = `
-
+
@@ -324,11 +324,11 @@ exports[`Documentation: Table HoverStripedTable renders 1`] = `
-
+
`;
exports[`Documentation: Table HoverTable renders 1`] = `
-
+
@@ -453,11 +453,11 @@ exports[`Documentation: Table HoverTable renders 1`] = `
-
+
`;
exports[`Documentation: Table StripedTable renders 1`] = `
-
+
@@ -582,7 +582,7 @@ exports[`Documentation: Table StripedTable renders 1`] = `
-
+
`;
exports[`Documentation: Table TablesText renders 1`] = `
diff --git a/src/App/Documentation/core/Typography/__snapshots__/index.test.js.snap b/src/App/Documentation/core/Typography/__snapshots__/index.test.js.snap
index 6313486c7..0833a8467 100644
--- a/src/App/Documentation/core/Typography/__snapshots__/index.test.js.snap
+++ b/src/App/Documentation/core/Typography/__snapshots__/index.test.js.snap
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Core: Typography Abbreviations renders 1`] = `
-
+
@@ -57,11 +57,11 @@ exports[`Core: Typography Abbreviations renders 1`] = `
about abbreviations.
-
+
`;
exports[`Core: Typography Blockquotes renders 1`] = `
-
+
@@ -96,11 +96,11 @@ exports[`Core: Typography Blockquotes renders 1`] = `
-
+
`;
exports[`Core: Typography Blockquotes renders 2`] = `
-
+
Naming a source
@@ -141,11 +141,11 @@ exports[`Core: Typography Blockquotes renders 2`] = `
-
+
`;
exports[`Core: Typography Blockquotes renders 3`] = `
-
+
Alignment
@@ -183,19 +183,19 @@ exports[`Core: Typography Blockquotes renders 3`] = `
-
+
`;
exports[`Core: Typography Blockquotes renders 4`] = `
-
+
-
+
`;
exports[`Core: Typography Fonts renders 1`] = `
-
+
@@ -218,11 +218,11 @@ exports[`Core: Typography Fonts renders 1`] = `
font-family: GillSans, Calibri, Trebuchet, sans-serif;
}
-
+
`;
exports[`Core: Typography Headings renders 1`] = `
-
+
@@ -306,11 +306,11 @@ exports[`Core: Typography Headings renders 1`] = `
.h6 heading
-
+
`;
exports[`Core: Typography Inline renders 1`] = `
-
+
@@ -437,11 +437,11 @@ exports[`Core: Typography Inline renders 1`] = `
is mostly for voice, technical terms, etc.
-
+
`;
exports[`Core: Typography Lead renders 1`] = `
-
+
@@ -467,11 +467,11 @@ exports[`Core: Typography Lead renders 1`] = `
This is a leading paragraph which for instance can be used as an introduction.
-
+
`;
exports[`Core: Typography Small renders 1`] = `
-
+
@@ -499,11 +499,11 @@ exports[`Core: Typography Small renders 1`] = `
-
+
`;
exports[`Core: Typography Text Utilities renders 1`] = `
-
+
@@ -519,7 +519,7 @@ exports[`Core: Typography Text Utilities renders 1`] = `
.
-
+
`;
exports[`Core: Typography Typography Text renders 1`] = `
diff --git a/src/App/Documentation/getting-started/Contributing/__snapshots__/index.test.js.snap b/src/App/Documentation/getting-started/Contributing/__snapshots__/index.test.js.snap
index fd4d66c26..b09bcf2e4 100644
--- a/src/App/Documentation/getting-started/Contributing/__snapshots__/index.test.js.snap
+++ b/src/App/Documentation/getting-started/Contributing/__snapshots__/index.test.js.snap
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`GettingStarted: Contributing Add Component To Routes renders 1`] = `
-
+
@@ -78,7 +78,7 @@ exports[`GettingStarted: Contributing Add Component To Routes renders 1`] = `
to see your component in action.
-
+
`;
exports[`GettingStarted: Contributing Adding JavaScript renders 1`] = ``;
@@ -298,7 +298,7 @@ exports[`GettingStarted: Contributing Adding Styles renders 1`] = ``;
exports[`GettingStarted: Contributing Adding Styles renders 2`] = ``;
exports[`GettingStarted: Contributing Adding Styles renders 3`] = `
-
+
Importing the styles
@@ -341,11 +341,11 @@ exports[`GettingStarted: Contributing Adding Styles renders 3`] = `
...
-
+
`;
exports[`GettingStarted: Contributing Adding Styles renders 4`] = `
-
+
Creating variables
@@ -382,7 +382,7 @@ exports[`GettingStarted: Contributing Adding Styles renders 4`] = `
@my-example-component-font-family: "Arial";
-
+
`;
exports[`GettingStarted: Contributing Adding Styles renders 5`] = ``;
@@ -470,7 +470,7 @@ exports[`GettingStarted: Contributing Contributing Text renders 1`] = `
`;
exports[`GettingStarted: Contributing Create A Documentation Page renders 1`] = `
-
+
@@ -587,11 +587,11 @@ exports[`GettingStarted: Contributing Create A Documentation Page renders 1`] =
-tag.
-
+
`;
exports[`GettingStarted: Contributing Creating Your Component renders 1`] = `
-
+
@@ -648,7 +648,7 @@ exports[`GettingStarted: Contributing Creating Your Component renders 1`] = `
export default MyExampleComponent;
-
+
`;
exports[`GettingStarted: Contributing renders 1`] = `
diff --git a/src/App/Documentation/getting-started/Introduction/__snapshots__/index.test.js.snap b/src/App/Documentation/getting-started/Introduction/__snapshots__/index.test.js.snap
index 61b3d8759..f33f5c37d 100644
--- a/src/App/Documentation/getting-started/Introduction/__snapshots__/index.test.js.snap
+++ b/src/App/Documentation/getting-started/Introduction/__snapshots__/index.test.js.snap
@@ -1,7 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`GettingStarted: Introduction Css renders 1`] = `
-
+
@@ -33,7 +33,7 @@ exports[`GettingStarted: Introduction Css renders 1`] = `
rel="stylesheet"
/>
-
+
`;
exports[`GettingStarted: Introduction IntroductionText renders 1`] = `
@@ -52,7 +52,7 @@ exports[`GettingStarted: Introduction IntroductionText renders 1`] = `
`;
exports[`GettingStarted: Introduction JavaScript renders 1`] = `
-
+
@@ -83,11 +83,11 @@ exports[`GettingStarted: Introduction JavaScript renders 1`] = `
src="https://design.payex.com/v/0.11.1/scripts/px-script.js"
/>
-
+
`;
exports[`GettingStarted: Introduction QuickStart renders 1`] = `
-
+
@@ -96,11 +96,11 @@ exports[`GettingStarted: Introduction QuickStart renders 1`] = `
To quickly add the designguide to your project, include the snippets below in your project.
-
+
`;
exports[`GettingStarted: Introduction StarterTemplate renders 1`] = `
-
+
@@ -142,7 +142,7 @@ exports[`GettingStarted: Introduction StarterTemplate renders 1`] = `