@treeseed/core 0.10.22 → 0.11.0

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.
Files changed (108) hide show
  1. package/README.md +69 -125
  2. package/dist/dev-watch.js +2 -1
  3. package/dist/dev.d.ts +1 -1
  4. package/dist/dev.js +51 -35
  5. package/dist/pages/404.astro +1 -1
  6. package/dist/pages/[slug].astro +4 -4
  7. package/dist/pages/agents/[slug].astro +3 -3
  8. package/dist/pages/agents/index.astro +3 -3
  9. package/dist/pages/books/[slug].astro +3 -3
  10. package/dist/pages/books/index.astro +3 -3
  11. package/dist/pages/contact.astro +2 -2
  12. package/dist/pages/decisions/[slug].astro +3 -3
  13. package/dist/pages/decisions/index.astro +3 -3
  14. package/dist/pages/docs-runtime/[...slug].astro +3 -3
  15. package/dist/pages/docs-runtime/index.astro +3 -3
  16. package/dist/pages/index.astro +11 -11
  17. package/dist/pages/notes/[slug].astro +3 -3
  18. package/dist/pages/notes/index.astro +3 -3
  19. package/dist/pages/objectives/[slug].astro +3 -3
  20. package/dist/pages/objectives/index.astro +3 -3
  21. package/dist/pages/people/[slug].astro +3 -3
  22. package/dist/pages/people/index.astro +3 -3
  23. package/dist/pages/proposals/[slug].astro +3 -3
  24. package/dist/pages/proposals/index.astro +3 -3
  25. package/dist/pages/questions/[slug].astro +3 -3
  26. package/dist/pages/questions/index.astro +3 -3
  27. package/dist/pages/ui/index.astro +23 -23
  28. package/dist/platform-resources.js +5 -1
  29. package/dist/scripts/build-dist.js +2 -0
  30. package/dist/scripts/release-verify.js +24 -2
  31. package/dist/scripts/workspace-bootstrap.js +3 -0
  32. package/dist/site.js +49 -11
  33. package/dist/styles/global.css +5 -5
  34. package/package.json +3 -45
  35. package/templates/github/deploy-web.workflow.yml +36 -2
  36. package/dist/components/DevWatchReload.astro +0 -45
  37. package/dist/components/SiteTitle.astro +0 -51
  38. package/dist/components/content/ContentStatusLegend.astro +0 -18
  39. package/dist/components/content/StatusBadge.astro +0 -11
  40. package/dist/components/docs/BookFontControls.astro +0 -180
  41. package/dist/components/docs/DesktopSidebarToggle.astro +0 -88
  42. package/dist/components/docs/DownloadBook.astro +0 -34
  43. package/dist/components/docs/Footer.astro +0 -112
  44. package/dist/components/docs/Header.astro +0 -157
  45. package/dist/components/docs/PageFrame.astro +0 -260
  46. package/dist/components/docs/PageSidebar.astro +0 -63
  47. package/dist/components/docs/PageTitle.astro +0 -39
  48. package/dist/components/docs/Sidebar.astro +0 -41
  49. package/dist/components/docs/ThemeSelect.astro +0 -5
  50. package/dist/components/forms/ContactForm.astro +0 -233
  51. package/dist/components/forms/FooterSubscribeForm.astro +0 -188
  52. package/dist/components/site/BookList.astro +0 -27
  53. package/dist/components/site/CTASection.astro +0 -24
  54. package/dist/components/site/ChronicleList.astro +0 -33
  55. package/dist/components/site/Hero.astro +0 -18
  56. package/dist/components/site/NotesList.astro +0 -29
  57. package/dist/components/site/PathCard.astro +0 -16
  58. package/dist/components/site/ProfileList.astro +0 -30
  59. package/dist/components/site/PublishedContentBody.astro +0 -5
  60. package/dist/components/site/RouteNotFound.astro +0 -25
  61. package/dist/components/site/SectionIntro.astro +0 -9
  62. package/dist/components/site/StageBanner.astro +0 -8
  63. package/dist/components/site/TrustCallout.astro +0 -9
  64. package/dist/components/starlight.js +0 -6
  65. package/dist/components/ui/data/ActionList.astro +0 -51
  66. package/dist/components/ui/data/Badge.astro +0 -19
  67. package/dist/components/ui/data/DataTable.astro +0 -51
  68. package/dist/components/ui/data/KeyValueList.astro +0 -28
  69. package/dist/components/ui/data/MetricCard.astro +0 -25
  70. package/dist/components/ui/data/MetricGrid.astro +0 -27
  71. package/dist/components/ui/data/StatusPill.astro +0 -20
  72. package/dist/components/ui/forms/Button.astro +0 -59
  73. package/dist/components/ui/forms/Field.astro +0 -39
  74. package/dist/components/ui/forms/FormActions.astro +0 -12
  75. package/dist/components/ui/forms/PasswordMeter.astro +0 -80
  76. package/dist/components/ui/forms/RadioGroup.astro +0 -55
  77. package/dist/components/ui/forms/Select.astro +0 -47
  78. package/dist/components/ui/forms/TextInput.astro +0 -58
  79. package/dist/components/ui/forms/Textarea.astro +0 -45
  80. package/dist/components/ui/layout/PageHeader.astro +0 -45
  81. package/dist/components/ui/shell/AppShell.astro +0 -130
  82. package/dist/components/ui/shell/BottomNav.astro +0 -42
  83. package/dist/components/ui/shell/ProjectHeader.astro +0 -66
  84. package/dist/components/ui/shell/PublicFooter.astro +0 -39
  85. package/dist/components/ui/shell/PublicShell.astro +0 -184
  86. package/dist/components/ui/shell/RailNav.astro +0 -42
  87. package/dist/components/ui/shell/ShellIconLink.astro +0 -30
  88. package/dist/components/ui/shell/TopBar.astro +0 -52
  89. package/dist/components/ui/surface/Card.astro +0 -46
  90. package/dist/components/ui/surface/EmptyState.astro +0 -45
  91. package/dist/components/ui/surface/Panel.astro +0 -54
  92. package/dist/components/ui/theme/ThemeMenu.astro +0 -58
  93. package/dist/components/ui/theme/ThemePreviewSwatch.astro +0 -18
  94. package/dist/components/ui/theme/ThemeScript.astro +0 -112
  95. package/dist/components/ui/theme/ThemeSelector.astro +0 -202
  96. package/dist/components/ui/types.js +0 -0
  97. package/dist/layouts/AuthoredEntryLayout.astro +0 -195
  98. package/dist/layouts/BookLayout.astro +0 -35
  99. package/dist/layouts/BridgeLayout.astro +0 -11
  100. package/dist/layouts/ContentLayout.astro +0 -24
  101. package/dist/layouts/MainLayout.astro +0 -76
  102. package/dist/layouts/NoteLayout.astro +0 -26
  103. package/dist/layouts/ProfileLayout.astro +0 -85
  104. package/dist/styles/app-shell.css +0 -626
  105. package/dist/styles/forms.css +0 -274
  106. package/dist/styles/theme.css +0 -198
  107. package/dist/styles/tokens.css +0 -65
  108. package/dist/styles/ui.css +0 -551
