primer_view_components 0.13.1 → 0.13.2
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 +8 -0
- data/README.md +1 -1
- data/app/assets/javascripts/app/components/primer/primer.d.ts +0 -1
- 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_menu/action_menu_element.js +8 -6
- data/app/components/primer/alpha/action_menu/action_menu_element.ts +9 -6
- data/app/components/primer/alpha/overlay.css +1 -1
- data/app/components/primer/alpha/overlay.css.json +0 -1
- data/app/components/primer/alpha/overlay.css.map +1 -1
- data/app/components/primer/alpha/overlay.pcss +0 -12
- data/app/components/primer/primer.d.ts +0 -1
- data/app/components/primer/primer.js +0 -1
- data/app/components/primer/primer.pcss +0 -2
- data/app/components/primer/primer.ts +0 -1
- data/lib/primer/static/generate_info_arch.rb +6 -1
- data/lib/primer/view_components/version.rb +1 -1
- data/static/info_arch.json +6 -6
- 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: 6c8bbbce5be514ecedd10e2f8079db655290cd3a1e1aaf49524bb3ec20ef75e5
|
4
|
+
data.tar.gz: 5bed9dc5e9a22a03994921856af366d53efde51b11d0dae951679729d4c4c88f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c2ce33948d6048299ae896f5a450d95a1822c1ed8a8df633b1e9e6ce91329f47013a879100b49dd767425b1f3bcee3029265dd1e08b86a364dc8028cc685837
|
7
|
+
data.tar.gz: fc8ef42812b025d0a72f3006a22bea606eedde58f1efae6724d2a9c041a06ca7b2c3ba22df4669aafb59b6c94abbec6f460b69c249a84bef53530bba3a7faf94
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## 0.13.2
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2331](https://github.com/primer/view_components/pull/2331) [`4f8af24f`](https://github.com/primer/view_components/commit/4f8af24f2bb657c09d3b371a9d2ab1e30ac3ad7c) Thanks [@camertron](https://github.com/camertron)! - Prevent scrolling when activating ActionMenu form items via space
|
8
|
+
|
9
|
+
- [#2323](https://github.com/primer/view_components/pull/2323) [`c481ed2d`](https://github.com/primer/view_components/commit/c481ed2dedf9a480dca2a4ba41d2f1e3b39a2687) Thanks [@keithamus](https://github.com/keithamus)! - Fix bug in ActionMenu/Tooltip/Overlay being always visible in Firefox on ios 17
|
10
|
+
|
3
11
|
## 0.13.1
|
4
12
|
|
5
13
|
### Patch Changes
|
data/README.md
CHANGED
@@ -10,7 +10,7 @@ _Note: This library is under active pre-1.0 development. Breaking changes are li
|
|
10
10
|
|
11
11
|
## Documentation
|
12
12
|
|
13
|
-
Visit [https://primer.style/
|
13
|
+
Visit [https://primer.style/components/](https://primer.style/components/) to view documentation.
|
14
14
|
|
15
15
|
## License
|
16
16
|
|