synapse-react-client 2.1.10 → 2.1.11
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/dist/containers/GenericCard.js +1 -1
- package/dist/containers/download_list_v2/DownloadCartPage.js +1 -1
- package/dist/containers/download_list_v2/DownloadCartPage.js.map +1 -1
- package/dist/containers/entity_finder/details/view/DetailsView.js +3 -3
- package/dist/containers/entity_finder/tree/TreeNode.js +3 -1
- package/dist/containers/entity_finder/tree/TreeNode.js.map +1 -1
- package/dist/style/base/_base.scss +1 -1
- package/dist/style/base/_core.scss +1 -1
- package/dist/style/components/_cards.scss +1 -1
- package/dist/style/components/_download-cart-page.scss +1 -1
- package/dist/style/components/entity_finder/_details-view.scss +1 -1
- package/dist/style/main.css +7 -7
- package/dist/umd/synapse-react-client.development.css +7 -7
- package/dist/umd/synapse-react-client.development.css.map +1 -1
- package/dist/umd/synapse-react-client.development.js +15 -11
- package/dist/umd/synapse-react-client.development.js.map +2 -2
- package/dist/umd/synapse-react-client.production.min.css +1 -1
- package/dist/umd/synapse-react-client.production.min.js +27 -27
- package/dist/utils/typography/Typography.styles.js +2 -2
- package/package.json +1 -1
|
@@ -40221,12 +40221,12 @@ var SRC = (() => {
|
|
|
40221
40221
|
lineHeight: "20px"
|
|
40222
40222
|
}),
|
|
40223
40223
|
body1: __spreadProps(__spreadValues({}, basicFontStyle), {
|
|
40224
|
-
fontSize: "
|
|
40224
|
+
fontSize: "16px",
|
|
40225
40225
|
fontWeight: 400,
|
|
40226
40226
|
lineHeight: "24px"
|
|
40227
40227
|
}),
|
|
40228
40228
|
body2: __spreadProps(__spreadValues({}, basicFontStyle), {
|
|
40229
|
-
fontSize: "
|
|
40229
|
+
fontSize: "16px",
|
|
40230
40230
|
fontWeight: 400,
|
|
40231
40231
|
lineHeight: "24px",
|
|
40232
40232
|
fontStyle: "italic"
|
|
@@ -58332,8 +58332,9 @@ filepath = ${entityId}.path`;
|
|
|
58332
58332
|
icon: "delete",
|
|
58333
58333
|
padding: "right"
|
|
58334
58334
|
}
|
|
58335
|
-
})), "Clear Your Download Cart")), /* @__PURE__ */ React238.createElement(
|
|
58336
|
-
className: "description"
|
|
58335
|
+
})), "Clear Your Download Cart")), /* @__PURE__ */ React238.createElement(Typography_default2, {
|
|
58336
|
+
className: "description",
|
|
58337
|
+
variant: "body1"
|
|
58337
58338
|
}, "You may find your added files in the tabs below. Any files which require actions before download can be found in the Access Actions Required tab, while any that can be downloaded now can be found in the Download List tab."))), /* @__PURE__ */ React238.createElement("div", {
|
|
58338
58339
|
className: "tabs-container"
|
|
58339
58340
|
}, /* @__PURE__ */ React238.createElement("div", {
|
|
@@ -81243,10 +81244,10 @@ https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_liter
|
|
|
81243
81244
|
cellRenderer: BadgeIconsRenderer
|
|
81244
81245
|
}), /* @__PURE__ */ import_react210.default.createElement(Column_default, {
|
|
81245
81246
|
key: "id",
|
|
81246
|
-
width:
|
|
81247
|
+
width: 130,
|
|
81247
81248
|
dataKey: "id",
|
|
81248
81249
|
title: "ID",
|
|
81249
|
-
minWidth:
|
|
81250
|
+
minWidth: 130
|
|
81250
81251
|
}), showVersionSelection && /* @__PURE__ */ import_react210.default.createElement(Column_default, {
|
|
81251
81252
|
key: "version",
|
|
81252
81253
|
minWidth: 150,
|
|
@@ -81266,14 +81267,14 @@ https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_liter
|
|
|
81266
81267
|
key: SortBy.CREATED_ON,
|
|
81267
81268
|
sortable: sort2 != null,
|
|
81268
81269
|
title: "Created On",
|
|
81269
|
-
width:
|
|
81270
|
-
minWidth:
|
|
81270
|
+
width: 220,
|
|
81271
|
+
minWidth: 170,
|
|
81271
81272
|
cellRenderer: CreatedOnRenderer
|
|
81272
81273
|
}), /* @__PURE__ */ import_react210.default.createElement(Column_default, {
|
|
81273
81274
|
key: SortBy.MODIFIED_ON,
|
|
81274
81275
|
title: "Modified On",
|
|
81275
|
-
width:
|
|
81276
|
-
minWidth:
|
|
81276
|
+
width: 220,
|
|
81277
|
+
minWidth: 170,
|
|
81277
81278
|
sortable: sort2 != null,
|
|
81278
81279
|
cellRenderer: ModifiedOnRenderer
|
|
81279
81280
|
}), /* @__PURE__ */ import_react210.default.createElement(Column_default, {
|
|
@@ -81759,7 +81760,10 @@ https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_liter
|
|
|
81759
81760
|
className: "EntityName",
|
|
81760
81761
|
"data-for": TOOLTIP_ID,
|
|
81761
81762
|
"data-tip": nodeName
|
|
81762
|
-
}, /* @__PURE__ */ import_react218.default.createElement("span", null,
|
|
81763
|
+
}, /* @__PURE__ */ import_react218.default.createElement("span", null, /* @__PURE__ */ import_react218.default.createElement(Typography_default2, {
|
|
81764
|
+
variant: "smallText1",
|
|
81765
|
+
style: { margin: "0px" }
|
|
81766
|
+
}, nodeName))), appearance === 0 /* SELECT */ && /* @__PURE__ */ import_react218.default.createElement(EntityBadgeIcons, {
|
|
81763
81767
|
entityId: nodeId,
|
|
81764
81768
|
showHasDiscussionThread: false,
|
|
81765
81769
|
showHasWiki: false,
|