@pronto-tools-and-more/components 12.36.0 → 12.38.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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -267,7 +267,7 @@ var getContentKey = (element) => {
267
267
  if (element.dataSource.data === "$context.bookmarks") {
268
268
  return "'context'";
269
269
  }
270
- if (element.dataSource.type === "$context") {
270
+ if (element.dataSource.type === "context") {
271
271
  return "'context'";
272
272
  }
273
273
  return "'content'";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "12.36.0",
3
+ "version": "12.38.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",