@featherds/icon
Advanced tools
Comparing version 0.9.1 to 0.9.2
{ | ||
"name": "@featherds/icon", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"publishConfig": { | ||
@@ -19,3 +19,3 @@ "access": "public" | ||
"types": "./src/index.d.ts", | ||
"gitHead": "9590974ac2d224b5706292752c550dc615c7cff5" | ||
"gitHead": "c5b9a591688579921f59e070325aa141c23315f7" | ||
} |
@@ -6,44 +6,2 @@ declare module "@featherds/icon" { | ||
} | ||
declare module "@featherds/icon/communication/Certificate" { | ||
import { defineComponent } from "vue"; | ||
const compModule: ReturnType<typeof defineComponent>; | ||
export = compModule; | ||
} | ||
declare module "@featherds/icon/communication/CertificateAlt" { | ||
import { defineComponent } from "vue"; | ||
const compModule: ReturnType<typeof defineComponent>; | ||
export = compModule; | ||
} | ||
declare module "@featherds/icon/communication/Chat" { | ||
import { defineComponent } from "vue"; | ||
const compModule: ReturnType<typeof defineComponent>; | ||
export = compModule; | ||
} | ||
declare module "@featherds/icon/communication/Contacts" { | ||
import { defineComponent } from "vue"; | ||
const compModule: ReturnType<typeof defineComponent>; | ||
export = compModule; | ||
} | ||
declare module "@featherds/icon/communication/Documentation" { | ||
import { defineComponent } from "vue"; | ||
const compModule: ReturnType<typeof defineComponent>; | ||
export = compModule; | ||
} | ||
declare module "@featherds/icon/communication/IdCard" { | ||
import { defineComponent } from "vue"; | ||
const compModule: ReturnType<typeof defineComponent>; | ||
export = compModule; | ||
} | ||
declare module "@featherds/icon/communication/Phone" { | ||
import { defineComponent } from "vue"; | ||
const compModule: ReturnType<typeof defineComponent>; | ||
export = compModule; | ||
} | ||
declare module "@featherds/icon/action/AccountCircle" { | ||
@@ -583,3 +541,3 @@ import { defineComponent } from "vue"; | ||
declare module "@featherds/icon/file/Attachment" { | ||
declare module "@featherds/icon/content/BlogArticle" { | ||
import { defineComponent } from "vue"; | ||
@@ -590,3 +548,3 @@ const compModule: ReturnType<typeof defineComponent>; | ||
declare module "@featherds/icon/file/Folder" { | ||
declare module "@featherds/icon/content/Video" { | ||
import { defineComponent } from "vue"; | ||
@@ -597,3 +555,3 @@ const compModule: ReturnType<typeof defineComponent>; | ||
declare module "@featherds/icon/file/FolderAdd" { | ||
declare module "@featherds/icon/communication/Certificate" { | ||
import { defineComponent } from "vue"; | ||
@@ -604,3 +562,3 @@ const compModule: ReturnType<typeof defineComponent>; | ||
declare module "@featherds/icon/file/FolderLocked" { | ||
declare module "@featherds/icon/communication/CertificateAlt" { | ||
import { defineComponent } from "vue"; | ||
@@ -611,3 +569,3 @@ const compModule: ReturnType<typeof defineComponent>; | ||
declare module "@featherds/icon/file/FolderOpen" { | ||
declare module "@featherds/icon/communication/Chat" { | ||
import { defineComponent } from "vue"; | ||
@@ -618,3 +576,3 @@ const compModule: ReturnType<typeof defineComponent>; | ||
declare module "@featherds/icon/file/Generic" { | ||
declare module "@featherds/icon/communication/Contacts" { | ||
import { defineComponent } from "vue"; | ||
@@ -625,3 +583,3 @@ const compModule: ReturnType<typeof defineComponent>; | ||
declare module "@featherds/icon/file/Image" { | ||
declare module "@featherds/icon/communication/Documentation" { | ||
import { defineComponent } from "vue"; | ||
@@ -632,3 +590,3 @@ const compModule: ReturnType<typeof defineComponent>; | ||
declare module "@featherds/icon/file/Pdf" { | ||
declare module "@featherds/icon/communication/IdCard" { | ||
import { defineComponent } from "vue"; | ||
@@ -639,3 +597,3 @@ const compModule: ReturnType<typeof defineComponent>; | ||
declare module "@featherds/icon/file/Text" { | ||
declare module "@featherds/icon/communication/Phone" { | ||
import { defineComponent } from "vue"; | ||
@@ -646,3 +604,3 @@ const compModule: ReturnType<typeof defineComponent>; | ||
declare module "@featherds/icon/file/WordDoc" { | ||
declare module "@featherds/icon/file/Attachment" { | ||
import { defineComponent } from "vue"; | ||
@@ -653,3 +611,3 @@ const compModule: ReturnType<typeof defineComponent>; | ||
declare module "@featherds/icon/file/Xls" { | ||
declare module "@featherds/icon/file/Folder" { | ||
import { defineComponent } from "vue"; | ||
@@ -660,3 +618,3 @@ const compModule: ReturnType<typeof defineComponent>; | ||
declare module "@featherds/icon/file/Zip" { | ||
declare module "@featherds/icon/file/FolderAdd" { | ||
import { defineComponent } from "vue"; | ||
@@ -667,3 +625,3 @@ const compModule: ReturnType<typeof defineComponent>; | ||
declare module "@featherds/icon/content/BlogArticle" { | ||
declare module "@featherds/icon/file/FolderLocked" { | ||
import { defineComponent } from "vue"; | ||
@@ -674,3 +632,3 @@ const compModule: ReturnType<typeof defineComponent>; | ||
declare module "@featherds/icon/content/Video" { | ||
declare module "@featherds/icon/file/FolderOpen" { | ||
import { defineComponent } from "vue"; | ||
@@ -681,3 +639,3 @@ const compModule: ReturnType<typeof defineComponent>; | ||
declare module "@featherds/icon/branding/Atom" { | ||
declare module "@featherds/icon/file/Generic" { | ||
import { defineComponent } from "vue"; | ||
@@ -688,2 +646,38 @@ const compModule: ReturnType<typeof defineComponent>; | ||
declare module "@featherds/icon/file/Image" { | ||
import { defineComponent } from "vue"; | ||
const compModule: ReturnType<typeof defineComponent>; | ||
export = compModule; | ||
} | ||
declare module "@featherds/icon/file/Pdf" { | ||
import { defineComponent } from "vue"; | ||
const compModule: ReturnType<typeof defineComponent>; | ||
export = compModule; | ||
} | ||
declare module "@featherds/icon/file/Text" { | ||
import { defineComponent } from "vue"; | ||
const compModule: ReturnType<typeof defineComponent>; | ||
export = compModule; | ||
} | ||
declare module "@featherds/icon/file/WordDoc" { | ||
import { defineComponent } from "vue"; | ||
const compModule: ReturnType<typeof defineComponent>; | ||
export = compModule; | ||
} | ||
declare module "@featherds/icon/file/Xls" { | ||
import { defineComponent } from "vue"; | ||
const compModule: ReturnType<typeof defineComponent>; | ||
export = compModule; | ||
} | ||
declare module "@featherds/icon/file/Zip" { | ||
import { defineComponent } from "vue"; | ||
const compModule: ReturnType<typeof defineComponent>; | ||
export = compModule; | ||
} | ||
declare module "@featherds/icon/hardware/Appliances" { | ||
@@ -690,0 +684,0 @@ import { defineComponent } from "vue"; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
5
302102
361
5452