@fabric-ds/css
Advanced tools
Comparing version 1.1.8 to 1.1.9
{ | ||
"name": "@fabric-ds/css", | ||
"description": "Fabric CSS core components and utilities", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"files": [ | ||
@@ -6,0 +6,0 @@ "dist", |
@@ -27,2 +27,3 @@ export namespace attention { | ||
export const neutral: string; | ||
export const outlined: string; | ||
} | ||
@@ -29,0 +30,0 @@ export namespace slider { |
@@ -27,3 +27,4 @@ export const attention = { | ||
sponsored: 'border-aqua-200 bg-aqua-200', | ||
neutral: 'border-bluegray-300 bg-white', | ||
neutral: 'border-gray-100 bg-gray-100', | ||
outlined: 'border-bluegray-300 bg-white', | ||
}; | ||
@@ -30,0 +31,0 @@ |
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
474036
786