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
data/static/info_arch.json
CHANGED
|
@@ -6657,19 +6657,6 @@
|
|
|
6657
6657
|
]
|
|
6658
6658
|
}
|
|
6659
6659
|
},
|
|
6660
|
-
{
|
|
6661
|
-
"preview_path": "primer/alpha/segmented_control/full_width_large",
|
|
6662
|
-
"name": "full_width_large",
|
|
6663
|
-
"snapshot": "true",
|
|
6664
|
-
"skip_rules": {
|
|
6665
|
-
"wont_fix": [
|
|
6666
|
-
"region"
|
|
6667
|
-
],
|
|
6668
|
-
"will_fix": [
|
|
6669
|
-
"color-contrast"
|
|
6670
|
-
]
|
|
6671
|
-
}
|
|
6672
|
-
},
|
|
6673
6660
|
{
|
|
6674
6661
|
"preview_path": "primer/alpha/segmented_control/icons_and_text_small",
|
|
6675
6662
|
"name": "icons_and_text_small",
|
|
@@ -6696,19 +6683,6 @@
|
|
|
6696
6683
|
]
|
|
6697
6684
|
}
|
|
6698
6685
|
},
|
|
6699
|
-
{
|
|
6700
|
-
"preview_path": "primer/alpha/segmented_control/icons_and_text_large",
|
|
6701
|
-
"name": "icons_and_text_large",
|
|
6702
|
-
"snapshot": "true",
|
|
6703
|
-
"skip_rules": {
|
|
6704
|
-
"wont_fix": [
|
|
6705
|
-
"region"
|
|
6706
|
-
],
|
|
6707
|
-
"will_fix": [
|
|
6708
|
-
"color-contrast"
|
|
6709
|
-
]
|
|
6710
|
-
}
|
|
6711
|
-
},
|
|
6712
6686
|
{
|
|
6713
6687
|
"preview_path": "primer/alpha/segmented_control/trailing_label_width_small",
|
|
6714
6688
|
"name": "trailing_label_width_small",
|
|
@@ -6735,19 +6709,6 @@
|
|
|
6735
6709
|
]
|
|
6736
6710
|
}
|
|
6737
6711
|
},
|
|
6738
|
-
{
|
|
6739
|
-
"preview_path": "primer/alpha/segmented_control/trailing_label_width_large",
|
|
6740
|
-
"name": "trailing_label_width_large",
|
|
6741
|
-
"snapshot": "true",
|
|
6742
|
-
"skip_rules": {
|
|
6743
|
-
"wont_fix": [
|
|
6744
|
-
"region"
|
|
6745
|
-
],
|
|
6746
|
-
"will_fix": [
|
|
6747
|
-
"color-contrast"
|
|
6748
|
-
]
|
|
6749
|
-
}
|
|
6750
|
-
},
|
|
6751
6712
|
{
|
|
6752
6713
|
"preview_path": "primer/alpha/segmented_control/icon_only_small",
|
|
6753
6714
|
"name": "icon_only_small",
|
|
@@ -6774,19 +6735,6 @@
|
|
|
6774
6735
|
]
|
|
6775
6736
|
}
|
|
6776
6737
|
},
|
|
6777
|
-
{
|
|
6778
|
-
"preview_path": "primer/alpha/segmented_control/icon_only_large",
|
|
6779
|
-
"name": "icon_only_large",
|
|
6780
|
-
"snapshot": "true",
|
|
6781
|
-
"skip_rules": {
|
|
6782
|
-
"wont_fix": [
|
|
6783
|
-
"region"
|
|
6784
|
-
],
|
|
6785
|
-
"will_fix": [
|
|
6786
|
-
"color-contrast"
|
|
6787
|
-
]
|
|
6788
|
-
}
|
|
6789
|
-
},
|
|
6790
6738
|
{
|
|
6791
6739
|
"preview_path": "primer/alpha/segmented_control/icon_only_full_width_small",
|
|
6792
6740
|
"name": "icon_only_full_width_small",
|
|
@@ -6813,19 +6761,6 @@
|
|
|
6813
6761
|
]
|
|
6814
6762
|
}
|
|
6815
6763
|
},
|
|
6816
|
-
{
|
|
6817
|
-
"preview_path": "primer/alpha/segmented_control/icon_only_full_width_large",
|
|
6818
|
-
"name": "icon_only_full_width_large",
|
|
6819
|
-
"snapshot": "false",
|
|
6820
|
-
"skip_rules": {
|
|
6821
|
-
"wont_fix": [
|
|
6822
|
-
"region"
|
|
6823
|
-
],
|
|
6824
|
-
"will_fix": [
|
|
6825
|
-
"color-contrast"
|
|
6826
|
-
]
|
|
6827
|
-
}
|
|
6828
|
-
},
|
|
6829
6764
|
{
|
|
6830
6765
|
"preview_path": "primer/alpha/segmented_control/with_link_as_tag",
|
|
6831
6766
|
"name": "with_link_as_tag",
|
data/static/previews.json
CHANGED
|
@@ -5209,19 +5209,6 @@
|
|
|
5209
5209
|
]
|
|
5210
5210
|
}
|
|
5211
5211
|
},
|
|
5212
|
-
{
|
|
5213
|
-
"preview_path": "primer/alpha/segmented_control/full_width_large",
|
|
5214
|
-
"name": "full_width_large",
|
|
5215
|
-
"snapshot": "true",
|
|
5216
|
-
"skip_rules": {
|
|
5217
|
-
"wont_fix": [
|
|
5218
|
-
"region"
|
|
5219
|
-
],
|
|
5220
|
-
"will_fix": [
|
|
5221
|
-
"color-contrast"
|
|
5222
|
-
]
|
|
5223
|
-
}
|
|
5224
|
-
},
|
|
5225
5212
|
{
|
|
5226
5213
|
"preview_path": "primer/alpha/segmented_control/icons_and_text_small",
|
|
5227
5214
|
"name": "icons_and_text_small",
|
|
@@ -5248,19 +5235,6 @@
|
|
|
5248
5235
|
]
|
|
5249
5236
|
}
|
|
5250
5237
|
},
|
|
5251
|
-
{
|
|
5252
|
-
"preview_path": "primer/alpha/segmented_control/icons_and_text_large",
|
|
5253
|
-
"name": "icons_and_text_large",
|
|
5254
|
-
"snapshot": "true",
|
|
5255
|
-
"skip_rules": {
|
|
5256
|
-
"wont_fix": [
|
|
5257
|
-
"region"
|
|
5258
|
-
],
|
|
5259
|
-
"will_fix": [
|
|
5260
|
-
"color-contrast"
|
|
5261
|
-
]
|
|
5262
|
-
}
|
|
5263
|
-
},
|
|
5264
5238
|
{
|
|
5265
5239
|
"preview_path": "primer/alpha/segmented_control/trailing_label_width_small",
|
|
5266
5240
|
"name": "trailing_label_width_small",
|
|
@@ -5287,19 +5261,6 @@
|
|
|
5287
5261
|
]
|
|
5288
5262
|
}
|
|
5289
5263
|
},
|
|
5290
|
-
{
|
|
5291
|
-
"preview_path": "primer/alpha/segmented_control/trailing_label_width_large",
|
|
5292
|
-
"name": "trailing_label_width_large",
|
|
5293
|
-
"snapshot": "true",
|
|
5294
|
-
"skip_rules": {
|
|
5295
|
-
"wont_fix": [
|
|
5296
|
-
"region"
|
|
5297
|
-
],
|
|
5298
|
-
"will_fix": [
|
|
5299
|
-
"color-contrast"
|
|
5300
|
-
]
|
|
5301
|
-
}
|
|
5302
|
-
},
|
|
5303
5264
|
{
|
|
5304
5265
|
"preview_path": "primer/alpha/segmented_control/icon_only_small",
|
|
5305
5266
|
"name": "icon_only_small",
|
|
@@ -5326,19 +5287,6 @@
|
|
|
5326
5287
|
]
|
|
5327
5288
|
}
|
|
5328
5289
|
},
|
|
5329
|
-
{
|
|
5330
|
-
"preview_path": "primer/alpha/segmented_control/icon_only_large",
|
|
5331
|
-
"name": "icon_only_large",
|
|
5332
|
-
"snapshot": "true",
|
|
5333
|
-
"skip_rules": {
|
|
5334
|
-
"wont_fix": [
|
|
5335
|
-
"region"
|
|
5336
|
-
],
|
|
5337
|
-
"will_fix": [
|
|
5338
|
-
"color-contrast"
|
|
5339
|
-
]
|
|
5340
|
-
}
|
|
5341
|
-
},
|
|
5342
5290
|
{
|
|
5343
5291
|
"preview_path": "primer/alpha/segmented_control/icon_only_full_width_small",
|
|
5344
5292
|
"name": "icon_only_full_width_small",
|
|
@@ -5365,19 +5313,6 @@
|
|
|
5365
5313
|
]
|
|
5366
5314
|
}
|
|
5367
5315
|
},
|
|
5368
|
-
{
|
|
5369
|
-
"preview_path": "primer/alpha/segmented_control/icon_only_full_width_large",
|
|
5370
|
-
"name": "icon_only_full_width_large",
|
|
5371
|
-
"snapshot": "false",
|
|
5372
|
-
"skip_rules": {
|
|
5373
|
-
"wont_fix": [
|
|
5374
|
-
"region"
|
|
5375
|
-
],
|
|
5376
|
-
"will_fix": [
|
|
5377
|
-
"color-contrast"
|
|
5378
|
-
]
|
|
5379
|
-
}
|
|
5380
|
-
},
|
|
5381
5316
|
{
|
|
5382
5317
|
"preview_path": "primer/alpha/segmented_control/with_link_as_tag",
|
|
5383
5318
|
"name": "with_link_as_tag",
|
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.18.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-01-
|
|
11
|
+
date: 2024-01-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: actionview
|