@iyulab/modern-app 0.2.3 → 0.2.4
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/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { html as c } from "lit";
|
|
2
2
|
import { property as o } from "lit/decorators.js";
|
|
3
|
-
import { UIcon as l } from "@iyulab/components/dist/components/
|
|
3
|
+
import { UIcon as l } from "@iyulab/components/dist/components/icon/UIcon.component.js";
|
|
4
4
|
import { ExtendedBaseElement as m } from "../internals/ExtendedBaseElement.js";
|
|
5
5
|
import { styles as d } from "./SidebarButton.styles.js";
|
|
6
6
|
var u = Object.defineProperty, n = (e, p, s, f) => {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { html as c } from "lit";
|
|
2
2
|
import { property as o } from "lit/decorators.js";
|
|
3
|
-
import { UIcon as d } from "@iyulab/components/dist/components/
|
|
3
|
+
import { UIcon as d } from "@iyulab/components/dist/components/icon/UIcon.component.js";
|
|
4
4
|
import { app as m } from "../App.js";
|
|
5
5
|
import { ExtendedBaseElement as u } from "../internals/ExtendedBaseElement.js";
|
|
6
6
|
import { SidebarLink as h } from "./SidebarLink.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { html as c } from "lit";
|
|
2
2
|
import { property as e } from "lit/decorators.js";
|
|
3
|
-
import { UIcon as l } from "@iyulab/components/dist/components/
|
|
3
|
+
import { UIcon as l } from "@iyulab/components/dist/components/icon/UIcon.component.js";
|
|
4
4
|
import { ExtendedBaseElement as h } from "../internals/ExtendedBaseElement.js";
|
|
5
5
|
import { styles as d } from "./SidebarLink.styles.js";
|
|
6
6
|
var f = Object.defineProperty, n = (o, r, a, m) => {
|