primer_view_components 0.13.0 → 0.13.1
Sign up to get free protection for your applications and to get access to all the features.
- 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: 0cd3fcb17cf9a8627092f5d48685341c292b6bea1487b112c9ad365080b72d89
|
4
|
+
data.tar.gz: 3273e1becaffe68a4ae939e209fec753a04576a49a8908410de062bdce7a8890
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3337aac0da1477523991f18af4e478f625d4f7ffadc9aceed1c7959d1852416f305d1bddd3ed5961bd938d83c85758dfcfbdb2f4cfe0924a8d6a1895c7c1ed2e
|
7
|
+
data.tar.gz: 41bc70df5570a7951fcc1ad6247614756d8bddcaabf96b61d75908bfad7e062595f6c106168a381c7b6784aff8a5c357627a0dacaf67782af34c15504a61095b
|
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/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/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
|