Skip to content

Commit 153c69e

Browse files
Merge pull request #67 from metalabdesign/updates
Few updates.
2 parents 392954f + 6cf7584 commit 153c69e

6 files changed

Lines changed: 45 additions & 4 deletions

File tree

.flowconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
[ignore]
77
<PROJECT_ROOT>/packages/\(flowtip-core\|flowtip-react-dom\)/lib/.*\.js.flow$
8+
<PROJECT_ROOT>/packages/.*/node_modules/webpack-cli/.*$
89

910
[lints]
1011
all=error

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 Neal Granger
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// flow-typed signature: eeb2be8fcb612d0a790f16607fed91f7
2+
// flow-typed version: <<STUB>>/react-resize-observer_v1.0.0/flow_v0.67.1
3+
4+
/**
5+
* This is an autogenerated libdef stub for:
6+
*
7+
* 'react-resize-observer'
8+
*
9+
* Fill this stub out by replacing all the `any` types.
10+
*
11+
* Once filled out, we encourage you to share your work with the
12+
* community by sending a pull request to:
13+
* https://github.com/flowtype/flow-typed
14+
*/
15+
16+
declare module 'react-resize-observer' {
17+
declare module.exports: any;
18+
}

packages/flowtip-react-dom/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/flowtip-react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"homepage": "https://github.com/metalabdesign/flowtip/tree/master/packages/flowtip-react-dom",
2929
"dependencies": {
3030
"flowtip-core": "^5.2.0",
31-
"react-resize-observer": "^0.2.1"
31+
"react-resize-observer": "^1.0.0"
3232
},
3333
"peerDependencies": {
3434
"react": ">=0.14",

packages/flowtip-react-dom/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// @flow
22
export {default} from './FlowTip';
3+
export {getContentStyle, getTailStyle} from './util/render';
34
export type {
45
Style,
56
ContentProps,

0 commit comments

Comments
 (0)