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

@77sol-ui/tokens

Package Overview
Dependencies
Maintainers
5
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.2.2 to 1.2.3

8

CHANGELOG.md
# @77sol-ui/tokens
## 1.2.3
### Patch Changes
- add new color
## 1.2.2

@@ -7,3 +13,3 @@

- a57aad4: create input component and storybook
- create input component and storybook

@@ -10,0 +16,0 @@ ## 1.2.1

@@ -20,2 +20,3 @@ declare const borderRadius: {

400: string;
600: string;
700: string;

@@ -33,2 +34,3 @@ 800: string;

700: string;
900: string;
};

@@ -87,4 +89,6 @@ white: {

DEFAULT: string;
xs: string;
xl: string;
};
export { borderRadius, boxShadow, colors, fontFamily, fontSize, fontWeight };

8

dist/index.js

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

400: "#0045E5",
600: "#2D3653",
700: "#070C50",

@@ -65,3 +66,4 @@ 800: "#14142B"

600: "#333333",
700: "#344054"
700: "#344054",
900: "#101828"
},

@@ -100,3 +102,5 @@ white: {

var boxShadow = {
DEFAULT: "2px 8px 16px 0px rgba(60, 60, 60, 0.12);"
DEFAULT: "2px 8px 16px 0px rgba(60, 60, 60, 0.12);",
xs: "0px 1px 2px 0px rgba(16, 24, 40, 0.05)",
xl: "0px 8px 8px -4px rgba(16, 24, 40, 0.04), 0px 20px 24px -4px rgba(16, 24, 40, 0.10);"
};

@@ -103,0 +107,0 @@ // Annotate the CommonJS export names for ESM import in node:

{
"name": "@77sol-ui/tokens",
"version": "1.2.2",
"version": "1.2.3",
"description": "",

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

export const boxShadow = {
DEFAULT: '2px 8px 16px 0px rgba(60, 60, 60, 0.12);',
xs: '0px 1px 2px 0px rgba(16, 24, 40, 0.05)',
xl: '0px 8px 8px -4px rgba(16, 24, 40, 0.04), 0px 20px 24px -4px rgba(16, 24, 40, 0.10);'
}

@@ -14,2 +14,3 @@ export const colors = {

400: '#0045E5',
600: '#2D3653',
700: '#070C50',

@@ -27,2 +28,3 @@ 800: '#14142B',

700: '#344054',
900: '#101828'
},

@@ -29,0 +31,0 @@ white: {

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