Socket
Socket
Sign inDemoInstall

@equinor/fusion-wc-icon

Package Overview
Dependencies
8
Maintainers
4
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.33 to 2.0.0

20

CHANGELOG.md
# Change Log
## 2.0.0
### Major Changes
- [#868](https://github.com/equinor/fusion-web-components/pull/868) [`a31dd11`](https://github.com/equinor/fusion-web-components/commit/a31dd11a7b8f5515cc62344849b2ce765861267a) Thanks [@odinr](https://github.com/odinr)! - initial update to pnpm
- update all packages to use workspace for local packages
- fix all missing references
- cleanup root scripts
- update lerna config
> moved to major since so many packages had missing deps (resolved threw peer deps)
>
> this might alter render and cause 'correct' behavior, but current relays on 'wrong'
### Patch Changes
- Updated dependencies [[`a31dd11`](https://github.com/equinor/fusion-web-components/commit/a31dd11a7b8f5515cc62344849b2ce765861267a)]:
- @equinor/fusion-wc-core@2.0.0
## 1.0.33

@@ -4,0 +24,0 @@

3

lib/custom-elements.json

@@ -12,2 +12,5 @@ {

"name": "style",
"type": {
"text": "CSSResult"
},
"default": "css`\n :host {\n display: inline-flex;\n height: 1.5em;\n width: 1.5em;\n }\n svg {\n height: 100%;\n width: auto;\n fill: currentColor;\n }\n`"

@@ -14,0 +17,0 @@ }

3

lib/element.css.d.ts

@@ -1,2 +0,3 @@

export declare const style: import("lit").CSSResult;
import { CSSResult } from 'lit';
export declare const style: CSSResult;
export default style;
{
"name": "@equinor/fusion-wc-icon",
"version": "1.0.33",
"version": "2.0.0",
"description": "",

@@ -9,5 +9,5 @@ "main": "lib/index.js",

"build": "tsc -b",
"postbuild": "npm run typedoc",
"postbuild": "pnpm typedoc",
"typedoc": "cem analyze --litelement --globs \"src/**/*.ts\" --outdir lib",
"prepack": "npm run build && fwc-build"
"prepack": "pnpm build && fwc-build"
},

@@ -19,3 +19,3 @@ "keywords": [],

"@equinor/eds-icons": "^0.19.1",
"@equinor/fusion-wc-core": "^1.0.5",
"@equinor/fusion-wc-core": "^2.0.0",
"lit": "2.7.0"

@@ -25,4 +25,5 @@ },

"@custom-elements-manifest/analyzer": "^0.8.0",
"@equinor/fusion-wc-builder": "^2.1.3",
"typescript": "^4.9.5"
"@equinor/fusion-wc-builder": "^3.0.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},

@@ -37,3 +38,3 @@ "repository": {

},
"gitHead": "ccb5c5a8b047475bf6ea559b1bdebc1ed2ed2189"
"gitHead": "647a3469f1826766ac0ac7abf66327179dc5b6ce"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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