@pb33f/cowboy-components 0.0.4 → 0.0.5
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 @@ 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