@tanstack/devtools-ui 0.4.1 → 0.4.3

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.
@@ -507,6 +507,173 @@ export function X() {
507
507
  )
508
508
  }
509
509
 
510
+ export function PackageIcon() {
511
+ return (
512
+ <svg
513
+ width="20"
514
+ height="20"
515
+ viewBox="0 0 24 24"
516
+ fill="none"
517
+ xmlns="http://www.w3.org/2000/svg"
518
+ >
519
+ <path
520
+ d="M16.5 9.39999L7.5 4.20999M12 17.5L12 3M21 16V7.99999C20.9996 7.64926 20.9071 7.30481 20.7315 7.00116C20.556 6.69751 20.3037 6.44536 20 6.26999L13 2.26999C12.696 2.09446 12.3511 2.00204 12 2.00204C11.6489 2.00204 11.304 2.09446 11 2.26999L4 6.26999C3.69626 6.44536 3.44398 6.69751 3.26846 7.00116C3.09294 7.30481 3.00036 7.64926 3 7.99999V16C3.00036 16.3507 3.09294 16.6952 3.26846 16.9988C3.44398 17.3025 3.69626 17.5546 4 17.73L11 21.73C11.304 21.9055 11.6489 21.998 12 21.998C12.3511 21.998 12.696 21.9055 13 21.73L20 17.73C20.3037 17.5546 20.556 17.3025 20.7315 16.9988C20.9071 16.6952 20.9996 16.3507 21 16Z"
521
+ stroke="currentColor"
522
+ stroke-width="2"
523
+ stroke-linecap="round"
524
+ stroke-linejoin="round"
525
+ />
526
+ </svg>
527
+ )
528
+ }
529
+
530
+ export function CheckCircleIcon() {
531
+ return (
532
+ <svg
533
+ width="18"
534
+ height="18"
535
+ viewBox="0 0 24 24"
536
+ fill="none"
537
+ xmlns="http://www.w3.org/2000/svg"
538
+ >
539
+ <path
540
+ d="M22 11.08V12C21.9988 14.1564 21.3005 16.2547 20.0093 17.9818C18.7182 19.7088 16.9033 20.9725 14.8354 21.5839C12.7674 22.1953 10.5573 22.1219 8.53447 21.3746C6.51168 20.6273 4.78465 19.2461 3.61096 17.4371C2.43727 15.628 1.87979 13.4881 2.02168 11.3363C2.16356 9.18455 2.99721 7.13631 4.39828 5.49706C5.79935 3.85781 7.69279 2.71537 9.79619 2.24013C11.8996 1.76489 14.1003 1.98232 16.07 2.85999M22 4L12 14.01L9 11.01"
541
+ stroke="currentColor"
542
+ stroke-width="2"
543
+ stroke-linecap="round"
544
+ stroke-linejoin="round"
545
+ />
546
+ </svg>
547
+ )
548
+ }
549
+
550
+ export function XCircleIcon() {
551
+ return (
552
+ <svg
553
+ width="18"
554
+ height="18"
555
+ viewBox="0 0 24 24"
556
+ fill="none"
557
+ xmlns="http://www.w3.org/2000/svg"
558
+ >
559
+ <path
560
+ d="M15 9L9 15M9 9L15 15M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12Z"
561
+ stroke="currentColor"
562
+ stroke-width="2"
563
+ stroke-linecap="round"
564
+ stroke-linejoin="round"
565
+ />
566
+ </svg>
567
+ )
568
+ }
569
+
570
+ export function ChevronDownIcon() {
571
+ return (
572
+ <svg
573
+ width="20"
574
+ height="20"
575
+ viewBox="0 0 24 24"
576
+ fill="none"
577
+ xmlns="http://www.w3.org/2000/svg"
578
+ >
579
+ <path
580
+ d="M6 9L12 15L18 9"
581
+ stroke="currentColor"
582
+ stroke-width="2"
583
+ stroke-linecap="round"
584
+ stroke-linejoin="round"
585
+ />
586
+ </svg>
587
+ )
588
+ }
589
+
590
+ export function SearchIcon() {
591
+ return (
592
+ <svg
593
+ width="18"
594
+ height="18"
595
+ viewBox="0 0 24 24"
596
+ fill="none"
597
+ xmlns="http://www.w3.org/2000/svg"
598
+ >
599
+ <path
600
+ d="M21 21L15 15M17 10C17 13.866 13.866 17 10 17C6.13401 17 3 13.866 3 10C3 6.13401 6.13401 3 10 3C13.866 3 17 6.13401 17 10Z"
601
+ stroke="currentColor"
602
+ stroke-width="2"
603
+ stroke-linecap="round"
604
+ stroke-linejoin="round"
605
+ />
606
+ </svg>
607
+ )
608
+ }
609
+
610
+ export function ExternalLinkIcon() {
611
+ return (
612
+ <svg
613
+ width="12"
614
+ height="12"
615
+ viewBox="0 0 24 24"
616
+ fill="none"
617
+ xmlns="http://www.w3.org/2000/svg"
618
+ >
619
+ <path
620
+ d="M21 13V19C21 19.5304 20.7893 20.0391 20.4142 20.4142C20.0391 20.7893 19.5304 21 19 21H5C4.46957 21 3.96086 20.7893 3.58579 20.4142C3.21071 20.0391 3 19.5304 3 19V5C3 4.46957 3.21071 3.96086 3.58579 3.58579C3.96086 3.21071 4.46957 3 5 3H11M15 3H21M21 3V9M21 3L10 14"
621
+ stroke="currentColor"
622
+ stroke-width="2"
623
+ stroke-linecap="round"
624
+ stroke-linejoin="round"
625
+ />
626
+ </svg>
627
+ )
628
+ }
629
+
630
+ export function SettingsIcon() {
631
+ return (
632
+ <svg
633
+ width="20"
634
+ height="20"
635
+ viewBox="0 0 24 24"
636
+ fill="none"
637
+ xmlns="http://www.w3.org/2000/svg"
638
+ >
639
+ <path
640
+ d="M12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z"
641
+ stroke="currentColor"
642
+ stroke-width="2"
643
+ stroke-linecap="round"
644
+ stroke-linejoin="round"
645
+ />
646
+ <path
647
+ d="M19.4 15C19.2669 15.3016 19.2272 15.6362 19.286 15.9606C19.3448 16.285 19.4995 16.5843 19.73 16.82L19.79 16.88C19.976 17.0657 20.1235 17.2863 20.2241 17.5291C20.3248 17.7719 20.3766 18.0322 20.3766 18.295C20.3766 18.5578 20.3248 18.8181 20.2241 19.0609C20.1235 19.3037 19.976 19.5243 19.79 19.71C19.6043 19.896 19.3837 20.0435 19.1409 20.1441C18.8981 20.2448 18.6378 20.2966 18.375 20.2966C18.1122 20.2966 17.8519 20.2448 17.6091 20.1441C17.3663 20.0435 17.1457 19.896 16.96 19.71L16.9 19.65C16.6643 19.4195 16.365 19.2648 16.0406 19.206C15.7162 19.1472 15.3816 19.1869 15.08 19.32C14.7842 19.4468 14.532 19.6572 14.3543 19.9255C14.1766 20.1938 14.0813 20.5082 14.08 20.83V21C14.08 21.5304 13.8693 22.0391 13.4942 22.4142C13.1191 22.7893 12.6104 23 12.08 23C11.5496 23 11.0409 22.7893 10.6658 22.4142C10.2907 22.0391 10.08 21.5304 10.08 21V20.91C10.0723 20.579 9.96512 20.258 9.77251 19.9887C9.5799 19.7194 9.31074 19.5143 9 19.4C8.69838 19.2669 8.36381 19.2272 8.03941 19.286C7.71502 19.3448 7.41568 19.4995 7.18 19.73L7.12 19.79C6.93425 19.976 6.71368 20.1235 6.47088 20.2241C6.22808 20.3248 5.96783 20.3766 5.705 20.3766C5.44217 20.3766 5.18192 20.3248 4.93912 20.2241C4.69632 20.1235 4.47575 19.976 4.29 19.79C4.10405 19.6043 3.95653 19.3837 3.85588 19.1409C3.75523 18.8981 3.70343 18.6378 3.70343 18.375C3.70343 18.1122 3.75523 17.8519 3.85588 17.6091C3.95653 17.3663 4.10405 17.1457 4.29 16.96L4.35 16.9C4.58054 16.6643 4.73519 16.365 4.794 16.0406C4.85282 15.7162 4.81312 15.3816 4.68 15.08C4.55324 14.7842 4.34276 14.532 4.07447 14.3543C3.80618 14.1766 3.49179 14.0813 3.17 14.08H3C2.46957 14.08 1.96086 13.8693 1.58579 13.4942C1.21071 13.1191 1 12.6104 1 12.08C1 11.5496 1.21071 11.0409 1.58579 10.6658C1.96086 10.2907 2.46957 10.08 3 10.08H3.09C3.42099 10.0723 3.742 9.96512 4.0113 9.77251C4.28059 9.5799 4.48572 9.31074 4.6 9C4.73312 8.69838 4.77282 8.36381 4.714 8.03941C4.65519 7.71502 4.50054 7.41568 4.27 7.18L4.21 7.12C4.02405 6.93425 3.87653 6.71368 3.77588 6.47088C3.67523 6.22808 3.62343 5.96783 3.62343 5.705C3.62343 5.44217 3.67523 5.18192 3.77588 4.93912C3.87653 4.69632 4.02405 4.47575 4.21 4.29C4.39575 4.10405 4.61632 3.95653 4.85912 3.85588C5.10192 3.75523 5.36217 3.70343 5.625 3.70343C5.88783 3.70343 6.14808 3.75523 6.39088 3.85588C6.63368 3.95653 6.85425 4.10405 7.04 4.29L7.1 4.35C7.33568 4.58054 7.63502 4.73519 7.95941 4.794C8.28381 4.85282 8.61838 4.81312 8.92 4.68H9C9.29577 4.55324 9.54802 4.34276 9.72569 4.07447C9.90337 3.80618 9.99872 3.49179 10 3.17V3C10 2.46957 10.2107 1.96086 10.5858 1.58579C10.9609 1.21071 11.4696 1 12 1C12.5304 1 13.0391 1.21071 13.4142 1.58579C13.7893 1.96086 14 2.46957 14 3V3.09C14.0013 3.41179 14.0966 3.72618 14.2743 3.99447C14.452 4.26276 14.7042 4.47324 15 4.6C15.3016 4.73312 15.6362 4.77282 15.9606 4.714C16.285 4.65519 16.5843 4.50054 16.82 4.27L16.88 4.21C17.0657 4.02405 17.2863 3.87653 17.5291 3.77588C17.7719 3.67523 18.0322 3.62343 18.295 3.62343C18.5578 3.62343 18.8181 3.67523 19.0609 3.77588C19.3037 3.87653 19.5243 4.02405 19.71 4.21C19.896 4.39575 20.0435 4.61632 20.1441 4.85912C20.2448 5.10192 20.2966 5.36217 20.2966 5.625C20.2966 5.88783 20.2448 6.14808 20.1441 6.39088C20.0435 6.63368 19.896 6.85425 19.71 7.04L19.65 7.1C19.4195 7.33568 19.2648 7.63502 19.206 7.95941C19.1472 8.28381 19.1869 8.61838 19.32 8.92V9C19.4468 9.29577 19.6572 9.54802 19.9255 9.72569C20.1938 9.90337 20.5082 9.99872 20.83 10H21C21.5304 10 22.0391 10.2107 22.4142 10.5858C22.7893 10.9609 23 11.4696 23 12C23 12.5304 22.7893 13.0391 22.4142 13.4142C22.0391 13.7893 21.5304 14 21 14H20.91C20.5882 14.0013 20.2738 14.0966 20.0055 14.2743C19.7372 14.452 19.5268 14.7042 19.4 15Z"
648
+ stroke="currentColor"
649
+ stroke-width="2"
650
+ stroke-linecap="round"
651
+ stroke-linejoin="round"
652
+ />
653
+ </svg>
654
+ )
655
+ }
656
+
657
+ export function CloseIcon() {
658
+ return (
659
+ <svg
660
+ width="20"
661
+ height="20"
662
+ viewBox="0 0 24 24"
663
+ fill="none"
664
+ xmlns="http://www.w3.org/2000/svg"
665
+ >
666
+ <path
667
+ d="M18 6L6 18M6 6L18 18"
668
+ stroke="currentColor"
669
+ stroke-width="2"
670
+ stroke-linecap="round"
671
+ stroke-linejoin="round"
672
+ />
673
+ </svg>
674
+ )
675
+ }
676
+
510
677
  export function PiP() {
511
678
  return (
512
679
  <svg
package/src/index.ts CHANGED
@@ -14,3 +14,14 @@ export {
14
14
  } from './components/section'
15
15
  export { Header, HeaderLogo } from './components/header'
16
16
  export { useTheme, ThemeContextProvider } from './components/theme'
17
+ export {
18
+ CheckCircleIcon,
19
+ ChevronDownIcon,
20
+ CloseIcon,
21
+ ExternalLinkIcon,
22
+ PackageIcon,
23
+ SearchIcon,
24
+ SettingsIcon,
25
+ X,
26
+ XCircleIcon,
27
+ } from './icons'
@@ -10,18 +10,18 @@ const buttonVariantColors: Record<
10
10
  { bg: string; hover: string; active: string; text: string; border: string }
11
11
  > = {
12
12
  primary: {
13
- bg: tokens.colors.purple[500],
14
- hover: tokens.colors.purple[600],
15
- active: tokens.colors.purple[700],
13
+ bg: tokens.colors.gray[900],
14
+ hover: tokens.colors.gray[800],
15
+ active: tokens.colors.gray[700],
16
16
  text: '#fff',
17
- border: tokens.colors.purple[500],
17
+ border: tokens.colors.gray[900],
18
18
  },
19
19
  secondary: {
20
- bg: tokens.colors.gray[800],
21
- hover: tokens.colors.gray[700],
22
- active: tokens.colors.gray[600],
23
- text: tokens.colors.gray[100],
24
- border: tokens.colors.gray[700],
20
+ bg: tokens.colors.gray[100],
21
+ hover: tokens.colors.gray[200],
22
+ active: tokens.colors.gray[300],
23
+ text: tokens.colors.gray[900],
24
+ border: tokens.colors.gray[300],
25
25
  },
26
26
  info: {
27
27
  bg: tokens.colors.blue[500],
@@ -54,7 +54,7 @@ const buttonVariantColors: Record<
54
54
  }
55
55
  export const css = goober.css
56
56
  const stylesFactory = (theme: Theme = 'dark') => {
57
- const { colors, font, size, alpha, border } = tokens
57
+ const { colors, font, size, border } = tokens
58
58
  const { fontFamily } = font
59
59
 
60
60
  const t = (light: string, dark: string) => (theme === 'light' ? light : dark)
@@ -104,13 +104,13 @@ const stylesFactory = (theme: Theme = 'dark') => {
104
104
  select: css`
105
105
  appearance: none;
106
106
  width: 100%;
107
- padding: 0.75rem 3rem 0.75rem 0.75rem;
108
- border-radius: 0.5rem;
107
+ padding: 0.5rem 3rem 0.5rem 0.75rem;
108
+ border-radius: 0.375rem;
109
109
  background-color: ${t(colors.gray[50], colors.darkGray[800])};
110
110
  color: ${t(colors.gray[900], colors.gray[100])};
111
- border: 1px solid ${t(colors.gray[300], colors.gray[700])};
111
+ border: 1px solid ${t(colors.gray[200], colors.gray[800])};
112
112
  font-size: 0.875rem;
113
- transition: all 0.2s ease;
113
+ transition: all 0.15s ease;
114
114
  cursor: pointer;
115
115
 
116
116
  /* Custom arrow */
@@ -120,13 +120,13 @@ const stylesFactory = (theme: Theme = 'dark') => {
120
120
  background-size: 1.25rem;
121
121
 
122
122
  &:hover {
123
- border-color: ${t(colors.gray[400], colors.gray[600])};
123
+ border-color: ${t(colors.gray[300], colors.gray[700])};
124
124
  }
125
125
 
126
126
  &:focus {
127
127
  outline: none;
128
- border-color: ${colors.purple[400]};
129
- box-shadow: 0 0 0 3px ${colors.purple[400]}${alpha[20]};
128
+ border-color: ${colors.gray[400]};
129
+ box-shadow: 0 0 0 3px ${t(colors.gray[200], colors.gray[800])};
130
130
  }
131
131
  `,
132
132
  inputWrapper: css`
@@ -156,28 +156,27 @@ const stylesFactory = (theme: Theme = 'dark') => {
156
156
  appearance: none;
157
157
  box-sizing: border-box;
158
158
  width: 100%;
159
- padding: 0.75rem;
160
- border-radius: 0.5rem;
159
+ padding: 0.5rem 0.75rem;
160
+ border-radius: 0.375rem;
161
161
  background-color: ${t(colors.gray[50], colors.darkGray[800])};
162
162
  color: ${t(colors.gray[900], colors.gray[100])};
163
- border: 1px solid ${t(colors.gray[300], colors.gray[700])};
163
+ border: 1px solid ${t(colors.gray[200], colors.gray[800])};
164
164
  font-size: 0.875rem;
165
165
  font-family: ${fontFamily.mono};
166
- transition: all 0.2s ease;
166
+ transition: all 0.15s ease;
167
167
 
168
168
  &::placeholder {
169
169
  color: ${t(colors.gray[400], colors.gray[500])};
170
170
  }
171
171
 
172
172
  &:hover {
173
- border-color: ${t(colors.gray[400], colors.gray[600])};
173
+ border-color: ${t(colors.gray[300], colors.gray[700])};
174
174
  }
175
175
 
176
176
  &:focus {
177
177
  outline: none;
178
- border-color: ${t(colors.purple[500], colors.purple[400])};
179
- box-shadow: 0 0 0 3px
180
- ${t(colors.purple[100] + alpha[20], colors.purple[400] + alpha[20])};
178
+ border-color: ${t(colors.gray[400], colors.gray[600])};
179
+ box-shadow: 0 0 0 3px ${t(colors.gray[200], colors.gray[800])};
181
180
  }
182
181
  `,
183
182
  checkboxWrapper: css`
@@ -186,12 +185,12 @@ const stylesFactory = (theme: Theme = 'dark') => {
186
185
  gap: 0.75rem;
187
186
  cursor: pointer;
188
187
  user-select: none;
189
- padding: 0.5rem;
190
- border-radius: 0.5rem;
191
- transition: background-color 0.2s ease;
188
+ padding: 0.375rem;
189
+ border-radius: 0.375rem;
190
+ transition: background-color 0.15s ease;
192
191
 
193
192
  &:hover {
194
- background-color: ${t(colors.gray[100], colors.darkGray[800])};
193
+ background-color: ${t(colors.gray[50], colors.darkGray[900])};
195
194
  }
196
195
  `,
197
196
  checkboxContainer: css`
@@ -208,28 +207,28 @@ const stylesFactory = (theme: Theme = 'dark') => {
208
207
  width: 1.25rem;
209
208
  height: 1.25rem;
210
209
  border: 2px solid ${t(colors.gray[300], colors.gray[700])};
211
- border-radius: 0.375rem;
210
+ border-radius: 0.25rem;
212
211
  background-color: ${t(colors.gray[50], colors.darkGray[800])};
213
212
  display: grid;
214
213
  place-items: center;
215
- transition: all 0.2s ease;
214
+ transition: all 0.15s ease;
216
215
  flex-shrink: 0;
217
216
  margin-top: 0.125rem;
218
217
 
219
218
  &:hover {
220
- border-color: ${t(colors.purple[500], colors.purple[400])};
219
+ border-color: ${t(colors.gray[400], colors.gray[600])};
221
220
  }
222
221
 
223
222
  &:checked {
224
- background-color: ${t(colors.purple[500], colors.purple[700])};
225
- border-color: ${t(colors.purple[500], colors.purple[700])};
223
+ background-color: ${t(colors.gray[900], colors.gray[100])};
224
+ border-color: ${t(colors.gray[900], colors.gray[100])};
226
225
  }
227
226
 
228
227
  &:checked::after {
229
228
  content: '';
230
229
  width: 0.4rem;
231
230
  height: 0.6rem;
232
- border: solid ${t('#fff', colors.gray[100])};
231
+ border: solid ${t('#fff', colors.gray[900])};
233
232
  border-width: 0 2px 2px 0;
234
233
  transform: rotate(45deg);
235
234
  margin-top: -3px;
@@ -256,14 +255,14 @@ const stylesFactory = (theme: Theme = 'dark') => {
256
255
  font-family: ${tokens.font.fontFamily.sans};
257
256
  font-size: 0.8rem;
258
257
  font-weight: 500;
259
- border-radius: 0.2rem;
260
- padding: 0.2rem 0.6rem;
258
+ border-radius: 0.375rem;
259
+ padding: 0.375rem 0.75rem;
261
260
  cursor: pointer;
262
261
  transition:
263
- background 0.2s,
264
- color 0.2s,
265
- border 0.2s,
266
- box-shadow 0.2s;
262
+ background 0.15s,
263
+ color 0.15s,
264
+ border 0.15s,
265
+ box-shadow 0.15s;
267
266
  outline: none;
268
267
  border-width: 1px;
269
268
  border-style: solid;
@@ -276,10 +275,10 @@ const stylesFactory = (theme: Theme = 'dark') => {
276
275
  color: ${t(v.bg, v.bg)};
277
276
  border-color: transparent;
278
277
  &:hover {
279
- background: ${t(colors.purple[100], colors.darkGray[700])};
278
+ background: ${t(colors.gray[100], colors.darkGray[800])};
280
279
  }
281
280
  &:active {
282
- background: ${t(colors.purple[200], colors.darkGray[800])};
281
+ background: ${t(colors.gray[200], colors.darkGray[700])};
283
282
  }
284
283
  `
285
284
  }
@@ -289,11 +288,11 @@ const stylesFactory = (theme: Theme = 'dark') => {
289
288
  color: ${t(v.bg, v.bg)};
290
289
  border-color: ${t(v.bg, v.bg)};
291
290
  &:hover {
292
- background: ${t(colors.purple[100], colors.darkGray[700])};
291
+ background: ${t(colors.gray[50], colors.darkGray[800])};
293
292
  border-color: ${t(v.hover, v.hover)};
294
293
  }
295
294
  &:active {
296
- background: ${t(colors.purple[200], colors.darkGray[800])};
295
+ background: ${t(colors.gray[100], colors.darkGray[700])};
297
296
  border-color: ${t(v.active, v.active)};
298
297
  }
299
298
  `
@@ -536,48 +535,45 @@ const stylesFactory = (theme: Theme = 'dark') => {
536
535
  },
537
536
  section: {
538
537
  main: css`
539
- margin-bottom: 2rem;
540
- padding: 1.5rem;
538
+ margin-bottom: 1.5rem;
539
+ padding: 1rem;
541
540
  background-color: ${t(colors.gray[50], colors.darkGray[800])};
542
- border: 1px solid ${t(colors.gray[300], colors.gray[700])};
543
- border-radius: 0.75rem;
544
- box-shadow: ${t(
545
- '0 1px 3px rgba(0,0,0,0.06)',
546
- '0 1px 3px rgba(0,0,0,0.18)',
547
- )};
541
+ border: 1px solid ${t(colors.gray[200], colors.gray[800])};
542
+ border-radius: 0.5rem;
543
+ box-shadow: none;
548
544
  `,
549
545
  title: css`
550
- font-size: 1.125rem;
546
+ font-size: 1rem;
551
547
  font-weight: 600;
552
548
  color: ${t(colors.gray[900], colors.gray[100])};
553
- margin: 0 0 1rem 0;
549
+ margin: 0 0 0.75rem 0;
554
550
  padding-bottom: 0.5rem;
555
- border-bottom: 1px solid ${t(colors.gray[300], colors.gray[700])};
551
+ border-bottom: 1px solid ${t(colors.gray[200], colors.gray[800])};
556
552
  display: flex;
557
553
  align-items: center;
558
554
  gap: 0.5rem;
559
555
  text-align: left;
560
556
  `,
561
557
  icon: css`
562
- height: 20px;
563
- width: 20px;
558
+ height: 18px;
559
+ width: 18px;
564
560
  & > svg {
565
561
  height: 100%;
566
562
  width: 100%;
567
563
  }
568
- color: ${t(colors.purple[500], colors.purple[400])};
564
+ color: ${t(colors.gray[700], colors.gray[400])};
569
565
  `,
570
566
  description: css`
571
567
  color: ${t(colors.gray[500], colors.gray[400])};
572
- font-size: 0.875rem;
573
- margin: 0 0 1.5rem 0;
574
- line-height: 1.5;
568
+ font-size: 0.8rem;
569
+ margin: 0 0 1rem 0;
570
+ line-height: 1.4;
575
571
  text-align: left;
576
572
  `,
577
573
  },
578
574
  mainPanel: {
579
575
  panel: (withPadding: boolean) => css`
580
- padding: ${withPadding ? tokens.size[4] : 0};
576
+ padding: ${withPadding ? tokens.size[3] : 0};
581
577
  background: ${t(colors.gray[50], colors.darkGray[700])};
582
578
  overflow-y: auto;
583
579
  height: 100%;