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

@financial-times/o-spacing

Package Overview
Dependencies
Maintainers
12
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 3.2.1 to 3.2.2

7

CHANGELOG.md
# Changelog
### [3.2.2](https://www.github.com/Financial-Times/origami/compare/o-spacing-v3.2.1...o-spacing-v3.2.2) (2022-12-21)
### Bug Fixes
* require 3.3.0 or higher ([fc180c6](https://www.github.com/Financial-Times/origami/commit/fc180c619755daa1b7bfe65509f354cf0de113bf))
### [3.2.1](https://www.github.com/Financial-Times/origami/compare/o-spacing-v3.2.0...o-spacing-v3.2.1) (2022-01-13)

@@ -4,0 +11,0 @@

8

package.json
{
"name": "@financial-times/o-spacing",
"version": "3.2.1",
"version": "3.2.2",
"description": "Maintain consistent spaces across components and projects in accordance to our baseline grid and design guidelines.",

@@ -21,3 +21,3 @@ "keywords": [

"@financial-times/o-colors": "^6.4.0",
"@financial-times/o-normalise": "^3.2.0",
"@financial-times/o-normalise": "^3.3.0",
"@financial-times/o-typography": "^7.2.0"

@@ -29,3 +29,5 @@ },

"test": "bash ../../scripts/component/test.bash",
"lint": "bash ../../scripts/component/lint.bash"
"debug:js": "bash ../../scripts/component/debug-js.bash",
"lint": "bash ../../scripts/component/lint.bash",
"watch": "bash ../../scripts/component/watch.bash"
},

@@ -32,0 +34,0 @@ "engines": {

@@ -18,3 +18,3 @@ # o-spacing

For [Build Service](https://www.ft.com/__origami/service/build/v2/) users, `o-spacing` provides [CSS classes](#markup) for vertical space and [CSS Custom Properties (CSS Variables)](#css-custom-properties) for other usecases. For Sass users `o-spacing` also provides a number of [Sass functions and mixins](#sass) for applying space to a project.
For [Build Service](https://www.ft.com/__origami/service/build/) users, `o-spacing` provides [CSS classes](#markup) for vertical space and [CSS Custom Properties (CSS Variables)](#css-custom-properties) for other usecases. For Sass users `o-spacing` also provides a number of [Sass functions and mixins](#sass) for applying space to a project.

@@ -66,3 +66,3 @@ ## Spaces

`o-spacing` outputs a CSS Custom Property (CSS Variable) for each named space. E.g. `--o-spacing-s1`. These may be used to apply spaces in custom CSS if your project [supports](https://caniuse.com/#feat=css-variables) CSS Custom Properties. This is particularly useful for [Build Service](https://www.ft.com/__origami/service/build/v2/) users who do not have access to `o-spacing`'s [Sass](#sass) functions.
`o-spacing` outputs a CSS Custom Property (CSS Variable) for each named space. E.g. `--o-spacing-s1`. These may be used to apply spaces in custom CSS if your project [supports](https://caniuse.com/#feat=css-variables) CSS Custom Properties. This is particularly useful for [Build Service](https://www.ft.com/__origami/service/build/) users who do not have access to `o-spacing`'s [Sass](#sass) functions.

@@ -69,0 +69,0 @@ ```scss

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