@openproject/primer-view-components 0.36.1-rc.eaf0e8cf → 0.36.2-rc.8b8d8022

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.36.1-rc.eaf0e8cf",
3
+ "version": "0.36.2-rc.8b8d8022",
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",
@@ -16670,6 +16670,13 @@
16670
16670
  "description": "{{link_to_system_arguments_docs}}"
16671
16671
  }
16672
16672
  ]
16673
+ },
16674
+ {
16675
+ "name": "caption",
16676
+ "description": null,
16677
+ "parameters": [
16678
+
16679
+ ]
16673
16680
  }
16674
16681
  ],
16675
16682
  "methods": [
@@ -16727,6 +16734,19 @@
16727
16734
  "color-contrast"
16728
16735
  ]
16729
16736
  }
16737
+ },
16738
+ {
16739
+ "preview_path": "primer/open_project/input_group/with_caption",
16740
+ "name": "with_caption",
16741
+ "snapshot": "false",
16742
+ "skip_rules": {
16743
+ "wont_fix": [
16744
+ "region"
16745
+ ],
16746
+ "will_fix": [
16747
+ "color-contrast"
16748
+ ]
16749
+ }
16730
16750
  }
16731
16751
  ],
16732
16752
  "subcomponents": [
@@ -4270,6 +4270,19 @@
4270
4270
  "color-contrast"
4271
4271
  ]
4272
4272
  }
4273
+ },
4274
+ {
4275
+ "preview_path": "primer/open_project/input_group/with_caption",
4276
+ "name": "with_caption",
4277
+ "snapshot": "false",
4278
+ "skip_rules": {
4279
+ "wont_fix": [
4280
+ "region"
4281
+ ],
4282
+ "will_fix": [
4283
+ "color-contrast"
4284
+ ]
4285
+ }
4273
4286
  }
4274
4287
  ]
4275
4288
  },