File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
src/packages/core/icon-registry Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ const writeIconsToDisk = (icons) => {
168
168
} ;
169
169
170
170
const generateJS = ( icons ) => {
171
- const JSPath = `${ moduleDirectory } /icons.ts` ;
171
+ const JSPath = `${ iconsOutputDirectory } /icons.ts` ;
172
172
173
173
const iconDescriptors = icons . map ( ( icon ) => {
174
174
return `{
Original file line number Diff line number Diff line change 1
1
import type { Meta , Story } from '@storybook/web-components' ;
2
- import icons from './icons.js' ;
2
+ import icons from './icons/icons .js' ;
3
3
import { html , repeat } from '@umbraco-cms/backoffice/external/lit' ;
4
4
5
5
export default {
File renamed without changes.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const manifests: Array<ManifestTypes> = [
5
5
type : 'icons' ,
6
6
alias : 'Umb.Icons.Backoffice' ,
7
7
name : 'Backoffice Icons' ,
8
- js : ( ) => import ( './icons.js' ) ,
8
+ js : ( ) => import ( './icons/icons .js' ) ,
9
9
} ,
10
10
{
11
11
type : 'globalContext' ,
You can’t perform that action at this time.
0 commit comments