Skip to content

Commit

Permalink
Data Availability (#38)
Browse files Browse the repository at this point in the history
* integrate EpicService, npm cli v7 lockfile version

* add ability to delineate release, provisional availability, alert cards

* add products view to availability component, pair down static site data

* add generic SidebarFilter component, product title on avail hover

* potential safari sticky sidebar handling update

* update snapshots, run lib

* allow card overrides

* revamp build process, bump babel, react-scripts deps

* remove table-cell usage from top level page containers

* prepare v1.7.0
  • Loading branch information
sampsonj authored May 5, 2021
1 parent 3b9bb87 commit 46c961c
Show file tree
Hide file tree
Showing 146 changed files with 41,526 additions and 37,884 deletions.
4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
src/registerServiceWorker.js
src/lib_components/components/**/*.d.ts
src/lib_components/remoteAssets
src/**/__tests__
src/**/__mocks__
lib/
config/
8 changes: 6 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": ["react-app", "airbnb", "plugin:jsx-a11y/recommended"],
"plugins": ["jsx-a11y"],
"extends": ["airbnb", "react-app", "plugin:jsx-a11y/recommended"],
"plugins": ["react", "jsx-a11y"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "./tsconfig.json",
Expand All @@ -18,6 +18,10 @@
"eslint linebreak-style": [0, "error", "windows"],
"import/no-extraneous-dependencies": ["error", {"packageDir": "./"}],
"react/jsx-filename-extension": [2, { "extensions": [".js", ".jsx", ".ts", ".tsx"] }],
"no-use-before-define": "off",
"@typescript-eslint/no-use-before-define": ["warn"],
"no-shadow": "off",
"@typescript-eslint/no-shadow": ["error"],
"import/extensions": [
"error",
"ignorePackages",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ For Windows users the `npm run lib` command may fail with complaint about 'NODE_

## Library Composition

This package was originally onfigured with advice from [this article](https://medium.com/@lokhmakov/best-way-to-create-npm-packages-with-create-react-app-b24dd449c354).
This package was originally configured with advice from [this article](https://medium.com/@lokhmakov/best-way-to-create-npm-packages-with-create-react-app-b24dd449c354).

In summary, it began as a create-react-app app that was ejected. A `babel.config.json` was added with minor configuration and a script to invoke babel to run a library build was added.

Expand Down
1 change: 1 addition & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"plugins": [
["@babel/plugin-proposal-class-properties", { "loose": true }],
["@babel/plugin-proposal-object-rest-spread", { "loose": true }],
["@babel/plugin-proposal-private-methods", { "loose": true }],
"@babel/plugin-transform-object-assign"
],
"ignore": [
Expand Down
22 changes: 0 additions & 22 deletions config-overrides.js

This file was deleted.

90 changes: 0 additions & 90 deletions config/env.js

This file was deleted.

14 changes: 0 additions & 14 deletions config/jest/cssTransform.js

This file was deleted.

12 changes: 0 additions & 12 deletions config/jest/fileTransform.js

This file was deleted.

55 changes: 0 additions & 55 deletions config/paths.js

This file was deleted.

16 changes: 0 additions & 16 deletions config/polyfills.js

This file was deleted.

Loading

0 comments on commit 46c961c

Please sign in to comment.