@openproject/primer-view-components 0.69.0 → 0.69.1-rc.660d821ce

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openproject/primer-view-components",
3
- "version": "0.69.0",
3
+ "version": "0.69.1-rc.660d821ce",
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",
@@ -577,7 +577,7 @@
577
577
  {
578
578
  "name": "menu_id",
579
579
  "type": "String",
580
- "default": "N/A",
580
+ "default": "`self.class.generate_id`",
581
581
  "description": "Id of the menu."
582
582
  },
583
583
  {
@@ -2114,7 +2114,7 @@
2114
2114
  {
2115
2115
  "name": "menu_id",
2116
2116
  "type": "String",
2117
- "default": "N/A",
2117
+ "default": "`self.class.generate_id`",
2118
2118
  "description": "Id of the menu."
2119
2119
  },
2120
2120
  {