@synerise/ds-description 2.0.2 → 2.0.4

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,18 @@
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
+ ## [2.0.4](https://github.com/Synerise/synerise-design/compare/@synerise/ds-description@2.0.3...@synerise/ds-description@2.0.4) (2026-09-18)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-description
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.0.3](https://github.com/Synerise/synerise-design/compare/@synerise/ds-description@2.0.2...@synerise/ds-description@2.0.3) (2026-09-16)
15
+
16
+ **Note:** Version bump only for package @synerise/ds-description
17
+
6
18
  ## [2.0.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-description@2.0.1...@synerise/ds-description@2.0.2) (2026-09-08)
7
19
 
8
20
  **Note:** Version bump only for package @synerise/ds-description
package/dist/index.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export { default } from './Description';
2
- export { default as DescriptionRow } from './Row/DescriptionRow';
3
2
  export { default as DescriptionCopyable } from './Row/Copy';
3
+ export { default as DescriptionRow } from './Row/DescriptionRow';
package/dist/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { default as default2 } from "./Description.js";
2
- import { default as default3 } from "./Row/DescriptionRow.js";
3
- import { default as default4 } from "./Row/Copy.js";
2
+ import { default as default3 } from "./Row/Copy.js";
3
+ import { default as default4 } from "./Row/DescriptionRow.js";
4
4
  export {
5
- default4 as DescriptionCopyable,
6
- default3 as DescriptionRow,
5
+ default3 as DescriptionCopyable,
6
+ default4 as DescriptionRow,
7
7
  default2 as default
8
8
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-description",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "description": "Description UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -42,10 +42,10 @@
42
42
  ],
43
43
  "types": "dist/index.d.ts",
44
44
  "dependencies": {
45
- "@synerise/ds-copy-icon": "^2.0.2",
46
- "@synerise/ds-icon": "^2.1.0",
47
- "@synerise/ds-tooltip": "^2.0.2",
48
- "@synerise/ds-utils": "^2.0.0",
45
+ "@synerise/ds-copy-icon": "^2.0.4",
46
+ "@synerise/ds-icon": "^2.1.2",
47
+ "@synerise/ds-tooltip": "^2.0.4",
48
+ "@synerise/ds-utils": "^2.1.1",
49
49
  "classnames": "^2.5.1"
50
50
  },
51
51
  "devDependencies": {
@@ -58,5 +58,5 @@
58
58
  "react-intl": ">=3.12.0 <= 6.8",
59
59
  "styled-components": "^5.3.3"
60
60
  },
61
- "gitHead": "e0dced8fd3a1194eff2fafc1b7e385b29238af88"
61
+ "gitHead": "b1d905617dfb186b5d80966d63ce55bf29df743d"
62
62
  }