@umbraco-cms/backoffice 14.0.0--preview004-d2cd4418 → 14.0.0--preview004-6de3ce22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,14 +4,13 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
4
4
|
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
5
|
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
6
6
|
};
|
|
7
|
-
import { css, html, customElement, state } from '../../../../../../external/lit/index.js';
|
|
8
7
|
import { UMB_MODAL_TEMPLATING_STYLESHEET_RTF_STYLE_SIDEBAR } from '../../manifests.js';
|
|
9
8
|
import { UmbTextStyles } from '../../../../../../shared/style/index.js';
|
|
10
9
|
import { UmbLitElement } from '../../../../../../shared/lit-element/index.js';
|
|
11
10
|
import { UMB_WORKSPACE_CONTEXT } from '../../../../../core/workspace/index.js';
|
|
12
11
|
import { UMB_MODAL_MANAGER_CONTEXT_TOKEN, UmbModalToken } from '../../../../../core/modal/index.js';
|
|
13
12
|
import { UmbSorterController } from '../../../../../core/sorter/index.js';
|
|
14
|
-
import { ifDefined, repeat } from '../../../../../../external/lit/index.js';
|
|
13
|
+
import { css, html, customElement, state, ifDefined, repeat } from '../../../../../../external/lit/index.js';
|
|
15
14
|
import './stylesheet-workspace-view-rich-text-editor-rule.element.js';
|
|
16
15
|
export const UMB_MODAL_TEMPLATING_STYLESHEET_RTF_STYLE_SIDEBAR_MODAL = new UmbModalToken(UMB_MODAL_TEMPLATING_STYLESHEET_RTF_STYLE_SIDEBAR, {
|
|
17
16
|
type: 'sidebar',
|