@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,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.4 (2025-12-19)
4
+ - fix import path, modified correct case-sensitive paths
5
+
3
6
  ## 0.2.3 (2025-12-19)
4
7
  - added `root` option in `AppConfig` type to set application root element
5
8
  - update `@iyulab/components` to v0.1.10
@@ -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/Icon/UIcon.component.js";
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/Icon/UIcon.component.js";
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/Icon/UIcon.component.js";
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) => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iyulab/modern-app",
3
3
  "description": "web-framework by iyulab based on react, lit-element",
4
- "version": "0.2.3",
4
+ "version": "0.2.4",
5
5
  "keywords": [
6
6
  "iyulab",
7
7
  "web-framework",