@synerise/ds-description 1.0.9 → 1.1.0

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,25 @@
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.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-description@1.0.10...@synerise/ds-description@1.1.0) (2025-06-24)
7
+
8
+
9
+ ### Features
10
+
11
+ * **factors:** array factor type ([195d328](https://github.com/Synerise/synerise-design/commit/195d3286e98b5f07fc9c1e56001e6ae844b7a080))
12
+
13
+
14
+
15
+
16
+
17
+ ## [1.0.10](https://github.com/Synerise/synerise-design/compare/@synerise/ds-description@1.0.9...@synerise/ds-description@1.0.10) (2025-06-05)
18
+
19
+ **Note:** Version bump only for package @synerise/ds-description
20
+
21
+
22
+
23
+
24
+
6
25
  ## [1.0.9](https://github.com/Synerise/synerise-design/compare/@synerise/ds-description@1.0.8...@synerise/ds-description@1.0.9) (2025-05-26)
7
26
 
8
27
 
package/dist/Row/Copy.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import React, { useState, useMemo, useCallback } from 'react';
2
- import Tooltip from '@synerise/ds-tooltip/dist/Tooltip';
2
+ import Tooltip from '@synerise/ds-tooltip';
3
3
  import Icon, { CopyClipboardM } from '@synerise/ds-icon';
4
4
  import copy from 'copy-to-clipboard';
5
5
  import { useIntl } from 'react-intl';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-description",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "description": "Description UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -34,9 +34,9 @@
34
34
  ],
35
35
  "types": "dist/index.d.ts",
36
36
  "dependencies": {
37
- "@synerise/ds-icon": "^1.5.1",
38
- "@synerise/ds-tooltip": "^1.1.8",
39
- "@synerise/ds-utils": "^1.1.1",
37
+ "@synerise/ds-icon": "^1.5.3",
38
+ "@synerise/ds-tooltip": "^1.1.10",
39
+ "@synerise/ds-utils": "^1.3.0",
40
40
  "classnames": "2.3.2"
41
41
  },
42
42
  "peerDependencies": {
@@ -46,5 +46,5 @@
46
46
  "react-intl": ">=3.12.0 <= 6.8",
47
47
  "styled-components": "^5.3.3"
48
48
  },
49
- "gitHead": "9e9cc54e3690b4d51323f91c81b3b79305984da6"
49
+ "gitHead": "f2713cd35cfe22f63a159f05144585834897a132"
50
50
  }