Socket
Socket
Sign inDemoInstall

@tds/shared-styles

Package Overview
Dependencies
Maintainers
9
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tds/shared-styles - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [1.4.0](https://github.com/telusdigital/tds/compare/@tds/shared-styles@1.3.0...@tds/shared-styles@1.4.0) (2019-07-30)
### Features
* **shared-styles:** export seperate button and input heights ([258f3b8](https://github.com/telusdigital/tds/commit/258f3b8))
# [1.3.0](https://github.com/telusdigital/tds/compare/@tds/shared-styles@1.2.1...@tds/shared-styles@1.3.0) (2019-06-25)

@@ -8,0 +19,0 @@

9

dist/index.cjs.js

@@ -110,6 +110,10 @@ 'use strict';

var height = {
var buttonHeight = {
height: '3.25rem' // 52px
};
var inputHeight = {
height: '3rem' // 48px
};
var font = {

@@ -120,3 +124,4 @@ fontFamily: sharedTypography.fontTelus

var forms = /*#__PURE__*/Object.freeze({
height: height,
buttonHeight: buttonHeight,
inputHeight: inputHeight,
font: font

@@ -123,0 +128,0 @@ });

@@ -106,6 +106,10 @@ import { colorAthensGrey, colorPanache, colorLavenderBlush, colorCardinal, colorGainsboro } from '@tds/core-colours';

var height = {
var buttonHeight = {
height: '3.25rem' // 52px
};
var inputHeight = {
height: '3rem' // 48px
};
var font = {

@@ -116,3 +120,4 @@ fontFamily: fontTelus

var forms = /*#__PURE__*/Object.freeze({
height: height,
buttonHeight: buttonHeight,
inputHeight: inputHeight,
font: font

@@ -119,0 +124,0 @@ });

import { fontTelus } from '@tds/shared-typography'
export const height = {
export const buttonHeight = {
height: '3.25rem', // 52px
}
export const inputHeight = {
height: '3rem', // 48px
}
export const font = {
fontFamily: fontTelus,
}
{
"name": "@tds/shared-styles",
"version": "1.3.0",
"version": "1.4.0",
"description": "",

@@ -27,3 +27,3 @@ "main": "index.cjs.js",

},
"gitHead": "fb3c076342b094a7be8ba55ec3bd1fb37c5c90c8"
"gitHead": "96a0670cf85082480d70757fd31139bb78e333dd"
}
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