primer_view_components 0.53.1 → 0.53.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d97d69ffd0b8f14c5eb5899e4358ca13c4fa9cb891f1289fb859f022ca84007
4
- data.tar.gz: 7f167531fc4e380d6a1d3957ea5eefd2e5441e1a05ec5561e3e83f74eb2a1188
3
+ metadata.gz: 7d99a045138bca9625bd3ec193d87936021e4bed0a1427596ead1693062811a4
4
+ data.tar.gz: 501b63600d15617a237606bb7c6ac1be8fefa51b66317a7f41fd6b0bbc6332b9
5
5
  SHA512:
6
- metadata.gz: c9aacbb3dc95c8b32554d5835e2dfc1e66b70ba7d6163cee5528e1e9b6c219d01e43dad40470dc49603604e2aeb89b7f70292c124cabc4762bf122927f6552c8
7
- data.tar.gz: 9c078e1f04d948bd4e4f2aab74fb489b1e0e54be2918ba3d266bc46171f33b8b671ca0c7d5ff29e63969c661019087c178ac161c2930b2cd981a458204753ccc
6
+ metadata.gz: 11af635cb8b23d08edaa093e7fafcf7d42fe6636896e847a27b61d1b253091620d7a0a65cca7a837e93bf405da3c2699c55e24cf9a8ff38db2c093121ceb8e2d
7
+ data.tar.gz: 07e49211cb73fd0b65edc04b5b888ce214020dcb907ed558da8b405bcd62c021788bf25527afe54db51e7c491d88b3c8299a20ea3329d8ad325231a2cd06a276
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.53.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#4152](https://github.com/primer/view_components/pull/4152) [`0c0462d`](https://github.com/primer/view_components/commit/0c0462d3a2e50fdcc9e0ecab9429aeb001c682cf) Thanks [@gabrielhl](https://github.com/gabrielhl)! - Reserve height as well as width in `.ToggleSwitch-statusIcon` so the switch doesn't jump when the loading spinner is shown
8
+
3
9
  ## 0.53.1
4
10
 
5
11
  ### Patch Changes