@primer/css 21.0.8 → 21.0.9-rc.e8810cb8

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.
@@ -54,6 +54,11 @@
54
54
  border-bottom-right-radius: 0;
55
55
  }
56
56
 
57
+ .input-group .form-control:first-child,
58
+ .input-group-button:first-child .btn:not(.btn-primary) {
59
+ border-color: var(--control-borderColor-rest, var(--color-border-default));
60
+ }
61
+
57
62
  .input-group-button:first-child .btn {
58
63
  // stylelint-disable-next-line primer/spacing
59
64
  margin-right: -1px;
@@ -65,6 +70,11 @@
65
70
  border-bottom-left-radius: 0;
66
71
  }
67
72
 
73
+ .input-group .form-control:last-child,
74
+ .input-group-button:last-child .btn:not(.btn-primary) {
75
+ border-color: var(--control-borderColor-rest, var(--color-border-default));
76
+ }
77
+
68
78
  .input-group-button:last-child .btn {
69
79
  // stylelint-disable-next-line primer/spacing
70
80
  margin-left: -1px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/css",
3
- "version": "21.0.8",
3
+ "version": "21.0.9-rc.e8810cb8",
4
4
  "description": "The CSS implementation of GitHub's Primer Design System",
5
5
  "homepage": "https://primer.style/css",
6
6
  "author": "GitHub, Inc.",
@@ -29,6 +29,14 @@
29
29
 
30
30
  /*! */ // This is a fix for a cssstats bug see https://github.com/cssstats/cssstats/issues/331
31
31
  }
32
+
33
+ ::backdrop,
34
+ [data-color-mode="light"][data-light-theme="#{$theme-name}"],
35
+ [data-color-mode="dark"][data-dark-theme="#{$theme-name}"]::backdrop {
36
+ @content;
37
+
38
+ /*! */ // Must remain separate from the above selector to not break browsers which don't support ::backdrop, e.g. Safari 14.
39
+ }
32
40
  }
33
41
 
34
42
  @else {