@openproject/primer-view-components 0.71.0 → 0.72.0-rc.ce1a1c88d

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 (40) hide show
  1. package/app/assets/javascripts/components/primer/open_project/filterable_tree_view.d.ts +2 -2
  2. package/app/assets/javascripts/components/primer/primer.d.ts +4 -4
  3. package/app/assets/javascripts/primer_view_components.js +1 -1
  4. package/app/assets/javascripts/primer_view_components.js.map +1 -1
  5. package/app/assets/styles/primer_view_components.css +1 -1
  6. package/app/assets/styles/primer_view_components.css.map +1 -1
  7. package/app/components/primer/{open_project → alpha}/skeleton_box.css.json +1 -1
  8. package/app/components/primer/{open_project → alpha}/tree_view/tree_view_include_fragment_element.js +0 -1
  9. package/app/components/primer/{open_project → alpha}/tree_view.css +1 -1
  10. package/app/components/primer/{open_project → alpha}/tree_view.css.json +1 -3
  11. package/app/components/primer/beta/breadcrumbs.css +1 -1
  12. package/app/components/primer/beta/breadcrumbs.css.json +0 -1
  13. package/app/components/primer/beta/progress_bar.css +1 -1
  14. package/app/components/primer/open_project/filterable_tree_view.d.ts +2 -2
  15. package/app/components/primer/open_project/filterable_tree_view.js +2 -2
  16. package/app/components/primer/primer.d.ts +4 -4
  17. package/app/components/primer/primer.js +4 -4
  18. package/package.json +2 -2
  19. package/static/arguments.json +456 -0
  20. package/static/audited_at.json +17 -17
  21. package/static/classes.json +5 -5
  22. package/static/constants.json +101 -0
  23. package/static/info_arch.json +1398 -44
  24. package/static/previews.json +94 -13
  25. package/static/statuses.json +17 -0
  26. /package/app/assets/javascripts/components/primer/{open_project → alpha}/tree_view/tree_view.d.ts +0 -0
  27. /package/app/assets/javascripts/components/primer/{open_project → alpha}/tree_view/tree_view_icon_pair_element.d.ts +0 -0
  28. /package/app/assets/javascripts/components/primer/{open_project → alpha}/tree_view/tree_view_include_fragment_element.d.ts +0 -0
  29. /package/app/assets/javascripts/components/primer/{open_project → alpha}/tree_view/tree_view_roving_tab_index.d.ts +0 -0
  30. /package/app/assets/javascripts/components/primer/{open_project → alpha}/tree_view/tree_view_sub_tree_node_element.d.ts +0 -0
  31. /package/app/components/primer/{open_project → alpha}/skeleton_box.css +0 -0
  32. /package/app/components/primer/{open_project → alpha}/tree_view/tree_view.d.ts +0 -0
  33. /package/app/components/primer/{open_project → alpha}/tree_view/tree_view.js +0 -0
  34. /package/app/components/primer/{open_project → alpha}/tree_view/tree_view_icon_pair_element.d.ts +0 -0
  35. /package/app/components/primer/{open_project → alpha}/tree_view/tree_view_icon_pair_element.js +0 -0
  36. /package/app/components/primer/{open_project → alpha}/tree_view/tree_view_include_fragment_element.d.ts +0 -0
  37. /package/app/components/primer/{open_project → alpha}/tree_view/tree_view_roving_tab_index.d.ts +0 -0
  38. /package/app/components/primer/{open_project → alpha}/tree_view/tree_view_roving_tab_index.js +0 -0
  39. /package/app/components/primer/{open_project → alpha}/tree_view/tree_view_sub_tree_node_element.d.ts +0 -0
  40. /package/app/components/primer/{open_project → alpha}/tree_view/tree_view_sub_tree_node_element.js +0 -0
@@ -1248,6 +1248,52 @@
1248
1248
  "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/dropdown/menu/item/default/",
1249
1249
  "parameters": []
1250
1250
  },
