@openproject/primer-view-components 0.52.0 → 0.52.1-rc.4f57e4ba

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.
@@ -3108,6 +3108,92 @@
3108
3108
  }
3109
3109
  ]
3110
3110
  },
3111
+ {
3112
+ "name": "danger_confirmation_dialog",
3113
+ "component": "OpenProject::DangerConfirmationDialog",
3114
+ "status": "open_project",
3115
+ "lookup_path": "primer/open_project/danger_confirmation_dialog",
3116
+ "examples": [
3117
+ {
3118
+ "preview_path": "primer/open_project/danger_confirmation_dialog/default",
3119
+ "name": "default",
3120
+ "snapshot": "interactive",
3121
+ "skip_rules": {
3122
+ "wont_fix": [
3123
+ "region"
3124
+ ],
3125
+ "will_fix": [
3126
+ "color-contrast"
3127
+ ]
3128
+ }
3129
+ },
3130
+ {
3131
+ "preview_path": "primer/open_project/danger_confirmation_dialog/playground",
3132
+ "name": "playground",
3133
+ "snapshot": "false",
3134
+ "skip_rules": {
3135
+ "wont_fix": [
3136
+ "region"
3137
+ ],
3138
+ "will_fix": [
3139
+ "color-contrast"
3140
+ ]
3141
+ }
3142
+ },
3143
+ {
3144
+ "preview_path": "primer/open_project/danger_confirmation_dialog/with_form_builder_form",
3145
+ "name": "with_form_builder_form",
3146
+ "snapshot": "false",
3147
+ "skip_rules": {
3148
+ "wont_fix": [
3149
+ "region"
3150
+ ],
3151
+ "will_fix": [
3152
+ "color-contrast"
3153
+ ]
3154
+ }
3155
+ },
3156
+ {
3157
+ "preview_path": "primer/open_project/danger_confirmation_dialog/with_form",
3158
+ "name": "with_form",
3159
+ "snapshot": "false",
3160
+ "skip_rules": {
3161
+ "wont_fix": [
3162
+ "region"
3163
+ ],
3164
+ "will_fix": [
3165
+ "color-contrast"
3166
+ ]
3167
+ }
3168
+ },
3169
+ {
3170
+ "preview_path": "primer/open_project/danger_confirmation_dialog/with_additional_details",
3171
+ "name": "with_additional_details",
3172
+ "snapshot": "false",
3173
+ "skip_rules": {
3174
+ "wont_fix": [
3175
+ "region"
3176
+ ],
3177
+ "will_fix": [
3178
+ "color-contrast"
3179
+ ]
3180
+ }
3181
+ },
3182
+ {
3183
+ "preview_path": "primer/open_project/danger_confirmation_dialog/custom_icon",
3184
+ "name": "custom_icon",
3185
+ "snapshot": "false",
3186
+ "skip_rules": {
3187
+ "wont_fix": [
3188
+ "region"
3189
+ ],
3190
+ "will_fix": [
3191
+ "color-contrast"
3192
+ ]
3193
+ }
3194
+ }
3195
+ ]
3196
+ },
3111
3197
  {
3112
3198
  "name": "details",
3113
3199
  "component": "Details",
@@ -5017,6 +5103,32 @@
5017
5103
  "color-contrast"
5018
5104
  ]
5019
5105
  }
5106
+ },
5107
+ {
5108
+ "preview_path": "primer/beta/link/with_leading_icon",
5109
+ "name": "with_leading_icon",
5110
+ "snapshot": "false",
5111
+ "skip_rules": {
5112
+ "wont_fix": [
5113
+ "region"
5114
+ ],
5115
+ "will_fix": [
5116
+ "color-contrast"
5117
+ ]
5118
+ }
5119
+ },
5120
+ {
5121
+ "preview_path": "primer/beta/link/with_trailing_icon",
5122
+ "name": "with_trailing_icon",
5123
+ "snapshot": "false",
5124
+ "skip_rules": {
5125
+ "wont_fix": [
5126
+ "region"
5127
+ ],
5128
+ "will_fix": [
5129
+ "color-contrast"
5130
+ ]
5131
+ }
5020
5132
  }
5021
5133
  ]
5022
5134
  },
@@ -118,6 +118,9 @@
118
118
  "Primer::Navigation::TabComponent": "deprecated",
119
119
  "Primer::OpenProject::BorderGrid": "open_project",
120
120
  "Primer::OpenProject::BorderGrid::Cell": "open_project",
121
+ "Primer::OpenProject::DangerConfirmationDialog": "open_project",
122
+ "Primer::OpenProject::DangerConfirmationDialog::ConfirmationCheckBox": "open_project",
123
+ "Primer::OpenProject::DangerConfirmationDialog::FormWrapper": "open_project",
121
124
  "Primer::OpenProject::DragHandle": "open_project",
122
125
  "Primer::OpenProject::FeedbackDialog": "open_project",
123
126
  "Primer::OpenProject::FeedbackMessage": "open_project",