@deskpro/apps-components
Advanced tools
Comparing version 0.11.0 to 0.12.0-alpha.0
@@ -85,7 +85,7 @@ 'use strict'; | ||
'dt', | ||
{ className: 'dp-DataDefListKey' }, | ||
{ key: 'dt-' + label + '-' + value, className: 'dp-DataDefListKey' }, | ||
label | ||
), _react2.default.createElement( | ||
'dd', | ||
{ className: 'dp-DataDefListValue' }, | ||
{ key: 'dd-' + label + '-' + value, className: 'dp-DataDefListValue' }, | ||
value | ||
@@ -92,0 +92,0 @@ )]; |
{ | ||
"name": "@deskpro/apps-components", | ||
"version": "0.11.0", | ||
"version": "0.12.0-alpha.0", | ||
"author": "DeskPRO <support@deskpro.com>", | ||
@@ -35,3 +35,3 @@ "license": "BSD 3-Clause License", | ||
"dependencies": { | ||
"@deskpro/apps-components-style": "^0.11.0", | ||
"@deskpro/apps-components-style": "^0.12.0-alpha.0", | ||
"classnames": "^2.2.6", | ||
@@ -38,0 +38,0 @@ "i18next": "11.9.0", |
@@ -61,4 +61,4 @@ import React from 'react'; | ||
return [ | ||
<dt className="dp-DataDefListKey">{label}</dt>, | ||
<dd className="dp-DataDefListValue">{value}</dd> | ||
<dt key={`dt-${label}-${value}`} className="dp-DataDefListKey">{label}</dt>, | ||
<dd key={`dd-${label}-${value}`} className="dp-DataDefListValue">{value}</dd> | ||
] | ||
@@ -65,0 +65,0 @@ } |
112877
+ Added@deskpro/apps-components-style@0.12.5(transitive)
- Removed@deskpro/apps-components-style@0.11.0(transitive)