openproject-primer_view_components 0.21.0 → 0.22.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.css +1 -1
- data/app/components/primer/alpha/action_list.css.map +1 -1
- data/app/components/primer/alpha/action_list.pcss +11 -33
- data/app/components/primer/alpha/segmented_control.css +1 -1
- data/app/components/primer/alpha/segmented_control.css.json +0 -4
- data/app/components/primer/alpha/segmented_control.css.map +1 -1
- data/app/components/primer/alpha/segmented_control.pcss +1 -18
- data/app/components/primer/alpha/segmented_control.rb +0 -1
- data/app/components/primer/dialog_helper.js +5 -2
- data/app/components/primer/dialog_helper.ts +6 -2
- data/lib/primer/view_components/version.rb +1 -1
- data/previews/primer/alpha/segmented_control_preview.rb +1 -52
- data/previews/primer/forms_preview/custom_width_fields_form.html.erb +2 -0
- data/static/classes.json +0 -3
- data/static/constants.json +2 -4
- data/static/info_arch.json +0 -65
- data/static/previews.json +0 -65
- 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: 168d7a249e667c91c199f7ff2fc10b72265c7219994c870d87c003148667213b
|
4
|
+
data.tar.gz: a0fa0563181d7e0e1d6ec9ef8e65c10cd83b3505391cbeb8e79ac8c60cae132d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 00c2cde94cf2a8486396326edfdfb6ff7b679f60d4d784bc8a79c2a35e986cfe8984d4dbbabae2871550f84333c61248412f47c006d9f166f494814e7d044314
|
7
|
+
data.tar.gz: 183d161491bba006b78d456bca13b66f137e893e1e4c495cf2f0ea798a40dbb136506bcb10a6ad8c6bd84a4fe1d245609f7317afe2bcd8f8acf39ec6a7d0f198
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## 0.22.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- [#2551](https://github.com/primer/view_components/pull/2551) [`5340243`](https://github.com/opf/primer_view_components/commit/5340243c91a5a7d020cf216f421704fc5a76afca) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove large size options from SegmentedControl
|
8
|
+
|
9
|
+
### Patch Changes
|
10
|
+
|
11
|
+
- [#2527](https://github.com/primer/view_components/pull/2527) [`1d20198`](https://github.com/opf/primer_view_components/commit/1d201989bfe0d1fb6cdb879f82264bdc55978d8d) Thanks [@keithamus](https://github.com/keithamus)! - Remove animations on actionlist checkmark
|
12
|
+
|
13
|
+
- [#2549](https://github.com/primer/view_components/pull/2549) [`1259249`](https://github.com/opf/primer_view_components/commit/1259249eaddd4b8744a3dc212fb9f8800b45daac) Thanks [@keithamus](https://github.com/keithamus)! - Ensure dialogs do not close when a child menu item (or similar) is clicked
|
14
|
+
|
3
15
|
## 0.21.0
|
4
16
|
|
5
17
|
### Minor Changes
|