Commit 7ae14af
Sidebar disclosure color (#4011)
* refactor: extract NavigationDisclosure props into interface
* fix: fixing type issue
* fix: fixing header for unselected navigation header
* refactor: adding a styles for the unselected disclosure heading
* refactor: extracting style computation logic into a custom hook
* refactor: renaming variable
* fix: removing change
* chore: adding changeset
* chore: formatting
* feat: adding sidebar navigation item unselected styles
* feat: updating the computed styles
* chore: updating changeset message
* feat: adjusting the icon color in sidebar navigation disclosure heading
* chore: reverting changes
* chore: small changes for merging
---------
Co-authored-by: “nora <[email protected]>
Co-authored-by: Nora Krantz <[email protected]>1 parent df4ffd6 commit 7ae14af
File tree
3 files changed
+73
-11
lines changed- .changeset
- packages
- paste-website/src/components/site-wrapper/sidebar
3 files changed
+73
-11
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 54 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
43 | 92 | | |
44 | 93 | | |
45 | 94 | | |
| |||
63 | 112 | | |
64 | 113 | | |
65 | 114 | | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
66 | 118 | | |
67 | 119 | | |
68 | 120 | | |
69 | 121 | | |
70 | 122 | | |
71 | 123 | | |
72 | 124 | | |
73 | | - | |
74 | | - | |
| 125 | + | |
75 | 126 | | |
76 | 127 | | |
77 | 128 | | |
| |||
87 | 138 | | |
88 | 139 | | |
89 | 140 | | |
90 | | - | |
| 141 | + | |
91 | 142 | | |
92 | 143 | | |
93 | 144 | | |
| |||
Lines changed: 13 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
| |||
0 commit comments