remove dependency on @umbraco-cms/element

This commit is contained in:
Jacob Overgaard
2023-01-24 12:09:06 +01:00
parent 6ad3bdff03
commit cfcaa1fda3
2 changed files with 4 additions and 6 deletions

View File

@@ -1,10 +1,9 @@
import { css, html } from 'lit';
import { css, html, LitElement } from 'lit';
import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
import { customElement } from 'lit/decorators.js';
import { UmbLitElement } from '@umbraco-cms/element';
@customElement('umb-external-login-provider-test')
export class UmbExternalLoginProviderTestElement extends UmbLitElement {
export class UmbExternalLoginProviderTestElement extends LitElement {
static styles = [
UUITextStyles,
css`

View File

@@ -1,10 +1,9 @@
import { css, html } from 'lit';
import { css, html, LitElement } from 'lit';
import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
import { customElement } from 'lit/decorators.js';
import { UmbLitElement } from '@umbraco-cms/element';
@customElement('umb-external-login-provider-test2')
export class UmbExternalLoginProviderTest2Element extends UmbLitElement {
export class UmbExternalLoginProviderTest2Element extends LitElement {
static styles = [
UUITextStyles,
css`