@7shifts/sous-chef 4.2.0 → 4.3.0-beta-20260522180347

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 (36) hide show
  1. package/dist/assets/SevenShiftsLogo/SevenShiftsLogo.d.ts +3 -0
  2. package/dist/assets/SevenShiftsLogo/index.d.ts +1 -0
  3. package/dist/assets/SevenShiftsShortLogo/SevenShiftsShortLogo.d.ts +3 -0
  4. package/dist/assets/SevenShiftsShortLogo/index.d.ts +1 -0
  5. package/dist/foundation/tokens/color/color-constants.d.ts +1 -0
  6. package/dist/foundation/tokens/color/color-types.d.ts +1 -1
  7. package/dist/hooks/useScrollDetector.d.ts +5 -0
  8. package/dist/index.css +318 -12
  9. package/dist/index.css.map +1 -1
  10. package/dist/index.js +2553 -2160
  11. package/dist/index.js.map +1 -1
  12. package/dist/index.modern.js +2748 -2348
  13. package/dist/index.modern.js.map +1 -1
  14. package/dist/navigation/PrimaryNav/PrimaryNav.d.ts +13 -0
  15. package/dist/navigation/PrimaryNav/PrimaryNavContext.d.ts +16 -0
  16. package/dist/navigation/PrimaryNav/PrimaryNavHeader/PrimaryNavHeader.d.ts +8 -0
  17. package/dist/navigation/PrimaryNav/PrimaryNavHeader/index.d.ts +1 -0
  18. package/dist/navigation/PrimaryNav/index.d.ts +1 -0
  19. package/dist/navigation/PrimaryNavDivider/PrimaryNavDivider.d.ts +3 -0
  20. package/dist/navigation/PrimaryNavDivider/index.d.ts +1 -0
  21. package/dist/navigation/PrimaryNavFooter/PrimaryNavFooter.d.ts +6 -0
  22. package/dist/navigation/PrimaryNavFooter/index.d.ts +1 -0
  23. package/dist/navigation/PrimaryNavItem/PrimaryNavItem.d.ts +12 -0
  24. package/dist/navigation/PrimaryNavItem/PrimaryNavItemBadge/PrimaryNavItemBadge.d.ts +9 -0
  25. package/dist/navigation/PrimaryNavItem/PrimaryNavItemBadge/index.d.ts +1 -0
  26. package/dist/navigation/PrimaryNavItem/index.d.ts +1 -0
  27. package/dist/navigation/PrimaryNavSubItem/PrimaryNavSubItem.d.ts +11 -0
  28. package/dist/navigation/PrimaryNavSubItem/index.d.ts +1 -0
  29. package/dist/navigation/index.d.ts +6 -1
  30. package/dist/utils/actions.d.ts +1 -1
  31. package/llms-instructions/llms-components.md +425 -0
  32. package/llms-instructions/llms-composing-components.md +502 -0
  33. package/llms-instructions/llms-icons-and-illustrations.md +1039 -0
  34. package/llms-instructions/llms-tokens.md +397 -0
  35. package/llms-instructions/llms.md +78 -0
  36. package/package.json +4 -3
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SevenShiftsLogo: () => React.JSX.Element;
3
+ export default SevenShiftsLogo;
@@ -0,0 +1 @@
1
+ export { default } from './SevenShiftsLogo';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const SevenShiftsShortLogo: () => React.JSX.Element;
3
+ export default SevenShiftsShortLogo;
@@ -0,0 +1 @@
1
+ export { default } from './SevenShiftsShortLogo';
@@ -189,4 +189,5 @@ export declare const COLORS: {
189
189
  readonly 'brand-neutrals-chefscoat-dynamic': "var(--color-brand-neutrals-chefscoat-dynamic)";
190
190
  readonly 'on-graphic-black': "var(--color-on-graphic-black)";
191
191
  readonly 'on-graphic-white': "var(--color-on-graphic-white)";
192
+ readonly 'canvas-background-color': "var(--color-canvas-background-color)";
192
193
  };
