@epic-web/workshop-app 6.76.2 → 6.76.4
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/build/client/export-app.css +6 -10
- package/package.json +4 -3
|
@@ -192,20 +192,15 @@
|
|
|
192
192
|
/* Export Entry Styles */
|
|
193
193
|
.export-entry {
|
|
194
194
|
display: flex;
|
|
195
|
+
flex-direction: column;
|
|
195
196
|
align-items: flex-start;
|
|
196
197
|
gap: 0.25rem;
|
|
197
|
-
padding: 0.
|
|
198
|
-
|
|
198
|
+
padding: 0.25rem 0;
|
|
199
|
+
margin-bottom: 0.75rem;
|
|
199
200
|
}
|
|
200
201
|
|
|
201
202
|
.export-entry:last-child {
|
|
202
|
-
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
@media (prefers-color-scheme: dark) {
|
|
206
|
-
.export-entry {
|
|
207
|
-
border-bottom-color: #374151;
|
|
208
|
-
}
|
|
203
|
+
margin-bottom: 0;
|
|
209
204
|
}
|
|
210
205
|
|
|
211
206
|
.export-name {
|
|
@@ -221,13 +216,14 @@
|
|
|
221
216
|
}
|
|
222
217
|
|
|
223
218
|
.export-colon {
|
|
224
|
-
|
|
219
|
+
display: none;
|
|
225
220
|
}
|
|
226
221
|
|
|
227
222
|
.export-value {
|
|
228
223
|
flex: 1;
|
|
229
224
|
word-break: break-word;
|
|
230
225
|
white-space: pre-wrap;
|
|
226
|
+
padding-left: 0.75rem;
|
|
231
227
|
}
|
|
232
228
|
|
|
233
229
|
.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.4",
|
|
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.4",
|
|
46
|
+
"@epic-web/workshop-utils": "6.76.4",
|
|
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",
|
|
@@ -60,6 +60,7 @@
|
|
|
60
60
|
"@resvg/resvg-js": "^2.6.2",
|
|
61
61
|
"@sentry/profiling-node": "^10.36.0",
|
|
62
62
|
"@sentry/react-router": "^10.36.0",
|
|
63
|
+
"@sentry/vite-plugin": "^4.7.0",
|
|
63
64
|
"@sindresorhus/slugify": "^3.0.0",
|
|
64
65
|
"address": "^2.0.3",
|
|
65
66
|
"ansi-to-html": "^0.7.2",
|