Socket
Socket
Sign inDemoInstall

@ausbom/styles

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ausbom/styles - npm Package Compare versions

Comparing version 0.8.0 to 0.9.0

11

CHANGELOG.md

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

# [0.9.0](https://github.com/AusBOM/bom-design-system/compare/@ausbom/styles@0.8.0...@ausbom/styles@0.9.0) (2020-09-29)
### Features
* **alert:** added a new alert status type 'warning' ([92e7af1](https://github.com/AusBOM/bom-design-system/commit/92e7af1cdfe1cec80ad9908cea087378e2e5e1b7))
<a name="0.8.0"></a>

@@ -8,0 +19,0 @@ # [0.8.0](https://github.com/AusBOM/bom-design-system/compare/@ausbom/styles@0.7.0...@ausbom/styles@0.8.0) (2020-02-03)

2

lib/palette.d.ts

@@ -43,2 +43,4 @@ export interface IPalette {

successBackground: string
warning: string
warningBackground: string
}

@@ -45,0 +47,0 @@

2

lib/palette.js

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

"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports["default"]=void 0;/* tslint:disable: object-literal-sort-keys */var palette={primary:{darkBlue:"#001F43",darkBlueTint:"#0F2C4E",electricBlue:"#2461E5"},secondary:{yellow:"#FFC932",electricBlueDark:"#0C4AD0",lightBlue:"#8AA9ED",lightGreen:"#00AC99",focusBlue:"#6991E8"},neutral:{black:"#000000",charcoalDark:"#1E1E1E",charcoalMedium:"#4A4A4A",charcoalLight:"#707070",greyDark:"#949494",greyMedium:"#DEDEDE",greyLight:"#F5F5F5",white:"#FFFFFF"},system:{error:"#E61E36",errorBackground:"#FCDEE1",failure:"#E26C00",failureBackground:"#FFF3E8",information:"#2461E5",informationBackground:"#DEE8FB",success:"#00A087",successBackground:"#EAF8F5"},data:{dataVis:{dataVis1:"#2461E5",dataVis2:"#6642C0",dataVis3:"#00A087",dataVis4:"#DA394D",dataVis5:"#E66500",dataVis6:"#9C2BA8"},uv:{missing:"#949494",low:"#96cc00",moderate:"#fcdc00",high:"#ff9928",veryHigh:"#d8001d",extreme:"#ba00c0"},fireDanger:{missing:"#949494",lowModerate:"#17A462",high:"#00ADEF",veryHigh:"#FFD600",severe:"#FDA42B",extreme:"#E5281B"},rainChance:{percent0:"#FEFEFE",percent20:"#F4FAFD",percent40:"#D7ECF9",percent60:"#AED9F4",percent80:"#7EC3ED",percent100:"#5EB4E9"}}};var _default=palette;exports["default"]=_default;
"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports["default"]=void 0;/* tslint:disable: object-literal-sort-keys */var palette={primary:{darkBlue:"#001F43",darkBlueTint:"#0F2C4E",electricBlue:"#2461E5"},secondary:{yellow:"#FFC932",electricBlueDark:"#0C4AD0",lightBlue:"#8AA9ED",lightGreen:"#00AC99",focusBlue:"#6991E8"},neutral:{black:"#000000",charcoalDark:"#1E1E1E",charcoalMedium:"#4A4A4A",charcoalLight:"#707070",greyDark:"#949494",greyMedium:"#DEDEDE",greyLight:"#F5F5F5",white:"#FFFFFF"},system:{error:"#E61E36",errorBackground:"#FCDEE1",failure:"#E26C00",failureBackground:"#FFF3E8",information:"#2461E5",informationBackground:"#DEE8FB",success:"#00A087",successBackground:"#EAF8F5",warning:"#1E1E1E",warningBackground:"#FFC932"},data:{dataVis:{dataVis1:"#2461E5",dataVis2:"#6642C0",dataVis3:"#00A087",dataVis4:"#DA394D",dataVis5:"#E66500",dataVis6:"#9C2BA8"},uv:{missing:"#949494",low:"#96cc00",moderate:"#fcdc00",high:"#ff9928",veryHigh:"#d8001d",extreme:"#ba00c0"},fireDanger:{missing:"#949494",lowModerate:"#17A462",high:"#00ADEF",veryHigh:"#FFD600",severe:"#FDA42B",extreme:"#E5281B"},rainChance:{percent0:"#FEFEFE",percent20:"#F4FAFD",percent40:"#D7ECF9",percent60:"#AED9F4",percent80:"#7EC3ED",percent100:"#5EB4E9"}}};var _default=palette;exports["default"]=_default;
{
"name": "@ausbom/styles",
"version": "0.8.0",
"version": "0.9.0",
"description": "Styles is a library of components that help other components determine what styles to take by default and which ones to override using specified theme objects.",

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

},
"gitHead": "b5d0c0ea030bcd4ebfcc0f932f9a4a9898f3b0cc"
"gitHead": "cbfea6ad462064273a13c7aeeb4d2ce94823aaf1"
}

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