@primer/css 0.0.0-20219266537 → 0.0.0-202192764251
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 +6 -4
- package/dist/core.css +1 -1
- package/dist/core.css.map +1 -1
- package/dist/forms.css +1 -1
- package/dist/forms.css.map +1 -1
- package/dist/meta.json +52 -52
- package/dist/primer.css +1 -1
- package/dist/primer.css.map +1 -1
- package/dist/stats/core.json +1 -1
- package/dist/stats/forms.json +1 -1
- package/dist/stats/primer.json +1 -1
- package/forms/form-control.scss +15 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @primer/css
|
|
2
2
|
|
|
3
|
-
## 0.0.0-
|
|
3
|
+
## 0.0.0-202192764251
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -8,13 +8,15 @@
|
|
|
8
8
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
|
-
- [#1690](https://github.com/primer/css/pull/1690) [`
|
|
11
|
+
- [#1690](https://github.com/primer/css/pull/1690) [`af5a3ae8`](https://github.com/primer/css/commit/af5a3ae82668d6d04af8c3465302980dcf062cc4) Thanks [@simurai](https://github.com/simurai)! - Update `Subhead` actions
|
|
12
12
|
|
|
13
13
|
* Fake entry to force publishing
|
|
14
14
|
|
|
15
|
-
- [#
|
|
15
|
+
- [#1707](https://github.com/primer/css/pull/1707) [`70f4c65e`](https://github.com/primer/css/commit/70f4c65efb4dad553e8754a87cf529201aa4e204) Thanks [@maximedegreve](https://github.com/maximedegreve)! - Fix for disabled Safari inputs
|
|
16
16
|
|
|
17
|
-
* [#
|
|
17
|
+
* [#1693](https://github.com/primer/css/pull/1693) [`c1ca19d4`](https://github.com/primer/css/commit/c1ca19d4f071a9b12172e4a13bdb96c52a200d47) Thanks [@jasonmacgowan](https://github.com/jasonmacgowan)! - Fix light-theme attr reference in theme docs
|
|
18
|
+
|
|
19
|
+
- [#1689](https://github.com/primer/css/pull/1689) [`257f68f6`](https://github.com/primer/css/commit/257f68f6539539ab809fbdb4351aefa57173e044) Thanks [@adityatheoctocatdev](https://github.com/adityatheoctocatdev)! - Update all Toast variant icons to use `var(--color-fg-on-emphasis)`
|
|
18
20
|
|
|
19
21
|
The only visible change is in the `warning` variant, previously using `var(--color-fg-default)`
|
|
20
22
|
|