@openproject/primer-view-components 0.6.3 → 0.6.4-rc.8bef0bcc

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.6.3",
3
+ "version": "0.6.4-rc.8bef0bcc",
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",
@@ -4248,7 +4248,18 @@
4248
4248
  "source": "https://github.com/primer/view_components/tree/main/app/components/primer/conditional_wrapper.rb",
4249
4249
  "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/conditional_wrapper/default/",
4250
4250
  "parameters": [
4251
-
4251
+ {
4252
+ "name": "condition",
4253
+ "type": "Boolean",
4254
+ "default": "N/A",
4255
+ "description": "Whether or not to wrap the content in a `Primer::BaseComponent`."
4256
+ },
4257
+ {
4258
+ "name": "base_component_arguments",
4259
+ "type": "Hash",
4260
+ "default": "N/A",
4261
+ "description": "The arguments to pass to `Primer::BaseComponent`."
4262
+ }
4252
4263
  ]
4253
4264
  },
4254
4265
  {
@@ -14016,7 +14016,18 @@
14016
14016
  "source": "https://github.com/primer/view_components/tree/main/app/components/primer/conditional_wrapper.rb",
14017
14017
  "lookbook": "https://primer.style/view-components/lookbook/inspect/primer/conditional_wrapper/default/",
14018
14018
  "parameters": [
14019
-
14019
+ {
14020
+ "name": "condition",
14021
+ "type": "Boolean",
14022
+ "default": "N/A",
14023
+ "description": "Whether or not to wrap the content in a `Primer::BaseComponent`."
14024
+ },
14025
+ {
14026
+ "name": "base_component_arguments",
14027
+ "type": "Hash",
14028
+ "default": "N/A",
14029
+ "description": "The arguments to pass to `Primer::BaseComponent`."
14030
+ }
14020
14031
  ],
14021
14032
  "slots": [
14022
14033