@indietabletop/appkit 5.3.0 → 5.4.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/lib/client.ts CHANGED
@@ -625,6 +625,7 @@ export class IndieTabletopClient {
625
625
  `/v1/stripe/sessions/${sessionId}`,
626
626
  object({
627
627
  status: string(),
628
+ orderRef: string(),
628
629
  products: array(ownedProduct()),
629
630
  }),
630
631
  );
@@ -3,12 +3,8 @@ import { globalStyle } from "@vanilla-extract/css";
3
3
  // Apply global vars
4
4
  import "./vars.css.ts";
5
5
 
6
- const futureCss = {
7
- interpolateSize: "allow-keywords",
8
- };
9
-
10
6
  globalStyle(":root", {
11
- ...futureCss,
7
+ interpolateSize: "allow-keywords",
12
8
  fontSynthesis: "none",
13
9
  textRendering: "optimizeLegibility",
14
10
  WebkitFontSmoothing: "antialiased",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indietabletop/appkit",
3
- "version": "5.3.0",
3
+ "version": "5.4.0",
4
4
  "description": "A collection of modules used in apps built by Indie Tabletop Club",
5
5
  "private": false,
6
6
  "type": "module",
@@ -29,32 +29,32 @@
29
29
  "react": "^18.0.0 || ^19.0.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@storybook/addon-docs": "^10.1.4",
33
- "@storybook/addon-links": "^10.1.4",
34
- "@storybook/react-vite": "^10.1.4",
35
- "@types/react": "^19.1.8",
36
- "msw": "^2.11.2",
37
- "msw-storybook-addon": "^2.0.5",
38
- "np": "^10.1.0",
39
- "storybook": "^10.1.4",
40
- "typescript": "^5.8.2",
41
- "vite": "^6.3.5",
42
- "vitest": "^3.2.4"
32
+ "@storybook/addon-docs": "^10.1.6",
33
+ "@storybook/addon-links": "^10.1.6",
34
+ "@storybook/react-vite": "^10.1.6",
35
+ "@types/react": "^19.2.7",
36
+ "msw": "^2.12.4",
37
+ "msw-storybook-addon": "^2.0.6",
38
+ "np": "^10.2.0",
39
+ "storybook": "^10.1.6",
40
+ "typescript": "^5.9.3",
41
+ "vite": "^7.2.7",
42
+ "vitest": "^4.0.15"
43
43
  },
44
44
  "dependencies": {
45
- "@ariakit/react": "^0.4.17",
46
- "@indietabletop/tooling": "^5.0.0",
45
+ "@ariakit/react": "^0.4.20",
46
+ "@indietabletop/tooling": "^5.2.0",
47
47
  "@indietabletop/types": "^1.1.0",
48
- "@vanilla-extract/css": "^1.17.2",
49
- "@vanilla-extract/dynamic": "^2.1.3",
48
+ "@vanilla-extract/css": "^1.17.5",
49
+ "@vanilla-extract/dynamic": "^2.1.5",
50
50
  "@vanilla-extract/recipes": "^0.5.7",
51
- "@vanilla-extract/sprinkles": "^1.6.3",
51
+ "@vanilla-extract/sprinkles": "^1.6.5",
52
52
  "@xstate/react": "^6.0.0",
53
- "nanoid": "^5.1.5",
53
+ "nanoid": "^5.1.6",
54
54
  "superstruct": "^2.0.2",
55
- "swr": "^2.3.6",
56
- "wouter": "^3.7.1",
57
- "xstate": "^5.23.0"
55
+ "swr": "^2.3.7",
56
+ "wouter": "^3.8.1",
57
+ "xstate": "^5.24.0"
58
58
  },
59
59
  "msw": {
60
60
  "workerDirectory": [