Socket
Socket
Sign inDemoInstall

@equinor/fusion-wc-icon

Package Overview
Dependencies
8
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.26 to 1.0.27

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.0.27](https://github.com/equinor/fusion-web-components/compare/@equinor/fusion-wc-icon@1.0.26...@equinor/fusion-wc-icon@1.0.27) (2022-11-24)
**Note:** Version bump only for package @equinor/fusion-wc-icon
## [1.0.26](https://github.com/equinor/fusion-web-components/compare/@equinor/fusion-wc-icon@1.0.25...@equinor/fusion-wc-icon@1.0.26) (2022-11-07)

@@ -8,0 +16,0 @@

2

lib/element.d.ts
import { IconName } from '@equinor/eds-icons';
import { LitElement, SVGTemplateResult } from 'lit';
import { IconType } from './utils/create-icon';
export declare type IconElementProps = {
export type IconElementProps = {
icon?: IconName;

@@ -6,0 +6,0 @@ type?: IconType;

import { SVGTemplateResult } from 'lit';
import * as edsIcons from '@equinor/eds-icons';
import { IconData } from '@equinor/eds-icons';
export declare type IconName = keyof typeof edsIcons;
export type IconName = keyof typeof edsIcons;
export declare const iconNames: string[];

@@ -6,0 +6,0 @@ export declare enum IconType {

{
"name": "@equinor/fusion-wc-icon",
"version": "1.0.26",
"version": "1.0.27",
"description": "",

@@ -23,3 +23,3 @@ "main": "lib/index.js",

"@custom-elements-manifest/analyzer": "^0.6.6",
"@equinor/fusion-wc-builder": "^1.0.11",
"@equinor/fusion-wc-builder": "^2.0.0",
"typescript": "^4.8.4"

@@ -35,3 +35,3 @@ },

},
"gitHead": "fb82d91a692d9e1d1dc184bf6553421145d59615"
"gitHead": "10669e45bbd05877605ea7450d7d097f0d12686b"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc