File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[
2
2
{
3
3
"path" : " dist/bundle.esm.js" ,
4
- "limit" : " 645B " ,
4
+ "limit" : " 661B " ,
5
5
"gzip" : true
6
6
},
7
7
{
8
8
"path" : " dist/bundle.cjs.js" ,
9
- "limit" : " 621B " ,
9
+ "limit" : " 637B " ,
10
10
"gzip" : true
11
11
},
12
12
{
13
13
"path" : " polyfilled.js" ,
14
- "limit" : " 3384B " ,
14
+ "limit" : " 3.4kB " ,
15
15
"gzip" : true
16
16
}
17
17
]
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ A React hook that allows you to use a ResizeObserver to measure an element's siz
16
16
## Highlights
17
17
18
18
- Written in ** TypeScript** .
19
- - ** Tiny** : [ 645B ] ( .size-limit.json ) (minified, gzipped) Monitored by [ size-limit] ( https://github.com/ai/size-limit ) .
19
+ - ** Tiny** : [ 661B ] ( .size-limit.json ) (minified, gzipped) Monitored by [ size-limit] ( https://github.com/ai/size-limit ) .
20
20
- Exposes an ** onResize callback** if you need more control.
21
21
- ` box ` [ option] ( https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver/observe#syntax ) .
22
22
- Works with ** SSR** .
@@ -359,4 +359,4 @@ The same technique can also be used to provide any of your preferred ResizeObser
359
359
360
360
## License
361
361
362
- MIT
362
+ MIT
You can’t perform that action at this time.
0 commit comments