primer_view_components 0.17.0 → 0.18.0
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 +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/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: 6e436dd7c45ee9ebfeefdb1eda651a3574787205773088d059a68a0e7957be9f
|
4
|
+
data.tar.gz: 8041711bf27a83803cea386b2217f69fe6bf29b13ef24bcbe1596ac00a82d38d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6385caf4ac07b14708cfd9bb9f6cd04bd59a1133e5e29db3817b088b2537c6df9422d6e72ed56f1e429ab4a851781f79a1fd8e55e3b192a1c3e4b87192890a02
|
7
|
+
data.tar.gz: d68fcfaceb8a0fcb02885112e65a13134d3adb9fbe4be8329a0bf5871eb3be930d9a3cfd91ab34d34b923ff62fcfc5e1b4071b5e0a5ba986e5596057226590d6
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## 0.18.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- [#2551](https://github.com/primer/view_components/pull/2551) [`5340243`](https://github.com/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/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/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.17.0
|
4
16
|
|
5
17
|
### Minor Changes
|