Commit e3ab4a7 1 parent c003af8 commit e3ab4a7 Copy full SHA for e3ab4a7
File tree 6 files changed +7
-7
lines changed
carbon-web-components/src/typings
react/src/components/Card
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
* LICENSE file in the root directory of this source tree.
8
8
*/
9
9
10
- declare module 'carbon-components/es/globals/js/settings' {
10
+ declare module 'carbon-components/es/globals/js/settings.js ' {
11
11
const settings : {
12
12
/**
13
13
* The brand prefix.
@@ -17,7 +17,7 @@ declare module 'carbon-components/es/globals/js/settings' {
17
17
export default settings ;
18
18
}
19
19
20
- declare module 'carbon-components/es/globals/js/misc/on' {
20
+ declare module 'carbon-components/es/globals/js/misc/on.js ' {
21
21
/**
22
22
* Adds an event listener function to the list of event listeners for the given event type on the given event target.
23
23
* @param target The target to add event listener on.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import ddsSettings from '../../internal/vendor/@carbon/ibmdotcom-utilities/utili
11
11
import { Image } from '../Image' ;
12
12
import Link from '../../internal/vendor/carbon-components-react/components/Link/Link' ;
13
13
import markdownToHtml from '../../internal/vendor/@carbon/ibmdotcom-utilities/utilities/markdownToHtml/markdownToHtml' ;
14
- import on from 'carbon-components/es/globals/js/misc/on' ;
14
+ import on from 'carbon-components/es/globals/js/misc/on.js ' ;
15
15
import PropTypes from 'prop-types' ;
16
16
import settings from 'carbon-components/es/globals/js/settings' ;
17
17
import { Tile } from '../../internal/vendor/carbon-components-react/components/Tile/Tile' ;
Original file line number Diff line number Diff line change 8
8
import { baseFontSize , breakpoints } from '@carbon/layout' ;
9
9
import ddsSettings from '../settings/settings.js' ;
10
10
import root from 'window-or-global' ;
11
- import settings from 'carbon-components/es/globals/js/settings' ;
11
+ import settings from 'carbon-components/es/globals/js/settings.js ' ;
12
12
13
13
const { prefix } = settings ;
14
14
const { stablePrefix : ddsPrefix } = ddsSettings ;
Original file line number Diff line number Diff line change 5
5
* LICENSE file in the root directory of this source tree.
6
6
*/
7
7
8
- import on from 'carbon-components/es/globals/js/misc/on' ;
8
+ import on from 'carbon-components/es/globals/js/misc/on.js ' ;
9
9
10
10
/**
11
11
* Fires the given event if focus goes out of the given element.
Original file line number Diff line number Diff line change 6
6
*/
7
7
8
8
import { markdownToHtml } from '../' ;
9
- import settings from 'carbon-components/es/globals/js/settings' ;
9
+ import settings from 'carbon-components/es/globals/js/settings.js ' ;
10
10
11
11
const { prefix } = settings ;
12
12
Original file line number Diff line number Diff line change 7
7
8
8
import DOMPurify from 'isomorphic-dompurify' ;
9
9
import { marked } from 'marked' ;
10
- import settings from 'carbon-components/es/globals/js/settings' ;
10
+ import settings from 'carbon-components/es/globals/js/settings.js ' ;
11
11
import striptags from 'striptags' ;
12
12
13
13
const { prefix } = settings ;
You can’t perform that action at this time.
0 commit comments