File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 " **/third-party/*" ,
1818 " ./polyfill/*" ,
1919 " core-js/**/*" ,
20- " intersection-observer" ,
21- " proxy-polyfill/*"
20+ " intersection-observer"
2221 ],
2322 "scripts" : {
2423 "clean" : " rimraf cjs Device hooks lib polyfill styling types utils index.esm.js index.d.ts" ,
3029 "@babel/runtime" : " 7.10.2" ,
3130 "core-js" : " 3.6.5" ,
3231 "intersection-observer" : " 0.8.0" ,
33- "proxy-polyfill" : " 0.3.1" ,
3432 "resize-observer-polyfill" : " 1.5.1" ,
3533 "smoothscroll-polyfill" : " 0.4.4"
3634 },
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import { ThemingParameters } from './lib/ThemingParameters';
1111import { useConsolidatedRef } from './lib/useConsolidatedRef' ;
1212import { usePassThroughHtmlProps } from './lib/usePassThroughHtmlProps' ;
1313import { deprecationNotice , enrichEventWithDetails , getScrollBarWidth } from './lib/Utils' ;
14+ import * as hooks from './lib/hooks' ;
1415
1516export {
1617 createComponentStyles ,
@@ -27,5 +28,6 @@ export {
2728 CssSizeVariables ,
2829 cssVariablesStyles ,
2930 ThemingParameters ,
30- enrichEventWithDetails
31+ enrichEventWithDetails ,
32+ hooks
3133} ;
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import 'core-js/modules/es.array.from';
55import ResizeObserver from 'resize-observer-polyfill' ;
66import 'intersection-observer' ;
77import { polyfill as scrollToPolyfill } from 'smoothscroll-polyfill' ;
8- import 'proxy-polyfill/proxy.min.js' ;
98
109// @ts -ignore
1110window . ResizeObserver = ResizeObserver ;
Original file line number Diff line number Diff line change @@ -15758,11 +15758,6 @@ proxy-from-env@^1.0.0:
1575815758 resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
1575915759 integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
1576015760
15761- proxy-polyfill@0.3.1:
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-
1576615761prr@~1.0.1:
1576715762 version "1.0.1"
1576815763 resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"
You can’t perform that action at this time.
0 commit comments