@gleich/ui 1.0.4 → 1.0.5

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.
@@ -3,11 +3,9 @@
3
3
  </script>
4
4
 
5
5
  <div class="container">
6
- <p class="copyright">
7
- © Matt Gleich {new Date().getFullYear()}<span class="all-rights-reserved">
8
- . All rights reserved.</span
9
- >
10
- </p>
6
+ <a href={`https://github.com/${repo}/blob/main/LICENSE`} target="_blank" class="copyright">
7
+ © Matt Gleich {new Date().getFullYear()}
8
+ </a>
11
9
  <a class="github-link" href={`https://github.com/${repo}`} target="_blank">
12
10
  <div class="github-icon">
13
11
  <svg viewBox="0 0 98 96" xmlns="http://www.w3.org/2000/svg"
@@ -24,6 +22,10 @@
24
22
  </div>
25
23
 
26
24
  <style>
25
+ a {
26
+ color: inherit;
27
+ }
28
+
27
29
  .container {
28
30
  width: 100%;
29
31
  border-top: 0.5px solid var(--border);
@@ -32,6 +34,10 @@
32
34
  justify-content: space-between;
33
35
  }
34
36
 
37
+ .copyright {
38
+ text-decoration: none;
39
+ }
40
+
35
41
  .github-icon {
36
42
  color: grey;
37
43
  width: 15px;
@@ -48,10 +54,4 @@
48
54
  .copyright {
49
55
  color: grey;
50
56
  }
51
-
52
- @media (max-width: 530px) {
53
- .all-rights-reserved {
54
- display: none;
55
- }
56
- }
57
57
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gleich/ui",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "dev": "vite dev --open",
@@ -30,13 +30,13 @@
30
30
  "./styles.css": "./dist/styles.css"
31
31
  },
32
32
  "peerDependencies": {
33
- "svelte": "^5.0.0",
34
- "@sveltejs/kit": "^2.16.0"
33
+ "@sveltejs/kit": "^2.16.0",
34
+ "svelte": "^5.0.0"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@eslint/compat": "^1.2.5",
38
38
  "@eslint/js": "^9.18.0",
39
- "@sveltejs/adapter-auto": "^4.0.0",
39
+ "@sveltejs/adapter-vercel": "^5.7.0",
40
40
  "@sveltejs/kit": "^2.16.0",
41
41
  "@sveltejs/package": "^2.0.0",
42
42
  "@sveltejs/vite-plugin-svelte": "^5.0.0",