@lokutor/sdk 1.1.23 → 1.1.24
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/conversational-panel.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -1475,7 +1475,7 @@ var PANEL_CSS = (
|
|
|
1475
1475
|
.cv-error.is-visible { display: flex; }
|
|
1476
1476
|
.cv-error-icon { color: var(--cv-accent); flex-shrink: 0; }
|
|
1477
1477
|
@media (max-width: 640px) {
|
|
1478
|
-
.cv-panel { aspect-ratio:
|
|
1478
|
+
.cv-panel { aspect-ratio: 3 / 4; max-height: 600px; border-radius: 20px; padding: 1rem 0; }
|
|
1479
1479
|
.cv-curtain-content { padding: 0.75rem; gap: 0.5rem; }
|
|
1480
1480
|
.cv-curtain-title { font-size: clamp(1rem, 5cqi, 1.6rem); }
|
|
1481
1481
|
.cv-curtain-btn { padding: 0.5rem 1.25rem; font-size: clamp(0.7rem, 2cqi, 0.85rem); }
|
package/dist/index.mjs
CHANGED
|
@@ -1428,7 +1428,7 @@ var PANEL_CSS = (
|
|
|
1428
1428
|
.cv-error.is-visible { display: flex; }
|
|
1429
1429
|
.cv-error-icon { color: var(--cv-accent); flex-shrink: 0; }
|
|
1430
1430
|
@media (max-width: 640px) {
|
|
1431
|
-
.cv-panel { aspect-ratio:
|
|
1431
|
+
.cv-panel { aspect-ratio: 3 / 4; max-height: 600px; border-radius: 20px; padding: 1rem 0; }
|
|
1432
1432
|
.cv-curtain-content { padding: 0.75rem; gap: 0.5rem; }
|
|
1433
1433
|
.cv-curtain-title { font-size: clamp(1rem, 5cqi, 1.6rem); }
|
|
1434
1434
|
.cv-curtain-btn { padding: 0.5rem 1.25rem; font-size: clamp(0.7rem, 2cqi, 0.85rem); }
|
package/package.json
CHANGED
|
@@ -215,7 +215,7 @@ const PANEL_CSS = /*css*/ `
|
|
|
215
215
|
.cv-error.is-visible { display: flex; }
|
|
216
216
|
.cv-error-icon { color: var(--cv-accent); flex-shrink: 0; }
|
|
217
217
|
@media (max-width: 640px) {
|
|
218
|
-
.cv-panel { aspect-ratio:
|
|
218
|
+
.cv-panel { aspect-ratio: 3 / 4; max-height: 600px; border-radius: 20px; padding: 1rem 0; }
|
|
219
219
|
.cv-curtain-content { padding: 0.75rem; gap: 0.5rem; }
|
|
220
220
|
.cv-curtain-title { font-size: clamp(1rem, 5cqi, 1.6rem); }
|
|
221
221
|
.cv-curtain-btn { padding: 0.5rem 1.25rem; font-size: clamp(0.7rem, 2cqi, 0.85rem); }
|