create-analog 2.1.1-beta.5 → 2.1.1-beta.7

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/files/styles.css CHANGED
@@ -1,8 +1,81 @@
1
1
  @import 'tailwindcss';
2
2
 
3
3
  /* You can add global styles to this file, and also import other style files */
4
- html,
4
+ :root {
5
+ font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
6
+ font-size: 16px;
7
+ line-height: 24px;
8
+ font-weight: 400;
9
+
10
+ color-scheme: light dark;
11
+ color: rgba(255, 255, 255, 0.87);
12
+ background-color: #242424;
13
+
14
+ font-synthesis: none;
15
+ text-rendering: optimizeLegibility;
16
+ -webkit-font-smoothing: antialiased;
17
+ -moz-osx-font-smoothing: grayscale;
18
+ -webkit-text-size-adjust: 100%;
19
+ }
20
+
21
+ a {
22
+ font-weight: 500;
23
+ color: #646cff;
24
+ text-decoration: inherit;
25
+ }
26
+ a:hover {
27
+ color: #535bf2;
28
+ }
29
+
5
30
  body {
6
- display: block;
7
- height: 100%;
31
+ margin: 0;
32
+ display: flex;
33
+ place-items: center;
34
+ min-width: 320px;
35
+ min-height: 100vh;
36
+ }
37
+
38
+ h1 {
39
+ font-size: 3.2em;
40
+ line-height: 1.1;
41
+ }
42
+
43
+ button {
44
+ border-radius: 8px;
45
+ border: 1px solid transparent;
46
+ padding: 0.6em 1.2em;
47
+ font-size: 1em;
48
+ font-weight: 500;
49
+ font-family: inherit;
50
+ background-color: #1a1a1a;
51
+ cursor: pointer;
52
+ transition: border-color 0.25s;
53
+ }
54
+ button:hover {
55
+ border-color: #646cff;
56
+ }
57
+ button:focus,
58
+ button:focus-visible {
59
+ outline: 4px auto -webkit-focus-ring-color;
60
+ }
61
+
62
+ .card {
63
+ padding: 2em;
64
+ }
65
+
66
+ @media (prefers-color-scheme: light) {
67
+ :root {
68
+ color: #213547;
69
+ background-color: #ffffff;
70
+ }
71
+ a:hover {
72
+ color: #747bff;
73
+ }
74
+ button {
75
+ background-color: #f9f9f9;
76
+ }
77
+ }
78
+
79
+ .analog-markdown p {
80
+ text-align: left;
8
81
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-analog",
3
- "version": "2.1.1-beta.5",
3
+ "version": "2.1.1-beta.7",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Brandon Roberts",
@@ -15,8 +15,8 @@
15
15
  "test": "ng test"
16
16
  },
