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";
17
17
export { withLanguageWrapper } from "./language.js" ;
18
18
export { withReducedMotionWrapper } from "./reduce-motion.js" ;
19
19
export { withTestingPreviewWrapper } from "./testing-preview.js" ;
20
- export { withTextDirectionWrapper } from "./text-direction.js" ;
21
20
22
21
/* This is exported but must be opted-into on a component-by-component basis */
23
22
export { withUnderlayWrapper } from "./underlay.js" ;
Original file line number Diff line number Diff line change 7
7
withLanguageWrapper ,
8
8
withReducedMotionWrapper ,
9
9
withTestingPreviewWrapper ,
10
- withTextDirectionWrapper
11
10
} from "./decorators" ;
12
11
import {
13
12
FontLoader ,
@@ -124,7 +123,6 @@ export default {
124
123
decorators : [
125
124
withLanguageWrapper ,
126
125
withReducedMotionWrapper ,
127
- withTextDirectionWrapper ,
128
126
withContextWrapper ,
129
127
withTestingPreviewWrapper ,
130
128
withArgEvents ,
You can’t perform that action at this time.
0 commit comments