@pronto-tools-and-more/components 14.16.0 → 14.17.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 +0 -1
  2. package/package.json +3 -3
package/dist/main.js CHANGED
@@ -1129,7 +1129,6 @@ var unrender8 = ({ condition, render }, renderElement) => {
1129
1129
  const final = renderElement(node);
1130
1130
  const finalOuter = {
1131
1131
  ...final,
1132
- type: "section",
1133
1132
  condition: {
1134
1133
  value: `$functions.evaluateCondition(${condition})`,
1135
1134
  compareValue: "yes"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "14.16.0",
3
+ "version": "14.17.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",
@@ -17,9 +17,9 @@
17
17
  "license": "MIT",
18
18
  "devDependencies": {
19
19
  "@types/node": "^22.10.1",
20
- "@types/react": "^19.0.10",
20
+ "@types/react": "^19.0.12",
21
21
  "esbuild": "^0.25.1",
22
22
  "react": "^19.0.0",
23
- "ts-jest": "^29.2.6"
23
+ "ts-jest": "^29.3.0"
24
24
  }
25
25
  }