@liip/liipgpt 2.0.0 → 2.1.1
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/button/liipgpt-button.iife.js +175 -172
- package/chat/liipgpt-chat.iife.js +201 -198
- package/config/index.cjs +30 -6
- package/config/index.d.ts +2591 -185
- package/config/index.js +30 -6
- package/configurator/_app/env.js +1 -1
- package/configurator/_app/immutable/chunks/{BtLfsQWl.js → 7tLp1xC_.js} +1 -1
- package/configurator/_app/immutable/chunks/{Daj9x7sZ.js → BOW8nxZh.js} +1 -1
- package/configurator/_app/immutable/chunks/{pxprCMm0.js → BXqV06iJ.js} +1 -1
- package/configurator/_app/immutable/chunks/B_uz94sO.js +209 -0
- package/configurator/_app/immutable/chunks/CvYGSlFU.js +1 -0
- package/configurator/_app/immutable/chunks/{D-Dn-KSg.js → D2c6aJfp.js} +1 -1
- package/configurator/_app/immutable/chunks/DYN93pDG.js +3 -0
- package/configurator/_app/immutable/chunks/Gpwjp1Zy.js +1 -0
- package/configurator/_app/immutable/chunks/Xsk8EJFw.js +228 -0
- package/configurator/_app/immutable/entry/{app.B4WSrzpv.js → app.fguqgOLS.js} +2 -2
- package/configurator/_app/immutable/entry/start.Zr9z0Xq-.js +1 -0
- package/configurator/_app/immutable/nodes/0.BZKTPwId.js +58 -0
- package/configurator/_app/immutable/nodes/{1.C9w5e9w0.js → 1.Dmvv4SAG.js} +1 -1
- package/configurator/_app/immutable/nodes/2.BcY5smXV.js +30 -0
- package/configurator/_app/immutable/nodes/{3.BaHVKKga.js → 3.DRC-4F3Q.js} +8 -8
- package/configurator/_app/version.json +1 -1
- package/configurator/index.html +6 -6
- package/configurator/sidebar.html +6 -6
- package/index.cjs +30 -6
- package/index.d.ts +4233 -333
- package/index.js +30 -6
- package/package.json +1 -1
- package/configurator/_app/immutable/chunks/BWd1KRA2.js +0 -67
- package/configurator/_app/immutable/chunks/CBFTM35p.js +0 -367
- package/configurator/_app/immutable/chunks/CP9-4jcs.js +0 -1
- package/configurator/_app/immutable/chunks/ChcTJagy.js +0 -3
- package/configurator/_app/immutable/chunks/LjIoA1Wm.js +0 -1
- package/configurator/_app/immutable/entry/start.GK6q9XMZ.js +0 -1
- package/configurator/_app/immutable/nodes/0.B7euNXzq.js +0 -58
- package/configurator/_app/immutable/nodes/2.CWOgfthk.js +0 -28
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"
|
|
1
|
+
{"version":"1754397944497"}
|
package/configurator/index.html
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
<link rel="icon" href="./favicon.png" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
7
7
|
|
|
8
|
-
<link rel="modulepreload" href="./_app/immutable/entry/start.
|
|
9
|
-
<link rel="modulepreload" href="./_app/immutable/chunks/
|
|
8
|
+
<link rel="modulepreload" href="./_app/immutable/entry/start.Zr9z0Xq-.js">
|
|
9
|
+
<link rel="modulepreload" href="./_app/immutable/chunks/DYN93pDG.js">
|
|
10
10
|
<link rel="modulepreload" href="./_app/immutable/chunks/DvEdoyY3.js">
|
|
11
11
|
<link rel="modulepreload" href="./_app/immutable/chunks/TMezqz9A.js">
|
|
12
|
-
<link rel="modulepreload" href="./_app/immutable/entry/app.
|
|
12
|
+
<link rel="modulepreload" href="./_app/immutable/entry/app.fguqgOLS.js">
|
|
13
13
|
<link rel="modulepreload" href="./_app/immutable/chunks/Cgm2UlUC.js">
|
|
14
14
|
<link rel="modulepreload" href="./_app/immutable/chunks/NZTpNUN0.js">
|
|
15
15
|
<link rel="modulepreload" href="./_app/immutable/chunks/CfQtRUjK.js">
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<div style="display: contents">
|
|
19
19
|
<script>
|
|
20
20
|
{
|
|
21
|
-
|
|
21
|
+
__sveltekit_2xpi3g = {
|
|
22
22
|
base: new URL(".", location).pathname.slice(0, -1),
|
|
23
23
|
assets: "/configurator"
|
|
24
24
|
};
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
const element = document.currentScript.parentElement;
|
|
27
27
|
|
|
28
28
|
Promise.all([
|
|
29
|
-
import("./_app/immutable/entry/start.
|
|
30
|
-
import("./_app/immutable/entry/app.
|
|
29
|
+
import("./_app/immutable/entry/start.Zr9z0Xq-.js"),
|
|
30
|
+
import("./_app/immutable/entry/app.fguqgOLS.js")
|
|
31
31
|
]).then(([kit, app]) => {
|
|
32
32
|
kit.start(app, element);
|
|
33
33
|
});
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
<link rel="icon" href="./favicon.png" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
7
7
|
|
|
8
|
-
<link rel="modulepreload" href="./_app/immutable/entry/start.
|
|
9
|
-
<link rel="modulepreload" href="./_app/immutable/chunks/
|
|
8
|
+
<link rel="modulepreload" href="./_app/immutable/entry/start.Zr9z0Xq-.js">
|
|
9
|
+
<link rel="modulepreload" href="./_app/immutable/chunks/DYN93pDG.js">
|
|
10
10
|
<link rel="modulepreload" href="./_app/immutable/chunks/DvEdoyY3.js">
|
|
11
11
|
<link rel="modulepreload" href="./_app/immutable/chunks/TMezqz9A.js">
|
|
12
|
-
<link rel="modulepreload" href="./_app/immutable/entry/app.
|
|
12
|
+
<link rel="modulepreload" href="./_app/immutable/entry/app.fguqgOLS.js">
|
|
13
13
|
<link rel="modulepreload" href="./_app/immutable/chunks/Cgm2UlUC.js">
|
|
14
14
|
<link rel="modulepreload" href="./_app/immutable/chunks/NZTpNUN0.js">
|
|
15
15
|
<link rel="modulepreload" href="./_app/immutable/chunks/CfQtRUjK.js">
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<div style="display: contents">
|
|
19
19
|
<script>
|
|
20
20
|
{
|
|
21
|
-
|
|
21
|
+
__sveltekit_2xpi3g = {
|
|
22
22
|
base: new URL(".", location).pathname.slice(0, -1),
|
|
23
23
|
assets: "/configurator"
|
|
24
24
|
};
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
const element = document.currentScript.parentElement;
|
|
27
27
|
|
|
28
28
|
Promise.all([
|
|
29
|
-
import("./_app/immutable/entry/start.
|
|
30
|
-
import("./_app/immutable/entry/app.
|
|
29
|
+
import("./_app/immutable/entry/start.Zr9z0Xq-.js"),
|
|
30
|
+
import("./_app/immutable/entry/app.fguqgOLS.js")
|
|
31
31
|
]).then(([kit, app]) => {
|
|
32
32
|
kit.start(app, element);
|
|
33
33
|
});
|
package/index.cjs
CHANGED
|
@@ -10388,7 +10388,7 @@ var componentSchema = exports_external.object({
|
|
|
10388
10388
|
focus: componentSchemaBase.optional()
|
|
10389
10389
|
}).and(componentSchemaBase);
|
|
10390
10390
|
var fontSchema = exports_external.object({
|
|
10391
|
-
family: exports_external.string()
|
|
10391
|
+
family: exports_external.string().optional()
|
|
10392
10392
|
});
|
|
10393
10393
|
var svgsSchema = exports_external.record(exports_external.enum([
|
|
10394
10394
|
"predefinedQuestion",
|
|
@@ -10426,14 +10426,30 @@ var svgsSchema = exports_external.record(exports_external.enum([
|
|
|
10426
10426
|
"darkMode"
|
|
10427
10427
|
]), exports_external.string());
|
|
10428
10428
|
var tokensSchema = exports_external.object({
|
|
10429
|
-
font: fontSchema,
|
|
10429
|
+
font: fontSchema.optional(),
|
|
10430
10430
|
colors: exports_external.object({
|
|
10431
10431
|
brand: colorSchema,
|
|
10432
10432
|
accent: colorSchema.optional(),
|
|
10433
10433
|
highlight: colorSchema,
|
|
10434
10434
|
grey: colorSchema
|
|
10435
10435
|
}),
|
|
10436
|
-
base: exports_external.object({
|
|
10436
|
+
base: exports_external.object({
|
|
10437
|
+
fontSizeXs: sizeDefinitionSchema.optional(),
|
|
10438
|
+
fontSizeSm: sizeDefinitionSchema.optional(),
|
|
10439
|
+
fontSizeBody: sizeDefinitionSchema.optional(),
|
|
10440
|
+
fontSizeH3: sizeDefinitionSchema.optional(),
|
|
10441
|
+
fontSizeH2: sizeDefinitionSchema.optional(),
|
|
10442
|
+
fontSizeH1: sizeDefinitionSchema.optional(),
|
|
10443
|
+
fontWeightNormal: exports_external.string().optional(),
|
|
10444
|
+
fontWeightBold: exports_external.string().optional(),
|
|
10445
|
+
fontWeightTitle: exports_external.string().optional(),
|
|
10446
|
+
lineHeightDefault: exports_external.string().optional(),
|
|
10447
|
+
lineHeightSnug: exports_external.string().optional(),
|
|
10448
|
+
lineHeightTight: exports_external.string().optional(),
|
|
10449
|
+
borderRadius: sizeDefinitionSchema.optional(),
|
|
10450
|
+
lineColor: exports_external.string().optional(),
|
|
10451
|
+
boxShadow: exports_external.string().optional()
|
|
10452
|
+
}),
|
|
10437
10453
|
components: exports_external.record(exports_external.string(), componentSchema),
|
|
10438
10454
|
svgs: svgsSchema
|
|
10439
10455
|
});
|
|
@@ -10506,11 +10522,19 @@ var themeSchema2 = objectType({
|
|
|
10506
10522
|
}).optional()
|
|
10507
10523
|
}).optional(),
|
|
10508
10524
|
font: objectType({
|
|
10509
|
-
size: sizeDefinitionClampSchema.optional(),
|
|
10510
10525
|
family: stringType().optional(),
|
|
10511
|
-
urls: arrayType(stringType()).optional()
|
|
10526
|
+
urls: arrayType(stringType()).optional(),
|
|
10527
|
+
sizeXs: sizeDefinitionSchema.optional(),
|
|
10528
|
+
sizeSm: sizeDefinitionSchema.optional(),
|
|
10529
|
+
sizeBody: sizeDefinitionSchema.optional(),
|
|
10530
|
+
sizeH3: sizeDefinitionSchema.optional(),
|
|
10531
|
+
sizeH2: sizeDefinitionSchema.optional(),
|
|
10532
|
+
sizeH1: sizeDefinitionSchema.optional(),
|
|
10533
|
+
weightNormal: stringType().optional(),
|
|
10534
|
+
weightBold: stringType().optional(),
|
|
10535
|
+
weightTitle: stringType().optional()
|
|
10512
10536
|
}).optional(),
|
|
10513
|
-
borderRadius:
|
|
10537
|
+
borderRadius: sizeDefinitionSchema.optional(),
|
|
10514
10538
|
fineGrained: fineGrainedThemeSchema.optional()
|
|
10515
10539
|
});
|
|
10516
10540
|
|