@equinor/fusion-components
Advanced tools
Comparing version 0.0.17 to 0.0.18
import * as React from 'react'; | ||
declare type FusionContainerProps = {}; | ||
declare const FusionContainer: React.ForwardRefExoticComponent<Pick<React.Props<FusionContainerProps>, "children" | "key"> & React.RefAttributes<HTMLDivElement>>; | ||
declare const FusionContainer: React.ForwardRefExoticComponent<Pick<React.Props<FusionContainerProps>, "key" | "children"> & React.RefAttributes<HTMLDivElement>>; | ||
export default FusionContainer; |
{ | ||
"name": "@equinor/fusion-components", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"description": "Common react components used by fusion core and fusion apps", | ||
@@ -11,2 +11,3 @@ "main": "dist/index.js", | ||
"storybook": "start-storybook -p 9001 -c .storybook", | ||
"start": "start-storybook -p 9001 -c .storybook", | ||
"build:storybook": "build-storybook -c .storybook -o ./docs", | ||
@@ -36,3 +37,3 @@ "prepublish": "yarn test" | ||
"@babel/preset-typescript": "^7.3.3", | ||
"@equinor/fusion": "^0.1.49", | ||
"@equinor/fusion": "^0.1.53", | ||
"@storybook/addon-actions": "^5.0.10", | ||
@@ -97,3 +98,3 @@ "@storybook/addon-info": "^5.1.9", | ||
"react": "^16.8.1", | ||
"@equinor/fusion": "^0.1.49", | ||
"@equinor/fusion": "^0.1.53", | ||
"react-router-dom": "^5.0.1", | ||
@@ -100,0 +101,0 @@ "history": "^4.9.0" |
Sorry, the diff of this file is too big to display
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
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
136624