@devvit/splash 0.12.0-next-2025-08-12-20-19-11-8d352335b.0 → 0.12.0-next-2025-08-13-18-11-35-04294c99a.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devvit/splash",
3
- "version": "0.12.0-next-2025-08-12-20-19-11-8d352335b.0",
3
+ "version": "0.12.0-next-2025-08-13-18-11-35-04294c99a.0",
4
4
  "license": "BSD-3-Clause",
5
5
  "repository": {
6
6
  "type": "git",
@@ -31,15 +31,15 @@
31
31
  },
32
32
  "types": "./dist/index.d.ts",
33
33
  "dependencies": {
34
- "@devvit/public-api": "0.12.0-next-2025-08-12-20-19-11-8d352335b.0"
34
+ "@devvit/public-api": "0.12.0-next-2025-08-13-18-11-35-04294c99a.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@devvit/repo-tools": "0.12.0-next-2025-08-12-20-19-11-8d352335b.0",
38
- "@devvit/tsconfig": "0.12.0-next-2025-08-12-20-19-11-8d352335b.0",
37
+ "@devvit/repo-tools": "0.12.0-next-2025-08-13-18-11-35-04294c99a.0",
38
+ "@devvit/tsconfig": "0.12.0-next-2025-08-13-18-11-35-04294c99a.0",
39
39
  "eslint": "9.11.1",
40
40
  "typescript": "5.8.3",
41
41
  "vitest": "1.6.1"
42
42
  },
43
43
  "source": "./src/index.ts",
44
- "gitHead": "7d371722329289fb5dc280a264636ef8c8ea1863"
44
+ "gitHead": "42e314095fbc04613e6f3532768c423d2fdaea8a"
45
45
  }
package/splash.d.ts CHANGED
@@ -27,7 +27,7 @@ export type SplashProps = {
27
27
  * @example `'What is this?'`.
28
28
  * @default `appDisplayName`.
29
29
  */
30
- title?: string | undefined;
30
+ heading?: string | undefined;
31
31
  } & LoadingProps;
32
32
  export declare function Splash(props: Readonly<SplashProps>): JSX.Element;
33
33
  //# sourceMappingURL=splash.d.ts.map
package/splash.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"splash.d.ts","sourceRoot":"","sources":["../src/splash.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,cAAc,CAAC;AAEjD,gCAAgC;AAChC,MAAM,MAAM,WAAW,GAAG;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,0CAA0C;IAC1C,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B;;;;;OAKG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC5B,GAAG,YAAY,CAAC;AAEjB,wBAAgB,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,WAAW,CAAC,GAAG,GAAG,CAAC,OAAO,CAmChE"}
1
+ {"version":3,"file":"splash.d.ts","sourceRoot":"","sources":["../src/splash.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,cAAc,CAAC;AAEjD,gCAAgC;AAChC,MAAM,MAAM,WAAW,GAAG;IACxB;;;;OAIG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAChC;;;OAGG;IACH,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,0CAA0C;IAC1C,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B;;;;;OAKG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC9B,GAAG,YAAY,CAAC;AAEjB,wBAAgB,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,WAAW,CAAC,GAAG,GAAG,CAAC,OAAO,CAmChE"}
package/splash.js CHANGED
@@ -9,7 +9,7 @@ export function Splash(props) {
9
9
  Devvit.createElement(BackgroundImage, { ...props }),
10
10
  Devvit.createElement("vstack", { height: "100%", width: "100%", alignment: "center middle", padding: "medium" },
11
11
  Devvit.createElement(AppIcon, { name: props.appDisplayName, imageUrl: props.appIconUri }),
12
- Devvit.createElement("text", { size: "xxlarge", weight: "bold", color: "neutral-content-strong", width: "100%", alignment: "center", wrap: true }, props.title ?? props.appDisplayName),
12
+ Devvit.createElement("text", { size: "xxlarge", weight: "bold", color: "neutral-content-strong", width: "100%", alignment: "center", wrap: true }, props.heading ?? props.appDisplayName),
13
13
  Devvit.createElement("spacer", { height: "4px" }),
14
14
  Devvit.createElement("text", { size: "large", color: "neutral-content", width: "100%", alignment: "center", wrap: true }, props.description ?? ''),
15
15
  Devvit.createElement("spacer", { height: "16px" }),