vela 0.10.13 → 0.10.14

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.
@@ -22,8 +22,9 @@
22
22
  <p class="text-muted-foreground mt-4 text-lg">
23
23
  A SvelteKit site that prerenders to static HTML, so there is no server to run and nothing to
24
24
  keep alive. This page is
25
- <code class="bg-muted rounded px-1.5 py-0.5 font-mono text-base">src/routes/(public)/+page.svelte</code>,
26
- and it is yours to delete.
25
+ <code class="bg-muted rounded px-1.5 py-0.5 font-mono text-base"
26
+ >src/routes/(public)/+page.svelte</code
27
+ >, and it is yours to delete.
27
28
  </p>
28
29
 
29
30
  <div class="mt-8 flex items-center justify-center gap-3">
@@ -59,8 +60,8 @@
59
60
  <div class="bg-card text-card-foreground rounded-lg border p-6">
60
61
  <h3 class="font-medium">Your interface</h3>
61
62
  <p class="text-muted-foreground mt-2">
62
- shadcn components, copied into your project. Yours to restyle, with no dependency
63
- to fight.
63
+ shadcn components, copied into your project. Yours to restyle, with no dependency to
64
+ fight.
64
65
  </p>
65
66
  <code
66
67
  class="bg-muted text-muted-foreground mt-4 block overflow-x-auto rounded-md px-3 py-2 font-mono text-xs"
