openproject-primer_view_components 0.9.1 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +40 -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/action_bar/item.rb +3 -2
- data/app/components/primer/alpha/action_bar.rb +1 -5
- data/app/components/primer/alpha/overlay.css +1 -1
- data/app/components/primer/alpha/overlay.css.json +3 -1
- data/app/components/primer/alpha/overlay.css.map +1 -1
- data/app/components/primer/alpha/overlay.pcss +4 -0
- data/app/components/primer/alpha/tool_tip.js +28 -8
- data/app/components/primer/alpha/tool_tip.ts +27 -8
- data/app/components/primer/anchored_position.js +14 -5
- data/app/components/primer/anchored_position.ts +13 -4
- data/app/components/primer/beta/spinner.html.erb +1 -1
- data/app/components/primer/open_project/border_grid/cell.html.erb +3 -0
- data/app/components/primer/open_project/border_grid/cell.rb +25 -0
- data/app/components/primer/open_project/border_grid.css +1 -0
- data/app/components/primer/open_project/border_grid.css.json +11 -0
- data/app/components/primer/open_project/border_grid.css.map +1 -0
- data/app/components/primer/open_project/border_grid.html.erb +7 -0
- data/app/components/primer/open_project/border_grid.pcss +35 -0
- data/app/components/primer/open_project/border_grid.rb +36 -0
- data/app/components/primer/open_project/drag_handle.css +1 -0
- data/app/components/primer/open_project/drag_handle.css.json +6 -0
- data/app/components/primer/open_project/drag_handle.css.map +1 -0
- data/app/components/primer/open_project/drag_handle.html.erb +6 -0
- data/app/components/primer/open_project/drag_handle.pcss +6 -0
- data/app/components/primer/open_project/drag_handle.rb +28 -0
- data/app/components/primer/primer.pcss +2 -0
- data/lib/primer/view_components/linters/migrations/iconbutton_component.rb +36 -0
- data/lib/primer/view_components/version.rb +2 -2
- data/previews/primer/alpha/overlay_preview/in_an_action_menu.html.erb +13 -0
- data/previews/primer/alpha/overlay_preview.rb +5 -0
- data/previews/primer/open_project/border_grid_preview.rb +42 -0
- data/previews/primer/open_project/drag_handle_preview.rb +23 -0
- data/static/arguments.json +54 -0
- data/static/audited_at.json +3 -0
- data/static/classes.json +15 -0
- data/static/constants.json +13 -0
- data/static/info_arch.json +195 -0
- data/static/previews.json +94 -0
- data/static/statuses.json +3 -0
- metadata +20 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 43a046cf56989d6e29c7f321bc2c655830cb9acf37d6a02569d8de9b7070215b
|
4
|
+
data.tar.gz: 75512a6d1979504fff3964ff4c2213a4403f48a36236806cb197a0f82544aca4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64951caf8923628511e81f897440e86030d36210b3bb8f3b79e8967fe5e2b866fc4e2a5fd2eab2f173bd9ea8dce907be896a44c7da8ae5d20385dcd1ae934a0f
|
7
|
+
data.tar.gz: c51ace1208c5f8e36ba1104b73bb942fafcaa30862e6e592c598683aab2d68d0bbb5308475f074d8eac5c69032569dc506ce5e04a177c817f993b8e3350c9960
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,45 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## 0.11.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- [#32](https://github.com/opf/primer_view_components/pull/32) [`12ff42e3`](https://github.com/opf/primer_view_components/commit/12ff42e354da1e165de8ec13b0829693a612b556) Thanks [@HDinger](https://github.com/HDinger)! - Add BorderGrid Component
|
8
|
+
|
9
|
+
<!-- Changed components: Primer::OpenProject::BorderGrid -->
|
10
|
+
|
11
|
+
- [#30](https://github.com/opf/primer_view_components/pull/30) [`398eeaf7`](https://github.com/opf/primer_view_components/commit/398eeaf78ae6d8f9a24d6ba7c211e05a30ed7973) Thanks [@HDinger](https://github.com/HDinger)! - Add DragHandle component
|
12
|
+
|
13
|
+
<!-- Changed components: Primer::OpenProject::DragHandle -->
|
14
|
+
|
15
|
+
## 0.10.0
|
16
|
+
|
17
|
+
### Minor Changes
|
18
|
+
|
19
|
+
- [#2205](https://github.com/primer/view_components/pull/2205) [`88ac3095`](https://github.com/opf/primer_view_components/commit/88ac309577b5b735af5067ee6ab2c8c30f48aefc) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Add rubocop linter for `IconButton` component
|
20
|
+
|
21
|
+
<!-- Changed components: Primer::IconButton -->
|
22
|
+
|
23
|
+
- [#2223](https://github.com/primer/view_components/pull/2223) [`00b7d5d7`](https://github.com/opf/primer_view_components/commit/00b7d5d78e2f52dc6bc6c54689e50da976289203) Thanks [@jonrohan](https://github.com/jonrohan)! - Moving the render for the ActionBar::Item from the slot initializer to the call method.
|
24
|
+
|
25
|
+
<!-- Changed components: _none_ -->
|
26
|
+
|
27
|
+
### Patch Changes
|
28
|
+
|
29
|
+
- [#2227](https://github.com/primer/view_components/pull/2227) [`bb336bb6`](https://github.com/opf/primer_view_components/commit/bb336bb6f034e20778b4834edae3540c365b9d9f) Thanks [@jonrohan](https://github.com/jonrohan)! - [Bug] Don't fill in the spinner circle svg path
|
30
|
+
|
31
|
+
- [#2237](https://github.com/primer/view_components/pull/2237) [`70a8336f`](https://github.com/opf/primer_view_components/commit/70a8336fda45b144f81c1ece54b17a26037126e4) Thanks [@jonrohan](https://github.com/jonrohan)! - Fixing ActionBar more menu items including buttons with no type
|
32
|
+
|
33
|
+
<!-- Changed components: Primer::Alpha::ActionBar -->
|
34
|
+
|
35
|
+
- [#2204](https://github.com/primer/view_components/pull/2204) [`ed1644a2`](https://github.com/opf/primer_view_components/commit/ed1644a2fa5b701611a13513cb903774f3f74152) Thanks [@keithamus](https://github.com/keithamus)! - Fix errors in older browsers with :popover-open
|
36
|
+
|
37
|
+
<!-- Changed components: Primer::Alpha::Tooltip -->
|
38
|
+
|
39
|
+
- [#2236](https://github.com/primer/view_components/pull/2236) [`d663e450`](https://github.com/opf/primer_view_components/commit/d663e4508341f5b9ef1788b8a2231782ce3ed44d) Thanks [@keithamus](https://github.com/keithamus)! - Centre anchored-position elements when their anchor is not present
|
40
|
+
|
41
|
+
<!-- Changed components: Primer::Alpha::Overlay -->
|
42
|
+
|
3
43
|
## 0.9.1
|
4
44
|
|
5
45
|
### Patch Changes
|