@openproject/primer-view-components 0.53.0 → 0.53.1-rc.41e25ba1

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.53.0",
3
+ "version": "0.53.1-rc.41e25ba1",
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",
@@ -5131,6 +5131,12 @@
5131
5131
  "default": "`self.class.generate_id`",
5132
5132
  "description": "The id of the dialog."
5133
5133
  },
5134
+ {
5135
+ "name": "title",
5136
+ "type": "String",
5137
+ "default": "N/A",
5138
+ "description": "The title of the dialog. Although visually hidden, a label is rendered for assistive technologies."
5139
+ },
5134
5140
  {
5135
5141
  "name": "confirm_button_text",
5136
5142
  "type": "String",
@@ -5214,6 +5220,12 @@
5214
5220
  "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/feedback_dialog.rb",
5215
5221
  "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/feedback_dialog/default/",
5216
5222
  "parameters": [
5223
+ {
5224
+ "name": "title",
5225
+ "type": "String",
5226
+ "default": "N/A",
5227
+ "description": "The title of the dialog. Although visually hidden, a label is rendered for assistive technologies."
5228
+ },
5217
5229
  {
5218
5230
  "name": "system_arguments",
5219
5231
  "type": "Hash",
@@ -17532,6 +17532,12 @@
17532
17532
  "default": "`self.class.generate_id`",
17533
17533
  "description": "The id of the dialog."
17534
17534
  },
17535
+ {
17536
+ "name": "title",
17537
+ "type": "String",
17538
+ "default": "N/A",
17539
+ "description": "The title of the dialog. Although visually hidden, a label is rendered for assistive technologies."
17540
+ },
17535
17541
  {
17536
17542
  "name": "confirm_button_text",
17537
17543
  "type": "String",
@@ -17878,6 +17884,12 @@
17878
17884
  "source": "https://github.com/primer/view_components/tree/main/app/components/primer/open_project/feedback_dialog.rb",
17879
17885
  "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/open_project/feedback_dialog/default/",
17880
17886
  "parameters": [
17887
+ {
17888
+ "name": "title",
17889
+ "type": "String",
17890
+ "default": "N/A",
17891
+ "description": "The title of the dialog. Although visually hidden, a label is rendered for assistive technologies."
17892
+ },
17881
17893
  {
17882
17894
  "name": "system_arguments",
17883
17895
  "type": "Hash",