Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pointer: Replace old primitives with createPointers #697

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/pointer/dev/index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createPointerListeners, pointerHover, createPointerList } from "../src/index.js";
import { createPointerListeners, pointerHover, createPointerList } from "../src/index-ols.js";
import { Component, createSignal, For } from "solid-js";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file does not exist.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haven’t touched demo yet
well I did
but by mistake
it’s wip :)


pointerHover;
Expand Down
9 changes: 2 additions & 7 deletions packages/pointer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
"name": "pointer",
"stage": 2,
"list": [
"createPointerListeners",
"createPerPointerListeners",
"createPointerPosition",
"createPointerList"
"createPointers"
],
"category": "Inputs"
},
Expand Down Expand Up @@ -57,9 +54,7 @@
"test:ssr": "pnpm run vitest --mode ssr"
},
"dependencies": {
"@solid-primitives/event-listener": "workspace:^",
"@solid-primitives/rootless": "workspace:^",
"@solid-primitives/utils": "workspace:^"
"@solid-primitives/event-listener": "workspace:^"
},
"peerDependencies": {
"solid-js": "^1.6.12"
Expand Down
73 changes: 0 additions & 73 deletions packages/pointer/src/helpers.ts

This file was deleted.

Loading
Loading