openproject-primer_view_components 0.35.2 → 0.36.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 +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/alpha/action_list/item.rb +5 -3
- data/app/components/primer/alpha/action_list.rb +14 -2
- data/app/components/primer/alpha/action_menu.rb +4 -1
- data/app/components/primer/alpha/text_field.css +1 -1
- data/app/components/primer/alpha/text_field.css.map +1 -1
- data/app/components/primer/focus_group.js +1 -1
- data/app/components/primer/focus_group.ts +1 -1
- data/lib/primer/classify/utilities.rb +13 -13
- data/lib/primer/view_components/version.rb +2 -2
- data/previews/primer/alpha/action_list_preview.rb +19 -0
- data/static/arguments.json +18 -0
- data/static/constants.json +6 -0
- data/static/info_arch.json +38 -0
- data/static/previews.json +13 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 91926a80ea26eb20b0b5f104b86d356e17d7e74a650891131793af3af0ff6983
|
4
|
+
data.tar.gz: ec83086b7c9176e0534acd09d7d2e07dd7a25b464225e0f9dc8553db2d2d8a5f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80ac046f11a5349e5bb9b6917d4c7eb7e7f8e380a6c6103fcd3e4469b8bc875d11e30d73f4210420c6f961cfe1c9ee2ef53278df011f274f192cf5d3570f3de9
|
7
|
+
data.tar.gz: d0c94982fe904da2de29c029802e8e9680d70eb8477c9a2c6265d6aa8a4d38db8a88ed93c105935026c0face315544372be65dad32363a48bba3f00e13602f8c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## 0.36.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- [#2922](https://github.com/primer/view_components/pull/2922) [`fb5917d`](https://github.com/opf/primer_view_components/commit/fb5917dc9e6246af85a8199e6e47f73e2db3ba70) Thanks [@camertron](https://github.com/camertron)! - Change ActionMenu to accept and forward overlay arguments
|
8
|
+
|
9
|
+
### Patch Changes
|
10
|
+
|
11
|
+
- [#2925](https://github.com/primer/view_components/pull/2925) [`6c730c4`](https://github.com/opf/primer_view_components/commit/6c730c4b8eeb050cf706d4843a87f2740e379a49) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Update ActionList such that if role='listbox' is passed in the items render as options
|
12
|
+
|
13
|
+
- [#2924](https://github.com/primer/view_components/pull/2924) [`235544d`](https://github.com/opf/primer_view_components/commit/235544d3f0770717c16532e6f0801d6249f6a884) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Add a valid selector to focus-group
|
14
|
+
|
3
15
|
## 0.35.2
|
4
16
|
|
5
17
|
### Patch Changes
|