@synerise/ds-mapping 1.1.33 → 1.1.34

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.1.34](https://github.com/Synerise/synerise-design/compare/@synerise/ds-mapping@1.1.33...@synerise/ds-mapping@1.1.34) (2026-03-20)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-mapping
9
+
6
10
  ## [1.1.33](https://github.com/Synerise/synerise-design/compare/@synerise/ds-mapping@1.1.32...@synerise/ds-mapping@1.1.33) (2026-03-09)
7
11
 
8
12
  **Note:** Version bump only for package @synerise/ds-mapping
package/README.md CHANGED
@@ -39,6 +39,7 @@ import Mapping from '@synerise/ds-mapping'
39
39
  | leftComponent | Component to be rendered in the left column | ({item: T extends BaseItemType, index: number}) => ReactNode | - |
40
40
  | rightComponent | Component to be rendered in the right column | ({item: T extends BaseItemType, index: number}) => ReactNode | - |
41
41
  | centerComponent | Component to be rendered in the center column (optional) | ({item: T extends BaseItemType, index: number}) => ReactNode | - |
42
+ | texts | Override batch-selection toggle button labels | `Partial<MappingTexts>` | - |
42
43
 
43
44
  ### BaseItemType
44
45
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-mapping",
3
- "version": "1.1.33",
3
+ "version": "1.1.34",
4
4
  "description": "Mapping UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -35,12 +35,12 @@
35
35
  ],
36
36
  "types": "dist/index.d.ts",
37
37
  "dependencies": {
38
- "@synerise/ds-button": "^1.5.16",
39
- "@synerise/ds-checkbox": "^1.2.19",
40
- "@synerise/ds-icon": "^1.14.1",
41
- "@synerise/ds-tooltip": "^1.4.8",
42
- "@synerise/ds-typography": "^1.1.11",
43
- "@synerise/ds-utils": "^1.6.0"
38
+ "@synerise/ds-button": "^1.5.17",
39
+ "@synerise/ds-checkbox": "^1.2.20",
40
+ "@synerise/ds-icon": "^1.15.0",
41
+ "@synerise/ds-tooltip": "^1.4.9",
42
+ "@synerise/ds-typography": "^1.1.12",
43
+ "@synerise/ds-utils": "^1.7.0"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@synerise/ds-core": "*",
@@ -49,5 +49,5 @@
49
49
  "react-intl": ">=3.12.0 <= 6.8",
50
50
  "styled-components": "^5.3.3"
51
51
  },
52
- "gitHead": "8dfafc5d7278f09d430f1e7499782d05c76b47c0"
52
+ "gitHead": "8efc031fa688c0b87c7b3915bae93546bb63bcac"
53
53
  }