@openproject/primer-view-components 0.60.0 → 0.61.0-rc.a45bad36a
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.
- package/package.json +1 -1
- package/static/arguments.json +6 -0
- package/static/info_arch.json +42 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openproject/primer-view-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.61.0-rc.a45bad36a",
|
|
4
4
|
"description": "ViewComponents of the Primer Design System for OpenProject",
|
|
5
5
|
"main": "app/assets/javascripts/primer_view_components.js",
|
|
6
6
|
"module": "app/components/primer/primer.js",
|
package/static/arguments.json
CHANGED
|
@@ -5128,6 +5128,12 @@
|
|
|
5128
5128
|
"source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/border_box/collapsible_header.rb",
|
|
5129
5129
|
"lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/border_box/collapsible_header/default/",
|
|
5130
5130
|
"parameters": [
|
|
5131
|
+
{
|
|
5132
|
+
"name": "collapsed",
|
|
5133
|
+
"type": "Boolean",
|
|
5134
|
+
"default": "`false`",
|
|
5135
|
+
"description": "Whether the header is collapsed on initial render."
|
|
5136
|
+
},
|
|
5131
5137
|
{
|
|
5132
5138
|
"name": "system_arguments",
|
|
5133
5139
|
"type": "Hash",
|
package/static/info_arch.json
CHANGED
|
@@ -17575,6 +17575,12 @@
|
|
|
17575
17575
|
"source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/border_box/collapsible_header.rb",
|
|
17576
17576
|
"lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/border_box/collapsible_header/default/",
|
|
17577
17577
|
"parameters": [
|
|
17578
|
+
{
|
|
17579
|
+
"name": "collapsed",
|
|
17580
|
+
"type": "Boolean",
|
|
17581
|
+
"default": "`false`",
|
|
17582
|
+
"description": "Whether the header is collapsed on initial render."
|
|
17583
|
+
},
|
|
17578
17584
|
{
|
|
17579
17585
|
"name": "system_arguments",
|
|
17580
17586
|
"type": "Hash",
|
|
@@ -17583,7 +17589,42 @@
|
|
|
17583
17589
|
}
|
|
17584
17590
|
],
|
|
17585
17591
|
"slots": [
|
|
17586
|
-
|
|
17592
|
+
{
|
|
17593
|
+
"name": "title",
|
|
17594
|
+
"description": "Required title",
|
|
17595
|
+
"parameters": [
|
|
17596
|
+
{
|
|
17597
|
+
"name": "system_arguments",
|
|
17598
|
+
"type": "Hash",
|
|
17599
|
+
"default": "N/A",
|
|
17600
|
+
"description": "{{link_to_system_arguments_docs}}"
|
|
17601
|
+
}
|
|
17602
|
+
]
|
|
17603
|
+
},
|
|
17604
|
+
{
|
|
17605
|
+
"name": "count",
|
|
17606
|
+
"description": "Optional count",
|
|
17607
|
+
"parameters": [
|
|
17608
|
+
{
|
|
17609
|
+
"name": "system_arguments",
|
|
17610
|
+
"type": "Hash",
|
|
17611
|
+
"default": "N/A",
|
|
17612
|
+
"description": "{{link_to_system_arguments_docs}}"
|
|
17613
|
+
}
|
|
17614
|
+
]
|
|
17615
|
+
},
|
|
17616
|
+
{
|
|
17617
|
+
"name": "description",
|
|
17618
|
+
"description": "Optional description",
|
|
17619
|
+
"parameters": [
|
|
17620
|
+
{
|
|
17621
|
+
"name": "system_arguments",
|
|
17622
|
+
"type": "Hash",
|
|
17623
|
+
"default": "N/A",
|
|
17624
|
+
"description": "{{link_to_system_arguments_docs}}"
|
|
17625
|
+
}
|
|
17626
|
+
]
|
|
17627
|
+
}
|
|
17587
17628
|
],
|
|
17588
17629
|
"methods": [
|
|
17589
17630
|
|