brahma-ui
Advanced tools
Comparing version 1.1.54 to 1.1.55
@@ -214,2 +214,5 @@ /// <reference types="react" /> | ||
polygainToxic: string; | ||
alphagears: string; | ||
alphagears2: string; | ||
yellow: string; | ||
}; | ||
@@ -216,0 +219,0 @@ readonly spacings: { |
@@ -76,2 +76,5 @@ declare function getTheme(darkMode?: boolean): { | ||
polygainToxic: string; | ||
alphagears: string; | ||
alphagears2: string; | ||
yellow: string; | ||
}; | ||
@@ -175,2 +178,5 @@ readonly spacings: { | ||
polygainToxic: string; | ||
alphagears: string; | ||
alphagears2: string; | ||
yellow: string; | ||
}; | ||
@@ -177,0 +183,0 @@ readonly spacings: { |
{ | ||
"name": "brahma-ui", | ||
"version": "1.1.54", | ||
"version": "1.1.55", | ||
"description": "Brahma ui package contained shared components", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -36,3 +36,6 @@ function colors(darkMode = true) { | ||
polygain400: '#5D2DAD', | ||
polygainToxic: '#B1FF74' | ||
polygainToxic: '#B1FF74', | ||
alphagears: '#E84BAC', | ||
alphagears2: '#FF86D1', | ||
yellow: '#FFAD0D' | ||
} | ||
@@ -72,3 +75,6 @@ : { | ||
polygain400: '#5D2DAD', | ||
polygainToxic: '#B1FF74' | ||
polygainToxic: '#B1FF74', | ||
alphagears: '#E84BAC', | ||
alphagears2: '#FF86D1', | ||
yellow: '#FFAD0D' | ||
} | ||
@@ -75,0 +81,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1150036
9338