fluid-dnd 1.3.3-beta.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/dist/fluid-dnd.svg +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
@@ -68,5 +68,4 @@ If you're interested in contributing to [fluid-dnd](https://github.com/carlosjor
|
|
68
68
|
|
69
69
|
## 🔑 License
|
70
70
|
|
71
|
-
- [MIT](https://github.com/carlosjorger/fluid-dnd/blob/main/LICENSE).
|
72
|
-
<!-- TODO: all tes project inside test folder-->
|
71
|
+
- [MIT](https://github.com/carlosjorger/fluid-dnd/blob/main/LICENSE).
|
package/dist/fluid-dnd.svg
CHANGED
@@ -3,8 +3,8 @@
|
|
3
3
|
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
4
4
|
viewBox="0 0 29.11 30.13" style="enable-background:new 0 0 29.11 30.13;" xml:space="preserve">
|
5
5
|
<style type="text/css">
|
6
|
-
.st0{fill:#
|
7
|
-
.st1{fill:none;stroke:#
|
6
|
+
.st0{fill:#95d4e9;}
|
7
|
+
.st1{fill:none;stroke:#95d4e9;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;}
|
8
8
|
</style>
|
9
9
|
<g>
|
10
10
|
<path class="st0" d="M28.15,15.78c0,0.5-0.07,0.96-0.15,1.34c-0.14,0.57-0.31,0.95-0.33,0.95c0.04-0.2,0.07-0.49,0.1-0.8
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "fluid-dnd",
|
3
|
-
"version": "
|
3
|
+
"version": "2.0.0",
|
4
4
|
"description": "An agnostic drag and drop library to sort all kind of lists. With current support for vue, react and svelte",
|
5
5
|
"type": "module",
|
6
6
|
"homepage": "https://fluid-dnd.netlify.app",
|