1251
+ {
1252
+ "component": "FileTreeView",
1253
+ "status": "alpha",
1254
+ "a11y_reviewed": false,
1255
+ "short_name": "FileTreeView",
1256
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/file_tree_view.rb",
1257
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/file_tree_view/default/",
1258
+ "parameters": [
1259
+ {
1260
+ "name": "node_variant",
1261
+ "type": "Symbol",
1262
+ "default": "`:div`",
1263
+ "description": "The variant to use for this node. One of `:anchor`, `:button`, or `:div`."
1264
+ },
1265
+ {
1266
+ "name": "form_arguments",
1267
+ "type": "Hash",
1268
+ "default": "`{}`",
1269
+ "description": "These arguments allow the selections made within a `TreeView` to be submitted to the server as part of a Rails form. Pass the `builder:` and `name:` options to this hash. `builder:` should be an instance of `ActionView::Helpers::FormBuilder`, which are created by the standard Rails `#form_with` and `#form_for` helpers. The `name:` option is the desired name of the field that will be included in the params sent to the server on form submission."
1270
+ },
1271
+ {
1272
+ "name": "system_arguments",
1273
+ "type": "Hash",
1274
+ "default": "N/A",
1275
+ "description": "[System arguments](/system-arguments)."
1276
+ }
1277
+ ]
1278
+ },
1279
+ {
1280
+ "component": "FileTreeView::DirectoryNode",
1281
+ "status": "alpha",
1282
+ "a11y_reviewed": false,
1283
+ "short_name": "FileTreeViewDirectoryNode",
1284
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/file_tree_view/directory_node.rb",
1285
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/file_tree_view/directory_node/default/",
1286
+ "parameters": []
1287
+ },
1288
+ {
1289
+ "component": "FileTreeView::FileNode",
1290
+ "status": "alpha",
1291
+ "a11y_reviewed": false,
1292
+ "short_name": "FileTreeViewFileNode",
1293
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/file_tree_view/file_node.rb",
1294
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/file_tree_view/file_node/default/",
1295
+ "parameters": []
1296
+ },
1251
1297
  {
1252
1298
  "component": "FormButton",
1253
1299
  "status": "alpha",
@@ -2635,6 +2681,34 @@
2635
2681
  }
2636
2682
  ]
2637
2683
  },
2684
+ {
2685
+ "component": "SkeletonBox",
2686
+ "status": "alpha",
2687
+ "a11y_reviewed": false,
2688
+ "short_name": "SkeletonBox",
2689
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/skeleton_box.rb",
2690
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/skeleton_box/default/",
2691
+ "parameters": [
2692
+ {
2693
+ "name": "height",
2694
+ "type": "String",
2695
+ "default": "`nil`",
2696
+ "description": "Any valid CSS height."
2697
+ },
2698
+ {
2699
+ "name": "width",
2700
+ "type": "String",
2701
+ "default": "`nil`",
2702
+ "description": "Any valid CSS width."
2703
+ },
2704
+ {
2705
+ "name": "system_arguments",
2706
+ "type": "Hash",
2707
+ "default": "N/A",
2708
+ "description": "[System arguments](/system-arguments)"
2709
+ }
2710
+ ]
2711
+ },
2638
2712
  {
2639
2713
  "component": "Stack",
2640
2714
  "status": "alpha",
@@ -3287,6 +3361,382 @@
3287
3361
  }
3288
3362
  ]
3289
3363
  },
