浏览代码

Update to v0.18.0

Angel Ruiz (aka SirKeldon) 1 年之前
父节点
当前提交
3713e7e336
共有 4 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      esm2022/lib/components/atoms/icon/icon.component.mjs
  2. 1 1
      fesm2022/circletone.mjs
  3. 0 0
      fesm2022/circletone.mjs.map
  4. 1 1
      package.json

文件差异内容过多而无法显示
+ 1 - 1
esm2022/lib/components/atoms/icon/icon.component.mjs


+ 1 - 1
fesm2022/circletone.mjs

@@ -49,7 +49,7 @@ class IconComponent {
         return color;
     }
     getIconPath() {
-        return ` assets/images/icons.svg#${this.icon}`;
+        return `assets/icons.svg#${this.icon}`;
     }
     static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.3.0", ngImport: i0, type: IconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
     static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.3.0", type: IconComponent, isStandalone: true, selector: "ct-icon", inputs: { icon: "icon", iconClass: "iconClass", fill: "fill", strokeWidth: "strokeWidth", strokeColor: "strokeColor", size: "size" }, ngImport: i0, template: "<svg\n  [ngClass]=\"iconClass\"\n  [attr.fill]=\"fill\"\n  [attr.stroke-width]=\"strokeWidth\"\n  [attr.stroke]=\"strokeColor\"\n  class=\"flex size-full\">\n  <use [attr.xlink:href]=\"iconPath\"></use>\n</svg>\n", dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }

文件差异内容过多而无法显示
+ 0 - 0
fesm2022/circletone.mjs.map


+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "circletone",
-  "version": "0.17.0",
+  "version": "0.18.0",
   "peerDependencies": {
     "@angular/common": "^17.3.0",
     "@angular/core": "^17.3.0"

部分文件因为文件数量过多而无法显示