@@ -1,68 +0,0 @@
1
- :root {
2
- --radius: 0.625rem;
3
- --background: oklch(1 0 0);
4
- --foreground: oklch(0.13 0.028 261.692);
5
- --card: oklch(1 0 0);
6
- --card-foreground: oklch(0.13 0.028 261.692);
7
- --popover: oklch(1 0 0);
8
- --popover-foreground: oklch(0.13 0.028 261.692);
9
- --primary: oklch(0.21 0.034 264.665);
10
- --primary-foreground: oklch(0.985 0.002 247.839);
11
- --secondary: oklch(0.967 0.003 264.542);
12
- --secondary-foreground: oklch(0.21 0.034 264.665);
13
- --muted: oklch(0.967 0.003 264.542);
14
- --muted-foreground: oklch(0.551 0.027 264.364);
15
- --accent: oklch(0.967 0.003 264.542);
16
- --accent-foreground: oklch(0.21 0.034 264.665);
17
- --destructive: oklch(0.577 0.245 27.325);
18
- --border: oklch(0.928 0.006 264.531);
19
- --input: oklch(0.928 0.006 264.531);
20
- --ring: oklch(0.707 0.022 261.325);
21
- --chart-1: oklch(0.646 0.222 41.116);
22
- --chart-2: oklch(0.6 0.118 184.704);
23
- --chart-3: oklch(0.398 0.07 227.392);
24
- --chart-4: oklch(0.828 0.189 84.429);
25
- --chart-5: oklch(0.769 0.188 70.08);
26
- --sidebar: oklch(0.985 0.002 247.839);
27
- --sidebar-foreground: oklch(0.13 0.028 261.692);
28
- --sidebar-primary: oklch(0.21 0.034 264.665);
29
- --sidebar-primary-foreground: oklch(0.985 0.002 247.839);
30
- --sidebar-accent: oklch(0.967 0.003 264.542);
31
- --sidebar-accent-foreground: oklch(0.21 0.034 264.665);
32
- --sidebar-border: oklch(0.928 0.006 264.531);
33
- --sidebar-ring: oklch(0.707 0.022 261.325);
34
- }
35
-
36
- .dark {
37
- --background: oklch(0.13 0.028 261.692);
38
- --foreground: oklch(0.985 0.002 247.839);
39
- --card: oklch(0.21 0.034 264.665);
40
- --card-foreground: oklch(0.985 0.002 247.839);
41
- --popover: oklch(0.21 0.034 264.665);
42
- --popover-foreground: oklch(0.985 0.002 247.839);
43
- --primary: oklch(0.928 0.006 264.531);
44
- --primary-foreground: oklch(0.21 0.034 264.665);
45
- --secondary: oklch(0.278 0.033 256.848);
46
- --secondary-foreground: oklch(0.985 0.002 247.839);
47
- --muted: oklch(0.278 0.033 256.848);
48
- --muted-foreground: oklch(0.707 0.022 261.325);
49
- --accent: oklch(0.278 0.033 256.848);
50
- --accent-foreground: oklch(0.985 0.002 247.839);
51
- --destructive: oklch(0.704 0.191 22.216);
52
- --border: oklch(1 0 0 / 10%);
53
- --input: oklch(1 0 0 / 15%);
54
- --ring: oklch(0.551 0.027 264.364);
55
- --chart-1: oklch(0.488 0.243 264.376);
56
- --chart-2: oklch(0.696 0.17 162.48);
57
- --chart-3: oklch(0.769 0.188 70.08);
58
- --chart-4: oklch(0.627 0.265 303.9);
59
- --chart-5: oklch(0.645 0.246 16.439);
60
- --sidebar: oklch(0.21 0.034 264.665);
61
- --sidebar-foreground: oklch(0.985 0.002 247.839);
62
- --sidebar-primary: oklch(0.488 0.243 264.376);
63
- --sidebar-primary-foreground: oklch(0.985 0.002 247.839);
64
- --sidebar-accent: oklch(0.278 0.033 256.848);
65
- --sidebar-accent-foreground: oklch(0.985 0.002 247.839);
66
- --sidebar-border: oklch(1 0 0 / 10%);
67
- --sidebar-ring: oklch(0.551 0.027 264.364);
68
- }
@@ -1,68 +0,0 @@
1
- :root {
2
- --radius: 0.625rem;
3
- --background: oklch(1 0 0);
4
- --foreground: oklch(0.145 0 0);
5
- --card: oklch(1 0 0);
6
- --card-foreground: oklch(0.145 0 0);
7
- --popover: oklch(1 0 0);
8
- --popover-foreground: oklch(0.145 0 0);
9
- --primary: oklch(0.205 0 0);
10
- --primary-foreground: oklch(0.985 0 0);
11
- --secondary: oklch(0.97 0 0);
12
- --secondary-foreground: oklch(0.205 0 0);
13
- --muted: oklch(0.97 0 0);
14
- --muted-foreground: oklch(0.556 0 0);
15
- --accent: oklch(0.97 0 0);
16
- --accent-foreground: oklch(0.205 0 0);
17
- --destructive: oklch(0.577 0.245 27.325);
18
- --border: oklch(0.922 0 0);
19
- --input: oklch(0.922 0 0);
20
- --ring: oklch(0.708 0 0);
21
- --chart-1: oklch(0.646 0.222 41.116);
22
- --chart-2: oklch(0.6 0.118 184.704);
23
- --chart-3: oklch(0.398 0.07 227.392);
24
- --chart-4: oklch(0.828 0.189 84.429);
25
- --chart-5: oklch(0.769 0.188 70.08);
26
- --sidebar: oklch(0.985 0 0);
27
- --sidebar-foreground: oklch(0.145 0 0);
28
- --sidebar-primary: oklch(0.205 0 0);
29
- --sidebar-primary-foreground: oklch(0.985 0 0);
30
- --sidebar-accent: oklch(0.97 0 0);
31
- --sidebar-accent-foreground: oklch(0.205 0 0);
32
- --sidebar-border: oklch(0.922 0 0);
33
- --sidebar-ring: oklch(0.708 0 0);
34
- }
35
-
36
- .dark {
37
- --background: oklch(0.145 0 0);
38
- --foreground: oklch(0.985 0 0);
39
- --card: oklch(0.205 0 0);
40
- --card-foreground: oklch(0.985 0 0);
41
- --popover: oklch(0.205 0 0);
42
- --popover-foreground: oklch(0.985 0 0);
43
- --primary: oklch(0.922 0 0);
44
- --primary-foreground: oklch(0.205 0 0);
45
- --secondary: oklch(0.269 0 0);
46
- --secondary-foreground: oklch(0.985 0 0);
47
- --muted: oklch(0.269 0 0);
48
- --muted-foreground: oklch(0.708 0 0);
49
- --accent: oklch(0.269 0 0);
50
- --accent-foreground: oklch(0.985 0 0);
51
- --destructive: oklch(0.704 0.191 22.216);
52
- --border: oklch(1 0 0 / 10%);
53
- --input: oklch(1 0 0 / 15%);
54
- --ring: oklch(0.556 0 0);
55
- --chart-1: oklch(0.488 0.243 264.376);
56
- --chart-2: oklch(0.696 0.17 162.48);
57
- --chart-3: oklch(0.769 0.188 70.08);
58
- --chart-4: oklch(0.627 0.265 303.9);
59
- --chart-5: oklch(0.645 0.246 16.439);
60
- --sidebar: oklch(0.205 0 0);
61
- --sidebar-foreground: oklch(0.985 0 0);
62
- --sidebar-primary: oklch(0.488 0.243 264.376);
63
- --sidebar-primary-foreground: oklch(0.985 0 0);
64
- --sidebar-accent: oklch(0.269 0 0);
65
- --sidebar-accent-foreground: oklch(0.985 0 0);
66
- --sidebar-border: oklch(1 0 0 / 10%);
67
- --sidebar-ring: oklch(0.556 0 0);
68
- }
@@ -1,68 +0,0 @@
1
- :root {
2
- --radius: 0.625rem;
3
- --background: oklch(1 0 0);
4
- --foreground: oklch(0.129 0.042 264.695);
5
- --card: oklch(1 0 0);
6
- --card-foreground: oklch(0.129 0.042 264.695);
7
- --popover: oklch(1 0 0);
8
- --popover-foreground: oklch(0.129 0.042 264.695);
9
- --primary: oklch(0.208 0.042 265.755);
10
- --primary-foreground: oklch(0.984 0.003 247.858);
11
- --secondary: oklch(0.968 0.007 247.896);
12
- --secondary-foreground: oklch(0.208 0.042 265.755);
13
- --muted: oklch(0.968 0.007 247.896);
14
- --muted-foreground: oklch(0.554 0.046 257.417);
15
- --accent: oklch(0.968 0.007 247.896);
16
- --accent-foreground: oklch(0.208 0.042 265.755);
17
- --destructive: oklch(0.577 0.245 27.325);
18
- --border: oklch(0.929 0.013 255.508);
19
- --input: oklch(0.929 0.013 255.508);
20
- --ring: oklch(0.704 0.04 256.788);
21
- --chart-1: oklch(0.646 0.222 41.116);
22
- --chart-2: oklch(0.6 0.118 184.704);
23
- --chart-3: oklch(0.398 0.07 227.392);
24
- --chart-4: oklch(0.828 0.189 84.429);
25
- --chart-5: oklch(0.769 0.188 70.08);
26
- --sidebar: oklch(0.984 0.003 247.858);
27
- --sidebar-foreground: oklch(0.129 0.042 264.695);
28
- --sidebar-primary: oklch(0.208 0.042 265.755);
29
- --sidebar-primary-foreground: oklch(0.984 0.003 247.858);
30
- --sidebar-accent: oklch(0.968 0.007 247.896);
31
- --sidebar-accent-foreground: oklch(0.208 0.042 265.755);
32
- --sidebar-border: oklch(0.929 0.013 255.508);
33
- --sidebar-ring: oklch(0.704 0.04 256.788);
34
- }
35
-
36
- .dark {
37
- --background: oklch(0.129 0.042 264.695);
38
- --foreground: oklch(0.984 0.003 247.858);
39
- --card: oklch(0.208 0.042 265.755);
40
- --card-foreground: oklch(0.984 0.003 247.858);
41
- --popover: oklch(0.208 0.042 265.755);
42
- --popover-foreground: oklch(0.984 0.003 247.858);
43
- --primary: oklch(0.929 0.013 255.508);
44
- --primary-foreground: oklch(0.208 0.042 265.755);
45
- --secondary: oklch(0.279 0.041 260.031);
46
- --secondary-foreground: oklch(0.984 0.003 247.858);
47
- --muted: oklch(0.279 0.041 260.031);
48
- --muted-foreground: oklch(0.704 0.04 256.788);
49
- --accent: oklch(0.279 0.041 260.031);
50
- --accent-foreground: oklch(0.984 0.003 247.858);
51
- --destructive: oklch(0.704 0.191 22.216);
52
- --border: oklch(1 0 0 / 10%);
53
- --input: oklch(1 0 0 / 15%);
54
- --ring: oklch(0.551 0.027 264.364);
55
- --chart-1: oklch(0.488 0.243 264.376);
56
- --chart-2: oklch(0.696 0.17 162.48);
57
- --chart-3: oklch(0.769 0.188 70.08);
58
- --chart-4: oklch(0.627 0.265 303.9);
59
- --chart-5: oklch(0.645 0.246 16.439);
60
- --sidebar: oklch(0.208 0.042 265.755);
61
- --sidebar-foreground: oklch(0.984 0.003 247.858);
62
- --sidebar-primary: oklch(0.488 0.243 264.376);
63
- --sidebar-primary-foreground: oklch(0.984 0.003 247.858);
64
- --sidebar-accent: oklch(0.279 0.041 260.031);
65
- --sidebar-accent-foreground: oklch(0.984 0.003 247.858);
66
- --sidebar-border: oklch(1 0 0 / 10%);
67
- --sidebar-ring: oklch(0.551 0.027 264.364);
68
- }
@@ -1,68 +0,0 @@
1
- :root {
2
- --radius: 0.625rem;
3
- --background: oklch(1 0 0);
4
- --foreground: oklch(0.147 0.004 49.25);
5
- --card: oklch(1 0 0);
6
- --card-foreground: oklch(0.147 0.004 49.25);
7
- --popover: oklch(1 0 0);
8
- --popover-foreground: oklch(0.147 0.004 49.25);
9
- --primary: oklch(0.216 0.006 56.043);
10
- --primary-foreground: oklch(0.985 0.001 106.423);
11
- --secondary: oklch(0.97 0.001 106.424);
12
- --secondary-foreground: oklch(0.216 0.006 56.043);
13
- --muted: oklch(0.97 0.001 106.424);
14
- --muted-foreground: oklch(0.553 0.013 58.071);
15
- --accent: oklch(0.97 0.001 106.424);
16
- --accent-foreground: oklch(0.216 0.006 56.043);
17
- --destructive: oklch(0.577 0.245 27.325);
18
- --border: oklch(0.923 0.003 48.717);
19
- --input: oklch(0.923 0.003 48.717);
20
- --ring: oklch(0.709 0.01 56.259);
21
- --chart-1: oklch(0.646 0.222 41.116);
22
- --chart-2: oklch(0.6 0.118 184.704);
23
- --chart-3: oklch(0.398 0.07 227.392);
24
- --chart-4: oklch(0.828 0.189 84.429);
25
- --chart-5: oklch(0.769 0.188 70.08);
26
- --sidebar: oklch(0.985 0.001 106.423);
27
- --sidebar-foreground: oklch(0.147 0.004 49.25);
28
- --sidebar-primary: oklch(0.216 0.006 56.043);
29
- --sidebar-primary-foreground: oklch(0.985 0.001 106.423);
30
- --sidebar-accent: oklch(0.97 0.001 106.424);
31
- --sidebar-accent-foreground: oklch(0.216 0.006 56.043);
32
- --sidebar-border: oklch(0.923 0.003 48.717);
33
- --sidebar-ring: oklch(0.709 0.01 56.259);
34
- }
35
-
36
- .dark {
37
- --background: oklch(0.147 0.004 49.25);
38
- --foreground: oklch(0.985 0.001 106.423);
39
- --card: oklch(0.216 0.006 56.043);
40
- --card-foreground: oklch(0.985 0.001 106.423);
41
- --popover: oklch(0.216 0.006 56.043);
42
- --popover-foreground: oklch(0.985 0.001 106.423);
43
- --primary: oklch(0.923 0.003 48.717);
44
- --primary-foreground: oklch(0.216 0.006 56.043);
45
- --secondary: oklch(0.268 0.007 34.298);
46
- --secondary-foreground: oklch(0.985 0.001 106.423);
47
- --muted: oklch(0.268 0.007 34.298);
48
- --muted-foreground: oklch(0.709 0.01 56.259);
49
- --accent: oklch(0.268 0.007 34.298);
50
- --accent-foreground: oklch(0.985 0.001 106.423);
51
- --destructive: oklch(0.704 0.191 22.216);
52
- --border: oklch(1 0 0 / 10%);
53
- --input: oklch(1 0 0 / 15%);
54
- --ring: oklch(0.553 0.013 58.071);
55
- --chart-1: oklch(0.488 0.243 264.376);
56
- --chart-2: oklch(0.696 0.17 162.48);
57
- --chart-3: oklch(0.769 0.188 70.08);
58
- --chart-4: oklch(0.627 0.265 303.9);
59
- --chart-5: oklch(0.645 0.246 16.439);
60
- --sidebar: oklch(0.216 0.006 56.043);
61
- --sidebar-foreground: oklch(0.985 0.001 106.423);
62
- --sidebar-primary: oklch(0.488 0.243 264.376);
63
- --sidebar-primary-foreground: oklch(0.985 0.001 106.423);
64
- --sidebar-accent: oklch(0.268 0.007 34.298);
65
- --sidebar-accent-foreground: oklch(0.985 0.001 106.423);
66
- --sidebar-border: oklch(1 0 0 / 10%);
67
- --sidebar-ring: oklch(0.553 0.013 58.071);
68
- }
@@ -1,68 +0,0 @@
1
- :root {
2
- --radius: 0.625rem;
3
- --background: oklch(1 0 0);
4
- --foreground: oklch(0.141 0.005 285.823);
5
- --card: oklch(1 0 0);
6
- --card-foreground: oklch(0.141 0.005 285.823);
7
- --popover: oklch(1 0 0);
8
- --popover-foreground: oklch(0.141 0.005 285.823);
9
- --primary: oklch(0.21 0.006 285.885);
10
- --primary-foreground: oklch(0.985 0 0);
11
- --secondary: oklch(0.967 0.001 286.375);
12
- --secondary-foreground: oklch(0.21 0.006 285.885);
13
- --muted: oklch(0.967 0.001 286.375);
14
- --muted-foreground: oklch(0.552 0.016 285.938);
15
- --accent: oklch(0.967 0.001 286.375);
16
- --accent-foreground: oklch(0.21 0.006 285.885);
17
- --destructive: oklch(0.577 0.245 27.325);
18
- --border: oklch(0.92 0.004 286.32);
19
- --input: oklch(0.92 0.004 286.32);
20
- --ring: oklch(0.705 0.015 286.067);
21
- --chart-1: oklch(0.646 0.222 41.116);
22
- --chart-2: oklch(0.6 0.118 184.704);
23
- --chart-3: oklch(0.398 0.07 227.392);
24
- --chart-4: oklch(0.828 0.189 84.429);
25
- --chart-5: oklch(0.769 0.188 70.08);
26
- --sidebar: oklch(0.985 0 0);
27
- --sidebar-foreground: oklch(0.141 0.005 285.823);
28
- --sidebar-primary: oklch(0.21 0.006 285.885);
29
- --sidebar-primary-foreground: oklch(0.985 0 0);
30
- --sidebar-accent: oklch(0.967 0.001 286.375);
31
- --sidebar-accent-foreground: oklch(0.21 0.006 285.885);
32
- --sidebar-border: oklch(0.92 0.004 286.32);
33
- --sidebar-ring: oklch(0.705 0.015 286.067);
34
- }
35
-
36
- .dark {
37
- --background: oklch(0.141 0.005 285.823);
38
- --foreground: oklch(0.985 0 0);
39
- --card: oklch(0.21 0.006 285.885);
40
- --card-foreground: oklch(0.985 0 0);
41
- --popover: oklch(0.21 0.006 285.885);
42
- --popover-foreground: oklch(0.985 0 0);
43
- --primary: oklch(0.92 0.004 286.32);
44
- --primary-foreground: oklch(0.21 0.006 285.885);
45
- --secondary: oklch(0.274 0.006 286.033);
46
- --secondary-foreground: oklch(0.985 0 0);
47
- --muted: oklch(0.274 0.006 286.033);
48
- --muted-foreground: oklch(0.705 0.015 286.067);
49
- --accent: oklch(0.274 0.006 286.033);
50
- --accent-foreground: oklch(0.985 0 0);
51
- --destructive: oklch(0.704 0.191 22.216);
52
- --border: oklch(1 0 0 / 10%);
53
- --input: oklch(1 0 0 / 15%);
54
- --ring: oklch(0.552 0.016 285.938);
55
- --chart-1: oklch(0.488 0.243 264.376);
56
- --chart-2: oklch(0.696 0.17 162.48);
57
- --chart-3: oklch(0.769 0.188 70.08);
58
- --chart-4: oklch(0.627 0.265 303.9);
59
- --chart-5: oklch(0.645 0.246 16.439);
60
- --sidebar: oklch(0.21 0.006 285.885);
61
- --sidebar-foreground: oklch(0.985 0 0);
62
- --sidebar-primary: oklch(0.488 0.243 264.376);
63
- --sidebar-primary-foreground: oklch(0.985 0 0);
64
- --sidebar-accent: oklch(0.274 0.006 286.033);
65
- --sidebar-accent-foreground: oklch(0.985 0 0);
66
- --sidebar-border: oklch(1 0 0 / 10%);
67
- --sidebar-ring: oklch(0.552 0.016 285.938);
68
- }