@primer/css 20.8.4-rc.f69d46b3 → 21.0.0-rc.2c0bcb24
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 +16 -1
- package/core/index.scss +0 -1
- package/dist/color-modes.css +1 -1
- package/dist/color-modes.css.map +1 -1
- 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/labels.css +1 -1
- package/dist/labels.css.map +1 -1
- package/dist/meta.json +44 -55
- 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/stats/color-modes.json +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/primer.json +1 -1
- package/dist/stats/product.json +1 -1
- package/forms/form-group.scss +2 -1
- package/forms/index.scss +0 -1
- package/labels/index.scss +0 -1
- package/package.json +2 -2
- package/actionlist/action-list-item-divider.scss +0 -48
- package/actionlist/action-list-item.scss +0 -593
- package/actionlist/action-list-tree.scss +0 -118
- package/actionlist/action-list-variables.scss +0 -8
- package/actionlist/action-list.scss +0 -67
- package/actionlist/index.scss +0 -6
- package/dist/actionlist.css +0 -2
- package/dist/actionlist.css.map +0 -1
- package/dist/actionlist.js +0 -1
- package/dist/stats/actionlist.json +0 -1
- package/forms/form-validation.scss +0 -265
- package/labels/diffstat.scss +0 -37
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,24 @@
|
|
|
1
1
|
# @primer/css
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 21.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- [#2403](https://github.com/primer/css/pull/2403) [`256affcf`](https://github.com/primer/css/commit/256affcf3404c97d3db199a0b3cf32d3b864627c) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - ## Removed DiffStat component
|
|
8
|
+
|
|
9
|
+
- the diffStat component is removed from primer/css
|
|
10
|
+
- the component is very specific to this use-case, it is not generic enough to be part of the primer design system and was thus chosen for removal
|
|
11
|
+
- the component will be added to the github codebase directly so that it is still available
|
|
12
|
+
- if you are working within github.com you should be ale to use diffStat just like before. On other projects you will need to copy the diffStat code and add it to your codebase
|
|
13
|
+
|
|
14
|
+
- [#2402](https://github.com/primer/css/pull/2402) [`c6e214b7`](https://github.com/primer/css/commit/c6e214b75b5a25d3ebb7f41ca922c93d395ac109) Thanks [@simurai](https://github.com/simurai)! - Remove `form-validation` styles
|
|
15
|
+
|
|
16
|
+
- [#2405](https://github.com/primer/css/pull/2405) [`85f31cc8`](https://github.com/primer/css/commit/85f31cc8f8d4423a712fda166421eb0ac7d6d562) Thanks [@simurai](https://github.com/simurai)! - Remove `ActionList`
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
6
19
|
|
|
20
|
+
- [#2407](https://github.com/primer/css/pull/2407) [`607337cc`](https://github.com/primer/css/commit/607337cce57e59c7bee00486b63fa43ce845aff2) Thanks [@simurai](https://github.com/simurai)! - Bump @primer/primitives to `7.11.2`
|
|
21
|
+
|
|
7
22
|
- [#2391](https://github.com/primer/css/pull/2391) [`95ab0d0f`](https://github.com/primer/css/commit/95ab0d0f48fde360a9f0b0f6a8af0323b3e891da) Thanks [@simurai](https://github.com/simurai)! - Prevent `.show-on-focus` to change width/height
|
|
8
23
|
|
|
9
24
|
## 20.8.3
|