@synerise/ds-sortable 1.3.7 → 1.3.9

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/CHANGELOG.md CHANGED
@@ -3,78 +3,51 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [1.3.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-sortable@1.3.6...@synerise/ds-sortable@1.3.7) (2025-10-31)
7
-
6
+ ## [1.3.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-sortable@1.3.8...@synerise/ds-sortable@1.3.9) (2026-01-07)
8
7
 
9
- ### Bug Fixes
8
+ **Note:** Version bump only for package @synerise/ds-sortable
10
9
 
11
- * **sortable:** prevent rendering drop label when id is undef ([81898e8](https://github.com/Synerise/synerise-design/commit/81898e87348199cc540ac188b26ea0dd5e621f62))
10
+ ## [1.3.8](https://github.com/Synerise/synerise-design/compare/@synerise/ds-sortable@1.3.7...@synerise/ds-sortable@1.3.8) (2025-12-15)
12
11
 
12
+ **Note:** Version bump only for package @synerise/ds-sortable
13
13
 
14
+ ## [1.3.7](https://github.com/Synerise/synerise-design/compare/@synerise/ds-sortable@1.3.6...@synerise/ds-sortable@1.3.7) (2025-10-31)
14
15
 
16
+ ### Bug Fixes
15
17
 
18
+ - **sortable:** prevent rendering drop label when id is undef ([81898e8](https://github.com/Synerise/synerise-design/commit/81898e87348199cc540ac188b26ea0dd5e621f62))
16
19
 
17
20
  ## [1.3.6](https://github.com/Synerise/synerise-design/compare/@synerise/ds-sortable@1.3.5...@synerise/ds-sortable@1.3.6) (2025-10-10)
18
21
 
19
22
  **Note:** Version bump only for package @synerise/ds-sortable
20
23
 
21
-
22
-
23
-
24
-
25
24
  ## [1.3.5](https://github.com/Synerise/synerise-design/compare/@synerise/ds-sortable@1.3.4...@synerise/ds-sortable@1.3.5) (2025-09-16)
26
25
 
27
26
  **Note:** Version bump only for package @synerise/ds-sortable
28
27
 
29
-
30
-
31
-
32
-
33
28
  ## [1.3.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-sortable@1.3.3...@synerise/ds-sortable@1.3.4) (2025-08-28)
34
29
 
35
30
  **Note:** Version bump only for package @synerise/ds-sortable
36
31
 
37
-
38
-
39
-
40
-
41
32
  ## [1.3.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-sortable@1.3.2...@synerise/ds-sortable@1.3.3) (2025-07-24)
42
33
 
43
34
  **Note:** Version bump only for package @synerise/ds-sortable
44
35
 
45
-
46
-
47
-
48
-
49
36
  ## [1.3.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-sortable@1.3.1...@synerise/ds-sortable@1.3.2) (2025-07-04)
50
37
 
51
-
52
38
  ### Bug Fixes
53
39
 
54
- * **sortable:** fix sorting ([bb697f5](https://github.com/Synerise/synerise-design/commit/bb697f5e1ca38db2ca7b5762e8ba9726c2521381))
55
-
56
-
57
-
58
-
40
+ - **sortable:** fix sorting ([bb697f5](https://github.com/Synerise/synerise-design/commit/bb697f5e1ca38db2ca7b5762e8ba9726c2521381))
59
41
 
60
42
  ## [1.3.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-sortable@1.3.0...@synerise/ds-sortable@1.3.1) (2025-07-01)
61
43
 
62
44
  **Note:** Version bump only for package @synerise/ds-sortable
63
45
 
64
-
65
-
66
-
67
-
68
46
  # [1.3.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-sortable@1.2.0...@synerise/ds-sortable@1.3.0) (2025-06-24)
69
47
 
70
-
71
48
  ### Features
72
49
 
73
- * **condition:** sortable lib ([8cbc3f5](https://github.com/Synerise/synerise-design/commit/8cbc3f5956ce9138f1a6b0a5eb0e7cd85bb7f4e7))
74
-
75
-
76
-
77
-
50
+ - **condition:** sortable lib ([8cbc3f5](https://github.com/Synerise/synerise-design/commit/8cbc3f5956ce9138f1a6b0a5eb0e7cd85bb7f4e7))
78
51
 
79
52
  # [1.2.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-sortable@1.1.3...@synerise/ds-sortable@1.2.0) (2025-06-05)
80
53
 
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  export { useDndMonitor, DragOverlay } from '@dnd-kit/core';
2
+ export type { DraggableAttributes, DraggableSyntheticListeners, } from '@dnd-kit/core';
2
3
  export { arrayMove, useSortable } from '@dnd-kit/sortable';
3
4
  export { CSS } from '@dnd-kit/utilities';
4
5
  export { default } from './Sortable';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-sortable",
3
- "version": "1.3.7",
3
+ "version": "1.3.9",
4
4
  "description": "Sortable UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -21,7 +21,7 @@
21
21
  "build:js": "babel --delete-dir-on-start --root-mode upward src --out-dir dist --extensions '.js,.ts,.tsx'",
22
22
  "build:watch": "npm run build:js -- --watch",
23
23
  "defs": "tsc --declaration --outDir dist/ --emitDeclarationOnly",
24
- "pack:ci": "npm pack --pack-destination ../../storybook/storybook-static/static",
24
+ "pack:ci": "pnpm pack --pack-destination ../../storybook/storybook-static/static",
25
25
  "prepublish": "npm run build",
26
26
  "test": "jest",
27
27
  "test:watch": "npm run test -- --watchAll",
@@ -39,7 +39,7 @@
39
39
  "@dnd-kit/modifiers": "^7.0.0",
40
40
  "@dnd-kit/sortable": "^8.0.0",
41
41
  "@dnd-kit/utilities": "^3.2.2",
42
- "@synerise/ds-utils": "^1.5.0",
42
+ "@synerise/ds-utils": "^1.5.2",
43
43
  "uuid": "^8.3.2"
44
44
  },
45
45
  "peerDependencies": {
@@ -47,5 +47,5 @@
47
47
  "react": ">=16.9.0 <= 18.3.1",
48
48
  "styled-components": "^5.3.3"
49
49
  },
50
- "gitHead": "73989f3707121812fcd54f3e89e80f6228298689"
50
+ "gitHead": "f38e4b2dca1d43c39af0b189c93808de62c11e9b"
51
51
  }