Socket
Socket
Sign inDemoInstall

@fremtind/jkl-core

Package Overview
Dependencies
Maintainers
3
Versions
174
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 11.4.0 to 12.0.0

6

build/cjs/components/index.js

@@ -21,14 +21,10 @@ "use strict";

__export(components_exports, {
Label: () => import_Label.Label,
Link: () => import_Link.Link,
NavLink: () => import_NavLink.NavLink,
ScreenReaderOnly: () => import_ScreenReaderOnly.ScreenReaderOnly,
SupportLabel: () => import_SupportLabel.SupportLabel
ScreenReaderOnly: () => import_ScreenReaderOnly.ScreenReaderOnly
});
module.exports = __toCommonJS(components_exports);
var import_Label = require("./Label");
var import_Link = require("./Link");
var import_NavLink = require("./NavLink");
var import_ScreenReaderOnly = require("./ScreenReaderOnly");
var import_SupportLabel = require("./SupportLabel");
//# sourceMappingURL=index.js.map

@@ -21,7 +21,5 @@ "use strict";

__export(src_exports, {
Label: () => import_components.Label,
Link: () => import_components.Link,
NavLink: () => import_components.NavLink,
ScreenReaderOnly: () => import_components.ScreenReaderOnly,
SupportLabel: () => import_components.SupportLabel,
breakpoints: () => import_utils.breakpoints,

@@ -28,0 +26,0 @@ easings: () => import_utils.easings,

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

export type { LabelProps } from "./Label";
export { Label } from "./Label";
export type { LinkProps } from "./Link";

@@ -9,3 +7,1 @@ export { Link } from "./Link";

export { ScreenReaderOnly } from "./ScreenReaderOnly";
export type { SupportLabelProps } from "./SupportLabel";
export { SupportLabel } from "./SupportLabel";

@@ -1,13 +0,9 @@

import { Label } from "./Label";
import { Link } from "./Link";
import { NavLink } from "./NavLink";
import { ScreenReaderOnly } from "./ScreenReaderOnly";
import { SupportLabel } from "./SupportLabel";
export {
Label,
Link,
NavLink,
ScreenReaderOnly,
SupportLabel
ScreenReaderOnly
};
//# sourceMappingURL=index.js.map

4

build/esm/index.js
import { initTabListener, getValuePair, breakpoints, timings, easings } from "./utils";
import { Label, Link, NavLink, ScreenReaderOnly, SupportLabel } from "./components";
import { Link, NavLink, ScreenReaderOnly } from "./components";
export {
Label,
Link,
NavLink,
ScreenReaderOnly,
SupportLabel,
breakpoints,

@@ -10,0 +8,0 @@ easings,

export type { Easing, Timing } from "./utils";
export { initTabListener, getValuePair, breakpoints, timings, easings } from "./utils";
export type { Density } from "./utils";
export type { LabelProps, LinkProps, NavLinkProps, ScreenReaderOnlyProps, SupportLabelProps } from "./components";
export { Label, Link, NavLink, ScreenReaderOnly, SupportLabel } from "./components";
export type { ColorScheme, DataTestAutoId, LabelVariant, ValuePair, WithChildren, WithOptionalChildren } from "./types";
export type { LinkProps, NavLinkProps, ScreenReaderOnlyProps } from "./components";
export { Link, NavLink, ScreenReaderOnly } from "./components";
export type { ColorScheme, DataTestAutoId, ValuePair, WithChildren, WithOptionalChildren } from "./types";

@@ -5,3 +5,2 @@ import { ReactNode } from "react";

}
export type LabelVariant = "small" | "medium" | "large";
export type ColorScheme = "light" | "dark";

@@ -8,0 +7,0 @@ export type ValuePair = {

{
"name": "@fremtind/jkl-core",
"version": "11.4.0",
"version": "12.0.0",
"publishConfig": {

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

},
"gitHead": "29109154dc78ca2dd912fc7a469978be0efd7910"
"gitHead": "f325f04cebd537eaa97ae7b27535c946b6f85ff6"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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