Merge remote-tracking branch 'origin/release/beta002'
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import icons from './icons/icons.json' with { type: 'json' };
|
||||
// @ts-ignore
|
||||
import icons from './icons/icons.json' assert { type: 'json' };
|
||||
import { UUIIconRegistry } from '@umbraco-cms/backoffice/external/uui';
|
||||
|
||||
interface UmbIconDescriptor {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import icons from '../../../icon-registry/icons/icons.json' with { type: 'json' };
|
||||
import icons from '../../../icon-registry/icons/icons.json' assert { type: 'json' };
|
||||
import type { UUIColorSwatchesEvent } from '@umbraco-cms/backoffice/external/uui';
|
||||
|
||||
import { css, html, customElement, state, repeat } from '@umbraco-cms/backoffice/external/lit';
|
||||
|
||||
Reference in New Issue
Block a user