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