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

@77sol-ui/tokens

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@77sol-ui/tokens - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

src/box-shadow.ts

7

CHANGELOG.md
# @77sol-ui/tokens
## 1.1.0
### Minor Changes
- new alert component created
added new color tokens and shades
## 1.0.0

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

41

dist/index.d.ts
declare const borderRadius: {
small: string;
DEFAULT: string;

@@ -12,4 +13,11 @@ large: string;

400: string;
500: string;
};
blue: {
50: string;
100: string;
200: string;
300: string;
700: string;
800: string;
};
gray: {

@@ -23,3 +31,7 @@ 100: string;

};
white: {
0: string;
};
green: {
50: string;
100: string;

@@ -33,5 +45,20 @@ 200: string;

};
red: string;
orange: string;
yellow: string;
red: {
50: string;
100: string;
200: string;
300: string;
};
orange: {
50: string;
100: string;
200: string;
300: string;
};
yellow: {
50: string;
100: string;
200: string;
300: string;
};
};

@@ -56,2 +83,6 @@

export { borderRadius, colors, fontFamily, fontSize, fontWeight };
declare const boxShadow: {
DEFAULT: string;
};
export { borderRadius, boxShadow, colors, fontFamily, fontSize, fontWeight };

37

dist/index.js

@@ -24,2 +24,3 @@ "use strict";

borderRadius: () => borderRadius,
boxShadow: () => boxShadow,
colors: () => colors,

@@ -34,2 +35,3 @@ fontFamily: () => fontFamily,

var borderRadius = {
small: "4px",
DEFAULT: "8px",

@@ -45,5 +47,12 @@ large: "12px"

300: "#8DBEF5",
400: "#2D69F6",
500: "#070C50"
400: "#2D69F6"
},
blue: {
50: "#ECF2FE",
100: "#CAE0FC",
200: "#8DBEF5",
300: "#2D69F6",
700: "#070C50",
800: "#14142B"
},
gray: {

@@ -57,14 +66,10 @@ 100: "#F2F2F2",

},
green: {
100: "#6FCF97",
200: "#27AE60",
300: "#219653"
white: {
0: "#ffffff"
},
accent: {
100: "#BB6BD9",
200: "#9B51E0"
},
red: "#EB5757",
orange: "#F2994A",
yellow: "#F2C94C"
green: { 50: "#EEFFF3", 100: "#6FCF97", 200: "#27AE60", 300: "#219653" },
accent: { 100: "#BB6BD9", 200: "#9B51E0" },
red: { 50: "#FFF6F8", 100: "#F5C7C7", 200: "#F17E7E", 300: "#EB5757" },
orange: { 50: "#F5E6D9", 100: "#FFD5AF", 200: "#F5B072", 300: "#F2994A" },
yellow: { 50: "#FFFBED", 100: "#FEEDB9", 200: "#F5D676", 300: "#F2C94C" }
};

@@ -91,5 +96,11 @@

};
// src/box-shadow.ts
var boxShadow = {
DEFAULT: "2px 8px 16px 0px rgba(60, 60, 60, 0.12);"
};
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
borderRadius,
boxShadow,
colors,

@@ -96,0 +107,0 @@ fontFamily,

{
"name": "@77sol-ui/tokens",
"version": "1.0.0",
"version": "1.1.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

export const borderRadius = {
small: '4px',
DEFAULT: '8px',
large: '12px',
}

@@ -7,4 +7,11 @@ export const colors = {

400: '#2D69F6',
500: '#070C50',
},
blue: {
50: '#ECF2FE',
100: '#CAE0FC',
200: '#8DBEF5',
300: '#2D69F6',
700: '#070C50',
800: '#14142B',
},
gray: {

@@ -18,14 +25,10 @@ 100: '#F2F2F2',

},
green: {
100: '#6FCF97',
200: '#27AE60',
300: '#219653',
white: {
0: '#ffffff',
},
accent: {
100: '#BB6BD9',
200: '#9B51E0',
},
red: '#EB5757',
orange: '#F2994A',
yellow: '#F2C94C',
green: { 50: '#EEFFF3', 100: '#6FCF97', 200: '#27AE60', 300: '#219653' },
accent: { 100: '#BB6BD9', 200: '#9B51E0' },
red: { 50: '#FFF6F8', 100: '#F5C7C7', 200: '#F17E7E', 300: '#EB5757' },
orange: { 50: '#F5E6D9', 100: '#FFD5AF', 200: '#F5B072', 300: '#F2994A' },
yellow: { 50: '#FFFBED', 100: '#FEEDB9', 200: '#F5D676', 300: '#F2C94C' },
}

@@ -6,1 +6,2 @@ export * from './border-radius'

export * from './font-weight'
export * from './box-shadow'

Sorry, the diff of this file is not supported yet

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