17
17
  "dependencies": {
18
- "@analogjs/content": "^2.1.1-beta.5",
19
- "@analogjs/router": "^2.1.1-beta.5",
18
+ "@analogjs/content": "^2.1.1-beta.7",
19
+ "@analogjs/router": "^2.1.1-beta.7",
20
20
  "@angular/animations": "^17.2.0",
21
21
  "@angular/common": "^17.2.0",
22
22
  "@angular/compiler": "^17.2.0",
@@ -38,9 +38,9 @@
38
38
  "zone.js": "~0.14.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@analogjs/platform": "^2.1.1-beta.5",
42
- "@analogjs/vite-plugin-angular": "^2.1.1-beta.5",
43
- "@analogjs/vitest-angular": "^2.1.1-beta.5",
41
+ "@analogjs/platform": "^2.1.1-beta.7",
42
+ "@analogjs/vite-plugin-angular": "^2.1.1-beta.7",
43
+ "@analogjs/vitest-angular": "^2.1.1-beta.7",
44
44
  "@angular-devkit/build-angular": "^17.2.0",
45
45
  "@angular/cli": "^17.2.0",
46
46
  "@angular/compiler-cli": "^17.2.0",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "private": true,
17
17
  "dependencies": {
18
- "@analogjs/content": "^2.1.1-beta.5",
19
- "@analogjs/router": "^2.1.1-beta.5",
18
+ "@analogjs/content": "^2.1.1-beta.7",
19
+ "@analogjs/router": "^2.1.1-beta.7",
20
20
  "@angular/animations": "^18.0.0",
21
21
  "@angular/build": "^18.0.0",
22
22
  "@angular/common": "^18.0.0",
@@ -38,9 +38,9 @@
38
38
  "zone.js": "~0.14.3"
39
39
  },
40
40
  "devDependencies": {
41
- "@analogjs/platform": "^2.1.1-beta.5",
42
- "@analogjs/vite-plugin-angular": "^2.1.1-beta.5",
43
- "@analogjs/vitest-angular": "^2.1.1-beta.5",
41
+ "@analogjs/platform": "^2.1.1-beta.7",
42
+ "@analogjs/vite-plugin-angular": "^2.1.1-beta.7",
43
+ "@analogjs/vitest-angular": "^2.1.1-beta.7",
44
44
  "@angular/cli": "^18.0.0",
45
45
  "@angular/compiler-cli": "^18.0.0",
46
46
  "jsdom": "^22.0.0",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "private": true,
17
17
  "dependencies": {
18
- "@analogjs/content": "^2.1.1-beta.5",
19
- "@analogjs/router": "^2.1.1-beta.5",
18
+ "@analogjs/content": "^2.1.1-beta.7",
19
+ "@analogjs/router": "^2.1.1-beta.7",
20
20
  "@angular/animations": "^19.0.0",
21
21
  "@angular/common": "^19.0.0",
22
22
  "@angular/compiler": "^19.0.0",
@@ -37,9 +37,9 @@
37
37
  "zone.js": "~0.15.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@analogjs/platform": "^2.1.1-beta.5",
41
- "@analogjs/vite-plugin-angular": "^2.1.1-beta.5",
42
- "@analogjs/vitest-angular": "^2.1.1-beta.5",
40
+ "@analogjs/platform": "^2.1.1-beta.7",
41
+ "@analogjs/vite-plugin-angular": "^2.1.1-beta.7",
42
+ "@analogjs/vitest-angular": "^2.1.1-beta.7",
43
43
  "@angular-devkit/build-angular": "^19.0.0",
44
44
  "@angular/build": "^19.0.0",
45
45
  "@angular/cli": "^19.0.0",
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "private": true,
18
18
  "dependencies": {
19
- "@analogjs/content": "^2.1.1-beta.5",
20
- "@analogjs/router": "^2.1.1-beta.5",
19
+ "@analogjs/content": "^2.1.1-beta.7",
20
+ "@analogjs/router": "^2.1.1-beta.7",
21
21
  "@angular/animations": "^20.0.0",
22
22
  "@angular/common": "^20.0.0",
23
23
  "@angular/compiler": "^20.0.0",
@@ -37,9 +37,9 @@
37
37
  "zone.js": "~0.15.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@analogjs/platform": "^2.1.1-beta.5",
41
- "@analogjs/vite-plugin-angular": "^2.1.1-beta.5",
42
- "@analogjs/vitest-angular": "^2.1.1-beta.5",
40
+ "@analogjs/platform": "^2.1.1-beta.7",
41
+ "@analogjs/vite-plugin-angular": "^2.1.1-beta.7",
42
+ "@analogjs/vitest-angular": "^2.1.1-beta.7",
43
43
  "@angular-devkit/build-angular": "^20.0.0",
44
44
  "@angular/build": "^20.0.0",
45
45
  "@angular/cli": "^20.0.0",
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "private": true,
18
18
  "dependencies": {
19
- "@analogjs/content": "^2.1.1-beta.5",
20
- "@analogjs/router": "^2.1.1-beta.5",
19
+ "@analogjs/content": "^2.1.1-beta.7",
20
+ "@analogjs/router": "^2.1.1-beta.7",
21
21
  "@angular/animations": "^21.0.0",
22
22
  "@angular/common": "^21.0.0",
23
23
  "@angular/compiler": "^21.0.0",
@@ -35,9 +35,9 @@
35
35
  "tslib": "^2.3.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@analogjs/platform": "^2.1.1-beta.5",
39
- "@analogjs/vite-plugin-angular": "^2.1.1-beta.5",
40
- "@analogjs/vitest-angular": "^2.1.1-beta.5",
38
+ "@analogjs/platform": "^2.1.1-beta.7",
39
+ "@analogjs/vite-plugin-angular": "^2.1.1-beta.7",
40
+ "@analogjs/vitest-angular": "^2.1.1-beta.7",
41
41
  "@angular-devkit/build-angular": "^21.0.0",
42
42
  "@angular/build": "^21.0.0",
43
43
  "@angular/cli": "^21.0.0",
@@ -6,7 +6,6 @@ import {
6
6
  import {
7
7
  ApplicationConfig,
8
8
  provideBrowserGlobalErrorListeners,
9
- provideZoneChangeDetection
10
9
  } from '@angular/core';
11
10
  import { provideClientHydration, withEventReplay } from '@angular/platform-browser';
12
11
  import { provideFileRouter, requestContextInterceptor } from '@analogjs/router';
@@ -16,7 +15,6 @@ import { __HIGHLIGHTER__ } from '@analogjs/content/__HIGHLIGHTER_ENTRY_POINT__';
16
15
  export const appConfig: ApplicationConfig = {
17
16
  providers: [
18
17
  provideBrowserGlobalErrorListeners(),
19
- provideZoneChangeDetection({ eventCoalescing: true }),
20
18
  provideFileRouter(),
21
19
  provideHttpClient(
22
20
  withFetch(),
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "private": true,
18
18
  "dependencies": {
19
- "@analogjs/content": "^2.1.1-beta.5",
20
- "@analogjs/router": "^2.1.1-beta.5",
19
+ "@analogjs/content": "^2.1.1-beta.7",
20
+ "@analogjs/router": "^2.1.1-beta.7",
21
21
  "@angular/animations": "^21.0.0",
22
22
  "@angular/common": "^21.0.0",
23
23
  "@angular/compiler": "^21.0.0",
@@ -36,9 +36,9 @@
36
36
  "tslib": "^2.3.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@analogjs/platform": "^2.1.1-beta.5",
40
- "@analogjs/vite-plugin-angular": "^2.1.1-beta.5",
41
- "@analogjs/vitest-angular": "^2.1.1-beta.5",
39
+ "@analogjs/platform": "^2.1.1-beta.7",
40
+ "@analogjs/vite-plugin-angular": "^2.1.1-beta.7",
41
+ "@analogjs/vitest-angular": "^2.1.1-beta.7",
42
42
  "@angular-devkit/build-angular": "^21.0.0",
43
43
  "@angular/build": "^21.0.0",
44
44
  "@angular/cli": "^21.0.0",
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "private": true,
18
18
  "dependencies": {
19
- "@analogjs/content": "^2.1.1-beta.5",
20
- "@analogjs/router": "^2.1.1-beta.5",
19
+ "@analogjs/content": "^2.1.1-beta.7",
20
+ "@analogjs/router": "^2.1.1-beta.7",
21
21
  "@angular/animations": "^21.0.0",
22
22
  "@angular/common": "^21.0.0",
23
23
  "@angular/compiler": "^21.0.0",
@@ -36,9 +36,9 @@
36
36
  "tslib": "^2.3.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@analogjs/platform": "^2.1.1-beta.5",
40
- "@analogjs/vite-plugin-angular": "^2.1.1-beta.5",
41
- "@analogjs/vitest-angular": "^2.1.1-beta.5",
39
+ "@analogjs/platform": "^2.1.1-beta.7",
40
+ "@analogjs/vite-plugin-angular": "^2.1.1-beta.7",
41
+ "@analogjs/vitest-angular": "^2.1.1-beta.7",
42
42
  "@angular-devkit/build-angular": "^21.0.0",
43
43
  "@angular/build": "^21.0.0",
44
44
  "@angular/cli": "^21.0.0",