@openproject/primer-view-components 0.47.1 → 0.48.0-rc.2c13883c

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.47.1",
3
+ "version": "0.48.0-rc.2c13883c",
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",
@@ -18076,26 +18076,7 @@
18076
18076
  }
18077
18077
  ],
18078
18078
  "methods": [
18079
- {
18080
- "name": "anchor_string_to_object",
18081
- "description": "transform anchor tag strings to {href, text} objects\ne.g \"\\u003ca href=\\\"/admin\\\"\\u003eAdministration\\u003c/a\\u003e\"",
18082
- "parameters": [
18083
-
18084
- ],
18085
- "return_types": [
18086
18079
 
18087
- ]
18088
- },
18089
- {
18090
- "name": "anchor_tag_string?",
18091
- "description": "Check if the item is an anchor tag string e.g \"\\u003ca href=\\\"/admin\\\"\\u003eAdministration\\u003c/a\\u003e\"",
18092
- "parameters": [
18093
-
18094
- ],
18095
- "return_types": [
18096
- "Boolean"
18097
- ]
18098
- }
18099
18080
  ],
18100
18081
  "previews": [
18101
18082
  {