@@ -1 +1 @@
1
- export type Color = 'white' | 'black' | 'tangerine-100' | 'tangerine-200' | 'tangerine-300' | 'tangerine-400' | 'tangerine-500' | 'tangerine-600' | 'eggplant-100' | 'eggplant-200' | 'eggplant-300' | 'eggplant-400' | 'eggplant-500' | 'eggplant-600' | 'mint-100' | 'mint-200' | 'mint-300' | 'mint-400' | 'mint-500' | 'mint-600' | 'radish-100' | 'radish-200' | 'radish-300' | 'radish-400' | 'radish-500' | 'radish-600' | 'blueberry-100' | 'blueberry-200' | 'blueberry-300' | 'blueberry-400' | 'blueberry-500' | 'blueberry-600' | 'banana-100' | 'banana-200' | 'banana-300' | 'banana-400' | 'banana-500' | 'banana-600' | 'grey-100' | 'grey-200' | 'grey-300' | 'grey-400' | 'grey-500' | 'grey-600' | 'oat-100' | 'oat-200' | 'oat-300' | 'oat-400' | 'oat-500' | 'oat-600' | 'lime-100' | 'lime-200' | 'lime-300' | 'lime-400' | 'lime-500' | 'lime-600' | 'blackberry-100' | 'blackberry-200' | 'blackberry-300' | 'blackberry-400' | 'blackberry-500' | 'blackberry-600' | 'seq-1' | 'seq-2' | 'seq-3' | 'seq-4' | 'seq-5' | 'seq-6' | 'seq-7' | 'seq-8' | 'seq-9' | 'seq-10' | 'seq-11' | 'seq-12' | 'seq-13' | 'seq-14' | 'seq-15' | 'seq-16' | 'seq-17' | 'seq-18' | 'seq-19' | 'seq-20' | 'neutral-color' | 'neutral-on-color' | 'neutral-container' | 'neutral-on-container' | 'neutral-container-variant' | 'neutral-on-container-variant' | 'neutral-black-transparent-05' | 'neutral-black-transparent-10' | 'neutral-black-transparent-15' | 'neutral-black-transparent-20' | 'neutral-black-transparent-30' | 'neutral-black-transparent-40' | 'neutral-black-transparent-50' | 'neutral-black-transparent-60' | 'neutral-black-transparent-70' | 'neutral-black-transparent-80' | 'neutral-black-transparent-90' | 'neutral-white-transparent-05' | 'neutral-white-transparent-10' | 'neutral-white-transparent-15' | 'neutral-white-transparent-20' | 'neutral-white-transparent-30' | 'neutral-white-transparent-40' | 'neutral-white-transparent-50' | 'neutral-white-transparent-60' | 'neutral-white-transparent-70' | 'neutral-white-transparent-80' | 'neutral-white-transparent-90' | 'surface-color-overlay' | 'surface-color-dim' | 'surface-color' | 'surface-on-color-disabled' | 'surface-on-color-subtle' | 'surface-on-color' | 'surface-on-color-bold' | 'surface-container' | 'surface-container-high' | 'surface-container-highest' | 'surface-container-disabled' | 'surface-container-disabled-variant' | 'surface-on-container-disabled' | 'surface-inverse' | 'surface-on-inverse' | 'surface-on-inverse-disabled' | 'outline' | 'outline-variant' | 'outline-inverse' | 'primary-color' | 'primary-on-color' | 'primary-color-variant' | 'primary-on-color-variant' | 'primary-container' | 'primary-on-container' | 'primary-container-variant' | 'primary-on-container-variant' | 'secondary-color' | 'secondary-on-color' | 'secondary-container' | 'secondary-on-container' | 'secondary-container-variant' | 'secondary-on-container-variant' | 'tertiary-color' | 'tertiary-on-color' | 'tertiary-container' | 'tertiary-on-container' | 'tertiary-container-variant' | 'tertiary-on-container-variant' | 'success-color' | 'success-on-color' | 'success-container' | 'success-on-container' | 'success-container-variant' | 'success-on-container-variant' | 'danger-color' | 'danger-on-color' | 'danger-container' | 'danger-on-container' | 'danger-container-variant' | 'danger-on-container-variant' | 'info-color' | 'info-on-color' | 'info-container' | 'info-on-container' | 'info-container-variant' | 'info-on-container-variant' | 'upsell-color' | 'upsell-on-color' | 'upsell-color-variant' | 'upsell-on-color-variant' | 'upsell-container' | 'upsell-on-container' | 'upsell-container-variant' | 'upsell-on-container-variant' | 'warning-color' | 'warning-on-color' | 'warning-container' | 'warning-on-container' | 'warning-container-variant' | 'warning-on-container-variant' | 'shadow-overlay' | 'shadow-active' | 'hover-inverse' | 'hover-lighten' | 'hover-darken' | 'brand-neutrals-caviar-dynamic' | 'brand-neutrals-chefscoat-dynamic' | 'on-graphic-black' | 'on-graphic-white';
1
+ export type Color = 'white' | 'black' | 'tangerine-100' | 'tangerine-200' | 'tangerine-300' | 'tangerine-400' | 'tangerine-500' | 'tangerine-600' | 'eggplant-100' | 'eggplant-200' | 'eggplant-300' | 'eggplant-400' | 'eggplant-500' | 'eggplant-600' | 'mint-100' | 'mint-200' | 'mint-300' | 'mint-400' | 'mint-500' | 'mint-600' | 'radish-100' | 'radish-200' | 'radish-300' | 'radish-400' | 'radish-500' | 'radish-600' | 'blueberry-100' | 'blueberry-200' | 'blueberry-300' | 'blueberry-400' | 'blueberry-500' | 'blueberry-600' | 'banana-100' | 'banana-200' | 'banana-300' | 'banana-400' | 'banana-500' | 'banana-600' | 'grey-100' | 'grey-200' | 'grey-300' | 'grey-400' | 'grey-500' | 'grey-600' | 'oat-100' | 'oat-200' | 'oat-300' | 'oat-400' | 'oat-500' | 'oat-600' | 'lime-100' | 'lime-200' | 'lime-300' | 'lime-400' | 'lime-500' | 'lime-600' | 'blackberry-100' | 'blackberry-200' | 'blackberry-300' | 'blackberry-400' | 'blackberry-500' | 'blackberry-600' | 'seq-1' | 'seq-2' | 'seq-3' | 'seq-4' | 'seq-5' | 'seq-6' | 'seq-7' | 'seq-8' | 'seq-9' | 'seq-10' | 'seq-11' | 'seq-12' | 'seq-13' | 'seq-14' | 'seq-15' | 'seq-16' | 'seq-17' | 'seq-18' | 'seq-19' | 'seq-20' | 'neutral-color' | 'neutral-on-color' | 'neutral-container' | 'neutral-on-container' | 'neutral-container-variant' | 'neutral-on-container-variant' | 'neutral-black-transparent-05' | 'neutral-black-transparent-10' | 'neutral-black-transparent-15' | 'neutral-black-transparent-20' | 'neutral-black-transparent-30' | 'neutral-black-transparent-40' | 'neutral-black-transparent-50' | 'neutral-black-transparent-60' | 'neutral-black-transparent-70' | 'neutral-black-transparent-80' | 'neutral-black-transparent-90' | 'neutral-white-transparent-05' | 'neutral-white-transparent-10' | 'neutral-white-transparent-15' | 'neutral-white-transparent-20' | 'neutral-white-transparent-30' | 'neutral-white-transparent-40' | 'neutral-white-transparent-50' | 'neutral-white-transparent-60' | 'neutral-white-transparent-70' | 'neutral-white-transparent-80' | 'neutral-white-transparent-90' | 'surface-color-overlay' | 'surface-color-dim' | 'surface-color' | 'surface-on-color-disabled' | 'surface-on-color-subtle' | 'surface-on-color' | 'surface-on-color-bold' | 'surface-container' | 'surface-container-high' | 'surface-container-highest' | 'surface-container-disabled' | 'surface-container-disabled-variant' | 'surface-on-container-disabled' | 'surface-inverse' | 'surface-on-inverse' | 'surface-on-inverse-disabled' | 'outline' | 'outline-variant' | 'outline-inverse' | 'primary-color' | 'primary-on-color' | 'primary-color-variant' | 'primary-on-color-variant' | 'primary-container' | 'primary-on-container' | 'primary-container-variant' | 'primary-on-container-variant' | 'secondary-color' | 'secondary-on-color' | 'secondary-container' | 'secondary-on-container' | 'secondary-container-variant' | 'secondary-on-container-variant' | 'tertiary-color' | 'tertiary-on-color' | 'tertiary-container' | 'tertiary-on-container' | 'tertiary-container-variant' | 'tertiary-on-container-variant' | 'success-color' | 'success-on-color' | 'success-container' | 'success-on-container' | 'success-container-variant' | 'success-on-container-variant' | 'danger-color' | 'danger-on-color' | 'danger-container' | 'danger-on-container' | 'danger-container-variant' | 'danger-on-container-variant' | 'info-color' | 'info-on-color' | 'info-container' | 'info-on-container' | 'info-container-variant' | 'info-on-container-variant' | 'upsell-color' | 'upsell-on-color' | 'upsell-color-variant' | 'upsell-on-color-variant' | 'upsell-container' | 'upsell-on-container' | 'upsell-container-variant' | 'upsell-on-container-variant' | 'warning-color' | 'warning-on-color' | 'warning-container' | 'warning-on-container' | 'warning-container-variant' | 'warning-on-container-variant' | 'shadow-overlay' | 'shadow-active' | 'hover-inverse' | 'hover-lighten' | 'hover-darken' | 'brand-neutrals-caviar-dynamic' | 'brand-neutrals-chefscoat-dynamic' | 'on-graphic-black' | 'on-graphic-white' | 'canvas-background-color';
@@ -0,0 +1,5 @@
1
+ import { RefObject } from 'react';
2
+ export declare const useScrollDetector: (contentRef: RefObject<HTMLDivElement>) => {
3
+ hasScroll: boolean;
4
+ isScrolled: boolean;
5
+ };
package/dist/index.css CHANGED
@@ -1,7 +1,23 @@
1
+ @font-face {
2
+ font-family: "SF Pro";
3
+ src: url("https://cdn.7shifts.com/fonts/SFPro/SFPRODISPLAYTHIN.OTF") format("opentype");
4
+ font-weight: 100;
5
+ font-style: normal;
6
+ /* Preload the font */
7
+ unicode-range: U+0000-00FF; /* Basic Latin */
8
+ }
9
+ @font-face {
10
+ font-family: "SF Pro";
11
+ src: url("https://cdn.7shifts.com/fonts/SFPro/SFPRODISPLAYLIGHT.OTF") format("opentype");
12
+ font-weight: 200;
13
+ font-style: normal;
14
+ /* Preload the font */
15
+ unicode-range: U+0000-00FF; /* Basic Latin */
16
+ }
1
17
  @font-face {
2
18
  font-family: "SF Pro";
3
19
  src: url("https://cdn.7shifts.com/fonts/SFPro/SFPRODISPLAYREGULAR.OTF") format("opentype");
4
- font-weight: normal;
20
+ font-weight: 300;
5
21
  font-style: normal;
6
22
  /* Preload the font */
7
23
  unicode-range: U+0000-00FF; /* Basic Latin */
@@ -9,11 +25,43 @@
9
25
  @font-face {
10
26
  font-family: "SF Pro";
11
27
  src: url("https://cdn.7shifts.com/fonts/SFPro/SFPRODISPLAYMEDIUM.OTF") format("opentype");
28
+ font-weight: 400;
29
+ font-style: normal;
30
+ /* Preload the font */
31
+ unicode-range: U+0000-00FF; /* Basic Latin */
32
+ }
33
+ @font-face {
34
+ font-family: "SF Pro";
35
+ src: url("https://cdn.7shifts.com/fonts/SFPro/SFPRODISPLAYSEMIBOLD.OTF") format("opentype");
36
+ font-weight: 500;
37
+ font-style: normal;
38
+ /* Preload the font */
39
+ unicode-range: U+0000-00FF; /* Basic Latin */
40
+ }
41
+ @font-face {
42
+ font-family: "SF Pro";
43
+ src: url("https://cdn.7shifts.com/fonts/SFPro/SFPRODISPLAYBOLD.OTF") format("opentype");
12
44
  font-weight: 600;
13
45
  font-style: normal;
14
46
  /* Preload the font */
15
47
  unicode-range: U+0000-00FF; /* Basic Latin */
16
48
  }
49
+ @font-face {
50
+ font-family: "SF Pro";
51
+ src: url("https://cdn.7shifts.com/fonts/SFPro/SFPRODISPLAYHEAVY.OTF") format("opentype");
52
+ font-weight: 700;
53
+ font-style: normal;
54
+ /* Preload the font */
55
+ unicode-range: U+0000-00FF; /* Basic Latin */
56
+ }
57
+ @font-face {
58
+ font-family: "SF Pro";
59
+ src: url("https://cdn.7shifts.com/fonts/SFPro/SFPRODISPLAYBLACK.OTF") format("opentype");
60
+ font-weight: 800;
61
+ font-style: normal;
62
+ /* Preload the font */
63
+ unicode-range: U+0000-00FF; /* Basic Latin */
64
+ }
17
65
  @font-face {
18
66
  font-family: "Universal Sans Display";
19
67
  src: url("https://cdn.7shifts.com/fonts/UniversalSans/Universal-Sans-Display-500.ttf");
@@ -39,10 +87,14 @@
39
87
  --font-line-height-500: 1.75rem;
40
88
  --font-line-height-600: 2rem;
41
89
  --font-line-height-700: 2.75rem;
42
- --p-font-weight-light: 300;
43
- --p-font-weight-normal: 400;
90
+ --p-font-weight-thin: 100;
91
+ --p-font-weight-light: 200;
92
+ --p-font-weight-normal: 300;
93
+ --p-font-weight-medium: 400;
44
94
  --p-font-weight-semibold: 500;
45
95
  --p-font-weight-bold: 600;
96
+ --p-font-weight-heavy: 700;
97
+ --p-font-weight-black: 800;
46
98
  }
47
99
  :root {
48
100
  --color-white: #fff;
@@ -297,6 +349,7 @@
297
349
  --color-brand-neutrals-chefscoat-dynamic: #fff;
298
350
  --color-on-graphic-black: #000;
299
351
  --color-on-graphic-white: #fff;
352
+ --color-canvas-background-color: #fff;
300
353
  }
301
354
 
302
355
  .theme-dark {
@@ -406,6 +459,7 @@
406
459
  --color-brand-neutrals-chefscoat-dynamic: #000;
407
460
  --color-on-graphic-black: #000;
408
461
  --color-on-graphic-white: #fff;
462
+ --color-canvas-background-color: #2c2c2c;
409
463
  }
410
464
  :root {
411
465
  --border-radius-300: 4px;
@@ -426,8 +480,10 @@ body {
426
480
  font-size: var(--font-size-200);
427
481
  line-height: var(--font-line-height-200);
428
482
  font-weight: var(--p-font-weight-normal);
483
+ -webkit-font-smoothing: antialiased; /* Chrome, Safari, Edge, Opera */
484
+ -moz-osx-font-smoothing: grayscale; /* Firefox on macOS */
429
485
  color: var(--color-surface-on-color);
430
- background-color: var(--color-surface-color-dim) !important;
486
+ background-color: var(--color-canvas-background-color) !important;
431
487
  }
432
488
 
433
489
  body * {
@@ -1226,7 +1282,7 @@ h1._6SgoN {
1226
1282
  font-family: var(--font-family-heading);
1227
1283
  font-size: var(--font-size-600);
1228
1284
  line-height: var(--font-line-height-600);
1229
- font-weight: var(--p-font-weight-semibold);
1285
+ font-weight: var(--p-font-weight-medium);
1230
1286
  }
1231
1287
  h1._i2LHD {
1232
1288
  font-weight: var(--p-font-weight-bold);
@@ -1236,7 +1292,7 @@ h2._6SgoN {
1236
1292
  font-family: var(--font-family-heading);
1237
1293
  font-size: var(--font-size-500);
1238
1294
  line-height: var(--font-line-height-500);
1239
- font-weight: var(--p-font-weight-semibold);
1295
+ font-weight: var(--p-font-weight-medium);
1240
1296
  }
1241
1297
  h2._i2LHD {
1242
1298
  font-weight: var(--p-font-weight-bold);
@@ -1246,7 +1302,7 @@ h3._6SgoN {
1246
1302
  font-family: var(--font-family-heading);
1247
1303
  font-size: var(--font-size-400);
1248
1304
  line-height: var(--font-line-height-400);
1249
- font-weight: var(--p-font-weight-semibold);
1305
+ font-weight: var(--p-font-weight-medium);
1250
1306
  }
1251
1307
  h3._i2LHD {
1252
1308
  font-weight: var(--p-font-weight-bold);
@@ -1291,7 +1347,7 @@ h5._i2LHD {
1291
1347
  font-family: var(--font-family-heading);
1292
1348
  font-size: var(--font-size-700);
1293
1349
  line-height: var(--font-line-height-700);
1294
- font-weight: var(--p-font-weight-semibold);
1350
+ font-weight: var(--p-font-weight-medium);
1295
1351
  }
1296
1352
  ._yZbuO {
1297
1353
  font-family: var(--font-family-body);
@@ -1869,7 +1925,7 @@ h5._i2LHD {
1869
1925
  font-family: var(--font-family-heading);
1870
1926
  font-size: var(--font-size-500);
1871
1927
  line-height: var(--font-line-height-500);
1872
- font-weight: var(--p-font-weight-semibold);
1928
+ font-weight: var(--p-font-weight-medium);
1873
1929
  color: var(--color-surface-on-color-bold);
1874
1930
  padding: 0;
1875
1931
  }
@@ -3561,7 +3617,7 @@ input:disabled + ._kmvBP::after {
3561
3617
  font-family: var(--font-family-heading);
3562
3618
  font-size: var(--font-size-400);
3563
3619
  line-height: var(--font-line-height-400);
3564
- font-weight: var(--p-font-weight-semibold);
3620
+ font-weight: var(--p-font-weight-medium);
3565
3621
  margin: 0;
3566
3622
  }
3567
3623
  ._zybxx {
@@ -5552,7 +5608,7 @@ input._TEU6N {
5552
5608
  font-family: var(--font-family-heading);
5553
5609
  font-size: var(--font-size-500);
5554
5610
  line-height: var(--font-line-height-500);
5555
- font-weight: var(--p-font-weight-semibold);
5611
+ font-weight: var(--p-font-weight-medium);
5556
5612
  width: 40px;
5557
5613
  height: 40px;
5558
5614
  }
@@ -5564,7 +5620,7 @@ input._TEU6N {
5564
5620
  font-family: var(--font-family-heading);
5565
5621
  font-size: var(--font-size-600);
5566
5622
  line-height: var(--font-line-height-600);
5567
- font-weight: var(--p-font-weight-semibold);
5623
+ font-weight: var(--p-font-weight-medium);
5568
5624
  width: 80px;
5569
5625
  height: 80px;
5570
5626
  }
@@ -5677,6 +5733,256 @@ input._TEU6N {
5677
5733
  ._4M-yZ {
5678
5734
  min-width: 40px;
5679
5735
  }
5736
+ ._6bVLs {
5737
+ display: flex;
5738
+ flex-direction: column;
5739
+ justify-content: center;
5740
+ flex-shrink: 0;
5741
+ position: relative;
5742
+ z-index: 1;
5743
+ box-sizing: border-box;
5744
+ height: 56px;
5745
+ padding-left: 28px;
5746
+ padding-right: 4px;
5747
+ color: var(--color-brand-neutrals-caviar-dynamic);
5748
+ }
5749
+ ._AYwpG {
5750
+ padding: 0;
5751
+ padding-left: 20px;
5752
+ }
5753
+ ._IpBk1 {
5754
+ box-shadow: 0 0 12px -3px var(--color-shadow-overlay);
5755
+ border-bottom: 1px solid var(--nav-foreground-color);
5756
+ transition: box-shadow 0.4s ease-in-out;
5757
+ }
5758
+ ._Smo46 {
5759
+ --nav-background-color: #f1f0ec;
5760
+ --nav-foreground-color: #e2ded6;
5761
+ --nav-object-soft-color: #6e6d6c;
5762
+ --nav-object-normal-color: #232324;
5763
+ height: 100%;
5764
+ background-color: var(--nav-background-color);
5765
+ display: flex;
5766
+ flex-direction: column;
5767
+ overflow: hidden;
5768
+ transition: width 0.4s;
5769
+ }
5770
+ ._-6GAa {
5771
+ --nav-background-color: #413e3e;
5772
+ --nav-foreground-color: #6e6d6c;
5773
+ --nav-object-soft-color: #c9c4ba;
5774
+ --nav-object-normal-color: #f8f7f5;
5775
+ }
5776
+ ._w-QAC {
5777
+ width: 64px;
5778
+ }
5779
+ ._w-QAC ._UCA59 {
5780
+ scrollbar-width: none;
5781
+ }
5782
+ ._w-QAC ._UCA59::-webkit-scrollbar {
5783
+ display: none;
5784
+ }
5785
+ ._B7Nse {
5786
+ width: 248px;
5787
+ }
5788
+ ._UCA59 {
5789
+ flex-grow: 1;
5790
+ min-height: 0;
5791
+ overflow-y: auto;
5792
+ overflow-x: hidden;
5793
+ background-color: var(--nav-background-color);
5794
+ padding-top: 10px;
5795
+ }
5796
+ @keyframes _aMyIG {
5797
+ from {
5798
+ opacity: 0;
5799
+ }
5800
+ to {
5801
+ opacity: 1;
5802
+ }
5803
+ }
5804
+ ._mWULf {
5805
+ padding: 4px 12px;
5806
+ min-height: 38px;
5807
+ color: var(--nav-object-soft-color);
5808
+ box-sizing: border-box;
5809
+ }
5810
+ ._mWULf button {
5811
+ width: 100%;
5812
+ padding: 0;
5813
+ border: 0;
5814
+ text-align: left;
5815
+ background-color: transparent;
5816
+ }
5817
+ ._GkDWn {
5818
+ display: flex;
5819
+ align-items: center;
5820
+ gap: 16px;
5821
+ padding: 4px 2px 4px 12px;
5822
+ min-height: 29px;
5823
+ box-sizing: border-box;
5824
+ border-radius: var(--border-radius-400);
5825
+ line-height: 16px;
5826
+ cursor: pointer;
5827
+ position: relative;
5828
+ }
5829
+ ._GkDWn:hover {
5830
+ background: var(--color-hover-darken);
5831
+ }
5832
+ ._3LYJx {
5833
+ display: flex;
5834
+ align-items: center;
5835
+ justify-content: center;
5836
+ flex-shrink: 0;
5837
+ width: 16px;
5838
+ height: 16px;
5839
+ color: var(--nav-object-soft-color);
5840
+ }
5841
+ ._oz5bt {
5842
+ flex-grow: 1;
5843
+ min-width: 0;
5844
+ white-space: nowrap;
5845
+ overflow: hidden;
5846
+ text-overflow: ellipsis;
5847
+ color: var(--nav-object-normal-color);
5848
+ font-family: var(--font-family-body);
5849
+ }
5850
+ ._yCxLl {
5851
+ width: 8px;
5852
+ height: 8px;
5853
+ background: var(--color-secondary-color);
5854
+ border-radius: 50%;
5855
+ position: absolute;
5856
+ right: 9px;
5857
+ top: 2px;
5858
+ border: 1px solid var(--nav-foreground-color);
5859
+ animation: _aMyIG 0.8s ease;
5860
+ }
5861
+ ._SFpch {
5862
+ display: flex;
5863
+ flex-direction: column;
5864
+ gap: 6px;
5865
+ margin-top: 4px;
5866
+ }
5867
+ ._zfy2L {
5868
+ color: var(--nav-object-normal-color);
5869
+ border-left: 2px solid var(--nav-object-normal-color);
5870
+ padding-left: 10px;
5871
+ }
5872
+ ._zfy2L ._GkDWn {
5873
+ background: var(--nav-foreground-color);
5874
+ }
5875
+ ._zfy2L ._3LYJx {
5876
+ color: var(--nav-object-normal-color);
5877
+ }
5878
+ ._els3B ._3LYJx {
5879
+ color: var(--nav-object-normal-color);
5880
+ }
5881
+ ._-RLI8 {
5882
+ color: var(--nav-object-normal-color);
5883
+ border-left: 2px solid var(--nav-object-normal-color);
5884
+ padding-left: 10px;
5885
+ }
5886
+ ._S2i4R {
5887
+ width: 8px;
5888
+ height: 8px;
5889
+ background: var(--color-secondary-color);
5890
+ border-radius: 50%;
5891
+ position: absolute;
5892
+ right: 9px;
5893
+ top: 2px;
5894
+ border: 1px solid var(--nav-foreground-color);
5895
+ animation: _D9NA6 0.8s ease;
5896
+ }
5897
+ @keyframes _eIHTO {
5898
+ from {
5899
+ opacity: 0;
5900
+ }
5901
+ to {
5902
+ opacity: 1;
5903
+ }
5904
+ }
5905
+ ._kWT6L {
5906
+ min-height: 30px;
5907
+ color: var(--nav-object-soft-color);
5908
+ box-sizing: border-box;
5909
+ }
5910
+ ._c3utS {
5911
+ display: flex;
5912
+ align-items: center;
5913
+ gap: 16px;
5914
+ padding: 4px 2px 4px 44px;
5915
+ min-height: 30px;
5916
+ box-sizing: border-box;
5917
+ border-radius: var(--border-radius-400);
5918
+ line-height: 21px;
5919
+ cursor: pointer;
5920
+ }
5921
+ ._3IImx {
5922
+ padding-left: 16px;
5923
+ }
5924
+ ._WwagZ {
5925
+ padding-left: 12px;
5926
+ }
5927
+ ._c3utS:hover {
5928
+ background: var(--color-hover-darken);
5929
+ }
5930
+ ._uDuDj {
5931
+ width: 16px;
5932
+ }
5933
+ ._Kg1TF {
5934
+ flex-grow: 1;
5935
+ min-width: 0;
5936
+ white-space: nowrap;
5937
+ overflow: hidden;
5938
+ text-overflow: ellipsis;
5939
+ color: var(--nav-object-normal-color);
5940
+ font-family: var(--font-family-body);
5941
+ }
5942
+ ._uMbkq {
5943
+ width: 6px;
5944
+ height: 6px;
5945
+ border: 1px solid var(--nav-object-soft-color);
5946
+ border-radius: 50%;
5947
+ animation: _eIHTO 0.2s ease;
5948
+ box-sizing: border-box;
5949
+ }
5950
+ ._nkaWg {
5951
+ color: var(--nav-object-normal-color);
5952
+ }
5953
+ ._nkaWg ._3IImx {
5954
+ padding-left: 15px;
5955
+ }
5956
+ ._nkaWg ._uMbkq {
5957
+ background: var(--nav-object-normal-color);
5958
+ width: 8px;
5959
+ height: 8px;
5960
+ border: none;
5961
+ }
5962
+ ._nkaWg ._c3utS {
5963
+ background: var(--nav-foreground-color);
5964
+ }
5965
+ ._qN8Zl {
5966
+ width: 100%;
5967
+ padding: 10px 15px;
5968
+ box-sizing: border-box;
5969
+ }
5970
+ ._qN8Zl::after {
5971
+ content: "";
5972
+ display: block;
5973
+ width: 100%;
5974
+ height: 1px;
5975
+ background-color: var(--nav-foreground-color);
5976
+ }
5977
+ ._9dbuu {
5978
+ flex-shrink: 0;
5979
+ padding: 10px 0 20px 0;
5980
+ }
5981
+ ._Bq3B4 {
5982
+ box-shadow: 0 0 12px -3px var(--color-shadow-overlay);
5983
+ border-top: 1px solid var(--nav-foreground-color);
5984
+ transition: box-shadow 0.4s ease-in-out;
5985
+ }
5680
5986
  ._mhyqH {
5681
5987
  display: flex;
5682
5988
  flex-direction: row;