@synerise/ds-core 1.8.0 → 1.8.1

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,14 @@
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.8.1](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.8.0...@synerise/ds-core@1.8.1) (2025-11-28)
7
+
8
+ **Note:** Version bump only for package @synerise/ds-core
9
+
10
+
11
+
12
+
13
+
6
14
  # [1.8.0](https://github.com/synerise/synerise-design/compare/@synerise/ds-core@1.7.1...@synerise/ds-core@1.8.0) (2025-11-06)
7
15
 
8
16
 
package/dist/i18n/en.json CHANGED
@@ -28,6 +28,10 @@
28
28
  "RECENT": "Recent",
29
29
  "ALL": "All"
30
30
  },
31
+ "COPY-ICON": {
32
+ "COPIED": "Copied!",
33
+ "COPY-VALUE": "Copy"
34
+ },
31
35
  "DESCRIPTION": {
32
36
  "COPY-VALUE": "Copy value",
33
37
  "COPIED": "Copied"
@@ -458,6 +458,10 @@ declare const _default: {
458
458
  RECENT: string;
459
459
  ALL: string;
460
460
  };
461
+ "COPY-ICON": {
462
+ COPIED: string;
463
+ "COPY-VALUE": string;
464
+ };
461
465
  DESCRIPTION: {
462
466
  "COPY-VALUE": string;
463
467
  COPIED: string;
@@ -1922,6 +1926,10 @@ declare const _default: {
1922
1926
  RECENT: string;
1923
1927
  ALL: string;
1924
1928
  };
1929
+ "COPY-ICON": {
1930
+ COPIED: string;
1931
+ "COPY-VALUE": string;
1932
+ };
1925
1933
  DESCRIPTION: {
1926
1934
  "COPY-VALUE": string;
1927
1935
  COPIED: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-core",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "Core Components for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "synerise/synerise-design",
@@ -57,5 +57,5 @@
57
57
  "hex-rgb": "^5.0.0",
58
58
  "less-vars-to-js": "^1.3.0"
59
59
  },
60
- "gitHead": "cbbb7d9f155735bcc4035d8fd8a7813878d6e051"
60
+ "gitHead": "d5bd7fbc9d840ac30e2b79b36c451b486e178445"
61
61
  }