openproject-primer_view_components 0.24.0 → 0.25.0
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 +20 -0
- data/README.md +1 -0
- data/app/assets/javascripts/app/components/primer/open_project/page_header_element.d.ts +9 -0
- data/app/assets/javascripts/app/components/primer/primer.d.ts +1 -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.css +1 -1
- data/app/components/primer/alpha/banner.css.map +1 -1
- data/app/components/primer/alpha/banner.pcss +4 -4
- data/app/components/primer/alpha/dialog.css +1 -1
- data/app/components/primer/alpha/dialog.css.json +1 -2
- data/app/components/primer/alpha/dialog.css.map +1 -1
- data/app/components/primer/alpha/dialog.pcss +8 -7
- data/app/components/primer/alpha/segmented_control.css +1 -1
- data/app/components/primer/alpha/segmented_control.css.map +1 -1
- data/app/components/primer/alpha/segmented_control.pcss +1 -0
- data/app/components/primer/alpha/tool_tip.js +46 -77
- data/app/components/primer/alpha/tool_tip.ts +46 -77
- data/app/components/primer/beta/flash.css +1 -1
- data/app/components/primer/beta/flash.css.map +1 -1
- data/app/components/primer/beta/flash.pcss +4 -4
- data/app/components/primer/open_project/page_header.css +1 -1
- data/app/components/primer/open_project/page_header.css.json +1 -0
- data/app/components/primer/open_project/page_header.css.map +1 -1
- data/app/components/primer/open_project/page_header.html.erb +6 -7
- data/app/components/primer/open_project/page_header.pcss +10 -0
- data/app/components/primer/open_project/page_header.rb +152 -34
- data/app/components/primer/open_project/page_header_element.d.ts +9 -0
- data/app/components/primer/open_project/page_header_element.js +23 -0
- data/app/components/primer/open_project/page_header_element.ts +25 -0
- data/app/components/primer/primer.d.ts +1 -0
- data/app/components/primer/primer.js +1 -0
- data/app/components/primer/primer.ts +1 -0
- data/lib/primer/view_components/version.rb +1 -1
- data/previews/primer/alpha/action_menu_preview.rb +1 -1
- data/previews/primer/alpha/tooltip_preview/tooltip_e.html.erb +6 -0
- data/previews/primer/alpha/tooltip_preview/tooltip_n.html.erb +6 -0
- data/previews/primer/alpha/tooltip_preview/tooltip_ne.html.erb +6 -0
- data/previews/primer/alpha/tooltip_preview/tooltip_nw.html.erb +6 -0
- data/previews/primer/alpha/tooltip_preview/tooltip_s.html.erb +6 -0
- data/previews/primer/alpha/tooltip_preview/tooltip_se.html.erb +6 -0
- data/previews/primer/alpha/tooltip_preview/tooltip_sw.html.erb +6 -0
- data/previews/primer/alpha/tooltip_preview/tooltip_w.html.erb +6 -0
- data/previews/primer/alpha/tooltip_preview.rb +80 -0
- data/previews/primer/open_project/border_grid_preview.rb +2 -2
- data/previews/primer/open_project/input_group_preview.rb +5 -5
- data/previews/primer/open_project/page_header_preview/actions.html.erb +16 -15
- data/previews/primer/open_project/page_header_preview/playground.html.erb +9 -24
- data/previews/primer/open_project/page_header_preview.rb +14 -36
- data/static/arguments.json +34 -1
- data/static/audited_at.json +1 -0
- data/static/classes.json +3 -0
- data/static/constants.json +9 -5
- data/static/info_arch.json +153 -48
- data/static/previews.json +104 -26
- data/static/statuses.json +1 -0
- metadata +14 -3
- data/previews/primer/open_project/page_header_preview/context_bar_actions.html.erb +0 -27
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f34dcb94293066e766554e1af872b38cc5cbc94cf18d388a1ad82430c4b0023d
|
4
|
+
data.tar.gz: a9765cff5293034b59e33c638b1d9a041e64ca5813cc68d6595260964a269883
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4b38ed02f496304285f5c135cfcc65dad81d618b0e0d97e823a92fce445507fbaa03f709cad334b35a680ef85cd3f9d2b1e9dae73000a39f32fb1328c17c793f
|
7
|
+
data.tar.gz: 11b15dcb76dd5a37862884960fee4d47cda9183e302118719d4aee8a4d911963438637a34421d672297ea7baa40f1518956e359776067047c675a7fc546df3d7
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,25 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## 0.25.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- [#2603](https://github.com/primer/view_components/pull/2603) [`bbc1776`](https://github.com/opf/primer_view_components/commit/bbc1776b44e089516658aa76d2fec3724a4dccfc) Thanks [@langermank](https://github.com/langermank)! - Tooltip visual refresh to match Primer React
|
8
|
+
|
9
|
+
- [#89](https://github.com/opf/primer_view_components/pull/89) [`0d06bec`](https://github.com/opf/primer_view_components/commit/0d06bec7224ad70c071586f5884b2ef8692237dc) Thanks [@HDinger](https://github.com/HDinger)! - Changes `Primer::OpenProject::PageHeader`:
|
10
|
+
|
11
|
+
- Remove the `context_bar_actions` slot
|
12
|
+
- Make `breadcrumbs` required
|
13
|
+
- Remove the `parent_link` slot (will be derived automatically from the breadcrumb)
|
14
|
+
- Change the slot definition for `actions` to be type specific (allowed types are: icon_button, button, link, text and menu)
|
15
|
+
- On mobile, the actions collapse into a single action menu which is placed in the context_bar
|
16
|
+
|
17
|
+
### Patch Changes
|
18
|
+
|
19
|
+
- [#2706](https://github.com/primer/view_components/pull/2706) [`60c5f01`](https://github.com/opf/primer_view_components/commit/60c5f014e60c6f2e5e5e1bcfb8702fdf48d26fa7) Thanks [@camertron](https://github.com/camertron)! - Fix dialog CSS to prevent tooltip issues
|
20
|
+
|
21
|
+
- [#2705](https://github.com/primer/view_components/pull/2705) [`90192bb`](https://github.com/opf/primer_view_components/commit/90192bb652992cc47672a571aa8fb03b866703c5) Thanks [@langermank](https://github.com/langermank)! - Revert "Swap bg-gradient with bg-color for Banner/Flash"
|
22
|
+
|
3
23
|
## 0.24.0
|
4
24
|
|
5
25
|
### Minor Changes
|
data/README.md
CHANGED
@@ -11,6 +11,7 @@ Please have a look at our [Contribution docs](./docs/contributors/README.md) to
|
|
11
11
|
* [Getting started](./docs/contributors/setup.md)
|
12
12
|
* [Adding a component](./docs/contributors/adding-components.md)
|
13
13
|
* [Releasing](./docs/contributors/releasing.md)
|
14
|
+
* [Updating the fork](./docs/contributors/updating-fork.md)
|
14
15
|
* ...
|
15
16
|
|
16
17
|
## CI & Automation
|
@@ -22,3 +22,4 @@ import '../../../lib/primer/forms/primer_multi_input';
|
|
22
22
|
import '../../../lib/primer/forms/primer_text_field';
|
23
23
|
import '../../../lib/primer/forms/toggle_switch_input';
|
24
24
|
import './alpha/action_menu/action_menu_element';
|
25
|
+
import './open_project/page_header_element';
|