File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 17
17
" **/third-party/*" ,
18
18
" ./polyfill/*" ,
19
19
" core-js/**/*" ,
20
- " intersection-observer" ,
21
- " proxy-polyfill/*"
20
+ " intersection-observer"
22
21
],
23
22
"scripts" : {
24
23
"clean" : " rimraf cjs Device hooks lib polyfill styling types utils index.esm.js index.d.ts" ,
30
29
"@babel/runtime" : " 7.10.2" ,
31
30
"core-js" : " 3.6.5" ,
32
31
"intersection-observer" : " 0.8.0" ,
33
- "proxy-polyfill" : " 0.3.1" ,
34
32
"resize-observer-polyfill" : " 1.5.1" ,
35
33
"smoothscroll-polyfill" : " 0.4.4"
36
34
},
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import { ThemingParameters } from './lib/ThemingParameters';
11
11
import { useConsolidatedRef } from './lib/useConsolidatedRef' ;
12
12
import { usePassThroughHtmlProps } from './lib/usePassThroughHtmlProps' ;
13
13
import { deprecationNotice , enrichEventWithDetails , getScrollBarWidth } from './lib/Utils' ;
14
+ import * as hooks from './lib/hooks' ;
14
15
15
16
export {
16
17
createComponentStyles ,
@@ -27,5 +28,6 @@ export {
27
28
CssSizeVariables ,
28
29
cssVariablesStyles ,
29
30
ThemingParameters ,
30
- enrichEventWithDetails
31
+ enrichEventWithDetails ,
32
+ hooks
31
33
} ;
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import 'core-js/modules/es.array.from';
5
5
import ResizeObserver from 'resize-observer-polyfill' ;
6
6
import 'intersection-observer' ;
7
7
import { polyfill as scrollToPolyfill } from 'smoothscroll-polyfill' ;
8
- import 'proxy-polyfill/proxy.min.js' ;
9
8
10
9
// @ts -ignore
11
10
window . ResizeObserver = ResizeObserver ;
Original file line number Diff line number Diff line change @@ -15758,11 +15758,6 @@ proxy-from-env@^1.0.0:
15758
15758
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
15759
15759
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
15760
15760
15761
-
15762
- version "0.3.1"
15763
- resolved "https://registry.yarnpkg.com/proxy-polyfill/-/proxy-polyfill-0.3.1.tgz#163d5283cf928dd8ddb5c5e88528e4ccd233496f"
15764
- integrity sha512-jywE1NIksgIGqZc4uF0QLbXGz2RcHQobsCkAW+8F0nr/6agap+TWksEAKyLnIBafPD88HT9qZR2ec0oomHdjcQ==
15765
-
15766
15761
prr@~1.0.1:
15767
15762
version "1.0.1"
15768
15763
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"
You can’t perform that action at this time.
0 commit comments