@openproject/primer-view-components 0.82.0 → 0.82.1-rc.d9a2b2939
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 +12 -0
- package/static/info_arch.json +12 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openproject/primer-view-components",
|
|
3
|
-
"version": "0.82.
|
|
3
|
+
"version": "0.82.1-rc.d9a2b2939",
|
|
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
|
@@ -6030,6 +6030,18 @@
|
|
|
6030
6030
|
"source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/drag_handle.rb",
|
|
6031
6031
|
"lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/drag_handle/default/",
|
|
6032
6032
|
"parameters": [
|
|
6033
|
+
{
|
|
6034
|
+
"name": "size",
|
|
6035
|
+
"type": "Symbol",
|
|
6036
|
+
"default": "`:small`",
|
|
6037
|
+
"description": "One of `:medium`, `:small`, or `:xsmall`."
|
|
6038
|
+
},
|
|
6039
|
+
{
|
|
6040
|
+
"name": "label",
|
|
6041
|
+
"type": "String",
|
|
6042
|
+
"default": "`I18n.t(\"drag_handle.button_drag\")`",
|
|
6043
|
+
"description": "String that can be read by assistive technology. A label should be short and concise. See the accessibility section for more information."
|
|
6044
|
+
},
|
|
6033
6045
|
{
|
|
6034
6046
|
"name": "system_arguments",
|
|
6035
6047
|
"type": "Hash",
|
package/static/info_arch.json
CHANGED
|
@@ -19891,6 +19891,18 @@
|
|
|
19891
19891
|
"source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/drag_handle.rb",
|
|
19892
19892
|
"lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/drag_handle/default/",
|
|
19893
19893
|
"parameters": [
|
|
19894
|
+
{
|
|
19895
|
+
"name": "size",
|
|
19896
|
+
"type": "Symbol",
|
|
19897
|
+
"default": "`:small`",
|
|
19898
|
+
"description": "One of `:medium`, `:small`, or `:xsmall`."
|
|
19899
|
+
},
|
|
19900
|
+
{
|
|
19901
|
+
"name": "label",
|
|
19902
|
+
"type": "String",
|
|
19903
|
+
"default": "`I18n.t(\"drag_handle.button_drag\")`",
|
|
19904
|
+
"description": "String that can be read by assistive technology. A label should be short and concise. See the accessibility section for more information."
|
|
19905
|
+
},
|
|
19894
19906
|
{
|
|
19895
19907
|
"name": "system_arguments",
|
|
19896
19908
|
"type": "Hash",
|