Skip to content

Commit

Permalink
Extract shared Flyout and Modal functionality into Dialog component […
Browse files Browse the repository at this point in the history
…#157670001]

Signed-off-by: Ming Xiao <mxiao@pivotal.io>
  • Loading branch information
reidmit authored and Ming Xiao committed May 23, 2018
1 parent aa0222d commit ca7bbc2
Show file tree
Hide file tree
Showing 21 changed files with 1,017 additions and 681 deletions.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"jasmine": true
},
"plugins": [
"react"
"react",
"jasmine"
],
"rules": {
"block-scoped-var": 2,
Expand All @@ -28,6 +29,7 @@
"eol-last": 0,
// "guard-for-in": 2,
"no-caller": 2,
"no-console": [2, {"allow": ["warn", "error"]}],
"no-div-regex": 2,
"no-dupe-class-members": 2,
"no-else-return": 0,
Expand Down Expand Up @@ -72,6 +74,7 @@
"react/jsx-no-undef": 2,
"semi": 2,
"jsx-quotes": [2, "prefer-double"],
"jasmine/no-focused-tests": 2,
"react/no-did-mount-set-state": 0,
"react/no-did-update-set-state": 2,
"react/prop-types": [2, {ignore: ['children', 'className', 'id', 'style']}],
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"debug": "^2.5.1",
"del": "^0.1.3",
"eslint": "^4.19.1",
"eslint-plugin-jasmine": "^2.10.1",
"eslint-plugin-react": "^7.8.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"fbjs": "^0.7.2",
Expand Down Expand Up @@ -83,10 +84,10 @@
"proxyquire": "^1.5.0",
"pui-react-tools": "^4.0.1",
"puppeteer": "^1.4.0",
"react-spy-on-render": "^0.5.0",
"react-svg-loader": "^1.1.1",
"sass-loader": "^6.0.0",
"semver": "^4.1.0",
"spy-on-render": "0.2.0",
"stream-reduce": "^1.0.3",
"stream-series": "^0.1.1",
"stringifier": "^1.3.0",
Expand All @@ -111,9 +112,9 @@
"pui-cursor": "^3.0.4",
"pui-react-animation": "^1.0.2",
"raf": "^3.1.0",
"react": "^16.2.0",
"react": "^16.3.2",
"react-addons-shallow-compare": "^15.0.1",
"react-dom": "^16.2.0",
"react-dom": "^16.3.2",
"scroll-into-view": "^1.3.0",
"tether": "^1.3.7",
"through": "^2.3.8",
Expand Down
Loading

0 comments on commit ca7bbc2

Please sign in to comment.