Socket
Socket
Sign inDemoInstall

@fremtind/jkl-core

Package Overview
Dependencies
Maintainers
0
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 13.5.0 to 14.0.0

build/as-child.d.ts

4

build/cjs/components/index.js

@@ -23,3 +23,4 @@ "use strict";

NavLink: () => import_NavLink.NavLink,
ScreenReaderOnly: () => import_ScreenReaderOnly.ScreenReaderOnly
ScreenReaderOnly: () => import_ScreenReaderOnly.ScreenReaderOnly,
SlotComponent: () => import_SlotComponent.SlotComponent
});

@@ -30,2 +31,3 @@ module.exports = __toCommonJS(components_exports);

var import_ScreenReaderOnly = require("./ScreenReaderOnly");
var import_SlotComponent = require("./SlotComponent");
//# sourceMappingURL=index.js.map

@@ -34,2 +34,3 @@ "use strict";

ScreenReaderOnly: () => import_components.ScreenReaderOnly,
SlotComponent: () => import_components.SlotComponent,
breakpoints: () => import_utils.breakpoints,

@@ -39,2 +40,4 @@ easings: () => import_utils.easings,

initTabListener: () => import_utils.initTabListener,
mergeProps: () => import_utils.mergeProps,
mergeRefs: () => import_utils.mergeRefs,
timings: () => import_utils.timings,

@@ -41,0 +44,0 @@ tokens: () => import_tokens.default

@@ -25,2 +25,4 @@ "use strict";

initTabListener: () => import_tabListener.initTabListener,
mergeProps: () => import_mergeProps.mergeProps,
mergeRefs: () => import_mergeRefs.mergeRefs,
timings: () => import_motion.timings

@@ -33,2 +35,4 @@ });

var import_motion = require("./motion");
var import_mergeRefs = require("./mergeRefs");
var import_mergeProps = require("./mergeProps");
//# sourceMappingURL=index.js.map

@@ -7,1 +7,2 @@ export type { LinkProps } from "./Link";

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

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

import { initTabListener, getValuePair, breakpoints, timings, easings } from "./utils";
import { Link, NavLink, ScreenReaderOnly } from "./components";
import { initTabListener, getValuePair, breakpoints, timings, easings, mergeRefs, mergeProps } from "./utils";
import { Link, NavLink, ScreenReaderOnly, SlotComponent } from "./components";
import { default as default2 } from "./tokens";

@@ -8,2 +8,3 @@ export {

ScreenReaderOnly,
SlotComponent,
breakpoints,

@@ -13,2 +14,4 @@ easings,

initTabListener,
mergeProps,
mergeRefs,
timings,

@@ -15,0 +18,0 @@ default2 as tokens

@@ -5,2 +5,4 @@ import { initTabListener } from "./tabListener";

import { timings, easings } from "./motion";
import { mergeRefs } from "./mergeRefs";
import { mergeProps } from "./mergeProps";
export {

@@ -11,4 +13,6 @@ breakpoints,

initTabListener,
mergeProps,
mergeRefs,
timings
};
//# sourceMappingURL=index.js.map
export type { Easing, Timing } from "./utils";
export { initTabListener, getValuePair, breakpoints, timings, easings } from "./utils";
export type { Density } from "./utils";
export { initTabListener, getValuePair, breakpoints, timings, easings, mergeRefs, mergeProps } from "./utils";
export type { Density, PossibleRef } from "./utils";
export type { LinkProps, NavLinkProps, ScreenReaderOnlyProps } from "./components";
export { Link, NavLink, ScreenReaderOnly } from "./components";
export { Link, NavLink, ScreenReaderOnly, SlotComponent } from "./components";
export type { ColorScheme, DataTestAutoId, ValuePair, WithChildren, WithOptionalChildren } from "./types";
export { default as tokens } from "./tokens";
export type { PolymorphicProps, PolymorphicPropsWithRef, PolymorphicRef } from "./polymorphism";
export type { AsChildProps } from "./as-child";

@@ -7,1 +7,3 @@ export { initTabListener } from "./tabListener";

export { timings, easings } from "./motion";
export { type PossibleRef, mergeRefs } from "./mergeRefs";
export { mergeProps } from "./mergeProps";
{
"name": "@fremtind/jkl-core",
"version": "13.5.0",
"version": "14.0.0",
"publishConfig": {

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

},
"gitHead": "8a3ee6dbee0bd21902741043e5ceaffc4a0921b0"
"gitHead": "bed6181edc82ccd3da34fd4de4271ddb7de833ad"
}

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