openproject-primer_view_components 0.13.0 → 0.13.1

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.
data/static/previews.json CHANGED
@@ -2358,6 +2358,92 @@
2358
2358
  }
2359
2359
  ]
2360
2360
  },
2361
+ {
2362
+ "name": "check_box",
2363
+ "component": "CheckBox",
2364
+ "status": "alpha",
2365
+ "lookup_path": "primer/alpha/check_box",
2366
+ "examples": [
2367
+ {
2368
+ "preview_path": "primer/alpha/check_box/playground",
2369
+ "name": "playground",
2370
+ "snapshot": "false",
2371
+ "skip_rules": {
2372
+ "wont_fix": [
2373
+ "region"
2374
+ ],
2375
+ "will_fix": [
2376
+ "color-contrast"
2377
+ ]
2378
+ }
2379
+ },
2380
+ {
2381
+ "preview_path": "primer/alpha/check_box/default",
2382
+ "name": "default",
2383
+ "snapshot": "false",
2384
+ "skip_rules": {
2385
+ "wont_fix": [
2386
+ "region"
2387
+ ],
2388
+ "will_fix": [
2389
+ "color-contrast"
2390
+ ]
2391
+ }
2392
+ },
2393
+ {
2394
+ "preview_path": "primer/alpha/check_box/with_caption",
2395
+ "name": "with_caption",
2396
+ "snapshot": "true",
2397
+ "skip_rules": {
2398
+ "wont_fix": [
2399
+ "region"
2400
+ ],
2401
+ "will_fix": [
2402
+ "color-contrast"
2403
+ ]
2404
+ }
2405
+ },
2406
+ {
2407
+ "preview_path": "primer/alpha/check_box/checked",
2408
+ "name": "checked",
2409
+ "snapshot": "false",
2410
+ "skip_rules": {
2411
+ "wont_fix": [
2412
+ "region"
2413
+ ],
2414
+ "will_fix": [
2415
+ "color-contrast"
2416
+ ]
2417
+ }
2418
+ },
2419
+ {
2420
+ "preview_path": "primer/alpha/check_box/visually_hide_label",
2421
+ "name": "visually_hide_label",
2422
+ "snapshot": "false",
2423
+ "skip_rules": {
2424
+ "wont_fix": [
2425
+ "region"
2426
+ ],
2427
+ "will_fix": [
2428
+ "color-contrast"
2429
+ ]
2430
+ }
2431
+ },
2432
+ {
2433
+ "preview_path": "primer/alpha/check_box/disabled",
2434
+ "name": "disabled",
2435
+ "snapshot": "false",
2436
+ "skip_rules": {
2437
+ "wont_fix": [
2438
+ "region"
2439
+ ],
2440
+ "will_fix": [
2441
+ "color-contrast"
2442
+ ]
2443
+ }
2444
+ }
2445
+ ]
2446
+ },
2361
2447
  {
2362
2448
  "name": "check_box_group",
2363
2449
  "component": "CheckBoxGroup",
@@ -4844,6 +4930,92 @@
4844
4930
  }
4845
4931
  ]
4846
4932
  },
4933
+ {
4934
+ "name": "radio_button",
4935
+ "component": "RadioButton",
4936
+ "status": "alpha",
4937
+ "lookup_path": "primer/alpha/radio_button",
4938
+ "examples": [
4939
+ {
4940
+ "preview_path": "primer/alpha/radio_button/playground",
4941
+ "name": "playground",
4942
+ "snapshot": "false",
4943
+ "skip_rules": {
4944
+ "wont_fix": [
4945
+ "region"
4946
+ ],
4947
+ "will_fix": [
4948
+ "color-contrast"
4949
+ ]
4950
+ }
4951
+ },
4952
+ {
4953
+ "preview_path": "primer/alpha/radio_button/default",
4954
+ "name": "default",
4955
+ "snapshot": "true",
4956
+ "skip_rules": {
4957
+ "wont_fix": [
4958
+ "region"
4959
+ ],
4960
+ "will_fix": [
4961
+ "color-contrast"
4962
+ ]
4963
+ }
4964
+ },
4965
+ {
4966
+ "preview_path": "primer/alpha/radio_button/with_caption",
4967
+ "name": "with_caption",
4968
+ "snapshot": "true",
4969
+ "skip_rules": {
4970
+ "wont_fix": [
4971
+ "region"
4972
+ ],
4973
+ "will_fix": [
4974
+ "color-contrast"
4975
+ ]
4976
+ }
4977
+ },
4978
+ {
4979
+ "preview_path": "primer/alpha/radio_button/checked",
4980
+ "name": "checked",
4981
+ "snapshot": "true",
4982
+ "skip_rules": {
4983
+ "wont_fix": [
4984
+ "region"
4985
+ ],
4986
+ "will_fix": [
4987
+ "color-contrast"
4988
+ ]
4989
+ }
4990
+ },
4991
+ {
4992
+ "preview_path": "primer/alpha/radio_button/visually_hide_label",
4993
+ "name": "visually_hide_label",
4994
+ "snapshot": "true",
4995
+ "skip_rules": {
4996
+ "wont_fix": [
4997
+ "region"
4998
+ ],
4999
+ "will_fix": [
5000
+ "color-contrast"
5001
+ ]
5002
+ }
5003
+ },
5004
+ {
5005
+ "preview_path": "primer/alpha/radio_button/disabled",
5006
+ "name": "disabled",
5007
+ "snapshot": "true",
5008
+ "skip_rules": {
5009
+ "wont_fix": [
5010
+ "region"
5011
+ ],
5012
+ "will_fix": [
5013
+ "color-contrast"
5014
+ ]
5015
+ }
5016
+ }
5017
+ ]
5018
+ },
4847
5019
  {
4848
5020
  "name": "radio_button_group",
4849
5021
  "component": "RadioButtonGroup",
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openproject-primer_view_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub Open Source
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-10-20 00:00:00.000000000 Z
12
+ date: 2023-10-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: actionview