@yuno-payments/dashboard-design-system 2.8.3 → 2.8.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yuno-payments/dashboard-design-system",
3
- "version": "2.8.3",
3
+ "version": "2.8.5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "2.8.3",
3
- "generatedAt": "2026-05-04T16:46:27.023Z",
2
+ "version": "2.8.5",
3
+ "generatedAt": "2026-05-04T21:13:09.025Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "AccessDeniedAlert",
@@ -2170,7 +2170,7 @@
2170
2170
  "name": "DataTableCells",
2171
2171
  "category": "molecules",
2172
2172
  "importPath": "@yuno-payments/dashboard-design-system",
2173
- "description": "A table cell that displays a text value with a copy-to-clipboard button. The copy button appears on hover. Supports optional navigation links and start icons (e.g., test credential indicators).",
2173
+ "description": "A table cell that displays a text value with a copy-to-clipboard button. The copy button is always visible. Supports optional navigation links and start icons (e.g., test credential indicators).",
2174
2174
  "whenToUse": [
2175
2175
  "ID columns: Payment IDs, order IDs, transaction IDs",
2176
2176
  "Copyable values: Any value users frequently need to copy",