Skip to content

Commit 0780d7a

Browse files
committed
chore: publish packages
1 parent 05f6f22 commit 0780d7a

File tree

13 files changed

+40
-40
lines changed

13 files changed

+40
-40
lines changed

packages/lit-moveable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lit-moveable",
3-
"version": "0.15.1",
3+
"version": "0.16.0",
44
"description": "A Lit Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable.",
55
"types": "declaration/index.d.ts",
66
"main": "dist/moveable.cjs.js",
@@ -62,6 +62,6 @@
6262
"dependencies": {
6363
"@daybrush/utils": "^1.10.0",
6464
"framework-utils": "^1.1.0",
65-
"moveable": "~0.38.1"
65+
"moveable": "~0.39.0"
6666
}
6767
}

packages/moveable/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moveable",
3-
"version": "0.38.1",
3+
"version": "0.39.0",
44
"description": "Moveable is Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable, Snappable.",
55
"main": "./dist/moveable.cjs.js",
66
"module": "./dist/moveable.esm.js",
@@ -62,8 +62,8 @@
6262
],
6363
"dependencies": {
6464
"@scena/event-emitter": "^1.0.5",
65-
"react-compat-moveable": "~0.26.1",
66-
"react-moveable": "~0.41.1",
65+
"react-compat-moveable": "~0.27.0",
66+
"react-moveable": "~0.42.0",
6767
"react-simple-compat": "^1.2.3"
6868
},
6969
"devDependencies": {

packages/ngx-moveable/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"private": true,
1616
"lernaHelperPublishPath": "./dist/ngx-moveable",
1717
"dependencies": {
18-
"moveable": "~0.38.1",
18+
"moveable": "~0.39.0",
1919
"rxjs": "~7.4.0",
2020
"scenejs": "1.2.0",
2121
"tslib": "^2.3.0",

packages/ngx-moveable/projects/ngx-moveable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-moveable",
3-
"version": "0.35.1",
3+
"version": "0.36.0",
44
"description": "An Angular Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable, Snappable.",
55
"repository": {
66
"type": "git",
@@ -47,6 +47,6 @@
4747
},
4848
"dependencies": {
4949
"framework-utils": "^1.1.0",
50-
"moveable": "~0.38.1"
50+
"moveable": "~0.39.0"
5151
}
5252
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// auto
22
// eslint-disable-next-line max-len
33
export const ANGULAR_MOVEABLE_INPUTS: ["target","dragTarget","container","portalContainer","rootContainer","useResizeObserver","zoom","transformOrigin","edge","ables","className","pinchThreshold","pinchOutside","triggerAblesSimultaneously","checkInput","cspNonce","translateZ","hideDefaultLines","props","flushSync","stopPropagation","preventClickEventOnDrag","preventClickDefault","viewContainer","persistData","firstRenderState","snappable","snapContainer","snapDirections","elementSnapDirections","snapGap","snapGridWidth","snapGridHeight","isDisplaySnapDigit","isDisplayInnerSnapDigit","snapDigit","snapThreshold","snapRenderThreshold","horizontalGuidelines","verticalGuidelines","elementGuidelines","bounds","innerBounds","snapDistFormat","maxSnapElementGuidelineDistance","maxSnapElementGapDistance","pinchable","draggable","throttleDrag","throttleDragRotate","startDragRotate","edgeDraggable","resizable","throttleResize","renderDirections","keepRatio","resizeFormat","keepRatioFinally","scalable","throttleScale","warpable","rotatable","rotationPosition","throttleRotate","rotationTarget","rotateAroundControls","resolveAblesWithRotatable","scrollable","scrollContainer","scrollThreshold","getScrollPosition","padding","origin","originDraggable","originRelative","clippable","defaultClipPath","customClipPath","clipRelative","clipArea","dragWithClip","clipTargetBounds","clipVerticalGuidelines","clipHorizontalGuidelines","clipSnapThreshold","roundable","roundRelative","minRoundControls","maxRoundControls","roundClickable","roundPadding","isDisplayShadowRoundControls","defaultGroupRotate","defaultGroupOrigin","groupable","targetGroups","hideChildMoveableDefaultLines","individualGroupable","clickable","dragArea","passDragArea"] = ["target","dragTarget","container","portalContainer","rootContainer","useResizeObserver","zoom","transformOrigin","edge","ables","className","pinchThreshold","pinchOutside","triggerAblesSimultaneously","checkInput","cspNonce","translateZ","hideDefaultLines","props","flushSync","stopPropagation","preventClickEventOnDrag","preventClickDefault","viewContainer","persistData","firstRenderState","snappable","snapContainer","snapDirections","elementSnapDirections","snapGap","snapGridWidth","snapGridHeight","isDisplaySnapDigit","isDisplayInnerSnapDigit","snapDigit","snapThreshold","snapRenderThreshold","horizontalGuidelines","verticalGuidelines","elementGuidelines","bounds","innerBounds","snapDistFormat","maxSnapElementGuidelineDistance","maxSnapElementGapDistance","pinchable","draggable","throttleDrag","throttleDragRotate","startDragRotate","edgeDraggable","resizable","throttleResize","renderDirections","keepRatio","resizeFormat","keepRatioFinally","scalable","throttleScale","warpable","rotatable","rotationPosition","throttleRotate","rotationTarget","rotateAroundControls","resolveAblesWithRotatable","scrollable","scrollContainer","scrollThreshold","getScrollPosition","padding","origin","originDraggable","originRelative","clippable","defaultClipPath","customClipPath","clipRelative","clipArea","dragWithClip","clipTargetBounds","clipVerticalGuidelines","clipHorizontalGuidelines","clipSnapThreshold","roundable","roundRelative","minRoundControls","maxRoundControls","roundClickable","roundPadding","isDisplayShadowRoundControls","defaultGroupRotate","defaultGroupOrigin","groupable","targetGroups","hideChildMoveableDefaultLines","individualGroupable","clickable","dragArea","passDragArea"];
4-
export const ANGULAR_MOVEABLE_OUTPUTS: ["beforeRenderStart","beforeRender","beforeRenderEnd","beforeRenderGroupStart","beforeRenderGroup","beforeRenderGroupEnd","snap","pinchStart","pinch","pinchEnd","pinchGroupStart","pinchGroup","pinchGroupEnd","dragStart","drag","dragEnd","dragGroupStart","dragGroup","dragGroupEnd","resizeStart","beforeResize","resize","resizeEnd","resizeGroupStart","beforeResizeGroup","resizeGroup","resizeGroupEnd","scaleStart","beforeScale","scale","scaleEnd","scaleGroupStart","beforeScaleGroup","scaleGroup","scaleGroupEnd","warpStart","warp","warpEnd","rotateStart","beforeRotate","rotate","rotateEnd","rotateGroupStart","beforeRotateGroup","rotateGroup","rotateGroupEnd","scroll","scrollGroup","dragOriginStart","dragOrigin","dragOriginEnd","clipStart","clip","clipEnd","roundStart","round","roundEnd","click","clickGroup","renderStart","render","renderEnd","renderGroupStart","renderGroup","renderGroupEnd"] = ["beforeRenderStart","beforeRender","beforeRenderEnd","beforeRenderGroupStart","beforeRenderGroup","beforeRenderGroupEnd","snap","pinchStart","pinch","pinchEnd","pinchGroupStart","pinchGroup","pinchGroupEnd","dragStart","drag","dragEnd","dragGroupStart","dragGroup","dragGroupEnd","resizeStart","beforeResize","resize","resizeEnd","resizeGroupStart","beforeResizeGroup","resizeGroup","resizeGroupEnd","scaleStart","beforeScale","scale","scaleEnd","scaleGroupStart","beforeScaleGroup","scaleGroup","scaleGroupEnd","warpStart","warp","warpEnd","rotateStart","beforeRotate","rotate","rotateEnd","rotateGroupStart","beforeRotateGroup","rotateGroup","rotateGroupEnd","scroll","scrollGroup","dragOriginStart","dragOrigin","dragOriginEnd","clipStart","clip","clipEnd","roundStart","round","roundEnd","click","clickGroup","renderStart","render","renderEnd","renderGroupStart","renderGroup","renderGroupEnd"];
4+
export const ANGULAR_MOVEABLE_OUTPUTS: ["beforeRenderStart","beforeRender","beforeRenderEnd","beforeRenderGroupStart","beforeRenderGroup","beforeRenderGroupEnd","changeTargets","snap","pinchStart","pinch","pinchEnd","pinchGroupStart","pinchGroup","pinchGroupEnd","dragStart","drag","dragEnd","dragGroupStart","dragGroup","dragGroupEnd","resizeStart","beforeResize","resize","resizeEnd","resizeGroupStart","beforeResizeGroup","resizeGroup","resizeGroupEnd","scaleStart","beforeScale","scale","scaleEnd","scaleGroupStart","beforeScaleGroup","scaleGroup","scaleGroupEnd","warpStart","warp","warpEnd","rotateStart","beforeRotate","rotate","rotateEnd","rotateGroupStart","beforeRotateGroup","rotateGroup","rotateGroupEnd","scroll","scrollGroup","dragOriginStart","dragOrigin","dragOriginEnd","clipStart","clip","clipEnd","roundStart","round","roundEnd","click","clickGroup","renderStart","render","renderEnd","renderGroupStart","renderGroup","renderGroupEnd"] = ["beforeRenderStart","beforeRender","beforeRenderEnd","beforeRenderGroupStart","beforeRenderGroup","beforeRenderGroupEnd","changeTargets","snap","pinchStart","pinch","pinchEnd","pinchGroupStart","pinchGroup","pinchGroupEnd","dragStart","drag","dragEnd","dragGroupStart","dragGroup","dragGroupEnd","resizeStart","beforeResize","resize","resizeEnd","resizeGroupStart","beforeResizeGroup","resizeGroup","resizeGroupEnd","scaleStart","beforeScale","scale","scaleEnd","scaleGroupStart","beforeScaleGroup","scaleGroup","scaleGroupEnd","warpStart","warp","warpEnd","rotateStart","beforeRotate","rotate","rotateEnd","rotateGroupStart","beforeRotateGroup","rotateGroup","rotateGroupEnd","scroll","scrollGroup","dragOriginStart","dragOrigin","dragOriginEnd","clipStart","clip","clipEnd","roundStart","round","roundEnd","click","clickGroup","renderStart","render","renderEnd","renderGroupStart","renderGroup","renderGroupEnd"];

packages/preact-moveable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preact-moveable",
3-
"version": "0.40.1",
3+
"version": "0.41.0",
44
"description": "A Preact Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Pinchable, Groupable, Snappable.",
55
"main": "./dist/moveable.cjs.js",
66
"module": "./dist/moveable.esm.js",
@@ -65,6 +65,6 @@
6565
},
6666
"dependencies": {
6767
"preact-css-styled": "^1.0.4",
68-
"react-moveable": "~0.41.1"
68+
"react-moveable": "~0.42.0"
6969
}
7070
}

