@gleich/ui 1.3.3 → 1.3.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.
package/dist/image.svelte CHANGED
@@ -45,5 +45,6 @@
45
45
  background-position: center;
46
46
  background-repeat: no-repeat;
47
47
  display: block;
48
+ color: transparent; /* stops alt text from showing up in firefox when loading image */
48
49
  }
49
50
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gleich/ui",
3
- "version": "1.3.3",
3
+ "version": "1.3.5",
4
4
  "license": "MIT",
5
5
  "packageManager": "pnpm@10.11.0",
6
6
  "scripts": {
@@ -12,7 +12,8 @@
12
12
  "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
13
13
  "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
14
14
  "format": "prettier --write .",
15
- "lint": "prettier --check . && eslint ."
15
+ "lint": "prettier --check . && eslint .",
16
+ "deploy": "pnpm exec wrangler deploy"
16
17
  },
17
18
  "files": [
18
19
  "dist",
@@ -52,7 +53,8 @@
52
53
  "svelte-check": "^4.1.7",
53
54
  "typescript": "^5.8.3",
54
55
  "typescript-eslint": "^8.32.0",
55
- "vite": "^6.3.5"
56
+ "vite": "^6.3.5",
57
+ "wrangler": "^4.32.0"
56
58
  },
57
59
  "keywords": [
58
60
  "svelte"