@pb33f/cowboy-components 0.0.4 → 0.0.6
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.
- package/dist/components/header/header.js +1 -1
- package/dist/components/http-method/http-method.js +1 -1
- package/dist/components/http-property-view/http-property-view.d.ts +1 -1
- package/dist/components/http-property-view/http-property-view.js +2 -2
- package/dist/components/kv-view/kv-view.js +3 -3
- package/dist/components/mailing-list/mailing-list.js +2 -2
- package/dist/components/theme-switcher/theme-switcher.js +1 -1
- package/dist/components/timeline/timeline-item.js +1 -1
- package/dist/components/timeline/timeline.js +1 -1
- package/package.json +1 -1
|
@@ -6,7 +6,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
6
6
|
};
|
|
7
7
|
import { customElement, property } from "lit/decorators.js";
|
|
8
8
|
import { html, LitElement } from "lit";
|
|
9
|
-
import headerCss from "./header.css";
|
|
9
|
+
import headerCss from "./header.css.js";
|
|
10
10
|
let HeaderComponent = class HeaderComponent extends LitElement {
|
|
11
11
|
constructor() {
|
|
12
12
|
super();
|
|
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
import { customElement, property } from "lit/decorators.js";
|
|
8
8
|
import { html, LitElement } from "lit";
|
|
9
9
|
import { ExchangeMethod } from "../../model/exchange_method";
|
|
10
|
-
import httpMethodCss from "./http-method.css";
|
|
10
|
+
import httpMethodCss from "./http-method.css.js";
|
|
11
11
|
let HttpMethodComponent = class HttpMethodComponent extends LitElement {
|
|
12
12
|
constructor() {
|
|
13
13
|
super();
|
|
@@ -8,8 +8,8 @@ import { customElement, state, property } from "lit/decorators.js";
|
|
|
8
8
|
import { map } from "lit/directives/map.js";
|
|
9
9
|
import { LitElement, html } from "lit";
|
|
10
10
|
import { unsafeHTML } from "lit/directives/unsafe-html.js";
|
|
11
|
-
import propertyViewComponentCss from "./http-property-view.css";
|
|
12
|
-
import sharedCss from "../../css/shared.css";
|
|
11
|
+
import propertyViewComponentCss from "./http-property-view.css.js";
|
|
12
|
+
import sharedCss from "../../css/shared.css.js";
|
|
13
13
|
let HttpPropertyViewComponent = class HttpPropertyViewComponent extends LitElement {
|
|
14
14
|
constructor() {
|
|
15
15
|
super();
|
|
@@ -8,13 +8,13 @@ import { customElement, state, property } from "lit/decorators.js";
|
|
|
8
8
|
import { map } from "lit/directives/map.js";
|
|
9
9
|
import { LitElement } from "lit";
|
|
10
10
|
import { html } from "lit";
|
|
11
|
-
import kvViewComponentCss from "./kv-view.css";
|
|
11
|
+
import kvViewComponentCss from "./kv-view.css.js";
|
|
12
12
|
import Prism from 'prismjs';
|
|
13
13
|
import 'prismjs/components/prism-json';
|
|
14
14
|
import 'prismjs/themes/prism-okaidia.css';
|
|
15
15
|
import { unsafeHTML } from "lit/directives/unsafe-html.js";
|
|
16
|
-
import prismCss from "../../css/prism.css";
|
|
17
|
-
import sharedCss from "../../css/shared.css";
|
|
16
|
+
import prismCss from "../../css/prism.css.js";
|
|
17
|
+
import sharedCss from "../../css/shared.css.js";
|
|
18
18
|
let KVViewComponent = class KVViewComponent extends LitElement {
|
|
19
19
|
constructor() {
|
|
20
20
|
super();
|
|
@@ -7,8 +7,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
import { customElement, property, query, state } from "lit/decorators.js";
|
|
8
8
|
import { LitElement } from "lit";
|
|
9
9
|
import { html } from "lit";
|
|
10
|
-
import mailingListComponentsCss from "./mailing-list.css";
|
|
11
|
-
import sharedCss from "../../css/shared.css";
|
|
10
|
+
import mailingListComponentsCss from "./mailing-list.css.js";
|
|
11
|
+
import sharedCss from "../../css/shared.css.js";
|
|
12
12
|
let MailingList = class MailingList extends LitElement {
|
|
13
13
|
constructor() {
|
|
14
14
|
super();
|
|
@@ -6,7 +6,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
6
6
|
};
|
|
7
7
|
import { customElement, state } from "lit/decorators.js";
|
|
8
8
|
import { html, LitElement } from "lit";
|
|
9
|
-
import themeSwitcherCss from "./theme-switcher.css";
|
|
9
|
+
import themeSwitcherCss from "./theme-switcher.css.js";
|
|
10
10
|
export const DarkTheme = 'dark';
|
|
11
11
|
export const LightTheme = 'light';
|
|
12
12
|
export const PB33F_THEME = 'pb33f-theme';
|
|
@@ -6,7 +6,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
6
6
|
};
|
|
7
7
|
import { customElement } from "lit/decorators.js";
|
|
8
8
|
import { html, LitElement } from "lit";
|
|
9
|
-
import timelineItemCss from "./timeline-item.css";
|
|
9
|
+
import timelineItemCss from "./timeline-item.css.js";
|
|
10
10
|
let TimelineItemComponent = class TimelineItemComponent extends LitElement {
|
|
11
11
|
constructor() {
|
|
12
12
|
super();
|
|
@@ -6,7 +6,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
6
6
|
};
|
|
7
7
|
import { customElement } from "lit/decorators.js";
|
|
8
8
|
import { html, LitElement } from "lit";
|
|
9
|
-
import timelineCss from "./timeline.css";
|
|
9
|
+
import timelineCss from "./timeline.css.js";
|
|
10
10
|
let TimelineComponent = class TimelineComponent extends LitElement {
|
|
11
11
|
constructor() {
|
|
12
12
|
super();
|
package/package.json
CHANGED