@primer/css 20.8.0-rc.eb9eea82 → 20.8.0-rc.fe3706b6

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.
@@ -5,16 +5,6 @@
5
5
  //
6
6
  // Overrides for common inputs for easier styling.
7
7
 
8
- fieldset {
9
- padding: 0;
10
- margin: 0;
11
- border: 0;
12
- }
13
-
14
- label {
15
- font-weight: $font-weight-bold;
16
- }
17
-
18
8
  .form-control,
19
9
  .form-select {
20
10
  // stylelint-disable-next-line primer/spacing
@@ -96,12 +86,6 @@ textarea.form-control {
96
86
  }
97
87
  }
98
88
 
99
- // Custom styling for HTML5 validation bubbles (WebKit only)
100
- ::placeholder {
101
- color: var(--color-fg-subtle);
102
- opacity: 1; // override opacity in normalize.css
103
- }
104
-
105
89
  // Mini inputs, to match .minibutton
106
90
  .input-sm {
107
91
  min-height: $size-4;
@@ -8,6 +8,7 @@
8
8
  margin: 0;
9
9
  // stylelint-disable-next-line primer/typography
10
10
  font-size: 85%;
11
+ white-space: break-spaces; // keeps rendering spaces, but breaks them onto multiple lines
11
12
  background-color: var(--color-neutral-muted);
12
13
  border-radius: $border-radius;
13
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/css",
3
- "version": "20.8.0-rc.eb9eea82",
3
+ "version": "20.8.0-rc.fe3706b6",
4
4
  "description": "The CSS implementation of GitHub's Primer Design System",
5
5
  "homepage": "https://primer.style/css",
6
6
  "author": "GitHub, Inc.",
@@ -56,23 +56,23 @@
56
56
  "cssstats": "4.0.5",
57
57
  "eslint": "8.25.0",
58
58
  "eslint-plugin-github": "4.3.7",
59
- "eslint-plugin-jest": "27.1.3",
59
+ "eslint-plugin-jest": "27.1.6",
60
60
  "eslint-plugin-prettier": "4.2.1",
61
- "filesize": "9.0.11",
61
+ "filesize": "10.0.5",
62
62
  "front-matter": "4.0.2",
63
63
  "fs-extra": "10.1.0",
64
64
  "globby": "13.1.2",
65
- "jest": "29.0.3",
65
+ "jest": "29.3.1",
66
66
  "js-yaml": "4.1.0",
67
67
  "postcss": "8.4.18",
68
68
  "postcss-calc": "8.2.4",
69
69
  "postcss-import": "15.0.0",
70
70
  "postcss-load-config": "4.0.1",
71
- "postcss-scss": "4.0.4",
71
+ "postcss-scss": "4.0.5",
72
72
  "postcss-simple-vars": "6.0.3",
73
73
  "prettier": "2.7.1",
74
74
  "semver": "7.3.7",
75
- "stylelint": "14.14.0",
75
+ "stylelint": "14.15.0",
76
76
  "table": "6.8.0"
77
77
  },
78
78
  "jest": {