@syntrologie/runtime-sdk 2.4.0-canary.21 → 2.4.0-canary.23

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.
@@ -3,12 +3,13 @@
3
3
  * Inspired by macOS design language and react.email aesthetics
4
4
  */
5
5
  import type { z } from 'zod';
6
- import type { CanvasElementConfigZ, LauncherElementConfigZ, NotificationElementConfigZ, OverlayElementConfigZ, TileElementConfigZ } from '../config/schema';
6
+ import type { CanvasElementConfigZ, ContentElementConfigZ, LauncherElementConfigZ, NotificationElementConfigZ, OverlayElementConfigZ, TileElementConfigZ } from '../config/schema';
7
7
  export type CanvasElementConfig = z.infer<typeof CanvasElementConfigZ>;
8
8
  export type LauncherElementConfig = z.infer<typeof LauncherElementConfigZ>;
9
9
  export type TileElementConfig = z.infer<typeof TileElementConfigZ>;
10
10
  export type OverlayElementConfig = z.infer<typeof OverlayElementConfigZ>;
11
11
  export type NotificationElementConfig = z.infer<typeof NotificationElementConfigZ>;
12
+ export type ContentElementConfig = z.infer<typeof ContentElementConfigZ>;
12
13
  export type { CanvasThemeConfig } from '../types';
13
14
  /**
14
15
  * Complete theme token interface
package/dist/version.d.ts CHANGED
@@ -10,4 +10,4 @@
10
10
  *
11
11
  * @since 2.0.0
12
12
  */
13
- export declare const SDK_VERSION = "2.4.0-canary.21";
13
+ export declare const SDK_VERSION = "2.4.0-canary.23";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syntrologie/runtime-sdk",
3
- "version": "2.4.0-canary.21",
3
+ "version": "2.4.0-canary.23",
4
4
  "description": "Syntrologie Runtime SDK for web experimentation and analytics",
5
5
  "license": "Proprietary",
6
6
  "private": false,
@@ -67,12 +67,13 @@
67
67
  "@floating-ui/dom": "^1.7.5",
68
68
  "@growthbook/growthbook": "~1.6.2",
69
69
  "@growthbook/growthbook-react": "^1.6.4",
70
- "@syntrologie/adapt-chatbot": "2.4.0-canary.21",
71
- "@syntrologie/adapt-content": "2.4.0-canary.21",
72
- "@syntrologie/adapt-faq": "2.4.0-canary.21",
73
- "@syntrologie/adapt-gamification": "2.4.0-canary.21",
74
- "@syntrologie/adapt-nav": "2.4.0-canary.21",
75
- "@syntrologie/adapt-overlays": "2.4.0-canary.21",
70
+ "@syntrologie/adapt-chatbot": "2.4.0-canary.23",
71
+ "@syntrologie/adapt-content": "2.4.0-canary.23",
72
+ "@syntrologie/adapt-faq": "2.4.0-canary.23",
73
+ "@syntrologie/adapt-gamification": "2.4.0-canary.23",
74
+ "@syntrologie/adapt-nav": "2.4.0-canary.23",
75
+ "@syntrologie/adapt-overlays": "2.4.0-canary.23",
76
+ "lucide-react": "^0.576.0",
76
77
  "posthog-js": "~1.302.2",
77
78
  "zod": "^3.25.76"
78
79
  },
@@ -81,10 +82,10 @@
81
82
  "react-dom": ">=18.0.0"
82
83
  },
83
84
  "devDependencies": {
84
- "@syntro/design-system": "*",
85
85
  "@semantic-release/exec": "~7.1.0",
86
86
  "@semantic-release/github": "~12.0.3",
87
87
  "@semantic-release/npm": "~13.1.3",
88
+ "@syntro/design-system": "*",
88
89
  "@testing-library/dom": "^10.4.1",
89
90
  "@testing-library/jest-dom": "^6.9.1",
90
91
  "@testing-library/react": "^16.3.2",