@gyldendal/kobber-icons
Advanced tools
Comparing version 0.3.23 to 0.3.24
{ | ||
"name": "@gyldendal/kobber-icons", | ||
"version": "0.3.23", | ||
"version": "0.3.24", | ||
"license": "MIT", | ||
@@ -34,2 +34,3 @@ "type": "module", | ||
"@gyldendal/kobber-stylelint": "*", | ||
"@lit/task": "^1.0.1", | ||
"@types/react": "18.2.0", | ||
@@ -36,0 +37,0 @@ "@typescript-eslint/eslint-plugin": "^6.14.0", |
import { | ||
Icon | ||
} from "@gyldendal/kobber-icons/chunks/chunk-C2EQNHI4.js"; | ||
} from "../chunks/chunk-J5ANZJOZ.js"; | ||
@@ -5,0 +5,0 @@ // src/index.react.tsx |
@@ -162,3 +162,3 @@ export type IconType = | ||
export const icons = [ | ||
export const iconsList = [ | ||
"add", | ||
@@ -165,0 +165,0 @@ "add_figure", |
@@ -18,3 +18,5 @@ import * as lit from 'lit'; | ||
type: IconType; | ||
render(): lit_html.TemplateResult<1>; | ||
sprite: string; | ||
private _productTask; | ||
render(): lit_html.TemplateResult<1> | undefined; | ||
themedStyles: () => lit.CSSResult; | ||
@@ -21,0 +23,0 @@ } |
import { | ||
Icon | ||
} from "@gyldendal/kobber-icons/chunks/chunk-C2EQNHI4.js"; | ||
} from "../chunks/chunk-J5ANZJOZ.js"; | ||
export { | ||
Icon | ||
}; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
374375
1244
30
1
2