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

@fremtind/jkl-core

Package Overview
Dependencies
Maintainers
3
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fremtind/jkl-core - npm Package Compare versions

Comparing version 9.4.0 to 9.5.0

build/types.d.ts

3

build/components/Label.d.ts
import { FC } from "react";
import { WithChildren } from "../types";
import { LabelVariant } from "../index";
export interface LabelProps {
export interface LabelProps extends WithChildren {
variant?: LabelVariant;

@@ -5,0 +6,0 @@ forceCompact?: boolean;

@@ -1,4 +0,4 @@

import { FC, ReactNode } from "react";
export interface ScreenReaderOnlyProps {
children: ReactNode;
import { FC } from "react";
import { WithChildren } from "../types";
export interface ScreenReaderOnlyProps extends WithChildren {
showOnFocus?: boolean;

@@ -5,0 +5,0 @@ }

@@ -5,9 +5,2 @@ export type { Easing, Timing } from "./utils";

export { Label, Link, NavLink, ScreenReaderOnly, SupportLabel } from "./components";
export declare type LabelVariant = "small" | "medium" | "large";
export declare type ValuePair = {
value: string;
label: string;
};
export interface DataTestAutoId {
"data-testautoid"?: string;
}
export type { DataTestAutoId, LabelVariant, ValuePair, WithChildren, WithOptionalChildren } from "./types";
{
"name": "@fremtind/jkl-core",
"version": "9.4.0",
"version": "9.5.0",
"publishConfig": {

@@ -62,3 +62,3 @@ "access": "public"

},
"gitHead": "5e28a4479a79647ed61b3ff4554b0f2a18d841cb"
"gitHead": "be308e1440083f50d0e2657629ef97579f66c3d3"
}
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