@pronto-tools-and-more/components 12.28.0 → 12.30.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+ export declare const createFakeSection2: (children: any) => {
2
+ type: string;
3
+ content: any[];
4
+ };
@@ -0,0 +1 @@
1
+ export declare const customTag = "x/custom";
@@ -0,0 +1,5 @@
1
+ export declare const fakeNode2: {
2
+ type: string;
3
+ tag: string;
4
+ content: string;
5
+ };
@@ -0,0 +1 @@
1
+ export declare const supportsNormalHtmlElements: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pronto-tools-and-more/components",
3
- "version": "12.28.0",
3
+ "version": "12.30.0",
4
4
  "description": "",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",
@@ -17,7 +17,7 @@
17
17
  "license": "MIT",
18
18
  "devDependencies": {
19
19
  "@types/node": "^22.10.1",
20
- "@types/react": "^19.0.7",
20
+ "@types/react": "^19.0.8",
21
21
  "esbuild": "^0.24.2",
22
22
  "react": "^19.0.0",
23
23
  "ts-jest": "^29.2.5"