@eventop/sdk 1.1.8 → 1.2.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/dist/index.d.ts +1 -1
- package/package.json +2 -2
- package/LICENCE +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -88,7 +88,7 @@ export interface ThemeTokens {
|
|
|
88
88
|
|
|
89
89
|
export interface Theme {
|
|
90
90
|
/** 'auto' reads prefers-color-scheme. Default: 'auto' */
|
|
91
|
-
mode?: 'auto' | 'light' | 'dark';
|
|
91
|
+
mode?: 'auto' | 'light' | 'dark' | 'glass';
|
|
92
92
|
/** Named preset. Overridden by tokens if both are provided. */
|
|
93
93
|
preset?: 'default' | 'minimal' | 'soft';
|
|
94
94
|
/** Override individual design tokens */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eventop/sdk",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "AI-powered guided tours for any web app. Drop-in, themeable, provider-agnostic.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"onboarding",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"type": "git",
|
|
18
18
|
"url": "git+https://github.com/eventop-s/sdk.git"
|
|
19
19
|
},
|
|
20
|
-
"license": "
|
|
20
|
+
"license": "AGPL-3.0-only",
|
|
21
21
|
"author": "Emengkeng Juslen",
|
|
22
22
|
"type": "module",
|
|
23
23
|
"main": "./dist/index.js",
|
package/LICENCE
DELETED
|
File without changes
|