@synerise/ds-sortable 1.3.7 → 1.3.8

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,47 @@
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
-
8
-
9
- ### Bug Fixes
10
-
11
- * **sortable:** prevent rendering drop label when id is undef ([81898e8](https://github.com/Synerise/synerise-design/commit/81898e87348199cc540ac188b26ea0dd5e621f62))
6
+ ## [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
7
 
8
+ **Note:** Version bump only for package @synerise/ds-sortable
13
9
 
10
+ ## [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
11
 
12
+ ### Bug Fixes
15
13
 
14
+ - **sortable:** prevent rendering drop label when id is undef ([81898e8](https://github.com/Synerise/synerise-design/commit/81898e87348199cc540ac188b26ea0dd5e621f62))
16
15
 
17
16
  ## [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
17
 
19
18
  **Note:** Version bump only for package @synerise/ds-sortable
20
19
 
21
-
22
-
23
-
24
-
25
20
  ## [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
21
 
27
22
  **Note:** Version bump only for package @synerise/ds-sortable
28
23
 
29
-
30
-
31
-
32
-
33
24
  ## [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
25
 
35
26
  **Note:** Version bump only for package @synerise/ds-sortable
36
27
 
37
-
38
-
39
-
40
-
41
28
  ## [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
29
 
43
30
  **Note:** Version bump only for package @synerise/ds-sortable
44
31
 
45
-
46
-
47
-
48
-
49
32
  ## [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
33
 
51
-
52
34
  ### Bug Fixes
53
35
 
54
- * **sortable:** fix sorting ([bb697f5](https://github.com/Synerise/synerise-design/commit/bb697f5e1ca38db2ca7b5762e8ba9726c2521381))
55
-
56
-
57
-
58
-
36
+ - **sortable:** fix sorting ([bb697f5](https://github.com/Synerise/synerise-design/commit/bb697f5e1ca38db2ca7b5762e8ba9726c2521381))
59
37
 
60
38
  ## [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
39
 
62
40
  **Note:** Version bump only for package @synerise/ds-sortable
63
41
 
64
-
65
-
66
-
67
-
68
42
  # [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
43
 
70
-
71
44
  ### Features
72
45
 
73
- * **condition:** sortable lib ([8cbc3f5](https://github.com/Synerise/synerise-design/commit/8cbc3f5956ce9138f1a6b0a5eb0e7cd85bb7f4e7))
74
-
75
-
76
-
77
-
46
+ - **condition:** sortable lib ([8cbc3f5](https://github.com/Synerise/synerise-design/commit/8cbc3f5956ce9138f1a6b0a5eb0e7cd85bb7f4e7))
78
47
 
79
48
  # [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
49
 
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.8",
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.1",
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": "b1279d5354132a2bf0b6f0cfa343db4c6c928f72"
51
51
  }