@gleich/ui 1.3.7 → 1.3.9

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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/dist/styles.css +0 -25
  3. package/package.json +16 -16
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Matt Gleich
3
+ Copyright (c) 2026 Matt Gleich
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/dist/styles.css CHANGED
@@ -230,30 +230,5 @@ ol,
230
230
  ul {
231
231
  padding-left: 5px;
232
232
  list-style-position: inside;
233
- }
234
-
235
- ol,
236
- ul {
237
233
  margin: 0;
238
234
  }
239
-
240
- ol > li {
241
- color: var(--green-foreground);
242
- background-color: var(--green-background);
243
- padding: 2px 5px;
244
- margin-top: 5px;
245
- width: fit-content;
246
- border-radius: 2px;
247
- }
248
-
249
- ol {
250
- padding-bottom: 10px;
251
- }
252
-
253
- ol p {
254
- padding-left: 25px;
255
- }
256
-
257
- ol > p {
258
- padding-top: 5px;
259
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gleich/ui",
3
- "version": "1.3.7",
3
+ "version": "1.3.9",
4
4
  "license": "MIT",
5
5
  "packageManager": "pnpm@10.11.0",
6
6
  "scripts": {
@@ -36,25 +36,25 @@
36
36
  "svelte": "^5.0.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@eslint/compat": "^1.4.0",
40
- "@eslint/js": "^9.37.0",
39
+ "@eslint/compat": "^2.0.0",
40
+ "@eslint/js": "^9.39.2",
41
41
  "@sveltejs/adapter-cloudflare": "^7.2.4",
42
- "@sveltejs/kit": "^2.43.8",
43
- "@sveltejs/package": "^2.5.4",
42
+ "@sveltejs/kit": "^2.49.2",
43
+ "@sveltejs/package": "^2.5.7",
44
44
  "@sveltejs/vite-plugin-svelte": "^6.2.1",
45
- "eslint": "^9.37.0",
45
+ "eslint": "^9.39.2",
46
46
  "eslint-config-prettier": "^10.1.8",
47
- "eslint-plugin-svelte": "^3.12.4",
48
- "globals": "^16.4.0",
49
- "prettier": "^3.6.2",
50
- "prettier-plugin-svelte": "^3.4.0",
51
- "publint": "^0.3.13",
52
- "svelte": "^5.39.8",
53
- "svelte-check": "^4.3.2",
47
+ "eslint-plugin-svelte": "^3.13.1",
48
+ "globals": "^16.5.0",
49
+ "prettier": "^3.7.4",
50
+ "prettier-plugin-svelte": "^3.4.1",
51
+ "publint": "^0.3.16",
52
+ "svelte": "^5.46.0",
53
+ "svelte-check": "^4.3.4",
54
54
  "typescript": "^5.9.3",
55
- "typescript-eslint": "^8.45.0",
56
- "vite": "^7.1.9",
57
- "wrangler": "^4.42.0"
55
+ "typescript-eslint": "^8.49.0",
56
+ "vite": "^7.2.7",
57
+ "wrangler": "^4.54.0"
58
58
  },
59
59
  "keywords": [
60
60
  "svelte"