RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@pronto-tools-and-more/components
Versions diffs
12.29.0 → 12.30.0
@pronto-tools-and-more/components 12.29.0 → 12.30.0
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (5)
hide
show
package/dist/parts/CreateFakeSection2/CreateFakeSection2.d.ts
+4
-0
package/dist/parts/CustomTag/CustomTag.d.ts
+1
-0
package/dist/parts/FakeNode2/FakeNode2.d.ts
+5
-0
package/dist/parts/SupportsNormalHtmlElements/SupportsNormalHtmlElements.d.ts
+1
-0
package/package.json
+1
-1
package/dist/parts/CreateFakeSection2/CreateFakeSection2.d.ts
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
export declare const createFakeSection2: (children: any) => {
2
+
type: string;
3
+
content: any[];
4
+
};
package/dist/parts/CustomTag/CustomTag.d.ts
ADDED
Viewed
@@ -0,0 +1 @@
1
+
export declare const customTag = "x/custom";
package/dist/parts/FakeNode2/FakeNode2.d.ts
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
export declare const fakeNode2: {
2
+
type: string;
3
+
tag: string;
4
+
content: string;
5
+
};
package/dist/parts/SupportsNormalHtmlElements/SupportsNormalHtmlElements.d.ts
ADDED
Viewed
@@ -0,0 +1 @@
1
+
export declare const supportsNormalHtmlElements: boolean;
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@pronto-tools-and-more/components",
3
-
"version": "12.
29
.0",
3
+
"version": "12.
30
.0",
4
4
"description": "",
5
5
"main": "dist/main.js",
6
6
"types": "dist/main.d.ts",