primer_view_components 0.29.0 → 0.30.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 +13 -0
- data/app/assets/javascripts/app/components/primer/alpha/toggle_switch.d.ts +4 -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 +1 -1
- data/app/components/primer/alpha/select_panel_element.js +43 -8
- data/app/components/primer/alpha/select_panel_element.ts +50 -9
- data/app/components/primer/alpha/toggle_switch.d.ts +4 -0
- data/app/components/primer/alpha/toggle_switch.js +16 -4
- data/app/components/primer/alpha/toggle_switch.rb +4 -2
- data/app/components/primer/alpha/toggle_switch.ts +19 -4
- data/lib/primer/view_components/version.rb +1 -1
- data/previews/primer/alpha/toggle_switch_preview.rb +4 -0
- data/static/arguments.json +6 -0
- data/static/info_arch.json +20 -0
- data/static/previews.json +14 -0
- metadata +2 -2
data/static/previews.json
CHANGED
@@ -7213,6 +7213,20 @@
|
|
7213
7213
|
"color-contrast"
|
7214
7214
|
]
|
7215
7215
|
}
|
7216
|
+
},
|
7217
|
+
{
|
7218
|
+
"preview_path": "primer/alpha/toggle_switch/with_turbo",
|
7219
|
+
"name": "with_turbo",
|
7220
|
+
"snapshot": "false",
|
7221
|
+
"skip_rules": {
|
7222
|
+
"wont_fix": [
|
7223
|
+
"region",
|
7224
|
+
"button-name"
|
7225
|
+
],
|
7226
|
+
"will_fix": [
|
7227
|
+
"color-contrast"
|
7228
|
+
]
|
7229
|
+
}
|
7216
7230
|
}
|
7217
7231
|
]
|
7218
7232
|
},
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: primer_view_components
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.30.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitHub Open Source
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: actionview
|