openproject-primer_view_components 0.84.1 → 0.84.3

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: cde4b26b0af3fa4b8b0689fae12e47b45959a7d96372a40766bf16c63ff67226
4
- data.tar.gz: 9f711442fb711737bbc170328789ea4e09c5ccdf97d97397f42afdd584a96296
3
+ metadata.gz: ac578df19d5f6b7eb2793c38135f9aa80c9f1e945657cc102beb74fb714fcbde
4
+ data.tar.gz: 84c662b80dbcff0db7cf3b463233fc648d57686262047a44bd4240cbf1a16bb1
5
5
  SHA512:
6
- metadata.gz: fa0cb40dbd2e6025a90f90d4e6dd779836af165869da03a462067edbbaf45ba25923691d9d8325383cc8e0f8dd040dc306f02099240ac2a170e66d77c33fc995
7
- data.tar.gz: 638fcd5734d19d9ac0c565ce3f72bb57fc4d0f932bf741216d6cdca723fbff8a9f2ee938856e88882adaf89ff9a7377e7609d514930c18e3fe1dafa34e017e88
6
+ metadata.gz: ff6866558417bc1ca0d81463567aac9abaa1e774a204487ce8764204eac636864587999b22e0da236d3d6b6f9448ff507c9da8b4f7f0190ae13bf6e1685aac3c
7
+ data.tar.gz: e7c0bd6701502dd2ec2af461d266a60a47d3520665b010db940e6453ea4d9f1fdfa607b8d2959ef3687a9e10227f568f79b1e0e9ac1df61ccc68d97339a217ca
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # CHANGELOG
2
2
 
3
+ ## 0.84.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#438](https://github.com/opf/primer_view_components/pull/438) [`99f6069`](https://github.com/opf/primer_view_components/commit/99f6069382c4698c4f6da6a621a76692c8aa1c3d) Thanks [@HDinger](https://github.com/HDinger)! - Bump octicons to 19.33.0
8
+
9
+ ## 0.84.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [#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
14
+
15
+ - [#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.
16
+
17
+ - [#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
18
+
3
19
  ## 0.84.1
4
20
 
5
21
  ### Patch Changes