@codacy/ui-components 0.65.61 → 0.65.62

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -152,6 +152,8 @@ export declare const functionalColorsFx: (colors: {
152
152
  'background-brand': string;
153
153
  'background-subtle': string;
154
154
  'border-primary': string;
155
+ 'border-danger-subtle': string;
156
+ 'border-success-subtle': string;
155
157
  'border-brand-primary': string;
156
158
  'border-brand-hover': string;
157
159
  'border-brand-pressed': string;
@@ -233,6 +235,8 @@ export declare const functionalColors: {
233
235
  'background-brand': string;
234
236
  'background-subtle': string;
235
237
  'border-primary': string;
238
+ 'border-danger-subtle': string;
239
+ 'border-success-subtle': string;
236
240
  'border-brand-primary': string;
237
241
  'border-brand-hover': string;
238
242
  'border-brand-pressed': string;
@@ -161,6 +161,9 @@ var functionalColorsFx = exports.functionalColorsFx = function functionalColorsF
161
161
  'background-subtle': colors['grey-95'],
162
162
  // Border
163
163
  'border-primary': colors['grey-95'],
164
+ //Border - Semantic
165
+ 'border-danger-subtle': colors['red-95'],
166
+ 'border-success-subtle': colors['green-90'],
164
167
  // Border - Brand
165
168
  'border-brand-primary': colors['blue-70'],
166
169
  'border-brand-hover': colors['blue-40'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codacy/ui-components",
3
- "version": "0.65.61",
3
+ "version": "0.65.62",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",