Socket
Socket
Sign inDemoInstall

@tds/shared-styles

Package Overview
Dependencies
Maintainers
8
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.2.1 to 1.3.0

buttons.js

11

CHANGELOG.md

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

# [1.3.0](https://github.com/telusdigital/tds/compare/@tds/shared-styles@1.2.1...@tds/shared-styles@1.3.0) (2019-06-25)
### Features
* **shared-styles:** add blank button styles ([7415009](https://github.com/telusdigital/tds/commit/7415009))
## [1.2.1](https://github.com/telusdigital/tds/compare/@tds/shared-styles@1.2.0...@tds/shared-styles@1.2.1) (2019-06-04)

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

@@ -170,3 +170,17 @@ 'use strict';

/* eslint-disable import/prefer-default-export */
var noStyle = _extends_1({}, noSpacing, none, font, sharedTypography.color, {
appearance: 'none',
background: 'none',
boxShadow: 'none',
cursor: 'pointer'
});
var buttons = /*#__PURE__*/Object.freeze({
noStyle: noStyle
});
exports.borders = borders;
exports.buttons = buttons;
exports.forms = forms;

@@ -173,0 +187,0 @@ exports.iconWrapper = iconWrapper;

17

dist/index.es.js
import { colorAthensGrey, colorPanache, colorLavenderBlush, colorCardinal, colorGainsboro } from '@tds/core-colours';
import { fontTelus } from '@tds/shared-typography';
import { fontTelus, color } from '@tds/shared-typography';

@@ -166,2 +166,15 @@ var thin = {

export { borders, forms, iconWrapper, links, list, messaging, position, spacing };
/* eslint-disable import/prefer-default-export */
var noStyle = _extends_1({}, noSpacing, none, font, color, {
appearance: 'none',
background: 'none',
boxShadow: 'none',
cursor: 'pointer'
});
var buttons = /*#__PURE__*/Object.freeze({
noStyle: noStyle
});
export { borders, buttons, forms, iconWrapper, links, list, messaging, position, spacing };

3

index.es.js

@@ -10,4 +10,5 @@ import {

list,
buttons,
} from './dist/index.es'
export { borders, iconWrapper, links, messaging, position, spacing, forms, list }
export { borders, iconWrapper, links, messaging, position, spacing, forms, list, buttons }

@@ -9,3 +9,4 @@ import * as borders from './borders'

import * as list from './list'
import * as buttons from './buttons'
export { borders, iconWrapper, links, messaging, position, spacing, forms, list }
export { borders, iconWrapper, links, messaging, position, spacing, forms, list, buttons }
{
"name": "@tds/shared-styles",
"version": "1.2.1",
"version": "1.3.0",
"description": "",

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

},
"gitHead": "1ac2f2499df5787982a6c0fd4196ca80d95dacfc"
"gitHead": "fb3c076342b094a7be8ba55ec3bd1fb37c5c90c8"
}
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