openproject-primer_view_components 0.30.0 → 0.30.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -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/alpha/banner.rb +13 -13
- data/app/components/primer/alpha/tab_nav.css +1 -1
- data/app/components/primer/alpha/tab_nav.css.json +0 -2
- data/app/components/primer/alpha/tab_nav.css.map +1 -1
- data/app/components/primer/alpha/tab_nav.pcss +0 -10
- data/app/components/primer/alpha/tab_panels.html.erb +9 -5
- data/app/components/primer/alpha/tab_panels.rb +13 -4
- data/app/components/primer/alpha/underline_nav.css +1 -1
- data/app/components/primer/alpha/underline_nav.css.json +0 -2
- data/app/components/primer/alpha/underline_nav.css.map +1 -1
- data/app/components/primer/alpha/underline_nav.pcss +1 -7
- data/app/components/primer/alpha/underline_panels.html.erb +8 -6
- data/app/components/primer/alpha/underline_panels.rb +14 -6
- data/app/components/primer/primer.pcss +0 -1
- data/lib/primer/view_components/version.rb +1 -1
- data/static/arguments.json +12 -0
- data/static/info_arch.json +13 -1
- metadata +4 -8
- data/app/components/primer/alpha/underline_panels.css +0 -1
- data/app/components/primer/alpha/underline_panels.css.json +0 -6
- data/app/components/primer/alpha/underline_panels.css.map +0 -1
- data/app/components/primer/alpha/underline_panels.pcss +0 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 55cc9b3f6cbd5bad75a1bd5a6aa719994fdfc0159761f0ab9c92bfccbafa1f4f
|
4
|
+
data.tar.gz: d946c2cae254eb9b752dddd3d988c302d6081167990cac738d41ca950e1d8d7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd32115e923f47bb5c120665308af155bc2268832b7245876f28356623426f7a1549dc93a487a9dcd1c1d4a96b8b1cacb6d52c324eb24b9917c183d31fb36636
|
7
|
+
data.tar.gz: 42781450299af7b4d686077670a3166fb0b9bbd2c2cfe29335861cefffcd2a61c2e6da122cca7d8db03c52147b6e90eedf743f1a797bc7d057cc4adf168be6d8
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## 0.30.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2837](https://github.com/primer/view_components/pull/2837) [`e4d6177`](https://github.com/opf/primer_view_components/commit/e4d6177a1d5f5ca65e71bc3a27de7fe951df4cba) Thanks [@joelhawksley](https://github.com/joelhawksley)! - Update Ruby dependencies to address upstream security notices
|
8
|
+
|
9
|
+
- [#115](https://github.com/opf/primer_view_components/pull/115) [`f496728`](https://github.com/opf/primer_view_components/commit/f496728b84e7e8ad7f15b9fe025c4197f3e367d2) Thanks [@HDinger](https://github.com/HDinger)! - Bump openproject-octicons to 19.12.0
|
10
|
+
|
11
|
+
- [#2839](https://github.com/primer/view_components/pull/2839) [`97ec908`](https://github.com/opf/primer_view_components/commit/97ec9085788f1d5e0b59aaa0178d7b24c6dc25c6) Thanks [@camertron](https://github.com/camertron)! - Revert tab container upgrade
|
12
|
+
|
3
13
|
## 0.30.0
|
4
14
|
|
5
15
|
### Minor Changes
|