@umbraco-cms/backoffice 14.0.0--preview004-66ee1ff8 → 14.0.0--preview004-d2cd4418

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.
@@ -6,7 +6,7 @@ export declare class UmbStylesheetWorkspaceViewCodeEditorElement extends UmbLitE
6
6
  constructor();
7
7
  disconnectedCallback(): void;
8
8
  render(): import("lit-html").TemplateResult<1>;
9
- static styles: import("lit").CSSResult[];
9
+ static styles: import("@lit/reactive-element/css-tag.js").CSSResult[];
10
10
  }
11
11
  export default UmbStylesheetWorkspaceViewCodeEditorElement;
12
12
  declare global {
@@ -4,8 +4,7 @@ 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 } from 'lit';
8
- import { customElement, state } from 'lit/decorators.js';
7
+ import { css, html, customElement, state } from '../../../../../../external/lit/index.js';
9
8
  import { UMB_STYLESHEET_WORKSPACE_CONTEXT } from '../../stylesheet-workspace.context.js';
10
9
  import { UmbLitElement } from '../../../../../../shared/lit-element/index.js';
11
10
  import { UmbTextStyles } from '../../../../../../shared/style/index.js';
@@ -12,7 +12,7 @@ export declare class UmbStylesheetWorkspaceViewRichTextEditorElement extends Umb
12
12
  openModal: (rule?: RichTextRuleModelSortable | null) => void;
13
13
  removeRule: (rule: RichTextRuleModelSortable) => void;
14
14
  render(): import("lit-html").TemplateResult<1>;
15
- static styles: import("lit").CSSResult[];
15
+ static styles: import("@lit/reactive-element/css-tag.js").CSSResult[];
16
16
  }
17
17
  export default UmbStylesheetWorkspaceViewRichTextEditorElement;
18
18
  declare global {
@@ -4,8 +4,7 @@ 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 } from 'lit';
8
- import { customElement, state } from 'lit/decorators.js';
7
+ import { css, html, customElement, state } from '../../../../../../external/lit/index.js';
9
8
  import { UMB_MODAL_TEMPLATING_STYLESHEET_RTF_STYLE_SIDEBAR } from '../../manifests.js';
10
9
  import { UmbTextStyles } from '../../../../../../shared/style/index.js';
11
10
  import { UmbLitElement } from '../../../../../../shared/lit-element/index.js';