@egjs/react-flicking
Advanced tools
Comparing version 4.6.0 to 4.6.1
import * as React from "react"; | ||
declare class NonStrictPanel extends React.Component { | ||
declare class NonStrictPanel extends React.Component<{ | ||
children?: React.ReactElement; | ||
}> { | ||
private _hide; | ||
get nativeElement(): HTMLElement; | ||
get rendered(): boolean; | ||
render(): React.ReactNode; | ||
render(): JSX.Element | undefined; | ||
show(): void; | ||
@@ -8,0 +10,0 @@ hide(): void; |
import * as React from "react"; | ||
declare class StrictPanel extends React.Component { | ||
declare class StrictPanel extends React.Component<{ | ||
children?: React.ReactElement; | ||
}> { | ||
private _hide; | ||
@@ -4,0 +6,0 @@ private _elRef; |
import React from "react"; | ||
declare const ViewportSlot: React.NamedExoticComponent<object>; | ||
declare const ViewportSlot: React.MemoExoticComponent<(props: { | ||
children?: React.ReactElement[]; | ||
}) => JSX.Element>; | ||
export default ViewportSlot; |
@@ -7,3 +7,3 @@ /* | ||
repository: https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking | ||
version: 4.6.0 | ||
version: 4.6.1 | ||
*/ | ||
@@ -434,5 +434,4 @@ 'use strict'; | ||
*/ | ||
var ViewportSlot = React.memo(function (_a) { | ||
var children = _a.children; | ||
return React.createElement(React.Fragment, null, children); | ||
var ViewportSlot = React.memo(function (props) { | ||
return React.createElement(React.Fragment, null, props.children); | ||
}); | ||
@@ -439,0 +438,0 @@ |
@@ -7,3 +7,3 @@ /* | ||
repository: https://github.com/naver/egjs-flicking/tree/master/packages/react-flicking | ||
version: 4.6.0 | ||
version: 4.6.1 | ||
*/ | ||
@@ -434,5 +434,4 @@ import * as React from 'react'; | ||
*/ | ||
var ViewportSlot = React__default.memo(function (_a) { | ||
var children = _a.children; | ||
return React__default.createElement(React__default.Fragment, null, children); | ||
var ViewportSlot = React__default.memo(function (props) { | ||
return React__default.createElement(React__default.Fragment, null, props.children); | ||
}); | ||
@@ -439,0 +438,0 @@ |
{ | ||
"name": "@egjs/react-flicking", | ||
"version": "4.6.0", | ||
"version": "4.6.1", | ||
"description": "Everyday 30 million people experience. It's reliable, flexible and extendable carousel.", | ||
@@ -19,3 +19,3 @@ "main": "dist/flicking.cjs.js", | ||
"dependencies": { | ||
"@egjs/flicking": "~4.6.1", | ||
"@egjs/flicking": "~4.6.2", | ||
"@egjs/list-differ": "^1.0.0" | ||
@@ -29,3 +29,3 @@ }, | ||
"@types/node": "12.0.0", | ||
"@types/react": "16.8.17", | ||
"@types/react": "^18.0.5", | ||
"@types/react-dom": "16.8.4", | ||
@@ -35,7 +35,7 @@ "@types/react-is": "^17.0.0", | ||
"highlight.js": "^9.15.6", | ||
"react": "^16.8.6", | ||
"react": "^18.0.0", | ||
"react-app-rewire-alias": "^1.0.3", | ||
"react-app-rewired": "^2.1.8", | ||
"react-dom": "^16.8.6", | ||
"react-router-dom": "^5.2.0", | ||
"react-dom": "^18.0.0", | ||
"react-router-dom": "^6.3.0", | ||
"react-scripts": "^4.0.3", | ||
@@ -42,0 +42,0 @@ "rollup": "^2.45.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
146621
2061
Updated@egjs/flicking@~4.6.2