logitude-dashboard-library 3.1.120 → 3.1.121
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.
|
@@ -442,13 +442,13 @@ $dark-grey: #717585;
|
|
|
442
442
|
height: 23px;
|
|
443
443
|
padding: 4px 4px;
|
|
444
444
|
|
|
445
|
-
.copy-icon {
|
|
445
|
+
.widget-card-copy-icon {
|
|
446
446
|
width: 15px;
|
|
447
447
|
height: 16px;
|
|
448
448
|
transform: scale(0.95);
|
|
449
449
|
}
|
|
450
450
|
|
|
451
|
-
.edit-icon {
|
|
451
|
+
.widget-card-edit-icon {
|
|
452
452
|
transform: scale(1.15);
|
|
453
453
|
}
|
|
454
454
|
|
package/dist/index.js
CHANGED
|
@@ -4260,12 +4260,12 @@ var WidgetCard = React.forwardRef(function (props, comRef) {
|
|
|
4260
4260
|
}, (_widget$current15 = widget.current) === null || _widget$current15 === void 0 ? void 0 : _widget$current15.Subtitle)), !isTitleAligmentRight() && isTableOrPivotWidget() && tableHintMessage(), props.isInEditMode && React__default.createElement("div", {
|
|
4261
4261
|
className: isThereTitle() ? "widget-options-container" : "widget-options-container margin-top-6"
|
|
4262
4262
|
}, React__default.createElement("div", null, " ", React__default.createElement(SvgEditIcon, {
|
|
4263
|
-
className: "edit-icon",
|
|
4263
|
+
className: "widget-card-edit-icon",
|
|
4264
4264
|
onClick: function onClick() {
|
|
4265
4265
|
return editWidget();
|
|
4266
4266
|
}
|
|
4267
4267
|
}), " "), React__default.createElement("div", null, " ", React__default.createElement(SvgCopyIcon, {
|
|
4268
|
-
className: "copy-icon",
|
|
4268
|
+
className: "widget-card-copy-icon",
|
|
4269
4269
|
onClick: function onClick() {
|
|
4270
4270
|
return copyWidget();
|
|
4271
4271
|
}
|