diff --git a/package.json b/package.json index f97668a767..cd681d3ad6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "prettier": "prettier --config .prettierrc.yaml --write --list-different './**/*.{ts,tsx,json,md}'", "prettier:package": "[ $PACKAGE ] && prettier --config .prettierrc.yaml --write --list-different ./packages/$PACKAGE'/**/*.{ts,tsx,json,md}' || echo 'Specify a package name as environment variable to run prettier on just that package, e.g. `PACKAGE=dapp yarn prettier:package`'", "clean": "lerna run clean --parallel", - "test": "lerna run test --stream --sort --ignore @joincivil/contracts", + "test": "CI=true lerna run test --stream --sort --ignore @joincivil/contracts", "test-contracts": "lerna run test --stream --sort", "lerna:run": "lerna run", "prepare": "lerna run prepare --no-sort", diff --git a/packages/components/jest.config.js b/packages/components/jest.config.js index f8ac4cfa4f..75a9d73732 100644 --- a/packages/components/jest.config.js +++ b/packages/components/jest.config.js @@ -1,10 +1,10 @@ module.exports = { transform: { - "^.+\\.tsx?$": "babel-jest", + "^.+\\.(ts|tsx)?$": "babel-jest", }, testPathIgnorePatterns: ["/node_modules/", "src/__test__/setupTests.ts", "build"], moduleNameMapper: { - "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": + "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga|css)$": "src/__mocks__/fileMock.js", }, testRegex: "(src/__test__/.*|\\.(test|spec))\\.(ts|tsx)$", diff --git a/packages/components/package.json b/packages/components/package.json index 07dd0847e7..70332a29eb 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -17,15 +17,15 @@ "test": "NODE_ENV=test jest" }, "devDependencies": { - "@babel/core": "^7.4.3", + "@babel/core": "^7.5.5", "@babel/plugin-proposal-class-properties": "^7.4.0", "@babel/preset-react": "^7.0.0", "@babel/preset-typescript": "^7.3.3", "@joincivil/typescript-types": "^1.4.9", - "@storybook/addon-actions": "^5.0.6", - "@storybook/addon-info": "^5.0.6", - "@storybook/addon-storyshots": "^5.0.6", - "@storybook/react": "^5.0.6", + "@storybook/addon-actions": "^5.1.0", + "@storybook/addon-info": "^5.1.0", + "@storybook/addon-storyshots": "^5.1.0", + "@storybook/react": "^5.1.0", "@types/classnames": "^2.2.3", "@types/enzyme": "^3.1.9", "@types/jest": "^23.3.5", @@ -36,11 +36,10 @@ "@types/react-test-renderer": "^16.8.1", "@types/storybook__addon-info": "^4.1.1", "@types/storybook__react": "^3.0.7", - "awesome-typescript-loader": "^3.5.0", "babel-jest": "^24.7.1", "babel-loader": "^8.0.5", "babel-plugin-require-context-hook": "^1.0.0", - "core-js": "^2.5.3", + "core-js": "^3.2.1", "enzyme": "^3.3.0", "enzyme-adapter-react-16": "^1.1.1", "jest": "^24.6", diff --git a/packages/components/src/Account/Auth/__snapshots__/EmailAuth.stories.storyshot b/packages/components/src/Account/Auth/__snapshots__/EmailAuth.stories.storyshot index a8a32101ec..b2666a6c52 100644 --- a/packages/components/src/Account/Auth/__snapshots__/EmailAuth.stories.storyshot +++ b/packages/components/src/Account/Auth/__snapshots__/EmailAuth.stories.storyshot @@ -143,12 +143,12 @@ exports[`Storyshots Common / Auth / Email Signup Flow AccountEmailAuth 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -416,57 +416,24 @@ exports[`Storyshots Common / Auth / Email Signup Flow AccountEmailAuth 1`] = ` StoryRouter " Component - +
- - - - - @@ -474,158 +441,83 @@ exports[`Storyshots Common / Auth / Email Signup Flow AccountEmailAuth 1`] = ` diff --git a/packages/components/src/Account/Auth/__snapshots__/EthAuth.stories.storyshot b/packages/components/src/Account/Auth/__snapshots__/EthAuth.stories.storyshot index ff9ef4fb2e..fdc6ad2970 100644 --- a/packages/components/src/Account/Auth/__snapshots__/EthAuth.stories.storyshot +++ b/packages/components/src/Account/Auth/__snapshots__/EthAuth.stories.storyshot @@ -126,12 +126,12 @@ exports[`Storyshots Common / Auth / ETH AccountEthAuth Component 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/Account/Auth/__snapshots__/VerifyToken.stories.storyshot b/packages/components/src/Account/Auth/__snapshots__/VerifyToken.stories.storyshot index 23cc0bc60a..9a2c91c189 100644 --- a/packages/components/src/Account/Auth/__snapshots__/VerifyToken.stories.storyshot +++ b/packages/components/src/Account/Auth/__snapshots__/VerifyToken.stories.storyshot @@ -96,12 +96,12 @@ exports[`Storyshots Common / Auth / VerifyToken Complete 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -415,12 +415,12 @@ exports[`Storyshots Common / Auth / VerifyToken Error 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -773,12 +773,12 @@ exports[`Storyshots Common / Auth / VerifyToken Loading 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/BrowserCompatible/__snapshots__/BrowserCompatible.stories.storyshot b/packages/components/src/BrowserCompatible/__snapshots__/BrowserCompatible.stories.storyshot index 6bf3b80724..c4fbe5689f 100644 --- a/packages/components/src/BrowserCompatible/__snapshots__/BrowserCompatible.stories.storyshot +++ b/packages/components/src/BrowserCompatible/__snapshots__/BrowserCompatible.stories.storyshot @@ -153,12 +153,12 @@ exports[`Storyshots Common / Browser Compatible Message Browser Compatible 1`] = "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -426,57 +426,24 @@ exports[`Storyshots Common / Browser Compatible Message Browser Compatible 1`] = StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -484,158 +451,83 @@ exports[`Storyshots Common / Browser Compatible Message Browser Compatible 1`] = diff --git a/packages/components/src/Card/__snapshots__/Card.stories.storyshot b/packages/components/src/Card/__snapshots__/Card.stories.storyshot index 69b618f125..25029fb7fc 100644 --- a/packages/components/src/Card/__snapshots__/Card.stories.storyshot +++ b/packages/components/src/Card/__snapshots__/Card.stories.storyshot @@ -51,12 +51,12 @@ exports[`Storyshots Pattern Library / Cards Clickable Card 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/ChallengeResultsChart/__snapshots__/ChallengeResults.stories.storyshot b/packages/components/src/ChallengeResultsChart/__snapshots__/ChallengeResults.stories.storyshot index a67a6e4d83..e24517dc74 100644 --- a/packages/components/src/ChallengeResultsChart/__snapshots__/ChallengeResults.stories.storyshot +++ b/packages/components/src/ChallengeResultsChart/__snapshots__/ChallengeResults.stories.storyshot @@ -220,12 +220,12 @@ exports[`Storyshots Registry Challenge Results Chart 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/CopyToClipboard/__snapshots__/CopyURL.stories.storyshot b/packages/components/src/CopyToClipboard/__snapshots__/CopyURL.stories.storyshot index 329f803e14..31cf87e9b3 100644 --- a/packages/components/src/CopyToClipboard/__snapshots__/CopyURL.stories.storyshot +++ b/packages/components/src/CopyToClipboard/__snapshots__/CopyURL.stories.storyshot @@ -58,12 +58,12 @@ exports[`Storyshots Common / Copy Copy URL 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/CurrencyConverter/__snapshots__/CurrencyConverter.stories.storyshot b/packages/components/src/CurrencyConverter/__snapshots__/CurrencyConverter.stories.storyshot index b786f002c8..f531982518 100644 --- a/packages/components/src/CurrencyConverter/__snapshots__/CurrencyConverter.stories.storyshot +++ b/packages/components/src/CurrencyConverter/__snapshots__/CurrencyConverter.stories.storyshot @@ -137,12 +137,12 @@ exports[`Storyshots Common / Currency / Currency Converter CVL to ETH 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -862,12 +862,12 @@ exports[`Storyshots Common / Currency / Currency Converter USD to ETH 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/EmailSignup/__snapshots__/EmailSignup.stories.storyshot b/packages/components/src/EmailSignup/__snapshots__/EmailSignup.stories.storyshot index 3e43a9a29e..26e04f1ae5 100644 --- a/packages/components/src/EmailSignup/__snapshots__/EmailSignup.stories.storyshot +++ b/packages/components/src/EmailSignup/__snapshots__/EmailSignup.stories.storyshot @@ -136,12 +136,12 @@ exports[`Storyshots Registry / Mailing List Signup Component Mailing List Signup "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -553,12 +553,12 @@ exports[`Storyshots Registry / Mailing List Signup Component Mailing List Signup "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/EthAddressViewer/__snapshots__/EthAddressViewer.stories.storyshot b/packages/components/src/EthAddressViewer/__snapshots__/EthAddressViewer.stories.storyshot index 04d1fd8022..279b0631b2 100644 --- a/packages/components/src/EthAddressViewer/__snapshots__/EthAddressViewer.stories.storyshot +++ b/packages/components/src/EthAddressViewer/__snapshots__/EthAddressViewer.stories.storyshot @@ -109,12 +109,12 @@ exports[`Storyshots Common / Ethereum / EthAddress Viewer EthAddress Viewer 1`] "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/Hero/__snapshots__/Hero.stories.storyshot b/packages/components/src/Hero/__snapshots__/Hero.stories.storyshot index 3879988f6d..8127c7b145 100644 --- a/packages/components/src/Hero/__snapshots__/Hero.stories.storyshot +++ b/packages/components/src/Hero/__snapshots__/Hero.stories.storyshot @@ -128,12 +128,12 @@ exports[`Storyshots Registry / Hero Homepage 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -401,57 +401,24 @@ exports[`Storyshots Registry / Hero Homepage 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -459,158 +426,83 @@ exports[`Storyshots Registry / Hero Homepage 1`] = ` diff --git a/packages/components/src/ListingDetailHeader/__snapshots__/ListingDetailHeader.stories.storyshot b/packages/components/src/ListingDetailHeader/__snapshots__/ListingDetailHeader.stories.storyshot index 479b956d8e..819114ce84 100644 --- a/packages/components/src/ListingDetailHeader/__snapshots__/ListingDetailHeader.stories.storyshot +++ b/packages/components/src/ListingDetailHeader/__snapshots__/ListingDetailHeader.stories.storyshot @@ -133,12 +133,12 @@ exports[`Storyshots Registry / Listing / Listing Details Header Accepting Votes "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -863,12 +863,12 @@ exports[`Storyshots Registry / Listing / Listing Details Header In Application 1 "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1588,12 +1588,12 @@ exports[`Storyshots Registry / Listing / Listing Details Header No phase label 1 "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -2336,12 +2336,12 @@ exports[`Storyshots Registry / Listing / Listing Details Header Revealing Votes "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/ListingDetailPhaseCard/__snapshots__/ListingDetailsPhaseCard.stories.storyshot b/packages/components/src/ListingDetailPhaseCard/__snapshots__/ListingDetailsPhaseCard.stories.storyshot index 8a2d4c0e5a..ce865f0dc8 100644 --- a/packages/components/src/ListingDetailPhaseCard/__snapshots__/ListingDetailsPhaseCard.stories.storyshot +++ b/packages/components/src/ListingDetailPhaseCard/__snapshots__/ListingDetailsPhaseCard.stories.storyshot @@ -46,12 +46,12 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Appeal Chall "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -319,57 +319,24 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Appeal Chall StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -377,158 +344,83 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Appeal Chall @@ -587,12 +479,12 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Appeal Chall "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -860,57 +752,24 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Appeal Chall StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -918,158 +777,83 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Appeal Chall @@ -1128,12 +912,12 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Appeal Chall "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1401,57 +1185,24 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Appeal Chall StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -1459,158 +1210,83 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Appeal Chall @@ -1669,12 +1345,12 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Appeal Chall "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1942,57 +1618,24 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Appeal Chall StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -2000,158 +1643,83 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Appeal Chall @@ -2210,12 +1778,12 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Appeal Chall "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -2483,57 +2051,24 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Appeal Chall StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -2541,158 +2076,83 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Appeal Chall @@ -2751,12 +2211,12 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card In Applicati "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -3024,57 +2484,24 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card In Applicati StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -3082,158 +2509,83 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card In Applicati @@ -3292,12 +2644,12 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Rejected 1`] "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -3565,57 +2917,24 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Rejected 1`] StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -3623,158 +2942,83 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Rejected 1`] @@ -3833,12 +3077,12 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Resolve Appl "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -4106,57 +3350,24 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Resolve Appl StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -4164,158 +3375,83 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Resolve Appl @@ -4374,12 +3510,12 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Appeal "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -4647,57 +3783,24 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Appeal StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -4705,158 +3808,83 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Appeal @@ -4915,12 +3943,12 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Appeal "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -5188,57 +4216,24 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Appeal StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -5246,158 +4241,83 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Appeal @@ -5456,12 +4376,12 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Appeal "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -5729,57 +4649,24 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Appeal StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -5787,158 +4674,83 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Appeal @@ -5997,12 +4809,12 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Appeal "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -6270,57 +5082,24 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Appeal StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -6328,158 +5107,83 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Appeal @@ -6538,12 +5242,12 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Challe "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -6811,57 +5515,24 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Challe StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -6869,158 +5540,83 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Challe @@ -7079,12 +5675,12 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Challe "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -7352,57 +5948,24 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Challe StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -7410,158 +5973,83 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Challe @@ -7620,12 +6108,12 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Challe "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -7893,57 +6381,24 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Challe StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -7951,158 +6406,83 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Challe @@ -8161,12 +6541,12 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Challe "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -8434,57 +6814,24 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Challe StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -8492,158 +6839,83 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Challe @@ -8702,12 +6974,12 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Challe "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -8975,57 +7247,24 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Challe StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -9033,158 +7272,83 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Challe @@ -9243,12 +7407,12 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Challe "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -9516,57 +7680,24 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Challe StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -9574,158 +7705,83 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Under Challe @@ -9784,12 +7840,12 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Whitelisted "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -10057,57 +8113,24 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Whitelisted StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -10115,158 +8138,83 @@ exports[`Storyshots Registry / Listing / Listing Details Phase Card Whitelisted diff --git a/packages/components/src/ListingHistoryEvent/__snapshots__/ListingHistoryEvent.stories.storyshot b/packages/components/src/ListingHistoryEvent/__snapshots__/ListingHistoryEvent.stories.storyshot index 4ce2f11a4e..76deea4f70 100644 --- a/packages/components/src/ListingHistoryEvent/__snapshots__/ListingHistoryEvent.stories.storyshot +++ b/packages/components/src/ListingHistoryEvent/__snapshots__/ListingHistoryEvent.stories.storyshot @@ -44,12 +44,12 @@ exports[`Storyshots Registry / Listing / Listing History Event Default 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -317,57 +317,24 @@ exports[`Storyshots Registry / Listing / Listing History Event Default 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -375,158 +342,83 @@ exports[`Storyshots Registry / Listing / Listing History Event Default 1`] = ` @@ -583,12 +475,12 @@ exports[`Storyshots Registry / Listing / Listing History Event History Events Ti "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -856,57 +748,24 @@ exports[`Storyshots Registry / Listing / Listing History Event History Events Ti StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -914,158 +773,83 @@ exports[`Storyshots Registry / Listing / Listing History Event History Events Ti diff --git a/packages/components/src/ListingSummary/__snapshots__/ListingSummary.stories.storyshot b/packages/components/src/ListingSummary/__snapshots__/ListingSummary.stories.storyshot index 4cbe3d8edc..e2123a39f9 100644 --- a/packages/components/src/ListingSummary/__snapshots__/ListingSummary.stories.storyshot +++ b/packages/components/src/ListingSummary/__snapshots__/ListingSummary.stories.storyshot @@ -96,12 +96,12 @@ exports[`Storyshots Registry / Listing / Listing Summary Card 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -369,57 +369,24 @@ exports[`Storyshots Registry / Listing / Listing Summary Card 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -427,158 +394,83 @@ exports[`Storyshots Registry / Listing / Listing Summary Card 1`] = ` @@ -948,12 +840,12 @@ exports[`Storyshots Registry / Listing / Listing Summary Card Grid 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1221,57 +1113,24 @@ exports[`Storyshots Registry / Listing / Listing Summary Card Grid 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -1279,158 +1138,83 @@ exports[`Storyshots Registry / Listing / Listing Summary Card Grid 1`] = ` @@ -1489,12 +1273,12 @@ exports[`Storyshots Registry / Listing / Listing Summary Card Rejected 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1762,57 +1546,24 @@ exports[`Storyshots Registry / Listing / Listing Summary Card Rejected 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -1820,158 +1571,83 @@ exports[`Storyshots Registry / Listing / Listing Summary Card Rejected 1`] = ` diff --git a/packages/components/src/NavBar/__snapshots__/NavBar.stories.storyshot b/packages/components/src/NavBar/__snapshots__/NavBar.stories.storyshot index f42253eb96..b8be26f908 100644 --- a/packages/components/src/NavBar/__snapshots__/NavBar.stories.storyshot +++ b/packages/components/src/NavBar/__snapshots__/NavBar.stories.storyshot @@ -198,12 +198,12 @@ exports[`Storyshots Common / Nav / Nav Bar Global Nav 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -471,57 +471,24 @@ exports[`Storyshots Common / Nav / Nav Bar Global Nav 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -529,158 +496,83 @@ exports[`Storyshots Common / Nav / Nav Bar Global Nav 1`] = ` @@ -739,12 +631,12 @@ exports[`Storyshots Common / Nav / Nav Bar Nav Error Bar 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1012,57 +904,24 @@ exports[`Storyshots Common / Nav / Nav Bar Nav Error Bar 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -1070,158 +929,83 @@ exports[`Storyshots Common / Nav / Nav Bar Nav Error Bar 1`] = ` diff --git a/packages/components/src/Notice/__snapshots__/Notice.stories.storyshot b/packages/components/src/Notice/__snapshots__/Notice.stories.storyshot index 6f1c1efddb..c4904b555a 100644 --- a/packages/components/src/Notice/__snapshots__/Notice.stories.storyshot +++ b/packages/components/src/Notice/__snapshots__/Notice.stories.storyshot @@ -54,12 +54,12 @@ exports[`Storyshots Pattern Library / Notices Alert 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -380,12 +380,12 @@ exports[`Storyshots Pattern Library / Notices Attention 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -730,12 +730,12 @@ exports[`Storyshots Pattern Library / Notices Error 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1056,12 +1056,12 @@ exports[`Storyshots Pattern Library / Notices Info 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1449,12 +1449,12 @@ exports[`Storyshots Pattern Library / Notices Notice - All types 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -2169,12 +2169,12 @@ exports[`Storyshots Pattern Library / Notices foundation action 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/Parameterizer/__snapshots__/Parameterizer.stories.storyshot b/packages/components/src/Parameterizer/__snapshots__/Parameterizer.stories.storyshot index d96457b835..5f9bb025bc 100644 --- a/packages/components/src/Parameterizer/__snapshots__/Parameterizer.stories.storyshot +++ b/packages/components/src/Parameterizer/__snapshots__/Parameterizer.stories.storyshot @@ -46,12 +46,12 @@ exports[`Storyshots Registry / Parameterizer Create Proposal 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/PhaseCountdown/__snapshots__/PhaseCountdown.stories.storyshot b/packages/components/src/PhaseCountdown/__snapshots__/PhaseCountdown.stories.storyshot index 79df51d616..2f9007cb55 100644 --- a/packages/components/src/PhaseCountdown/__snapshots__/PhaseCountdown.stories.storyshot +++ b/packages/components/src/PhaseCountdown/__snapshots__/PhaseCountdown.stories.storyshot @@ -44,12 +44,12 @@ exports[`Storyshots Registry / Application Phase Countdown Timer Progress Bar Ti "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -292,12 +292,12 @@ exports[`Storyshots Registry / Application Phase Countdown Timer Text Timers 1`] "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -540,12 +540,12 @@ exports[`Storyshots Registry / Application Phase Countdown Timer Two Phase Progr "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/ReviewVote/__snapshots__/ReviewVote.stories.storyshot b/packages/components/src/ReviewVote/__snapshots__/ReviewVote.stories.storyshot index d8e0da4b49..fcd12b16a8 100644 --- a/packages/components/src/ReviewVote/__snapshots__/ReviewVote.stories.storyshot +++ b/packages/components/src/ReviewVote/__snapshots__/ReviewVote.stories.storyshot @@ -50,12 +50,12 @@ exports[`Storyshots Registry / Review Vote Review Vote Modal 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/StepProcess/StepProcessTopNav/__snapshots__/StepProcessTopNav.stories.storyshot b/packages/components/src/StepProcess/StepProcessTopNav/__snapshots__/StepProcessTopNav.stories.storyshot index f2107bb19c..2fffce2748 100644 --- a/packages/components/src/StepProcess/StepProcessTopNav/__snapshots__/StepProcessTopNav.stories.storyshot +++ b/packages/components/src/StepProcess/StepProcessTopNav/__snapshots__/StepProcessTopNav.stories.storyshot @@ -135,12 +135,12 @@ exports[`Storyshots Common / Steps / Step Process (with buttons) StepProcessTopN "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1580,12 +1580,12 @@ exports[`Storyshots Common / Steps / Step Process (with buttons) StepProcessTopN "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -3293,12 +3293,12 @@ exports[`Storyshots Common / Steps / Step Process (with buttons) scrolls to top "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -8869,12 +8869,12 @@ exports[`Storyshots Common / Steps / Step Process (with buttons) step 2 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -10325,12 +10325,12 @@ exports[`Storyshots Common / Steps / Step Process (with buttons) step 3 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -11785,12 +11785,12 @@ exports[`Storyshots Common / Steps / Step Process (with buttons) step 3 2 comple "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/StepProcess/StepProcessTopNavNoButtons/__snapshots__/StepProcessTopNav.stories.storyshot b/packages/components/src/StepProcess/StepProcessTopNavNoButtons/__snapshots__/StepProcessTopNav.stories.storyshot index 7dd7e9fe56..3338bbed8c 100644 --- a/packages/components/src/StepProcess/StepProcessTopNavNoButtons/__snapshots__/StepProcessTopNav.stories.storyshot +++ b/packages/components/src/StepProcess/StepProcessTopNavNoButtons/__snapshots__/StepProcessTopNav.stories.storyshot @@ -110,12 +110,12 @@ exports[`Storyshots Common / Steps / Step Process (no buttons) StepNoButtons 2 1 "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1541,12 +1541,12 @@ exports[`Storyshots Common / Steps / Step Process (no buttons) StepNoButtons 3 1 "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -2972,12 +2972,12 @@ exports[`Storyshots Common / Steps / Step Process (no buttons) StepNoButtons 3 2 "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -4412,12 +4412,12 @@ exports[`Storyshots Common / Steps / Step Process (no buttons) StepProcessTopNav "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -5815,12 +5815,12 @@ exports[`Storyshots Common / Steps / Step Process (no buttons) StepProcessTopNav "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -7220,12 +7220,12 @@ exports[`Storyshots Common / Steps / Step Process (no buttons) passes go next to "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -8762,12 +8762,12 @@ exports[`Storyshots Common / Steps / Step Process (no buttons) scrolls to top 1` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/StepProcess/__snapshots__/StepProcess.stories.storyshot b/packages/components/src/StepProcess/__snapshots__/StepProcess.stories.storyshot index 54871873dd..df53f40db3 100644 --- a/packages/components/src/StepProcess/__snapshots__/StepProcess.stories.storyshot +++ b/packages/components/src/StepProcess/__snapshots__/StepProcess.stories.storyshot @@ -83,12 +83,12 @@ exports[`Storyshots Common / Steps / Step Process (deprecated?) Step Process 1`] "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/Table/__snapshots__/Table.stories.storyshot b/packages/components/src/Table/__snapshots__/Table.stories.storyshot index c6d99bfb70..cf1d8842f0 100644 --- a/packages/components/src/Table/__snapshots__/Table.stories.storyshot +++ b/packages/components/src/Table/__snapshots__/Table.stories.storyshot @@ -118,12 +118,12 @@ exports[`Storyshots Pattern Library / Table Default 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/Tabs/__snapshots__/Tabs.stories.storyshot b/packages/components/src/Tabs/__snapshots__/Tabs.stories.storyshot index 541f113e04..616c1aeeb8 100644 --- a/packages/components/src/Tabs/__snapshots__/Tabs.stories.storyshot +++ b/packages/components/src/Tabs/__snapshots__/Tabs.stories.storyshot @@ -86,12 +86,12 @@ exports[`Storyshots Common / Tabs Default Tabs 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -730,12 +730,12 @@ exports[`Storyshots Common / Tabs Round Pill Tab 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1869,12 +1869,12 @@ exports[`Storyshots Common / Tabs Square Pill Tab 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -2894,12 +2894,12 @@ exports[`Storyshots Common / Tabs Styled Large Tab 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -3726,12 +3726,12 @@ exports[`Storyshots Common / Tabs Styled Tab 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -4543,12 +4543,12 @@ exports[`Storyshots Common / Tabs Tabs with before/after elements in nav 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/TokenTutorial/__snapshots__/TokenTutorial.stories.storyshot b/packages/components/src/TokenTutorial/__snapshots__/TokenTutorial.stories.storyshot index a856c74c44..463cfdf801 100644 --- a/packages/components/src/TokenTutorial/__snapshots__/TokenTutorial.stories.storyshot +++ b/packages/components/src/TokenTutorial/__snapshots__/TokenTutorial.stories.storyshot @@ -392,12 +392,12 @@ exports[`Storyshots Storefront / Token Tutorial Tutorial Landing 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/Tokens/__snapshots__/TokensAccount.stories.storyshot b/packages/components/src/Tokens/__snapshots__/TokensAccount.stories.storyshot index 877d2c4916..4315d31eb3 100644 --- a/packages/components/src/Tokens/__snapshots__/TokensAccount.stories.storyshot +++ b/packages/components/src/Tokens/__snapshots__/TokensAccount.stories.storyshot @@ -196,12 +196,12 @@ exports[`Storyshots Storefront / User Token Account Buy Section 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -469,57 +469,24 @@ exports[`Storyshots Storefront / User Token Account Buy Section 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -527,158 +494,83 @@ exports[`Storyshots Storefront / User Token Account Buy Section 1`] = ` @@ -787,12 +679,12 @@ exports[`Storyshots Storefront / User Token Account Signup Section 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1060,57 +952,24 @@ exports[`Storyshots Storefront / User Token Account Signup Section 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -1118,158 +977,83 @@ exports[`Storyshots Storefront / User Token Account Signup Section 1`] = ` @@ -1400,12 +1184,12 @@ exports[`Storyshots Storefront / User Token Account Tutorial Verify 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1673,57 +1457,24 @@ exports[`Storyshots Storefront / User Token Account Tutorial Verify 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -1731,158 +1482,83 @@ exports[`Storyshots Storefront / User Token Account Tutorial Verify 1`] = ` diff --git a/packages/components/src/Tokens/buy/__snapshots__/TokensTabBuy.stories.storyshot b/packages/components/src/Tokens/buy/__snapshots__/TokensTabBuy.stories.storyshot index d96a77e59b..eab64782ba 100644 --- a/packages/components/src/Tokens/buy/__snapshots__/TokensTabBuy.stories.storyshot +++ b/packages/components/src/Tokens/buy/__snapshots__/TokensTabBuy.stories.storyshot @@ -116,12 +116,12 @@ exports[`Storyshots Storefront / Buy Tab Buy Complete 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -389,57 +389,24 @@ exports[`Storyshots Storefront / Buy Tab Buy Complete 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -447,158 +414,83 @@ exports[`Storyshots Storefront / Buy Tab Buy Complete 1`] = ` @@ -789,12 +681,12 @@ exports[`Storyshots Storefront / Buy Tab Buy Tab 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1062,57 +954,24 @@ exports[`Storyshots Storefront / Buy Tab Buy Tab 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -1120,158 +979,83 @@ exports[`Storyshots Storefront / Buy Tab Buy Tab 1`] = ` @@ -1348,12 +1132,12 @@ exports[`Storyshots Storefront / Buy Tab Buy from Airswap 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1621,57 +1405,24 @@ exports[`Storyshots Storefront / Buy Tab Buy from Airswap 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -1679,158 +1430,83 @@ exports[`Storyshots Storefront / Buy Tab Buy from Airswap 1`] = ` @@ -1891,12 +1567,12 @@ exports[`Storyshots Storefront / Buy Tab Buy from Uniswap 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -2164,57 +1840,24 @@ exports[`Storyshots Storefront / Buy Tab Buy from Uniswap 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -2222,158 +1865,83 @@ exports[`Storyshots Storefront / Buy Tab Buy from Uniswap 1`] = ` diff --git a/packages/components/src/Tokens/sell/__snapshots__/TokensTabSell.stories.storyshot b/packages/components/src/Tokens/sell/__snapshots__/TokensTabSell.stories.storyshot index bd605dc296..d35ecbbf67 100644 --- a/packages/components/src/Tokens/sell/__snapshots__/TokensTabSell.stories.storyshot +++ b/packages/components/src/Tokens/sell/__snapshots__/TokensTabSell.stories.storyshot @@ -44,12 +44,12 @@ exports[`Storyshots Storefront / Sell Tab Coming Soon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -317,57 +317,24 @@ exports[`Storyshots Storefront / Sell Tab Coming Soon 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -375,158 +342,83 @@ exports[`Storyshots Storefront / Sell Tab Coming Soon 1`] = ` @@ -635,12 +527,12 @@ exports[`Storyshots Storefront / Sell Tab Need to Unlock 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -908,57 +800,24 @@ exports[`Storyshots Storefront / Sell Tab Need to Unlock 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -966,158 +825,83 @@ exports[`Storyshots Storefront / Sell Tab Need to Unlock 1`] = ` @@ -1188,12 +972,12 @@ exports[`Storyshots Storefront / Sell Tab Sell Tab 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1461,57 +1245,24 @@ exports[`Storyshots Storefront / Sell Tab Sell Tab 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -1519,158 +1270,83 @@ exports[`Storyshots Storefront / Sell Tab Sell Tab 1`] = ` @@ -1740,12 +1416,12 @@ exports[`Storyshots Storefront / Sell Tab Uniswap 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -2013,57 +1689,24 @@ exports[`Storyshots Storefront / Sell Tab Uniswap 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -2071,158 +1714,83 @@ exports[`Storyshots Storefront / Sell Tab Uniswap 1`] = ` diff --git a/packages/components/src/Tutorial/__snapshots__/Tutorial.stories.storyshot b/packages/components/src/Tutorial/__snapshots__/Tutorial.stories.storyshot index 09ac593c7f..8047f0a38d 100644 --- a/packages/components/src/Tutorial/__snapshots__/Tutorial.stories.storyshot +++ b/packages/components/src/Tutorial/__snapshots__/Tutorial.stories.storyshot @@ -112,12 +112,12 @@ exports[`Storyshots Common / Tutorial Tutorial Info 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -677,12 +677,12 @@ exports[`Storyshots Common / Tutorial Tutorial Question 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1354,12 +1354,12 @@ exports[`Storyshots Common / Tutorial Tutorial Topic Completed 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1861,12 +1861,12 @@ exports[`Storyshots Common / Tutorial Tutorial Topic Intro 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/UserStatement/__snapshots__/UserStatement.stories.storyshot b/packages/components/src/UserStatement/__snapshots__/UserStatement.stories.storyshot index 87570d27b4..d579e375e7 100644 --- a/packages/components/src/UserStatement/__snapshots__/UserStatement.stories.storyshot +++ b/packages/components/src/UserStatement/__snapshots__/UserStatement.stories.storyshot @@ -46,12 +46,12 @@ exports[`Storyshots Registry / User Statement Forms Submit Appeal Challenge Stat "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -319,57 +319,24 @@ exports[`Storyshots Registry / User Statement Forms Submit Appeal Challenge Stat StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -377,158 +344,83 @@ exports[`Storyshots Registry / User Statement Forms Submit Appeal Challenge Stat @@ -587,12 +479,12 @@ exports[`Storyshots Registry / User Statement Forms Submit Appeal Statement 1`] "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -860,57 +752,24 @@ exports[`Storyshots Registry / User Statement Forms Submit Appeal Statement 1`] StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -918,158 +777,83 @@ exports[`Storyshots Registry / User Statement Forms Submit Appeal Statement 1`] @@ -1128,12 +912,12 @@ exports[`Storyshots Registry / User Statement Forms Submit Challenge Statement 1 "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1401,57 +1185,24 @@ exports[`Storyshots Registry / User Statement Forms Submit Challenge Statement 1 StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -1459,158 +1210,83 @@ exports[`Storyshots Registry / User Statement Forms Submit Challenge Statement 1 diff --git a/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.connected.stories.storyshot b/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.connected.stories.storyshot index 7373edef5f..002bb2c1d4 100644 --- a/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.connected.stories.storyshot +++ b/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.connected.stories.storyshot @@ -313,12 +313,12 @@ exports[`Storyshots Common / Wallet Onboarding V2/Connected Connected 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.disabled.stories.storyshot b/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.disabled.stories.storyshot index 8a0fe2f30a..4acd4c04ed 100644 --- a/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.disabled.stories.storyshot +++ b/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.disabled.stories.storyshot @@ -45,12 +45,12 @@ exports[`Storyshots Common / Wallet Onboarding V2/Not Enabled Not Enabled 1`] = "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.locked.stories.storyshot b/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.locked.stories.storyshot index 1677777fd5..13d98b6414 100644 --- a/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.locked.stories.storyshot +++ b/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.locked.stories.storyshot @@ -157,12 +157,12 @@ exports[`Storyshots Common / Wallet Onboarding V2/Locked Locked 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.mismatch.stories.storyshot b/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.mismatch.stories.storyshot index 20d114e68d..3a3bcbc97e 100644 --- a/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.mismatch.stories.storyshot +++ b/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.mismatch.stories.storyshot @@ -157,12 +157,12 @@ exports[`Storyshots Common / Wallet Onboarding V2/Mismatch Civil account vs. Met "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.network.stories.storyshot b/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.network.stories.storyshot index 7b848b0e67..4659dae400 100644 --- a/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.network.stories.storyshot +++ b/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.network.stories.storyshot @@ -157,12 +157,12 @@ exports[`Storyshots Common / Wallet Onboarding V2/ Wrong Network Wrong Network 1 "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.provider.stories.storyshot b/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.provider.stories.storyshot index ef77c66f56..0735a91814 100644 --- a/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.provider.stories.storyshot +++ b/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.provider.stories.storyshot @@ -45,12 +45,12 @@ exports[`Storyshots Common / Wallet Onboarding V2/No Provider No Provider 1`] = "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.save.stories.storyshot b/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.save.stories.storyshot index e12b7909dc..c504e55623 100644 --- a/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.save.stories.storyshot +++ b/packages/components/src/WalletOnboardingV2/__snapshots__/WalletOnboardingV2.save.stories.storyshot @@ -157,12 +157,12 @@ exports[`Storyshots Common / Wallet Onboarding V2 / Save Address Save address to "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/__snapshots__/ApplicationPhaseStatusLabels.stories.storyshot b/packages/components/src/__snapshots__/ApplicationPhaseStatusLabels.stories.storyshot index 0f41ec1d67..3c51ad92e1 100644 --- a/packages/components/src/__snapshots__/ApplicationPhaseStatusLabels.stories.storyshot +++ b/packages/components/src/__snapshots__/ApplicationPhaseStatusLabels.stories.storyshot @@ -86,12 +86,12 @@ exports[`Storyshots Registry / Application Status Labels Labels 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/__snapshots__/Button.stories.storyshot b/packages/components/src/__snapshots__/Button.stories.storyshot index 8d22e401ec..9a1771572c 100644 --- a/packages/components/src/__snapshots__/Button.stories.storyshot +++ b/packages/components/src/__snapshots__/Button.stories.storyshot @@ -104,12 +104,12 @@ exports[`Storyshots Pattern Library / Buttons Button 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -377,57 +377,24 @@ exports[`Storyshots Pattern Library / Buttons Button 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -435,158 +402,83 @@ exports[`Storyshots Pattern Library / Buttons Button 1`] = ` @@ -653,12 +545,12 @@ exports[`Storyshots Pattern Library / Buttons CardTransactionButton 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -926,57 +818,24 @@ exports[`Storyshots Pattern Library / Buttons CardTransactionButton 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -984,158 +843,83 @@ exports[`Storyshots Pattern Library / Buttons CardTransactionButton 1`] = ` @@ -1208,12 +992,12 @@ exports[`Storyshots Pattern Library / Buttons DarkButton 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1481,57 +1265,24 @@ exports[`Storyshots Pattern Library / Buttons DarkButton 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -1539,158 +1290,83 @@ exports[`Storyshots Pattern Library / Buttons DarkButton 1`] = ` @@ -1760,12 +1436,12 @@ exports[`Storyshots Pattern Library / Buttons InvertedButton 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -2033,57 +1709,24 @@ exports[`Storyshots Pattern Library / Buttons InvertedButton 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -2091,158 +1734,83 @@ exports[`Storyshots Pattern Library / Buttons InvertedButton 1`] = ` @@ -2346,12 +1914,12 @@ exports[`Storyshots Pattern Library / Buttons MetaMaskLogoButton 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -2619,57 +2187,24 @@ exports[`Storyshots Pattern Library / Buttons MetaMaskLogoButton 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -2677,158 +2212,83 @@ exports[`Storyshots Pattern Library / Buttons MetaMaskLogoButton 1`] = ` @@ -2901,12 +2361,12 @@ exports[`Storyshots Pattern Library / Buttons SecondaryButton 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -3174,57 +2634,24 @@ exports[`Storyshots Pattern Library / Buttons SecondaryButton 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -3232,158 +2659,83 @@ exports[`Storyshots Pattern Library / Buttons SecondaryButton 1`] = ` @@ -3541,12 +2893,12 @@ exports[`Storyshots Pattern Library / Buttons sizes 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -3814,57 +3166,24 @@ exports[`Storyshots Pattern Library / Buttons sizes 1`] = ` StoryRouter " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -3872,158 +3191,83 @@ exports[`Storyshots Pattern Library / Buttons sizes 1`] = ` diff --git a/packages/components/src/__snapshots__/ClipLoader.stories.storyshot b/packages/components/src/__snapshots__/ClipLoader.stories.storyshot index 2cd37b0348..38279f8efb 100644 --- a/packages/components/src/__snapshots__/ClipLoader.stories.storyshot +++ b/packages/components/src/__snapshots__/ClipLoader.stories.storyshot @@ -51,12 +51,12 @@ exports[`Storyshots Pattern Library / Loading / Clip Loader Default Size (32px x "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -311,57 +311,24 @@ exports[`Storyshots Pattern Library / Loading / Clip Loader Default Size (32px x styled.div " Component -
+ property + propType + required + default + description
story - func + other yes -
links - object + other - -
routerProps - object + other - -
+
- - - - - @@ -369,98 +336,53 @@ exports[`Storyshots Pattern Library / Loading / Clip Loader Default Size (32px x @@ -546,12 +463,12 @@ exports[`Storyshots Pattern Library / Loading / Clip Loader Prop-defined size (1 "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -834,57 +751,24 @@ exports[`Storyshots Pattern Library / Loading / Clip Loader Prop-defined size (1 styled.div " Component -
+ property + propType + required + default + description
size unknown - 35
theme unknown - { @@ -477,12 +399,7 @@ exports[`Storyshots Pattern Library / Loading / Clip Loader Default Size (32px x
+
- - - - - @@ -892,98 +776,53 @@ exports[`Storyshots Pattern Library / Loading / Clip Loader Prop-defined size (1 diff --git a/packages/components/src/__snapshots__/Collapsable.stories.storyshot b/packages/components/src/__snapshots__/Collapsable.stories.storyshot index 2b5da66d6a..88bd7921d0 100644 --- a/packages/components/src/__snapshots__/Collapsable.stories.storyshot +++ b/packages/components/src/__snapshots__/Collapsable.stories.storyshot @@ -69,12 +69,12 @@ exports[`Storyshots Pattern Library / Collapsable closed 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -555,12 +555,12 @@ exports[`Storyshots Pattern Library / Collapsable disabled 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1048,12 +1048,12 @@ exports[`Storyshots Pattern Library / Collapsable open 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1513,12 +1513,12 @@ exports[`Storyshots Pattern Library / Collapsable with custom arrow 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -2023,12 +2023,12 @@ exports[`Storyshots Pattern Library / Collapsable with open text 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/__snapshots__/DetailTransactionButton.stories.storyshot b/packages/components/src/__snapshots__/DetailTransactionButton.stories.storyshot index d62a21b462..4ae3515910 100644 --- a/packages/components/src/__snapshots__/DetailTransactionButton.stories.storyshot +++ b/packages/components/src/__snapshots__/DetailTransactionButton.stories.storyshot @@ -44,12 +44,12 @@ exports[`Storyshots Common / Ethereum / DetailTransactionButton detail transacti "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -292,12 +292,12 @@ exports[`Storyshots Common / Ethereum / DetailTransactionButton detail transacti "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/__snapshots__/Heading.stories.storyshot b/packages/components/src/__snapshots__/Heading.stories.storyshot index 89f520f1c2..1aa67f9604 100644 --- a/packages/components/src/__snapshots__/Heading.stories.storyshot +++ b/packages/components/src/__snapshots__/Heading.stories.storyshot @@ -67,12 +67,12 @@ exports[`Storyshots Pattern Library / Typography / Headings Headings 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -574,57 +574,24 @@ exports[`Storyshots Pattern Library / Typography / Headings Headings 1`] = ` styled.h1 " Component -
+ property + propType + required + default + description
size unknown - 35
theme unknown - { @@ -1000,12 +839,7 @@ exports[`Storyshots Pattern Library / Loading / Clip Loader Prop-defined size (1
+
- - - - - @@ -632,44 +599,24 @@ exports[`Storyshots Pattern Library / Typography / Headings Headings 1`] = ` @@ -719,57 +661,24 @@ exports[`Storyshots Pattern Library / Typography / Headings Headings 1`] = ` styled.h1 " Component -
+ property + propType + required + default + description
theme unknown - { @@ -696,12 +643,7 @@ exports[`Storyshots Pattern Library / Typography / Headings Headings 1`] = `
+
- - - - - @@ -777,44 +686,24 @@ exports[`Storyshots Pattern Library / Typography / Headings Headings 1`] = ` @@ -864,57 +748,24 @@ exports[`Storyshots Pattern Library / Typography / Headings Headings 1`] = ` styled.h2 " Component -
+ property + propType + required + default + description
theme unknown - { @@ -841,12 +730,7 @@ exports[`Storyshots Pattern Library / Typography / Headings Headings 1`] = `
+
- - - - - @@ -922,44 +773,24 @@ exports[`Storyshots Pattern Library / Typography / Headings Headings 1`] = ` @@ -1009,57 +835,24 @@ exports[`Storyshots Pattern Library / Typography / Headings Headings 1`] = ` styled.h3 " Component -
+ property + propType + required + default + description
theme unknown - { @@ -986,12 +817,7 @@ exports[`Storyshots Pattern Library / Typography / Headings Headings 1`] = `
+
- - - - - @@ -1067,44 +860,24 @@ exports[`Storyshots Pattern Library / Typography / Headings Headings 1`] = ` diff --git a/packages/components/src/__snapshots__/LoadingIndicator.stories.storyshot b/packages/components/src/__snapshots__/LoadingIndicator.stories.storyshot index 48a2193a19..328b2f5d2e 100644 --- a/packages/components/src/__snapshots__/LoadingIndicator.stories.storyshot +++ b/packages/components/src/__snapshots__/LoadingIndicator.stories.storyshot @@ -111,12 +111,12 @@ exports[`Storyshots Pattern Library / Loading / Loading Indicator Default Size ( "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -493,12 +493,12 @@ exports[`Storyshots Pattern Library / Loading / Loading Indicator Prop-defined s "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/__snapshots__/LoadingMessage.stories.storyshot b/packages/components/src/__snapshots__/LoadingMessage.stories.storyshot index 005f956ffd..489234eae9 100644 --- a/packages/components/src/__snapshots__/LoadingMessage.stories.storyshot +++ b/packages/components/src/__snapshots__/LoadingMessage.stories.storyshot @@ -118,12 +118,12 @@ exports[`Storyshots Pattern Library / Loading / Loading Message Default size (32 "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -547,12 +547,12 @@ exports[`Storyshots Pattern Library / Loading / Loading Message Default size (32 "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -936,12 +936,12 @@ exports[`Storyshots Pattern Library / Loading / Loading Message Prop-defined siz "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/__snapshots__/Message.stories.storyshot b/packages/components/src/__snapshots__/Message.stories.storyshot index bd05cb1ede..d8b6a7f61f 100644 --- a/packages/components/src/__snapshots__/Message.stories.storyshot +++ b/packages/components/src/__snapshots__/Message.stories.storyshot @@ -52,12 +52,12 @@ exports[`Storyshots Pattern Library / Notices / Messages (deprecate this?) Info "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/__snapshots__/MetaMaskModal.stories.storyshot b/packages/components/src/__snapshots__/MetaMaskModal.stories.storyshot index c0ff578ce1..6cd51501c5 100644 --- a/packages/components/src/__snapshots__/MetaMaskModal.stories.storyshot +++ b/packages/components/src/__snapshots__/MetaMaskModal.stories.storyshot @@ -44,12 +44,12 @@ exports[`Storyshots Common / Ethereum / MetaMaskModal SignatureMetaMaskModal 1`] "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -302,12 +302,12 @@ exports[`Storyshots Common / Ethereum / MetaMaskModal SignatureMetaMaskModal wai "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -560,12 +560,12 @@ exports[`Storyshots Common / Ethereum / MetaMaskModal deniedMetaMaskModal 1`] = "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -818,12 +818,12 @@ exports[`Storyshots Common / Ethereum / MetaMaskModal preMetaMaskModal 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1076,12 +1076,12 @@ exports[`Storyshots Common / Ethereum / MetaMaskModal waitingMetaMaskModal 1`] = "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/__snapshots__/Modal.stories.storyshot b/packages/components/src/__snapshots__/Modal.stories.storyshot index dad065519f..08df59c97b 100644 --- a/packages/components/src/__snapshots__/Modal.stories.storyshot +++ b/packages/components/src/__snapshots__/Modal.stories.storyshot @@ -50,12 +50,12 @@ exports[`Storyshots Pattern Library / Modals Fullscreen Modal 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -411,12 +411,12 @@ exports[`Storyshots Pattern Library / Modals Modal 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/__snapshots__/ModalContent.stories.storyshot b/packages/components/src/__snapshots__/ModalContent.stories.storyshot index dd23bd5195..c7c8d5d6fc 100644 --- a/packages/components/src/__snapshots__/ModalContent.stories.storyshot +++ b/packages/components/src/__snapshots__/ModalContent.stories.storyshot @@ -57,12 +57,12 @@ exports[`Storyshots Pattern Library / Modals content 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/__snapshots__/QuestionToolTip.stories.storyshot b/packages/components/src/__snapshots__/QuestionToolTip.stories.storyshot index 3fa507796b..edcf1012a9 100644 --- a/packages/components/src/__snapshots__/QuestionToolTip.stories.storyshot +++ b/packages/components/src/__snapshots__/QuestionToolTip.stories.storyshot @@ -82,12 +82,12 @@ exports[`Storyshots Pattern Library / Tooltips / QuestionToolTip tooltip 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/__snapshots__/ViewTransactionLink.stories.storyshot b/packages/components/src/__snapshots__/ViewTransactionLink.stories.storyshot index 0e0719d8dc..222d15bffb 100644 --- a/packages/components/src/__snapshots__/ViewTransactionLink.stories.storyshot +++ b/packages/components/src/__snapshots__/ViewTransactionLink.stories.storyshot @@ -61,12 +61,12 @@ exports[`Storyshots Common / Ethereum / viewTransactionLink link 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/__snapshots__/WalletOnboarding.stories.storyshot b/packages/components/src/__snapshots__/WalletOnboarding.stories.storyshot index c7179b55b6..505d7ddb55 100644 --- a/packages/components/src/__snapshots__/WalletOnboarding.stories.storyshot +++ b/packages/components/src/__snapshots__/WalletOnboarding.stories.storyshot @@ -131,12 +131,12 @@ exports[`Storyshots Common / Wallet Onboarding CMS profile vs. MetaMask address "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -609,12 +609,12 @@ exports[`Storyshots Common / Wallet Onboarding Connected 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1041,12 +1041,12 @@ exports[`Storyshots Common / Wallet Onboarding Locked 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1548,12 +1548,12 @@ exports[`Storyshots Common / Wallet Onboarding No Provider 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1956,12 +1956,12 @@ exports[`Storyshots Common / Wallet Onboarding Not Enabled 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -2377,12 +2377,12 @@ exports[`Storyshots Common / Wallet Onboarding Save address to CMS profile 1`] = "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -2863,12 +2863,12 @@ exports[`Storyshots Common / Wallet Onboarding Wrong Network 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/icons/__snapshots__/icon.stories.storyshot b/packages/components/src/icons/__snapshots__/icon.stories.storyshot index c9bc7c38cc..cf40c169ac 100644 --- a/packages/components/src/icons/__snapshots__/icon.stories.storyshot +++ b/packages/components/src/icons/__snapshots__/icon.stories.storyshot @@ -57,12 +57,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons ApplicationInProgressIco "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -391,12 +391,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons ApprovedNewsroomsIcon 1` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -729,12 +729,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons ArticleIndexIcon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1074,12 +1074,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons ArticleIndexPanelIcon 1` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1422,12 +1422,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons ArticleSignIcon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1766,12 +1766,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons ArticleSignPanelIcon 1`] "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -2099,12 +2099,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons BellIcon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -2528,12 +2528,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons BookreaderIcon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -3007,12 +3007,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons BrainIcon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -3364,12 +3364,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons CVLToken 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -3705,12 +3705,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons CivilTutorialIcon 1`] = "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -4041,12 +4041,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons ClockIcon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -4369,12 +4369,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons CloseXIcon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -4721,12 +4721,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons CommitVoteSuccessIcon 1` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -5160,12 +5160,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons DashboardNewsroomApplica "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -5497,12 +5497,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons DisclosureArrowIcon 1`] "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -5825,12 +5825,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons DropdownArrow 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -6161,12 +6161,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons ErrorIcon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -6608,12 +6608,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons ExamIcon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -6946,12 +6946,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons ExchangeArrowsIcon 1`] = "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -7275,12 +7275,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons ExpandDownArrow 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -7605,12 +7605,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons FacebookIcon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -7955,12 +7955,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons GrantSubmitIcon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -8290,12 +8290,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons GreenCheckMark 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -8618,12 +8618,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons HamburgerIcon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -8961,12 +8961,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons HollowGreenCheck 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -9299,12 +9299,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons HollowRedNoGood 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -9638,12 +9638,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons InfoNotification 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -9971,12 +9971,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons LockOpenIcon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -10309,12 +10309,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons MetaMaskFrontIcon 1`] = "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -10647,12 +10647,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons MetaMaskSideIcon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -10977,12 +10977,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons NetworkIcon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -11305,12 +11305,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons NorthEastArrow 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -11644,12 +11644,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons OctopusErrorIcon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -12014,12 +12014,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons RegistryEmptyIcon 1`] = "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -12341,12 +12341,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons RejectedNewsroomsIcon 1` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -12758,12 +12758,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons RequestAppealSuccessIcon "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -13119,12 +13119,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons RevealVoteSuccessIcon 1` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -13455,12 +13455,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons ReviewIcon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -13899,12 +13899,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons SubmitChallengeSuccessIc "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -14232,12 +14232,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons TokenWalletIcon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -14572,12 +14572,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons TrendsIcon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -14902,12 +14902,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons TwitterIcon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -15243,12 +15243,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons VerifyIdentityIcon 1`] = "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -15577,12 +15577,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons WaitForApply 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -15925,12 +15925,12 @@ exports[`Storyshots Pattern Library / icons / SVG Icons WarningIcon 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/input/__snapshots__/AddressInput.stories.storyshot b/packages/components/src/input/__snapshots__/AddressInput.stories.storyshot index bb651e91e9..d175bf5a41 100644 --- a/packages/components/src/input/__snapshots__/AddressInput.stories.storyshot +++ b/packages/components/src/input/__snapshots__/AddressInput.stories.storyshot @@ -64,12 +64,12 @@ exports[`Storyshots Pattern Library / inputs / AddressInput invalid 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -382,12 +382,12 @@ exports[`Storyshots Pattern Library / inputs / AddressInput valid 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/input/__snapshots__/Dropdown.stories.storyshot b/packages/components/src/input/__snapshots__/Dropdown.stories.storyshot index 422dc636e1..82613b9588 100644 --- a/packages/components/src/input/__snapshots__/Dropdown.stories.storyshot +++ b/packages/components/src/input/__snapshots__/Dropdown.stories.storyshot @@ -52,12 +52,12 @@ exports[`Storyshots Pattern Library / Dropdown Dropdown 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/input/__snapshots__/Input.stories.storyshot b/packages/components/src/input/__snapshots__/Input.stories.storyshot index 9247188371..d278f53441 100644 --- a/packages/components/src/input/__snapshots__/Input.stories.storyshot +++ b/packages/components/src/input/__snapshots__/Input.stories.storyshot @@ -72,12 +72,12 @@ exports[`Storyshots Pattern Library / Inputs Currency Input 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -363,12 +363,12 @@ exports[`Storyshots Pattern Library / Inputs Currency Input With Button 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -647,12 +647,12 @@ exports[`Storyshots Pattern Library / Inputs Header Input 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -946,12 +946,12 @@ exports[`Storyshots Pattern Library / Inputs Input Group 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1330,12 +1330,12 @@ exports[`Storyshots Pattern Library / Inputs Radio Input 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -2193,12 +2193,12 @@ exports[`Storyshots Pattern Library / Inputs Text Input 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -2477,12 +2477,12 @@ exports[`Storyshots Pattern Library / Inputs Text Input With Button 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -2761,12 +2761,12 @@ exports[`Storyshots Pattern Library / Inputs Textarea Input 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -3044,12 +3044,12 @@ exports[`Storyshots Pattern Library / Inputs image file to data uri 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/components/src/input/__snapshots__/checkbox.stories.storyshot b/packages/components/src/input/__snapshots__/checkbox.stories.storyshot index a1217a48a2..6c02c2c5a5 100644 --- a/packages/components/src/input/__snapshots__/checkbox.stories.storyshot +++ b/packages/components/src/input/__snapshots__/checkbox.stories.storyshot @@ -127,12 +127,12 @@ exports[`Storyshots Pattern Library / inputs / check box checkboxes 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } @@ -1304,12 +1304,12 @@ exports[`Storyshots Pattern Library / inputs / check box slide check box 1`] = ` "background": "white", "bottom": 0, "display": "none", + "height": "100vh", "left": 0, "overflow": "auto", - "padding": "0 40px", "position": "fixed", - "right": 0, "top": 0, + "width": "100vw", "zIndex": 99999, } } diff --git a/packages/contracts/package.json b/packages/contracts/package.json index cf6b11c933..79604f9e7f 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -67,7 +67,7 @@ "solium-plugin-security": "^0.1.1", "truffle": "~5.0.29", "truffle-hdwallet-provider": "^1.0.15", - "tslint": "^5.9.1", + "tslint": "^5.17.0", "typescript": "^3.4.1", "web3": "^1.2.1", "web3-core": "^1.2.1", diff --git a/packages/core/package.json b/packages/core/package.json index a2121bf24b..73a568dcb0 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -45,7 +45,7 @@ "copyfiles": "^2.1.0", "npm-run-all": ">=4.1.5", "rimraf": "^2.6.2", - "tslint": "^5.9.1", + "tslint": "^5.17.0", "typescript": "^3.4.1" }, "dependencies": { diff --git a/packages/core/src/content/contentprovider.ts b/packages/core/src/content/contentprovider.ts index 36424aa1b1..fa088d1539 100644 --- a/packages/core/src/content/contentprovider.ts +++ b/packages/core/src/content/contentprovider.ts @@ -11,6 +11,4 @@ export interface ContentProviderOptions { ethApi: EthApi; } -export interface ContentProviderCreator { - new (options: ContentProviderOptions): ContentProvider; -} +export type ContentProviderCreator = new (options: ContentProviderOptions) => ContentProvider; diff --git a/packages/core/src/contracts/basecontract.ts b/packages/core/src/contracts/basecontract.ts index 3b6103c42b..3fdd495ca2 100644 --- a/packages/core/src/contracts/basecontract.ts +++ b/packages/core/src/contracts/basecontract.ts @@ -1,4 +1,3 @@ - import { Contract as IContract } from "./interfaces/contract"; import Contract from "web3/eth/contract"; diff --git a/packages/dapp/package.json b/packages/dapp/package.json index 8a83f8abbc..47228133c2 100644 --- a/packages/dapp/package.json +++ b/packages/dapp/package.json @@ -4,7 +4,7 @@ "homepage": "https://registry.civil.co", "private": false, "dependencies": { - "@joincivil/civil-sdk": "^1.21.4", + "@joincivil/sdk": "^2.0.0", "@joincivil/components": "^1.9.10", "@joincivil/core": "^4.8.11", "@joincivil/ethapi": "^0.4.9", @@ -63,7 +63,7 @@ "eject": "react-scripts eject", "lint": "tslint --project ./", "clean": "rimraf build/", - "predeploy": "npm run build", + "predeploy": "npm run build", "deploy": "gh-pages -d build" }, "devDependencies": { diff --git a/packages/dapp/src/components/Boosts/Boost.tsx b/packages/dapp/src/components/Boosts/Boost.tsx index 73a2798652..0d0e4694d7 100644 --- a/packages/dapp/src/components/Boosts/Boost.tsx +++ b/packages/dapp/src/components/Boosts/Boost.tsx @@ -4,7 +4,7 @@ import { State } from "../../redux/reducers"; import { BoostWrapper, ComingSoonText } from "./BoostStyledComponents"; import { Helmet } from "react-helmet"; import ScrollToTopOnMount from "../utility/ScrollToTop"; -import { Boost } from "@joincivil/civil-sdk"; +import { Boost } from "@joincivil/sdk"; import { FeatureFlag } from "@joincivil/components"; export interface BoostPageProps { diff --git a/packages/dapp/src/components/Boosts/BoostCreate.tsx b/packages/dapp/src/components/Boosts/BoostCreate.tsx index fdd58dd352..ccd9ca0eea 100644 --- a/packages/dapp/src/components/Boosts/BoostCreate.tsx +++ b/packages/dapp/src/components/Boosts/BoostCreate.tsx @@ -10,7 +10,7 @@ import styled from "styled-components"; import { NewsroomState } from "@joincivil/newsroom-signup"; import { CharterData, EthAddress } from "@joincivil/core"; -import { BoostForm } from "@joincivil/civil-sdk"; +import { BoostForm } from "@joincivil/sdk"; import { FeatureFlag, AuthenticatedRoute, ErrorLoadingData, LoadingMessage } from "@joincivil/components"; import { routes } from "../../constants"; diff --git a/packages/dapp/src/components/Boosts/BoostFeed.tsx b/packages/dapp/src/components/Boosts/BoostFeed.tsx index bbf4c6483d..cab1de7f88 100644 --- a/packages/dapp/src/components/Boosts/BoostFeed.tsx +++ b/packages/dapp/src/components/Boosts/BoostFeed.tsx @@ -9,7 +9,7 @@ import { } from "./BoostStyledComponents"; import { Helmet } from "react-helmet"; import ScrollToTopOnMount from "../utility/ScrollToTop"; -import { BoostFeed } from "@joincivil/civil-sdk"; +import { BoostFeed } from "@joincivil/sdk"; import { FeatureFlag } from "@joincivil/components"; import { urlConstants } from "@joincivil/utils"; diff --git a/packages/dapp/src/components/Dashboard/ManageNewsroom/ManageNewsroom.tsx b/packages/dapp/src/components/Dashboard/ManageNewsroom/ManageNewsroom.tsx index 05cccf3fd5..5a10dd36eb 100644 --- a/packages/dapp/src/components/Dashboard/ManageNewsroom/ManageNewsroom.tsx +++ b/packages/dapp/src/components/Dashboard/ManageNewsroom/ManageNewsroom.tsx @@ -3,7 +3,7 @@ import gql from "graphql-tag"; import { withRouter, RouteComponentProps } from "react-router-dom"; import { formatRoute } from "react-router-named-routes"; import { Query } from "react-apollo"; -import { BoostForm } from "@joincivil/civil-sdk"; +import { BoostForm } from "@joincivil/sdk"; import { EthAddress, CharterData } from "@joincivil/core"; import { Tabs, diff --git a/packages/dapp/src/components/listing/ListingBoosts.tsx b/packages/dapp/src/components/listing/ListingBoosts.tsx index 18ca700b7b..c7fde8bab8 100644 --- a/packages/dapp/src/components/listing/ListingBoosts.tsx +++ b/packages/dapp/src/components/listing/ListingBoosts.tsx @@ -1,6 +1,6 @@ import * as React from "react"; import { ListingTabIntro } from "./styledComponents"; -import { BoostFeed } from "@joincivil/civil-sdk"; +import { BoostFeed } from "@joincivil/sdk"; import { FeatureFlag, LoadingMessage, DisclosureArrowIcon } from "@joincivil/components"; import { urlConstants } from "@joincivil/utils"; import { ComingSoonText } from "../Boosts/BoostStyledComponents"; diff --git a/packages/dapp/src/redux/actionCreators/parameterizer.ts b/packages/dapp/src/redux/actionCreators/parameterizer.ts index 9f19f9640a..1efcbaf2a3 100644 --- a/packages/dapp/src/redux/actionCreators/parameterizer.ts +++ b/packages/dapp/src/redux/actionCreators/parameterizer.ts @@ -111,7 +111,7 @@ export const fetchAndAddParameterProposalChallengeData = (challengeID: string): const tcr = await getTCR(); const parameterizer = await tcr.getParameterizer(); - const challengeIDBN = bigNumberify(challengeID) + const challengeIDBN = bigNumberify(challengeID); const challengeData = await parameterizer.getChallengeData(challengeIDBN); dispatch(addParameterProposalChallenge(challengeID, challengeData)); diff --git a/packages/dapp/src/redux/reducers/network.ts b/packages/dapp/src/redux/reducers/network.ts index 48054e001c..b8c875b942 100644 --- a/packages/dapp/src/redux/reducers/network.ts +++ b/packages/dapp/src/redux/reducers/network.ts @@ -3,7 +3,6 @@ import { networkActions } from "../actionCreators/network"; import config from "../../helpers/config"; export function network(state: string = config.DEFAULT_ETHEREUM_NETWORK!, action: AnyAction): string { - switch (action.type) { case networkActions.SET_NETWORK: return action.data; diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index 115c78d54d..6cd6530737 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -49,7 +49,7 @@ "@types/mkdirp": "^0.5.2", "@types/node": "^10.12.0", "rimraf": "^2.6.2", - "tslint": "^5.9.1", + "tslint": "^5.17.0", "typescript": "^3.4.1" } } diff --git a/packages/ethapi/src/globals.d.ts b/packages/ethapi/src/globals.d.ts index 4c439f9615..d34b7d5302 100644 --- a/packages/ethapi/src/globals.d.ts +++ b/packages/ethapi/src/globals.d.ts @@ -2,4 +2,4 @@ declare module "web3/lib/solidity/coder" { const decodeParams: (types: string[], data: string) => any[]; } -declare module "web3-eth-contract" \ No newline at end of file +declare module "web3-eth-contract"; diff --git a/packages/sdk/.dockerignore b/packages/sdk/.dockerignore new file mode 100644 index 0000000000..b512c09d47 --- /dev/null +++ b/packages/sdk/.dockerignore @@ -0,0 +1 @@ +node_modules \ No newline at end of file diff --git a/packages/sdk/.prettierignore b/packages/sdk/.prettierignore new file mode 100644 index 0000000000..81d510403f --- /dev/null +++ b/packages/sdk/.prettierignore @@ -0,0 +1,6 @@ +node_modules/ +build/ +package.json +generated/ +doxity/ +coverage/ diff --git a/packages/sdk/.prettierrc.yaml b/packages/sdk/.prettierrc.yaml new file mode 100644 index 0000000000..b05391af94 --- /dev/null +++ b/packages/sdk/.prettierrc.yaml @@ -0,0 +1,6 @@ +printWidth: 120 +bracketSpacing: true +semi: true +singleQuote: false +trailingComma: all +useTabs: false diff --git a/packages/sdk/.storybook/config.tsx b/packages/sdk/.storybook/config.tsx new file mode 100644 index 0000000000..a78b28f258 --- /dev/null +++ b/packages/sdk/.storybook/config.tsx @@ -0,0 +1,17 @@ +import * as React from "react"; +import { configure, addDecorator } from "@storybook/react"; +import { CivilProvider } from "../src/react/CivilProvider"; + +// automatically import all files ending in *.stories.js +const req = require.context("../src", true, /\.stories\.tsx$/); +function loadStories() { + req.keys().forEach(filename => req(filename)); +} + +addDecorator(storyFn => ( + <> + {storyFn()} + +)); + +configure(loadStories, module); diff --git a/packages/sdk/.storybook/webpack.config.js b/packages/sdk/.storybook/webpack.config.js new file mode 100644 index 0000000000..310987c26b --- /dev/null +++ b/packages/sdk/.storybook/webpack.config.js @@ -0,0 +1,18 @@ +module.exports = ({ config, mode }) => { + config.module.rules.push({ + test: /\.tsx?$/, + use: [ + { + loader: require.resolve("babel-loader"), + options: { + presets: [require.resolve("babel-preset-react-app")] + } + }, + require.resolve("react-docgen-typescript-loader") + ] + }); + + config.resolve.extensions.push(".ts", ".tsx"); + + return config; +}; diff --git a/packages/sdk/Dockerfile b/packages/sdk/Dockerfile new file mode 100644 index 0000000000..245d4d208f --- /dev/null +++ b/packages/sdk/Dockerfile @@ -0,0 +1,23 @@ +# You should always specify a full version here to ensure all of your developers +# are running the same version of Node. +FROM node:10.12.0-stretch as build +WORKDIR /app + +COPY package.json /app +COPY yarn.lock /app +RUN yarn install +COPY . . +RUN rm -f .npmrc + +# Build Everything +RUN yarn build + +FROM nginx:1.12-alpine +COPY --from=build /app/build /usr/share/nginx/html +ADD ./devops/nginx.conf /etc/nginx/conf.d/default.conf +ADD ./devops/start.sh /start.sh +RUN chmod u+x /start.sh +EXPOSE 3000 +ENV ENVIRONMENT="{}" + +CMD /start.sh \ No newline at end of file diff --git a/packages/sdk/README.md b/packages/sdk/README.md new file mode 100644 index 0000000000..f79dd82550 --- /dev/null +++ b/packages/sdk/README.md @@ -0,0 +1,7 @@ +# **Civil SDK** + +A toolkit to interact with the Civil ecosystem. This doesn't actually do anything yet ¯\_(ツ)\_/¯ but it will very soon. + +## Documenation + +Visit [civil.dev](https://civil.dev) for documentation. diff --git a/packages/sdk/boost-test.html b/packages/sdk/boost-test.html new file mode 100644 index 0000000000..7d4b726dab --- /dev/null +++ b/packages/sdk/boost-test.html @@ -0,0 +1,17 @@ + + + + + + Civil Boost loader test + + + + The boost feed will go here: +
+ That was the boost feed! + + diff --git a/packages/sdk/build.js b/packages/sdk/build.js new file mode 100644 index 0000000000..e01b7a5ee2 --- /dev/null +++ b/packages/sdk/build.js @@ -0,0 +1,192 @@ +'use strict'; + +// Do this as the first thing so that any code reading it knows the right env. +process.env.BABEL_ENV = 'production'; +process.env.NODE_ENV = 'production'; + +// Makes the script crash on unhandled rejections instead of silently +// ignoring them. In the future, promise rejections that are not handled will +// terminate the Node.js process with a non-zero exit code. +process.on('unhandledRejection', err => { + throw err; +}); + +// Ensure environment variables are read. +require('../config/env'); + + +const path = require('path'); +const chalk = require('react-dev-utils/chalk'); +const fs = require('fs-extra'); +const webpack = require('webpack'); +const bfj = require('bfj'); +const configFactory = require('../config/webpack.config'); +const paths = require('../config/paths'); +const checkRequiredFiles = require('react-dev-utils/checkRequiredFiles'); +const formatWebpackMessages = require('react-dev-utils/formatWebpackMessages'); +const printHostingInstructions = require('react-dev-utils/printHostingInstructions'); +const FileSizeReporter = require('react-dev-utils/FileSizeReporter'); +const printBuildError = require('react-dev-utils/printBuildError'); + +const measureFileSizesBeforeBuild = + FileSizeReporter.measureFileSizesBeforeBuild; +const printFileSizesAfterBuild = FileSizeReporter.printFileSizesAfterBuild; +const useYarn = fs.existsSync(paths.yarnLockFile); + +// These sizes are pretty large. We'll warn for bundles exceeding them. +const WARN_AFTER_BUNDLE_GZIP_SIZE = 512 * 1024; +const WARN_AFTER_CHUNK_GZIP_SIZE = 1024 * 1024; + +const isInteractive = process.stdout.isTTY; + +// Warn and crash if required files are missing +if (!checkRequiredFiles([paths.appHtml, paths.appIndexJs])) { + process.exit(1); +} + +// Process CLI arguments +const argv = process.argv.slice(2); +const writeStatsJson = argv.indexOf('--stats') !== -1; + +// Generate configuration +const config = configFactory('production'); + +// We require that you explicitly set browsers and do not fall back to +// browserslist defaults. +const { checkBrowsers } = require('react-dev-utils/browsersHelper'); +checkBrowsers(paths.appPath, isInteractive) + .then(() => { + // First, read the current file sizes in build directory. + // This lets us display how much they changed later. + return measureFileSizesBeforeBuild(paths.appBuild); + }) + .then(previousFileSizes => { + // Remove all content but keep the directory so that + // if you're in it, you don't end up in Trash + fs.emptyDirSync(paths.appBuild); + // Merge with the public folder + copyPublicFolder(); + // Start the webpack build + return build(previousFileSizes); + }) + .then( + ({ stats, previousFileSizes, warnings }) => { + if (warnings.length) { + console.log(chalk.yellow('Compiled with warnings.\n')); + console.log(warnings.join('\n\n')); + console.log( + '\nSearch for the ' + + chalk.underline(chalk.yellow('keywords')) + + ' to learn more about each warning.' + ); + console.log( + 'To ignore, add ' + + chalk.cyan('// eslint-disable-next-line') + + ' to the line before.\n' + ); + } else { + console.log(chalk.green('Compiled successfully.\n')); + } + + console.log('File sizes after gzip:\n'); + printFileSizesAfterBuild( + stats, + previousFileSizes, + paths.appBuild, + WARN_AFTER_BUNDLE_GZIP_SIZE, + WARN_AFTER_CHUNK_GZIP_SIZE + ); + console.log(); + + const appPackage = require(paths.appPackageJson); + const publicUrl = paths.publicUrl; + const publicPath = config.output.publicPath; + const buildFolder = path.relative(process.cwd(), paths.appBuild); + printHostingInstructions( + appPackage, + publicUrl, + publicPath, + buildFolder, + useYarn + ); + }, + err => { + console.log(chalk.red('Failed to compile.\n')); + printBuildError(err); + process.exit(1); + } + ) + .catch(err => { + if (err && err.message) { + console.log(err.message); + } + process.exit(1); + }); + +// Create the production build and print the deployment instructions. +function build(previousFileSizes) { + console.log('Creating an optimized production build...'); + + let compiler = webpack(config); + return new Promise((resolve, reject) => { + compiler.run((err, stats) => { + let messages; + if (err) { + if (!err.message) { + return reject(err); + } + messages = formatWebpackMessages({ + errors: [err.message], + warnings: [], + }); + } else { + messages = formatWebpackMessages( + stats.toJson({ all: false, warnings: true, errors: true }) + ); + } + if (messages.errors.length) { + // Only keep the first error. Others are often indicative + // of the same problem, but confuse the reader with noise. + if (messages.errors.length > 1) { + messages.errors.length = 1; + } + return reject(new Error(messages.errors.join('\n\n'))); + } + if ( + process.env.CI && + (typeof process.env.CI !== 'string' || + process.env.CI.toLowerCase() !== 'false') && + messages.warnings.length + ) { + console.log( + chalk.yellow( + '\nTreating warnings as errors because process.env.CI = true.\n' + + 'Most CI servers set it automatically.\n' + ) + ); + return reject(new Error(messages.warnings.join('\n\n'))); + } + + const resolveArgs = { + stats, + previousFileSizes, + warnings: messages.warnings, + }; + if (writeStatsJson) { + return bfj + .write(paths.appBuild + '/bundle-stats.json', stats.toJson()) + .then(() => resolve(resolveArgs)) + .catch(error => reject(new Error(error))); + } + + return resolve(resolveArgs); + }); + }); +} + +function copyPublicFolder() { + fs.copySync(paths.appPublic, paths.appBuild, { + dereference: true, + filter: file => file !== paths.appHtml, + }); +} diff --git a/packages/sdk/certs.js b/packages/sdk/certs.js new file mode 100644 index 0000000000..eb47d8f776 --- /dev/null +++ b/packages/sdk/certs.js @@ -0,0 +1,3 @@ +const createCert = require('create-cert'); + +createCert().then(keys => console.log(keys)); diff --git a/packages/sdk/config/env.js b/packages/sdk/config/env.js new file mode 100644 index 0000000000..b0344c5a83 --- /dev/null +++ b/packages/sdk/config/env.js @@ -0,0 +1,93 @@ +'use strict'; + +const fs = require('fs'); +const path = require('path'); +const paths = require('./paths'); + +// Make sure that including paths.js after env.js will read .env variables. +delete require.cache[require.resolve('./paths')]; + +const NODE_ENV = process.env.NODE_ENV; +if (!NODE_ENV) { + throw new Error( + 'The NODE_ENV environment variable is required but was not specified.' + ); +} + +// https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use +var dotenvFiles = [ + `${paths.dotenv}.${NODE_ENV}.local`, + `${paths.dotenv}.${NODE_ENV}`, + // Don't include `.env.local` for `test` environment + // since normally you expect tests to produce the same + // results for everyone + NODE_ENV !== 'test' && `${paths.dotenv}.local`, + paths.dotenv, +].filter(Boolean); + +// Load environment variables from .env* files. Suppress warnings using silent +// if this file is missing. dotenv will never modify any environment variables +// that have already been set. Variable expansion is supported in .env files. +// https://github.com/motdotla/dotenv +// https://github.com/motdotla/dotenv-expand +dotenvFiles.forEach(dotenvFile => { + if (fs.existsSync(dotenvFile)) { + require('dotenv-expand')( + require('dotenv').config({ + path: dotenvFile, + }) + ); + } +}); + +// We support resolving modules according to `NODE_PATH`. +// This lets you use absolute paths in imports inside large monorepos: +// https://github.com/facebook/create-react-app/issues/253. +// It works similar to `NODE_PATH` in Node itself: +// https://nodejs.org/api/modules.html#modules_loading_from_the_global_folders +// Note that unlike in Node, only *relative* paths from `NODE_PATH` are honored. +// Otherwise, we risk importing Node.js core modules into an app instead of Webpack shims. +// https://github.com/facebook/create-react-app/issues/1023#issuecomment-265344421 +// We also resolve them to make sure all tools using them work consistently. +const appDirectory = fs.realpathSync(process.cwd()); +process.env.NODE_PATH = (process.env.NODE_PATH || '') + .split(path.delimiter) + .filter(folder => folder && !path.isAbsolute(folder)) + .map(folder => path.resolve(appDirectory, folder)) + .join(path.delimiter); + +// Grab NODE_ENV and REACT_APP_* environment variables and prepare them to be +// injected into the application via DefinePlugin in Webpack configuration. +const REACT_APP = /^REACT_APP_/i; + +function getClientEnvironment(publicUrl) { + const raw = Object.keys(process.env) + .filter(key => REACT_APP.test(key)) + .reduce( + (env, key) => { + env[key] = process.env[key]; + return env; + }, + { + // Useful for determining whether we’re running in production mode. + // Most importantly, it switches React into the correct mode. + NODE_ENV: process.env.NODE_ENV || 'development', + // Useful for resolving the correct path to static assets in `public`. + // For example, . + // This should only be used as an escape hatch. Normally you would put + // images into the `src` and `import` them in code to get their paths. + PUBLIC_URL: publicUrl, + } + ); + // Stringify all values so we can feed into Webpack DefinePlugin + const stringified = { + 'process.env': Object.keys(raw).reduce((env, key) => { + env[key] = JSON.stringify(raw[key]); + return env; + }, {}), + }; + + return { raw, stringified }; +} + +module.exports = getClientEnvironment; diff --git a/packages/sdk/config/jest/cssTransform.js b/packages/sdk/config/jest/cssTransform.js new file mode 100644 index 0000000000..8f65114812 --- /dev/null +++ b/packages/sdk/config/jest/cssTransform.js @@ -0,0 +1,14 @@ +'use strict'; + +// This is a custom Jest transformer turning style imports into empty objects. +// http://facebook.github.io/jest/docs/en/webpack.html + +module.exports = { + process() { + return 'module.exports = {};'; + }, + getCacheKey() { + // The output is always the same. + return 'cssTransform'; + }, +}; diff --git a/packages/sdk/config/jest/fileTransform.js b/packages/sdk/config/jest/fileTransform.js new file mode 100644 index 0000000000..4ed6bdb005 --- /dev/null +++ b/packages/sdk/config/jest/fileTransform.js @@ -0,0 +1,31 @@ +'use strict'; + +const path = require('path'); + +// This is a custom Jest transformer turning file imports into filenames. +// http://facebook.github.io/jest/docs/en/webpack.html + +module.exports = { + process(src, filename) { + const assetFilename = JSON.stringify(path.basename(filename)); + + if (filename.match(/\.svg$/)) { + return `const React = require('react'); + module.exports = { + __esModule: true, + default: ${assetFilename}, + ReactComponent: React.forwardRef((props, ref) => ({ + $$typeof: Symbol.for('react.element'), + type: 'svg', + ref: ref, + key: null, + props: Object.assign({}, props, { + children: ${assetFilename} + }) + })), + };`; + } + + return `module.exports = ${assetFilename};`; + }, +}; diff --git a/packages/sdk/config/paths.js b/packages/sdk/config/paths.js new file mode 100644 index 0000000000..bfd349b9c4 --- /dev/null +++ b/packages/sdk/config/paths.js @@ -0,0 +1,91 @@ +"use strict"; + +const path = require("path"); +const fs = require("fs"); +const url = require("url"); + +// Make sure any symlinks in the project folder are resolved: +// https://github.com/facebook/create-react-app/issues/637 +const appDirectory = fs.realpathSync(process.cwd()); +const resolveApp = relativePath => path.resolve(appDirectory, relativePath); + +const envPublicUrl = process.env.PUBLIC_URL; + +function ensureSlash(inputPath, needsSlash) { + const hasSlash = inputPath.endsWith("/"); + if (hasSlash && !needsSlash) { + return inputPath.substr(0, inputPath.length - 1); + } else if (!hasSlash && needsSlash) { + return `${inputPath}/`; + } else { + return inputPath; + } +} + +const getPublicUrl = appPackageJson => + envPublicUrl || require(appPackageJson).homepage; + +// We use `PUBLIC_URL` environment variable or "homepage" field to infer +// "public path" at which the app is served. +// Webpack needs to know it to put the right
+ property + propType + required + default + description
theme unknown - { @@ -1131,12 +904,7 @@ exports[`Storyshots Pattern Library / Typography / Headings Headings 1`] = `