@xenide-io/the-old-ui-theme 0.6.5 → 0.6.6
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/suite.js +1 -1
- package/dist/suite.mjs +1 -1
- package/package.json +1 -1
- package/src/suite/lib/apps.ts +1 -1
package/dist/suite.js
CHANGED
|
@@ -1381,7 +1381,7 @@ var SUITE_APPS2 = [
|
|
|
1381
1381
|
name: "Kraken",
|
|
1382
1382
|
description: "Documents and knowledge",
|
|
1383
1383
|
icon: "/kraken-icon.svg",
|
|
1384
|
-
landing: "/
|
|
1384
|
+
landing: "/ask",
|
|
1385
1385
|
baseUrlEnv: "NEXT_PUBLIC_KRAKEN_URL",
|
|
1386
1386
|
baseUrlFallback: "http://localhost:3003"
|
|
1387
1387
|
},
|
package/dist/suite.mjs
CHANGED
|
@@ -1094,7 +1094,7 @@ var SUITE_APPS2 = [
|
|
|
1094
1094
|
name: "Kraken",
|
|
1095
1095
|
description: "Documents and knowledge",
|
|
1096
1096
|
icon: "/kraken-icon.svg",
|
|
1097
|
-
landing: "/
|
|
1097
|
+
landing: "/ask",
|
|
1098
1098
|
baseUrlEnv: "NEXT_PUBLIC_KRAKEN_URL",
|
|
1099
1099
|
baseUrlFallback: "http://localhost:3003"
|
|
1100
1100
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xenide-io/the-old-ui-theme",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.6",
|
|
4
4
|
"description": "Props-driven React components and theme tokens inspired by classic interface design \u2014 optimized for Next.js apps and internal tools.",
|
|
5
5
|
"author": "Xenide",
|
|
6
6
|
"license": "MIT",
|
package/src/suite/lib/apps.ts
CHANGED
|
@@ -59,7 +59,7 @@ export const SUITE_APPS: readonly SuiteAppDefinition[] = [
|
|
|
59
59
|
name: 'Kraken',
|
|
60
60
|
description: 'Documents and knowledge',
|
|
61
61
|
icon: '/kraken-icon.svg',
|
|
62
|
-
landing: '/
|
|
62
|
+
landing: '/ask',
|
|
63
63
|
baseUrlEnv: 'NEXT_PUBLIC_KRAKEN_URL',
|
|
64
64
|
baseUrlFallback: 'http://localhost:3003',
|
|
65
65
|
},
|