@openproject/primer-view-components 0.37.1 → 0.38.0-rc.3da69cec

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.
Files changed (26) hide show
  1. package/app/assets/javascripts/app/components/primer/alpha/action_menu/action_menu_element.d.ts +0 -9
  2. package/app/assets/javascripts/app/components/primer/alpha/select_panel_element.d.ts +64 -0
  3. package/app/assets/javascripts/app/components/primer/aria_live.d.ts +8 -0
  4. package/app/assets/javascripts/app/components/primer/primer.d.ts +4 -0
  5. package/app/assets/javascripts/app/components/primer/shared_events.d.ts +9 -0
  6. package/app/assets/javascripts/primer_view_components.js +1 -1
  7. package/app/assets/javascripts/primer_view_components.js.map +1 -1
  8. package/app/assets/styles/primer_view_components.css +1 -1
  9. package/app/assets/styles/primer_view_components.css.map +1 -1
  10. package/app/components/primer/alpha/action_list.css +1 -1
  11. package/app/components/primer/alpha/action_menu/action_menu_element.d.ts +0 -9
  12. package/app/components/primer/alpha/select_panel_element.d.ts +64 -0
  13. package/app/components/primer/alpha/select_panel_element.js +924 -0
  14. package/app/components/primer/aria_live.d.ts +8 -0
  15. package/app/components/primer/aria_live.js +38 -0
  16. package/app/components/primer/primer.d.ts +4 -0
  17. package/app/components/primer/primer.js +4 -0
  18. package/app/components/primer/shared_events.d.ts +9 -0
  19. package/app/components/primer/shared_events.js +1 -0
  20. package/package.json +3 -2
  21. package/static/arguments.json +118 -0
  22. package/static/audited_at.json +1 -0
  23. package/static/constants.json +16 -0
  24. package/static/info_arch.json +902 -112
  25. package/static/previews.json +294 -0
  26. package/static/statuses.json +1 -0
@@ -6307,6 +6307,300 @@
6307
6307
  }
6308
6308
  ]
6309
6309
  },
