@gitlab/ui 42.2.0 → 42.3.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "42.2.0",
3
+ "version": "42.3.0",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -89,7 +89,7 @@ export const purple700 = '#5943b6'
89
89
  export const purple800 = '#453894'
90
90
  export const purple900 = '#2f2a6b'
91
91
  export const purple950 = '#232150'
92
- export const gray10 = '#fafafa'
92
+ export const gray10 = '#f5f5f5'
93
93
  export const gray50 = '#f0f0f0'
94
94
  export const gray100 = '#dbdbdb'
95
95
  export const gray200 = '#bfbfbf'
@@ -342,7 +342,7 @@ export const spacer = '0.5rem'
342
342
  export const spacers = '(1: 0.25rem, 2: 0.5rem, 3: 1rem, 4: 1.5rem, 5: 2rem, 6: 2.5rem, 7: 3rem, 8: 3.5rem, 9: 4rem)'
343
343
  export const tableAccentBg = '#f0f0f0'
344
344
  export const cardBorderColor = '#dbdbdb'
345
- export const cardCapBg = '#fafafa'
345
+ export const cardCapBg = '#f5f5f5'
346
346
  export const glFormInputSizes = '(xs: 5rem, sm: 10rem, md: 15rem, lg: 20rem, xl: 35rem)'
347
347
  export const popoverBg = '#fff'
348
348
  export const popoverArrowWidth = '0.5rem'
@@ -484,8 +484,8 @@
484
484
  },
485
485
  {
486
486
  "name": "$gray-10",
487
- "value": "#fafafa",
488
- "compiledValue": "#fafafa"
487
+ "value": "#f5f5f5",
488
+ "compiledValue": "#f5f5f5"
489
489
  },
490
490
  {
491
491
  "name": "$gray-50",
@@ -1795,7 +1795,7 @@
1795
1795
  {
1796
1796
  "name": "$card-cap-bg",
1797
1797
  "value": "$gray-10",
1798
- "compiledValue": "#fafafa"
1798
+ "compiledValue": "#f5f5f5"
1799
1799
  },
1800
1800
  {
1801
1801
  "name": "$gl-form-input-sizes",
@@ -136,7 +136,7 @@ Before After (reflected below)
136
136
  * Passes 4.5:1 contrast ratio on $gray-10
137
137
  */
138
138
 
139
- $gray-10: #fafafa !default;
139
+ $gray-10: #f5f5f5 !default;
140
140
  $gray-50: #f0f0f0 !default;
141
141
  $gray-100: #dbdbdb !default;
142
142
  $gray-200: #bfbfbf !default;