@epic-web/workshop-app 6.76.1 → 6.76.2
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.
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
/* Console Entry Styles */
|
|
64
64
|
.console-entry {
|
|
65
65
|
display: flex;
|
|
66
|
+
flex-direction: column;
|
|
66
67
|
align-items: flex-start;
|
|
67
68
|
gap: 0.5rem;
|
|
68
69
|
padding: 0.375rem 0.5rem;
|
|
@@ -178,6 +179,8 @@
|
|
|
178
179
|
flex: 1;
|
|
179
180
|
word-break: break-word;
|
|
180
181
|
color: #1f2937;
|
|
182
|
+
white-space: pre-wrap;
|
|
183
|
+
width: 100%;
|
|
181
184
|
}
|
|
182
185
|
|
|
183
186
|
@media (prefers-color-scheme: dark) {
|
|
@@ -224,6 +227,7 @@
|
|
|
224
227
|
.export-value {
|
|
225
228
|
flex: 1;
|
|
226
229
|
word-break: break-word;
|
|
230
|
+
white-space: pre-wrap;
|
|
227
231
|
}
|
|
228
232
|
|
|
229
233
|
.export-empty {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@epic-web/workshop-app",
|
|
3
|
-
"version": "6.76.
|
|
3
|
+
"version": "6.76.2",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"@epic-web/invariant": "^1.0.0",
|
|
43
43
|
"@epic-web/remember": "^1.1.0",
|
|
44
44
|
"@epic-web/restore-scroll": "^2.0.0",
|
|
45
|
-
"@epic-web/workshop-presence": "6.76.
|
|
46
|
-
"@epic-web/workshop-utils": "6.76.
|
|
45
|
+
"@epic-web/workshop-presence": "6.76.2",
|
|
46
|
+
"@epic-web/workshop-utils": "6.76.2",
|
|
47
47
|
"@mdx-js/mdx": "^3.1.1",
|
|
48
48
|
"@mux/mux-player-react": "^3.10.2",
|
|
49
49
|
"@nasa-gcn/remix-seo": "^2.0.1",
|