3364
+ {
3365
+ "component": "TreeView",
3366
+ "status": "alpha",
3367
+ "a11y_reviewed": false,
3368
+ "short_name": "TreeView",
3369
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/tree_view.rb",
3370
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/tree_view/default/",
3371
+ "parameters": [
3372
+ {
3373
+ "name": "node_variant",
3374
+ "type": "Symbol",
3375
+ "default": "`:div`",
3376
+ "description": "The variant to use for this node. One of `:anchor`, `:button`, or `:div`."
3377
+ },
3378
+ {
3379
+ "name": "form_arguments",
3380
+ "type": "Hash",
3381
+ "default": "`{}`",
3382
+ "description": "These arguments allow the selections made within a `TreeView` to be submitted to the server as part of a Rails form. Pass the `builder:` and `name:` options to this hash. `builder:` should be an instance of `ActionView::Helpers::FormBuilder`, which are created by the standard Rails `#form_with` and `#form_for` helpers. The `name:` option is the desired name of the field that will be included in the params sent to the server on form submission."
3383
+ },
3384
+ {
3385
+ "name": "system_arguments",
3386
+ "type": "Hash",
3387
+ "default": "N/A",
3388
+ "description": "[System arguments](/system-arguments)."
3389
+ }
3390
+ ]
3391
+ },
3392
+ {
3393
+ "component": "TreeView::Icon",
3394
+ "status": "alpha",
3395
+ "a11y_reviewed": false,
3396
+ "short_name": "TreeViewIcon",
3397
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/tree_view/icon.rb",
3398
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/tree_view/icon/default/",
3399
+ "parameters": [
3400
+ {
3401
+ "name": "system_arguments",
3402
+ "type": "Hash",
3403
+ "default": "N/A",
3404
+ "description": "The arguments accepted by [Octicon](/components/beta/octicon)."
3405
+ }
3406
+ ]
3407
+ },
3408
+ {
3409
+ "component": "TreeView::IconPair",
3410
+ "status": "alpha",
3411
+ "a11y_reviewed": false,
3412
+ "short_name": "TreeViewIconPair",
3413
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/tree_view/icon_pair.rb",
3414
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/tree_view/icon_pair/default/",
3415
+ "parameters": [
3416
+ {
3417
+ "name": "expanded",
3418
+ "type": "Boolean",
3419
+ "default": "`false`",
3420
+ "description": "If true, the expanded icon is shown and the collapsed icon is hidden, etc."
3421
+ },
3422
+ {
3423
+ "name": "system_arguments",
3424
+ "type": "Hash",
3425
+ "default": "N/A",
3426
+ "description": "[System arguments](/system-arguments)"
3427
+ }
3428
+ ]
3429
+ },
3430
+ {
3431
+ "component": "TreeView::LeadingAction",
3432
+ "status": "alpha",
3433
+ "a11y_reviewed": false,
3434
+ "short_name": "TreeViewLeadingAction",
3435
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/tree_view/leading_action.rb",
3436
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/tree_view/leading_action/default/",
3437
+ "parameters": [
3438
+ {
3439
+ "name": "action",
3440
+ "type": "ViewComponent::Base",
3441
+ "default": "N/A",
3442
+ "description": "A component or other renderable to use as the action button etc."
3443
+ }
3444
+ ]
3445
+ },
3446
+ {
3447
+ "component": "TreeView::LeafNode",
3448
+ "status": "alpha",
3449
+ "a11y_reviewed": false,
3450
+ "short_name": "TreeViewLeafNode",
3451
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/tree_view/leaf_node.rb",
3452
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/tree_view/leaf_node/default/",
3453
+ "parameters": [
3454
+ {
3455
+ "name": "label",
3456
+ "type": "String",
3457
+ "default": "N/A",
3458
+ "description": "The node's label, i.e. it's textual content."
3459
+ },
3460
+ {
3461
+ "name": "system_arguments",
3462
+ "type": "Hash",
3463
+ "default": "N/A",
3464
+ "description": "The arguments accepted by [TreeView::Node](/components/alpha/treeviewnode)."
3465
+ }
3466
+ ]
3467
+ },
3468
+ {
3469
+ "component": "TreeView::LoadingFailureMessage",
3470
+ "status": "alpha",
3471
+ "a11y_reviewed": false,
3472
+ "short_name": "TreeViewLoadingFailureMessage",
3473
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/tree_view/loading_failure_message.rb",
3474
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/tree_view/loading_failure_message/default/",
3475
+ "parameters": [
3476
+ {
3477
+ "name": "text",
3478
+ "type": "String",
3479
+ "default": "`Something went wrong`",
3480
+ "description": "The failure message to display."
3481
+ },
3482
+ {
3483
+ "name": "retry_button_label",
3484
+ "type": "String",
3485
+ "default": "`Retry`",
3486
+ "description": "The text shown on the retry button."
3487
+ },
3488
+ {
3489
+ "name": "system_arguments",
3490
+ "type": "Hash",
3491
+ "default": "N/A",
3492
+ "description": "[System arguments](/system-arguments)"
3493
+ }
3494
+ ]
3495
+ },
3496
+ {
3497
+ "component": "TreeView::Node",
3498
+ "status": "alpha",
3499
+ "a11y_reviewed": false,
3500
+ "short_name": "TreeViewNode",
3501
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/tree_view/node.rb",
3502
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/tree_view/node/default/",
3503
+ "parameters": [
3504
+ {
3505
+ "name": "path",
3506
+ "type": "Array<String>",
3507
+ "default": "N/A",
3508
+ "description": "The node's \"path,\" i.e. this node's label and the labels of all its ancestors. This node should be reachable by traversing the tree following this path."
3509
+ },
3510
+ {
3511
+ "name": "node_variant",
3512
+ "type": "Symbol",
3513
+ "default": "N/A",
3514
+ "description": "The node variant to use for the node's content, i.e. the `:button` or `:div`. One of `:anchor`, `:button`, or `:div`."
3515
+ },
3516
+ {
3517
+ "name": "href",
3518
+ "type": "String",
3519
+ "default": "`nil`",
3520
+ "description": "The URL to use as the `href` attribute for this node. If set to a truthy value, the `tag:` parameter is ignored and assumed to be `:a`."
3521
+ },
3522
+ {
3523
+ "name": "current",
3524
+ "type": "Boolean",
3525
+ "default": "`false`",
3526
+ "description": "Whether or not this node is the current node. The current node is styled differently than regular nodes and is the first element that receives focus when tabbing to the `TreeView` component."
3527
+ },
3528
+ {
3529
+ "name": "select_variant",
3530
+ "type": "Symbol",
3531
+ "default": "`:none`",
3532
+ "description": "Controls the type of checkbox that appears. One of `:multiple` or `:none`."
3533
+ },
3534
+ {
3535
+ "name": "checked",
3536
+ "type": "Boolean | String",
3537
+ "default": "`false`",
3538
+ "description": "The checked state of the node's checkbox. One of `false`, `mixed`, or `true`."
3539
+ },
3540
+ {
3541
+ "name": "disabled",
3542
+ "type": "Boolean",
3543
+ "default": "`false`",
3544
+ "description": "Whether or not the node can be activated. Passing `false` here will cause the node to appear visually disabled but it is still keyboard-focusable."
3545
+ },
3546
+ {
3547
+ "name": "value",
3548
+ "type": "String",
3549
+ "default": "`nil`",
3550
+ "description": "If this node is checked, this value will be sent to the server on form submission."
3551
+ },
3552
+ {
3553
+ "name": "content_arguments",
3554
+ "type": "Hash",
3555
+ "default": "N/A",
3556
+ "description": "Arguments attached to the node's content, i.e the `<button>` or `<a>` element. [System arguments](/system-arguments)"
3557
+ }
3558
+ ]
3559
+ },
3560
+ {
3561
+ "component": "TreeView::SkeletonLoader",
3562
+ "status": "alpha",
3563
+ "a11y_reviewed": false,
3564
+ "short_name": "TreeViewSkeletonLoader",
3565
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/tree_view/skeleton_loader.rb",
3566
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/tree_view/skeleton_loader/default/",
3567
+ "parameters": [
3568
+ {
3569
+ "name": "src",
3570
+ "type": "String",
3571
+ "default": "N/A",
3572
+ "description": "The URL to fetch nodes from."
3573
+ },
3574
+ {
3575
+ "name": "count",
3576
+ "type": "Integer",
3577
+ "default": "`3`",
3578
+ "description": "The number of skeleton nodes to render."
3579
+ },
3580
+ {
3581
+ "name": "system_arguments",
3582
+ "type": "Hash",
3583
+ "default": "N/A",
3584
+ "description": "The arguments accepted by [TreeView::SubTreeContainer](/components/alpha/treeviewsubtreecontainer)."
3585
+ }
3586
+ ]
3587
+ },
3588
+ {
3589
+ "component": "TreeView::SpinnerLoader",
3590
+ "status": "alpha",
3591
+ "a11y_reviewed": false,
3592
+ "short_name": "TreeViewSpinnerLoader",
3593
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/tree_view/spinner_loader.rb",
3594
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/tree_view/spinner_loader/default/",
3595
+ "parameters": [
3596
+ {
3597
+ "name": "src",
3598
+ "type": "String",
3599
+ "default": "N/A",
3600
+ "description": "The URL to fetch nodes from."
3601
+ },
3602
+ {
3603
+ "name": "system_arguments",
3604
+ "type": "Hash",
3605
+ "default": "N/A",
3606
+ "description": "The arguments accepted by [TreeView::SubTreeContainer](/components/alpha/treeviewsubtreecontainer)."
3607
+ }
3608
+ ]
3609
+ },
3610
+ {
3611
+ "component": "TreeView::SubTree",
3612
+ "status": "alpha",
3613
+ "a11y_reviewed": false,
3614
+ "short_name": "TreeViewSubTree",
3615
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/tree_view/sub_tree.rb",
3616
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/tree_view/sub_tree/default/",
3617
+ "parameters": [
3618
+ {
3619
+ "name": "node_variant",
3620
+ "type": "Symbol",
3621
+ "default": "N/A",
3622
+ "description": "The variant to use for this node. One of `:anchor`, `:button`, or `:div`."
3623
+ },
3624
+ {
3625
+ "name": "system_arguments",
3626
+ "type": "Hash",
3627
+ "default": "N/A",
3628
+ "description": "The arguments accepted by [TreeView::SubTreeContainer](/components/alpha/treeviewsubtreecontainer)."
3629
+ }
3630
+ ]
3631
+ },
3632
+ {
3633
+ "component": "TreeView::SubTreeContainer",
3634
+ "status": "alpha",
3635
+ "a11y_reviewed": false,
3636
+ "short_name": "TreeViewSubTreeContainer",
3637
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/tree_view/sub_tree_container.rb",
3638
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/tree_view/sub_tree_container/default/",
3639
+ "parameters": [
3640
+ {
3641
+ "name": "path",
3642
+ "type": "Array<String>",
3643
+ "default": "N/A",
3644
+ "description": "The path to this node."
3645
+ },
3646
+ {
3647
+ "name": "expanded",
3648
+ "type": "Boolean",
3649
+ "default": "`false`",
3650
+ "description": "Whether or not this sub-tree node renders expanded."
3651
+ },
3652
+ {
3653
+ "name": "system_arguments",
3654
+ "type": "Hash",
3655
+ "default": "N/A",
3656
+ "description": "[System arguments](/system-arguments)"
3657
+ }
3658
+ ]
3659
+ },
3660
+ {
3661
+ "component": "TreeView::SubTreeNode",
3662
+ "status": "alpha",
3663
+ "a11y_reviewed": false,
3664
+ "short_name": "TreeViewSubTreeNode",
3665
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/tree_view/sub_tree_node.rb",
3666
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/tree_view/sub_tree_node/default/",
3667
+ "parameters": [
3668
+ {
3669
+ "name": "label",
3670
+ "type": "String",
3671
+ "default": "N/A",
3672
+ "description": "The node's label, i.e. it's textual content."
3673
+ },
3674
+ {
3675
+ "name": "path",
3676
+ "type": "Array<String>",
3677
+ "default": "N/A",
3678
+ "description": "The node's \"path,\" i.e. this node's label and the labels of all its ancestors. This node should be reachable by traversing the tree following this path."
3679
+ },
3680
+ {
3681
+ "name": "node_variant",
3682
+ "type": "Symbol",
3683
+ "default": "N/A",
3684
+ "description": "The variant to use for this node. One of `:anchor`, `:button`, or `:div`."
3685
+ },
3686
+ {
3687
+ "name": "sub_tree_component_klass",
3688
+ "type": "Class",
3689
+ "default": "`SubTree`",
3690
+ "description": "The class to use for the sub-tree instead of the default [TreeView::SubTree](/components/alpha/treeviewsubtree)"
3691
+ },
3692
+ {
3693
+ "name": "expanded",
3694
+ "type": "Boolean",
3695
+ "default": "`false`",
3696
+ "description": "Whether or not this sub-tree should be rendered expanded."
3697
+ },
3698
+ {
3699
+ "name": "select_strategy",
3700
+ "type": "Symbol",
3701
+ "default": "`:mixed_descendants`",
3702
+ "description": "What should happen when this sub-tree node is checked. One of `:descendants`, `:mixed_descendants`, or `:self`."
3703
+ },
3704
+ {
3705
+ "name": "system_arguments",
3706
+ "type": "Hash",
3707
+ "default": "N/A",
3708
+ "description": "The arguments accepted by [TreeView::Node](/components/alpha/treeviewnode)."
3709
+ }
3710
+ ]
3711
+ },
3712
+ {
3713
+ "component": "TreeView::Visual",
3714
+ "status": "alpha",
3715
+ "a11y_reviewed": false,
3716
+ "short_name": "TreeViewVisual",
3717
+ "source": "https://github.com/primer/view_components/tree/main/app/components/primer/alpha/tree_view/visual.rb",
3718
+ "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/alpha/tree_view/visual/default/",
3719
+ "parameters": [
3720
+ {
3721
+ "name": "id",
3722
+ "type": "String",
3723
+ "default": "N/A",
3724
+ "description": "This visual's HTML ID."
3725
+ },
3726
+ {
3727
+ "name": "visual",
3728
+ "type": "ViewComponent::Base",
3729
+ "default": "N/A",
3730
+ "description": "A renderable component like an instance of [Octicon](/components/beta/octicon) to render as the visual."
3731
+ },
3732
+ {
3733
+ "name": "label",
3734
+ "type": "String",
3735
+ "default": "`nil`",
3736
+ "description": "Text describing this visual that will be visible only to screen readers."
3737
+ }
3738
+ ]
3739
+ },
3290
3740
  {
3291
3741
  "component": "UnderlineNav",
3292
3742
  "status": "alpha",
@@ -4688,6 +5138,12 @@
4688
5138
  "default": "`false`",
4689
5139
  "description": "Removes the `title` attribute provided on the element by default."
4690
5140
  },
