@desynova-digital/components 8.18.9 → 8.19.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/atoms/icon/icon.story.js
CHANGED
|
@@ -208,7 +208,10 @@ console.log(iconsArr);
|
|
|
208
208
|
_react2.default.createElement(_components.Icon, { name: "log-out", width: 12, height: 12 }),
|
|
209
209
|
_react2.default.createElement(_components.Icon, { name: "brief", width: 14, height: 12 }),
|
|
210
210
|
_react2.default.createElement(_components.Icon, { name: "upload-asset", width: 24, height: 24 }),
|
|
211
|
-
_react2.default.createElement(_components.Icon, { name: "back-to-back", width: 14, height: 15 })
|
|
211
|
+
_react2.default.createElement(_components.Icon, { name: "back-to-back", width: 14, height: 15 }),
|
|
212
|
+
_react2.default.createElement(_components.Icon, { name: "clevr", width: 16, height: 16, color: "#999" }),
|
|
213
|
+
_react2.default.createElement(_components.Icon, { name: "craft", width: 16, height: 16, color: "#999" }),
|
|
214
|
+
_react2.default.createElement(_components.Icon, { name: "check-module", width: 16, height: 16, color: "#999" })
|
|
212
215
|
)
|
|
213
216
|
);
|
|
214
217
|
});
|
package/atoms/icon/icons.json
CHANGED
|
@@ -1426,6 +1426,48 @@
|
|
|
1426
1426
|
],
|
|
1427
1427
|
"width": 15,
|
|
1428
1428
|
"height": 13
|
|
1429
|
+
},
|
|
1430
|
+
"remove_small": {
|
|
1431
|
+
"paths": [
|
|
1432
|
+
"M6 0.929408H0V0.0722656H6V0.929408Z"
|
|
1433
|
+
],
|
|
1434
|
+
"width": 6,
|
|
1435
|
+
"height": 1
|
|
1436
|
+
},
|
|
1437
|
+
"add_small": {
|
|
1438
|
+
"paths": [
|
|
1439
|
+
"M3.42857 4.57143L0.5 4.57143L0.5 4.42857L3.42857 4.42857L3.92857 4.42857L3.92857 3.92857L3.92857 1L4.07143 1L4.07143 3.92857L4.07143 4.42857L4.57143 4.42857L7.5 4.42857L7.5 4.57143L4.57143 4.57143L4.07143 4.57143L4.07143 5.07143L4.07143 8L3.92857 8L3.92857 5.07143L3.92857 4.57143L3.42857 4.57143Z"
|
|
1440
|
+
],
|
|
1441
|
+
"width": 8,
|
|
1442
|
+
"height": 8
|
|
1443
|
+
},
|
|
1444
|
+
"clevr": {
|
|
1445
|
+
"paths": [
|
|
1446
|
+
"M5.33333 0.666667V2H4C2.89543 2 2 2.89543 2 4V5.33333H0.666667C0.298477 5.33333 0 5.63181 0 6C0 6.36819 0.298477 6.66667 0.666667 6.66667H2V8.66667H0.666667C0.298477 8.66667 0 8.96514 0 9.33333C0 9.70152 0.298477 10 0.666667 10H2V12C2 13.1046 2.89543 14 4 14H5.33333V15.3333C5.33333 15.7015 5.63181 16 6 16C6.36819 16 6.66667 15.7015 6.66667 15.3333V14H9.33333V15.3333C9.33333 15.7015 9.63181 16 10 16C10.3682 16 10.6667 15.7015 10.6667 15.3333V14H12C13.1046 14 14 13.1046 14 12V10H15.3333C15.7015 10 16 9.70152 16 9.33333C16 8.96514 15.7015 8.66667 15.3333 8.66667H14V6.66667H15.3333C15.7015 6.66667 16 6.36819 16 6C16 5.63181 15.7015 5.33333 15.3333 5.33333H14V4C14 2.89543 13.1046 2 12 2H10.6667V0.666667C10.6667 0.298477 10.3682 0 10 0C9.63181 0 9.33333 0.298477 9.33333 0.666667V2H6.66667V0.666667C6.66667 0.298477 6.36819 0 6 0C5.63181 0 5.33333 0.298477 5.33333 0.666667ZM3.33333 9.33333V12C3.33333 12.3682 3.63181 12.6667 4 12.6667L6 12.6667H10L12 12.6667C12.3682 12.6667 12.6667 12.3682 12.6667 12L12.6667 9.33333V6L12.6667 4C12.6667 3.63181 12.3682 3.33333 12 3.33333H10H6H4C3.63181 3.33333 3.33333 3.63181 3.33333 4V6V9.33333ZM6 5.33333H10C10.3682 5.33333 10.6667 5.63181 10.6667 6V10C10.6667 10.3682 10.3682 10.6667 10 10.6667H6C5.63181 10.6667 5.33333 10.3682 5.33333 10V6C5.33333 5.63181 5.63181 5.33333 6 5.33333ZM9.33333 9.33333H6.66667V6.66667H9.33333V9.33333Z"
|
|
1447
|
+
],
|
|
1448
|
+
"width": 16,
|
|
1449
|
+
"height": 16,
|
|
1450
|
+
"fillRule": "evenodd",
|
|
1451
|
+
"clipRule": "evenodd"
|
|
1452
|
+
},
|
|
1453
|
+
"craft": {
|
|
1454
|
+
"paths": [
|
|
1455
|
+
"M0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8ZM14.5455 8C14.5455 11.615 11.615 14.5455 8 14.5455C4.38505 14.5455 1.45455 11.615 1.45455 8C1.45455 4.38505 4.38505 1.45455 8 1.45455C11.615 1.45455 14.5455 4.38505 14.5455 8ZM8 13.0909C5.18837 13.0909 2.90909 10.8116 2.90909 8C2.90909 5.18837 5.18837 2.90909 8 2.90909C10.8116 2.90909 13.0909 5.18837 13.0909 8C13.0909 10.8116 10.8116 13.0909 8 13.0909ZM11.6364 8C11.6364 10.0083 10.0083 11.6364 8 11.6364C5.99169 11.6364 4.36364 10.0083 4.36364 8C4.36364 5.99169 5.99169 4.36364 8 4.36364C10.0083 4.36364 11.6364 5.99169 11.6364 8ZM8 10.1818C6.79502 10.1818 5.81818 9.20498 5.81818 8C5.81818 6.79502 6.79502 5.81818 8 5.81818C9.20498 5.81818 10.1818 6.79502 10.1818 8C10.1818 9.20498 9.20498 10.1818 8 10.1818ZM8.72727 8C8.72727 8.40166 8.40166 8.72727 8 8.72727C7.59834 8.72727 7.27273 8.40166 7.27273 8C7.27273 7.59834 7.59834 7.27273 8 7.27273C8.40166 7.27273 8.72727 7.59834 8.72727 8Z"
|
|
1456
|
+
],
|
|
1457
|
+
"width": 16,
|
|
1458
|
+
"height": 16,
|
|
1459
|
+
"fillRule": "evenodd",
|
|
1460
|
+
"clipRule": "evenodd"
|
|
1461
|
+
},
|
|
1462
|
+
"check-module": {
|
|
1463
|
+
"paths": [
|
|
1464
|
+
"M0 8C0 12.4183 3.58172 16 8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 0 8 0C3.58172 0 0 3.58172 0 8ZM14.5455 8C14.5455 11.615 11.615 14.5455 8 14.5455C4.38505 14.5455 1.45455 11.615 1.45455 8C1.45455 4.38505 4.38505 1.45455 8 1.45455C11.615 1.45455 14.5455 4.38505 14.5455 8Z",
|
|
1465
|
+
"M5.56904 8.09763C5.43886 7.96746 5.22781 7.96746 5.09763 8.09763C4.96746 8.22781 4.96746 8.43886 5.09763 8.56904L6.7643 10.2357C6.89447 10.3659 7.10553 10.3659 7.2357 10.2357L10.9024 6.56904C11.0325 6.43886 11.0325 6.22781 10.9024 6.09763C10.7722 5.96746 10.5611 5.96746 10.431 6.09763L7 9.5286L5.56904 8.09763Z"
|
|
1466
|
+
],
|
|
1467
|
+
"width": 16,
|
|
1468
|
+
"height": 16,
|
|
1469
|
+
"fillRule": "evenodd",
|
|
1470
|
+
"clipRule": "evenodd"
|
|
1429
1471
|
}
|
|
1430
1472
|
}
|
|
1431
1473
|
}
|
package/molecules/table/table.js
CHANGED
|
@@ -870,6 +870,7 @@ var Table = function (_Component) {
|
|
|
870
870
|
isRefreshActivated = _props.isRefreshActivated,
|
|
871
871
|
isRefreshDotVisible = _props.isRefreshDotVisible,
|
|
872
872
|
showSearchBox = _props.showSearchBox,
|
|
873
|
+
showTableHeader = _props.showTableHeader,
|
|
873
874
|
pageDropdown = _props.pageDropdown,
|
|
874
875
|
getTableData = _props.getTableData,
|
|
875
876
|
downloadAvailable = _props.downloadAvailable;
|
|
@@ -1001,7 +1002,7 @@ var Table = function (_Component) {
|
|
|
1001
1002
|
return _react2.default.createElement(
|
|
1002
1003
|
_react2.default.Fragment,
|
|
1003
1004
|
null,
|
|
1004
|
-
_react2.default.createElement(
|
|
1005
|
+
showTableHeader && _react2.default.createElement(
|
|
1005
1006
|
Table.Title,
|
|
1006
1007
|
{ className: "table-title-holder", theme: this.props.theme },
|
|
1007
1008
|
_react2.default.createElement(
|
|
@@ -1346,7 +1347,8 @@ Table.defaultProps = {
|
|
|
1346
1347
|
},
|
|
1347
1348
|
maxShowNoOfColumns: 8,
|
|
1348
1349
|
searchable: false,
|
|
1349
|
-
selectable: false
|
|
1350
|
+
selectable: false,
|
|
1351
|
+
showTableHeader: true
|
|
1350
1352
|
};
|
|
1351
1353
|
|
|
1352
1354
|
exports.default = Table;
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@desynova-digital/components",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.19.1",
|
|
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.
|
|
10
|
+
"@desynova-digital/tokens": "8.19.1",
|
|
11
11
|
"prop-types": "^15.7.2",
|
|
12
12
|
"styled-components": "^4.3.2"
|
|
13
13
|
},
|