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

@ndla/core

Package Overview
Dependencies
Maintainers
9
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ndla/core - npm Package Compare versions

Comparing version 4.0.1 to 4.1.0

2

es/fonts.js
var baseFontSizeUnit = 18;
var baseLineHeightUnit = 26;
var baseLineHeightUnit = 24;

@@ -4,0 +4,0 @@ /**

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

export var spacingUnit = 26;
export var spacingUnit = 24;
var spacing = {

@@ -3,0 +3,0 @@ xxsmall: "".concat(spacingUnit / 6, "px"),

@@ -8,3 +8,3 @@ "use strict";

var baseFontSizeUnit = 18;
var baseLineHeightUnit = 26;
var baseLineHeightUnit = 24;

@@ -11,0 +11,0 @@ /**

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

export declare const spacingUnit = 26;
export declare const spacingUnit = 24;
export type SpacingNames = 'xxsmall' | 'xsmall' | 'small' | 'nsmall' | 'normal' | 'medium' | 'mediumlarge' | 'large';
declare const spacing: Record<SpacingNames, string>;
export default spacing;

@@ -7,3 +7,3 @@ "use strict";

exports.spacingUnit = exports["default"] = void 0;
var spacingUnit = 26;
var spacingUnit = 24;
exports.spacingUnit = spacingUnit;

@@ -10,0 +10,0 @@ var spacing = {

{
"name": "@ndla/core",
"version": "4.0.1",
"version": "4.1.0",
"description": "UI component library for NDLA.",

@@ -40,3 +40,3 @@ "license": "GPL-3.0",

},
"gitHead": "b71ad26162a2a50f29bc6f5a77dba795acbac7f4"
"gitHead": "9d01ddb3d2eee554008a3e58eda434dfc968cb52"
}

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