@industry-theme/principal-view-panels 0.12.66 → 0.12.67
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/panels.bundle.js
CHANGED
|
@@ -98215,7 +98215,7 @@ const StoryboardListPanel = ({
|
|
|
98215
98215
|
fontSize: theme2.fontSizes[1],
|
|
98216
98216
|
fontFamily: theme2.fonts.body,
|
|
98217
98217
|
fontWeight: effectiveCanvasTypeFilter === "regular" ? 600 : 400,
|
|
98218
|
-
color: effectiveCanvasTypeFilter === "regular" ?
|
|
98218
|
+
color: effectiveCanvasTypeFilter === "regular" ? theme2.colors.textOnPrimary : theme2.colors.text,
|
|
98219
98219
|
transition: "all 0.2s ease"
|
|
98220
98220
|
},
|
|
98221
98221
|
title: "Static architecture .canvas files",
|
|
@@ -98239,7 +98239,7 @@ const StoryboardListPanel = ({
|
|
|
98239
98239
|
fontSize: theme2.fontSizes[1],
|
|
98240
98240
|
fontFamily: theme2.fonts.body,
|
|
98241
98241
|
fontWeight: effectiveCanvasTypeFilter === "otel" ? 600 : 400,
|
|
98242
|
-
color: effectiveCanvasTypeFilter === "otel" ?
|
|
98242
|
+
color: effectiveCanvasTypeFilter === "otel" ? theme2.colors.textOnPrimary : theme2.colors.text,
|
|
98243
98243
|
transition: "all 0.2s ease"
|
|
98244
98244
|
},
|
|
98245
98245
|
title: "Runtime validated .otel.canvas files",
|