openproject-primer_view_components 0.25.0 → 0.25.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 +8 -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/beta/button.css +1 -1
- data/app/components/primer/beta/button.css.json +2 -0
- data/app/components/primer/beta/button.css.map +1 -1
- data/app/components/primer/beta/button.pcss +8 -0
- data/app/components/primer/beta/button_group.rb +4 -2
- data/app/components/primer/beta/icon_button.rb +2 -0
- data/app/components/primer/dialog_helper.js +16 -3
- data/app/components/primer/dialog_helper.ts +14 -1
- data/lib/primer/view_components/version.rb +1 -1
- data/previews/primer/alpha/dialog_preview.rb +24 -0
- data/previews/primer/beta/button_group_preview/with_menu_button.html.erb +1 -1
- data/previews/primer/beta/button_group_preview.rb +7 -1
- data/previews/primer/beta/icon_button_preview.rb +25 -0
- data/static/arguments.json +1 -1
- data/static/constants.json +4 -0
- data/static/info_arch.json +27 -1
- data/static/previews.json +26 -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: 23dc546496d164d704a249c4d0ead3fb71a7ea3905245c6efee13ed8f701044d
|
4
|
+
data.tar.gz: 60ad45e23104513ca720e97ac7b567cc2c063ed39e66d9b93f2f6e2cee1743ab
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ed3e610bc03ddd3764109d43df3ba0b0e5236630d06b973c9861658e4ca2969650e0126629e6c4ab8c1aab6101d29e4d423c7aa3596bf29b7adbb0068244ae51
|
7
|
+
data.tar.gz: 0f73519a8c39be05f1bc429f73a8ee3acf780a65669d6d1a3a212dcdceddf57128e6b76595e6752a17d6b8123e2073b374846f1f8c719e6a07a154e2ddc285ef
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## 0.25.1
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- [#2707](https://github.com/primer/view_components/pull/2707) [`1c73539`](https://github.com/opf/primer_view_components/commit/1c7353976a09b8722dd0609ff3239ed02799a5ff) Thanks [@jonrohan](https://github.com/jonrohan)! - Add `:primary` and `:secondary` scheme to IconButton and Match scheme for ButtonGroup menu
|
8
|
+
|
9
|
+
- [#2582](https://github.com/primer/view_components/pull/2582) [`74c4cc0`](https://github.com/opf/primer_view_components/commit/74c4cc037fede70f8859614d7efab8934eeb80e7) Thanks [@keithamus](https://github.com/keithamus)! - Ensure Alpha::Dialog is always opened as modal
|
10
|
+
|
3
11
|
## 0.25.0
|
4
12
|
|
5
13
|
### Minor Changes
|