@egjs/react-flicking
Advanced tools
Comparing version 4.0.2 to 4.0.3
import Flicking from "./Flicking"; | ||
export * from "@egjs/flicking"; | ||
export * from "./types"; | ||
export default Flicking; |
@@ -687,8 +687,3 @@ /* | ||
/* | ||
* Copyright (c) 2015 NAVER Corp. | ||
* egjs projects are licensed under the MIT license | ||
*/ | ||
module.exports = Flicking; | ||
//# sourceMappingURL=flicking.cjs.js.map |
@@ -11,3 +11,4 @@ /* | ||
import ListDiffer from '@egjs/list-differ'; | ||
import VanillaFlicking, { ExternalPanel, ExternalRenderer, EVENTS, sync, getRenderingPanels, withFlickingMethods } from '@egjs/flicking'; | ||
import VanillaFlicking__default, { ExternalPanel, ExternalRenderer, EVENTS, sync, getRenderingPanels, withFlickingMethods } from '@egjs/flicking'; | ||
export * from '@egjs/flicking'; | ||
import { isFragment } from 'react-is'; | ||
@@ -469,3 +470,3 @@ import { findDOMNode } from 'react-dom'; | ||
var props = this.props; | ||
var flicking = new VanillaFlicking(this._viewportElement, __assign(__assign({}, props), { | ||
var flicking = new VanillaFlicking__default(this._viewportElement, __assign(__assign({}, props), { | ||
renderExternal: { | ||
@@ -604,3 +605,3 @@ renderer: ReactRenderer, | ||
for (var name_1 in props) { | ||
if (!(name_1 in DEFAULT_PROPS) && !(name_1 in VanillaFlicking.prototype)) { | ||
if (!(name_1 in DEFAULT_PROPS) && !(name_1 in VanillaFlicking__default.prototype)) { | ||
attributes[name_1] = props[name_1]; | ||
@@ -607,0 +608,0 @@ } |
{ | ||
"name": "@egjs/react-flicking", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Everyday 30 million people experience. It's reliable, flexible and extendable carousel.", | ||
@@ -13,3 +13,3 @@ "main": "dist/flicking.cjs.js", | ||
"build": "rollup -c && npm run declaration", | ||
"postbuild": "cpx 'node_modules/@egjs/flicking/dist/*.css' dist/", | ||
"postbuild": "cpx 'node_modules/@egjs/flicking/dist/*.{css,css.map}' dist/", | ||
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json", | ||
@@ -16,0 +16,0 @@ "test": "react-scripts test", |
@@ -7,4 +7,5 @@ /* | ||
export * from "@egjs/flicking"; | ||
export * from "./types"; | ||
export default Flicking; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
69314
32
1678