Skip to content

Commit

Permalink
feat: point-light
Browse files Browse the repository at this point in the history
  • Loading branch information
sheepbox8646 committed Sep 16, 2024
1 parent 4349e27 commit cedf1d6
Show file tree
Hide file tree
Showing 34 changed files with 128 additions and 83 deletions.
5 changes: 5 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/vuemotion.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion extensions/chart/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-chart",
"type": "module",
"version": "0.0.1",
"version": "0.3.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/code/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-code",
"type": "module",
"version": "0.0.1",
"version": "0.3.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/geometry/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-geometry",
"type": "module",
"version": "0.0.1",
"version": "0.3.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-layout",
"type": "module",
"version": "0.0.1",
"version": "0.3.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/lights/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-lights",
"type": "module",
"version": "0.0.1",
"version": "0.3.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down
2 changes: 2 additions & 0 deletions extensions/lights/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export type { PointLightOptions } from './point-light.vue'
export { default as PointLight } from './point-light.vue'
2 changes: 1 addition & 1 deletion extensions/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-markdown",
"type": "module",
"version": "0.0.1",
"version": "0.3.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/math/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-math",
"type": "module",
"version": "0.0.1",
"version": "0.3.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/mindmap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-mindmap",
"type": "module",
"version": "0.0.1",
"version": "0.3.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/platform/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-platform",
"type": "module",
"version": "0.0.1",
"version": "0.3.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/table/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-table",
"type": "module",
"version": "0.0.1",
"version": "0.3.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/three/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-three",
"type": "module",
"version": "0.0.1",
"version": "0.3.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/typst/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-typst",
"type": "module",
"version": "0.0.1",
"version": "0.3.0",
"description": "The components and hooks of vue-motion",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion extensions/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/extension-ui",
"type": "module",
"version": "0.0.1",
"version": "0.3.0",
"description": "The components and hooks of vue-motion of Vuejs",
"author": "BugDuck Team",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-motion",
"type": "module",
"version": "0.0.1",
"version": "0.3.0",
"packageManager": "pnpm@9.1.0",
"description": "The modern font-end SVG animation engine.",
"author": "BugDuck Team",
Expand Down
64 changes: 32 additions & 32 deletions packages/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vue-motion/app",
"type": "module",
"version": "0.2.1",
"version": "0.3.0",
"scripts": {
"dev": "vite",
"dev:tw": "npx tailwindcss -i ./src/style.css -o ./src/output.css --watch",
Expand Down
Loading

0 comments on commit cedf1d6

Please sign in to comment.