-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge storefront-branch into develop (#357)
* Use EDS topbar and table in Storefront (#318) * temporarily disable eslint * use eds table * use index-files instead of package.json * remove github css * remove internal npm from config * add eds-core-react * use topbar, fonts, contentheader * use gatsby link component * resolve #319 * add the equinor type * add storefront run script * update package.json * bump version (#404) * Storefront eds design (#385) * ⬆️ Upgrade deps * Some components for index page * Add styles for p and h elements * Add eslitignore file to avoid gatsby's built in eslint to report errors in other folders. Use built in gatsby eslint for storefront * Margin adjustments * Add eds lists. Add link style. * Add eds table * Left align th text * Add proof of concept for TOC for button docs * Refine the poc concept * Add Grid layout helper component * Fix: Wrong prop name * Add some width resctrictions for Figma image. Add the possibility for alt text * Add a max-width to content to avoid toc floating to far away to the right on larger screens * Add more tocs * Add plugin for jsx-a11y back in * Add style for inline <code> tags * Add more tocs and format cleanup * Alt texts ftw * Add title and seo. Move content and content header to page to avoid confusion * Add general meta description. Add favicon * 💩 Add different margin to toc if there's no tabs * Add toc for a11y page. Fix wrong wrapping of long toc texts box-sizing content-box. * More tocs. Some work for icon toc, WIP * Try to rewrite slightly for better accessibility and support the use of keyboard * Use EDS icon for download * Fix missing end of jsx tag * Minor formatting. Important to header for test env * Add skip to content link * Add a copy of focus-visible instead of relying on eds. Add dotted focus on keyboard only * Try to fix eslint rule * Style navigation tabs like EDS tabs. Adjust layout accordingly * Add landing page. Can fine tune later on * Add width constraint for toc. Fix eslint issues * 💩 Stupid fix to make toc work for dev env * Add Algolia DocSearch with test index while waiting for them to reply * Remove special chars and numbers from slugs * Add more table of contents * H1 title on top both with tabs or without * Fix double // causing wrong url and redirects * Fix env variable. Don't know why this suddenly happened * Remove id's on H3 elements because of an issue with multiple id not being unique e.g. in Date formats and we no longer need them for TOC anyway * Try to use the minimized version of the script * Add simple repo to make stupid docz to work * show props Add es module to rollup config Use react-docgen-props-table * build with propstable * Add Equinor api key and index name for DocSearch * Use doczrc config just to make sure it works * Delete docz folder, let's make this a separate PR * Add SVG hero illustration * Left align text on large screens * Add button links to landing pages * Remove search. Need to find out why this ain't working in production * ZOMG for 'useful' VSCode magic * reset .eslintignore * install tokens * don’t lint tokens * style <Link> as EDS button Co-authored-by: Victor Nystad <[email protected]> * Fix new eslint errors (#453) * no role necessary here * Fix eslint errors * fix breadcrumbs test * Don’t override table styles (#455) * don’t override table styles * update lock-file * Style th properly when parent is tbody (#454) * style tbody > th * simplify logic * add text-align to tokens * update tokens * convert values to lowercase Co-authored-by: Wenche Tollevsen <[email protected]>
- Loading branch information
Showing
113 changed files
with
3,993 additions
and
2,050 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
shared-workspace-shrinkwrap = true | ||
link-workspace-packages = true | ||
package-lock = true | ||
@equinor-internal:registry=https://npm.equinor.com/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
*.mdx | ||
#*.mdx | ||
README.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
/../../apps/figma-broker/** | ||
/../../apps/storybook-html/** | ||
/../../apps/storybook-react/** | ||
/../../libraries/icons/** | ||
/../../libraries/core-react/** | ||
/../../libraries/tokens/** | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.