Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@fremtind/jkl-icons-react

Package Overview
Dependencies
Maintainers
2
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fremtind/jkl-icons-react - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

4

build/animated-icons/ArrowHorizontalAnimated.d.ts

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

import React from "react";
import { FC } from "react";
import { variants } from "../icons/types";

@@ -7,3 +7,3 @@ interface Props {

}
export declare const ArrowHorizontalAnimated: React.FC<Props>;
export declare const ArrowHorizontalAnimated: FC<Props>;
export {};

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

import React from "react";
import { FC } from "react";
import { variants } from "../icons/types";

@@ -7,3 +7,3 @@ interface Props {

}
export declare const ArrowVerticalAnimated: React.FC<Props>;
export declare const ArrowVerticalAnimated: FC<Props>;
export {};

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

import React from "react";
import { FC } from "react";
import { variants } from "../icons/types";

@@ -7,3 +7,3 @@ interface Props {

}
export declare const HamburgerCloseAnimated: React.FC<Props>;
export declare const HamburgerCloseAnimated: FC<Props>;
export {};

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

import React from "react";
import { FC } from "react";
import { variants } from "../icons/types";

@@ -7,3 +7,3 @@ interface Props {

}
export declare const PlusRemoveAnimated: React.FC<Props>;
export declare const PlusRemoveAnimated: FC<Props>;
export {};

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

import React, { ReactNode } from "react";
import { ReactNode, FC } from "react";
import { variants } from "./icons/types";

@@ -11,3 +11,3 @@ interface Props {

}
export declare const IconFactory: React.FC<Props>;
export declare const IconFactory: FC<Props>;
export {};

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

import React from "react";
import { FC } from "react";
import { IconProps } from "./types";
export declare const ArrowDown: React.FC<IconProps>;
export declare const ArrowDown: FC<IconProps>;

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

import React from "react";
import { FC } from "react";
import { IconProps } from "./types";
export declare const ArrowLeft: React.FC<IconProps>;
export declare const ArrowLeft: FC<IconProps>;

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

import React from "react";
import { FC } from "react";
import { IconProps } from "./types";
export declare const ArrowRight: React.FC<IconProps>;
export declare const ArrowRight: FC<IconProps>;

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

import React from "react";
import { FC } from "react";
import { IconProps } from "./types";
export declare const ArrowUp: React.FC<IconProps>;
export declare const ArrowUp: FC<IconProps>;

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

import React from "react";
import { FC } from "react";
import { IconProps } from "./types";
export declare const ArrowUpRight: React.FC<IconProps>;
export declare const ArrowUpRight: FC<IconProps>;

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

import React from "react";
import { FC } from "react";
import { IconProps } from "./types";
export declare const Calendar: React.FC<IconProps>;
export declare const Calendar: FC<IconProps>;

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

import React from "react";
import { FC } from "react";
import { IconProps } from "./types";
export declare const CheckMark: React.FC<IconProps>;
export declare const CheckMark: FC<IconProps>;

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

import React from "react";
import { FC } from "react";
import { IconProps } from "./types";
export declare const Close: React.FC<IconProps>;
export declare const Close: FC<IconProps>;

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

import React from "react";
import { FC } from "react";
import { IconProps } from "./types";
export declare const Error: React.FC<IconProps>;
export declare const Error: FC<IconProps>;

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

import React from "react";
import { FC } from "react";
import { IconProps } from "./types";
export declare const Hamburger: React.FC<IconProps>;
export declare const Hamburger: FC<IconProps>;

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

import React from "react";
import { FC } from "react";
import { IconProps } from "./types";
export declare const Info: React.FC<IconProps>;
export declare const Info: FC<IconProps>;

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

import React from "react";
import { FC } from "react";
import { IconProps } from "./types";
export declare const Plus: React.FC<IconProps>;
export declare const Plus: FC<IconProps>;

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

import React from "react";
import { FC } from "react";
import { IconProps } from "./types";
export declare const Search: React.FC<IconProps>;
export declare const Search: FC<IconProps>;

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

import React from "react";
import { FC } from "react";
import { IconProps } from "./types";
export declare const Success: React.FC<IconProps>;
export declare const Success: FC<IconProps>;

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

import React from "react";
import { FC } from "react";
import { IconProps } from "./types";
export declare const Warning: React.FC<IconProps>;
export declare const Warning: FC<IconProps>;

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

## 1.3.0 (2020-12-15)
### Features
- display types in portal ([5c62a16](https://github.com/fremtind/jokul/commit/5c62a161c278d3a5a136741aea8dcf9b62338bda))
## 1.2.0 (2020-11-25)

@@ -8,0 +14,0 @@

{
"name": "@fremtind/jkl-icons-react",
"version": "1.2.0",
"version": "1.3.0",
"publishConfig": {

@@ -37,6 +37,6 @@ "access": "public"

"@babel/runtime": "^7.9.0",
"@fremtind/jkl-icons": "^1.1.12"
"@fremtind/jkl-icons": "^1.1.13"
},
"devDependencies": {
"@fremtind/jkl-portal-components": "^0.8.0"
"@fremtind/jkl-portal-components": "^0.9.0"
},

@@ -56,3 +56,3 @@ "peerDependencies": {

},
"gitHead": "81b9476a121efca714b3b0ff2749b17007118d87"
"gitHead": "2497208675947d663fb5e8655fff97e95d135d59"
}
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