@pronto-tools-and-more/files 14.7.0 → 14.9.0

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.
@@ -5277,14 +5277,11 @@
5277
5277
  "EventActionConfig": {
5278
5278
  "anyOf": [
5279
5279
  {
5280
- "$ref": "#/definitions/NavigateActionConfig"
5280
+ "$ref": "#/definitions/NavigationActionConfig"
5281
5281
  },
5282
5282
  {
5283
5283
  "$ref": "#/definitions/PopupActionConfig"
5284
5284
  },
5285
- {
5286
- "$ref": "#/definitions/OpenContentActionConfig"
5287
- },
5288
5285
  {
5289
5286
  "$ref": "#/definitions/LoginActionConfig"
5290
5287
  },
@@ -7811,6 +7808,16 @@
7811
7808
  "title": "NavigateAction",
7812
7809
  "type": "object"
7813
7810
  },
7811
+ "NavigationActionConfig": {
7812
+ "anyOf": [
7813
+ {
7814
+ "$ref": "#/definitions/NavigateActionConfig"
7815
+ },
7816
+ {
7817
+ "$ref": "#/definitions/OpenContentActionConfig"
7818
+ }
7819
+ ]
7820
+ },
7814
7821
  "Omit<IssueConfig,\"dataSource\">": {
7815
7822
  "$ref": "#/definitions/Pick%3CIssueConfig%2CExclude%3C(%22type%22%7C%22condition%22%7C%22template%22%7C%22purchaseOptions%22%7C%22downloadOptions%22%7C%22bookmark%22%7C%22displayCategories%22%7C%22lcpPrioritized%22%7C%22hideComponents%22%7C%22sharing%22%7C%22dataSource%22%7C%22issueContextKey%22%7C%22tapCover%22%7C%22tapIssue%22%7C%22coverHeight%22%7C%22openContent%22%7C%22titleMessage%22%7C%22descriptionMessage%22%7C%22publicationTitleMessage%22%7C%22deleteConfirm%22%7C%22customButtons%22%7C%22customMessages%22%7C%22renderProperties%22%7C%22trackVisible%22%7C%22id%22%7C%22class%22%7C%22sticky%22%7C%22isLazy%22%7C%22attributes%22%7C%22skipSSR%22%7C%22imageResolutionStrategy%22)%2C%22dataSource%22%3E%3E"
7816
7823
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/files",
3
- "version": "14.7.0",
3
+ "version": "14.9.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {},