@gracile-labs/better-errors 0.1.3-next.0 → 0.2.0-next.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.
@@ -1 +1 @@
1
- {"version":3,"file":"vite-custom-overlay.styles.d.ts","sourceRoot":"","sources":["../../../src/dev/custom-overlay/vite-custom-overlay.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,yBAkiBjB,CAAC"}
1
+ {"version":3,"file":"vite-custom-overlay.styles.d.ts","sourceRoot":"","sources":["../../../src/dev/custom-overlay/vite-custom-overlay.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,yBAmiBjB,CAAC"}
@@ -54,13 +54,14 @@ export const style = css `
54
54
  z-index: 99999;
55
55
 
56
56
  /* Fonts */
57
- --font-normal: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI',
58
- 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
57
+ --font-normal:
58
+ system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
59
+ 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
59
60
  'Helvetica Neue', Arial, sans-serif;
60
- --font-monospace: ui-monospace, Menlo, Monaco, 'Cascadia Mono',
61
- 'Segoe UI Mono', 'Roboto Mono', 'Oxygen Mono', 'Ubuntu Monospace',
62
- 'Source Code Pro', 'Fira Mono', 'Droid Sans Mono', 'Courier New',
63
- monospace;
61
+ --font-monospace:
62
+ ui-monospace, Menlo, Monaco, 'Cascadia Mono', 'Segoe UI Mono',
63
+ 'Roboto Mono', 'Oxygen Mono', 'Ubuntu Monospace', 'Source Code Pro',
64
+ 'Fira Mono', 'Droid Sans Mono', 'Courier New', monospace;
64
65
 
65
66
  /* Borders */
66
67
  --roundiness: 4px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gracile-labs/better-errors",
3
- "version": "0.1.3-next.0",
3
+ "version": "0.2.0-next.3",
4
4
  "description": "A thin, full-stack, web framework",
5
5
  "keywords": [
6
6
  "vite",
@@ -12,7 +12,8 @@
12
12
  "server-side-rendering",
13
13
  "ssr",
14
14
  "static",
15
- "web-components"
15
+ "web-components",
16
+ "error-handling"
16
17
  ],
17
18
  "homepage": "https://gracile.js.org",
18
19
  "repository": {
@@ -39,16 +40,16 @@
39
40
  "!/dist/typedoc-entrypoint.*"
40
41
  ],
41
42
  "dependencies": {
42
- "@gracile/internal-utils": "^0.5.1-next.0",
43
- "@lit-labs/ssr": "^3.2.2",
44
- "@lit-labs/ssr-client": "^1.1.7",
43
+ "@gracile/internal-utils": "^0.6.0-next.2",
44
+ "@lit-labs/ssr": "^4.0.0",
45
+ "@lit-labs/ssr-client": "^1.1.8",
45
46
  "lit": "^3.2.1",
46
- "picocolors": "^1.0.1",
47
- "vite": "^6.2.5"
47
+ "picocolors": "^1.1.1",
48
+ "vite": "^7.3.1"
48
49
  },
49
50
  "publishConfig": {
50
51
  "access": "public",
51
52
  "provenance": true
52
53
  },
53
- "gitHead": "cec518cda017319e62482865f0b8d19a68c46741"
54
+ "gitHead": "7feaac994b36092525582a57ea7b4cb811ac9e1e"
54
55
  }