@primer/css 19.5.0-rc.d973b4ea → 19.5.1-rc.1ec8e7b2

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.
@@ -295,7 +295,7 @@ dl.form-group > dd, // TODO: Deprecate
295
295
  }
296
296
  }
297
297
 
298
- // Used in our boxed-group-less form styles. Give the sumbit button enough space
298
+ // Used in our boxed-group-less form styles. Give the submit button enough space
299
299
  // to breathe without the need for the extra hr.
300
300
  .form-action-spacious {
301
301
  // stylelint-disable-next-line primer/spacing
@@ -7,7 +7,7 @@
7
7
 
8
8
  // Default label
9
9
 
10
- .label, // TODO: Deprecte
10
+ .label, // TODO: Deprecate
11
11
  .Label {
12
12
  @include labels-base;
13
13
 
@@ -24,7 +24,7 @@
24
24
  .emoji {
25
25
  max-width: none;
26
26
  vertical-align: text-top;
27
- // Override `<img>` styles so Emjois don't clash with zebra striping in our tables
27
+ // Override `<img>` styles so Emojis don't clash with zebra striping in our tables
28
28
  background-color: transparent;
29
29
  }
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/css",
3
- "version": "19.5.0-rc.d973b4ea",
3
+ "version": "19.5.1-rc.1ec8e7b2",
4
4
  "description": "The CSS implementation of GitHub's Primer Design System",
5
5
  "homepage": "https://primer.style/css",
6
6
  "author": "GitHub, Inc.",
@@ -39,7 +39,7 @@
39
39
  "storybook": "cd docs && yarn && yarn storybook"
40
40
  },
41
41
  "dependencies": {
42
- "@primer/primitives": "7.5.0"
42
+ "@primer/primitives": "^7.5.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@changesets/changelog-github": "0.4.2",
@@ -31,7 +31,7 @@ $SelectMenu-max-height: 480px !default;
31
31
 
32
32
  // Backdrop
33
33
  //
34
- // Adds a dark, semi transparent "cover" underneat the modal. Only visible for xs.
34
+ // Adds a dark, semi transparent "cover" underneath the modal. Only visible for xs.
35
35
 
36
36
  .SelectMenu::before {
37
37
  position: absolute;
@@ -157,7 +157,7 @@ $responsive-variants: (
157
157
  xl: '-xl',
158
158
  ) !default;
159
159
 
160
- // responive utility position values
160
+ // responsive utility position values
161
161
  $responsive-positions: (
162
162
  static,
163
163
  relative,
@@ -85,7 +85,7 @@
85
85
  @each $breakpoint, $variant in $responsive-variants {
86
86
  @include breakpoint($breakpoint) {
87
87
 
88
- // Auto varients
88
+ // Auto variants
89
89
  .width#{$variant}-auto { width: auto !important; }
90
90
 
91
91
  /* Set the direction to rtl */