intact-react
Advanced tools
Comparing version 3.0.0-beta.19 to 3.0.0-beta.20
@@ -710,2 +710,3 @@ 'use strict'; | ||
exports.Component = Component; | ||
exports.normalize = normalizeChildren; | ||
Object.keys(intact).forEach(function (k) { | ||
@@ -712,0 +713,0 @@ if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, { |
@@ -683,2 +683,3 @@ 'use strict'; | ||
exports.Component = Component; | ||
exports.normalize = normalizeChildren; | ||
Object.keys(intact).forEach(function (k) { | ||
@@ -685,0 +686,0 @@ if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, { |
@@ -7,2 +7,3 @@ import { Component as IntactComponent, Props, VNodeComponentClass } from 'intact'; | ||
export * from 'intact'; | ||
export { normalizeChildren as normalize }; | ||
declare type ValidReactNode = ReactChild | null | undefined; | ||
@@ -9,0 +10,0 @@ declare type OnEvents<E> = { |
@@ -706,2 +706,2 @@ import { __assign, __extends } from 'tslib'; | ||
export { Component }; | ||
export { Component, normalizeChildren as normalize }; |
@@ -7,2 +7,3 @@ import { Component as IntactComponent, Props, VNodeComponentClass } from 'intact'; | ||
export * from 'intact'; | ||
export { normalizeChildren as normalize }; | ||
declare type ValidReactNode = ReactChild | null | undefined; | ||
@@ -9,0 +10,0 @@ declare type OnEvents<E> = { |
@@ -6,2 +6,3 @@ import { Component as IntactComponent, VNodeComponentClass, IntactDom, Props, ComponentClass } from 'intact'; | ||
export * from 'intact'; | ||
export { normalizeChildren as normalize }; | ||
export interface IntactComponentOptions extends ComponentOptions { | ||
@@ -8,0 +9,0 @@ Component: typeof Component; |
{ | ||
"name": "intact-react", | ||
"version": "3.0.0-beta.19", | ||
"version": "3.0.0-beta.20", | ||
"description": "A compatibility layer for running intact component in React@17", | ||
@@ -32,5 +32,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"intact": "^3.0.0-beta.19", | ||
"intact": "^3.0.0-beta.20", | ||
"tslib": "^2.3.1" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
958174
22825
Updatedintact@^3.0.0-beta.20