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

@bloomreach/frontend-theme

Package Overview
Dependencies
Maintainers
31
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bloomreach/frontend-theme - npm Package Compare versions

Comparing version 1.0.0-2 to 1.0.0-3

README.md

6

package.json
{
"name": "@bloomreach/frontend-theme",
"private": false,
"version": "1.0.0-2",
"version": "1.0.0-3",
"description": "A sharable set of color variables",
"author": "Bloomreach",
"license": "Apache-2.0",
"scripts": {
"build": "node build"
}
"main": "variables.js"
}

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

export const colorVariables = {blue50: '#cfe7fc',blue100: '#94c9f7',blue200: '#5faff5',blue300: '#3399f2',blue400: '#1785e6',blue500: '#00b5e2',blue600: '#0465ba',blue700: '#0259a6',blue800: '#024e96',blue900: '#004280',blueA100: '#99cfff',blueA200: '#4da0ff',blueA400: '#267dff',blueA700: '#0357ff',orange50: '#fce1cf',orange100: '#f7ba94',orange200: '#f59356',orange300: '#f58133',orange400: '#f26f18',orange500: '#e35c09',orange600: '#d15102',orange700: '#bd4a02',orange800: '#a84202',orange900: '#963c00',orangeA100: '#ffc099',orangeA200: '#ff9659',orangeA400: '#ff751a',orangeA700: '#ff5203',red50: '#fccfcf',red100: '#fc8c8c',red200: '#fa5151',red300: '#f22a2a',red400: '#e61717',red500: '#d40d0d',red600: '#bd0606',red700: '#ab0303',red800: '#990202',red900: '#850000',redA100: '#f99',redA200: '#ff596a',redA400: '#ff334e',redA700: '#f70029',grey50: '#fff',grey100: '#f4f4f5',grey200: '#e8e8ea',grey300: '#d9d9dd',grey400: '#b8bcbf',grey500: '#92a0a5',grey600: '#697279',grey700: '#39434c',grey800: '#22272f',grey900: '#000',greyA100: '#fff',greyA200: '#000',greyA400: '#303030',greyA700: '#39434c',textColor: 'rgba(0, 0, 0, .87)',textColorLight: 'rgba(255, 255, 255, .87)',textColorDim: 'rgba(0, 0, 0, .6)',textColorDisabled: 'rgba(0, 0, 0, .38)'};
/*
* Copyright 2020 BloomReach. All rights reserved. (https://www.bloomreach.com/)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export default {
blue: {
'50': '#cfe7fc',
'100': '#94c9f7',
'200': '#5faff5',
'300': '#3399f2',
'400': '#1785e6',
'500': '#00b5e2',
'600': '#0465ba',
'700': '#0259a6',
'800': '#024e96',
'900': '#004280',
A100: '#99cfff',
A200: '#4da0ff',
A400: '#267dff',
A700: '#0357ff',
},
orange: {
'50': '#fce1cf',
'100': '#f7ba94',
'200': '#f59356',
'300': '#f58133',
'400': '#f26f18',
'500': '#e35c09',
'600': '#d15102',
'700': '#bd4a02',
'800': '#a84202',
'900': '#963c00',
A100: '#ffc099',
A200: '#ff9659',
A400: '#ff751a',
A700: '#ff5203',
},
red: {
'50': '#fccfcf',
'100': '#fc8c8c',
'200': '#fa5151',
'300': '#f22a2a',
'400': '#e61717',
'500': '#d40d0d',
'600': '#bd0606',
'700': '#ab0303',
'800': '#990202',
'900': '#850000',
A100: '#f99',
A200: '#ff596a',
A400: '#ff334e',
A700: '#f70029',
},
grey: {
'50': '#fff',
'100': '#f4f4f5',
'200': '#e8e8ea',
'300': '#d9d9dd',
'400': '#b8bcbf',
'500': '#92a0a5',
'600': '#697279',
'700': '#39434c',
'800': '#22272f',
'900': '#000',
A100: '#fff',
A200: '#000',
A400: '#303030',
A700: '#39434c',
},
textColor: {
dark: 'rgba(black, .87)',
light: 'rgba(white, .87)',
dim: 'rgba(black, .6)',
disabled: 'rgba(black, .38)',
},
};

Sorry, the diff of this file is not supported yet

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