@synerise/ds-block 1.0.41 → 1.0.42

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,6 +3,10 @@
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.0.42](https://github.com/Synerise/synerise-design/compare/@synerise/ds-block@1.0.41...@synerise/ds-block@1.0.42) (2026-03-20)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-block
9
+
6
10
  ## [1.0.41](https://github.com/Synerise/synerise-design/compare/@synerise/ds-block@1.0.40...@synerise/ds-block@1.0.41) (2026-03-09)
7
11
 
8
12
  **Note:** Version bump only for package @synerise/ds-block
package/README.md CHANGED
@@ -3,6 +3,8 @@ id: block
3
3
  title: Block
4
4
  ---
5
5
 
6
+ > **DEPRECATED.** This component will receive no further updates and will be removed from a future DS version. Do not use in new code.
7
+
6
8
  Block UI Component
7
9
 
8
10
  ## Installation
@@ -33,3 +35,4 @@ import Block from '@synerise/ds-block'
33
35
  | children | Header name | React.ReactNode / string | - |
34
36
  | isDragging | Return `true`if Block is being dragged | boolean | - |
35
37
  | icon | Block icon component | React.ReactNode | - |
38
+ | className | Extra CSS class on the wrapper element | string | - |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-block",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "description": "Block UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -35,8 +35,8 @@
35
35
  ],
36
36
  "types": "dist/index.d.ts",
37
37
  "dependencies": {
38
- "@synerise/ds-icon": "^1.14.1",
39
- "@synerise/ds-typography": "^1.1.11"
38
+ "@synerise/ds-icon": "^1.15.0",
39
+ "@synerise/ds-typography": "^1.1.12"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@synerise/ds-core": "*",
@@ -44,5 +44,5 @@
44
44
  "react": ">=16.9.0 <= 18.3.1",
45
45
  "styled-components": "^5.3.3"
46
46
  },
47
- "gitHead": "8dfafc5d7278f09d430f1e7499782d05c76b47c0"
47
+ "gitHead": "8efc031fa688c0b87c7b3915bae93546bb63bcac"
48
48
  }