Socket
Socket
Sign inDemoInstall

@financial-times/o-typography

Package Overview
Dependencies
Maintainers
18
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@financial-times/o-typography - npm Package Compare versions

Comparing version 6.4.6 to 7.0.0-0

.eslintignore

7

origami.json
{
"description": "Typographical styles for FT branded sites. Including typographical fundamentals such as font scales, vertical rhythm, and font fallbacks; plus styles for UI including links, headings, and titles. Other components build on o-typography to provide for more specific usecases.",
"keywords": ["font", "link", "links", "heading", "headings", "text", "copy", "scale", "caption", "footer", "list", "lists"],
"origamiType": "module",
"origamiCategory": "primitives",
"origamiVersion": 1,
"origamiType": "component",
"origamiVersion": "2.0",
"support": "https://github.com/Financial-Times/o-typography/issues",

@@ -8,0 +5,0 @@ "supportContact": {

{
"browser": "browser.js",
"module": "module.js",
"eslintIgnore": [
"module.js",
"browser.js",
"dist/",
"dist-esm/"
],
"name": "@financial-times/o-typography",
"version": "7.0.0-0",
"description": "Typographical styles for FT branded sites. Including typographical fundamentals such as font scales, vertical rhythm, and font fallbacks; plus styles for UI including links, headings, and titles. Other components build on o-typography to provide for more specific usecases.",
"keywords": [
"origami",
"component",
"ft"
"font",
"link",
"links",
"heading",
"headings",
"text",
"copy",
"scale",
"caption",
"footer",
"list",
"lists"
],
"name": "@financial-times/o-typography",
"version": "6.4.6",
"dependencies": {
"@financial-times/o-colors": "^5.0.0",
"@financial-times/o-fonts": "^4.5.0",
"@financial-times/o-grid": "^5.0.0",
"fontfaceobserver": "^2.0.9",
"@financial-times/o-icons": "^6.0.0",
"@financial-times/o-spacing": "^2.0.0",
"@financial-times/o-normalise": "^2.0.0"
"homepage": "https://registry.origami.ft.com/components/o-typography",
"bugs": {
"url": "https://registry.origami.ft.com/components/o-typography"
},
"component": "o-typography",
"license": "MIT",
"type": "module",
"browser": "main.js",
"scripts": {
"start": "npx serve ./demos/local",
"build": "npm_config_yes=true npx \"origami-build-tools@^10\" install && npm_config_yes=true npx \"origami-build-tools@^10\" demo"
"build": "npm_config_yes=true npx \"origami-build-tools@prerelease\" install && npm_config_yes=true npx \"origami-build-tools@prerelease\" demo"
},
"dependencies": {
"fontfaceobserver": "^2.0.9"
},
"devDependencies": {
"eslint": "^7.8.1",
"eslint-config-origami-component": "^2.1.0",
"origami-ci-tools": "^2.0.2",
"eslint": "^7.24.0",
"eslint-config-origami-component": "^2.1.1",
"remark": "^13.0.0",
"remark-lint": "^8.0.0",
"remark-preset-lint-origami-component": "^1.1.3",
"stylelint": "^13.7.0",
"remark-lint": "^7.0.1",
"remark-preset-lint-origami-component": "prerelease",
"stylelint": "^13.12.0",
"stylelint-config-origami-component": "^1.0.4"
},
"peerDependencies": {
"@financial-times/o-colors": "prerelease",
"@financial-times/o-fonts": "prerelease",
"@financial-times/o-grid": "prerelease",
"@financial-times/o-icons": "prerelease",
"@financial-times/o-normalise": "prerelease",
"@financial-times/o-spacing": "prerelease"
},
"engines": {
"npm": "^7"
},
"volta": {
"node": "14.16.1",
"npm": "7.10.0"
}
}

@@ -117,4 +117,4 @@ # o-typography [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](#licence)

// import dependencies
@import 'o-typography/main';
@import 'o-fonts/main';
@import '@financial-times/o-typography/main';
@import '@financial-times/o-fonts/main';
```

@@ -179,4 +179,4 @@

// import dependencies
@import 'o-typography/main';
@import 'o-fonts/main';
@import '@financial-times/o-typography/main';
@import '@financial-times/o-fonts/main';
// configure o-typography to not include fonts

@@ -194,4 +194,4 @@ $o-typography-load-fonts: false;

// import dependencies
@import 'o-typography/main';
@import 'o-fonts/main';
@import '@financial-times/o-typography/main';
@import '@financial-times/o-fonts/main';
// configure o-typography to not include fonts

@@ -451,3 +451,3 @@ $o-typography-load-fonts: false;

$o-brand: whitelabel;
@import 'o-typography/main';
@import '@financial-times/o-typography/main';

@@ -454,0 +454,0 @@ // 1. Set a custom font.

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