@primer/css 21.0.0-rc.641fcfda → 21.0.0-rc.f7d00272

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 CHANGED
@@ -11,6 +11,10 @@
11
11
  - the component will be added to the github codebase directly so that it is still available
12
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
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`
17
+
14
18
  ### Patch Changes
15
19
 
16
20
  - [#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
package/core/index.scss CHANGED
@@ -11,7 +11,6 @@
11
11
  // Color modes
12
12
 
13
13
  // Core modules
14
- @import '../actionlist/index.scss';
15
14
  @import '../base/index.scss';
16
15
  @import '../box/index.scss';
17
16
  @import '../breadcrumb/index.scss';