primer_view_components 0.51.2 → 0.51.4

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: '099f458c4b890ec0eda8fb5201d9698e855b2e5baccfb2421cc6af707d901d43'
4
- data.tar.gz: a05aeccfc91828e6baef3c65b573e839e8e4da5756b846c5cb1321cb6f1bb7bf
3
+ metadata.gz: b6177d4b4dbf5ab2c69659efd7d329cbbad6676a87b9c6327b4238c253faa3e1
4
+ data.tar.gz: 222668065f001005d97ee76fc6ed0add4623cc18dc3c61021b88702d731d5019
5
5
  SHA512:
6
- metadata.gz: 9e18cee20be82c8b23576d10fab5f469f1a318596935b508cfd1807b642271e87eb8212d6cd568e20d3ab2ca76679239a6e46382c5dd94730ca52c8fcf8c6a8d
7
- data.tar.gz: 5dfcddb690e3ce3ee97952c1217c8048525dd16f10748c6ba536e646fe5ffdcb06b079475b55d564b84743e14e468d8fd313a2fea91834dc1e994de79b3d6c4e
6
+ metadata.gz: 2cbe81fb70136ede1adf511234b2f01e76e997a4e4eee50fb635457f4a4365cf3785124f21b65202dd2e265b86ea09b7dabbdce2622525de99fa08bcd2bdaa1d
7
+ data.tar.gz: fe05f57266d38d8a53d44dd30d6de109093176e30a955048d264f525322969ab8cb790374c74902f12ce251246e806e1d4dc67bee90deb1eb6d5094473da02e5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.51.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`2771507`](https://github.com/primer/view_components/commit/277150769ac9390d09ee111df7bd5f30b4bce3b2) Thanks [@jonrohan](https://github.com/jonrohan)! - Replace deprecated --control-medium-lineBoxHeight with --base-size-20
8
+
9
+ ## 0.51.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [#3997](https://github.com/primer/view_components/pull/3997) [`35c30b2`](https://github.com/primer/view_components/commit/35c30b22abc7dd3989b3034eab4cff788ee2f179) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Add `tmp-` prefixed duplicate classes for margin and padding utilities. System arguments like `mb: 3` now output both `mb-3` and `tmp-mb-3` classes to support CSS namespace migration.
14
+
3
15
  ## 0.51.2
4
16
 
5
17
  ### Patch Changes