File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ export { withIconSpriteSheet } from "./icon-sprites.js";
1717export { withLanguageWrapper } from "./language.js" ;
1818export { withReducedMotionWrapper } from "./reduce-motion.js" ;
1919export { withTestingPreviewWrapper } from "./testing-preview.js" ;
20- export { withTextDirectionWrapper } from "./text-direction.js" ;
2120
2221/* This is exported but must be opted-into on a component-by-component basis */
2322export { withUnderlayWrapper } from "./underlay.js" ;
Original file line number Diff line number Diff line change 77 withLanguageWrapper ,
88 withReducedMotionWrapper ,
99 withTestingPreviewWrapper ,
10- withTextDirectionWrapper
1110} from "./decorators" ;
1211import {
1312 FontLoader ,
@@ -124,7 +123,6 @@ export default {
124123 decorators : [
125124 withLanguageWrapper ,
126125 withReducedMotionWrapper ,
127- withTextDirectionWrapper ,
128126 withContextWrapper ,
129127 withTestingPreviewWrapper ,
130128 withArgEvents ,
You can’t perform that action at this time.
0 commit comments