@fabric-ds/css
Advanced tools
Comparing version 1.1.10-next.1 to 1.1.10-next.2
{ | ||
"name": "@fabric-ds/css", | ||
"description": "Fabric CSS core components and utilities", | ||
"version": "1.1.10-next.1", | ||
"version": "1.1.10-next.2", | ||
"files": [ | ||
@@ -48,3 +48,3 @@ "dist", | ||
"@eik/cli": "^2.0.0-next.6", | ||
"@fabric-ds/icons": "^0.3.8", | ||
"@fabric-ds/icons": "^0.6.0", | ||
"@fabric-ds/tailwind-config": "^0.5.32", | ||
@@ -51,0 +51,0 @@ "@finn-no/browserslist-config": "^3.0.0", |
@@ -38,2 +38,15 @@ # Fabric CSS | ||
We use [commitizen](https://github.com/commitizen/cz-cli) to ensure coherent commit message structure, used by [semantic release](#releases) to generate change logs and handle versioning. | ||
``` | ||
npm install -g commitizen | ||
``` | ||
When installed, you should be able to type `cz` or `git cz` in your terminal to commit your changes (replacing | ||
`git commit`). | ||
[![Add and commit with Commitizen](https://github.com/commitizen/cz-cli/raw/master/meta/screenshots/add-commit.png)](https://github.com/commitizen/cz-cli/raw/master/meta/screenshots/add-commit.png) | ||
## Releases | ||
@@ -50,12 +63,2 @@ | ||
Please note that the version published will depend on your commit message structure. We use | ||
[commitizen](https://github.com/commitizen/cz-cli) to help follow this structure: | ||
``` | ||
npm install -g commitizen | ||
``` | ||
When installed, you should be able to type `cz` or `git cz` in your terminal to commit your changes (replacing | ||
`git commit`). | ||
[![Add and commit with Commitizen](https://github.com/commitizen/cz-cli/raw/master/meta/screenshots/add-commit.png)](https://github.com/commitizen/cz-cli/raw/master/meta/screenshots/add-commit.png) | ||
Please note that the version published will depend on your commit message structure. Make sure to use commitizen (see [Development section](#development)). |
@@ -128,6 +128,6 @@ export const attention = { | ||
toast: 'toast flex group p-8 mt-16 rounded-8 border-2 w-full pointer-events-auto transition-all', | ||
toastPositive: 'bg-green-50 border-green-200 text-green-800', | ||
toastWarning: 'bg-yellow-50 border-yellow-200 text-yellow-800', | ||
toastNegative: 'bg-red-50 border-red-200 text-red-800', | ||
toastNeutral: 'bg-gray-50 border-gray-200 text-gray-800', | ||
toastPositive: 'bg-green-50 border-green-300 text-green-800', | ||
toastWarning: 'bg-yellow-50 border-yellow-300 text-yellow-800', | ||
toastNegative: 'bg-red-50 border-red-300 text-red-800', | ||
toastNeutral: 'bg-gray-50 border-gray-300 text-gray-800', | ||
toastIcon: 'flex-shrink-0 rounded-full w-16 h-16 m-8', | ||
@@ -134,0 +134,0 @@ toastIconPositive: 'bg-green-300', |
@@ -7,8 +7,8 @@ export const colors = { | ||
300: '#9ac1fe', | ||
400: '#5e9cfd', | ||
400: '#5c9cff', | ||
500: '#2b7eff', | ||
600: '#0063fb', // Primary Blue | ||
700: '#004abc', | ||
800: '#003e9d', | ||
900: '#003280', | ||
700: '#244eb3', | ||
800: '#223474', | ||
900: '#191D3A', | ||
}, | ||
@@ -19,9 +19,9 @@ aqua: { | ||
200: '#b6f0ff', // Toothpaste | ||
300: '#84e1fc', | ||
300: '#66e0ff', | ||
400: '#06befb', // Secondary Blue | ||
500: '#03a3dd', | ||
600: '#048bb7', | ||
700: '#037297', | ||
800: '#025c83', | ||
900: '#024764', | ||
600: '#0386bf', | ||
700: '#1e648a', | ||
800: '#1d435a', | ||
900: '#15242f', | ||
}, | ||
@@ -36,5 +36,5 @@ green: { | ||
600: '#059e6f', // Lime | ||
700: '#217a5f', | ||
800: '#065f46', | ||
900: '#064e3b', | ||
700: '#1d7454', | ||
800: '#1b4d39', | ||
900: '#14291f', | ||
}, | ||
@@ -49,5 +49,5 @@ yellow: { | ||
600: '#d5840b', | ||
700: '#ae6c09', | ||
800: '#885407', | ||
900: '#6b4206', | ||
700: '#9b621e', | ||
800: '#654118', | ||
900: '#352310', | ||
}, | ||
@@ -62,5 +62,5 @@ red: { | ||
600: '#d91f0a', // Cherry | ||
700: '#b91409', | ||
800: '#991500', | ||
900: '#801a00', | ||
700: '#9e2216', | ||
800: '#681d11', | ||
900: '#38140B', | ||
}, | ||
@@ -75,17 +75,17 @@ bluegray: { | ||
600: '#4d586f', | ||
700: '#3a445a', | ||
800: '#272e3f', | ||
900: '#0f1729', | ||
700: '#3b4353', | ||
800: '#292d38', | ||
900: '#181a1f', | ||
}, | ||
gray: { | ||
50: '#fafafa', | ||
100: '#f5f5f5', | ||
200: '#e5e5e5', | ||
300: '#cccccc', | ||
400: '#adadad', | ||
500: '#767676', // Stone | ||
600: '#525252', | ||
700: '#464646', // Licorice | ||
800: '#2b2b2b', | ||
900: '#171717', | ||
100: '#f4f4f5', | ||
200: '#e4e4e7', | ||
300: '#d4d4d8', | ||
400: '#a1a1aa', | ||
500: '#71717a', // Stone | ||
600: '#52525b', | ||
700: '#3f3f46', // Licorice | ||
800: '#27272a', | ||
900: '#18181b', | ||
}, | ||
@@ -92,0 +92,0 @@ white: '#fff', |
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
62
473355