@desynova-digital/components 8.19.5 → 8.19.6
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/atoms/icon/icons.json
CHANGED
|
@@ -1468,6 +1468,13 @@
|
|
|
1468
1468
|
"height": 16,
|
|
1469
1469
|
"fillRule": "evenodd",
|
|
1470
1470
|
"clipRule": "evenodd"
|
|
1471
|
+
},
|
|
1472
|
+
"edit": {
|
|
1473
|
+
"paths": [
|
|
1474
|
+
"M7.87001 1.16984C8.04333 1.34355 8.04333 1.62298 7.87001 1.79669L7.05681 2.60981L5.39035 0.94356L6.20361 0.129855C6.37693 -0.0432849 6.65687 -0.0432849 6.83018 0.129855L7.87001 1.16984ZM0 8V6.33375L4.91487 1.41898L6.58133 3.08523L1.66646 8H0Z"
|
|
1475
|
+
],
|
|
1476
|
+
"width": 8,
|
|
1477
|
+
"height": 8
|
|
1471
1478
|
}
|
|
1472
1479
|
}
|
|
1473
1480
|
}
|
package/molecules/table/table.js
CHANGED
|
@@ -965,7 +965,7 @@ var Table = function (_Component) {
|
|
|
965
965
|
{
|
|
966
966
|
className: "table-cell",
|
|
967
967
|
theme: theme,
|
|
968
|
-
key: index + column.title,
|
|
968
|
+
key: index + column.title + Math.random(),
|
|
969
969
|
column: {
|
|
970
970
|
column: column,
|
|
971
971
|
width: column.field === "extra_columns" ? "40px" : "auto"
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@desynova-digital/components",
|
|
3
|
-
"version": "8.19.
|
|
3
|
+
"version": "8.19.6",
|
|
4
4
|
"description": "Components for Desynova Digital",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "desynova-digital",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": "desynova-digital",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@desynova-digital/tokens": "8.19.
|
|
10
|
+
"@desynova-digital/tokens": "8.19.6",
|
|
11
11
|
"prop-types": "^15.7.2",
|
|
12
12
|
"styled-components": "^4.3.2"
|
|
13
13
|
},
|