@@ -1,626 +0,0 @@
1
- .ts-skip-link {
2
- background: var(--ts-color-accent);
3
- border-radius: var(--ts-radius-md);
4
- color: var(--ts-color-accent-text);
5
- font-weight: 750;
6
- left: var(--ts-space-3);
7
- padding: var(--ts-space-2) var(--ts-space-3);
8
- position: fixed;
9
- top: var(--ts-space-3);
10
- transform: translateY(-150%);
11
- z-index: 100;
12
- }
13
-
14
- .ts-skip-link:focus {
15
- transform: translateY(0);
16
- }
17
-
18
- .ts-app-shell {
19
- background: var(--ts-color-canvas);
20
- color: var(--ts-color-text);
21
- display: grid;
22
- grid-template-columns: 17.875rem minmax(0, 1fr);
23
- min-height: 100vh;
24
- }
25
-
26
- .ts-app-shell__rail {
27
- align-self: start;
28
- background: var(--ts-color-canvas-subtle);
29
- border-right: 1px solid var(--ts-color-border);
30
- box-sizing: border-box;
31
- display: grid;
32
- gap: var(--ts-space-3);
33
- grid-template-rows: minmax(0, 1fr) auto;
34
- height: 100vh;
35
- overflow: hidden;
36
- padding: var(--ts-space-3);
37
- position: sticky;
38
- top: 0;
39
- }
40
-
41
- .ts-app-shell__rail-scroll {
42
- display: grid;
43
- align-content: start;
44
- gap: var(--ts-space-2);
45
- min-height: 0;
46
- overflow: auto;
47
- padding-right: 0.15rem;
48
- }
49
-
50
- .ts-shell-brand {
51
- align-items: center;
52
- color: var(--ts-color-text);
53
- display: flex;
54
- gap: var(--ts-space-2);
55
- min-width: 0;
56
- max-width: 100%;
57
- text-decoration: none;
58
- }
59
-
60
- .ts-shell-brand:hover {
61
- text-decoration: none;
62
- }
63
-
64
- .ts-shell-brand__mark {
65
- align-items: center;
66
- display: inline-flex;
67
- flex: 0 0 auto;
68
- font-weight: 800;
69
- height: 3rem;
70
- justify-content: center;
71
- max-height: 3rem;
72
- max-width: 3rem;
73
- overflow: hidden;
74
- width: 3rem;
75
- }
76
-
77
- .ts-shell-brand__mark img {
78
- display: block;
79
- height: 100%;
80
- max-height: 100%;
81
- max-width: 100%;
82
- object-fit: contain;
83
- width: 100%;
84
- }
85
-
86
- .ts-shell-brand__text {
87
- display: grid;
88
- gap: 0.1rem;
89
- min-width: 0;
90
- }
91
-
92
- .ts-shell-brand__name {
93
- font-size: 0.95rem;
94
- font-weight: 750;
95
- line-height: 1.15;
96
- }
97
-
98
- .ts-shell-brand__tag {
99
- color: var(--ts-color-text-muted);
100
- font-size: 0.74rem;
101
- font-weight: 500;
102
- line-height: 1.25;
103
- max-width: 13rem;
104
- }
105
-
106
- .ts-top-bar {
107
- align-items: center;
108
- display: flex;
109
- gap: var(--ts-space-2);
110
- justify-content: space-between;
111
- min-width: 0;
112
- }
113
-
114
- .ts-top-bar__actions {
115
- align-items: center;
116
- display: flex;
117
- flex-wrap: wrap;
118
- gap: var(--ts-space-1);
119
- justify-content: flex-end;
120
- min-width: 0;
121
- }
122
-
123
- .ts-shell-utility-actions {
124
- align-items: center;
125
- display: inline-flex;
126
- gap: var(--ts-space-1);
127
- }
128
-
129
- .ts-app-shell__rail-context,
130
- .ts-app-shell__quick-actions {
131
- border-top: 1px solid var(--ts-color-border);
132
- display: grid;
133
- gap: var(--ts-space-1);
134
- padding-top: var(--ts-space-2);
135
- }
136
-
137
- .ts-app-shell__quick-actions {
138
- background: var(--ts-color-canvas-subtle);
139
- padding-bottom: 0.1rem;
140
- }
141
-
142
- .ts-app-shell__eyebrow {
143
- color: var(--ts-color-text-subtle);
144
- font-size: 0.75rem;
145
- font-weight: 750;
146
- margin: 0;
147
- text-transform: uppercase;
148
- }
149
-
150
- .ts-app-shell__quick-list {
151
- display: grid;
152
- gap: var(--ts-space-2);
153
- }
154
-
155
- .ts-rail-nav {
156
- border-top: 1px solid var(--ts-color-border);
157
- display: grid;
158
- gap: 0.08rem;
159
- margin-top: 1.25rem;
160
- padding-top: var(--ts-space-1);
161
- }
162
-
163
- .ts-rail-nav__link,
164
- .ts-bottom-nav__link,
165
- .ts-public-shell__link,
166
- .ts-shell-tab {
167
- color: var(--ts-color-text-muted);
168
- text-decoration: none;
169
- }
170
-
171
- .ts-rail-nav__link {
172
- border-radius: var(--ts-radius-md);
173
- box-sizing: border-box;
174
- display: flex;
175
- font-weight: 650;
176
- justify-content: space-between;
177
- min-height: 1.7rem;
178
- padding: 0.24rem 0.55rem;
179
- }
180
-
181
- .ts-rail-nav__link[aria-current='page'],
182
- .ts-rail-nav__link:hover {
183
- background: var(--ts-color-surface);
184
- color: var(--ts-color-text);
185
- text-decoration: none;
186
- }
187
-
188
- .ts-app-shell__main {
189
- display: grid;
190
- gap: var(--ts-space-3);
191
- padding: var(--ts-space-3);
192
- }
193
-
194
- .ts-app-shell__mobile-top {
195
- display: none;
196
- }
197
-
198
- .ts-app-shell__header {
199
- align-items: flex-start;
200
- display: flex;
201
- gap: var(--ts-space-3);
202
- justify-content: space-between;
203
- }
204
-
205
- .ts-app-shell__title {
206
- display: grid;
207
- gap: var(--ts-space-1);
208
- min-width: 0;
209
- }
210
-
211
- .ts-app-shell__title h1 {
212
- color: var(--ts-color-text);
213
- font-size: 1.55rem;
214
- line-height: 1.12;
215
- margin: 0;
216
- }
217
-
218
- .ts-app-shell__title p,
219
- .ts-project-header p {
220
- color: var(--ts-color-text-muted);
221
- line-height: 1.5;
222
- margin: 0;
223
- }
224
-
225
- .ts-app-shell__header-actions {
226
- align-items: center;
227
- display: flex;
228
- flex-wrap: wrap;
229
- gap: var(--ts-space-2);
230
- justify-content: flex-end;
231
- }
232
-
233
- .ts-project-header {
234
- background: var(--ts-color-surface);
235
- border: 1px solid var(--ts-color-border);
236
- border-radius: var(--ts-radius-lg);
237
- display: grid;
238
- gap: var(--ts-space-2);
239
- padding: var(--ts-space-3);
240
- }
241
-
242
- .ts-project-header__main {
243
- display: grid;
244
- gap: var(--ts-space-2);
245
- }
246
-
247
- .ts-project-header__badges,
248
- .ts-project-header__actions {
249
- display: flex;
250
- flex-wrap: wrap;
251
- gap: var(--ts-space-2);
252
- }
253
-
254
- .ts-project-header h2 {
255
- color: var(--ts-color-text);
256
- font-size: 1.15rem;
257
- line-height: 1.15;
258
- margin: 0;
259
- }
260
-
261
- .ts-shell-tabs {
262
- align-items: stretch;
263
- display: flex;
264
- flex-wrap: wrap;
265
- gap: var(--ts-space-2);
266
- }
267
-
268
- .ts-shell-tab {
269
- align-items: center;
270
- background: var(--ts-color-surface-muted);
271
- border: 1px solid var(--ts-color-border);
272
- border-radius: var(--ts-radius-md);
273
- box-sizing: border-box;
274
- display: inline-flex;
275
- flex: 1 1 7rem;
276
- font-size: 0.875rem;
277
- font-weight: 650;
278
- justify-content: center;
279
- line-height: 1.2;
280
- min-height: 2.5rem;
281
- padding: 0.55rem 0.75rem;
282
- text-align: center;
283
- white-space: nowrap;
284
- }
285
-
286
- .ts-shell-tab[aria-current='page'],
287
- .ts-shell-tab[aria-selected='true'],
288
- .ts-shell-tab:hover {
289
- background: var(--ts-color-surface);
290
- border-color: var(--ts-color-border-strong);
291
- color: var(--ts-color-text);
292
- text-decoration: none;
293
- }
294
-
295
- .ts-bottom-nav {
296
- background: var(--ts-color-surface-overlay);
297
- border-top: 1px solid var(--ts-color-border);
298
- bottom: 0;
299
- display: none;
300
- gap: var(--ts-space-1);
301
- grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
302
- left: 0;
303
- padding: var(--ts-space-2);
304
- position: fixed;
305
- right: 0;
306
- z-index: 30;
307
- }
308
-
309
- .ts-bottom-nav__link {
310
- border-radius: var(--ts-radius-md);
311
- display: grid;
312
- font-size: 0.75rem;
313
- font-weight: 700;
314
- min-height: 2.5rem;
315
- place-items: center;
316
- text-align: center;
317
- }
318
-
319
- .ts-bottom-nav__link[aria-current='page'],
320
- .ts-bottom-nav__link:hover {
321
- background: var(--ts-color-surface-muted);
322
- color: var(--ts-color-text);
323
- text-decoration: none;
324
- }
325
-
326
- .ts-public-shell {
327
- background: var(--ts-color-canvas);
328
- color: var(--ts-color-text);
329
- margin: 0 auto;
330
- max-width: var(--ts-shell-width);
331
- min-height: 100vh;
332
- padding: var(--ts-space-3);
333
- }
334
-
335
- .ts-public-shell--content .ts-public-shell__main {
336
- margin-inline: auto;
337
- max-width: var(--ts-content-width);
338
- width: 100%;
339
- }
340
-
341
- .ts-public-shell__header {
342
- display: grid;
343
- gap: var(--ts-space-2);
344
- padding-bottom: var(--ts-space-3);
345
- }
346
-
347
- .ts-public-shell__nav {
348
- align-items: center;
349
- display: flex;
350
- flex-wrap: wrap;
351
- gap: var(--ts-space-1);
352
- justify-content: flex-end;
353
- min-width: 0;
354
- }
355
-
356
- .ts-public-shell__link {
357
- border: 1px solid transparent;
358
- border-radius: 999px;
359
- font-size: 0.94rem;
360
- font-weight: 650;
361
- padding: 0.42rem 0.7rem;
362
- }
363
-
364
- .ts-public-shell__link[aria-current='page'],
365
- .ts-public-shell__summary--active,
366
- .ts-public-shell__link:hover {
367
- background: var(--ts-color-surface-raised);
368
- border-color: var(--ts-color-border);
369
- color: var(--ts-color-text);
370
- text-decoration: none;
371
- }
372
-
373
- .ts-public-shell__nav-group {
374
- position: relative;
375
- }
376
-
377
- .ts-public-shell__summary {
378
- align-items: center;
379
- cursor: pointer;
380
- display: inline-flex;
381
- gap: 0.35rem;
382
- list-style: none;
383
- }
384
-
385
- .ts-public-shell__summary::-webkit-details-marker {
386
- display: none;
387
- }
388
-
389
- .ts-public-shell__summary span {
390
- color: var(--ts-color-text-subtle);
391
- font-size: 0.75rem;
392
- transition: transform 160ms ease;
393
- }
394
-
395
- .ts-public-shell__nav-group[open] .ts-public-shell__summary span {
396
- transform: rotate(180deg);
397
- }
398
-
399
- .ts-public-shell__menu {
400
- background: var(--ts-color-surface-overlay);
401
- border: 1px solid var(--ts-color-border-strong);
402
- border-radius: var(--ts-radius-md);
403
- box-shadow: var(--ts-color-shadow);
404
- display: grid;
405
- gap: 0.15rem;
406
- inset-block-start: calc(100% + 0.35rem);
407
- inset-inline-end: 0;
408
- min-width: 13rem;
409
- padding: var(--ts-space-1);
410
- position: absolute;
411
- z-index: 40;
412
- }
413
-
414
- .ts-public-shell__menu-link {
415
- border-radius: var(--ts-radius-sm);
416
- color: var(--ts-color-text-muted);
417
- font-size: 0.9rem;
418
- font-weight: 600;
419
- padding: 0.5rem 0.65rem;
420
- text-decoration: none;
421
- }
422
-
423
- .ts-public-shell__menu-link[aria-current='page'],
424
- .ts-public-shell__menu-link:hover,
425
- .ts-public-shell__menu-link:focus-visible {
426
- background: var(--ts-color-surface-muted);
427
- color: var(--ts-color-text);
428
- text-decoration: none;
429
- }
430
-
431
- .ts-public-shell__icon-link {
432
- align-items: center;
433
- border: 1px solid transparent;
434
- border-radius: var(--ts-radius-md);
435
- color: var(--ts-color-text-muted);
436
- display: inline-flex;
437
- height: 2.25rem;
438
- justify-content: center;
439
- text-decoration: none;
440
- width: 2.25rem;
441
- }
442
-
443
- .ts-public-shell__icon-link:hover,
444
- .ts-public-shell__icon-link:focus-visible {
445
- background: var(--ts-color-surface-raised);
446
- border-color: var(--ts-color-border);
447
- color: var(--ts-color-text);
448
- text-decoration: none;
449
- }
450
-
451
- .ts-public-shell__icon-link svg {
452
- fill: currentColor;
453
- height: 1.15rem;
454
- width: 1.15rem;
455
- }
456
-
457
- .ts-public-shell__icon-link--stroke svg {
458
- fill: none;
459
- stroke: currentColor;
460
- stroke-linecap: round;
461
- stroke-linejoin: round;
462
- stroke-width: 1.8;
463
- }
464
-
465
- .ts-public-shell__main {
466
- display: grid;
467
- gap: var(--ts-space-3);
468
- padding-top: clamp(1.25rem, 3vw, 2.25rem);
469
- }
470
-
471
- .ts-public-footer {
472
- border-top: 2px solid var(--ts-color-border-strong);
473
- display: block;
474
- margin-top: 4rem;
475
- padding-top: 2rem;
476
- width: 100%;
477
- }
478
-
479
- .site-footer-cta + .ts-public-footer {
480
- margin-top: 0;
481
- }
482
-
483
- .ts-public-footer__inner {
484
- display: grid;
485
- gap: 2rem;
486
- margin-inline: auto;
487
- max-width: var(--ts-content-width);
488
- padding-bottom: 3.75rem;
489
- width: 100%;
490
- }
491
-
492
- .ts-public-footer__grid {
493
- display: flex;
494
- flex-wrap: wrap;
495
- gap: 2rem;
496
- justify-content: center;
497
- }
498
-
499
- .ts-public-footer__column {
500
- align-content: start;
501
- display: grid;
502
- gap: 0.75rem;
503
- width: 16rem;
504
- }
505
-
506
- .ts-public-footer__title,
507
- .ts-public-footer__column-title {
508
- color: var(--ts-color-text);
509
- font-size: 1.25rem;
510
- font-weight: 750;
511
- line-height: 1.2;
512
- margin: 0;
513
- }
514
-
515
- .ts-public-footer__heading {
516
- color: var(--ts-color-info-text);
517
- font-size: 0.82rem;
518
- font-weight: 750;
519
- letter-spacing: 0.14em;
520
- line-height: 1.2;
521
- margin: 0;
522
- text-transform: uppercase;
523
- }
524
-
525
- .ts-public-footer__copy,
526
- .ts-public-footer__links {
527
- color: var(--ts-color-text-muted);
528
- font-size: 1rem;
529
- line-height: 1.9;
530
- margin: 0;
531
- }
532
-
533
- .ts-public-footer__links {
534
- display: flex;
535
- flex-direction: column;
536
- gap: 0.35rem;
537
- }
538
-
539
- .ts-public-footer__links a {
540
- color: var(--ts-color-text-muted);
541
- display: block;
542
- text-decoration: none;
543
- }
544
-
545
- .ts-public-footer__links a:hover,
546
- .ts-public-footer__links a:focus-visible {
547
- color: var(--ts-color-text);
548
- text-decoration: underline;
549
- }
550
-
551
- @media (min-width: 48rem) {
552
- .ts-project-header {
553
- align-items: center;
554
- grid-template-columns: minmax(0, 1fr) auto;
555
- }
556
-
557
- .ts-project-header .ts-shell-tabs {
558
- grid-column: 1 / -1;
559
- }
560
- }
561
-
562
- @media (max-width: 61.25rem) {
563
- .ts-app-shell {
564
- display: block;
565
- padding-bottom: 4.5rem;
566
- }
567
-
568
- .ts-app-shell__rail {
569
- display: none;
570
- }
571
-
572
- .ts-app-shell__main {
573
- padding: var(--ts-space-2);
574
- }
575
-
576
- .ts-app-shell__mobile-top {
577
- background: var(--ts-color-surface-overlay);
578
- border-bottom: 1px solid var(--ts-color-border);
579
- display: flex;
580
- margin: calc(var(--ts-space-2) * -1) calc(var(--ts-space-2) * -1) 0;
581
- padding: var(--ts-space-2);
582
- position: sticky;
583
- top: 0;
584
- z-index: 20;
585
- }
586
-
587
- .ts-app-shell__header {
588
- flex-direction: column;
589
- }
590
-
591
- .ts-app-shell__header-actions {
592
- justify-content: stretch;
593
- width: 100%;
594
- }
595
-
596
- .ts-app-shell__header-actions .ts-shell-utility-actions {
597
- display: none;
598
- }
599
-
600
- .ts-bottom-nav {
601
- display: grid;
602
- }
603
- }
604
-
605
- @media (max-width: 40rem) {
606
- .ts-public-shell {
607
- padding: var(--ts-space-2);
608
- }
609
-
610
- .ts-top-bar {
611
- align-items: center;
612
- flex-wrap: wrap;
613
- }
614
-
615
- .ts-top-bar__actions {
616
- justify-content: flex-end;
617
- }
618
-
619
- .ts-public-shell__nav {
620
- justify-content: flex-start;
621
- }
622
-
623
- .ts-public-shell__menu {
624
- inset-inline: 0 auto;
625
- }
626
- }