@gitlab/ui 39.6.0 → 39.6.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [39.6.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v39.6.0...v39.6.1) (2022-05-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **GlModal:** Fix modal backdrop color in dark mode ([5f8bf77](https://gitlab.com/gitlab-org/gitlab-ui/commit/5f8bf77adc7c7dc66d6d5f709e3842ae87530193))
7
+
1
8
  # [39.6.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v39.5.1...v39.6.0) (2022-05-03)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "39.6.0",
3
+ "version": "39.6.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -318,7 +318,7 @@ export const glModalLargeWidth = '61.875rem'
318
318
  export const modalHeaderBorderColor = '#bfbfbf'
319
319
  export const modalFooterBorderColor = '#bfbfbf'
320
320
  export const modalTitleLineHeight = '1.25rem'
321
- export const modalBackdrop = '#000'
321
+ export const modalBackdropBg = '#000'
322
322
  export const modalBackdropOpacity = '0.64'
323
323
  export const bodyColor = '#303030'
324
324
  export const secondary = '#f0f0f0'
@@ -1673,7 +1673,7 @@
1673
1673
  "compiledValue": "1.25rem"
1674
1674
  },
1675
1675
  {
1676
- "name": "$modal-backdrop",
1676
+ "name": "$modal-backdrop-bg",
1677
1677
  "value": "#000",
1678
1678
  "compiledValue": "#000"
1679
1679
  },
@@ -461,7 +461,7 @@ $gl-modal-large-width: px-to-rem(990px);
461
461
  $modal-header-border-color: $gray-200;
462
462
  $modal-footer-border-color: $gray-200;
463
463
  $modal-title-line-height: $gl-line-height-20;
464
- $modal-backdrop: #000;
464
+ $modal-backdrop-bg: #000;
465
465
  $modal-backdrop-opacity: 0.64;
466
466
 
467
467
  // Bootstrap overrides