primer_view_components 0.44.0 → 0.45.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 +26 -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/dialog.css +1 -1
- data/app/components/primer/alpha/dialog.css.map +1 -1
- data/app/components/primer/alpha/dialog.pcss +1 -1
- data/app/components/primer/alpha/select_panel_element.js +10 -2
- data/app/components/primer/alpha/select_panel_element.ts +13 -3
- data/app/components/primer/alpha/toggle_switch.html.erb +2 -2
- data/app/components/primer/alpha/toggle_switch.rb +16 -0
- data/app/components/primer/alpha/tooltip.rb +1 -2
- data/app/components/primer/beta/avatar_stack.css +1 -1
- data/app/components/primer/beta/avatar_stack.css.map +1 -1
- data/app/components/primer/beta/avatar_stack.html.erb +3 -0
- data/app/components/primer/beta/avatar_stack.pcss +0 -1
- data/app/components/primer/beta/avatar_stack.rb +19 -5
- data/app/components/primer/beta/progress_bar.css +1 -1
- data/app/components/primer/beta/progress_bar.css.json +2 -1
- data/app/components/primer/beta/progress_bar.css.map +1 -1
- data/app/components/primer/beta/progress_bar.pcss +11 -0
- data/app/components/primer/beta/state.css +1 -1
- data/app/components/primer/beta/state.css.map +1 -1
- data/app/components/primer/beta/state.pcss +3 -2
- data/lib/primer/view_components/linters/flash_migration_counter.rb +2 -2
- data/lib/primer/view_components/version.rb +1 -1
- data/previews/primer/alpha/toggle_switch_preview.rb +4 -0
- data/previews/primer/beta/avatar_stack_preview.rb +3 -3
- data/static/arguments.json +12 -0
- data/static/info_arch.json +13 -1
- 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: 133bdc419e3e84bdea35eff63dfbd2cfc387a64c5ed187eb66f776ee5a8c8737
|
4
|
+
data.tar.gz: 2ecaf96996f629a694274342d1ae59f406ebd61ae3bd0fb5b7979fb47fa99a44
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 60a20a970dc24e2b72828badb4a8f96b3be722f4dee219a94983c5bb55e19472015e82e279788be5251768165e3dbf1da03d355357c4cf037692cd3eae8e6070
|
7
|
+
data.tar.gz: 49951fad2b2cd86c4bfd52f5e1121d9616f26c3bb2026f20966b831868587513707fe1ebba3d511121bb444a20caafe1daf7a81faf292c09516861d6bc69c7dd
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,31 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## 0.45.0
|
4
|
+
|
5
|
+
### Minor Changes
|
6
|
+
|
7
|
+
- [#3676](https://github.com/primer/view_components/pull/3676) [`263b185`](https://github.com/primer/view_components/commit/263b18573ae9c3a3c5ef028ca4d16dc6c5190071) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Utilize modern `Tooltip` component for `AvatarStack`
|
8
|
+
|
9
|
+
- [#3700](https://github.com/primer/view_components/pull/3700) [`7c72ee7`](https://github.com/primer/view_components/commit/7c72ee7d539cc55f167645f132c4a71e791d66db) Thanks [@TylerJDev](https://github.com/TylerJDev)! - SelectPanel: Prevents `keydown` events from escaping the SelectPanel when within the items.
|
10
|
+
|
11
|
+
- [#3719](https://github.com/primer/view_components/pull/3719) [`3c4bedb`](https://github.com/primer/view_components/commit/3c4bedb00422876f4d6f67e6ea18768d19862f2c) Thanks [@langermank](https://github.com/langermank)! - Update Dialog large heading size
|
12
|
+
|
13
|
+
### Patch Changes
|
14
|
+
|
15
|
+
- [#3692](https://github.com/primer/view_components/pull/3692) [`b0acdff`](https://github.com/primer/view_components/commit/b0acdfffaa30e606a07db657d9b444b4de8ca860) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Replacing color tokens for StateLabel draft with new draft tokens
|
16
|
+
|
17
|
+
- [#3659](https://github.com/primer/view_components/pull/3659) [`6734331`](https://github.com/primer/view_components/commit/6734331d14dbaaa455d6a61e24d0257ba5f5cf15) Thanks [@bsatarnejad](https://github.com/bsatarnejad)! - Add custom label support for ToggleSwitch on/off states
|
18
|
+
|
19
|
+
- [#3723](https://github.com/primer/view_components/pull/3723) [`e545103`](https://github.com/primer/view_components/commit/e545103ae106655c081b2553ad86842b5142af96) Thanks [@jonrohan](https://github.com/jonrohan)! - Add box-shadow back to the AvatarStack avatars
|
20
|
+
|
21
|
+
- [#3686](https://github.com/primer/view_components/pull/3686) [`db729fb`](https://github.com/primer/view_components/commit/db729fb7e1154c23bfca0523bca7107ce1474c9f) Thanks [@langermank](https://github.com/langermank)! - Implement forced colors for progress bar
|
22
|
+
|
23
|
+
## 0.44.1
|
24
|
+
|
25
|
+
### Patch Changes
|
26
|
+
|
27
|
+
- [#3663](https://github.com/primer/view_components/pull/3663) [`68deac6`](https://github.com/primer/view_components/commit/68deac6d682cbf22970b60359b8deddc7b93bb03) Thanks [@jonrohan](https://github.com/jonrohan)! - When an error occurs in the SelectPanel, continue throwing the error
|
28
|
+
|
3
29
|
## 0.44.0
|
4
30
|
|
5
31
|
### Minor Changes
|