New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@equinor/fusion-components

Package Overview
Dependencies
Maintainers
2
Versions
581
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@equinor/fusion-components - npm Package Compare versions

Comparing version 0.1.63 to 0.1.64

0

dist/components/core/AppWrapper.d.ts

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

import * as React from 'react';
declare const FusionContent: React.FC;
export default FusionContent;

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

import React from 'react';
declare const ComponentDisplayToggleButton: React.FC;
export default ComponentDisplayToggleButton;
import React from 'react';
declare const CurrentUserButton: React.FC;
export default CurrentUserButton;
import React from 'react';
declare const HeaderContentPortal: React.FC;
export default HeaderContentPortal;

@@ -0,0 +0,0 @@ import React from 'react';

import React from 'react';
declare const NotificationBanner: React.FC;
export default NotificationBanner;
import React from 'react';
declare const NotificationDialog: React.FC;
export default NotificationDialog;
import React from 'react';
declare const NotificationSnacks: React.FC;
export default NotificationSnacks;

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

export { default as SkeletonBar } from './Bar';
export { default as SkeletonButton } from './Button';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import { FC } from 'react';

@@ -0,0 +0,0 @@ import { FC } from 'react';

@@ -0,0 +0,0 @@ import { ComponentDisplayType } from '@equinor/fusion';

@@ -0,0 +0,0 @@ import React, { EventHandler, SyntheticEvent } from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

import React from 'react';
declare const Content: React.FC;
export default Content;

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React, { FC } from 'react';