packages/react-compat-moveable/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-compat-moveable",
3-
"version": "0.26.1",
3+
"version": "0.27.0",
44
"description": "A React Compat Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Pinchable, Groupable, Snappable.",
55
"main": "./dist/moveable.cjs.js",
66
"module": "./dist/moveable.esm.js",
@@ -55,7 +55,7 @@
5555
"devDependencies": {
5656
"@daybrush/builder": "^0.1.0",
5757
"@scenejs/effects": "^1.0.1",
58-
"@types/react": "~16.9.17",
58+
"@types/react": "^16.9.17",
5959
"keycon": "^0.3.0",
6060
"print-sizes": "^0.1.0",
6161
"pvu": "^0.6.1",
@@ -81,6 +81,6 @@
8181
"overlap-area": "^1.1.0",
8282
"react-compat-css-styled": "^1.0.9",
8383
"react-css-styled": "^1.0.4",
84-
"react-moveable": "~0.41.1"
84+
"react-moveable": "~0.42.0"
8585
}
8686
}

packages/react-moveable/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-moveable",
3-
"version": "0.41.1",
3+
"version": "0.42.0",
44
"description": "A React Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable.",
55
"main": "./dist/moveable.cjs.js",
66
"module": "./dist/moveable.esm.js",
@@ -56,7 +56,7 @@
5656
"homepage": "https://daybrush.com/moveable",
5757
"devDependencies": {
5858
"@babel/core": "^7.7.2",
59-
"@croffle/bakery": "^0.0.6",
59+
"@croffle/bakery": "^0.0.8",
6060
"@daybrush/builder": "^0.1.0",
6161
"@daybrush/tester": "^0.1.3",
6262
"@egjs/build-helper": "^0.1.2",
@@ -80,7 +80,7 @@
8080
"@typescript-eslint/eslint-plugin": "^3.9.1",
8181
"@typescript-eslint/parser": "^3.9.1",
8282
"babel-loader": "^8.0.6",
83-
"croffle": "^0.0.4",
83+
"croffle": "^0.0.6",
8484
"css-loader": "^5.0.1",
8585
"eslint": "^7.7.0",
8686
"eslint-plugin-import": "^2.22.1",

packages/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@daybrush/utils": "^1.10.0",
1515
"moveable-helper": "^0.4.0",
1616
"react-infinite-viewer": "^0.11.0",
17-
"react-moveable": "~0.41.1",
17+
"react-moveable": "~0.42.0",
1818
"storybook-addon-preview": "^2.2.0"
1919
},
2020
"devDependencies": {

packages/svelte-moveable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-moveable",
3-
"version": "0.30.1",
3+
"version": "0.31.0",
44
"description": "A Svelte Component that create Moveable, Draggable, Resizable, Scalable, Rotatable, Warpable, Pinchable, Groupable.",
55
"svelte": "./src/index.js",
66
"main": "./dist/moveable.cjs.js",
@@ -64,7 +64,7 @@
6464
},
6565
"dependencies": {
6666
"framework-utils": "^1.1.0",
67-
"moveable": "~0.38.1"
67+
"moveable": "~0.39.0"
6868
},
6969
"scripts": {
7070
"build": "rollup -c rollup.build.config.js && print-sizes ./dist",

0 commit comments

Comments
 (0)