primer_view_components 0.51.1 → 0.51.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 +4 -4
- data/CHANGELOG.md +12 -0
- data/app/assets/javascripts/primer_view_components.js +1 -1
- data/app/assets/javascripts/primer_view_components.js.map +1 -1
- data/app/assets/styles/primer_view_components.css +1 -1
- data/app/assets/styles/primer_view_components.css.map +1 -1
- data/app/components/primer/beta/relative_time.rb +3 -0
- data/app/components/primer/beta/timeline_item.css +1 -1
- data/app/components/primer/beta/timeline_item.css.map +1 -1
- data/app/components/primer/beta/timeline_item.pcss +2 -1
- data/lib/primer/classify.rb +22 -2
- data/lib/primer/view_components/version.rb +1 -1
- data/static/arguments.json +6 -0
- data/static/info_arch.json +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ccb5842e06eb0bcde7e1907bdca34f89aafdb8efcac45535df837839d3fe033
|
|
4
|
+
data.tar.gz: 70d79f5632ce73c7f530e100e38d52e12616e95e7d9573c470c1e4fecd77a634
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b7304189663358409ae51385f014359f9e8309d1ef9e38e4ae7e7b9c1bf64f67ab805bc669cb674b038e2d16d993fccc9c7a79afcdcf88dc53af4e378d53b04
|
|
7
|
+
data.tar.gz: e394c1972460b4e54e742b397ff395bf864bd9cd6eb6355c4fbd96e03195ed0574f63622a7c19049093f04e1ed71bd472281ef020f0040694a157424094f54d4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
+
## 0.51.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#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.
|
|
8
|
+
|
|
9
|
+
## 0.51.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#3976](https://github.com/primer/view_components/pull/3976) [`d09bcc4`](https://github.com/primer/view_components/commit/d09bcc441c40e4eba9d7e591d708a861d582b8c5) Thanks [@llastflowers](https://github.com/llastflowers)! - Push margin-top of TimelineBody +1px
|
|
14
|
+
|
|
3
15
|
## 0.51.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|