@equinor/fusion
Advanced tools
Comparing version 0.1.27 to 0.1.28
export declare enum ComponentDisplayType { | ||
Comforable = "Comforable", | ||
Comfortable = "Comfortable", | ||
Compact = "Compact" | ||
} | ||
export declare const useComponentDisplayType: () => ComponentDisplayType; |
import useCoreSettings from "../settings/useCoreSettings"; | ||
export var ComponentDisplayType; | ||
(function (ComponentDisplayType) { | ||
ComponentDisplayType["Comforable"] = "Comforable"; | ||
ComponentDisplayType["Comfortable"] = "Comfortable"; | ||
ComponentDisplayType["Compact"] = "Compact"; | ||
@@ -6,0 +6,0 @@ })(ComponentDisplayType || (ComponentDisplayType = {})); |
@@ -14,3 +14,3 @@ import { createContext, useContext } from "react"; | ||
export const defaultSettings = { | ||
componentDisplayType: ComponentDisplayType.Comforable, | ||
componentDisplayType: ComponentDisplayType.Comfortable, | ||
}; | ||
@@ -17,0 +17,0 @@ const FusionContext = createContext({}); |
{ | ||
"name": "@equinor/fusion", | ||
"version": "0.1.27", | ||
"version": "0.1.28", | ||
"description": "Everything a Fusion app needs to communicate with the core", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
109153