pds-dev-kit-web 2.2.138 → 2.2.140
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.
|
@@ -385,7 +385,7 @@ var secondary = (0, styled_components_1.css)(templateObject_21 || (templateObjec
|
|
|
385
385
|
return theme.ui_cpnt_button_line_base_hover;
|
|
386
386
|
}, transitionStyle_1.ButtonTransition, function (_a) {
|
|
387
387
|
var theme = _a.theme;
|
|
388
|
-
return theme.
|
|
388
|
+
return theme.ui_cpnt_button_fill_on_base_hover;
|
|
389
389
|
}, function (_a) {
|
|
390
390
|
var theme = _a.theme;
|
|
391
391
|
return theme.ui_cpnt_button_secondary_on_base_pressed;
|
|
@@ -355,7 +355,7 @@ var secondary = (0, styled_components_1.css)(templateObject_21 || (templateObjec
|
|
|
355
355
|
return theme.ui_cpnt_button_line_base_hover;
|
|
356
356
|
}, transitionStyle_1.ButtonTransition, function (_a) {
|
|
357
357
|
var theme = _a.theme, isSubmitting = _a.isSubmitting;
|
|
358
|
-
return !isSubmitting && theme.
|
|
358
|
+
return !isSubmitting && theme.ui_cpnt_button_fill_on_base_hover;
|
|
359
359
|
}, function (_a) {
|
|
360
360
|
var theme = _a.theme, isSubmitting = _a.isSubmitting;
|
|
361
361
|
return !isSubmitting && theme.ui_cpnt_button_secondary_on_base_pressed;
|
|
@@ -154,6 +154,7 @@ var CustomSection = (0, react_1.forwardRef)(function CustomSection(props, ref) {
|
|
|
154
154
|
if (editingSectionId !== props.id) {
|
|
155
155
|
setSelectedBlockId(null);
|
|
156
156
|
setBulkBlockIds([]);
|
|
157
|
+
setEditingGroupBlock('ROOT');
|
|
157
158
|
}
|
|
158
159
|
}, [editingSectionId]);
|
|
159
160
|
var workDir = (_c = (0, group_1.getBlockWorkDirPath)(newblock, editingGroupBlock)) !== null && _c !== void 0 ? _c : '/ROOT';
|
package/package.json
CHANGED
package/release-note.md
CHANGED