openproject-primer_view_components 0.13.0 → 0.13.1
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 +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/components/primer/alpha/action_bar_element.js +2 -0
- data/app/components/primer/alpha/action_bar_element.ts +2 -0
- data/app/components/primer/alpha/action_menu/action_menu_element.js +18 -3
- data/app/components/primer/alpha/action_menu/action_menu_element.ts +24 -1
- data/app/components/primer/alpha/tool_tip.js +76 -3
- data/app/components/primer/alpha/tool_tip.ts +76 -3
- data/lib/primer/accessibility.rb +1 -3
- data/lib/primer/view_components/version.rb +1 -1
- data/previews/primer/alpha/check_box_preview.rb +0 -3
- data/previews/primer/alpha/dialog_preview/with_text_input.html.erb +2 -1
- data/previews/primer/alpha/radio_button_preview.rb +0 -3
- data/static/info_arch.json +156 -2
- data/static/previews.json +172 -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: 6b25d8fdd191ba24396624665b9b9df9af25035f4842c009fac2a1f330e0c7ca
|
4
|
+
data.tar.gz: 34f2c76313a684f45b9df5b8a2e2d2512e4b2534671d8c54b4dcf5bb7d741d24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3cac15100212ed7c65181b2ba193672d70f291d3bff4b68a9349e706bac0bfba35c568379ebac9e9b814c887cd6d3b910f06122fabd9ed960b1b04fd093272c5
|
7
|
+
data.tar.gz: 23392a96b0cba02374369cff3f5c88cdd2283145208c9105b18cfda5167bf40132bdaeed253f5162af45264d1b4c193e04627e1953331bee511be87e130ad44f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## 0.13.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2326](https://github.com/primer/view_components/pull/2326) [`4e05b7ec`](https://github.com/opf/primer_view_components/commit/4e05b7ecb764b104a0afa35c478eff5c79f9270e) Thanks [@camertron](https://github.com/camertron)! - Prevent scrolling when activating ActionMenu items via space
|
8
|
+
|
9
|
+
- [#2324](https://github.com/primer/view_components/pull/2324) [`cc44952c`](https://github.com/opf/primer_view_components/commit/cc44952c1c84e4fcd3ad6dc786db7211cdb82d36) Thanks [@langermank](https://github.com/langermank)! - Revert Tooltip caret removal
|
10
|
+
|
11
|
+
<!-- Changed components: Tooltip -->
|
12
|
+
|
3
13
|
## 0.13.0
|
4
14
|
|
5
15
|
### Minor Changes
|