@pronto-tools-and-more/components 12.37.0 → 12.38.0

Sign up to get free protection for your applications and to get access to all the features.
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.37.0",
3
+ "version": "12.38.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",