@@ -0,0 +0,0 @@ import * as React from "react";

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import FilterTypes from './filterTypes';

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ import { FilterTerm, FilterOptions, FilterSection } from './applyFilters';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ declare enum FilterPaneTypes {

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ import React, { MouseEvent } from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import { FC } from 'react';

@@ -0,0 +0,0 @@ import React, { ReactNode } from 'react';

@@ -0,0 +0,0 @@ import { FC } from 'react';

@@ -0,0 +0,0 @@ export { default as NavigationChild } from './Child';

@@ -0,0 +0,0 @@ import { FC } from 'react';

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ import { ReactNode } from 'react';

@@ -0,0 +0,0 @@ import { FC } from 'react';

@@ -0,0 +0,0 @@ import { FC, ReactNode } from 'react';

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import { FC, ReactNode, MouseEvent } from 'react';

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ import React from 'react';

export { default as Switch } from './components/Switch';
export { default as CheckBox } from './components/Checkbox';
export { default as RadioButton } from './components/RadioButton';
export { default as ModalSideSheet } from './Modal';
export { default as SideSheet } from './Standard';

2

dist/components/general/SideSheet/Modal/index.d.ts
import { ReactNode } from 'react';
export declare type SideSheetSize = 'xlarge' | 'large' | 'medium' | 'small';
declare type SideSheetSize = 'xlarge' | 'large' | 'medium' | 'small';
declare type ModalSideSheetProps = {

@@ -4,0 +4,0 @@ children: ReactNode;

import { FC, ReactNode } from 'react';
declare type SideSheetSize = 'xlarge' | 'large' | 'medium' | 'small';
export declare type StandardSideSheetProps = {

@@ -8,2 +9,3 @@ id: string;

screenPlacement?: 'right' | 'left';
size?: SideSheetSize;
children: ReactNode;

@@ -10,0 +12,0 @@ };

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import { SliderMarker } from './Marker';

import Stepper from './Stepper';
import Step from './Step';
export { Stepper, Step };

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

declare const _default: () => Number;
export default _default;
import Tabs from './Tabs';
import Tab from './Tab';
export { Tabs, Tab };

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -17,2 +17,3 @@ import * as React from 'react';

onBlur?: (event: React.FocusEvent<HTMLTextAreaElement>) => void;
onKeyUp?: (event: React.KeyboardEvent<HTMLTextAreaElement>) => void;
};

@@ -19,0 +20,0 @@ declare const TextArea: React.ForwardRefExoticComponent<TextAreaProps & {

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ export { default as SearchIcon } from './SearchIcon';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ export { default as AddAlertIcon } from './AddAlertIcon';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

export { default as PlayIcon } from "./PlayIcon";

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

export { default as BlockIcon } from './BlockIcon';
export { default as SaveIcon } from './SaveIcon';
export { default as AddIcon } from './AddIcon';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

export { default as EditIcon } from './EditIcon';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ export { default as PaginationArrow } from './PaginationArrow';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

export { default as SyncDisabledIcon } from './SyncDisabledIcon';
export { default as SyncIcon } from './SyncIcon';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

export { default as PeopleIcon } from './PeopleIcon';

@@ -0,0 +0,0 @@ import * as React from 'react';

export { default as PlatformIcon } from './PlatformIcon';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ export { default as FormatBoldIcon } from './FormatBoldIcon';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import { OrgChartProps, OrgStructure } from './orgChartTypes';

/// <reference types="react" />
declare function Aside<T>(): JSX.Element;
export default Aside;
/// <reference types="react" />
declare const BreadCrumbs: () => JSX.Element | null;
export default BreadCrumbs;

@@ -0,0 +0,0 @@ /// <reference types="react" />

/// <reference types="react" />
declare function Children<T>(): JSX.Element;
export default Children;
/// <reference types="react" />
declare const Labels: () => JSX.Element;
export default Labels;

@@ -0,0 +0,0 @@ /// <reference types="react" />

/// <reference types="react" />
declare function Root<T>(): JSX.Element;
export default Root;

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ import { OrgNode, OrgChartItemProps, BreadCrumb } from './orgChartTypes';

@@ -0,0 +0,0 @@ import { PositionInstance } from '@equinor/fusion';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ import { Position } from '@equinor/fusion';

import { Position } from '@equinor/fusion';
declare const usePositionQuery: (projectId: string) => [Error | null, boolean, Position[], (query: string) => void];
export default usePositionQuery;

@@ -0,0 +0,0 @@ import { OrgStructure } from '@equinor/fusion-components';

@@ -0,0 +0,0 @@ /// <reference types="react" />

/// <reference types="react" />
declare function Children<T>(): JSX.Element;
export default Children;
/// <reference types="react" />
declare function LinkedIndicator<T>(): JSX.Element;
export default LinkedIndicator;

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ import { FC } from 'react';

@@ -0,0 +0,0 @@ import { OrgChartItemProps, OrgNode } from '@equinor/fusion-components';

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ import { PersonDetails } from '@equinor/fusion';

import { PersonDetails } from '@equinor/fusion';
declare const usePersonQuery: () => [Error | null, boolean, PersonDetails[], (query: string) => void];
export default usePersonQuery;
import { PersonDetails } from '@equinor/fusion';
export declare const getDefaultPerson: () => PersonDetails;

@@ -0,0 +0,0 @@ import { FC, ReactNode } from 'react';

@@ -0,0 +0,0 @@ import { FC, ReactNode, MutableRefObject } from 'react';

@@ -0,0 +0,0 @@ /// <reference types="jest" />

import * as React from 'react';
import { ReactWrapper } from 'enzyme';
export declare const hookTestScope: (useHook: (props: any) => void, props?: Object) => ReactWrapper<{}, {}, React.Component<{}, {}, any>>;

@@ -0,0 +0,0 @@ import { MutableRefObject } from 'react';

declare const _default: (callback: EventListener, ...targets: (HTMLElement | null)[]) => void;
export default _default;
import { MutableRefObject, SetStateAction } from 'react';
declare const _default: <T extends HTMLElement>() => [boolean, MutableRefObject<T | null>, import("react").Dispatch<SetStateAction<boolean>>];
export default _default;
export declare type Elevation = 0 | 1 | 2 | 3 | 4 | 6 | 8 | 12 | 16 | 24;
declare const _default: (elevation?: Elevation) => any;
export default _default;
declare const _default: <T extends EventListenerOrEventListenerObject>(node: HTMLElement | Window | null, eventType: string, handler: T, dependencies: any[], useCapture?: boolean) => void;
export default _default;

@@ -0,0 +0,0 @@ import { Breakpoint } from './useBreakpoint';

import { MutableRefObject } from 'react';
declare const _default: (delay?: number) => [Boolean, MutableRefObject<any>];
export default _default;

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ /// <reference types="react" />

declare const _default: () => HTMLElement | null;
export default _default;
import React from 'react';
declare const _default: (isVisible: Boolean, content: React.ReactNode) => void;
export default _default;

@@ -0,0 +0,0 @@ /// <reference types="react" />

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ import * as React from 'react';

import * as React from 'react';
declare const _default: (content: React.ReactNode, ref: React.RefObject<any>, isVisible?: boolean) => void;
export default _default;
import { MutableRefObject } from 'react';
declare const _default: (ref: MutableRefObject<HTMLElement | null>) => ClientRect;
export default _default;
declare const _default: () => HTMLElement | null;
export default _default;

@@ -0,0 +0,0 @@ import { HorizontalBreakpoint } from './useHorizontalBreakpoint';

@@ -0,0 +0,0 @@ export declare type StringMaskToken = {

/// <reference types="react" />
declare const _default: () => JSX.Element;
export default _default;

@@ -0,0 +0,0 @@ import * as React from 'react';

@@ -0,0 +0,0 @@ import { Breakpoint } from './useBreakpoint';

@@ -0,0 +0,0 @@ export { default as FusionHeader } from './components/core/Header';

@@ -0,0 +0,0 @@ declare const _default: {

{
"name": "@equinor/fusion-components",
"version": "0.1.63",
"version": "0.1.64",
"description": "Common react components used by fusion core and fusion apps",

@@ -40,3 +40,3 @@ "main": "dist/index.js",

"@storybook/addon-actions": "^5.2.5",
"@storybook/addon-info": "^5.2.5",
"@storybook/addon-info": "^5.2.6",
"@storybook/addon-jest": "^5.2.5",

@@ -43,0 +43,0 @@ "@storybook/addon-knobs": "^5.2.5",

@@ -0,0 +0,0 @@ [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc