@iblai/web-utils 1.12.1 → 1.13.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/dist/index.esm.js +7 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/web-utils/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1103,7 +1103,7 @@ declare const isNode: () => string | false;
|
|
|
1103
1103
|
declare const isExpo: () => any;
|
|
1104
1104
|
declare const isTauri: () => boolean;
|
|
1105
1105
|
declare function isSafariBrowser(): boolean;
|
|
1106
|
-
declare const getPlatform: () => "
|
|
1106
|
+
declare const getPlatform: () => "react-native" | "web" | "node" | "unknown";
|
|
1107
1107
|
declare const safeRequire: (moduleName: string) => any;
|
|
1108
1108
|
declare const getNextNavigation: () => any;
|
|
1109
1109
|
|
package/dist/index.esm.js
CHANGED
|
@@ -1174,6 +1174,13 @@ const SKILLS_AI_CONFIG = {
|
|
|
1174
1174
|
description: "Allow users to access the discover page.",
|
|
1175
1175
|
type: "boolean",
|
|
1176
1176
|
},
|
|
1177
|
+
{
|
|
1178
|
+
slug: "skills_welcome_tagline",
|
|
1179
|
+
label: "Welcome Tagline",
|
|
1180
|
+
defaultValue: "Pick up where you left off or learn something new.",
|
|
1181
|
+
description: "Tagline displayed in the welcome section of the LMS platform.",
|
|
1182
|
+
type: "string",
|
|
1183
|
+
},
|
|
1177
1184
|
/* {
|
|
1178
1185
|
slug: "enable_sidebar_ai_mentor_display",
|
|
1179
1186
|
label: "Sidebar mentorAI Display",
|