@cedarjs/router 0.0.4 → 0.0.6-next.8

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":"splash-page.d.ts","sourceRoot":"","sources":["../../src/splash-page.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAElD,KAAK,cAAc,GAAG,MAAM,CAAA;AAC5B,UAAU,eAAe;IACvB,kBAAkB,EAAE,OAAO,CAAA;IAC3B,iBAAiB,EAAE,MAAM,CACvB,cAAc,EACd;QAAE,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QAAC,IAAI,EAAE,cAAc,CAAA;KAAE,CAC9C,CAAA;CACF;AAED,eAAO,MAAM,UAAU,0DAGpB,eAAe,sBA8fjB,CAAA"}
1
+ {"version":3,"file":"splash-page.d.ts","sourceRoot":"","sources":["../../src/splash-page.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAElD,KAAK,cAAc,GAAG,MAAM,CAAA;AAC5B,UAAU,eAAe;IACvB,kBAAkB,EAAE,OAAO,CAAA;IAC3B,iBAAiB,EAAE,MAAM,CACvB,cAAc,EACd;QAAE,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QAAC,IAAI,EAAE,cAAc,CAAA;KAAE,CAC9C,CAAA;CACF;AAED,eAAO,MAAM,UAAU,0DAGpB,eAAe,sBA+fjB,CAAA"}
@@ -146,14 +146,15 @@ const SplashPage = ({
146
146
  }
147
147
 
148
148
  .intro-heading {
149
- font-size: var(--space-5);
150
- line-height: 1;
149
+ font-size: var(--space-8);
150
+ line-height: 1.25;
151
151
  font-weight: 700;
152
152
  }
153
153
 
154
154
  .intro-logo {
155
155
  max-width: 100%;
156
156
  height: auto;
157
+ margin-bottom: var(--space-4);
157
158
  }
158
159
 
159
160
  .intro-instructions-container {
@@ -287,14 +288,14 @@ const SplashPage = ({
287
288
  `
288
289
  }
289
290
  }
290
- ), /* @__PURE__ */ import_react.default.createElement("section", { className: "container" }, /* @__PURE__ */ import_react.default.createElement("section", { className: "content-container" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "content" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "intro" }, /* @__PURE__ */ import_react.default.createElement("h1", { className: "intro-heading" }, "Welcome to"), /* @__PURE__ */ import_react.default.createElement(
291
+ ), /* @__PURE__ */ import_react.default.createElement("section", { className: "container" }, /* @__PURE__ */ import_react.default.createElement("section", { className: "content-container" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "content" }, /* @__PURE__ */ import_react.default.createElement("div", { className: "intro" }, /* @__PURE__ */ import_react.default.createElement(
291
292
  "img",
292
293
  {
293
- src: "https://github.com/user-attachments/assets/06da6bb6-d2f7-4bd5-941b-ef897b4ed64b",
294
- alt: "Cedar Logo",
294
+ src: "https://avatars.githubusercontent.com/u/211931789?s=200&v=4",
295
+ alt: "CedarJS Logo",
295
296
  className: "intro-logo"
296
297
  }
297
- ), !hasGeneratedRoutes ? /* @__PURE__ */ import_react.default.createElement(
298
+ ), /* @__PURE__ */ import_react.default.createElement("h1", { className: "intro-heading" }, "Welcome to CedarJS"), !hasGeneratedRoutes ? /* @__PURE__ */ import_react.default.createElement(
298
299
  "div",
299
300
  {
300
301
  className: "intro-instructions-container",
@@ -1 +1 @@
1
- {"version":3,"file":"splash-page.d.ts","sourceRoot":"","sources":["../src/splash-page.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAElD,KAAK,cAAc,GAAG,MAAM,CAAA;AAC5B,UAAU,eAAe;IACvB,kBAAkB,EAAE,OAAO,CAAA;IAC3B,iBAAiB,EAAE,MAAM,CACvB,cAAc,EACd;QAAE,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QAAC,IAAI,EAAE,cAAc,CAAA;KAAE,CAC9C,CAAA;CACF;AAED,eAAO,MAAM,UAAU,0DAGpB,eAAe,sBA8fjB,CAAA"}
1
+ {"version":3,"file":"splash-page.d.ts","sourceRoot":"","sources":["../src/splash-page.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAA;AAElD,KAAK,cAAc,GAAG,MAAM,CAAA;AAC5B,UAAU,eAAe;IACvB,kBAAkB,EAAE,OAAO,CAAA;IAC3B,iBAAiB,EAAE,MAAM,CACvB,cAAc,EACd;QAAE,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;QAAC,IAAI,EAAE,cAAc,CAAA;KAAE,CAC9C,CAAA;CACF;AAED,eAAO,MAAM,UAAU,0DAGpB,eAAe,sBA+fjB,CAAA"}
@@ -113,14 +113,15 @@ const SplashPage = ({
113
113
  }
114
114
 
115
115
  .intro-heading {
116
- font-size: var(--space-5);
117
- line-height: 1;
116
+ font-size: var(--space-8);
117
+ line-height: 1.25;
118
118
  font-weight: 700;
119
119
  }
120
120
 
121
121
  .intro-logo {
122
122
  max-width: 100%;
123
123
  height: auto;
124
+ margin-bottom: var(--space-4);
124
125
  }
125
126
 
126
127
  .intro-instructions-container {
@@ -254,14 +255,14 @@ const SplashPage = ({
254
255
  `
255
256
  }
256
257
  }
257
- ), /* @__PURE__ */ React.createElement("section", { className: "container" }, /* @__PURE__ */ React.createElement("section", { className: "content-container" }, /* @__PURE__ */ React.createElement("div", { className: "content" }, /* @__PURE__ */ React.createElement("div", { className: "intro" }, /* @__PURE__ */ React.createElement("h1", { className: "intro-heading" }, "Welcome to"), /* @__PURE__ */ React.createElement(
258
+ ), /* @__PURE__ */ React.createElement("section", { className: "container" }, /* @__PURE__ */ React.createElement("section", { className: "content-container" }, /* @__PURE__ */ React.createElement("div", { className: "content" }, /* @__PURE__ */ React.createElement("div", { className: "intro" }, /* @__PURE__ */ React.createElement(
258
259
  "img",
259
260
  {
260
- src: "https://github.com/user-attachments/assets/06da6bb6-d2f7-4bd5-941b-ef897b4ed64b",
261
- alt: "Cedar Logo",
261
+ src: "https://avatars.githubusercontent.com/u/211931789?s=200&v=4",
262
+ alt: "CedarJS Logo",
262
263
  className: "intro-logo"
263
264
  }
264
- ), !hasGeneratedRoutes ? /* @__PURE__ */ React.createElement(
265
+ ), /* @__PURE__ */ React.createElement("h1", { className: "intro-heading" }, "Welcome to CedarJS"), !hasGeneratedRoutes ? /* @__PURE__ */ React.createElement(
265
266
  "div",
266
267
  {
267
268
  className: "intro-instructions-container",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedarjs/router",
3
- "version": "0.0.4",
3
+ "version": "0.0.6-next.8+9de697bab",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -82,7 +82,7 @@
82
82
  ],
83
83
  "scripts": {
84
84
  "build": "tsx ./build.ts",
85
- "build:pack": "yarn pack -o cedar-router.tgz",
85
+ "build:pack": "yarn pack -o cedarjs-router.tgz",
86
86
  "build:types": "tsc --build --verbose tsconfig.build.json",
87
87
  "build:types-cjs": "tsc --build --verbose tsconfig.cjs.json",
88
88
  "build:watch": "nodemon --watch src --ext \"js,jsx,ts,tsx\" --ignore dist --exec \"yarn build\"",
@@ -94,18 +94,18 @@
94
94
  "test:watch": "vitest watch"
95
95
  },
96
96
  "dependencies": {
97
- "@babel/runtime-corejs3": "7.26.10",
98
- "@cedarjs/auth": "0.0.4",
99
- "@cedarjs/server-store": "0.0.4",
97
+ "@babel/runtime-corejs3": "7.27.1",
98
+ "@cedarjs/auth": "0.0.6-next.8+9de697bab",
99
+ "@cedarjs/server-store": "0.0.6-next.8+9de697bab",
100
100
  "core-js": "3.42.0",
101
101
  "react": "18.3.1",
102
102
  "react-dom": "18.3.1"
103
103
  },
104
104
  "devDependencies": {
105
105
  "@arethetypeswrong/cli": "0.16.4",
106
- "@babel/cli": "7.26.4",
106
+ "@babel/cli": "7.27.2",
107
107
  "@babel/core": "^7.26.10",
108
- "@cedarjs/framework-tools": "0.0.4",
108
+ "@cedarjs/framework-tools": "0.0.6-next.8",
109
109
  "@testing-library/jest-dom": "6.5.0",
110
110
  "@types/react": "^18.2.55",
111
111
  "@types/react-dom": "^18.2.19",
@@ -123,5 +123,5 @@
123
123
  "publishConfig": {
124
124
  "access": "public"
125
125
  },
126
- "gitHead": "5b4f77f985bd86ee31ee7338312627accf0cb85b"
126
+ "gitHead": "9de697babd04bed2cf8c7ee5965c8209f761f04b"
127
127
  }