openproject-primer_view_components 0.84.0 → 0.84.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: 5be78dd3288f21d6d250130690beb48d3c1509ebbc7ec822f846ae5d8b589aff
4
- data.tar.gz: 952443632b13b9f80eaf77a5e69c46aa48ba6043d14bb55bef2910ba3d35d6b1
3
+ metadata.gz: 6d699e5b1b7f24357b52750387dc0f525451e81cd215ac901021f473bc8561a2
4
+ data.tar.gz: 9f8349ef45e2c03dc3d817ee36677e71e32063b69f4e47a504bb79a073e46d2d
5
5
  SHA512:
6
- metadata.gz: '08afd737612fbdc75dd75de45023c545971e53062931d31d6dfcb1f780a6402d7362f4a29e4e7f2522e1b4d9416da839a071e084e4d5da43a494a0520e9bfeed'
7
- data.tar.gz: f29e5de0c41a5d27c3e7ece6fadb913d367f29df4b2919aabd37234911029f96994f12834908ed8e1a7ed3f21556c6c6c19a1eaa43211fe48cd3b160f48e4a90
6
+ metadata.gz: e0cccef7b45ab4dea63a3857730340051b78b649943fff7afdae1080ca9fbd2e1c2604d5b15b0b01aa332d0e75042f1ef0ed1f3b7b178a3040a525d0e3eae6c2
7
+ data.tar.gz: b3e556e11c7148509bd1ac3a1958ea7172e94cf021916ab17fdfe41797c498c32c233e00f359bbca0b78631dbcdfe1eb51e0b5decaa763de3bf412c7e4cad461
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.84.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#437](https://github.com/opf/primer_view_components/pull/437) [`2771507`](https://github.com/opf/primer_view_components/commit/277150769ac9390d09ee111df7bd5f30b4bce3b2) Thanks [@HDinger](https://github.com/HDinger)! - Replace deprecated --control-medium-lineBoxHeight with --base-size-20
8
+
9
+ - [#3997](https://github.com/primer/view_components/pull/3997) [`35c30b2`](https://github.com/opf/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.
10
+
11
+ - [#3976](https://github.com/primer/view_components/pull/3976) [`d09bcc4`](https://github.com/opf/primer_view_components/commit/d09bcc441c40e4eba9d7e591d708a861d582b8c5) Thanks [@llastflowers](https://github.com/llastflowers)! - Push margin-top of TimelineBody +1px
12
+
13
+ ## 0.84.1
14
+
15
+ ### Patch Changes
16
+
17
+ - [#432](https://github.com/opf/primer_view_components/pull/432) [`3285c51`](https://github.com/opf/primer_view_components/commit/3285c51b142a39d8f6ebaf202afda9550f3f6831) Thanks [@HDinger](https://github.com/HDinger)! - Allow link_arguments for pagination links
18
+
3
19
  ## 0.84.0
4
20
 
5
21
  ### Minor Changes