@primer/css 0.0.0-20220823123728 → 0.0.0-20220826174354
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 +5 -4
- package/RELEASING.md +1 -1
- package/actionlist/action-list-item-divider.scss +2 -2
- package/actionlist/action-list-item.scss +4 -4
- package/alerts/flash.scss +1 -1
- package/autocomplete/autocomplete.scss +1 -1
- package/autocomplete/suggester.scss +1 -1
- package/base/base.scss +1 -1
- package/base/normalize.scss +1 -1
- package/box/box.scss +1 -1
- package/buttons/button.scss +2 -2
- package/buttons/misc.scss +2 -2
- package/deprecations.json +0 -2
- package/dist/core.css +1 -1
- package/dist/core.css.map +1 -1
- package/dist/deprecations.json +0 -2
- package/dist/forms.css +1 -1
- package/dist/forms.css.map +1 -1
- package/dist/labels.css +1 -1
- package/dist/marketing-buttons.css +1 -1
- package/dist/marketing-buttons.css.map +1 -1
- package/dist/marketing-links.css.map +1 -1
- package/dist/marketing-type.css +1 -1
- package/dist/marketing-type.css.map +1 -1
- package/dist/marketing-utilities.css.map +1 -1
- package/dist/marketing.css +1 -1
- package/dist/marketing.css.map +1 -1
- package/dist/meta.json +93 -93
- package/dist/primer.css +3 -3
- package/dist/primer.css.map +1 -1
- package/dist/product.css +1 -1
- package/dist/product.css.map +1 -1
- package/dist/select-menu.css +1 -1
- package/dist/select-menu.css.map +1 -1
- package/dist/stats/core.json +1 -1
- package/dist/stats/forms.json +1 -1
- package/dist/stats/labels.json +1 -1
- package/dist/stats/marketing-buttons.json +1 -1
- package/dist/stats/marketing-type.json +1 -1
- package/dist/stats/marketing.json +1 -1
- package/dist/stats/primer.json +1 -1
- package/dist/stats/product.json +1 -1
- package/dist/stats/select-menu.json +1 -1
- package/dist/stats/utilities.json +1 -1
- package/dist/utilities.css +1 -1
- package/dist/utilities.css.map +1 -1
- package/dist/variables.json +63 -73
- package/forms/FormControl.scss +4 -0
- package/forms/form-control.scss +2 -2
- package/forms/form-group.scss +1 -1
- package/header/header.scss +1 -1
- package/labels/counters.scss +1 -1
- package/labels/diffstat.scss +1 -1
- package/labels/states.scss +1 -1
- package/markdown/blob-csv.scss +1 -1
- package/markdown/headings.scss +1 -1
- package/markdown/lists.scss +1 -1
- package/markdown/tables.scss +1 -1
- package/marketing/buttons/button.scss +4 -4
- package/marketing/support/variables.scss +4 -5
- package/marketing/type/typography.scss +11 -40
- package/navigation/filter-list.scss +1 -1
- package/navigation/menu.scss +1 -1
- package/navigation/sidenav.scss +1 -1
- package/navigation/subnav.scss +1 -1
- package/navigation/underline-nav.scss +2 -2
- package/overlay/overlay.scss +1 -1
- package/package.json +1 -1
- package/select-menu/select-menu.scss +4 -5
- package/subhead/subhead.scss +1 -1
- package/support/mixins/typography.scss +9 -9
- package/support/variables/typography.scss +2 -2
- package/utilities/typography.scss +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
# @primer/css
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-20220826174354
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- [#
|
|
7
|
+
- [#2218](https://github.com/primer/css/pull/2218) [`db42331b`](https://github.com/primer/css/commit/db42331bfaaf6b84fe5333ee01768e0323b69975) Thanks [@langermank](https://github.com/langermank)! - - Adding readonly styles
|
|
8
|
+
- Fixing focus background color for inset field
|
|
8
9
|
|
|
9
|
-
|
|
10
|
+
* [#2211](https://github.com/primer/css/pull/2211) [`8e5f6224`](https://github.com/primer/css/commit/8e5f62244192a8e2a191be7e7ad20d00f4b4bedb) Thanks [@imjohnbo](https://github.com/imjohnbo)! - Remove outline reset of `.SelectMenu-closeButton`
|
|
10
11
|
|
|
11
12
|
- Fake entry to force publishing
|
|
12
13
|
|
package/RELEASING.md
CHANGED
|
@@ -31,7 +31,7 @@ The release process is automated by [changesets]. After you familiarize yourself
|
|
|
31
31
|
|
|
32
32
|
After tests run, the docs site will be deployed and `@primer/css` will be published with your changes to the `latest` dist-tag. You can check [npm](https://www.npmjs.com/package/@primer/css?activeTab=versions) to see if actions has finished.
|
|
33
33
|
|
|
34
|
-
2.
|
|
34
|
+
2. Done! 🎉
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
## Update github.com (in `github/github`):
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
display: flex;
|
|
7
7
|
padding: ($spacer-1 * 1.5) $spacer-2;
|
|
8
8
|
font-size: $font-size-small;
|
|
9
|
-
font-weight: $font-weight-
|
|
9
|
+
font-weight: $font-weight-bold;
|
|
10
10
|
color: var(--color-fg-muted);
|
|
11
11
|
flex-direction: column;
|
|
12
12
|
}
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
|
|
26
26
|
.ActionList-sectionDivider-title {
|
|
27
27
|
font-size: $font-size-small;
|
|
28
|
-
font-weight: $font-weight-
|
|
28
|
+
font-weight: $font-weight-bold;
|
|
29
29
|
color: var(--color-fg-muted);
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
&.ActionList-item--navActive {
|
|
142
142
|
&:not(.ActionList-item--subItem) {
|
|
143
143
|
.ActionList-item-label {
|
|
144
|
-
font-weight: $font-weight-
|
|
144
|
+
font-weight: $font-weight-bold;
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
147
|
|
|
@@ -437,7 +437,7 @@
|
|
|
437
437
|
|
|
438
438
|
&.ActionList-content--hasActiveSubItem {
|
|
439
439
|
> .ActionList-item-label {
|
|
440
|
-
font-weight: $font-weight-
|
|
440
|
+
font-weight: $font-weight-bold;
|
|
441
441
|
}
|
|
442
442
|
}
|
|
443
443
|
}
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
background: var(--color-action-list-item-default-selected-bg);
|
|
462
462
|
|
|
463
463
|
.ActionList-item-label {
|
|
464
|
-
font-weight: $font-weight-
|
|
464
|
+
font-weight: $font-weight-bold;
|
|
465
465
|
}
|
|
466
466
|
|
|
467
467
|
&::before,
|
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
}
|
|
543
543
|
|
|
544
544
|
.ActionList-item-label {
|
|
545
|
-
font-weight: $font-weight-
|
|
545
|
+
font-weight: $font-weight-bold;
|
|
546
546
|
}
|
|
547
547
|
}
|
|
548
548
|
|
package/alerts/flash.scss
CHANGED
package/base/base.scss
CHANGED
package/base/normalize.scss
CHANGED
package/box/box.scss
CHANGED
package/buttons/button.scss
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
// stylelint-disable-next-line primer/spacing
|
|
8
8
|
padding: 5px $spacer-3;
|
|
9
9
|
font-size: $body-font-size;
|
|
10
|
-
font-weight: $font-weight-
|
|
10
|
+
font-weight: $font-weight-semibold;
|
|
11
11
|
// stylelint-disable-next-line primer/typography
|
|
12
12
|
line-height: 20px; // Specifically not inherit our `<body>` default
|
|
13
13
|
white-space: nowrap;
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
|
|
31
31
|
i {
|
|
32
32
|
font-style: normal;
|
|
33
|
-
font-weight: $font-weight-
|
|
33
|
+
font-weight: $font-weight-semibold;
|
|
34
34
|
opacity: 0.75;
|
|
35
35
|
}
|
|
36
36
|
|
package/buttons/misc.scss
CHANGED
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
// stylelint-disable-next-line primer/spacing
|
|
163
163
|
padding: 0 5px 5px;
|
|
164
164
|
font-size: $font-size-small;
|
|
165
|
-
font-weight: $font-weight-
|
|
165
|
+
font-weight: $font-weight-bold;
|
|
166
166
|
// stylelint-disable-next-line primer/typography
|
|
167
167
|
line-height: 6px;
|
|
168
168
|
color: var(--color-fg-default);
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
// stylelint-disable-next-line primer/spacing
|
|
208
208
|
padding: 3px 12px;
|
|
209
209
|
font-size: $font-size-small;
|
|
210
|
-
font-weight: $font-weight-
|
|
210
|
+
font-weight: $font-weight-bold;
|
|
211
211
|
// stylelint-disable-next-line primer/typography
|
|
212
212
|
line-height: 20px;
|
|
213
213
|
color: var(--color-fg-default);
|
package/deprecations.json
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"selectors": {
|
|
3
|
-
"text-bold": "text-semibold",
|
|
4
3
|
"color-text-primary": "color-fg-default",
|
|
5
4
|
"color-text-secondary": "color-fg-muted",
|
|
6
5
|
"color-text-tertiary": "color-fg-muted",
|
|
@@ -356,7 +355,6 @@
|
|
|
356
355
|
},
|
|
357
356
|
|
|
358
357
|
"variables": {
|
|
359
|
-
"$font-weight-bold": "$font-weight-semibold",
|
|
360
358
|
"$h000-size": null,
|
|
361
359
|
"$h000-size-mobile": null,
|
|
362
360
|
"$bg-black": null,
|