-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New prop to allow touch and mouse events
- Loading branch information
Fidel Seehawer
authored and
Fidel Seehawer
committed
Nov 16, 2023
1 parent
4b62040
commit 3968c21
Showing
6 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"files": { | ||
"main.css": "/react-circular-slider/static/css/main.c5642d7e.css", | ||
"main.js": "/react-circular-slider/static/js/main.a052b78d.js", | ||
"main.js": "/react-circular-slider/static/js/main.030e7694.js", | ||
"static/media/drag.svg": "/react-circular-slider/static/media/drag.eb30d0a770139a33298cfd390df5a3ba.svg", | ||
"static/media/emoji.svg": "/react-circular-slider/static/media/emoji.eb4874606fc31f03261796c0f6e5d71c.svg", | ||
"index.html": "/react-circular-slider/index.html", | ||
"main.c5642d7e.css.map": "/react-circular-slider/static/css/main.c5642d7e.css.map", | ||
"main.a052b78d.js.map": "/react-circular-slider/static/js/main.a052b78d.js.map" | ||
"main.030e7694.js.map": "/react-circular-slider/static/js/main.030e7694.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/css/main.c5642d7e.css", | ||
"static/js/main.a052b78d.js" | ||
"static/js/main.030e7694.js" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="/react-circular-slider/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="logo192.png"/><link rel="manifest" href="/react-circular-slider/manifest.json"/><title>react-circular-slider</title><script defer="defer" src="/react-circular-slider/static/js/main.a052b78d.js"></script><link href="/react-circular-slider/static/css/main.c5642d7e.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> | ||
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="/react-circular-slider/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="logo192.png"/><link rel="manifest" href="/react-circular-slider/manifest.json"/><title>react-circular-slider</title><script defer="defer" src="/react-circular-slider/static/js/main.030e7694.js"></script><link href="/react-circular-slider/static/css/main.c5642d7e.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.