5141
+ {
5142
+ "name": "aria_hidden",
5143
+ "type": "Boolean",
5144
+ "default": "`nil`",
5145
+ "description": "Set if the element is hidden or not."
5146
+ },
4691
5147
  {
4692
5148
  "name": "system_arguments",
4693
5149
  "type": "Hash",
@@ -29,6 +29,9 @@
29
29
  "Primer::Alpha::Dropdown": "",
30
30
  "Primer::Alpha::Dropdown::Menu": "",
31
31
  "Primer::Alpha::Dropdown::Menu::Item": "",
32
+ "Primer::Alpha::FileTreeView": "",
33
+ "Primer::Alpha::FileTreeView::DirectoryNode": "",
34
+ "Primer::Alpha::FileTreeView::FileNode": "",
32
35
  "Primer::Alpha::FormButton": "",
33
36
  "Primer::Alpha::FormControl": "",
34
37
  "Primer::Alpha::HellipButton": "",
@@ -58,6 +61,7 @@
58
61
  "Primer::Alpha::Select": "",
59
62
  "Primer::Alpha::SelectPanel": "",
60
63
  "Primer::Alpha::SelectPanel::ItemList": "2023-07-10",
64
+ "Primer::Alpha::SkeletonBox": "",
61
65
  "Primer::Alpha::Stack": "",
62
66
  "Primer::Alpha::StackItem": "",
63
67
  "Primer::Alpha::SubmitButton": "",
@@ -68,6 +72,19 @@
68
72
  "Primer::Alpha::TextField": "",
69
73
  "Primer::Alpha::ToggleSwitch": "",
70
74
  "Primer::Alpha::Tooltip": "",
75
+ "Primer::Alpha::TreeView": "",
76
+ "Primer::Alpha::TreeView::Icon": "",
77
+ "Primer::Alpha::TreeView::IconPair": "",
78
+ "Primer::Alpha::TreeView::LeadingAction": "",
79
+ "Primer::Alpha::TreeView::LeafNode": "",
80
+ "Primer::Alpha::TreeView::LoadingFailureMessage": "",
81
+ "Primer::Alpha::TreeView::Node": "",
82
+ "Primer::Alpha::TreeView::SkeletonLoader": "",
83
+ "Primer::Alpha::TreeView::SpinnerLoader": "",
84
+ "Primer::Alpha::TreeView::SubTree": "",
85
+ "Primer::Alpha::TreeView::SubTreeContainer": "",
86
+ "Primer::Alpha::TreeView::SubTreeNode": "",
87
+ "Primer::Alpha::TreeView::Visual": "",
71
88
  "Primer::Alpha::UnderlineNav": "",
72
89
  "Primer::Alpha::UnderlinePanels": "",
73
90
  "Primer::BaseComponent": "",
@@ -132,9 +149,6 @@
132
149
  "Primer::OpenProject::DragHandle": "",
133
150
  "Primer::OpenProject::FeedbackDialog": "",
134
151
  "Primer::OpenProject::FeedbackMessage": "",
135
- "Primer::OpenProject::FileTreeView": "",
136
- "Primer::OpenProject::FileTreeView::DirectoryNode": "",
137
- "Primer::OpenProject::FileTreeView::FileNode": "",
138
152
  "Primer::OpenProject::FilterableTreeView": "",
139
153
  "Primer::OpenProject::FilterableTreeView::SubTree": "",
140
154
  "Primer::OpenProject::FlexLayout": "",
@@ -148,25 +162,11 @@
148
162
  "Primer::OpenProject::PageHeader::Title": "",
149
163
  "Primer::OpenProject::SidePanel": "",
150
164
  "Primer::OpenProject::SidePanel::Section": "",
151
- "Primer::OpenProject::SkeletonBox": "",
152
165
  "Primer::OpenProject::SubHeader": "",
153
166
  "Primer::OpenProject::SubHeader::Button": "",
154
167
  "Primer::OpenProject::SubHeader::ButtonGroup": "",
155
168
  "Primer::OpenProject::SubHeader::Menu": "",
156
169
  "Primer::OpenProject::SubHeader::SegmentedControl": "2023-02-01",
157
- "Primer::OpenProject::TreeView": "",
158
- "Primer::OpenProject::TreeView::Icon": "",
159
- "Primer::OpenProject::TreeView::IconPair": "",
160
- "Primer::OpenProject::TreeView::LeadingAction": "",
161
- "Primer::OpenProject::TreeView::LeafNode": "",
162
- "Primer::OpenProject::TreeView::LoadingFailureMessage": "",
163
- "Primer::OpenProject::TreeView::Node": "",
164
- "Primer::OpenProject::TreeView::SkeletonLoader": "",
165
- "Primer::OpenProject::TreeView::SpinnerLoader": "",
166
- "Primer::OpenProject::TreeView::SubTree": "",
167
- "Primer::OpenProject::TreeView::SubTreeContainer": "",
168
- "Primer::OpenProject::TreeView::SubTreeNode": "",
169
- "Primer::OpenProject::TreeView::Visual": "",
170
170
  "Primer::OpenProject::ZenModeButton": "",
171
171
  "Primer::Tooltip": "",
172
172
  "Primer::Truncate": ""
@@ -593,7 +593,7 @@
593
593
  "Primer::OpenProject::SidePanel::Section"
594
594
  ],
595
595
  "SkeletonBox": [
596
- "Primer::OpenProject::SkeletonBox"
596
+ "Primer::Alpha::SkeletonBox"
597
597
  ],
598
598
  "Stack": [
599
599
  "Primer::Alpha::Stack"
@@ -734,16 +734,16 @@
734
734
  "Primer::Alpha::ToggleSwitch"
735
735
  ],
736
736
  "TreeItemSkeletonTextStyles": [
737
- "Primer::OpenProject::TreeView"
737
+ "Primer::Alpha::TreeView"
738
738
  ],
739
739
  "TreeViewFailureMessage": [
740
- "Primer::OpenProject::TreeView"
740
+ "Primer::Alpha::TreeView"
741
741
  ],
742
742
  "TreeViewRootUlStyles": [
743
- "Primer::OpenProject::TreeView"
743
+ "Primer::Alpha::TreeView"
744
744
  ],
745
745
  "TreeViewSkeletonItemContainerStyle": [
746
- "Primer::OpenProject::TreeView"
746
+ "Primer::Alpha::TreeView"
747
747
  ],
748
748
  "Truncate": [
749
749
  "Primer::Beta::Truncate"