@openproject/primer-view-components 0.73.1-rc.df8fce5de → 0.73.1

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.73.1-rc.df8fce5de",
3
+ "version": "0.73.1",
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",
@@ -1766,7 +1766,8 @@
1766
1766
  "DEFAULT_FILTER_MODE_CONTROL_ARGUMENTS": {
1767
1767
  "aria": {
1768
1768
  "label": "Filter mode"
1769
- }
1769
+ },
1770
+ "hidden": false
1770
1771
  },
1771
1772
  "DEFAULT_INCLUDE_SUB_ITEMS_CHECK_BOX_ARGUMENTS": {
1772
1773
  "label": "Include sub-items",