6310
+ {
6311
+ "name": "select_panel",
6312
+ "component": "SelectPanel",
6313
+ "status": "alpha",
6314
+ "lookup_path": "primer/alpha/select_panel",
6315
+ "examples": [
6316
+ {
6317
+ "preview_path": "primer/alpha/select_panel/playground",
6318
+ "name": "playground",
6319
+ "snapshot": "false",
6320
+ "skip_rules": {
6321
+ "wont_fix": [
6322
+ "region"
6323
+ ],
6324
+ "will_fix": [
6325
+ "color-contrast"
6326
+ ]
6327
+ }
6328
+ },
6329
+ {
6330
+ "preview_path": "primer/alpha/select_panel/default",
6331
+ "name": "default",
6332
+ "snapshot": "interactive",
6333
+ "skip_rules": {
6334
+ "wont_fix": [
6335
+ "region"
6336
+ ],
6337
+ "will_fix": [
6338
+ "color-contrast"
6339
+ ]
6340
+ }
6341
+ },
6342
+ {
6343
+ "preview_path": "primer/alpha/select_panel/local_fetch",
6344
+ "name": "local_fetch",
6345
+ "snapshot": "interactive",
6346
+ "skip_rules": {
6347
+ "wont_fix": [
6348
+ "region"
6349
+ ],
6350
+ "will_fix": [
6351
+ "color-contrast"
6352
+ ]
6353
+ }
6354
+ },
6355
+ {
6356
+ "preview_path": "primer/alpha/select_panel/eventually_local_fetch",
6357
+ "name": "eventually_local_fetch",
6358
+ "snapshot": "interactive",
6359
+ "skip_rules": {
6360
+ "wont_fix": [
6361
+ "region"
6362
+ ],
6363
+ "will_fix": [
6364
+ "color-contrast"
6365
+ ]
6366
+ }
6367
+ },
6368
+ {
6369
+ "preview_path": "primer/alpha/select_panel/remote_fetch",
6370
+ "name": "remote_fetch",
6371
+ "snapshot": "interactive",
6372
+ "skip_rules": {
6373
+ "wont_fix": [
6374
+ "region"
6375
+ ],
6376
+ "will_fix": [
6377
+ "color-contrast"
6378
+ ]
6379
+ }
6380
+ },
6381
+ {
6382
+ "preview_path": "primer/alpha/select_panel/local_fetch_no_results",
6383
+ "name": "local_fetch_no_results",
6384
+ "snapshot": "interactive",
6385
+ "skip_rules": {
6386
+ "wont_fix": [
6387
+ "region"
6388
+ ],
6389
+ "will_fix": [
6390
+ "color-contrast"
6391
+ ]
6392
+ }
6393
+ },
6394
+ {
6395
+ "preview_path": "primer/alpha/select_panel/eventually_local_fetch_no_results",
6396
+ "name": "eventually_local_fetch_no_results",
6397
+ "snapshot": "interactive",
6398
+ "skip_rules": {
6399
+ "wont_fix": [
6400
+ "region"
6401
+ ],
6402
+ "will_fix": [
6403
+ "color-contrast"
6404
+ ]
6405
+ }
6406
+ },
6407
+ {
6408
+ "preview_path": "primer/alpha/select_panel/remote_fetch_no_results",
6409
+ "name": "remote_fetch_no_results",
6410
+ "snapshot": "interactive",
6411
+ "skip_rules": {
6412
+ "wont_fix": [
6413
+ "region"
6414
+ ],
6415
+ "will_fix": [
6416
+ "color-contrast"
6417
+ ]
6418
+ }
6419
+ },
6420
+ {
6421
+ "preview_path": "primer/alpha/select_panel/single_select",
6422
+ "name": "single_select",
6423
+ "snapshot": "interactive",
6424
+ "skip_rules": {
6425
+ "wont_fix": [
6426
+ "region"
6427
+ ],
6428
+ "will_fix": [
6429
+ "color-contrast"
6430
+ ]
6431
+ }
6432
+ },
6433
+ {
6434
+ "preview_path": "primer/alpha/select_panel/multiselect",
6435
+ "name": "multiselect",
6436
+ "snapshot": "interactive",
6437
+ "skip_rules": {
6438
+ "wont_fix": [
6439
+ "region"
6440
+ ],
6441
+ "will_fix": [
6442
+ "color-contrast"
6443
+ ]
6444
+ }
6445
+ },
6446
+ {
6447
+ "preview_path": "primer/alpha/select_panel/with_dynamic_label",
6448
+ "name": "with_dynamic_label",
6449
+ "snapshot": "interactive",
6450
+ "skip_rules": {
6451
+ "wont_fix": [
6452
+ "region"
6453
+ ],
6454
+ "will_fix": [
6455
+ "color-contrast"
6456
+ ]
6457
+ }
6458
+ },
6459
+ {
6460
+ "preview_path": "primer/alpha/select_panel/with_dynamic_label_and_aria_prefix",
6461
+ "name": "with_dynamic_label_and_aria_prefix",
6462
+ "snapshot": "interactive",
6463
+ "skip_rules": {
6464
+ "wont_fix": [
6465
+ "region"
6466
+ ],
6467
+ "will_fix": [
6468
+ "color-contrast"
6469
+ ]
6470
+ }
6471
+ },
6472
+ {
6473
+ "preview_path": "primer/alpha/select_panel/footer_buttons",
6474
+ "name": "footer_buttons",
6475
+ "snapshot": "interactive",
6476
+ "skip_rules": {
6477
+ "wont_fix": [
6478
+ "region"
6479
+ ],
6480
+ "will_fix": [
6481
+ "color-contrast"
6482
+ ]
6483
+ }
6484
+ },
6485
+ {
6486
+ "preview_path": "primer/alpha/select_panel/with_avatar_items",
6487
+ "name": "with_avatar_items",
6488
+ "snapshot": "interactive",
6489
+ "skip_rules": {
6490
+ "wont_fix": [
6491
+ "region"
6492
+ ],
6493
+ "will_fix": [
6494
+ "color-contrast"
6495
+ ]
6496
+ }
6497
+ },
6498
+ {
6499
+ "preview_path": "primer/alpha/select_panel/with_leading_icons",
6500
+ "name": "with_leading_icons",
6501
+ "snapshot": "interactive",
6502
+ "skip_rules": {
6503
+ "wont_fix": [
6504
+ "region"
6505
+ ],
6506
+ "will_fix": [
6507
+ "color-contrast"
6508
+ ]
6509
+ }
6510
+ },
6511
+ {
6512
+ "preview_path": "primer/alpha/select_panel/with_trailing_icons",
6513
+ "name": "with_trailing_icons",
6514
+ "snapshot": "interactive",
6515
+ "skip_rules": {
6516
+ "wont_fix": [
6517
+ "region"
6518
+ ],
6519
+ "will_fix": [
6520
+ "color-contrast"
6521
+ ]
6522
+ }
6523
+ },
6524
+ {
6525
+ "preview_path": "primer/alpha/select_panel/with_subtitle",
6526
+ "name": "with_subtitle",
6527
+ "snapshot": "interactive",
6528
+ "skip_rules": {
6529
+ "wont_fix": [
6530
+ "region"
6531
+ ],
6532
+ "will_fix": [
6533
+ "color-contrast"
6534
+ ]
6535
+ }
6536
+ },
6537
+ {
6538
+ "preview_path": "primer/alpha/select_panel/remote_fetch_initial_failure",
6539
+ "name": "remote_fetch_initial_failure",
6540
+ "snapshot": "interactive",
6541
+ "skip_rules": {
6542
+ "wont_fix": [
6543
+ "region"
6544
+ ],
6545
+ "will_fix": [
6546
+ "color-contrast"
6547
+ ]
6548
+ }
6549
+ },
6550
+ {
6551
+ "preview_path": "primer/alpha/select_panel/remote_fetch_filter_failure",
6552
+ "name": "remote_fetch_filter_failure",
6553
+ "snapshot": "interactive",
6554
+ "skip_rules": {
6555
+ "wont_fix": [
6556
+ "region"
6557
+ ],
6558
+ "will_fix": [
6559
+ "color-contrast"
6560
+ ]
6561
+ }
6562
+ },
6563
+ {
6564
+ "preview_path": "primer/alpha/select_panel/eventually_local_fetch_initial_failure",
6565
+ "name": "eventually_local_fetch_initial_failure",
6566
+ "snapshot": "interactive",
6567
+ "skip_rules": {
6568
+ "wont_fix": [
6569
+ "region"
6570
+ ],
6571
+ "will_fix": [
6572
+ "color-contrast"
6573
+ ]
6574
+ }
6575
+ },
6576
+ {
6577
+ "preview_path": "primer/alpha/select_panel/single_select_form",
6578
+ "name": "single_select_form",
6579
+ "snapshot": "interactive",
6580
+ "skip_rules": {
6581
+ "wont_fix": [
6582
+ "region"
6583
+ ],
6584
+ "will_fix": [
6585
+ "color-contrast"
6586
+ ]
6587
+ }
6588
+ },
6589
+ {
6590
+ "preview_path": "primer/alpha/select_panel/multiselect_form",
6591
+ "name": "multiselect_form",
6592
+ "snapshot": "interactive",
6593
+ "skip_rules": {
6594
+ "wont_fix": [
6595
+ "region"
6596
+ ],
6597
+ "will_fix": [
6598
+ "color-contrast"
6599
+ ]
6600
+ }
6601
+ }
6602
+ ]
6603
+ },
6310
6604
  {
6311
6605
  "name": "side_panel",
6312
6606
  "component": "OpenProject::SidePanel",
@@ -52,6 +52,7 @@
52
52
  "Primer::Alpha::SegmentedControl": "alpha",
53
53
  "Primer::Alpha::SegmentedControl::Item": "alpha",
54
54
  "Primer::Alpha::Select": "alpha",
55
+ "Primer::Alpha::SelectPanel": "alpha",
55
56
  "Primer::Alpha::SubmitButton": "alpha",
56
57
  "Primer::Alpha::TabContainer": "alpha",
57
58
  "Primer::Alpha::TabNav": "alpha",