@77sol-ui/tokens
Advanced tools
Comparing version 1.2.2 to 1.2.3
# @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 }; |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10561
337