openproject-primer_view_components 0.70.1 → 0.70.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 +14 -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/tool_tip.js +28 -23
- data/app/components/primer/alpha/tool_tip.ts +30 -24
- data/app/components/primer/open_project/page_header.css +1 -1
- data/app/components/primer/open_project/page_header.css.map +1 -1
- data/app/components/primer/open_project/page_header.pcss +1 -0
- data/app/components/primer/open_project/page_header.rb +8 -3
- data/lib/primer/view_components/version.rb +1 -1
- data/previews/primer/open_project/page_header_preview.rb +10 -0
- data/static/info_arch.json +13 -0
- data/static/previews.json +13 -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: 3a785d163158f587ca90f435db4af5848928b4dac863a8762c8cf773cd617c53
|
4
|
+
data.tar.gz: 6a2d170f3f502a607aefa119c1159184d67ee1ee6ef77ef675224ac45616ea6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f2c4b40a3921d2c3ec2968d6e46a232d15ad7533e6e7520390ae366d2351141235c4ac3b6bbe8d942a960f73c117f0327328aa4fd0b72f7b48dbb1cfad7ee237
|
7
|
+
data.tar.gz: 839e929ef1c3fe84220ad042336bdf7a65cab4d68f6ad8c91617bf9cfcaf065d32e20daaa270201e9e023b820e8fa5a17fa6a63438d7454f7c5adbf060ae1ad5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,19 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## 0.70.3
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#337](https://github.com/opf/primer_view_components/pull/337) [`afd57b3`](https://github.com/opf/primer_view_components/commit/afd57b356d0e75d046bbf8cbb7ae3fef13841c98) Thanks [@HDinger](https://github.com/HDinger)! - Add the option to skip breadcrumb items for mobile
|
8
|
+
|
9
|
+
## 0.70.2
|
10
|
+
|
11
|
+
### Patch Changes
|
12
|
+
|
13
|
+
- [#3558](https://github.com/primer/view_components/pull/3558) [`9cdefbb`](https://github.com/opf/primer_view_components/commit/9cdefbb65bf44c5dd494b60b636166155687e956) Thanks [@myabc](https://github.com/myabc)! - Make `ToolTipElement` `for` an observed attribute
|
14
|
+
|
15
|
+
- [#334](https://github.com/opf/primer_view_components/pull/334) [`02c37ff`](https://github.com/opf/primer_view_components/commit/02c37ffc120573d9df9a6ce0380201f1bf09e960) Thanks [@HDinger](https://github.com/HDinger)! - Make sure that the context bar of the PageHeader always has the same height
|
16
|
+
|
3
17
|
## 0.70.1
|
4
18
|
|
5
19
|
### Patch Changes
|